1 #include "Python.h"
2 #include "internal/pycore_gc.h"
3 #include "internal/pycore_code.h"
4 #include "internal/pycore_long.h"
5 
6 static
7     struct {
8         PyASCIIObject _ascii;
9         uint8_t _data[340];
10     }
11 importlib__bootstrap_toplevel_consts_0 = {
12     ._ascii = {
13         .ob_base = {
14             .ob_refcnt = 999999999,
15             .ob_type = &PyUnicode_Type,
16         },
17         .length = 339,
18         .hash = -1,
19         .state = {
20             .kind = 1,
21             .compact = 1,
22             .ascii = 1,
23             .ready = 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             .ready = 1,
68         },
69     },
70     ._data = "AttributeError",
71 };
72 static
73     struct {
74         PyASCIIObject _ascii;
75         uint8_t _data[5];
76     }
77 const_str_type = {
78     ._ascii = {
79         .ob_base = {
80             .ob_refcnt = 999999999,
81             .ob_type = &PyUnicode_Type,
82         },
83         .length = 4,
84         .hash = -1,
85         .state = {
86             .kind = 1,
87             .compact = 1,
88             .ascii = 1,
89             .ready = 1,
90         },
91     },
92     ._data = "type",
93 };
94 static
95     struct {
96         PyGC_Head _gc_head;
97         struct {
98             PyObject_VAR_HEAD
99             PyObject *ob_item[3];
100         }_object;
101     }
102 importlib__bootstrap_toplevel_consts_1_names = {
103     ._object = {
104         .ob_base = {
105             .ob_base = {
106                 .ob_refcnt = 999999999,
107                 .ob_type = &PyTuple_Type,
108             },
109             .ob_size = 3,
110         },
111         .ob_item = {
112             &_Py_ID(__qualname__),
113             & const_str_AttributeError._ascii.ob_base,
114             & const_str_type._ascii.ob_base,
115         },
116     },
117 };
118 static
119     struct {
120         PyASCIIObject _ascii;
121         uint8_t _data[30];
122     }
123 importlib__bootstrap_toplevel_consts_1_filename = {
124     ._ascii = {
125         .ob_base = {
126             .ob_refcnt = 999999999,
127             .ob_type = &PyUnicode_Type,
128         },
129         .length = 29,
130         .hash = -1,
131         .state = {
132             .kind = 1,
133             .compact = 1,
134             .ascii = 1,
135             .ready = 1,
136         },
137     },
138     ._data = "<frozen importlib._bootstrap>",
139 };
140 static
141     struct {
142         PyASCIIObject _ascii;
143         uint8_t _data[13];
144     }
145 const_str__object_name = {
146     ._ascii = {
147         .ob_base = {
148             .ob_refcnt = 999999999,
149             .ob_type = &PyUnicode_Type,
150         },
151         .length = 12,
152         .hash = -1,
153         .state = {
154             .kind = 1,
155             .compact = 1,
156             .ascii = 1,
157             .ready = 1,
158         },
159     },
160     ._data = "_object_name",
161 };
162 static
163     struct {
164         PyObject_VAR_HEAD
165         Py_hash_t ob_shash;
166         char ob_sval[65];
167     }
168 importlib__bootstrap_toplevel_consts_1_linetable = {
169     .ob_base = {
170         .ob_base = {
171             .ob_refcnt = 999999999,
172             .ob_type = &PyBytes_Type,
173         },
174         .ob_size = 64,
175     },
176     .ob_shash = -1,
177     .ob_sval = "\x80\x00\xf0\x02\x03\x05\x26\xd8\x0f\x12\xd4\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\x89\x79\x8c\x79\xd4\x0f\x25\xd0\x08\x25\xd0\x08\x25\xd0\x08\x25\xf0\x03\x01\x05\x26\xf8\xf8\xf8",
178 };
179 static
180     struct {
181         PyObject_VAR_HEAD
182         Py_hash_t ob_shash;
183         char ob_sval[13];
184     }
185 importlib__bootstrap_toplevel_consts_1_exceptiontable = {
186     .ob_base = {
187         .ob_base = {
188             .ob_refcnt = 999999999,
189             .ob_type = &PyBytes_Type,
190         },
191         .ob_size = 12,
192     },
193     .ob_shash = -1,
194     .ob_sval = "\x82\x06\x09\x00\x89\x1e\x2a\x03\xa9\x01\x2a\x03",
195 };
196 static
197     struct {
198         PyGC_Head _gc_head;
199         struct {
200             PyObject_VAR_HEAD
201             PyObject *ob_item[1];
202         }_object;
203     }
204 importlib__bootstrap_toplevel_consts_1_localsplusnames = {
205     ._object = {
206         .ob_base = {
207             .ob_base = {
208                 .ob_refcnt = 999999999,
209                 .ob_type = &PyTuple_Type,
210             },
211             .ob_size = 1,
212         },
213         .ob_item = {
214             &_Py_ID(obj),
215         },
216     },
217 };
218 static
219     struct _PyCode_DEF(90)
220 importlib__bootstrap_toplevel_consts_1 = {
221     .ob_base = {
222         .ob_base = {
223             .ob_refcnt = 999999999,
224             .ob_type = &PyCode_Type,
225         },
226         .ob_size = 45,
227     },
228     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
229     .co_names = & importlib__bootstrap_toplevel_consts_1_names._object.ob_base.ob_base,
230     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_1_exceptiontable.ob_base.ob_base,
231     .co_flags = 3,
232     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
233     ._co_linearray_entry_size = 0,
234     .co_argcount = 1,
235     .co_posonlyargcount = 0,
236     .co_kwonlyargcount = 0,
237     .co_stacksize = 4,
238     .co_firstlineno = 23,
239     .co_nlocalsplus = 1,
240     .co_nlocals = 1,
241     .co_nplaincellvars = 0,
242     .co_ncellvars = 0,
243     .co_nfreevars = 0,
244     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_1_localsplusnames._object.ob_base.ob_base,
245     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
246     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
247     .co_name = & const_str__object_name._ascii.ob_base,
248     .co_qualname = & const_str__object_name._ascii.ob_base,
249     .co_linetable = & importlib__bootstrap_toplevel_consts_1_linetable.ob_base.ob_base,
250     ._co_code = NULL,
251     ._co_linearray = NULL,
252     .co_code_adaptive = "\x97\x00\x09\x00\x7c\x00\x6a\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\x17\x01\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x59\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
253     ._co_firsttraceable = 0,
254 };
255 static
256     struct {
257         PyASCIIObject _ascii;
258         uint8_t _data[48];
259     }
260 importlib__bootstrap_toplevel_consts_3_consts_0 = {
261     ._ascii = {
262         .ob_base = {
263             .ob_refcnt = 999999999,
264             .ob_type = &PyUnicode_Type,
265         },
266         .length = 47,
267         .hash = -1,
268         .state = {
269             .kind = 1,
270             .compact = 1,
271             .ascii = 1,
272             .ready = 1,
273         },
274     },
275     ._data = "Simple substitute for functools.update_wrapper.",
276 };
277 static
278     struct {
279         PyGC_Head _gc_head;
280         struct {
281             PyObject_VAR_HEAD
282             PyObject *ob_item[4];
283         }_object;
284     }
285 importlib__bootstrap_toplevel_consts_3_consts_1 = {
286     ._object = {
287         .ob_base = {
288             .ob_base = {
289                 .ob_refcnt = 999999999,
290                 .ob_type = &PyTuple_Type,
291             },
292             .ob_size = 4,
293         },
294         .ob_item = {
295             &_Py_ID(__module__),
296             &_Py_ID(__name__),
297             &_Py_ID(__qualname__),
298             &_Py_ID(__doc__),
299         },
300     },
301 };
302 static
303     struct {
304         PyGC_Head _gc_head;
305         struct {
306             PyObject_VAR_HEAD
307             PyObject *ob_item[3];
308         }_object;
309     }
310 importlib__bootstrap_toplevel_consts_3_consts = {
311     ._object = {
312         .ob_base = {
313             .ob_base = {
314                 .ob_refcnt = 999999999,
315                 .ob_type = &PyTuple_Type,
316             },
317             .ob_size = 3,
318         },
319         .ob_item = {
320             & importlib__bootstrap_toplevel_consts_3_consts_0._ascii.ob_base,
321             & importlib__bootstrap_toplevel_consts_3_consts_1._object.ob_base.ob_base,
322             Py_None,
323         },
324     },
325 };
326 static
327     struct {
328         PyASCIIObject _ascii;
329         uint8_t _data[8];
330     }
331 const_str_hasattr = {
332     ._ascii = {
333         .ob_base = {
334             .ob_refcnt = 999999999,
335             .ob_type = &PyUnicode_Type,
336         },
337         .length = 7,
338         .hash = -1,
339         .state = {
340             .kind = 1,
341             .compact = 1,
342             .ascii = 1,
343             .ready = 1,
344         },
345     },
346     ._data = "hasattr",
347 };
348 static
349     struct {
350         PyASCIIObject _ascii;
351         uint8_t _data[8];
352     }
353 const_str_setattr = {
354     ._ascii = {
355         .ob_base = {
356             .ob_refcnt = 999999999,
357             .ob_type = &PyUnicode_Type,
358         },
359         .length = 7,
360         .hash = -1,
361         .state = {
362             .kind = 1,
363             .compact = 1,
364             .ascii = 1,
365             .ready = 1,
366         },
367     },
368     ._data = "setattr",
369 };
370 static
371     struct {
372         PyASCIIObject _ascii;
373         uint8_t _data[7];
374     }
375 const_str_update = {
376     ._ascii = {
377         .ob_base = {
378             .ob_refcnt = 999999999,
379             .ob_type = &PyUnicode_Type,
380         },
381         .length = 6,
382         .hash = -1,
383         .state = {
384             .kind = 1,
385             .compact = 1,
386             .ascii = 1,
387             .ready = 1,
388         },
389     },
390     ._data = "update",
391 };
392 static
393     struct {
394         PyGC_Head _gc_head;
395         struct {
396             PyObject_VAR_HEAD
397             PyObject *ob_item[5];
398         }_object;
399     }
400 importlib__bootstrap_toplevel_consts_3_names = {
401     ._object = {
402         .ob_base = {
403             .ob_base = {
404                 .ob_refcnt = 999999999,
405                 .ob_type = &PyTuple_Type,
406             },
407             .ob_size = 5,
408         },
409         .ob_item = {
410             & const_str_hasattr._ascii.ob_base,
411             & const_str_setattr._ascii.ob_base,
412             &_Py_ID(getattr),
413             &_Py_ID(__dict__),
414             & const_str_update._ascii.ob_base,
415         },
416     },
417 };
418 static
419     struct {
420         PyASCIIObject _ascii;
421         uint8_t _data[6];
422     }
423 const_str__wrap = {
424     ._ascii = {
425         .ob_base = {
426             .ob_refcnt = 999999999,
427             .ob_type = &PyUnicode_Type,
428         },
429         .length = 5,
430         .hash = -1,
431         .state = {
432             .kind = 1,
433             .compact = 1,
434             .ascii = 1,
435             .ready = 1,
436         },
437     },
438     ._data = "_wrap",
439 };
440 static
441     struct {
442         PyObject_VAR_HEAD
443         Py_hash_t ob_shash;
444         char ob_sval[95];
445     }
446 importlib__bootstrap_toplevel_consts_3_linetable = {
447     .ob_base = {
448         .ob_base = {
449             .ob_refcnt = 999999999,
450             .ob_type = &PyBytes_Type,
451         },
452         .ob_size = 94,
453     },
454     .ob_shash = -1,
455     .ob_sval = "\x80\x00\xe0\x13\x48\xf0\x00\x02\x05\x39\xf0\x00\x02\x05\x39\x88\x07\xdd\x0b\x12\x90\x33\x98\x07\xd1\x0b\x20\xd4\x0b\x20\xf0\x00\x01\x09\x39\xdd\x0c\x13\x90\x43\x98\x17\xa5\x27\xa8\x23\xa8\x77\xd1\x22\x37\xd4\x22\x37\xd1\x0c\x38\xd4\x0c\x38\xd0\x0c\x38\xf8\xd8\x04\x07\x84\x4c\xd7\x04\x17\xd2\x04\x17\x98\x03\x9c\x0c\xd1\x04\x25\xd4\x04\x25\xd0\x04\x25\xd0\x04\x25\xd0\x04\x25",
456 };
457 static
458     struct {
459         PyASCIIObject _ascii;
460         uint8_t _data[4];
461     }
462 const_str_new = {
463     ._ascii = {
464         .ob_base = {
465             .ob_refcnt = 999999999,
466             .ob_type = &PyUnicode_Type,
467         },
468         .length = 3,
469         .hash = -1,
470         .state = {
471             .kind = 1,
472             .compact = 1,
473             .ascii = 1,
474             .ready = 1,
475         },
476     },
477     ._data = "new",
478 };
479 static
480     struct {
481         PyASCIIObject _ascii;
482         uint8_t _data[4];
483     }
484 const_str_old = {
485     ._ascii = {
486         .ob_base = {
487             .ob_refcnt = 999999999,
488             .ob_type = &PyUnicode_Type,
489         },
490         .length = 3,
491         .hash = -1,
492         .state = {
493             .kind = 1,
494             .compact = 1,
495             .ascii = 1,
496             .ready = 1,
497         },
498     },
499     ._data = "old",
500 };
501 static
502     struct {
503         PyGC_Head _gc_head;
504         struct {
505             PyObject_VAR_HEAD
506             PyObject *ob_item[3];
507         }_object;
508     }
509 importlib__bootstrap_toplevel_consts_3_localsplusnames = {
510     ._object = {
511         .ob_base = {
512             .ob_base = {
513                 .ob_refcnt = 999999999,
514                 .ob_type = &PyTuple_Type,
515             },
516             .ob_size = 3,
517         },
518         .ob_item = {
519             & const_str_new._ascii.ob_base,
520             & const_str_old._ascii.ob_base,
521             &_Py_ID(replace),
522         },
523     },
524 };
525 static
526     struct {
527         PyObject_VAR_HEAD
528         Py_hash_t ob_shash;
529         char ob_sval[4];
530     }
531 importlib__bootstrap_toplevel_consts_3_localspluskinds = {
532     .ob_base = {
533         .ob_base = {
534             .ob_refcnt = 999999999,
535             .ob_type = &PyBytes_Type,
536         },
537         .ob_size = 3,
538     },
539     .ob_shash = -1,
540     .ob_sval = "   ",
541 };
542 static
543     struct _PyCode_DEF(172)
544 importlib__bootstrap_toplevel_consts_3 = {
545     .ob_base = {
546         .ob_base = {
547             .ob_refcnt = 999999999,
548             .ob_type = &PyCode_Type,
549         },
550         .ob_size = 86,
551     },
552     .co_consts = & importlib__bootstrap_toplevel_consts_3_consts._object.ob_base.ob_base,
553     .co_names = & importlib__bootstrap_toplevel_consts_3_names._object.ob_base.ob_base,
554     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
555     .co_flags = 3,
556     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
557     ._co_linearray_entry_size = 0,
558     .co_argcount = 2,
559     .co_posonlyargcount = 0,
560     .co_kwonlyargcount = 0,
561     .co_stacksize = 9,
562     .co_firstlineno = 40,
563     .co_nlocalsplus = 3,
564     .co_nlocals = 3,
565     .co_nplaincellvars = 0,
566     .co_ncellvars = 0,
567     .co_nfreevars = 0,
568     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_3_localsplusnames._object.ob_base.ob_base,
569     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
570     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
571     .co_name = & const_str__wrap._ascii.ob_base,
572     .co_qualname = & const_str__wrap._ascii.ob_base,
573     .co_linetable = & importlib__bootstrap_toplevel_consts_3_linetable.ob_base.ob_base,
574     ._co_code = NULL,
575     ._co_linearray = NULL,
576     .co_code_adaptive = "\x97\x00\x64\x01\x44\x00\x5d\x31\x7d\x02\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1f\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x32\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x04\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00",
577     ._co_firsttraceable = 0,
578 };
579 static
580     struct {
581         PyASCIIObject _ascii;
582         uint8_t _data[4];
583     }
584 const_str_sys = {
585     ._ascii = {
586         .ob_base = {
587             .ob_refcnt = 999999999,
588             .ob_type = &PyUnicode_Type,
589         },
590         .length = 3,
591         .hash = -1,
592         .state = {
593             .kind = 1,
594             .compact = 1,
595             .ascii = 1,
596             .ready = 1,
597         },
598     },
599     ._data = "sys",
600 };
601 static
602     struct {
603         PyGC_Head _gc_head;
604         struct {
605             PyObject_VAR_HEAD
606             PyObject *ob_item[2];
607         }_object;
608     }
609 importlib__bootstrap_toplevel_consts_4_names = {
610     ._object = {
611         .ob_base = {
612             .ob_base = {
613                 .ob_refcnt = 999999999,
614                 .ob_type = &PyTuple_Type,
615             },
616             .ob_size = 2,
617         },
618         .ob_item = {
619             & const_str_type._ascii.ob_base,
620             & const_str_sys._ascii.ob_base,
621         },
622     },
623 };
624 static
625     struct {
626         PyASCIIObject _ascii;
627         uint8_t _data[12];
628     }
629 const_str__new_module = {
630     ._ascii = {
631         .ob_base = {
632             .ob_refcnt = 999999999,
633             .ob_type = &PyUnicode_Type,
634         },
635         .length = 11,
636         .hash = -1,
637         .state = {
638             .kind = 1,
639             .compact = 1,
640             .ascii = 1,
641             .ready = 1,
642         },
643     },
644     ._data = "_new_module",
645 };
646 static
647     struct {
648         PyObject_VAR_HEAD
649         Py_hash_t ob_shash;
650         char ob_sval[23];
651     }
652 importlib__bootstrap_toplevel_consts_4_linetable = {
653     .ob_base = {
654         .ob_base = {
655             .ob_refcnt = 999999999,
656             .ob_type = &PyBytes_Type,
657         },
658         .ob_size = 22,
659     },
660     .ob_shash = -1,
661     .ob_sval = "\x80\x00\xd8\x0b\x14\x8d\x34\x95\x03\x89\x39\x8c\x39\x90\x54\x89\x3f\x8c\x3f\xd0\x04\x1a",
662 };
663 static
664     struct {
665         PyGC_Head _gc_head;
666         struct {
667             PyObject_VAR_HEAD
668             PyObject *ob_item[1];
669         }_object;
670     }
671 importlib__bootstrap_toplevel_consts_4_localsplusnames = {
672     ._object = {
673         .ob_base = {
674             .ob_base = {
675                 .ob_refcnt = 999999999,
676                 .ob_type = &PyTuple_Type,
677             },
678             .ob_size = 1,
679         },
680         .ob_item = {
681             &_Py_ID(name),
682         },
683     },
684 };
685 static
686     struct _PyCode_DEF(60)
687 importlib__bootstrap_toplevel_consts_4 = {
688     .ob_base = {
689         .ob_base = {
690             .ob_refcnt = 999999999,
691             .ob_type = &PyCode_Type,
692         },
693         .ob_size = 30,
694     },
695     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
696     .co_names = & importlib__bootstrap_toplevel_consts_4_names._object.ob_base.ob_base,
697     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
698     .co_flags = 3,
699     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
700     ._co_linearray_entry_size = 0,
701     .co_argcount = 1,
702     .co_posonlyargcount = 0,
703     .co_kwonlyargcount = 0,
704     .co_stacksize = 4,
705     .co_firstlineno = 48,
706     .co_nlocalsplus = 1,
707     .co_nlocals = 1,
708     .co_nplaincellvars = 0,
709     .co_ncellvars = 0,
710     .co_nfreevars = 0,
711     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
712     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
713     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
714     .co_name = & const_str__new_module._ascii.ob_base,
715     .co_qualname = & const_str__new_module._ascii.ob_base,
716     .co_linetable = & importlib__bootstrap_toplevel_consts_4_linetable.ob_base.ob_base,
717     ._co_code = NULL,
718     ._co_linearray = NULL,
719     .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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
720     ._co_firsttraceable = 0,
721 };
722 static
723     struct {
724         PyASCIIObject _ascii;
725         uint8_t _data[15];
726     }
727 const_str__DeadlockError = {
728     ._ascii = {
729         .ob_base = {
730             .ob_refcnt = 999999999,
731             .ob_type = &PyUnicode_Type,
732         },
733         .length = 14,
734         .hash = -1,
735         .state = {
736             .kind = 1,
737             .compact = 1,
738             .ascii = 1,
739             .ready = 1,
740         },
741     },
742     ._data = "_DeadlockError",
743 };
744 static
745     struct {
746         PyGC_Head _gc_head;
747         struct {
748             PyObject_VAR_HEAD
749             PyObject *ob_item[2];
750         }_object;
751     }
752 importlib__bootstrap_toplevel_consts_5_consts = {
753     ._object = {
754         .ob_base = {
755             .ob_base = {
756                 .ob_refcnt = 999999999,
757                 .ob_type = &PyTuple_Type,
758             },
759             .ob_size = 2,
760         },
761         .ob_item = {
762             & const_str__DeadlockError._ascii.ob_base,
763             Py_None,
764         },
765     },
766 };
767 static
768     struct {
769         PyGC_Head _gc_head;
770         struct {
771             PyObject_VAR_HEAD
772             PyObject *ob_item[3];
773         }_object;
774     }
775 importlib__bootstrap_toplevel_consts_5_names = {
776     ._object = {
777         .ob_base = {
778             .ob_base = {
779                 .ob_refcnt = 999999999,
780                 .ob_type = &PyTuple_Type,
781             },
782             .ob_size = 3,
783         },
784         .ob_item = {
785             &_Py_ID(__name__),
786             &_Py_ID(__module__),
787             &_Py_ID(__qualname__),
788         },
789     },
790 };
791 static
792     struct {
793         PyObject_VAR_HEAD
794         Py_hash_t ob_shash;
795         char ob_sval[16];
796     }
797 importlib__bootstrap_toplevel_consts_5_linetable = {
798     .ob_base = {
799         .ob_base = {
800             .ob_refcnt = 999999999,
801             .ob_type = &PyBytes_Type,
802         },
803         .ob_size = 15,
804     },
805     .ob_shash = -1,
806     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xd8\x04\x08\x80\x44",
807 };
808 static
809     struct _PyCode_DEF(14)
810 importlib__bootstrap_toplevel_consts_5 = {
811     .ob_base = {
812         .ob_base = {
813             .ob_refcnt = 999999999,
814             .ob_type = &PyCode_Type,
815         },
816         .ob_size = 7,
817     },
818     .co_consts = & importlib__bootstrap_toplevel_consts_5_consts._object.ob_base.ob_base,
819     .co_names = & importlib__bootstrap_toplevel_consts_5_names._object.ob_base.ob_base,
820     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
821     .co_flags = 0,
822     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
823     ._co_linearray_entry_size = 0,
824     .co_argcount = 0,
825     .co_posonlyargcount = 0,
826     .co_kwonlyargcount = 0,
827     .co_stacksize = 1,
828     .co_firstlineno = 61,
829     .co_nlocalsplus = 0,
830     .co_nlocals = 0,
831     .co_nplaincellvars = 0,
832     .co_ncellvars = 0,
833     .co_nfreevars = 0,
834     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
835     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
836     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
837     .co_name = & const_str__DeadlockError._ascii.ob_base,
838     .co_qualname = & const_str__DeadlockError._ascii.ob_base,
839     .co_linetable = & importlib__bootstrap_toplevel_consts_5_linetable.ob_base.ob_base,
840     ._co_code = NULL,
841     ._co_linearray = NULL,
842     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x53\x00",
843     ._co_firsttraceable = 0,
844 };
845 static
846     struct {
847         PyASCIIObject _ascii;
848         uint8_t _data[12];
849     }
850 const_str__ModuleLock = {
851     ._ascii = {
852         .ob_base = {
853             .ob_refcnt = 999999999,
854             .ob_type = &PyUnicode_Type,
855         },
856         .length = 11,
857         .hash = -1,
858         .state = {
859             .kind = 1,
860             .compact = 1,
861             .ascii = 1,
862             .ready = 1,
863         },
864     },
865     ._data = "_ModuleLock",
866 };
867 static
868     struct {
869         PyASCIIObject _ascii;
870         uint8_t _data[170];
871     }
872 importlib__bootstrap_toplevel_consts_7_consts_1 = {
873     ._ascii = {
874         .ob_base = {
875             .ob_refcnt = 999999999,
876             .ob_type = &PyUnicode_Type,
877         },
878         .length = 169,
879         .hash = -1,
880         .state = {
881             .kind = 1,
882             .compact = 1,
883             .ascii = 1,
884             .ready = 1,
885         },
886     },
887     ._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",
888 };
889 static
890     struct {
891         PyGC_Head _gc_head;
892         struct {
893             PyObject_VAR_HEAD
894             PyObject *ob_item[2];
895         }_object;
896     }
897 importlib__bootstrap_toplevel_consts_7_consts_2_consts = {
898     ._object = {
899         .ob_base = {
900             .ob_base = {
901                 .ob_refcnt = 999999999,
902                 .ob_type = &PyTuple_Type,
903             },
904             .ob_size = 2,
905         },
906         .ob_item = {
907             Py_None,
908             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
909         },
910     },
911 };
912 static
913     struct {
914         PyASCIIObject _ascii;
915         uint8_t _data[8];
916     }
917 const_str__thread = {
918     ._ascii = {
919         .ob_base = {
920             .ob_refcnt = 999999999,
921             .ob_type = &PyUnicode_Type,
922         },
923         .length = 7,
924         .hash = -1,
925         .state = {
926             .kind = 1,
927             .compact = 1,
928             .ascii = 1,
929             .ready = 1,
930         },
931     },
932     ._data = "_thread",
933 };
934 static
935     struct {
936         PyASCIIObject _ascii;
937         uint8_t _data[14];
938     }
939 const_str_allocate_lock = {
940     ._ascii = {
941         .ob_base = {
942             .ob_refcnt = 999999999,
943             .ob_type = &PyUnicode_Type,
944         },
945         .length = 13,
946         .hash = -1,
947         .state = {
948             .kind = 1,
949             .compact = 1,
950             .ascii = 1,
951             .ready = 1,
952         },
953     },
954     ._data = "allocate_lock",
955 };
956 static
957     struct {
958         PyASCIIObject _ascii;
959         uint8_t _data[5];
960     }
961 const_str_lock = {
962     ._ascii = {
963         .ob_base = {
964             .ob_refcnt = 999999999,
965             .ob_type = &PyUnicode_Type,
966         },
967         .length = 4,
968         .hash = -1,
969         .state = {
970             .kind = 1,
971             .compact = 1,
972             .ascii = 1,
973             .ready = 1,
974         },
975     },
976     ._data = "lock",
977 };
978 static
979     struct {
980         PyASCIIObject _ascii;
981         uint8_t _data[7];
982     }
983 const_str_wakeup = {
984     ._ascii = {
985         .ob_base = {
986             .ob_refcnt = 999999999,
987             .ob_type = &PyUnicode_Type,
988         },
989         .length = 6,
990         .hash = -1,
991         .state = {
992             .kind = 1,
993             .compact = 1,
994             .ascii = 1,
995             .ready = 1,
996         },
997     },
998     ._data = "wakeup",
999 };
1000 static
1001     struct {
1002         PyASCIIObject _ascii;
1003         uint8_t _data[6];
1004     }
1005 const_str_owner = {
1006     ._ascii = {
1007         .ob_base = {
1008             .ob_refcnt = 999999999,
1009             .ob_type = &PyUnicode_Type,
1010         },
1011         .length = 5,
1012         .hash = -1,
1013         .state = {
1014             .kind = 1,
1015             .compact = 1,
1016             .ascii = 1,
1017             .ready = 1,
1018         },
1019     },
1020     ._data = "owner",
1021 };
1022 static
1023     struct {
1024         PyASCIIObject _ascii;
1025         uint8_t _data[6];
1026     }
1027 const_str_count = {
1028     ._ascii = {
1029         .ob_base = {
1030             .ob_refcnt = 999999999,
1031             .ob_type = &PyUnicode_Type,
1032         },
1033         .length = 5,
1034         .hash = -1,
1035         .state = {
1036             .kind = 1,
1037             .compact = 1,
1038             .ascii = 1,
1039             .ready = 1,
1040         },
1041     },
1042     ._data = "count",
1043 };
1044 static
1045     struct {
1046         PyASCIIObject _ascii;
1047         uint8_t _data[8];
1048     }
1049 const_str_waiters = {
1050     ._ascii = {
1051         .ob_base = {
1052             .ob_refcnt = 999999999,
1053             .ob_type = &PyUnicode_Type,
1054         },
1055         .length = 7,
1056         .hash = -1,
1057         .state = {
1058             .kind = 1,
1059             .compact = 1,
1060             .ascii = 1,
1061             .ready = 1,
1062         },
1063     },
1064     ._data = "waiters",
1065 };
1066 static
1067     struct {
1068         PyGC_Head _gc_head;
1069         struct {
1070             PyObject_VAR_HEAD
1071             PyObject *ob_item[8];
1072         }_object;
1073     }
1074 importlib__bootstrap_toplevel_consts_7_consts_2_names = {
1075     ._object = {
1076         .ob_base = {
1077             .ob_base = {
1078                 .ob_refcnt = 999999999,
1079                 .ob_type = &PyTuple_Type,
1080             },
1081             .ob_size = 8,
1082         },
1083         .ob_item = {
1084             & const_str__thread._ascii.ob_base,
1085             & const_str_allocate_lock._ascii.ob_base,
1086             & const_str_lock._ascii.ob_base,
1087             & const_str_wakeup._ascii.ob_base,
1088             &_Py_ID(name),
1089             & const_str_owner._ascii.ob_base,
1090             & const_str_count._ascii.ob_base,
1091             & const_str_waiters._ascii.ob_base,
1092         },
1093     },
1094 };
1095 static
1096     struct {
1097         PyASCIIObject _ascii;
1098         uint8_t _data[21];
1099     }
1100 importlib__bootstrap_toplevel_consts_7_consts_2_qualname = {
1101     ._ascii = {
1102         .ob_base = {
1103             .ob_refcnt = 999999999,
1104             .ob_type = &PyUnicode_Type,
1105         },
1106         .length = 20,
1107         .hash = -1,
1108         .state = {
1109             .kind = 1,
1110             .compact = 1,
1111             .ascii = 1,
1112             .ready = 1,
1113         },
1114     },
1115     ._data = "_ModuleLock.__init__",
1116 };
1117 static
1118     struct {
1119         PyObject_VAR_HEAD
1120         Py_hash_t ob_shash;
1121         char ob_sval[73];
1122     }
1123 importlib__bootstrap_toplevel_consts_7_consts_2_linetable = {
1124     .ob_base = {
1125         .ob_base = {
1126             .ob_refcnt = 999999999,
1127             .ob_type = &PyBytes_Type,
1128         },
1129         .ob_size = 72,
1130     },
1131     .ob_shash = -1,
1132     .ob_sval = "\x80\x00\xdd\x14\x1b\xd7\x14\x29\xd2\x14\x29\xd1\x14\x2b\xd4\x14\x2b\x88\x04\x8c\x09\xdd\x16\x1d\xd7\x16\x2b\xd2\x16\x2b\xd1\x16\x2d\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",
1133 };
1134 static
1135     struct {
1136         PyASCIIObject _ascii;
1137         uint8_t _data[5];
1138     }
1139 const_str_self = {
1140     ._ascii = {
1141         .ob_base = {
1142             .ob_refcnt = 999999999,
1143             .ob_type = &PyUnicode_Type,
1144         },
1145         .length = 4,
1146         .hash = -1,
1147         .state = {
1148             .kind = 1,
1149             .compact = 1,
1150             .ascii = 1,
1151             .ready = 1,
1152         },
1153     },
1154     ._data = "self",
1155 };
1156 static
1157     struct {
1158         PyGC_Head _gc_head;
1159         struct {
1160             PyObject_VAR_HEAD
1161             PyObject *ob_item[2];
1162         }_object;
1163     }
1164 importlib__bootstrap_toplevel_consts_7_consts_2_localsplusnames = {
1165     ._object = {
1166         .ob_base = {
1167             .ob_base = {
1168                 .ob_refcnt = 999999999,
1169                 .ob_type = &PyTuple_Type,
1170             },
1171             .ob_size = 2,
1172         },
1173         .ob_item = {
1174             & const_str_self._ascii.ob_base,
1175             &_Py_ID(name),
1176         },
1177     },
1178 };
1179 static
1180     struct {
1181         PyObject_VAR_HEAD
1182         Py_hash_t ob_shash;
1183         char ob_sval[3];
1184     }
1185 importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds = {
1186     .ob_base = {
1187         .ob_base = {
1188             .ob_refcnt = 999999999,
1189             .ob_type = &PyBytes_Type,
1190         },
1191         .ob_size = 2,
1192     },
1193     .ob_shash = -1,
1194     .ob_sval = "  ",
1195 };
1196 static
1197     struct _PyCode_DEF(182)
1198 importlib__bootstrap_toplevel_consts_7_consts_2 = {
1199     .ob_base = {
1200         .ob_base = {
1201             .ob_refcnt = 999999999,
1202             .ob_type = &PyCode_Type,
1203         },
1204         .ob_size = 91,
1205     },
1206     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
1207     .co_names = & importlib__bootstrap_toplevel_consts_7_consts_2_names._object.ob_base.ob_base,
1208     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
1209     .co_flags = 3,
1210     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
1211     ._co_linearray_entry_size = 0,
1212     .co_argcount = 2,
1213     .co_posonlyargcount = 0,
1214     .co_kwonlyargcount = 0,
1215     .co_stacksize = 2,
1216     .co_firstlineno = 71,
1217     .co_nlocalsplus = 2,
1218     .co_nlocals = 2,
1219     .co_nplaincellvars = 0,
1220     .co_ncellvars = 0,
1221     .co_nfreevars = 0,
1222     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_2_localsplusnames._object.ob_base.ob_base,
1223     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
1224     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
1225     .co_name = &_Py_ID(__init__),
1226     .co_qualname = & importlib__bootstrap_toplevel_consts_7_consts_2_qualname._ascii.ob_base,
1227     .co_linetable = & importlib__bootstrap_toplevel_consts_7_consts_2_linetable.ob_base.ob_base,
1228     ._co_code = NULL,
1229     ._co_linearray = NULL,
1230     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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",
1231     ._co_firsttraceable = 0,
1232 };
1233 static
1234     struct {
1235         PyGC_Head _gc_head;
1236         struct {
1237             PyObject_VAR_HEAD
1238             PyObject *ob_item[3];
1239         }_object;
1240     }
1241 importlib__bootstrap_toplevel_consts_7_consts_3_consts = {
1242     ._object = {
1243         .ob_base = {
1244             .ob_base = {
1245                 .ob_refcnt = 999999999,
1246                 .ob_type = &PyTuple_Type,
1247             },
1248             .ob_size = 3,
1249         },
1250         .ob_item = {
1251             Py_None,
1252             Py_True,
1253             Py_False,
1254         },
1255     },
1256 };
1257 static
1258     struct {
1259         PyASCIIObject _ascii;
1260         uint8_t _data[10];
1261     }
1262 const_str_get_ident = {
1263     ._ascii = {
1264         .ob_base = {
1265             .ob_refcnt = 999999999,
1266             .ob_type = &PyUnicode_Type,
1267         },
1268         .length = 9,
1269         .hash = -1,
1270         .state = {
1271             .kind = 1,
1272             .compact = 1,
1273             .ascii = 1,
1274             .ready = 1,
1275         },
1276     },
1277     ._data = "get_ident",
1278 };
1279 static
1280     struct {
1281         PyASCIIObject _ascii;
1282         uint8_t _data[4];
1283     }
1284 const_str_set = {
1285     ._ascii = {
1286         .ob_base = {
1287             .ob_refcnt = 999999999,
1288             .ob_type = &PyUnicode_Type,
1289         },
1290         .length = 3,
1291         .hash = -1,
1292         .state = {
1293             .kind = 1,
1294             .compact = 1,
1295             .ascii = 1,
1296             .ready = 1,
1297         },
1298     },
1299     ._data = "set",
1300 };
1301 static
1302     struct {
1303         PyASCIIObject _ascii;
1304         uint8_t _data[13];
1305     }
1306 const_str__blocking_on = {
1307     ._ascii = {
1308         .ob_base = {
1309             .ob_refcnt = 999999999,
1310             .ob_type = &PyUnicode_Type,
1311         },
1312         .length = 12,
1313         .hash = -1,
1314         .state = {
1315             .kind = 1,
1316             .compact = 1,
1317             .ascii = 1,
1318             .ready = 1,
1319         },
1320     },
1321     ._data = "_blocking_on",
1322 };
1323 static
1324     struct {
1325         PyGC_Head _gc_head;
1326         struct {
1327             PyObject_VAR_HEAD
1328             PyObject *ob_item[7];
1329         }_object;
1330     }
1331 importlib__bootstrap_toplevel_consts_7_consts_3_names = {
1332     ._object = {
1333         .ob_base = {
1334             .ob_base = {
1335                 .ob_refcnt = 999999999,
1336                 .ob_type = &PyTuple_Type,
1337             },
1338             .ob_size = 7,
1339         },
1340         .ob_item = {
1341             & const_str__thread._ascii.ob_base,
1342             & const_str_get_ident._ascii.ob_base,
1343             & const_str_owner._ascii.ob_base,
1344             & const_str_set._ascii.ob_base,
1345             & const_str__blocking_on._ascii.ob_base,
1346             &_Py_ID(get),
1347             &_Py_ID(add),
1348         },
1349     },
1350 };
1351 static
1352     struct {
1353         PyASCIIObject _ascii;
1354         uint8_t _data[13];
1355     }
1356 const_str_has_deadlock = {
1357     ._ascii = {
1358         .ob_base = {
1359             .ob_refcnt = 999999999,
1360             .ob_type = &PyUnicode_Type,
1361         },
1362         .length = 12,
1363         .hash = -1,
1364         .state = {
1365             .kind = 1,
1366             .compact = 1,
1367             .ascii = 1,
1368             .ready = 1,
1369         },
1370     },
1371     ._data = "has_deadlock",
1372 };
1373 static
1374     struct {
1375         PyASCIIObject _ascii;
1376         uint8_t _data[25];
1377     }
1378 importlib__bootstrap_toplevel_consts_7_consts_3_qualname = {
1379     ._ascii = {
1380         .ob_base = {
1381             .ob_refcnt = 999999999,
1382             .ob_type = &PyUnicode_Type,
1383         },
1384         .length = 24,
1385         .hash = -1,
1386         .state = {
1387             .kind = 1,
1388             .compact = 1,
1389             .ascii = 1,
1390             .ready = 1,
1391         },
1392     },
1393     ._data = "_ModuleLock.has_deadlock",
1394 };
1395 static
1396     struct {
1397         PyObject_VAR_HEAD
1398         Py_hash_t ob_shash;
1399         char ob_sval[127];
1400     }
1401 importlib__bootstrap_toplevel_consts_7_consts_3_linetable = {
1402     .ob_base = {
1403         .ob_base = {
1404             .ob_refcnt = 999999999,
1405             .ob_type = &PyBytes_Type,
1406         },
1407         .ob_size = 126,
1408     },
1409     .ob_shash = -1,
1410     .ob_sval = "\x80\x00\xe5\x0d\x14\xd7\x0d\x1e\xd2\x0d\x1e\xd1\x0d\x20\xd4\x0d\x20\x88\x02\xd8\x0e\x12\x8c\x6a\x88\x03\xdd\x0f\x12\x89\x75\x8c\x75\x88\x04\xf0\x02\x0e\x09\x1a\xdd\x13\x1f\xd7\x13\x23\xd2\x13\x23\xa0\x43\xd1\x13\x28\xd4\x13\x28\x88\x44\xd8\x0f\x13\x88\x7c\xd8\x17\x1c\x90\x75\xd8\x12\x16\x94\x2a\x88\x43\xd8\x0f\x12\x90\x62\x8a\x79\x88\x79\xd8\x17\x1b\x90\x74\xd8\x0f\x12\x90\x64\x88\x7b\x88\x7b\xf0\x0c\x00\x18\x1d\x90\x75\xd8\x0c\x10\x8f\x48\x8a\x48\x90\x53\x89\x4d\x8c\x4d\x88\x4d\xf0\x1d\x0e\x09\x1a",
1411 };
1412 static
1413     struct {
1414         PyASCIIObject _ascii;
1415         uint8_t _data[3];
1416     }
1417 const_str_me = {
1418     ._ascii = {
1419         .ob_base = {
1420             .ob_refcnt = 999999999,
1421             .ob_type = &PyUnicode_Type,
1422         },
1423         .length = 2,
1424         .hash = -1,
1425         .state = {
1426             .kind = 1,
1427             .compact = 1,
1428             .ascii = 1,
1429             .ready = 1,
1430         },
1431     },
1432     ._data = "me",
1433 };
1434 static
1435     struct {
1436         PyASCIIObject _ascii;
1437         uint8_t _data[4];
1438     }
1439 const_str_tid = {
1440     ._ascii = {
1441         .ob_base = {
1442             .ob_refcnt = 999999999,
1443             .ob_type = &PyUnicode_Type,
1444         },
1445         .length = 3,
1446         .hash = -1,
1447         .state = {
1448             .kind = 1,
1449             .compact = 1,
1450             .ascii = 1,
1451             .ready = 1,
1452         },
1453     },
1454     ._data = "tid",
1455 };
1456 static
1457     struct {
1458         PyASCIIObject _ascii;
1459         uint8_t _data[5];
1460     }
1461 const_str_seen = {
1462     ._ascii = {
1463         .ob_base = {
1464             .ob_refcnt = 999999999,
1465             .ob_type = &PyUnicode_Type,
1466         },
1467         .length = 4,
1468         .hash = -1,
1469         .state = {
1470             .kind = 1,
1471             .compact = 1,
1472             .ascii = 1,
1473             .ready = 1,
1474         },
1475     },
1476     ._data = "seen",
1477 };
1478 static
1479     struct {
1480         PyGC_Head _gc_head;
1481         struct {
1482             PyObject_VAR_HEAD
1483             PyObject *ob_item[5];
1484         }_object;
1485     }
1486 importlib__bootstrap_toplevel_consts_7_consts_3_localsplusnames = {
1487     ._object = {
1488         .ob_base = {
1489             .ob_base = {
1490                 .ob_refcnt = 999999999,
1491                 .ob_type = &PyTuple_Type,
1492             },
1493             .ob_size = 5,
1494         },
1495         .ob_item = {
1496             & const_str_self._ascii.ob_base,
1497             & const_str_me._ascii.ob_base,
1498             & const_str_tid._ascii.ob_base,
1499             & const_str_seen._ascii.ob_base,
1500             & const_str_lock._ascii.ob_base,
1501         },
1502     },
1503 };
1504 static
1505     struct {
1506         PyObject_VAR_HEAD
1507         Py_hash_t ob_shash;
1508         char ob_sval[6];
1509     }
1510 importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds = {
1511     .ob_base = {
1512         .ob_base = {
1513             .ob_refcnt = 999999999,
1514             .ob_type = &PyBytes_Type,
1515         },
1516         .ob_size = 5,
1517     },
1518     .ob_shash = -1,
1519     .ob_sval = "     ",
1520 };
1521 static
1522     struct _PyCode_DEF(242)
1523 importlib__bootstrap_toplevel_consts_7_consts_3 = {
1524     .ob_base = {
1525         .ob_base = {
1526             .ob_refcnt = 999999999,
1527             .ob_type = &PyCode_Type,
1528         },
1529         .ob_size = 121,
1530     },
1531     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_3_consts._object.ob_base.ob_base,
1532     .co_names = & importlib__bootstrap_toplevel_consts_7_consts_3_names._object.ob_base.ob_base,
1533     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
1534     .co_flags = 3,
1535     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
1536     ._co_linearray_entry_size = 0,
1537     .co_argcount = 1,
1538     .co_posonlyargcount = 0,
1539     .co_kwonlyargcount = 0,
1540     .co_stacksize = 3,
1541     .co_firstlineno = 79,
1542     .co_nlocalsplus = 5,
1543     .co_nlocals = 5,
1544     .co_nplaincellvars = 0,
1545     .co_ncellvars = 0,
1546     .co_nfreevars = 0,
1547     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_3_localsplusnames._object.ob_base.ob_base,
1548     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
1549     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
1550     .co_name = & const_str_has_deadlock._ascii.ob_base,
1551     .co_qualname = & importlib__bootstrap_toplevel_consts_7_consts_3_qualname._ascii.ob_base,
1552     .co_linetable = & importlib__bootstrap_toplevel_consts_7_consts_3_linetable.ob_base.ob_base,
1553     ._co_code = NULL,
1554     ._co_linearray = NULL,
1555     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x80\x02\x64\x02\x53\x00\x7c\x04\x6a\x02\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\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x49",
1556     ._co_firsttraceable = 0,
1557 };
1558 static
1559     struct {
1560         PyASCIIObject _ascii;
1561         uint8_t _data[186];
1562     }
1563 importlib__bootstrap_toplevel_consts_7_consts_4_consts_0 = {
1564     ._ascii = {
1565         .ob_base = {
1566             .ob_refcnt = 999999999,
1567             .ob_type = &PyUnicode_Type,
1568         },
1569         .length = 185,
1570         .hash = -1,
1571         .state = {
1572             .kind = 1,
1573             .compact = 1,
1574             .ascii = 1,
1575             .ready = 1,
1576         },
1577     },
1578     ._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",
1579 };
1580 static
1581     struct {
1582         PyASCIIObject _ascii;
1583         uint8_t _data[24];
1584     }
1585 importlib__bootstrap_toplevel_consts_7_consts_4_consts_5 = {
1586     ._ascii = {
1587         .ob_base = {
1588             .ob_refcnt = 999999999,
1589             .ob_type = &PyUnicode_Type,
1590         },
1591         .length = 23,
1592         .hash = -1,
1593         .state = {
1594             .kind = 1,
1595             .compact = 1,
1596             .ascii = 1,
1597             .ready = 1,
1598         },
1599     },
1600     ._data = "deadlock detected by %r",
1601 };
1602 static
1603     struct {
1604         PyGC_Head _gc_head;
1605         struct {
1606             PyObject_VAR_HEAD
1607             PyObject *ob_item[7];
1608         }_object;
1609     }
1610 importlib__bootstrap_toplevel_consts_7_consts_4_consts = {
1611     ._object = {
1612         .ob_base = {
1613             .ob_base = {
1614                 .ob_refcnt = 999999999,
1615                 .ob_type = &PyTuple_Type,
1616             },
1617             .ob_size = 7,
1618         },
1619         .ob_item = {
1620             & importlib__bootstrap_toplevel_consts_7_consts_4_consts_0._ascii.ob_base,
1621             Py_True,
1622             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
1623             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
1624             Py_None,
1625             & importlib__bootstrap_toplevel_consts_7_consts_4_consts_5._ascii.ob_base,
1626             Py_False,
1627         },
1628     },
1629 };
1630 static
1631     struct {
1632         PyASCIIObject _ascii;
1633         uint8_t _data[8];
1634     }
1635 const_str_acquire = {
1636     ._ascii = {
1637         .ob_base = {
1638             .ob_refcnt = 999999999,
1639             .ob_type = &PyUnicode_Type,
1640         },
1641         .length = 7,
1642         .hash = -1,
1643         .state = {
1644             .kind = 1,
1645             .compact = 1,
1646             .ascii = 1,
1647             .ready = 1,
1648         },
1649     },
1650     ._data = "acquire",
1651 };
1652 static
1653     struct {
1654         PyASCIIObject _ascii;
1655         uint8_t _data[8];
1656     }
1657 const_str_release = {
1658     ._ascii = {
1659         .ob_base = {
1660             .ob_refcnt = 999999999,
1661             .ob_type = &PyUnicode_Type,
1662         },
1663         .length = 7,
1664         .hash = -1,
1665         .state = {
1666             .kind = 1,
1667             .compact = 1,
1668             .ascii = 1,
1669             .ready = 1,
1670         },
1671     },
1672     ._data = "release",
1673 };
1674 static
1675     struct {
1676         PyGC_Head _gc_head;
1677         struct {
1678             PyObject_VAR_HEAD
1679             PyObject *ob_item[12];
1680         }_object;
1681     }
1682 importlib__bootstrap_toplevel_consts_7_consts_4_names = {
1683     ._object = {
1684         .ob_base = {
1685             .ob_base = {
1686                 .ob_refcnt = 999999999,
1687                 .ob_type = &PyTuple_Type,
1688             },
1689             .ob_size = 12,
1690         },
1691         .ob_item = {
1692             & const_str__thread._ascii.ob_base,
1693             & const_str_get_ident._ascii.ob_base,
1694             & const_str__blocking_on._ascii.ob_base,
1695             & const_str_lock._ascii.ob_base,
1696             & const_str_count._ascii.ob_base,
1697             & const_str_owner._ascii.ob_base,
1698             & const_str_has_deadlock._ascii.ob_base,
1699             & const_str__DeadlockError._ascii.ob_base,
1700             & const_str_wakeup._ascii.ob_base,
1701             & const_str_acquire._ascii.ob_base,
1702             & const_str_waiters._ascii.ob_base,
1703             & const_str_release._ascii.ob_base,
1704         },
1705     },
1706 };
1707 static
1708     struct {
1709         PyASCIIObject _ascii;
1710         uint8_t _data[20];
1711     }
1712 importlib__bootstrap_toplevel_consts_7_consts_4_qualname = {
1713     ._ascii = {
1714         .ob_base = {
1715             .ob_refcnt = 999999999,
1716             .ob_type = &PyUnicode_Type,
1717         },
1718         .length = 19,
1719         .hash = -1,
1720         .state = {
1721             .kind = 1,
1722             .compact = 1,
1723             .ascii = 1,
1724             .ready = 1,
1725         },
1726     },
1727     ._data = "_ModuleLock.acquire",
1728 };
1729 static
1730     struct {
1731         PyObject_VAR_HEAD
1732         Py_hash_t ob_shash;
1733         char ob_sval[382];
1734     }
1735 importlib__bootstrap_toplevel_consts_7_consts_4_linetable = {
1736     .ob_base = {
1737         .ob_base = {
1738             .ob_refcnt = 999999999,
1739             .ob_type = &PyBytes_Type,
1740         },
1741         .ob_size = 381,
1742     },
1743     .ob_shash = -1,
1744     .ob_sval = "\x80\x00\xf5\x0c\x00\x0f\x16\xd7\x0e\x1f\xd2\x0e\x1f\xd1\x0e\x21\xd4\x0e\x21\x88\x03\xd8\x1c\x20\x8d\x0c\x90\x53\xd1\x08\x19\xf0\x02\x0f\x09\x22\xf0\x02\x0c\x0d\x26\xd8\x15\x19\x94\x59\xf0\x00\x08\x11\x2a\xf0\x00\x08\x11\x2a\xd8\x17\x1b\x94\x7a\xa0\x51\x92\x7f\x90\x7f\xa8\x24\xac\x2a\xb8\x03\xd2\x2a\x3b\xd0\x2a\x3b\xd8\x25\x28\x98\x04\x9c\x0a\xd8\x18\x1c\x98\x0a\x9c\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\xf1\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\xd2\x17\x28\xd1\x17\x2a\xd4\x17\x2a\xf0\x00\x01\x15\x4f\x01\xdd\x1e\x2c\xd0\x2d\x46\xc8\x14\xd1\x2d\x4d\xd1\x1e\x4e\xd4\x1e\x4e\xd0\x18\x4e\xd8\x17\x1b\x94\x7b\xd7\x17\x2a\xd2\x17\x2a\xa8\x35\xd1\x17\x31\xd4\x17\x31\xf0\x00\x01\x15\x2a\xd8\x18\x1c\x98\x0c\x9c\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\xf1\x00\x08\x11\x2a\xf4\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\xf0\x00\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf0\x14\x00\x11\x15\x94\x0b\xd7\x10\x23\xd2\x10\x23\xd1\x10\x25\xd4\x10\x25\xd0\x10\x25\xd8\x10\x14\x94\x0b\xd7\x10\x23\xd2\x10\x23\xd1\x10\x25\xd4\x10\x25\xd0\x10\x25\xf0\x19\x0c\x0d\x26\xf8\xf5\x1c\x00\x11\x1d\x98\x53\xd0\x10\x21\xd0\x0c\x21\xd0\x0c\x21\xd0\x0c\x21\xd0\x0c\x21",
1745 };
1746 static
1747     struct {
1748         PyObject_VAR_HEAD
1749         Py_hash_t ob_shash;
1750         char ob_sval[60];
1751     }
1752 importlib__bootstrap_toplevel_consts_7_consts_4_exceptiontable = {
1753     .ob_base = {
1754         .ob_base = {
1755             .ob_refcnt = 999999999,
1756             .ob_type = &PyBytes_Type,
1757         },
1758         .ob_size = 59,
1759     },
1760     .ob_shash = -1,
1761     .ob_sval = "\xa5\x08\x44\x0b\x00\xad\x2f\x43\x0d\x03\xc1\x1c\x0b\x44\x0b\x00\xc1\x31\x41\x10\x43\x0d\x03\xc3\x01\x0c\x44\x0b\x00\xc3\x0d\x04\x43\x11\x07\xc3\x11\x03\x44\x0b\x00\xc3\x14\x01\x43\x11\x07\xc3\x15\x36\x44\x0b\x00\xc4\x0b\x0a\x44\x15\x03",
1762 };
1763 static
1764     struct {
1765         PyGC_Head _gc_head;
1766         struct {
1767             PyObject_VAR_HEAD
1768             PyObject *ob_item[2];
1769         }_object;
1770     }
1771 importlib__bootstrap_toplevel_consts_7_consts_4_localsplusnames = {
1772     ._object = {
1773         .ob_base = {
1774             .ob_base = {
1775                 .ob_refcnt = 999999999,
1776                 .ob_type = &PyTuple_Type,
1777             },
1778             .ob_size = 2,
1779         },
1780         .ob_item = {
1781             & const_str_self._ascii.ob_base,
1782             & const_str_tid._ascii.ob_base,
1783         },
1784     },
1785 };
1786 static
1787     struct _PyCode_DEF(560)
1788 importlib__bootstrap_toplevel_consts_7_consts_4 = {
1789     .ob_base = {
1790         .ob_base = {
1791             .ob_refcnt = 999999999,
1792             .ob_type = &PyCode_Type,
1793         },
1794         .ob_size = 280,
1795     },
1796     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_4_consts._object.ob_base.ob_base,
1797     .co_names = & importlib__bootstrap_toplevel_consts_7_consts_4_names._object.ob_base.ob_base,
1798     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_7_consts_4_exceptiontable.ob_base.ob_base,
1799     .co_flags = 3,
1800     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
1801     ._co_linearray_entry_size = 0,
1802     .co_argcount = 1,
1803     .co_posonlyargcount = 0,
1804     .co_kwonlyargcount = 0,
1805     .co_stacksize = 6,
1806     .co_firstlineno = 100,
1807     .co_nlocalsplus = 2,
1808     .co_nlocals = 2,
1809     .co_nplaincellvars = 0,
1810     .co_ncellvars = 0,
1811     .co_nfreevars = 0,
1812     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_4_localsplusnames._object.ob_base.ob_base,
1813     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
1814     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
1815     .co_name = & const_str_acquire._ascii.ob_base,
1816     .co_qualname = & importlib__bootstrap_toplevel_consts_7_consts_4_qualname._ascii.ob_base,
1817     .co_linetable = & importlib__bootstrap_toplevel_consts_7_consts_4_linetable.ob_base.ob_base,
1818     ._co_code = NULL,
1819     ._co_linearray = NULL,
1820     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\x03\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x01\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6b\x02\x00\x00\x00\x00\x73\x0b\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6b\x02\x00\x00\x00\x00\x72\x2d\x7c\x01\x7c\x00\x5f\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x78\x01\x6a\x04\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\xa6\x02\x00\x00\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\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x12\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x7c\x00\x7a\x06\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x10\x7c\x00\x78\x01\x6a\x0a\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0b\x23\x00\x31\x00\x73\x04\x77\x02\x78\x03\x59\x00\x77\x01\x01\x00\x59\x00\x01\x00\x01\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\xe5\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",
1821     ._co_firsttraceable = 0,
1822 };
1823 static
1824     struct {
1825         PyASCIIObject _ascii;
1826         uint8_t _data[32];
1827     }
1828 importlib__bootstrap_toplevel_consts_7_consts_5_consts_1 = {
1829     ._ascii = {
1830         .ob_base = {
1831             .ob_refcnt = 999999999,
1832             .ob_type = &PyUnicode_Type,
1833         },
1834         .length = 31,
1835         .hash = -1,
1836         .state = {
1837             .kind = 1,
1838             .compact = 1,
1839             .ascii = 1,
1840             .ready = 1,
1841         },
1842     },
1843     ._data = "cannot release un-acquired lock",
1844 };
1845 static
1846     struct {
1847         PyGC_Head _gc_head;
1848         struct {
1849             PyObject_VAR_HEAD
1850             PyObject *ob_item[4];
1851         }_object;
1852     }
1853 importlib__bootstrap_toplevel_consts_7_consts_5_consts = {
1854     ._object = {
1855         .ob_base = {
1856             .ob_base = {
1857                 .ob_refcnt = 999999999,
1858                 .ob_type = &PyTuple_Type,
1859             },
1860             .ob_size = 4,
1861         },
1862         .ob_item = {
1863             Py_None,
1864             & importlib__bootstrap_toplevel_consts_7_consts_5_consts_1._ascii.ob_base,
1865             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
1866             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
1867         },
1868     },
1869 };
1870 static
1871     struct {
1872         PyASCIIObject _ascii;
1873         uint8_t _data[13];
1874     }
1875 const_str_RuntimeError = {
1876     ._ascii = {
1877         .ob_base = {
1878             .ob_refcnt = 999999999,
1879             .ob_type = &PyUnicode_Type,
1880         },
1881         .length = 12,
1882         .hash = -1,
1883         .state = {
1884             .kind = 1,
1885             .compact = 1,
1886             .ascii = 1,
1887             .ready = 1,
1888         },
1889     },
1890     ._data = "RuntimeError",
1891 };
1892 static
1893     struct {
1894         PyGC_Head _gc_head;
1895         struct {
1896             PyObject_VAR_HEAD
1897             PyObject *ob_item[9];
1898         }_object;
1899     }
1900 importlib__bootstrap_toplevel_consts_7_consts_5_names = {
1901     ._object = {
1902         .ob_base = {
1903             .ob_base = {
1904                 .ob_refcnt = 999999999,
1905                 .ob_type = &PyTuple_Type,
1906             },
1907             .ob_size = 9,
1908         },
1909         .ob_item = {
1910             & const_str__thread._ascii.ob_base,
1911             & const_str_get_ident._ascii.ob_base,
1912             & const_str_lock._ascii.ob_base,
1913             & const_str_owner._ascii.ob_base,
1914             & const_str_RuntimeError._ascii.ob_base,
1915             & const_str_count._ascii.ob_base,
1916             & const_str_waiters._ascii.ob_base,
1917             & const_str_wakeup._ascii.ob_base,
1918             & const_str_release._ascii.ob_base,
1919         },
1920     },
1921 };
1922 static
1923     struct {
1924         PyASCIIObject _ascii;
1925         uint8_t _data[20];
1926     }
1927 importlib__bootstrap_toplevel_consts_7_consts_5_qualname = {
1928     ._ascii = {
1929         .ob_base = {
1930             .ob_refcnt = 999999999,
1931             .ob_type = &PyUnicode_Type,
1932         },
1933         .length = 19,
1934         .hash = -1,
1935         .state = {
1936             .kind = 1,
1937             .compact = 1,
1938             .ascii = 1,
1939             .ready = 1,
1940         },
1941     },
1942     ._data = "_ModuleLock.release",
1943 };
1944 static
1945     struct {
1946         PyObject_VAR_HEAD
1947         Py_hash_t ob_shash;
1948         char ob_sval[250];
1949     }
1950 importlib__bootstrap_toplevel_consts_7_consts_5_linetable = {
1951     .ob_base = {
1952         .ob_base = {
1953             .ob_refcnt = 999999999,
1954             .ob_type = &PyBytes_Type,
1955         },
1956         .ob_size = 249,
1957     },
1958     .ob_shash = -1,
1959     .ob_sval = "\x80\x00\xdd\x0e\x15\xd7\x0e\x1f\xd2\x0e\x1f\xd1\x0e\x21\xd4\x0e\x21\x88\x03\xd8\x0d\x11\x8c\x59\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xd8\x0f\x13\x8c\x7a\x98\x53\xd2\x0f\x20\xd0\x0f\x20\xdd\x16\x22\xd0\x23\x44\xd1\x16\x45\xd4\x16\x45\xd0\x10\x45\xd8\x13\x17\x94\x3a\xa0\x01\x92\x3e\x90\x3e\x90\x3e\x90\x3e\xd8\x0c\x10\x88\x4a\x8c\x4a\x98\x21\x89\x4f\x88\x4a\x8c\x4a\xd8\x0f\x13\x8c\x7a\x98\x51\x8a\x7f\x88\x7f\xd8\x1d\x21\x90\x04\x94\x0a\xd8\x13\x17\x94\x3c\xf0\x00\x02\x11\x2a\xd8\x14\x18\x90\x4c\x94\x4c\xa0\x41\xd1\x14\x25\x90\x4c\x94\x4c\xd8\x14\x18\x94\x4b\xd7\x14\x27\xd2\x14\x27\xd1\x14\x29\xd4\x14\x29\xd0\x14\x29\xf0\x13\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf1\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\xf8\xf8\xf8\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",
1960 };
1961 static
1962     struct {
1963         PyObject_VAR_HEAD
1964         Py_hash_t ob_shash;
1965         char ob_sval[19];
1966     }
1967 importlib__bootstrap_toplevel_consts_7_consts_5_exceptiontable = {
1968     .ob_base = {
1969         .ob_base = {
1970             .ob_refcnt = 999999999,
1971             .ob_type = &PyBytes_Type,
1972         },
1973         .ob_size = 18,
1974     },
1975     .ob_shash = -1,
1976     .ob_sval = "\xa1\x41\x3a\x42\x28\x03\xc2\x28\x04\x42\x2c\x07\xc2\x2f\x01\x42\x2c\x07",
1977 };
1978 static
1979     struct _PyCode_DEF(362)
1980 importlib__bootstrap_toplevel_consts_7_consts_5 = {
1981     .ob_base = {
1982         .ob_base = {
1983             .ob_refcnt = 999999999,
1984             .ob_type = &PyCode_Type,
1985         },
1986         .ob_size = 181,
1987     },
1988     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_5_consts._object.ob_base.ob_base,
1989     .co_names = & importlib__bootstrap_toplevel_consts_7_consts_5_names._object.ob_base.ob_base,
1990     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_7_consts_5_exceptiontable.ob_base.ob_base,
1991     .co_flags = 3,
1992     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
1993     ._co_linearray_entry_size = 0,
1994     .co_argcount = 1,
1995     .co_posonlyargcount = 0,
1996     .co_kwonlyargcount = 0,
1997     .co_stacksize = 6,
1998     .co_firstlineno = 125,
1999     .co_nlocalsplus = 2,
2000     .co_nlocals = 2,
2001     .co_nplaincellvars = 0,
2002     .co_ncellvars = 0,
2003     .co_nfreevars = 0,
2004     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_4_localsplusnames._object.ob_base.ob_base,
2005     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
2006     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
2007     .co_name = & const_str_release._ascii.ob_base,
2008     .co_qualname = & importlib__bootstrap_toplevel_consts_7_consts_5_qualname._ascii.ob_base,
2009     .co_linetable = & importlib__bootstrap_toplevel_consts_7_consts_5_linetable.ob_base.ob_base,
2010     ._co_code = NULL,
2011     ._co_linearray = NULL,
2012     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x01\x00\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6b\x03\x00\x00\x00\x00\x72\x0f\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x6a\x05\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\x05\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\x05\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6b\x02\x00\x00\x00\x00\x72\x37\x64\x00\x7c\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x72\x29\x7c\x00\x78\x01\x6a\x06\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\x07\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x64\x00\x64\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x23\x00\x31\x00\x73\x04\x77\x02\x78\x03\x59\x00\x77\x01\x01\x00\x59\x00\x01\x00\x01\x00\x64\x00\x53\x00",
2013     ._co_firsttraceable = 0,
2014 };
2015 static
2016     struct {
2017         PyASCIIObject _ascii;
2018         uint8_t _data[24];
2019     }
2020 importlib__bootstrap_toplevel_consts_7_consts_6_consts_1 = {
2021     ._ascii = {
2022         .ob_base = {
2023             .ob_refcnt = 999999999,
2024             .ob_type = &PyUnicode_Type,
2025         },
2026         .length = 23,
2027         .hash = -1,
2028         .state = {
2029             .kind = 1,
2030             .compact = 1,
2031             .ascii = 1,
2032             .ready = 1,
2033         },
2034     },
2035     ._data = "_ModuleLock({!r}) at {}",
2036 };
2037 static
2038     struct {
2039         PyGC_Head _gc_head;
2040         struct {
2041             PyObject_VAR_HEAD
2042             PyObject *ob_item[2];
2043         }_object;
2044     }
2045 importlib__bootstrap_toplevel_consts_7_consts_6_consts = {
2046     ._object = {
2047         .ob_base = {
2048             .ob_base = {
2049                 .ob_refcnt = 999999999,
2050                 .ob_type = &PyTuple_Type,
2051             },
2052             .ob_size = 2,
2053         },
2054         .ob_item = {
2055             Py_None,
2056             & importlib__bootstrap_toplevel_consts_7_consts_6_consts_1._ascii.ob_base,
2057         },
2058     },
2059 };
2060 static
2061     struct {
2062         PyASCIIObject _ascii;
2063         uint8_t _data[7];
2064     }
2065 const_str_format = {
2066     ._ascii = {
2067         .ob_base = {
2068             .ob_refcnt = 999999999,
2069             .ob_type = &PyUnicode_Type,
2070         },
2071         .length = 6,
2072         .hash = -1,
2073         .state = {
2074             .kind = 1,
2075             .compact = 1,
2076             .ascii = 1,
2077             .ready = 1,
2078         },
2079     },
2080     ._data = "format",
2081 };
2082 static
2083     struct {
2084         PyASCIIObject _ascii;
2085         uint8_t _data[3];
2086     }
2087 const_str_id = {
2088     ._ascii = {
2089         .ob_base = {
2090             .ob_refcnt = 999999999,
2091             .ob_type = &PyUnicode_Type,
2092         },
2093         .length = 2,
2094         .hash = -1,
2095         .state = {
2096             .kind = 1,
2097             .compact = 1,
2098             .ascii = 1,
2099             .ready = 1,
2100         },
2101     },
2102     ._data = "id",
2103 };
2104 static
2105     struct {
2106         PyGC_Head _gc_head;
2107         struct {
2108             PyObject_VAR_HEAD
2109             PyObject *ob_item[3];
2110         }_object;
2111     }
2112 importlib__bootstrap_toplevel_consts_7_consts_6_names = {
2113     ._object = {
2114         .ob_base = {
2115             .ob_base = {
2116                 .ob_refcnt = 999999999,
2117                 .ob_type = &PyTuple_Type,
2118             },
2119             .ob_size = 3,
2120         },
2121         .ob_item = {
2122             & const_str_format._ascii.ob_base,
2123             &_Py_ID(name),
2124             & const_str_id._ascii.ob_base,
2125         },
2126     },
2127 };
2128 static
2129     struct {
2130         PyASCIIObject _ascii;
2131         uint8_t _data[21];
2132     }
2133 importlib__bootstrap_toplevel_consts_7_consts_6_qualname = {
2134     ._ascii = {
2135         .ob_base = {
2136             .ob_refcnt = 999999999,
2137             .ob_type = &PyUnicode_Type,
2138         },
2139         .length = 20,
2140         .hash = -1,
2141         .state = {
2142             .kind = 1,
2143             .compact = 1,
2144             .ascii = 1,
2145             .ready = 1,
2146         },
2147     },
2148     ._data = "_ModuleLock.__repr__",
2149 };
2150 static
2151     struct {
2152         PyObject_VAR_HEAD
2153         Py_hash_t ob_shash;
2154         char ob_sval[33];
2155     }
2156 importlib__bootstrap_toplevel_consts_7_consts_6_linetable = {
2157     .ob_base = {
2158         .ob_base = {
2159             .ob_refcnt = 999999999,
2160             .ob_type = &PyBytes_Type,
2161         },
2162         .ob_size = 32,
2163     },
2164     .ob_shash = -1,
2165     .ob_sval = "\x80\x00\xd8\x0f\x28\xd7\x0f\x2f\xd2\x0f\x2f\xb0\x04\xb4\x09\xbd\x32\xb8\x64\xb9\x38\xbc\x38\xd1\x0f\x44\xd4\x0f\x44\xd0\x08\x44",
2166 };
2167 static
2168     struct {
2169         PyGC_Head _gc_head;
2170         struct {
2171             PyObject_VAR_HEAD
2172             PyObject *ob_item[1];
2173         }_object;
2174     }
2175 importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames = {
2176     ._object = {
2177         .ob_base = {
2178             .ob_base = {
2179                 .ob_refcnt = 999999999,
2180                 .ob_type = &PyTuple_Type,
2181             },
2182             .ob_size = 1,
2183         },
2184         .ob_item = {
2185             & const_str_self._ascii.ob_base,
2186         },
2187     },
2188 };
2189 static
2190     struct _PyCode_DEF(82)
2191 importlib__bootstrap_toplevel_consts_7_consts_6 = {
2192     .ob_base = {
2193         .ob_base = {
2194             .ob_refcnt = 999999999,
2195             .ob_type = &PyCode_Type,
2196         },
2197         .ob_size = 41,
2198     },
2199     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_6_consts._object.ob_base.ob_base,
2200     .co_names = & importlib__bootstrap_toplevel_consts_7_consts_6_names._object.ob_base.ob_base,
2201     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
2202     .co_flags = 3,
2203     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
2204     ._co_linearray_entry_size = 0,
2205     .co_argcount = 1,
2206     .co_posonlyargcount = 0,
2207     .co_kwonlyargcount = 0,
2208     .co_stacksize = 6,
2209     .co_firstlineno = 138,
2210     .co_nlocalsplus = 1,
2211     .co_nlocals = 1,
2212     .co_nplaincellvars = 0,
2213     .co_ncellvars = 0,
2214     .co_nfreevars = 0,
2215     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
2216     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
2217     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
2218     .co_name = &_Py_ID(__repr__),
2219     .co_qualname = & importlib__bootstrap_toplevel_consts_7_consts_6_qualname._ascii.ob_base,
2220     .co_linetable = & importlib__bootstrap_toplevel_consts_7_consts_6_linetable.ob_base.ob_base,
2221     ._co_code = NULL,
2222     ._co_linearray = NULL,
2223     .co_code_adaptive = "\x97\x00\x64\x01\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
2224     ._co_firsttraceable = 0,
2225 };
2226 static
2227     struct {
2228         PyGC_Head _gc_head;
2229         struct {
2230             PyObject_VAR_HEAD
2231             PyObject *ob_item[8];
2232         }_object;
2233     }
2234 importlib__bootstrap_toplevel_consts_7_consts = {
2235     ._object = {
2236         .ob_base = {
2237             .ob_base = {
2238                 .ob_refcnt = 999999999,
2239                 .ob_type = &PyTuple_Type,
2240             },
2241             .ob_size = 8,
2242         },
2243         .ob_item = {
2244             & const_str__ModuleLock._ascii.ob_base,
2245             & importlib__bootstrap_toplevel_consts_7_consts_1._ascii.ob_base,
2246             & importlib__bootstrap_toplevel_consts_7_consts_2.ob_base.ob_base,
2247             & importlib__bootstrap_toplevel_consts_7_consts_3.ob_base.ob_base,
2248             & importlib__bootstrap_toplevel_consts_7_consts_4.ob_base.ob_base,
2249             & importlib__bootstrap_toplevel_consts_7_consts_5.ob_base.ob_base,
2250             & importlib__bootstrap_toplevel_consts_7_consts_6.ob_base.ob_base,
2251             Py_None,
2252         },
2253     },
2254 };
2255 static
2256     struct {
2257         PyGC_Head _gc_head;
2258         struct {
2259             PyObject_VAR_HEAD
2260             PyObject *ob_item[9];
2261         }_object;
2262     }
2263 importlib__bootstrap_toplevel_consts_7_names = {
2264     ._object = {
2265         .ob_base = {
2266             .ob_base = {
2267                 .ob_refcnt = 999999999,
2268                 .ob_type = &PyTuple_Type,
2269             },
2270             .ob_size = 9,
2271         },
2272         .ob_item = {
2273             &_Py_ID(__name__),
2274             &_Py_ID(__module__),
2275             &_Py_ID(__qualname__),
2276             &_Py_ID(__doc__),
2277             &_Py_ID(__init__),
2278             & const_str_has_deadlock._ascii.ob_base,
2279             & const_str_acquire._ascii.ob_base,
2280             & const_str_release._ascii.ob_base,
2281             &_Py_ID(__repr__),
2282         },
2283     },
2284 };
2285 static
2286     struct {
2287         PyObject_VAR_HEAD
2288         Py_hash_t ob_shash;
2289         char ob_sval[111];
2290     }
2291 importlib__bootstrap_toplevel_consts_7_linetable = {
2292     .ob_base = {
2293         .ob_base = {
2294             .ob_refcnt = 999999999,
2295             .ob_type = &PyBytes_Type,
2296         },
2297         .ob_size = 110,
2298     },
2299     .ob_shash = -1,
2300     .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",
2301 };
2302 static
2303     struct _PyCode_DEF(48)
2304 importlib__bootstrap_toplevel_consts_7 = {
2305     .ob_base = {
2306         .ob_base = {
2307             .ob_refcnt = 999999999,
2308             .ob_type = &PyCode_Type,
2309         },
2310         .ob_size = 24,
2311     },
2312     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts._object.ob_base.ob_base,
2313     .co_names = & importlib__bootstrap_toplevel_consts_7_names._object.ob_base.ob_base,
2314     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
2315     .co_flags = 0,
2316     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
2317     ._co_linearray_entry_size = 0,
2318     .co_argcount = 0,
2319     .co_posonlyargcount = 0,
2320     .co_kwonlyargcount = 0,
2321     .co_stacksize = 1,
2322     .co_firstlineno = 65,
2323     .co_nlocalsplus = 0,
2324     .co_nlocals = 0,
2325     .co_nplaincellvars = 0,
2326     .co_ncellvars = 0,
2327     .co_nfreevars = 0,
2328     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
2329     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
2330     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
2331     .co_name = & const_str__ModuleLock._ascii.ob_base,
2332     .co_qualname = & const_str__ModuleLock._ascii.ob_base,
2333     .co_linetable = & importlib__bootstrap_toplevel_consts_7_linetable.ob_base.ob_base,
2334     ._co_code = NULL,
2335     ._co_linearray = NULL,
2336     .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",
2337     ._co_firsttraceable = 0,
2338 };
2339 static
2340     struct {
2341         PyASCIIObject _ascii;
2342         uint8_t _data[17];
2343     }
2344 const_str__DummyModuleLock = {
2345     ._ascii = {
2346         .ob_base = {
2347             .ob_refcnt = 999999999,
2348             .ob_type = &PyUnicode_Type,
2349         },
2350         .length = 16,
2351         .hash = -1,
2352         .state = {
2353             .kind = 1,
2354             .compact = 1,
2355             .ascii = 1,
2356             .ready = 1,
2357         },
2358     },
2359     ._data = "_DummyModuleLock",
2360 };
2361 static
2362     struct {
2363         PyASCIIObject _ascii;
2364         uint8_t _data[87];
2365     }
2366 importlib__bootstrap_toplevel_consts_9_consts_1 = {
2367     ._ascii = {
2368         .ob_base = {
2369             .ob_refcnt = 999999999,
2370             .ob_type = &PyUnicode_Type,
2371         },
2372         .length = 86,
2373         .hash = -1,
2374         .state = {
2375             .kind = 1,
2376             .compact = 1,
2377             .ascii = 1,
2378             .ready = 1,
2379         },
2380     },
2381     ._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",
2382 };
2383 static
2384     struct {
2385         PyGC_Head _gc_head;
2386         struct {
2387             PyObject_VAR_HEAD
2388             PyObject *ob_item[2];
2389         }_object;
2390     }
2391 importlib__bootstrap_toplevel_consts_9_consts_2_names = {
2392     ._object = {
2393         .ob_base = {
2394             .ob_base = {
2395                 .ob_refcnt = 999999999,
2396                 .ob_type = &PyTuple_Type,
2397             },
2398             .ob_size = 2,
2399         },
2400         .ob_item = {
2401             &_Py_ID(name),
2402             & const_str_count._ascii.ob_base,
2403         },
2404     },
2405 };
2406 static
2407     struct {
2408         PyASCIIObject _ascii;
2409         uint8_t _data[26];
2410     }
2411 importlib__bootstrap_toplevel_consts_9_consts_2_qualname = {
2412     ._ascii = {
2413         .ob_base = {
2414             .ob_refcnt = 999999999,
2415             .ob_type = &PyUnicode_Type,
2416         },
2417         .length = 25,
2418         .hash = -1,
2419         .state = {
2420             .kind = 1,
2421             .compact = 1,
2422             .ascii = 1,
2423             .ready = 1,
2424         },
2425     },
2426     ._data = "_DummyModuleLock.__init__",
2427 };
2428 static
2429     struct {
2430         PyObject_VAR_HEAD
2431         Py_hash_t ob_shash;
2432         char ob_sval[21];
2433     }
2434 importlib__bootstrap_toplevel_consts_9_consts_2_linetable = {
2435     .ob_base = {
2436         .ob_base = {
2437             .ob_refcnt = 999999999,
2438             .ob_type = &PyBytes_Type,
2439         },
2440         .ob_size = 20,
2441     },
2442     .ob_shash = -1,
2443     .ob_sval = "\x80\x00\xd8\x14\x18\x88\x04\x8c\x09\xd8\x15\x16\x88\x04\x8c\x0a\x88\x0a\x88\x0a",
2444 };
2445 static
2446     struct _PyCode_DEF(34)
2447 importlib__bootstrap_toplevel_consts_9_consts_2 = {
2448     .ob_base = {
2449         .ob_base = {
2450             .ob_refcnt = 999999999,
2451             .ob_type = &PyCode_Type,
2452         },
2453         .ob_size = 17,
2454     },
2455     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
2456     .co_names = & importlib__bootstrap_toplevel_consts_9_consts_2_names._object.ob_base.ob_base,
2457     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
2458     .co_flags = 3,
2459     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
2460     ._co_linearray_entry_size = 0,
2461     .co_argcount = 2,
2462     .co_posonlyargcount = 0,
2463     .co_kwonlyargcount = 0,
2464     .co_stacksize = 2,
2465     .co_firstlineno = 146,
2466     .co_nlocalsplus = 2,
2467     .co_nlocals = 2,
2468     .co_nplaincellvars = 0,
2469     .co_ncellvars = 0,
2470     .co_nfreevars = 0,
2471     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_2_localsplusnames._object.ob_base.ob_base,
2472     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
2473     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
2474     .co_name = &_Py_ID(__init__),
2475     .co_qualname = & importlib__bootstrap_toplevel_consts_9_consts_2_qualname._ascii.ob_base,
2476     .co_linetable = & importlib__bootstrap_toplevel_consts_9_consts_2_linetable.ob_base.ob_base,
2477     ._co_code = NULL,
2478     ._co_linearray = NULL,
2479     .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",
2480     ._co_firsttraceable = 0,
2481 };
2482 static
2483     struct {
2484         PyGC_Head _gc_head;
2485         struct {
2486             PyObject_VAR_HEAD
2487             PyObject *ob_item[3];
2488         }_object;
2489     }
2490 importlib__bootstrap_toplevel_consts_9_consts_3_consts = {
2491     ._object = {
2492         .ob_base = {
2493             .ob_base = {
2494                 .ob_refcnt = 999999999,
2495                 .ob_type = &PyTuple_Type,
2496             },
2497             .ob_size = 3,
2498         },
2499         .ob_item = {
2500             Py_None,
2501             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
2502             Py_True,
2503         },
2504     },
2505 };
2506 static
2507     struct {
2508         PyGC_Head _gc_head;
2509         struct {
2510             PyObject_VAR_HEAD
2511             PyObject *ob_item[1];
2512         }_object;
2513     }
2514 importlib__bootstrap_toplevel_consts_9_consts_3_names = {
2515     ._object = {
2516         .ob_base = {
2517             .ob_base = {
2518                 .ob_refcnt = 999999999,
2519                 .ob_type = &PyTuple_Type,
2520             },
2521             .ob_size = 1,
2522         },
2523         .ob_item = {
2524             & const_str_count._ascii.ob_base,
2525         },
2526     },
2527 };
2528 static
2529     struct {
2530         PyASCIIObject _ascii;
2531         uint8_t _data[25];
2532     }
2533 importlib__bootstrap_toplevel_consts_9_consts_3_qualname = {
2534     ._ascii = {
2535         .ob_base = {
2536             .ob_refcnt = 999999999,
2537             .ob_type = &PyUnicode_Type,
2538         },
2539         .length = 24,
2540         .hash = -1,
2541         .state = {
2542             .kind = 1,
2543             .compact = 1,
2544             .ascii = 1,
2545             .ready = 1,
2546         },
2547     },
2548     ._data = "_DummyModuleLock.acquire",
2549 };
2550 static
2551     struct {
2552         PyObject_VAR_HEAD
2553         Py_hash_t ob_shash;
2554         char ob_sval[23];
2555     }
2556 importlib__bootstrap_toplevel_consts_9_consts_3_linetable = {
2557     .ob_base = {
2558         .ob_base = {
2559             .ob_refcnt = 999999999,
2560             .ob_type = &PyBytes_Type,
2561         },
2562         .ob_size = 22,
2563     },
2564     .ob_shash = -1,
2565     .ob_sval = "\x80\x00\xd8\x08\x0c\x88\x0a\x8c\x0a\x90\x61\x89\x0f\x88\x0a\x8c\x0a\xd8\x0f\x13\x88\x74",
2566 };
2567 static
2568     struct _PyCode_DEF(38)
2569 importlib__bootstrap_toplevel_consts_9_consts_3 = {
2570     .ob_base = {
2571         .ob_base = {
2572             .ob_refcnt = 999999999,
2573             .ob_type = &PyCode_Type,
2574         },
2575         .ob_size = 19,
2576     },
2577     .co_consts = & importlib__bootstrap_toplevel_consts_9_consts_3_consts._object.ob_base.ob_base,
2578     .co_names = & importlib__bootstrap_toplevel_consts_9_consts_3_names._object.ob_base.ob_base,
2579     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
2580     .co_flags = 3,
2581     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
2582     ._co_linearray_entry_size = 0,
2583     .co_argcount = 1,
2584     .co_posonlyargcount = 0,
2585     .co_kwonlyargcount = 0,
2586     .co_stacksize = 3,
2587     .co_firstlineno = 150,
2588     .co_nlocalsplus = 1,
2589     .co_nlocals = 1,
2590     .co_nplaincellvars = 0,
2591     .co_ncellvars = 0,
2592     .co_nfreevars = 0,
2593     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
2594     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
2595     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
2596     .co_name = & const_str_acquire._ascii.ob_base,
2597     .co_qualname = & importlib__bootstrap_toplevel_consts_9_consts_3_qualname._ascii.ob_base,
2598     .co_linetable = & importlib__bootstrap_toplevel_consts_9_consts_3_linetable.ob_base.ob_base,
2599     ._co_code = NULL,
2600     ._co_linearray = NULL,
2601     .co_code_adaptive = "\x97\x00\x7c\x00\x78\x01\x6a\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",
2602     ._co_firsttraceable = 0,
2603 };
2604 static
2605     struct {
2606         PyGC_Head _gc_head;
2607         struct {
2608             PyObject_VAR_HEAD
2609             PyObject *ob_item[4];
2610         }_object;
2611     }
2612 importlib__bootstrap_toplevel_consts_9_consts_4_consts = {
2613     ._object = {
2614         .ob_base = {
2615             .ob_base = {
2616                 .ob_refcnt = 999999999,
2617                 .ob_type = &PyTuple_Type,
2618             },
2619             .ob_size = 4,
2620         },
2621         .ob_item = {
2622             Py_None,
2623             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
2624             & importlib__bootstrap_toplevel_consts_7_consts_5_consts_1._ascii.ob_base,
2625             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
2626         },
2627     },
2628 };
2629 static
2630     struct {
2631         PyGC_Head _gc_head;
2632         struct {
2633             PyObject_VAR_HEAD
2634             PyObject *ob_item[2];
2635         }_object;
2636     }
2637 importlib__bootstrap_toplevel_consts_9_consts_4_names = {
2638     ._object = {
2639         .ob_base = {
2640             .ob_base = {
2641                 .ob_refcnt = 999999999,
2642                 .ob_type = &PyTuple_Type,
2643             },
2644             .ob_size = 2,
2645         },
2646         .ob_item = {
2647             & const_str_count._ascii.ob_base,
2648             & const_str_RuntimeError._ascii.ob_base,
2649         },
2650     },
2651 };
2652 static
2653     struct {
2654         PyASCIIObject _ascii;
2655         uint8_t _data[25];
2656     }
2657 importlib__bootstrap_toplevel_consts_9_consts_4_qualname = {
2658     ._ascii = {
2659         .ob_base = {
2660             .ob_refcnt = 999999999,
2661             .ob_type = &PyUnicode_Type,
2662         },
2663         .length = 24,
2664         .hash = -1,
2665         .state = {
2666             .kind = 1,
2667             .compact = 1,
2668             .ascii = 1,
2669             .ready = 1,
2670         },
2671     },
2672     ._data = "_DummyModuleLock.release",
2673 };
2674 static
2675     struct {
2676         PyObject_VAR_HEAD
2677         Py_hash_t ob_shash;
2678         char ob_sval[48];
2679     }
2680 importlib__bootstrap_toplevel_consts_9_consts_4_linetable = {
2681     .ob_base = {
2682         .ob_base = {
2683             .ob_refcnt = 999999999,
2684             .ob_type = &PyBytes_Type,
2685         },
2686         .ob_size = 47,
2687     },
2688     .ob_shash = -1,
2689     .ob_sval = "\x80\x00\xd8\x0b\x0f\x8c\x3a\x98\x11\x8a\x3f\x88\x3f\xdd\x12\x1e\xd0\x1f\x40\xd1\x12\x41\xd4\x12\x41\xd0\x0c\x41\xd8\x08\x0c\x88\x0a\x8c\x0a\x90\x61\x89\x0f\x88\x0a\x8c\x0a\x88\x0a\x88\x0a",
2690 };
2691 static
2692     struct _PyCode_DEF(90)
2693 importlib__bootstrap_toplevel_consts_9_consts_4 = {
2694     .ob_base = {
2695         .ob_base = {
2696             .ob_refcnt = 999999999,
2697             .ob_type = &PyCode_Type,
2698         },
2699         .ob_size = 45,
2700     },
2701     .co_consts = & importlib__bootstrap_toplevel_consts_9_consts_4_consts._object.ob_base.ob_base,
2702     .co_names = & importlib__bootstrap_toplevel_consts_9_consts_4_names._object.ob_base.ob_base,
2703     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
2704     .co_flags = 3,
2705     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
2706     ._co_linearray_entry_size = 0,
2707     .co_argcount = 1,
2708     .co_posonlyargcount = 0,
2709     .co_kwonlyargcount = 0,
2710     .co_stacksize = 3,
2711     .co_firstlineno = 154,
2712     .co_nlocalsplus = 1,
2713     .co_nlocals = 1,
2714     .co_nplaincellvars = 0,
2715     .co_ncellvars = 0,
2716     .co_nfreevars = 0,
2717     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
2718     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
2719     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
2720     .co_name = & const_str_release._ascii.ob_base,
2721     .co_qualname = & importlib__bootstrap_toplevel_consts_9_consts_4_qualname._ascii.ob_base,
2722     .co_linetable = & importlib__bootstrap_toplevel_consts_9_consts_4_linetable.ob_base.ob_base,
2723     ._co_code = NULL,
2724     ._co_linearray = NULL,
2725     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x0f\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xa6\x01\x00\x00\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\x64\x03\x7a\x17\x00\x00\x63\x02\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
2726     ._co_firsttraceable = 0,
2727 };
2728 static
2729     struct {
2730         PyASCIIObject _ascii;
2731         uint8_t _data[29];
2732     }
2733 importlib__bootstrap_toplevel_consts_9_consts_5_consts_1 = {
2734     ._ascii = {
2735         .ob_base = {
2736             .ob_refcnt = 999999999,
2737             .ob_type = &PyUnicode_Type,
2738         },
2739         .length = 28,
2740         .hash = -1,
2741         .state = {
2742             .kind = 1,
2743             .compact = 1,
2744             .ascii = 1,
2745             .ready = 1,
2746         },
2747     },
2748     ._data = "_DummyModuleLock({!r}) at {}",
2749 };
2750 static
2751     struct {
2752         PyGC_Head _gc_head;
2753         struct {
2754             PyObject_VAR_HEAD
2755             PyObject *ob_item[2];
2756         }_object;
2757     }
2758 importlib__bootstrap_toplevel_consts_9_consts_5_consts = {
2759     ._object = {
2760         .ob_base = {
2761             .ob_base = {
2762                 .ob_refcnt = 999999999,
2763                 .ob_type = &PyTuple_Type,
2764             },
2765             .ob_size = 2,
2766         },
2767         .ob_item = {
2768             Py_None,
2769             & importlib__bootstrap_toplevel_consts_9_consts_5_consts_1._ascii.ob_base,
2770         },
2771     },
2772 };
2773 static
2774     struct {
2775         PyASCIIObject _ascii;
2776         uint8_t _data[26];
2777     }
2778 importlib__bootstrap_toplevel_consts_9_consts_5_qualname = {
2779     ._ascii = {
2780         .ob_base = {
2781             .ob_refcnt = 999999999,
2782             .ob_type = &PyUnicode_Type,
2783         },
2784         .length = 25,
2785         .hash = -1,
2786         .state = {
2787             .kind = 1,
2788             .compact = 1,
2789             .ascii = 1,
2790             .ready = 1,
2791         },
2792     },
2793     ._data = "_DummyModuleLock.__repr__",
2794 };
2795 static
2796     struct {
2797         PyObject_VAR_HEAD
2798         Py_hash_t ob_shash;
2799         char ob_sval[33];
2800     }
2801 importlib__bootstrap_toplevel_consts_9_consts_5_linetable = {
2802     .ob_base = {
2803         .ob_base = {
2804             .ob_refcnt = 999999999,
2805             .ob_type = &PyBytes_Type,
2806         },
2807         .ob_size = 32,
2808     },
2809     .ob_shash = -1,
2810     .ob_sval = "\x80\x00\xd8\x0f\x2d\xd7\x0f\x34\xd2\x0f\x34\xb0\x54\xb4\x59\xc5\x02\xc0\x34\xc1\x08\xc4\x08\xd1\x0f\x49\xd4\x0f\x49\xd0\x08\x49",
2811 };
2812 static
2813     struct _PyCode_DEF(82)
2814 importlib__bootstrap_toplevel_consts_9_consts_5 = {
2815     .ob_base = {
2816         .ob_base = {
2817             .ob_refcnt = 999999999,
2818             .ob_type = &PyCode_Type,
2819         },
2820         .ob_size = 41,
2821     },
2822     .co_consts = & importlib__bootstrap_toplevel_consts_9_consts_5_consts._object.ob_base.ob_base,
2823     .co_names = & importlib__bootstrap_toplevel_consts_7_consts_6_names._object.ob_base.ob_base,
2824     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
2825     .co_flags = 3,
2826     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
2827     ._co_linearray_entry_size = 0,
2828     .co_argcount = 1,
2829     .co_posonlyargcount = 0,
2830     .co_kwonlyargcount = 0,
2831     .co_stacksize = 6,
2832     .co_firstlineno = 159,
2833     .co_nlocalsplus = 1,
2834     .co_nlocals = 1,
2835     .co_nplaincellvars = 0,
2836     .co_ncellvars = 0,
2837     .co_nfreevars = 0,
2838     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
2839     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
2840     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
2841     .co_name = &_Py_ID(__repr__),
2842     .co_qualname = & importlib__bootstrap_toplevel_consts_9_consts_5_qualname._ascii.ob_base,
2843     .co_linetable = & importlib__bootstrap_toplevel_consts_9_consts_5_linetable.ob_base.ob_base,
2844     ._co_code = NULL,
2845     ._co_linearray = NULL,
2846     .co_code_adaptive = "\x97\x00\x64\x01\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
2847     ._co_firsttraceable = 0,
2848 };
2849 static
2850     struct {
2851         PyGC_Head _gc_head;
2852         struct {
2853             PyObject_VAR_HEAD
2854             PyObject *ob_item[7];
2855         }_object;
2856     }
2857 importlib__bootstrap_toplevel_consts_9_consts = {
2858     ._object = {
2859         .ob_base = {
2860             .ob_base = {
2861                 .ob_refcnt = 999999999,
2862                 .ob_type = &PyTuple_Type,
2863             },
2864             .ob_size = 7,
2865         },
2866         .ob_item = {
2867             & const_str__DummyModuleLock._ascii.ob_base,
2868             & importlib__bootstrap_toplevel_consts_9_consts_1._ascii.ob_base,
2869             & importlib__bootstrap_toplevel_consts_9_consts_2.ob_base.ob_base,
2870             & importlib__bootstrap_toplevel_consts_9_consts_3.ob_base.ob_base,
2871             & importlib__bootstrap_toplevel_consts_9_consts_4.ob_base.ob_base,
2872             & importlib__bootstrap_toplevel_consts_9_consts_5.ob_base.ob_base,
2873             Py_None,
2874         },
2875     },
2876 };
2877 static
2878     struct {
2879         PyGC_Head _gc_head;
2880         struct {
2881             PyObject_VAR_HEAD
2882             PyObject *ob_item[8];
2883         }_object;
2884     }
2885 importlib__bootstrap_toplevel_consts_9_names = {
2886     ._object = {
2887         .ob_base = {
2888             .ob_base = {
2889                 .ob_refcnt = 999999999,
2890                 .ob_type = &PyTuple_Type,
2891             },
2892             .ob_size = 8,
2893         },
2894         .ob_item = {
2895             &_Py_ID(__name__),
2896             &_Py_ID(__module__),
2897             &_Py_ID(__qualname__),
2898             &_Py_ID(__doc__),
2899             &_Py_ID(__init__),
2900             & const_str_acquire._ascii.ob_base,
2901             & const_str_release._ascii.ob_base,
2902             &_Py_ID(__repr__),
2903         },
2904     },
2905 };
2906 static
2907     struct {
2908         PyObject_VAR_HEAD
2909         Py_hash_t ob_shash;
2910         char ob_sval[96];
2911     }
2912 importlib__bootstrap_toplevel_consts_9_linetable = {
2913     .ob_base = {
2914         .ob_base = {
2915             .ob_refcnt = 999999999,
2916             .ob_type = &PyBytes_Type,
2917         },
2918         .ob_size = 95,
2919     },
2920     .ob_shash = -1,
2921     .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",
2922 };
2923 static
2924     struct _PyCode_DEF(42)
2925 importlib__bootstrap_toplevel_consts_9 = {
2926     .ob_base = {
2927         .ob_base = {
2928             .ob_refcnt = 999999999,
2929             .ob_type = &PyCode_Type,
2930         },
2931         .ob_size = 21,
2932     },
2933     .co_consts = & importlib__bootstrap_toplevel_consts_9_consts._object.ob_base.ob_base,
2934     .co_names = & importlib__bootstrap_toplevel_consts_9_names._object.ob_base.ob_base,
2935     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
2936     .co_flags = 0,
2937     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
2938     ._co_linearray_entry_size = 0,
2939     .co_argcount = 0,
2940     .co_posonlyargcount = 0,
2941     .co_kwonlyargcount = 0,
2942     .co_stacksize = 1,
2943     .co_firstlineno = 142,
2944     .co_nlocalsplus = 0,
2945     .co_nlocals = 0,
2946     .co_nplaincellvars = 0,
2947     .co_ncellvars = 0,
2948     .co_nfreevars = 0,
2949     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
2950     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
2951     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
2952     .co_name = & const_str__DummyModuleLock._ascii.ob_base,
2953     .co_qualname = & const_str__DummyModuleLock._ascii.ob_base,
2954     .co_linetable = & importlib__bootstrap_toplevel_consts_9_linetable.ob_base.ob_base,
2955     ._co_code = NULL,
2956     ._co_linearray = NULL,
2957     .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",
2958     ._co_firsttraceable = 0,
2959 };
2960 static
2961     struct {
2962         PyASCIIObject _ascii;
2963         uint8_t _data[19];
2964     }
2965 const_str__ModuleLockManager = {
2966     ._ascii = {
2967         .ob_base = {
2968             .ob_refcnt = 999999999,
2969             .ob_type = &PyUnicode_Type,
2970         },
2971         .length = 18,
2972         .hash = -1,
2973         .state = {
2974             .kind = 1,
2975             .compact = 1,
2976             .ascii = 1,
2977             .ready = 1,
2978         },
2979     },
2980     ._data = "_ModuleLockManager",
2981 };
2982 static
2983     struct {
2984         PyASCIIObject _ascii;
2985         uint8_t _data[6];
2986     }
2987 const_str__name = {
2988     ._ascii = {
2989         .ob_base = {
2990             .ob_refcnt = 999999999,
2991             .ob_type = &PyUnicode_Type,
2992         },
2993         .length = 5,
2994         .hash = -1,
2995         .state = {
2996             .kind = 1,
2997             .compact = 1,
2998             .ascii = 1,
2999             .ready = 1,
3000         },
3001     },
3002     ._data = "_name",
3003 };
3004 static
3005     struct {
3006         PyASCIIObject _ascii;
3007         uint8_t _data[6];
3008     }
3009 const_str__lock = {
3010     ._ascii = {
3011         .ob_base = {
3012             .ob_refcnt = 999999999,
3013             .ob_type = &PyUnicode_Type,
3014         },
3015         .length = 5,
3016         .hash = -1,
3017         .state = {
3018             .kind = 1,
3019             .compact = 1,
3020             .ascii = 1,
3021             .ready = 1,
3022         },
3023     },
3024     ._data = "_lock",
3025 };
3026 static
3027     struct {
3028         PyGC_Head _gc_head;
3029         struct {
3030             PyObject_VAR_HEAD
3031             PyObject *ob_item[2];
3032         }_object;
3033     }
3034 importlib__bootstrap_toplevel_consts_11_consts_1_names = {
3035     ._object = {
3036         .ob_base = {
3037             .ob_base = {
3038                 .ob_refcnt = 999999999,
3039                 .ob_type = &PyTuple_Type,
3040             },
3041             .ob_size = 2,
3042         },
3043         .ob_item = {
3044             & const_str__name._ascii.ob_base,
3045             & const_str__lock._ascii.ob_base,
3046         },
3047     },
3048 };
3049 static
3050     struct {
3051         PyASCIIObject _ascii;
3052         uint8_t _data[28];
3053     }
3054 importlib__bootstrap_toplevel_consts_11_consts_1_qualname = {
3055     ._ascii = {
3056         .ob_base = {
3057             .ob_refcnt = 999999999,
3058             .ob_type = &PyUnicode_Type,
3059         },
3060         .length = 27,
3061         .hash = -1,
3062         .state = {
3063             .kind = 1,
3064             .compact = 1,
3065             .ascii = 1,
3066             .ready = 1,
3067         },
3068     },
3069     ._data = "_ModuleLockManager.__init__",
3070 };
3071 static
3072     struct {
3073         PyObject_VAR_HEAD
3074         Py_hash_t ob_shash;
3075         char ob_sval[21];
3076     }
3077 importlib__bootstrap_toplevel_consts_11_consts_1_linetable = {
3078     .ob_base = {
3079         .ob_base = {
3080             .ob_refcnt = 999999999,
3081             .ob_type = &PyBytes_Type,
3082         },
3083         .ob_size = 20,
3084     },
3085     .ob_shash = -1,
3086     .ob_sval = "\x80\x00\xd8\x15\x19\x88\x04\x8c\x0a\xd8\x15\x19\x88\x04\x8c\x0a\x88\x0a\x88\x0a",
3087 };
3088 static
3089     struct _PyCode_DEF(34)
3090 importlib__bootstrap_toplevel_consts_11_consts_1 = {
3091     .ob_base = {
3092         .ob_base = {
3093             .ob_refcnt = 999999999,
3094             .ob_type = &PyCode_Type,
3095         },
3096         .ob_size = 17,
3097     },
3098     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
3099     .co_names = & importlib__bootstrap_toplevel_consts_11_consts_1_names._object.ob_base.ob_base,
3100     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
3101     .co_flags = 3,
3102     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
3103     ._co_linearray_entry_size = 0,
3104     .co_argcount = 2,
3105     .co_posonlyargcount = 0,
3106     .co_kwonlyargcount = 0,
3107     .co_stacksize = 2,
3108     .co_firstlineno = 165,
3109     .co_nlocalsplus = 2,
3110     .co_nlocals = 2,
3111     .co_nplaincellvars = 0,
3112     .co_ncellvars = 0,
3113     .co_nfreevars = 0,
3114     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_2_localsplusnames._object.ob_base.ob_base,
3115     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
3116     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
3117     .co_name = &_Py_ID(__init__),
3118     .co_qualname = & importlib__bootstrap_toplevel_consts_11_consts_1_qualname._ascii.ob_base,
3119     .co_linetable = & importlib__bootstrap_toplevel_consts_11_consts_1_linetable.ob_base.ob_base,
3120     ._co_code = NULL,
3121     ._co_linearray = NULL,
3122     .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",
3123     ._co_firsttraceable = 0,
3124 };
3125 static
3126     struct {
3127         PyASCIIObject _ascii;
3128         uint8_t _data[17];
3129     }
3130 const_str__get_module_lock = {
3131     ._ascii = {
3132         .ob_base = {
3133             .ob_refcnt = 999999999,
3134             .ob_type = &PyUnicode_Type,
3135         },
3136         .length = 16,
3137         .hash = -1,
3138         .state = {
3139             .kind = 1,
3140             .compact = 1,
3141             .ascii = 1,
3142             .ready = 1,
3143         },
3144     },
3145     ._data = "_get_module_lock",
3146 };
3147 static
3148     struct {
3149         PyGC_Head _gc_head;
3150         struct {
3151             PyObject_VAR_HEAD
3152             PyObject *ob_item[4];
3153         }_object;
3154     }
3155 importlib__bootstrap_toplevel_consts_11_consts_2_names = {
3156     ._object = {
3157         .ob_base = {
3158             .ob_base = {
3159                 .ob_refcnt = 999999999,
3160                 .ob_type = &PyTuple_Type,
3161             },
3162             .ob_size = 4,
3163         },
3164         .ob_item = {
3165             & const_str__get_module_lock._ascii.ob_base,
3166             & const_str__name._ascii.ob_base,
3167             & const_str__lock._ascii.ob_base,
3168             & const_str_acquire._ascii.ob_base,
3169         },
3170     },
3171 };
3172 static
3173     struct {
3174         PyASCIIObject _ascii;
3175         uint8_t _data[29];
3176     }
3177 importlib__bootstrap_toplevel_consts_11_consts_2_qualname = {
3178     ._ascii = {
3179         .ob_base = {
3180             .ob_refcnt = 999999999,
3181             .ob_type = &PyUnicode_Type,
3182         },
3183         .length = 28,
3184         .hash = -1,
3185         .state = {
3186             .kind = 1,
3187             .compact = 1,
3188             .ascii = 1,
3189             .ready = 1,
3190         },
3191     },
3192     ._data = "_ModuleLockManager.__enter__",
3193 };
3194 static
3195     struct {
3196         PyObject_VAR_HEAD
3197         Py_hash_t ob_shash;
3198         char ob_sval[46];
3199     }
3200 importlib__bootstrap_toplevel_consts_11_consts_2_linetable = {
3201     .ob_base = {
3202         .ob_base = {
3203             .ob_refcnt = 999999999,
3204             .ob_type = &PyBytes_Type,
3205         },
3206         .ob_size = 45,
3207     },
3208     .ob_shash = -1,
3209     .ob_sval = "\x80\x00\xdd\x15\x25\xa0\x64\xa4\x6a\xd1\x15\x31\xd4\x15\x31\x88\x04\x8c\x0a\xd8\x08\x0c\x8c\x0a\xd7\x08\x1a\xd2\x08\x1a\xd1\x08\x1c\xd4\x08\x1c\xd0\x08\x1c\xd0\x08\x1c\xd0\x08\x1c",
3210 };
3211 static
3212     struct _PyCode_DEF(106)
3213 importlib__bootstrap_toplevel_consts_11_consts_2 = {
3214     .ob_base = {
3215         .ob_base = {
3216             .ob_refcnt = 999999999,
3217             .ob_type = &PyCode_Type,
3218         },
3219         .ob_size = 53,
3220     },
3221     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
3222     .co_names = & importlib__bootstrap_toplevel_consts_11_consts_2_names._object.ob_base.ob_base,
3223     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
3224     .co_flags = 3,
3225     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
3226     ._co_linearray_entry_size = 0,
3227     .co_argcount = 1,
3228     .co_posonlyargcount = 0,
3229     .co_kwonlyargcount = 0,
3230     .co_stacksize = 3,
3231     .co_firstlineno = 169,
3232     .co_nlocalsplus = 1,
3233     .co_nlocals = 1,
3234     .co_nplaincellvars = 0,
3235     .co_ncellvars = 0,
3236     .co_nfreevars = 0,
3237     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
3238     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
3239     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
3240     .co_name = &_Py_ID(__enter__),
3241     .co_qualname = & importlib__bootstrap_toplevel_consts_11_consts_2_qualname._ascii.ob_base,
3242     .co_linetable = & importlib__bootstrap_toplevel_consts_11_consts_2_linetable.ob_base.ob_base,
3243     ._co_code = NULL,
3244     ._co_linearray = NULL,
3245     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
3246     ._co_firsttraceable = 0,
3247 };
3248 static
3249     struct {
3250         PyGC_Head _gc_head;
3251         struct {
3252             PyObject_VAR_HEAD
3253             PyObject *ob_item[2];
3254         }_object;
3255     }
3256 importlib__bootstrap_toplevel_consts_11_consts_3_names = {
3257     ._object = {
3258         .ob_base = {
3259             .ob_base = {
3260                 .ob_refcnt = 999999999,
3261                 .ob_type = &PyTuple_Type,
3262             },
3263             .ob_size = 2,
3264         },
3265         .ob_item = {
3266             & const_str__lock._ascii.ob_base,
3267             & const_str_release._ascii.ob_base,
3268         },
3269     },
3270 };
3271 static
3272     struct {
3273         PyASCIIObject _ascii;
3274         uint8_t _data[28];
3275     }
3276 importlib__bootstrap_toplevel_consts_11_consts_3_qualname = {
3277     ._ascii = {
3278         .ob_base = {
3279             .ob_refcnt = 999999999,
3280             .ob_type = &PyUnicode_Type,
3281         },
3282         .length = 27,
3283         .hash = -1,
3284         .state = {
3285             .kind = 1,
3286             .compact = 1,
3287             .ascii = 1,
3288             .ready = 1,
3289         },
3290     },
3291     ._data = "_ModuleLockManager.__exit__",
3292 };
3293 static
3294     struct {
3295         PyObject_VAR_HEAD
3296         Py_hash_t ob_shash;
3297         char ob_sval[29];
3298     }
3299 importlib__bootstrap_toplevel_consts_11_consts_3_linetable = {
3300     .ob_base = {
3301         .ob_base = {
3302             .ob_refcnt = 999999999,
3303             .ob_type = &PyBytes_Type,
3304         },
3305         .ob_size = 28,
3306     },
3307     .ob_shash = -1,
3308     .ob_sval = "\x80\x00\xd8\x08\x0c\x8c\x0a\xd7\x08\x1a\xd2\x08\x1a\xd1\x08\x1c\xd4\x08\x1c\xd0\x08\x1c\xd0\x08\x1c\xd0\x08\x1c",
3309 };
3310 static
3311     struct {
3312         PyASCIIObject _ascii;
3313         uint8_t _data[5];
3314     }
3315 const_str_args = {
3316     ._ascii = {
3317         .ob_base = {
3318             .ob_refcnt = 999999999,
3319             .ob_type = &PyUnicode_Type,
3320         },
3321         .length = 4,
3322         .hash = -1,
3323         .state = {
3324             .kind = 1,
3325             .compact = 1,
3326             .ascii = 1,
3327             .ready = 1,
3328         },
3329     },
3330     ._data = "args",
3331 };
3332 static
3333     struct {
3334         PyASCIIObject _ascii;
3335         uint8_t _data[7];
3336     }
3337 const_str_kwargs = {
3338     ._ascii = {
3339         .ob_base = {
3340             .ob_refcnt = 999999999,
3341             .ob_type = &PyUnicode_Type,
3342         },
3343         .length = 6,
3344         .hash = -1,
3345         .state = {
3346             .kind = 1,
3347             .compact = 1,
3348             .ascii = 1,
3349             .ready = 1,
3350         },
3351     },
3352     ._data = "kwargs",
3353 };
3354 static
3355     struct {
3356         PyGC_Head _gc_head;
3357         struct {
3358             PyObject_VAR_HEAD
3359             PyObject *ob_item[3];
3360         }_object;
3361     }
3362 importlib__bootstrap_toplevel_consts_11_consts_3_localsplusnames = {
3363     ._object = {
3364         .ob_base = {
3365             .ob_base = {
3366                 .ob_refcnt = 999999999,
3367                 .ob_type = &PyTuple_Type,
3368             },
3369             .ob_size = 3,
3370         },
3371         .ob_item = {
3372             & const_str_self._ascii.ob_base,
3373             & const_str_args._ascii.ob_base,
3374             & const_str_kwargs._ascii.ob_base,
3375         },
3376     },
3377 };
3378 static
3379     struct _PyCode_DEF(56)
3380 importlib__bootstrap_toplevel_consts_11_consts_3 = {
3381     .ob_base = {
3382         .ob_base = {
3383             .ob_refcnt = 999999999,
3384             .ob_type = &PyCode_Type,
3385         },
3386         .ob_size = 28,
3387     },
3388     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
3389     .co_names = & importlib__bootstrap_toplevel_consts_11_consts_3_names._object.ob_base.ob_base,
3390     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
3391     .co_flags = 15,
3392     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
3393     ._co_linearray_entry_size = 0,
3394     .co_argcount = 1,
3395     .co_posonlyargcount = 0,
3396     .co_kwonlyargcount = 0,
3397     .co_stacksize = 2,
3398     .co_firstlineno = 173,
3399     .co_nlocalsplus = 3,
3400     .co_nlocals = 3,
3401     .co_nplaincellvars = 0,
3402     .co_ncellvars = 0,
3403     .co_nfreevars = 0,
3404     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_11_consts_3_localsplusnames._object.ob_base.ob_base,
3405     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
3406     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
3407     .co_name = &_Py_ID(__exit__),
3408     .co_qualname = & importlib__bootstrap_toplevel_consts_11_consts_3_qualname._ascii.ob_base,
3409     .co_linetable = & importlib__bootstrap_toplevel_consts_11_consts_3_linetable.ob_base.ob_base,
3410     ._co_code = NULL,
3411     ._co_linearray = NULL,
3412     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
3413     ._co_firsttraceable = 0,
3414 };
3415 static
3416     struct {
3417         PyGC_Head _gc_head;
3418         struct {
3419             PyObject_VAR_HEAD
3420             PyObject *ob_item[5];
3421         }_object;
3422     }
3423 importlib__bootstrap_toplevel_consts_11_consts = {
3424     ._object = {
3425         .ob_base = {
3426             .ob_base = {
3427                 .ob_refcnt = 999999999,
3428                 .ob_type = &PyTuple_Type,
3429             },
3430             .ob_size = 5,
3431         },
3432         .ob_item = {
3433             & const_str__ModuleLockManager._ascii.ob_base,
3434             & importlib__bootstrap_toplevel_consts_11_consts_1.ob_base.ob_base,
3435             & importlib__bootstrap_toplevel_consts_11_consts_2.ob_base.ob_base,
3436             & importlib__bootstrap_toplevel_consts_11_consts_3.ob_base.ob_base,
3437             Py_None,
3438         },
3439     },
3440 };
3441 static
3442     struct {
3443         PyGC_Head _gc_head;
3444         struct {
3445             PyObject_VAR_HEAD
3446             PyObject *ob_item[6];
3447         }_object;
3448     }
3449 importlib__bootstrap_toplevel_consts_11_names = {
3450     ._object = {
3451         .ob_base = {
3452             .ob_base = {
3453                 .ob_refcnt = 999999999,
3454                 .ob_type = &PyTuple_Type,
3455             },
3456             .ob_size = 6,
3457         },
3458         .ob_item = {
3459             &_Py_ID(__name__),
3460             &_Py_ID(__module__),
3461             &_Py_ID(__qualname__),
3462             &_Py_ID(__init__),
3463             &_Py_ID(__enter__),
3464             &_Py_ID(__exit__),
3465         },
3466     },
3467 };
3468 static
3469     struct {
3470         PyObject_VAR_HEAD
3471         Py_hash_t ob_shash;
3472         char ob_sval[66];
3473     }
3474 importlib__bootstrap_toplevel_consts_11_linetable = {
3475     .ob_base = {
3476         .ob_base = {
3477             .ob_refcnt = 999999999,
3478             .ob_type = &PyBytes_Type,
3479         },
3480         .ob_size = 65,
3481     },
3482     .ob_shash = -1,
3483     .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",
3484 };
3485 static
3486     struct _PyCode_DEF(32)
3487 importlib__bootstrap_toplevel_consts_11 = {
3488     .ob_base = {
3489         .ob_base = {
3490             .ob_refcnt = 999999999,
3491             .ob_type = &PyCode_Type,
3492         },
3493         .ob_size = 16,
3494     },
3495     .co_consts = & importlib__bootstrap_toplevel_consts_11_consts._object.ob_base.ob_base,
3496     .co_names = & importlib__bootstrap_toplevel_consts_11_names._object.ob_base.ob_base,
3497     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
3498     .co_flags = 0,
3499     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
3500     ._co_linearray_entry_size = 0,
3501     .co_argcount = 0,
3502     .co_posonlyargcount = 0,
3503     .co_kwonlyargcount = 0,
3504     .co_stacksize = 1,
3505     .co_firstlineno = 163,
3506     .co_nlocalsplus = 0,
3507     .co_nlocals = 0,
3508     .co_nplaincellvars = 0,
3509     .co_ncellvars = 0,
3510     .co_nfreevars = 0,
3511     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
3512     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
3513     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
3514     .co_name = & const_str__ModuleLockManager._ascii.ob_base,
3515     .co_qualname = & const_str__ModuleLockManager._ascii.ob_base,
3516     .co_linetable = & importlib__bootstrap_toplevel_consts_11_linetable.ob_base.ob_base,
3517     ._co_code = NULL,
3518     ._co_linearray = NULL,
3519     .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",
3520     ._co_firsttraceable = 0,
3521 };
3522 static
3523     struct {
3524         PyASCIIObject _ascii;
3525         uint8_t _data[140];
3526     }
3527 importlib__bootstrap_toplevel_consts_13_consts_0 = {
3528     ._ascii = {
3529         .ob_base = {
3530             .ob_refcnt = 999999999,
3531             .ob_type = &PyUnicode_Type,
3532         },
3533         .length = 139,
3534         .hash = -1,
3535         .state = {
3536             .kind = 1,
3537             .compact = 1,
3538             .ascii = 1,
3539             .ready = 1,
3540         },
3541     },
3542     ._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",
3543 };
3544 static
3545     struct {
3546         PyASCIIObject _ascii;
3547         uint8_t _data[5];
3548     }
3549 const_str__imp = {
3550     ._ascii = {
3551         .ob_base = {
3552             .ob_refcnt = 999999999,
3553             .ob_type = &PyUnicode_Type,
3554         },
3555         .length = 4,
3556         .hash = -1,
3557         .state = {
3558             .kind = 1,
3559             .compact = 1,
3560             .ascii = 1,
3561             .ready = 1,
3562         },
3563     },
3564     ._data = "_imp",
3565 };
3566 static
3567     struct {
3568         PyASCIIObject _ascii;
3569         uint8_t _data[13];
3570     }
3571 const_str_acquire_lock = {
3572     ._ascii = {
3573         .ob_base = {
3574             .ob_refcnt = 999999999,
3575             .ob_type = &PyUnicode_Type,
3576         },
3577         .length = 12,
3578         .hash = -1,
3579         .state = {
3580             .kind = 1,
3581             .compact = 1,
3582             .ascii = 1,
3583             .ready = 1,
3584         },
3585     },
3586     ._data = "acquire_lock",
3587 };
3588 static
3589     struct {
3590         PyASCIIObject _ascii;
3591         uint8_t _data[14];
3592     }
3593 const_str__module_locks = {
3594     ._ascii = {
3595         .ob_base = {
3596             .ob_refcnt = 999999999,
3597             .ob_type = &PyUnicode_Type,
3598         },
3599         .length = 13,
3600         .hash = -1,
3601         .state = {
3602             .kind = 1,
3603             .compact = 1,
3604             .ascii = 1,
3605             .ready = 1,
3606         },
3607     },
3608     ._data = "_module_locks",
3609 };
3610 static
3611     struct {
3612         PyASCIIObject _ascii;
3613         uint8_t _data[13];
3614     }
3615 const_str_release_lock = {
3616     ._ascii = {
3617         .ob_base = {
3618             .ob_refcnt = 999999999,
3619             .ob_type = &PyUnicode_Type,
3620         },
3621         .length = 12,
3622         .hash = -1,
3623         .state = {
3624             .kind = 1,
3625             .compact = 1,
3626             .ascii = 1,
3627             .ready = 1,
3628         },
3629     },
3630     ._data = "release_lock",
3631 };
3632 static
3633     struct {
3634         PyGC_Head _gc_head;
3635         struct {
3636             PyObject_VAR_HEAD
3637             PyObject *ob_item[5];
3638         }_object;
3639     }
3640 importlib__bootstrap_toplevel_consts_13_consts_2_names = {
3641     ._object = {
3642         .ob_base = {
3643             .ob_base = {
3644                 .ob_refcnt = 999999999,
3645                 .ob_type = &PyTuple_Type,
3646             },
3647             .ob_size = 5,
3648         },
3649         .ob_item = {
3650             & const_str__imp._ascii.ob_base,
3651             & const_str_acquire_lock._ascii.ob_base,
3652             & const_str__module_locks._ascii.ob_base,
3653             &_Py_ID(get),
3654             & const_str_release_lock._ascii.ob_base,
3655         },
3656     },
3657 };
3658 static
3659     struct {
3660         PyASCIIObject _ascii;
3661         uint8_t _data[3];
3662     }
3663 const_str_cb = {
3664     ._ascii = {
3665         .ob_base = {
3666             .ob_refcnt = 999999999,
3667             .ob_type = &PyUnicode_Type,
3668         },
3669         .length = 2,
3670         .hash = -1,
3671         .state = {
3672             .kind = 1,
3673             .compact = 1,
3674             .ascii = 1,
3675             .ready = 1,
3676         },
3677     },
3678     ._data = "cb",
3679 };
3680 static
3681     struct {
3682         PyASCIIObject _ascii;
3683         uint8_t _data[29];
3684     }
3685 importlib__bootstrap_toplevel_consts_13_consts_2_qualname = {
3686     ._ascii = {
3687         .ob_base = {
3688             .ob_refcnt = 999999999,
3689             .ob_type = &PyUnicode_Type,
3690         },
3691         .length = 28,
3692         .hash = -1,
3693         .state = {
3694             .kind = 1,
3695             .compact = 1,
3696             .ascii = 1,
3697             .ready = 1,
3698         },
3699     },
3700     ._data = "_get_module_lock.<locals>.cb",
3701 };
3702 static
3703     struct {
3704         PyObject_VAR_HEAD
3705         Py_hash_t ob_shash;
3706         char ob_sval[109];
3707     }
3708 importlib__bootstrap_toplevel_consts_13_consts_2_linetable = {
3709     .ob_base = {
3710         .ob_base = {
3711             .ob_refcnt = 999999999,
3712             .ob_type = &PyBytes_Type,
3713         },
3714         .ob_size = 108,
3715     },
3716     .ob_shash = -1,
3717     .ob_sval = "\x80\x00\xdd\x10\x14\xd7\x10\x21\xd2\x10\x21\xd1\x10\x23\xd4\x10\x23\xd0\x10\x23\xf0\x02\x07\x11\x28\xf5\x08\x00\x18\x25\xd7\x17\x28\xd2\x17\x28\xa8\x14\xd1\x17\x2e\xd4\x17\x2e\xb0\x23\xd0\x17\x35\xd0\x17\x35\xdd\x1c\x29\xa8\x24\xd0\x1c\x2f\xe5\x14\x18\xd7\x14\x25\xd2\x14\x25\xd1\x14\x27\xd4\x14\x27\xd0\x14\x27\xd0\x14\x27\xd0\x14\x27\xf8\x95\x44\xd7\x14\x25\xd2\x14\x25\xd1\x14\x27\xd4\x14\x27\xd0\x14\x27\xd0\x14\x27\xf8\xf8\xf8",
3718 };
3719 static
3720     struct {
3721         PyObject_VAR_HEAD
3722         Py_hash_t ob_shash;
3723         char ob_sval[12];
3724     }
3725 importlib__bootstrap_toplevel_consts_13_consts_2_exceptiontable = {
3726     .ob_base = {
3727         .ob_base = {
3728             .ob_refcnt = 999999999,
3729             .ob_type = &PyBytes_Type,
3730         },
3731         .ob_size = 11,
3732     },
3733     .ob_shash = -1,
3734     .ob_sval = "\x9b\x24\x41\x1a\x00\xc1\x1a\x1b\x41\x35\x03",
3735 };
3736 static
3737     struct {
3738         PyASCIIObject _ascii;
3739         uint8_t _data[4];
3740     }
3741 const_str_ref = {
3742     ._ascii = {
3743         .ob_base = {
3744             .ob_refcnt = 999999999,
3745             .ob_type = &PyUnicode_Type,
3746         },
3747         .length = 3,
3748         .hash = -1,
3749         .state = {
3750             .kind = 1,
3751             .compact = 1,
3752             .ascii = 1,
3753             .ready = 1,
3754         },
3755     },
3756     ._data = "ref",
3757 };
3758 static
3759     struct {
3760         PyGC_Head _gc_head;
3761         struct {
3762             PyObject_VAR_HEAD
3763             PyObject *ob_item[2];
3764         }_object;
3765     }
3766 importlib__bootstrap_toplevel_consts_13_consts_2_localsplusnames = {
3767     ._object = {
3768         .ob_base = {
3769             .ob_base = {
3770                 .ob_refcnt = 999999999,
3771                 .ob_type = &PyTuple_Type,
3772             },
3773             .ob_size = 2,
3774         },
3775         .ob_item = {
3776             & const_str_ref._ascii.ob_base,
3777             &_Py_ID(name),
3778         },
3779     },
3780 };
3781 static
3782     struct _PyCode_DEF(240)
3783 importlib__bootstrap_toplevel_consts_13_consts_2 = {
3784     .ob_base = {
3785         .ob_base = {
3786             .ob_refcnt = 999999999,
3787             .ob_type = &PyCode_Type,
3788         },
3789         .ob_size = 120,
3790     },
3791     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
3792     .co_names = & importlib__bootstrap_toplevel_consts_13_consts_2_names._object.ob_base.ob_base,
3793     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_13_consts_2_exceptiontable.ob_base.ob_base,
3794     .co_flags = 19,
3795     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
3796     ._co_linearray_entry_size = 0,
3797     .co_argcount = 2,
3798     .co_posonlyargcount = 0,
3799     .co_kwonlyargcount = 0,
3800     .co_stacksize = 4,
3801     .co_firstlineno = 198,
3802     .co_nlocalsplus = 2,
3803     .co_nlocals = 2,
3804     .co_nplaincellvars = 0,
3805     .co_ncellvars = 0,
3806     .co_nfreevars = 0,
3807     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_13_consts_2_localsplusnames._object.ob_base.ob_base,
3808     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
3809     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
3810     .co_name = & const_str_cb._ascii.ob_base,
3811     .co_qualname = & importlib__bootstrap_toplevel_consts_13_consts_2_qualname._ascii.ob_base,
3812     .co_linetable = & importlib__bootstrap_toplevel_consts_13_consts_2_linetable.ob_base.ob_base,
3813     ._co_code = NULL,
3814     ._co_linearray = NULL,
3815     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\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\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x77\x00\x78\x03\x59\x00\x77\x01",
3816     ._co_firsttraceable = 0,
3817 };
3818 static
3819     struct {
3820         PyGC_Head _gc_head;
3821         struct {
3822             PyObject_VAR_HEAD
3823             PyObject *ob_item[3];
3824         }_object;
3825     }
3826 importlib__bootstrap_toplevel_consts_13_consts = {
3827     ._object = {
3828         .ob_base = {
3829             .ob_base = {
3830                 .ob_refcnt = 999999999,
3831                 .ob_type = &PyTuple_Type,
3832             },
3833             .ob_size = 3,
3834         },
3835         .ob_item = {
3836             & importlib__bootstrap_toplevel_consts_13_consts_0._ascii.ob_base,
3837             Py_None,
3838             & importlib__bootstrap_toplevel_consts_13_consts_2.ob_base.ob_base,
3839         },
3840     },
3841 };
3842 static
3843     struct {
3844         PyASCIIObject _ascii;
3845         uint8_t _data[9];
3846     }
3847 const_str_KeyError = {
3848     ._ascii = {
3849         .ob_base = {
3850             .ob_refcnt = 999999999,
3851             .ob_type = &PyUnicode_Type,
3852         },
3853         .length = 8,
3854         .hash = -1,
3855         .state = {
3856             .kind = 1,
3857             .compact = 1,
3858             .ascii = 1,
3859             .ready = 1,
3860         },
3861     },
3862     ._data = "KeyError",
3863 };
3864 static
3865     struct {
3866         PyASCIIObject _ascii;
3867         uint8_t _data[9];
3868     }
3869 const_str__weakref = {
3870     ._ascii = {
3871         .ob_base = {
3872             .ob_refcnt = 999999999,
3873             .ob_type = &PyUnicode_Type,
3874         },
3875         .length = 8,
3876         .hash = -1,
3877         .state = {
3878             .kind = 1,
3879             .compact = 1,
3880             .ascii = 1,
3881             .ready = 1,
3882         },
3883     },
3884     ._data = "_weakref",
3885 };
3886 static
3887     struct {
3888         PyGC_Head _gc_head;
3889         struct {
3890             PyObject_VAR_HEAD
3891             PyObject *ob_item[10];
3892         }_object;
3893     }
3894 importlib__bootstrap_toplevel_consts_13_names = {
3895     ._object = {
3896         .ob_base = {
3897             .ob_base = {
3898                 .ob_refcnt = 999999999,
3899                 .ob_type = &PyTuple_Type,
3900             },
3901             .ob_size = 10,
3902         },
3903         .ob_item = {
3904             & const_str__imp._ascii.ob_base,
3905             & const_str_acquire_lock._ascii.ob_base,
3906             & const_str__module_locks._ascii.ob_base,
3907             & const_str_KeyError._ascii.ob_base,
3908             & const_str__thread._ascii.ob_base,
3909             & const_str__DummyModuleLock._ascii.ob_base,
3910             & const_str__ModuleLock._ascii.ob_base,
3911             & const_str__weakref._ascii.ob_base,
3912             & const_str_ref._ascii.ob_base,
3913             & const_str_release_lock._ascii.ob_base,
3914         },
3915     },
3916 };
3917 static
3918     struct {
3919         PyObject_VAR_HEAD
3920         Py_hash_t ob_shash;
3921         char ob_sval[226];
3922     }
3923 importlib__bootstrap_toplevel_consts_13_linetable = {
3924     .ob_base = {
3925         .ob_base = {
3926             .ob_refcnt = 999999999,
3927             .ob_type = &PyBytes_Type,
3928         },
3929         .ob_size = 225,
3930     },
3931     .ob_shash = -1,
3932     .ob_sval = "\x80\x00\xf5\x0c\x00\x05\x09\xd7\x04\x15\xd2\x04\x15\xd1\x04\x17\xd4\x04\x17\xd0\x04\x17\xf0\x02\x19\x05\x1c\xf0\x02\x03\x09\x18\xdd\x13\x20\xa0\x14\xd4\x13\x26\xd1\x13\x28\xd4\x13\x28\x88\x44\x88\x44\xf8\xdd\x0f\x17\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\xf0\x06\x00\x0c\x10\x88\x3c\xdd\x0f\x16\x88\x7f\xdd\x17\x27\xa8\x04\xd1\x17\x2d\xd4\x17\x2d\x90\x04\x90\x04\xe5\x17\x22\xa0\x34\xd1\x17\x28\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\xa2\x2c\xa8\x74\xb0\x52\xd1\x22\x38\xd4\x22\x38\x8d\x4d\x98\x24\xd1\x0c\x1f\xe5\x08\x0c\xd7\x08\x19\xd2\x08\x19\xd1\x08\x1b\xd4\x08\x1b\xd0\x08\x1b\xd0\x08\x1b\xf8\x8d\x04\xd7\x08\x19\xd2\x08\x19\xd1\x08\x1b\xd4\x08\x1b\xd0\x08\x1b\xd0\x08\x1b\xf8\xf8\xf8\xe0\x0b\x0f\x80\x4b",
3933 };
3934 static
3935     struct {
3936         PyObject_VAR_HEAD
3937         Py_hash_t ob_shash;
3938         char ob_sval[38];
3939     }
3940 importlib__bootstrap_toplevel_consts_13_exceptiontable = {
3941     .ob_base = {
3942         .ob_base = {
3943             .ob_refcnt = 999999999,
3944             .ob_type = &PyBytes_Type,
3945         },
3946         .ob_size = 37,
3947     },
3948     .ob_shash = -1,
3949     .ob_sval = "\x9c\x14\x31\x00\xb0\x01\x42\x2d\x00\xb1\x0c\x41\x00\x03\xbd\x02\x42\x2d\x00\xbf\x01\x41\x00\x03\xc1\x00\x41\x13\x42\x2d\x00\xc2\x2d\x1b\x43\x08\x03",
3950 };
3951 static
3952     struct {
3953         PyGC_Head _gc_head;
3954         struct {
3955             PyObject_VAR_HEAD
3956             PyObject *ob_item[3];
3957         }_object;
3958     }
3959 importlib__bootstrap_toplevel_consts_13_localsplusnames = {
3960     ._object = {
3961         .ob_base = {
3962             .ob_base = {
3963                 .ob_refcnt = 999999999,
3964                 .ob_type = &PyTuple_Type,
3965             },
3966             .ob_size = 3,
3967         },
3968         .ob_item = {
3969             &_Py_ID(name),
3970             & const_str_lock._ascii.ob_base,
3971             & const_str_cb._ascii.ob_base,
3972         },
3973     },
3974 };
3975 static
3976     struct _PyCode_DEF(410)
3977 importlib__bootstrap_toplevel_consts_13 = {
3978     .ob_base = {
3979         .ob_base = {
3980             .ob_refcnt = 999999999,
3981             .ob_type = &PyCode_Type,
3982         },
3983         .ob_size = 205,
3984     },
3985     .co_consts = & importlib__bootstrap_toplevel_consts_13_consts._object.ob_base.ob_base,
3986     .co_names = & importlib__bootstrap_toplevel_consts_13_names._object.ob_base.ob_base,
3987     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_13_exceptiontable.ob_base.ob_base,
3988     .co_flags = 3,
3989     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
3990     ._co_linearray_entry_size = 0,
3991     .co_argcount = 1,
3992     .co_posonlyargcount = 0,
3993     .co_kwonlyargcount = 0,
3994     .co_stacksize = 4,
3995     .co_firstlineno = 179,
3996     .co_nlocalsplus = 3,
3997     .co_nlocals = 3,
3998     .co_nplaincellvars = 0,
3999     .co_ncellvars = 0,
4000     .co_nfreevars = 0,
4001     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_13_localsplusnames._object.ob_base.ob_base,
4002     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
4003     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
4004     .co_name = & const_str__get_module_lock._ascii.ob_base,
4005     .co_qualname = & const_str__get_module_lock._ascii.ob_base,
4006     .co_linetable = & importlib__bootstrap_toplevel_consts_13_linetable.ob_base.ob_base,
4007     ._co_code = NULL,
4008     ._co_linearray = NULL,
4009     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x12\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\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x01\x80\x4e\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x10\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x0f\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa0\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xa6\x02\x00\x00\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\xa0\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x1e\x23\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x01\x53\x00",
4010     ._co_firsttraceable = 0,
4011 };
4012 static
4013     struct {
4014         PyASCIIObject _ascii;
4015         uint8_t _data[190];
4016     }
4017 importlib__bootstrap_toplevel_consts_14_consts_0 = {
4018     ._ascii = {
4019         .ob_base = {
4020             .ob_refcnt = 999999999,
4021             .ob_type = &PyUnicode_Type,
4022         },
4023         .length = 189,
4024         .hash = -1,
4025         .state = {
4026             .kind = 1,
4027             .compact = 1,
4028             .ascii = 1,
4029             .ready = 1,
4030         },
4031     },
4032     ._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",
4033 };
4034 static
4035     struct {
4036         PyGC_Head _gc_head;
4037         struct {
4038             PyObject_VAR_HEAD
4039             PyObject *ob_item[2];
4040         }_object;
4041     }
4042 importlib__bootstrap_toplevel_consts_14_consts = {
4043     ._object = {
4044         .ob_base = {
4045             .ob_base = {
4046                 .ob_refcnt = 999999999,
4047                 .ob_type = &PyTuple_Type,
4048             },
4049             .ob_size = 2,
4050         },
4051         .ob_item = {
4052             & importlib__bootstrap_toplevel_consts_14_consts_0._ascii.ob_base,
4053             Py_None,
4054         },
4055     },
4056 };
4057 static
4058     struct {
4059         PyGC_Head _gc_head;
4060         struct {
4061             PyObject_VAR_HEAD
4062             PyObject *ob_item[4];
4063         }_object;
4064     }
4065 importlib__bootstrap_toplevel_consts_14_names = {
4066     ._object = {
4067         .ob_base = {
4068             .ob_base = {
4069                 .ob_refcnt = 999999999,
4070                 .ob_type = &PyTuple_Type,
4071             },
4072             .ob_size = 4,
4073         },
4074         .ob_item = {
4075             & const_str__get_module_lock._ascii.ob_base,
4076             & const_str_acquire._ascii.ob_base,
4077             & const_str_release._ascii.ob_base,
4078             & const_str__DeadlockError._ascii.ob_base,
4079         },
4080     },
4081 };
4082 static
4083     struct {
4084         PyObject_VAR_HEAD
4085         Py_hash_t ob_shash;
4086         char ob_sval[93];
4087     }
4088 importlib__bootstrap_toplevel_consts_14_linetable = {
4089     .ob_base = {
4090         .ob_base = {
4091             .ob_refcnt = 999999999,
4092             .ob_type = &PyBytes_Type,
4093         },
4094         .ob_size = 92,
4095     },
4096     .ob_shash = -1,
4097     .ob_sval = "\x80\x00\xf5\x0c\x00\x0c\x1c\x98\x44\xd1\x0b\x21\xd4\x0b\x21\x80\x44\xf0\x02\x07\x05\x17\xd8\x08\x0c\x8f\x0c\x8a\x0c\x89\x0e\x8c\x0e\x88\x0e\xf0\x0c\x00\x09\x0d\x8f\x0c\x8a\x0c\x89\x0e\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",
4098 };
4099 static
4100     struct {
4101         PyObject_VAR_HEAD
4102         Py_hash_t ob_shash;
4103         char ob_sval[16];
4104     }
4105 importlib__bootstrap_toplevel_consts_14_exceptiontable = {
4106     .ob_base = {
4107         .ob_base = {
4108             .ob_refcnt = 999999999,
4109             .ob_type = &PyBytes_Type,
4110         },
4111         .ob_size = 15,
4112     },
4113     .ob_shash = -1,
4114     .ob_sval = "\x91\x14\x3b\x00\xbb\x0a\x41\x09\x03\xc1\x08\x01\x41\x09\x03",
4115 };
4116 static
4117     struct {
4118         PyGC_Head _gc_head;
4119         struct {
4120             PyObject_VAR_HEAD
4121             PyObject *ob_item[2];
4122         }_object;
4123     }
4124 importlib__bootstrap_toplevel_consts_14_localsplusnames = {
4125     ._object = {
4126         .ob_base = {
4127             .ob_base = {
4128                 .ob_refcnt = 999999999,
4129                 .ob_type = &PyTuple_Type,
4130             },
4131             .ob_size = 2,
4132         },
4133         .ob_item = {
4134             &_Py_ID(name),
4135             & const_str_lock._ascii.ob_base,
4136         },
4137     },
4138 };
4139 static
4140     struct _PyCode_DEF(152)
4141 importlib__bootstrap_toplevel_consts_14 = {
4142     .ob_base = {
4143         .ob_base = {
4144             .ob_refcnt = 999999999,
4145             .ob_type = &PyCode_Type,
4146         },
4147         .ob_size = 76,
4148     },
4149     .co_consts = & importlib__bootstrap_toplevel_consts_14_consts._object.ob_base.ob_base,
4150     .co_names = & importlib__bootstrap_toplevel_consts_14_names._object.ob_base.ob_base,
4151     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_14_exceptiontable.ob_base.ob_base,
4152     .co_flags = 3,
4153     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
4154     ._co_linearray_entry_size = 0,
4155     .co_argcount = 1,
4156     .co_posonlyargcount = 0,
4157     .co_kwonlyargcount = 0,
4158     .co_stacksize = 4,
4159     .co_firstlineno = 216,
4160     .co_nlocalsplus = 2,
4161     .co_nlocals = 2,
4162     .co_nplaincellvars = 0,
4163     .co_ncellvars = 0,
4164     .co_nfreevars = 0,
4165     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_14_localsplusnames._object.ob_base.ob_base,
4166     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
4167     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
4168     .co_name = &_Py_ID(_lock_unlock_module),
4169     .co_qualname = &_Py_ID(_lock_unlock_module),
4170     .co_linetable = & importlib__bootstrap_toplevel_consts_14_linetable.ob_base.ob_base,
4171     ._co_code = NULL,
4172     ._co_linearray = NULL,
4173     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x09\x00\x7c\x01\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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",
4174     ._co_firsttraceable = 0,
4175 };
4176 static
4177     struct {
4178         PyASCIIObject _ascii;
4179         uint8_t _data[303];
4180     }
4181 importlib__bootstrap_toplevel_consts_15_consts_0 = {
4182     ._ascii = {
4183         .ob_base = {
4184             .ob_refcnt = 999999999,
4185             .ob_type = &PyUnicode_Type,
4186         },
4187         .length = 302,
4188         .hash = -1,
4189         .state = {
4190             .kind = 1,
4191             .compact = 1,
4192             .ascii = 1,
4193             .ready = 1,
4194         },
4195     },
4196     ._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",
4197 };
4198 static
4199     struct {
4200         PyGC_Head _gc_head;
4201         struct {
4202             PyObject_VAR_HEAD
4203             PyObject *ob_item[1];
4204         }_object;
4205     }
4206 importlib__bootstrap_toplevel_consts_15_consts = {
4207     ._object = {
4208         .ob_base = {
4209             .ob_base = {
4210                 .ob_refcnt = 999999999,
4211                 .ob_type = &PyTuple_Type,
4212             },
4213             .ob_size = 1,
4214         },
4215         .ob_item = {
4216             & importlib__bootstrap_toplevel_consts_15_consts_0._ascii.ob_base,
4217         },
4218     },
4219 };
4220 static
4221     struct {
4222         PyASCIIObject _ascii;
4223         uint8_t _data[26];
4224     }
4225 const_str__call_with_frames_removed = {
4226     ._ascii = {
4227         .ob_base = {
4228             .ob_refcnt = 999999999,
4229             .ob_type = &PyUnicode_Type,
4230         },
4231         .length = 25,
4232         .hash = -1,
4233         .state = {
4234             .kind = 1,
4235             .compact = 1,
4236             .ascii = 1,
4237             .ready = 1,
4238         },
4239     },
4240     ._data = "_call_with_frames_removed",
4241 };
4242 static
4243     struct {
4244         PyObject_VAR_HEAD
4245         Py_hash_t ob_shash;
4246         char ob_sval[26];
4247     }
4248 importlib__bootstrap_toplevel_consts_15_linetable = {
4249     .ob_base = {
4250         .ob_base = {
4251             .ob_refcnt = 999999999,
4252             .ob_type = &PyBytes_Type,
4253         },
4254         .ob_size = 25,
4255     },
4256     .ob_shash = -1,
4257     .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",
4258 };
4259 static
4260     struct {
4261         PyASCIIObject _ascii;
4262         uint8_t _data[2];
4263     }
4264 const_str_f = {
4265     ._ascii = {
4266         .ob_base = {
4267             .ob_refcnt = 999999999,
4268             .ob_type = &PyUnicode_Type,
4269         },
4270         .length = 1,
4271         .hash = -1,
4272         .state = {
4273             .kind = 1,
4274             .compact = 1,
4275             .ascii = 1,
4276             .ready = 1,
4277         },
4278     },
4279     ._data = "f",
4280 };
4281 static
4282     struct {
4283         PyASCIIObject _ascii;
4284         uint8_t _data[5];
4285     }
4286 const_str_kwds = {
4287     ._ascii = {
4288         .ob_base = {
4289             .ob_refcnt = 999999999,
4290             .ob_type = &PyUnicode_Type,
4291         },
4292         .length = 4,
4293         .hash = -1,
4294         .state = {
4295             .kind = 1,
4296             .compact = 1,
4297             .ascii = 1,
4298             .ready = 1,
4299         },
4300     },
4301     ._data = "kwds",
4302 };
4303 static
4304     struct {
4305         PyGC_Head _gc_head;
4306         struct {
4307             PyObject_VAR_HEAD
4308             PyObject *ob_item[3];
4309         }_object;
4310     }
4311 importlib__bootstrap_toplevel_consts_15_localsplusnames = {
4312     ._object = {
4313         .ob_base = {
4314             .ob_base = {
4315                 .ob_refcnt = 999999999,
4316                 .ob_type = &PyTuple_Type,
4317             },
4318             .ob_size = 3,
4319         },
4320         .ob_item = {
4321             & const_str_f._ascii.ob_base,
4322             & const_str_args._ascii.ob_base,
4323             & const_str_kwds._ascii.ob_base,
4324         },
4325     },
4326 };
4327 static
4328     struct _PyCode_DEF(18)
4329 importlib__bootstrap_toplevel_consts_15 = {
4330     .ob_base = {
4331         .ob_base = {
4332             .ob_refcnt = 999999999,
4333             .ob_type = &PyCode_Type,
4334         },
4335         .ob_size = 9,
4336     },
4337     .co_consts = & importlib__bootstrap_toplevel_consts_15_consts._object.ob_base.ob_base,
4338     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
4339     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
4340     .co_flags = 15,
4341     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
4342     ._co_linearray_entry_size = 0,
4343     .co_argcount = 1,
4344     .co_posonlyargcount = 0,
4345     .co_kwonlyargcount = 0,
4346     .co_stacksize = 5,
4347     .co_firstlineno = 233,
4348     .co_nlocalsplus = 3,
4349     .co_nlocals = 3,
4350     .co_nplaincellvars = 0,
4351     .co_ncellvars = 0,
4352     .co_nfreevars = 0,
4353     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_15_localsplusnames._object.ob_base.ob_base,
4354     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
4355     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
4356     .co_name = & const_str__call_with_frames_removed._ascii.ob_base,
4357     .co_qualname = & const_str__call_with_frames_removed._ascii.ob_base,
4358     .co_linetable = & importlib__bootstrap_toplevel_consts_15_linetable.ob_base.ob_base,
4359     ._co_code = NULL,
4360     ._co_linearray = NULL,
4361     .co_code_adaptive = "\x97\x00\x02\x00\x7c\x00\x7c\x01\x69\x00\x7c\x02\xa4\x01\x8e\x01\x53\x00",
4362     ._co_firsttraceable = 0,
4363 };
4364 static
4365     struct {
4366         PyASCIIObject _ascii;
4367         uint8_t _data[10];
4368     }
4369 const_str_verbosity = {
4370     ._ascii = {
4371         .ob_base = {
4372             .ob_refcnt = 999999999,
4373             .ob_type = &PyUnicode_Type,
4374         },
4375         .length = 9,
4376         .hash = -1,
4377         .state = {
4378             .kind = 1,
4379             .compact = 1,
4380             .ascii = 1,
4381             .ready = 1,
4382         },
4383     },
4384     ._data = "verbosity",
4385 };
4386 static
4387     struct {
4388         PyGC_Head _gc_head;
4389         struct {
4390             PyObject_VAR_HEAD
4391             PyObject *ob_item[1];
4392         }_object;
4393     }
4394 importlib__bootstrap_toplevel_consts_17 = {
4395     ._object = {
4396         .ob_base = {
4397             .ob_base = {
4398                 .ob_refcnt = 999999999,
4399                 .ob_type = &PyTuple_Type,
4400             },
4401             .ob_size = 1,
4402         },
4403         .ob_item = {
4404             & const_str_verbosity._ascii.ob_base,
4405         },
4406     },
4407 };
4408 static
4409     struct {
4410         PyASCIIObject _ascii;
4411         uint8_t _data[62];
4412     }
4413 importlib__bootstrap_toplevel_consts_18_consts_0 = {
4414     ._ascii = {
4415         .ob_base = {
4416             .ob_refcnt = 999999999,
4417             .ob_type = &PyUnicode_Type,
4418         },
4419         .length = 61,
4420         .hash = -1,
4421         .state = {
4422             .kind = 1,
4423             .compact = 1,
4424             .ascii = 1,
4425             .ready = 1,
4426         },
4427     },
4428     ._data = "Print the message to stderr if -v/PYTHONVERBOSE is turned on.",
4429 };
4430 static
4431     struct {
4432         PyASCIIObject _ascii;
4433         uint8_t _data[2];
4434     }
4435 importlib__bootstrap_toplevel_consts_18_consts_1_0 = {
4436     ._ascii = {
4437         .ob_base = {
4438             .ob_refcnt = 999999999,
4439             .ob_type = &PyUnicode_Type,
4440         },
4441         .length = 1,
4442         .hash = -1,
4443         .state = {
4444             .kind = 1,
4445             .compact = 1,
4446             .ascii = 1,
4447             .ready = 1,
4448         },
4449     },
4450     ._data = "#",
4451 };
4452 static
4453     struct {
4454         PyASCIIObject _ascii;
4455         uint8_t _data[8];
4456     }
4457 importlib__bootstrap_toplevel_consts_18_consts_1_1 = {
4458     ._ascii = {
4459         .ob_base = {
4460             .ob_refcnt = 999999999,
4461             .ob_type = &PyUnicode_Type,
4462         },
4463         .length = 7,
4464         .hash = -1,
4465         .state = {
4466             .kind = 1,
4467             .compact = 1,
4468             .ascii = 1,
4469             .ready = 1,
4470         },
4471     },
4472     ._data = "import ",
4473 };
4474 static
4475     struct {
4476         PyGC_Head _gc_head;
4477         struct {
4478             PyObject_VAR_HEAD
4479             PyObject *ob_item[2];
4480         }_object;
4481     }
4482 importlib__bootstrap_toplevel_consts_18_consts_1 = {
4483     ._object = {
4484         .ob_base = {
4485             .ob_base = {
4486                 .ob_refcnt = 999999999,
4487                 .ob_type = &PyTuple_Type,
4488             },
4489             .ob_size = 2,
4490         },
4491         .ob_item = {
4492             & importlib__bootstrap_toplevel_consts_18_consts_1_0._ascii.ob_base,
4493             & importlib__bootstrap_toplevel_consts_18_consts_1_1._ascii.ob_base,
4494         },
4495     },
4496 };
4497 static
4498     struct {
4499         PyASCIIObject _ascii;
4500         uint8_t _data[3];
4501     }
4502 importlib__bootstrap_toplevel_consts_18_consts_2 = {
4503     ._ascii = {
4504         .ob_base = {
4505             .ob_refcnt = 999999999,
4506             .ob_type = &PyUnicode_Type,
4507         },
4508         .length = 2,
4509         .hash = -1,
4510         .state = {
4511             .kind = 1,
4512             .compact = 1,
4513             .ascii = 1,
4514             .ready = 1,
4515         },
4516     },
4517     ._data = "# ",
4518 };
4519 static
4520     struct {
4521         PyASCIIObject _ascii;
4522         uint8_t _data[5];
4523     }
4524 const_str_file = {
4525     ._ascii = {
4526         .ob_base = {
4527             .ob_refcnt = 999999999,
4528             .ob_type = &PyUnicode_Type,
4529         },
4530         .length = 4,
4531         .hash = -1,
4532         .state = {
4533             .kind = 1,
4534             .compact = 1,
4535             .ascii = 1,
4536             .ready = 1,
4537         },
4538     },
4539     ._data = "file",
4540 };
4541 static
4542     struct {
4543         PyGC_Head _gc_head;
4544         struct {
4545             PyObject_VAR_HEAD
4546             PyObject *ob_item[1];
4547         }_object;
4548     }
4549 importlib__bootstrap_toplevel_consts_18_consts_3 = {
4550     ._object = {
4551         .ob_base = {
4552             .ob_base = {
4553                 .ob_refcnt = 999999999,
4554                 .ob_type = &PyTuple_Type,
4555             },
4556             .ob_size = 1,
4557         },
4558         .ob_item = {
4559             & const_str_file._ascii.ob_base,
4560         },
4561     },
4562 };
4563 static
4564     struct {
4565         PyGC_Head _gc_head;
4566         struct {
4567             PyObject_VAR_HEAD
4568             PyObject *ob_item[5];
4569         }_object;
4570     }
4571 importlib__bootstrap_toplevel_consts_18_consts = {
4572     ._object = {
4573         .ob_base = {
4574             .ob_base = {
4575                 .ob_refcnt = 999999999,
4576                 .ob_type = &PyTuple_Type,
4577             },
4578             .ob_size = 5,
4579         },
4580         .ob_item = {
4581             & importlib__bootstrap_toplevel_consts_18_consts_0._ascii.ob_base,
4582             & importlib__bootstrap_toplevel_consts_18_consts_1._object.ob_base.ob_base,
4583             & importlib__bootstrap_toplevel_consts_18_consts_2._ascii.ob_base,
4584             & importlib__bootstrap_toplevel_consts_18_consts_3._object.ob_base.ob_base,
4585             Py_None,
4586         },
4587     },
4588 };
4589 static
4590     struct {
4591         PyASCIIObject _ascii;
4592         uint8_t _data[6];
4593     }
4594 const_str_flags = {
4595     ._ascii = {
4596         .ob_base = {
4597             .ob_refcnt = 999999999,
4598             .ob_type = &PyUnicode_Type,
4599         },
4600         .length = 5,
4601         .hash = -1,
4602         .state = {
4603             .kind = 1,
4604             .compact = 1,
4605             .ascii = 1,
4606             .ready = 1,
4607         },
4608     },
4609     ._data = "flags",
4610 };
4611 static
4612     struct {
4613         PyASCIIObject _ascii;
4614         uint8_t _data[8];
4615     }
4616 const_str_verbose = {
4617     ._ascii = {
4618         .ob_base = {
4619             .ob_refcnt = 999999999,
4620             .ob_type = &PyUnicode_Type,
4621         },
4622         .length = 7,
4623         .hash = -1,
4624         .state = {
4625             .kind = 1,
4626             .compact = 1,
4627             .ascii = 1,
4628             .ready = 1,
4629         },
4630     },
4631     ._data = "verbose",
4632 };
4633 static
4634     struct {
4635         PyASCIIObject _ascii;
4636         uint8_t _data[11];
4637     }
4638 const_str_startswith = {
4639     ._ascii = {
4640         .ob_base = {
4641             .ob_refcnt = 999999999,
4642             .ob_type = &PyUnicode_Type,
4643         },
4644         .length = 10,
4645         .hash = -1,
4646         .state = {
4647             .kind = 1,
4648             .compact = 1,
4649             .ascii = 1,
4650             .ready = 1,
4651         },
4652     },
4653     ._data = "startswith",
4654 };
4655 static
4656     struct {
4657         PyASCIIObject _ascii;
4658         uint8_t _data[6];
4659     }
4660 const_str_print = {
4661     ._ascii = {
4662         .ob_base = {
4663             .ob_refcnt = 999999999,
4664             .ob_type = &PyUnicode_Type,
4665         },
4666         .length = 5,
4667         .hash = -1,
4668         .state = {
4669             .kind = 1,
4670             .compact = 1,
4671             .ascii = 1,
4672             .ready = 1,
4673         },
4674     },
4675     ._data = "print",
4676 };
4677 static
4678     struct {
4679         PyGC_Head _gc_head;
4680         struct {
4681             PyObject_VAR_HEAD
4682             PyObject *ob_item[7];
4683         }_object;
4684     }
4685 importlib__bootstrap_toplevel_consts_18_names = {
4686     ._object = {
4687         .ob_base = {
4688             .ob_base = {
4689                 .ob_refcnt = 999999999,
4690                 .ob_type = &PyTuple_Type,
4691             },
4692             .ob_size = 7,
4693         },
4694         .ob_item = {
4695             & const_str_sys._ascii.ob_base,
4696             & const_str_flags._ascii.ob_base,
4697             & const_str_verbose._ascii.ob_base,
4698             & const_str_startswith._ascii.ob_base,
4699             & const_str_print._ascii.ob_base,
4700             & const_str_format._ascii.ob_base,
4701             &_Py_ID(stderr),
4702         },
4703     },
4704 };
4705 static
4706     struct {
4707         PyASCIIObject _ascii;
4708         uint8_t _data[17];
4709     }
4710 const_str__verbose_message = {
4711     ._ascii = {
4712         .ob_base = {
4713             .ob_refcnt = 999999999,
4714             .ob_type = &PyUnicode_Type,
4715         },
4716         .length = 16,
4717         .hash = -1,
4718         .state = {
4719             .kind = 1,
4720             .compact = 1,
4721             .ascii = 1,
4722             .ready = 1,
4723         },
4724     },
4725     ._data = "_verbose_message",
4726 };
4727 static
4728     struct {
4729         PyObject_VAR_HEAD
4730         Py_hash_t ob_shash;
4731         char ob_sval[95];
4732     }
4733 importlib__bootstrap_toplevel_consts_18_linetable = {
4734     .ob_base = {
4735         .ob_base = {
4736             .ob_refcnt = 999999999,
4737             .ob_type = &PyBytes_Type,
4738         },
4739         .ob_size = 94,
4740     },
4741     .ob_shash = -1,
4742     .ob_sval = "\x80\x00\xe5\x07\x0a\x84\x79\xd4\x07\x18\x98\x49\xd2\x07\x25\xd0\x07\x25\xd8\x0f\x16\xd7\x0f\x21\xd2\x0f\x21\xd0\x22\x32\xd1\x0f\x33\xd4\x0f\x33\xf0\x00\x01\x09\x25\xd8\x16\x1a\x98\x57\x91\x6e\x88\x47\xdd\x08\x0d\x88\x6e\x88\x67\x8c\x6e\x98\x64\xd0\x0e\x23\xad\x23\xac\x2a\xd0\x08\x35\xd1\x08\x35\xd4\x08\x35\xd0\x08\x35\xd0\x08\x35\xd0\x08\x35\xf0\x07\x00\x08\x26\xd0\x07\x25",
4743 };
4744 static
4745     struct {
4746         PyASCIIObject _ascii;
4747         uint8_t _data[8];
4748     }
4749 const_str_message = {
4750     ._ascii = {
4751         .ob_base = {
4752             .ob_refcnt = 999999999,
4753             .ob_type = &PyUnicode_Type,
4754         },
4755         .length = 7,
4756         .hash = -1,
4757         .state = {
4758             .kind = 1,
4759             .compact = 1,
4760             .ascii = 1,
4761             .ready = 1,
4762         },
4763     },
4764     ._data = "message",
4765 };
4766 static
4767     struct {
4768         PyGC_Head _gc_head;
4769         struct {
4770             PyObject_VAR_HEAD
4771             PyObject *ob_item[3];
4772         }_object;
4773     }
4774 importlib__bootstrap_toplevel_consts_18_localsplusnames = {
4775     ._object = {
4776         .ob_base = {
4777             .ob_base = {
4778                 .ob_refcnt = 999999999,
4779                 .ob_type = &PyTuple_Type,
4780             },
4781             .ob_size = 3,
4782         },
4783         .ob_item = {
4784             & const_str_message._ascii.ob_base,
4785             & const_str_verbosity._ascii.ob_base,
4786             & const_str_args._ascii.ob_base,
4787         },
4788     },
4789 };
4790 static
4791     struct _PyCode_DEF(174)
4792 importlib__bootstrap_toplevel_consts_18 = {
4793     .ob_base = {
4794         .ob_base = {
4795             .ob_refcnt = 999999999,
4796             .ob_type = &PyCode_Type,
4797         },
4798         .ob_size = 87,
4799     },
4800     .co_consts = & importlib__bootstrap_toplevel_consts_18_consts._object.ob_base.ob_base,
4801     .co_names = & importlib__bootstrap_toplevel_consts_18_names._object.ob_base.ob_base,
4802     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
4803     .co_flags = 7,
4804     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
4805     ._co_linearray_entry_size = 0,
4806     .co_argcount = 1,
4807     .co_posonlyargcount = 0,
4808     .co_kwonlyargcount = 1,
4809     .co_stacksize = 5,
4810     .co_firstlineno = 244,
4811     .co_nlocalsplus = 3,
4812     .co_nlocals = 3,
4813     .co_nplaincellvars = 0,
4814     .co_ncellvars = 0,
4815     .co_nfreevars = 0,
4816     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
4817     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
4818     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
4819     .co_name = & const_str__verbose_message._ascii.ob_base,
4820     .co_qualname = & const_str__verbose_message._ascii.ob_base,
4821     .co_linetable = & importlib__bootstrap_toplevel_consts_18_linetable.ob_base.ob_base,
4822     ._co_code = NULL,
4823     ._co_linearray = NULL,
4824     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6b\x05\x00\x00\x00\x00\x72\x3f\x7c\x00\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\x00\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\x05\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\x06\x00\x00\x00\x00\x00\x00\x00\x00\xac\x03\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x04\x53\x00\x64\x04\x53\x00",
4825     ._co_firsttraceable = 0,
4826 };
4827 static
4828     struct {
4829         PyASCIIObject _ascii;
4830         uint8_t _data[50];
4831     }
4832 importlib__bootstrap_toplevel_consts_19_consts_0 = {
4833     ._ascii = {
4834         .ob_base = {
4835             .ob_refcnt = 999999999,
4836             .ob_type = &PyUnicode_Type,
4837         },
4838         .length = 49,
4839         .hash = -1,
4840         .state = {
4841             .kind = 1,
4842             .compact = 1,
4843             .ascii = 1,
4844             .ready = 1,
4845         },
4846     },
4847     ._data = "Decorator to verify the named module is built-in.",
4848 };
4849 static
4850     struct {
4851         PyASCIIObject _ascii;
4852         uint8_t _data[30];
4853     }
4854 importlib__bootstrap_toplevel_consts_19_consts_1_consts_1 = {
4855     ._ascii = {
4856         .ob_base = {
4857             .ob_refcnt = 999999999,
4858             .ob_type = &PyUnicode_Type,
4859         },
4860         .length = 29,
4861         .hash = -1,
4862         .state = {
4863             .kind = 1,
4864             .compact = 1,
4865             .ascii = 1,
4866             .ready = 1,
4867         },
4868     },
4869     ._data = "{!r} is not a built-in module",
4870 };
4871 static
4872     struct {
4873         PyGC_Head _gc_head;
4874         struct {
4875             PyObject_VAR_HEAD
4876             PyObject *ob_item[3];
4877         }_object;
4878     }
4879 importlib__bootstrap_toplevel_consts_19_consts_1_consts = {
4880     ._object = {
4881         .ob_base = {
4882             .ob_base = {
4883                 .ob_refcnt = 999999999,
4884                 .ob_type = &PyTuple_Type,
4885             },
4886             .ob_size = 3,
4887         },
4888         .ob_item = {
4889             Py_None,
4890             & importlib__bootstrap_toplevel_consts_19_consts_1_consts_1._ascii.ob_base,
4891             & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
4892         },
4893     },
4894 };
4895 static
4896     struct {
4897         PyASCIIObject _ascii;
4898         uint8_t _data[21];
4899     }
4900 const_str_builtin_module_names = {
4901     ._ascii = {
4902         .ob_base = {
4903             .ob_refcnt = 999999999,
4904             .ob_type = &PyUnicode_Type,
4905         },
4906         .length = 20,
4907         .hash = -1,
4908         .state = {
4909             .kind = 1,
4910             .compact = 1,
4911             .ascii = 1,
4912             .ready = 1,
4913         },
4914     },
4915     ._data = "builtin_module_names",
4916 };
4917 static
4918     struct {
4919         PyASCIIObject _ascii;
4920         uint8_t _data[12];
4921     }
4922 const_str_ImportError = {
4923     ._ascii = {
4924         .ob_base = {
4925             .ob_refcnt = 999999999,
4926             .ob_type = &PyUnicode_Type,
4927         },
4928         .length = 11,
4929         .hash = -1,
4930         .state = {
4931             .kind = 1,
4932             .compact = 1,
4933             .ascii = 1,
4934             .ready = 1,
4935         },
4936     },
4937     ._data = "ImportError",
4938 };
4939 static
4940     struct {
4941         PyGC_Head _gc_head;
4942         struct {
4943             PyObject_VAR_HEAD
4944             PyObject *ob_item[4];
4945         }_object;
4946     }
4947 importlib__bootstrap_toplevel_consts_19_consts_1_names = {
4948     ._object = {
4949         .ob_base = {
4950             .ob_base = {
4951                 .ob_refcnt = 999999999,
4952                 .ob_type = &PyTuple_Type,
4953             },
4954             .ob_size = 4,
4955         },
4956         .ob_item = {
4957             & const_str_sys._ascii.ob_base,
4958             & const_str_builtin_module_names._ascii.ob_base,
4959             & const_str_ImportError._ascii.ob_base,
4960             & const_str_format._ascii.ob_base,
4961         },
4962     },
4963 };
4964 static
4965     struct {
4966         PyASCIIObject _ascii;
4967         uint8_t _data[26];
4968     }
4969 const_str__requires_builtin_wrapper = {
4970     ._ascii = {
4971         .ob_base = {
4972             .ob_refcnt = 999999999,
4973             .ob_type = &PyUnicode_Type,
4974         },
4975         .length = 25,
4976         .hash = -1,
4977         .state = {
4978             .kind = 1,
4979             .compact = 1,
4980             .ascii = 1,
4981             .ready = 1,
4982         },
4983     },
4984     ._data = "_requires_builtin_wrapper",
4985 };
4986 static
4987     struct {
4988         PyASCIIObject _ascii;
4989         uint8_t _data[53];
4990     }
4991 importlib__bootstrap_toplevel_consts_19_consts_1_qualname = {
4992     ._ascii = {
4993         .ob_base = {
4994             .ob_refcnt = 999999999,
4995             .ob_type = &PyUnicode_Type,
4996         },
4997         .length = 52,
4998         .hash = -1,
4999         .state = {
5000             .kind = 1,
5001             .compact = 1,
5002             .ascii = 1,
5003             .ready = 1,
5004         },
5005     },
5006     ._data = "_requires_builtin.<locals>._requires_builtin_wrapper",
5007 };
5008 static
5009     struct {
5010         PyObject_VAR_HEAD
5011         Py_hash_t ob_shash;
5012         char ob_sval[79];
5013     }
5014 importlib__bootstrap_toplevel_consts_19_consts_1_linetable = {
5015     .ob_base = {
5016         .ob_base = {
5017             .ob_refcnt = 999999999,
5018             .ob_type = &PyBytes_Type,
5019         },
5020         .ob_size = 78,
5021     },
5022     .ob_shash = -1,
5023     .ob_sval = "\xf8\x80\x00\xd8\x0b\x13\x9d\x33\xd4\x1b\x33\xd0\x0b\x33\xd0\x0b\x33\xdd\x12\x1d\xd0\x1e\x3d\xd7\x1e\x44\xd2\x1e\x44\xc0\x58\xd1\x1e\x4e\xd4\x1e\x4e\xd8\x23\x2b\xf0\x03\x01\x13\x2d\xf1\x00\x01\x13\x2d\xf4\x00\x01\x13\x2d\xf0\x00\x01\x0d\x2d\xe0\x0f\x12\x88\x73\x90\x34\x98\x18\xd1\x0f\x22\xd4\x0f\x22\xd0\x08\x22",
5024 };
5025 static
5026     struct {
5027         PyASCIIObject _ascii;
5028         uint8_t _data[9];
5029     }
5030 const_str_fullname = {
5031     ._ascii = {
5032         .ob_base = {
5033             .ob_refcnt = 999999999,
5034             .ob_type = &PyUnicode_Type,
5035         },
5036         .length = 8,
5037         .hash = -1,
5038         .state = {
5039             .kind = 1,
5040             .compact = 1,
5041             .ascii = 1,
5042             .ready = 1,
5043         },
5044     },
5045     ._data = "fullname",
5046 };
5047 static
5048     struct {
5049         PyASCIIObject _ascii;
5050         uint8_t _data[4];
5051     }
5052 const_str_fxn = {
5053     ._ascii = {
5054         .ob_base = {
5055             .ob_refcnt = 999999999,
5056             .ob_type = &PyUnicode_Type,
5057         },
5058         .length = 3,
5059         .hash = -1,
5060         .state = {
5061             .kind = 1,
5062             .compact = 1,
5063             .ascii = 1,
5064             .ready = 1,
5065         },
5066     },
5067     ._data = "fxn",
5068 };
5069 static
5070     struct {
5071         PyGC_Head _gc_head;
5072         struct {
5073             PyObject_VAR_HEAD
5074             PyObject *ob_item[3];
5075         }_object;
5076     }
5077 importlib__bootstrap_toplevel_consts_19_consts_1_localsplusnames = {
5078     ._object = {
5079         .ob_base = {
5080             .ob_base = {
5081                 .ob_refcnt = 999999999,
5082                 .ob_type = &PyTuple_Type,
5083             },
5084             .ob_size = 3,
5085         },
5086         .ob_item = {
5087             & const_str_self._ascii.ob_base,
5088             & const_str_fullname._ascii.ob_base,
5089             & const_str_fxn._ascii.ob_base,
5090         },
5091     },
5092 };
5093 static
5094     struct {
5095         PyObject_VAR_HEAD
5096         Py_hash_t ob_shash;
5097         char ob_sval[4];
5098     }
5099 importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds = {
5100     .ob_base = {
5101         .ob_base = {
5102             .ob_refcnt = 999999999,
5103             .ob_type = &PyBytes_Type,
5104         },
5105         .ob_size = 3,
5106     },
5107     .ob_shash = -1,
5108     .ob_sval = "\x20\x20\x80",
5109 };
5110 static
5111     struct _PyCode_DEF(128)
5112 importlib__bootstrap_toplevel_consts_19_consts_1 = {
5113     .ob_base = {
5114         .ob_base = {
5115             .ob_refcnt = 999999999,
5116             .ob_type = &PyCode_Type,
5117         },
5118         .ob_size = 64,
5119     },
5120     .co_consts = & importlib__bootstrap_toplevel_consts_19_consts_1_consts._object.ob_base.ob_base,
5121     .co_names = & importlib__bootstrap_toplevel_consts_19_consts_1_names._object.ob_base.ob_base,
5122     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
5123     .co_flags = 19,
5124     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
5125     ._co_linearray_entry_size = 0,
5126     .co_argcount = 2,
5127     .co_posonlyargcount = 0,
5128     .co_kwonlyargcount = 0,
5129     .co_stacksize = 5,
5130     .co_firstlineno = 254,
5131     .co_nlocalsplus = 3,
5132     .co_nlocals = 2,
5133     .co_nplaincellvars = 0,
5134     .co_ncellvars = 0,
5135     .co_nfreevars = 1,
5136     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_19_consts_1_localsplusnames._object.ob_base.ob_base,
5137     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
5138     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
5139     .co_name = & const_str__requires_builtin_wrapper._ascii.ob_base,
5140     .co_qualname = & importlib__bootstrap_toplevel_consts_19_consts_1_qualname._ascii.ob_base,
5141     .co_linetable = & importlib__bootstrap_toplevel_consts_19_consts_1_linetable.ob_base.ob_base,
5142     ._co_code = NULL,
5143     ._co_linearray = NULL,
5144     .co_code_adaptive = "\x95\x01\x97\x00\x7c\x01\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x24\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xac\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x02\x00\x89\x02\x7c\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
5145     ._co_firsttraceable = 1,
5146 };
5147 static
5148     struct {
5149         PyGC_Head _gc_head;
5150         struct {
5151             PyObject_VAR_HEAD
5152             PyObject *ob_item[2];
5153         }_object;
5154     }
5155 importlib__bootstrap_toplevel_consts_19_consts = {
5156     ._object = {
5157         .ob_base = {
5158             .ob_base = {
5159                 .ob_refcnt = 999999999,
5160                 .ob_type = &PyTuple_Type,
5161             },
5162             .ob_size = 2,
5163         },
5164         .ob_item = {
5165             & importlib__bootstrap_toplevel_consts_19_consts_0._ascii.ob_base,
5166             & importlib__bootstrap_toplevel_consts_19_consts_1.ob_base.ob_base,
5167         },
5168     },
5169 };
5170 static
5171     struct {
5172         PyGC_Head _gc_head;
5173         struct {
5174             PyObject_VAR_HEAD
5175             PyObject *ob_item[1];
5176         }_object;
5177     }
5178 importlib__bootstrap_toplevel_consts_19_names = {
5179     ._object = {
5180         .ob_base = {
5181             .ob_base = {
5182                 .ob_refcnt = 999999999,
5183                 .ob_type = &PyTuple_Type,
5184             },
5185             .ob_size = 1,
5186         },
5187         .ob_item = {
5188             & const_str__wrap._ascii.ob_base,
5189         },
5190     },
5191 };
5192 static
5193     struct {
5194         PyASCIIObject _ascii;
5195         uint8_t _data[18];
5196     }
5197 const_str__requires_builtin = {
5198     ._ascii = {
5199         .ob_base = {
5200             .ob_refcnt = 999999999,
5201             .ob_type = &PyUnicode_Type,
5202         },
5203         .length = 17,
5204         .hash = -1,
5205         .state = {
5206             .kind = 1,
5207             .compact = 1,
5208             .ascii = 1,
5209             .ready = 1,
5210         },
5211     },
5212     ._data = "_requires_builtin",
5213 };
5214 static
5215     struct {
5216         PyObject_VAR_HEAD
5217         Py_hash_t ob_shash;
5218         char ob_sval[54];
5219     }
5220 importlib__bootstrap_toplevel_consts_19_linetable = {
5221     .ob_base = {
5222         .ob_base = {
5223             .ob_refcnt = 999999999,
5224             .ob_type = &PyBytes_Type,
5225         },
5226         .ob_size = 53,
5227     },
5228     .ob_shash = -1,
5229     .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\xd1\x04\x29\xd4\x04\x29\xd0\x04\x29\xd8\x0b\x24\xd0\x04\x24",
5230 };
5231 static
5232     struct {
5233         PyGC_Head _gc_head;
5234         struct {
5235             PyObject_VAR_HEAD
5236             PyObject *ob_item[2];
5237         }_object;
5238     }
5239 importlib__bootstrap_toplevel_consts_19_localsplusnames = {
5240     ._object = {
5241         .ob_base = {
5242             .ob_base = {
5243                 .ob_refcnt = 999999999,
5244                 .ob_type = &PyTuple_Type,
5245             },
5246             .ob_size = 2,
5247         },
5248         .ob_item = {
5249             & const_str_fxn._ascii.ob_base,
5250             & const_str__requires_builtin_wrapper._ascii.ob_base,
5251         },
5252     },
5253 };
5254 static
5255     struct {
5256         PyObject_VAR_HEAD
5257         Py_hash_t ob_shash;
5258         char ob_sval[3];
5259     }
5260 importlib__bootstrap_toplevel_consts_19_localspluskinds = {
5261     .ob_base = {
5262         .ob_base = {
5263             .ob_refcnt = 999999999,
5264             .ob_type = &PyBytes_Type,
5265         },
5266         .ob_size = 2,
5267     },
5268     .ob_shash = -1,
5269     .ob_sval = "` ",
5270 };
5271 static
5272     struct _PyCode_DEF(50)
5273 importlib__bootstrap_toplevel_consts_19 = {
5274     .ob_base = {
5275         .ob_base = {
5276             .ob_refcnt = 999999999,
5277             .ob_type = &PyCode_Type,
5278         },
5279         .ob_size = 25,
5280     },
5281     .co_consts = & importlib__bootstrap_toplevel_consts_19_consts._object.ob_base.ob_base,
5282     .co_names = & importlib__bootstrap_toplevel_consts_19_names._object.ob_base.ob_base,
5283     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
5284     .co_flags = 3,
5285     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
5286     ._co_linearray_entry_size = 0,
5287     .co_argcount = 1,
5288     .co_posonlyargcount = 0,
5289     .co_kwonlyargcount = 0,
5290     .co_stacksize = 4,
5291     .co_firstlineno = 252,
5292     .co_nlocalsplus = 2,
5293     .co_nlocals = 2,
5294     .co_nplaincellvars = 0,
5295     .co_ncellvars = 1,
5296     .co_nfreevars = 0,
5297     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_19_localsplusnames._object.ob_base.ob_base,
5298     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
5299     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
5300     .co_name = & const_str__requires_builtin._ascii.ob_base,
5301     .co_qualname = & const_str__requires_builtin._ascii.ob_base,
5302     .co_linetable = & importlib__bootstrap_toplevel_consts_19_linetable.ob_base.ob_base,
5303     ._co_code = NULL,
5304     ._co_linearray = NULL,
5305     .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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x53\x00",
5306     ._co_firsttraceable = 1,
5307 };
5308 static
5309     struct {
5310         PyASCIIObject _ascii;
5311         uint8_t _data[48];
5312     }
5313 importlib__bootstrap_toplevel_consts_20_consts_0 = {
5314     ._ascii = {
5315         .ob_base = {
5316             .ob_refcnt = 999999999,
5317             .ob_type = &PyUnicode_Type,
5318         },
5319         .length = 47,
5320         .hash = -1,
5321         .state = {
5322             .kind = 1,
5323             .compact = 1,
5324             .ascii = 1,
5325             .ready = 1,
5326         },
5327     },
5328     ._data = "Decorator to verify the named module is frozen.",
5329 };
5330 static
5331     struct {
5332         PyASCIIObject _ascii;
5333         uint8_t _data[28];
5334     }
5335 importlib__bootstrap_toplevel_consts_20_consts_1_consts_1 = {
5336     ._ascii = {
5337         .ob_base = {
5338             .ob_refcnt = 999999999,
5339             .ob_type = &PyUnicode_Type,
5340         },
5341         .length = 27,
5342         .hash = -1,
5343         .state = {
5344             .kind = 1,
5345             .compact = 1,
5346             .ascii = 1,
5347             .ready = 1,
5348         },
5349     },
5350     ._data = "{!r} is not a frozen module",
5351 };
5352 static
5353     struct {
5354         PyGC_Head _gc_head;
5355         struct {
5356             PyObject_VAR_HEAD
5357             PyObject *ob_item[3];
5358         }_object;
5359     }
5360 importlib__bootstrap_toplevel_consts_20_consts_1_consts = {
5361     ._object = {
5362         .ob_base = {
5363             .ob_base = {
5364                 .ob_refcnt = 999999999,
5365                 .ob_type = &PyTuple_Type,
5366             },
5367             .ob_size = 3,
5368         },
5369         .ob_item = {
5370             Py_None,
5371             & importlib__bootstrap_toplevel_consts_20_consts_1_consts_1._ascii.ob_base,
5372             & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
5373         },
5374     },
5375 };
5376 static
5377     struct {
5378         PyASCIIObject _ascii;
5379         uint8_t _data[10];
5380     }
5381 const_str_is_frozen = {
5382     ._ascii = {
5383         .ob_base = {
5384             .ob_refcnt = 999999999,
5385             .ob_type = &PyUnicode_Type,
5386         },
5387         .length = 9,
5388         .hash = -1,
5389         .state = {
5390             .kind = 1,
5391             .compact = 1,
5392             .ascii = 1,
5393             .ready = 1,
5394         },
5395     },
5396     ._data = "is_frozen",
5397 };
5398 static
5399     struct {
5400         PyGC_Head _gc_head;
5401         struct {
5402             PyObject_VAR_HEAD
5403             PyObject *ob_item[4];
5404         }_object;
5405     }
5406 importlib__bootstrap_toplevel_consts_20_consts_1_names = {
5407     ._object = {
5408         .ob_base = {
5409             .ob_base = {
5410                 .ob_refcnt = 999999999,
5411                 .ob_type = &PyTuple_Type,
5412             },
5413             .ob_size = 4,
5414         },
5415         .ob_item = {
5416             & const_str__imp._ascii.ob_base,
5417             & const_str_is_frozen._ascii.ob_base,
5418             & const_str_ImportError._ascii.ob_base,
5419             & const_str_format._ascii.ob_base,
5420         },
5421     },
5422 };
5423 static
5424     struct {
5425         PyASCIIObject _ascii;
5426         uint8_t _data[25];
5427     }
5428 const_str__requires_frozen_wrapper = {
5429     ._ascii = {
5430         .ob_base = {
5431             .ob_refcnt = 999999999,
5432             .ob_type = &PyUnicode_Type,
5433         },
5434         .length = 24,
5435         .hash = -1,
5436         .state = {
5437             .kind = 1,
5438             .compact = 1,
5439             .ascii = 1,
5440             .ready = 1,
5441         },
5442     },
5443     ._data = "_requires_frozen_wrapper",
5444 };
5445 static
5446     struct {
5447         PyASCIIObject _ascii;
5448         uint8_t _data[51];
5449     }
5450 importlib__bootstrap_toplevel_consts_20_consts_1_qualname = {
5451     ._ascii = {
5452         .ob_base = {
5453             .ob_refcnt = 999999999,
5454             .ob_type = &PyUnicode_Type,
5455         },
5456         .length = 50,
5457         .hash = -1,
5458         .state = {
5459             .kind = 1,
5460             .compact = 1,
5461             .ascii = 1,
5462             .ready = 1,
5463         },
5464     },
5465     ._data = "_requires_frozen.<locals>._requires_frozen_wrapper",
5466 };
5467 static
5468     struct {
5469         PyObject_VAR_HEAD
5470         Py_hash_t ob_shash;
5471         char ob_sval[85];
5472     }
5473 importlib__bootstrap_toplevel_consts_20_consts_1_linetable = {
5474     .ob_base = {
5475         .ob_base = {
5476             .ob_refcnt = 999999999,
5477             .ob_type = &PyBytes_Type,
5478         },
5479         .ob_size = 84,
5480     },
5481     .ob_shash = -1,
5482     .ob_sval = "\xf8\x80\x00\xdd\x0f\x13\x8f\x7e\x8a\x7e\x98\x68\xd1\x0f\x27\xd4\x0f\x27\xf0\x00\x02\x09\x2d\xdd\x12\x1d\xd0\x1e\x3b\xd7\x1e\x42\xd2\x1e\x42\xc0\x38\xd1\x1e\x4c\xd4\x1e\x4c\xd8\x23\x2b\xf0\x03\x01\x13\x2d\xf1\x00\x01\x13\x2d\xf4\x00\x01\x13\x2d\xf0\x00\x01\x0d\x2d\xe0\x0f\x12\x88\x73\x90\x34\x98\x18\xd1\x0f\x22\xd4\x0f\x22\xd0\x08\x22",
5483 };
5484 static
5485     struct _PyCode_DEF(152)
5486 importlib__bootstrap_toplevel_consts_20_consts_1 = {
5487     .ob_base = {
5488         .ob_base = {
5489             .ob_refcnt = 999999999,
5490             .ob_type = &PyCode_Type,
5491         },
5492         .ob_size = 76,
5493     },
5494     .co_consts = & importlib__bootstrap_toplevel_consts_20_consts_1_consts._object.ob_base.ob_base,
5495     .co_names = & importlib__bootstrap_toplevel_consts_20_consts_1_names._object.ob_base.ob_base,
5496     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
5497     .co_flags = 19,
5498     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
5499     ._co_linearray_entry_size = 0,
5500     .co_argcount = 2,
5501     .co_posonlyargcount = 0,
5502     .co_kwonlyargcount = 0,
5503     .co_stacksize = 5,
5504     .co_firstlineno = 265,
5505     .co_nlocalsplus = 3,
5506     .co_nlocals = 2,
5507     .co_nplaincellvars = 0,
5508     .co_ncellvars = 0,
5509     .co_nfreevars = 1,
5510     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_19_consts_1_localsplusnames._object.ob_base.ob_base,
5511     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
5512     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
5513     .co_name = & const_str__requires_frozen_wrapper._ascii.ob_base,
5514     .co_qualname = & importlib__bootstrap_toplevel_consts_20_consts_1_qualname._ascii.ob_base,
5515     .co_linetable = & importlib__bootstrap_toplevel_consts_20_consts_1_linetable.ob_base.ob_base,
5516     ._co_code = NULL,
5517     ._co_linearray = NULL,
5518     .co_code_adaptive = "\x95\x01\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x24\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xac\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x02\x00\x89\x02\x7c\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
5519     ._co_firsttraceable = 1,
5520 };
5521 static
5522     struct {
5523         PyGC_Head _gc_head;
5524         struct {
5525             PyObject_VAR_HEAD
5526             PyObject *ob_item[2];
5527         }_object;
5528     }
5529 importlib__bootstrap_toplevel_consts_20_consts = {
5530     ._object = {
5531         .ob_base = {
5532             .ob_base = {
5533                 .ob_refcnt = 999999999,
5534                 .ob_type = &PyTuple_Type,
5535             },
5536             .ob_size = 2,
5537         },
5538         .ob_item = {
5539             & importlib__bootstrap_toplevel_consts_20_consts_0._ascii.ob_base,
5540             & importlib__bootstrap_toplevel_consts_20_consts_1.ob_base.ob_base,
5541         },
5542     },
5543 };
5544 static
5545     struct {
5546         PyASCIIObject _ascii;
5547         uint8_t _data[17];
5548     }
5549 const_str__requires_frozen = {
5550     ._ascii = {
5551         .ob_base = {
5552             .ob_refcnt = 999999999,
5553             .ob_type = &PyUnicode_Type,
5554         },
5555         .length = 16,
5556         .hash = -1,
5557         .state = {
5558             .kind = 1,
5559             .compact = 1,
5560             .ascii = 1,
5561             .ready = 1,
5562         },
5563     },
5564     ._data = "_requires_frozen",
5565 };
5566 static
5567     struct {
5568         PyObject_VAR_HEAD
5569         Py_hash_t ob_shash;
5570         char ob_sval[54];
5571     }
5572 importlib__bootstrap_toplevel_consts_20_linetable = {
5573     .ob_base = {
5574         .ob_base = {
5575             .ob_refcnt = 999999999,
5576             .ob_type = &PyBytes_Type,
5577         },
5578         .ob_size = 53,
5579     },
5580     .ob_shash = -1,
5581     .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\xd1\x04\x28\xd4\x04\x28\xd0\x04\x28\xd8\x0b\x23\xd0\x04\x23",
5582 };
5583 static
5584     struct {
5585         PyGC_Head _gc_head;
5586         struct {
5587             PyObject_VAR_HEAD
5588             PyObject *ob_item[2];
5589         }_object;
5590     }
5591 importlib__bootstrap_toplevel_consts_20_localsplusnames = {
5592     ._object = {
5593         .ob_base = {
5594             .ob_base = {
5595                 .ob_refcnt = 999999999,
5596                 .ob_type = &PyTuple_Type,
5597             },
5598             .ob_size = 2,
5599         },
5600         .ob_item = {
5601             & const_str_fxn._ascii.ob_base,
5602             & const_str__requires_frozen_wrapper._ascii.ob_base,
5603         },
5604     },
5605 };
5606 static
5607     struct _PyCode_DEF(50)
5608 importlib__bootstrap_toplevel_consts_20 = {
5609     .ob_base = {
5610         .ob_base = {
5611             .ob_refcnt = 999999999,
5612             .ob_type = &PyCode_Type,
5613         },
5614         .ob_size = 25,
5615     },
5616     .co_consts = & importlib__bootstrap_toplevel_consts_20_consts._object.ob_base.ob_base,
5617     .co_names = & importlib__bootstrap_toplevel_consts_19_names._object.ob_base.ob_base,
5618     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
5619     .co_flags = 3,
5620     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
5621     ._co_linearray_entry_size = 0,
5622     .co_argcount = 1,
5623     .co_posonlyargcount = 0,
5624     .co_kwonlyargcount = 0,
5625     .co_stacksize = 4,
5626     .co_firstlineno = 263,
5627     .co_nlocalsplus = 2,
5628     .co_nlocals = 2,
5629     .co_nplaincellvars = 0,
5630     .co_ncellvars = 1,
5631     .co_nfreevars = 0,
5632     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_20_localsplusnames._object.ob_base.ob_base,
5633     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
5634     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
5635     .co_name = & const_str__requires_frozen._ascii.ob_base,
5636     .co_qualname = & const_str__requires_frozen._ascii.ob_base,
5637     .co_linetable = & importlib__bootstrap_toplevel_consts_20_linetable.ob_base.ob_base,
5638     ._co_code = NULL,
5639     ._co_linearray = NULL,
5640     .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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x53\x00",
5641     ._co_firsttraceable = 1,
5642 };
5643 static
5644     struct {
5645         PyASCIIObject _ascii;
5646         uint8_t _data[131];
5647     }
5648 importlib__bootstrap_toplevel_consts_21_consts_0 = {
5649     ._ascii = {
5650         .ob_base = {
5651             .ob_refcnt = 999999999,
5652             .ob_type = &PyUnicode_Type,
5653         },
5654         .length = 130,
5655         .hash = -1,
5656         .state = {
5657             .kind = 1,
5658             .compact = 1,
5659             .ascii = 1,
5660             .ready = 1,
5661         },
5662     },
5663     ._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",
5664 };
5665 static
5666     struct {
5667         PyASCIIObject _ascii;
5668         uint8_t _data[104];
5669     }
5670 importlib__bootstrap_toplevel_consts_21_consts_1 = {
5671     ._ascii = {
5672         .ob_base = {
5673             .ob_refcnt = 999999999,
5674             .ob_type = &PyUnicode_Type,
5675         },
5676         .length = 103,
5677         .hash = -1,
5678         .state = {
5679             .kind = 1,
5680             .compact = 1,
5681             .ascii = 1,
5682             .ready = 1,
5683         },
5684     },
5685     ._data = "the load_module() method is deprecated and slated for removal in Python 3.12; use exec_module() instead",
5686 };
5687 static
5688     struct {
5689         PyGC_Head _gc_head;
5690         struct {
5691             PyObject_VAR_HEAD
5692             PyObject *ob_item[2];
5693         }_object;
5694     }
5695 importlib__bootstrap_toplevel_consts_21_consts = {
5696     ._object = {
5697         .ob_base = {
5698             .ob_base = {
5699                 .ob_refcnt = 999999999,
5700                 .ob_type = &PyTuple_Type,
5701             },
5702             .ob_size = 2,
5703         },
5704         .ob_item = {
5705             & importlib__bootstrap_toplevel_consts_21_consts_0._ascii.ob_base,
5706             & importlib__bootstrap_toplevel_consts_21_consts_1._ascii.ob_base,
5707         },
5708     },
5709 };
5710 static
5711     struct {
5712         PyASCIIObject _ascii;
5713         uint8_t _data[10];
5714     }
5715 const_str__warnings = {
5716     ._ascii = {
5717         .ob_base = {
5718             .ob_refcnt = 999999999,
5719             .ob_type = &PyUnicode_Type,
5720         },
5721         .length = 9,
5722         .hash = -1,
5723         .state = {
5724             .kind = 1,
5725             .compact = 1,
5726             .ascii = 1,
5727             .ready = 1,
5728         },
5729     },
5730     ._data = "_warnings",
5731 };
5732 static
5733     struct {
5734         PyASCIIObject _ascii;
5735         uint8_t _data[5];
5736     }
5737 const_str_warn = {
5738     ._ascii = {
5739         .ob_base = {
5740             .ob_refcnt = 999999999,
5741             .ob_type = &PyUnicode_Type,
5742         },
5743         .length = 4,
5744         .hash = -1,
5745         .state = {
5746             .kind = 1,
5747             .compact = 1,
5748             .ascii = 1,
5749             .ready = 1,
5750         },
5751     },
5752     ._data = "warn",
5753 };
5754 static
5755     struct {
5756         PyASCIIObject _ascii;
5757         uint8_t _data[19];
5758     }
5759 const_str_DeprecationWarning = {
5760     ._ascii = {
5761         .ob_base = {
5762             .ob_refcnt = 999999999,
5763             .ob_type = &PyUnicode_Type,
5764         },
5765         .length = 18,
5766         .hash = -1,
5767         .state = {
5768             .kind = 1,
5769             .compact = 1,
5770             .ascii = 1,
5771             .ready = 1,
5772         },
5773     },
5774     ._data = "DeprecationWarning",
5775 };
5776 static
5777     struct {
5778         PyASCIIObject _ascii;
5779         uint8_t _data[17];
5780     }
5781 const_str_spec_from_loader = {
5782     ._ascii = {
5783         .ob_base = {
5784             .ob_refcnt = 999999999,
5785             .ob_type = &PyUnicode_Type,
5786         },
5787         .length = 16,
5788         .hash = -1,
5789         .state = {
5790             .kind = 1,
5791             .compact = 1,
5792             .ascii = 1,
5793             .ready = 1,
5794         },
5795     },
5796     ._data = "spec_from_loader",
5797 };
5798 static
5799     struct {
5800         PyASCIIObject _ascii;
5801         uint8_t _data[6];
5802     }
5803 const_str__exec = {
5804     ._ascii = {
5805         .ob_base = {
5806             .ob_refcnt = 999999999,
5807             .ob_type = &PyUnicode_Type,
5808         },
5809         .length = 5,
5810         .hash = -1,
5811         .state = {
5812             .kind = 1,
5813             .compact = 1,
5814             .ascii = 1,
5815             .ready = 1,
5816         },
5817     },
5818     ._data = "_exec",
5819 };
5820 static
5821     struct {
5822         PyASCIIObject _ascii;
5823         uint8_t _data[6];
5824     }
5825 const_str__load = {
5826     ._ascii = {
5827         .ob_base = {
5828             .ob_refcnt = 999999999,
5829             .ob_type = &PyUnicode_Type,
5830         },
5831         .length = 5,
5832         .hash = -1,
5833         .state = {
5834             .kind = 1,
5835             .compact = 1,
5836             .ascii = 1,
5837             .ready = 1,
5838         },
5839     },
5840     ._data = "_load",
5841 };
5842 static
5843     struct {
5844         PyGC_Head _gc_head;
5845         struct {
5846             PyObject_VAR_HEAD
5847             PyObject *ob_item[8];
5848         }_object;
5849     }
5850 importlib__bootstrap_toplevel_consts_21_names = {
5851     ._object = {
5852         .ob_base = {
5853             .ob_base = {
5854                 .ob_refcnt = 999999999,
5855                 .ob_type = &PyTuple_Type,
5856             },
5857             .ob_size = 8,
5858         },
5859         .ob_item = {
5860             & const_str__warnings._ascii.ob_base,
5861             & const_str_warn._ascii.ob_base,
5862             & const_str_DeprecationWarning._ascii.ob_base,
5863             & const_str_spec_from_loader._ascii.ob_base,
5864             & const_str_sys._ascii.ob_base,
5865             &_Py_ID(modules),
5866             & const_str__exec._ascii.ob_base,
5867             & const_str__load._ascii.ob_base,
5868         },
5869     },
5870 };
5871 static
5872     struct {
5873         PyASCIIObject _ascii;
5874         uint8_t _data[18];
5875     }
5876 const_str__load_module_shim = {
5877     ._ascii = {
5878         .ob_base = {
5879             .ob_refcnt = 999999999,
5880             .ob_type = &PyUnicode_Type,
5881         },
5882         .length = 17,
5883         .hash = -1,
5884         .state = {
5885             .kind = 1,
5886             .compact = 1,
5887             .ascii = 1,
5888             .ready = 1,
5889         },
5890     },
5891     ._data = "_load_module_shim",
5892 };
5893 static
5894     struct {
5895         PyObject_VAR_HEAD
5896         Py_hash_t ob_shash;
5897         char ob_sval[112];
5898     }
5899 importlib__bootstrap_toplevel_consts_21_linetable = {
5900     .ob_base = {
5901         .ob_base = {
5902             .ob_refcnt = 999999999,
5903             .ob_type = &PyBytes_Type,
5904         },
5905         .ob_size = 111,
5906     },
5907     .ob_shash = -1,
5908     .ob_sval = "\x80\x00\xf0\x0c\x01\x0c\x33\x80\x43\xe5\x04\x0d\x87\x4e\x82\x4e\x90\x33\xd5\x18\x2a\xd1\x04\x2b\xd4\x04\x2b\xd0\x04\x2b\xdd\x0b\x1b\x98\x48\xa0\x64\xd1\x0b\x2b\xd4\x0b\x2b\x80\x44\xd8\x07\x0f\x95\x33\x94\x3b\xd0\x07\x1e\xd0\x07\x1e\xdd\x11\x14\x94\x1b\x98\x58\xd4\x11\x26\x88\x06\xdd\x08\x0d\x88\x64\x90\x46\xd1\x08\x1b\xd4\x08\x1b\xd0\x08\x1b\xdd\x0f\x12\x8c\x7b\x98\x38\xd4\x0f\x24\xd0\x08\x24\xe5\x0f\x14\x90\x54\x89\x7b\x8c\x7b\xd0\x08\x1a",
5909 };
5910 static
5911     struct {
5912         PyASCIIObject _ascii;
5913         uint8_t _data[5];
5914     }
5915 const_str_spec = {
5916     ._ascii = {
5917         .ob_base = {
5918             .ob_refcnt = 999999999,
5919             .ob_type = &PyUnicode_Type,
5920         },
5921         .length = 4,
5922         .hash = -1,
5923         .state = {
5924             .kind = 1,
5925             .compact = 1,
5926             .ascii = 1,
5927             .ready = 1,
5928         },
5929     },
5930     ._data = "spec",
5931 };
5932 static
5933     struct {
5934         PyASCIIObject _ascii;
5935         uint8_t _data[7];
5936     }
5937 const_str_module = {
5938     ._ascii = {
5939         .ob_base = {
5940             .ob_refcnt = 999999999,
5941             .ob_type = &PyUnicode_Type,
5942         },
5943         .length = 6,
5944         .hash = -1,
5945         .state = {
5946             .kind = 1,
5947             .compact = 1,
5948             .ascii = 1,
5949             .ready = 1,
5950         },
5951     },
5952     ._data = "module",
5953 };
5954 static
5955     struct {
5956         PyGC_Head _gc_head;
5957         struct {
5958             PyObject_VAR_HEAD
5959             PyObject *ob_item[5];
5960         }_object;
5961     }
5962 importlib__bootstrap_toplevel_consts_21_localsplusnames = {
5963     ._object = {
5964         .ob_base = {
5965             .ob_base = {
5966                 .ob_refcnt = 999999999,
5967                 .ob_type = &PyTuple_Type,
5968             },
5969             .ob_size = 5,
5970         },
5971         .ob_item = {
5972             & const_str_self._ascii.ob_base,
5973             & const_str_fullname._ascii.ob_base,
5974             &_Py_ID(msg),
5975             & const_str_spec._ascii.ob_base,
5976             & const_str_module._ascii.ob_base,
5977         },
5978     },
5979 };
5980 static
5981     struct _PyCode_DEF(264)
5982 importlib__bootstrap_toplevel_consts_21 = {
5983     .ob_base = {
5984         .ob_base = {
5985             .ob_refcnt = 999999999,
5986             .ob_type = &PyCode_Type,
5987         },
5988         .ob_size = 132,
5989     },
5990     .co_consts = & importlib__bootstrap_toplevel_consts_21_consts._object.ob_base.ob_base,
5991     .co_names = & importlib__bootstrap_toplevel_consts_21_names._object.ob_base.ob_base,
5992     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
5993     .co_flags = 3,
5994     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
5995     ._co_linearray_entry_size = 0,
5996     .co_argcount = 2,
5997     .co_posonlyargcount = 0,
5998     .co_kwonlyargcount = 0,
5999     .co_stacksize = 4,
6000     .co_firstlineno = 275,
6001     .co_nlocalsplus = 5,
6002     .co_nlocals = 5,
6003     .co_nplaincellvars = 0,
6004     .co_ncellvars = 0,
6005     .co_nfreevars = 0,
6006     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_21_localsplusnames._object.ob_base.ob_base,
6007     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
6008     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
6009     .co_name = & const_str__load_module_shim._ascii.ob_base,
6010     .co_qualname = & const_str__load_module_shim._ascii.ob_base,
6011     .co_linetable = & importlib__bootstrap_toplevel_consts_21_linetable.ob_base.ob_base,
6012     ._co_code = NULL,
6013     ._co_linearray = NULL,
6014     .co_code_adaptive = "\x97\x00\x64\x01\x7d\x02\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\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\xa6\x02\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\xa6\x02\x00\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\x05\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x34\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\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\xa6\x02\x00\x00\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\x05\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
6015     ._co_firsttraceable = 0,
6016 };
6017 static
6018     struct {
6019         PyASCIIObject _ascii;
6020         uint8_t _data[45];
6021     }
6022 importlib__bootstrap_toplevel_consts_22_consts_0 = {
6023     ._ascii = {
6024         .ob_base = {
6025             .ob_refcnt = 999999999,
6026             .ob_type = &PyUnicode_Type,
6027         },
6028         .length = 44,
6029         .hash = -1,
6030         .state = {
6031             .kind = 1,
6032             .compact = 1,
6033             .ascii = 1,
6034             .ready = 1,
6035         },
6036     },
6037     ._data = "The implementation of ModuleType.__repr__().",
6038 };
6039 static
6040     struct {
6041         PyASCIIObject _ascii;
6042         uint8_t _data[12];
6043     }
6044 const_str_module_repr = {
6045     ._ascii = {
6046         .ob_base = {
6047             .ob_refcnt = 999999999,
6048             .ob_type = &PyUnicode_Type,
6049         },
6050         .length = 11,
6051         .hash = -1,
6052         .state = {
6053             .kind = 1,
6054             .compact = 1,
6055             .ascii = 1,
6056             .ready = 1,
6057         },
6058     },
6059     ._data = "module_repr",
6060 };
6061 static
6062     struct {
6063         PyASCIIObject _ascii;
6064         uint8_t _data[2];
6065     }
6066 importlib__bootstrap_toplevel_consts_22_consts_5 = {
6067     ._ascii = {
6068         .ob_base = {
6069             .ob_refcnt = 999999999,
6070             .ob_type = &PyUnicode_Type,
6071         },
6072         .length = 1,
6073         .hash = -1,
6074         .state = {
6075             .kind = 1,
6076             .compact = 1,
6077             .ascii = 1,
6078             .ready = 1,
6079         },
6080     },
6081     ._data = "?",
6082 };
6083 static
6084     struct {
6085         PyASCIIObject _ascii;
6086         uint8_t _data[24];
6087     }
6088 importlib__bootstrap_toplevel_consts_22_consts_6 = {
6089     ._ascii = {
6090         .ob_base = {
6091             .ob_refcnt = 999999999,
6092             .ob_type = &PyUnicode_Type,
6093         },
6094         .length = 23,
6095         .hash = -1,
6096         .state = {
6097             .kind = 1,
6098             .compact = 1,
6099             .ascii = 1,
6100             .ready = 1,
6101         },
6102     },
6103     ._data = "<module {!r} from {!r}>",
6104 };
6105 static
6106     struct {
6107         PyASCIIObject _ascii;
6108         uint8_t _data[14];
6109     }
6110 importlib__bootstrap_toplevel_consts_22_consts_7 = {
6111     ._ascii = {
6112         .ob_base = {
6113             .ob_refcnt = 999999999,
6114             .ob_type = &PyUnicode_Type,
6115         },
6116         .length = 13,
6117         .hash = -1,
6118         .state = {
6119             .kind = 1,
6120             .compact = 1,
6121             .ascii = 1,
6122             .ready = 1,
6123         },
6124     },
6125     ._data = "<module {!r}>",
6126 };
6127 static
6128     struct {
6129         PyASCIIObject _ascii;
6130         uint8_t _data[21];
6131     }
6132 importlib__bootstrap_toplevel_consts_22_consts_8 = {
6133     ._ascii = {
6134         .ob_base = {
6135             .ob_refcnt = 999999999,
6136             .ob_type = &PyUnicode_Type,
6137         },
6138         .length = 20,
6139         .hash = -1,
6140         .state = {
6141             .kind = 1,
6142             .compact = 1,
6143             .ascii = 1,
6144             .ready = 1,
6145         },
6146     },
6147     ._data = "<module {!r} ({!r})>",
6148 };
6149 static
6150     struct {
6151         PyGC_Head _gc_head;
6152         struct {
6153             PyObject_VAR_HEAD
6154             PyObject *ob_item[9];
6155         }_object;
6156     }
6157 importlib__bootstrap_toplevel_consts_22_consts = {
6158     ._object = {
6159         .ob_base = {
6160             .ob_base = {
6161                 .ob_refcnt = 999999999,
6162                 .ob_type = &PyTuple_Type,
6163             },
6164             .ob_size = 9,
6165         },
6166         .ob_item = {
6167             & importlib__bootstrap_toplevel_consts_22_consts_0._ascii.ob_base,
6168             &_Py_ID(__loader__),
6169             Py_None,
6170             &_Py_ID(__spec__),
6171             & const_str_module_repr._ascii.ob_base,
6172             & importlib__bootstrap_toplevel_consts_22_consts_5._ascii.ob_base,
6173             & importlib__bootstrap_toplevel_consts_22_consts_6._ascii.ob_base,
6174             & importlib__bootstrap_toplevel_consts_22_consts_7._ascii.ob_base,
6175             & importlib__bootstrap_toplevel_consts_22_consts_8._ascii.ob_base,
6176         },
6177     },
6178 };
6179 static
6180     struct {
6181         PyASCIIObject _ascii;
6182         uint8_t _data[23];
6183     }
6184 const_str__module_repr_from_spec = {
6185     ._ascii = {
6186         .ob_base = {
6187             .ob_refcnt = 999999999,
6188             .ob_type = &PyUnicode_Type,
6189         },
6190         .length = 22,
6191         .hash = -1,
6192         .state = {
6193             .kind = 1,
6194             .compact = 1,
6195             .ascii = 1,
6196             .ready = 1,
6197         },
6198     },
6199     ._data = "_module_repr_from_spec",
6200 };
6201 static
6202     struct {
6203         PyASCIIObject _ascii;
6204         uint8_t _data[10];
6205     }
6206 const_str_Exception = {
6207     ._ascii = {
6208         .ob_base = {
6209             .ob_refcnt = 999999999,
6210             .ob_type = &PyUnicode_Type,
6211         },
6212         .length = 9,
6213         .hash = -1,
6214         .state = {
6215             .kind = 1,
6216             .compact = 1,
6217             .ascii = 1,
6218             .ready = 1,
6219         },
6220     },
6221     ._data = "Exception",
6222 };
6223 static
6224     struct {
6225         PyGC_Head _gc_head;
6226         struct {
6227             PyObject_VAR_HEAD
6228             PyObject *ob_item[9];
6229         }_object;
6230     }
6231 importlib__bootstrap_toplevel_consts_22_names = {
6232     ._object = {
6233         .ob_base = {
6234             .ob_base = {
6235                 .ob_refcnt = 999999999,
6236                 .ob_type = &PyTuple_Type,
6237             },
6238             .ob_size = 9,
6239         },
6240         .ob_item = {
6241             &_Py_ID(getattr),
6242             & const_str__module_repr_from_spec._ascii.ob_base,
6243             & const_str_hasattr._ascii.ob_base,
6244             & const_str_module_repr._ascii.ob_base,
6245             & const_str_Exception._ascii.ob_base,
6246             &_Py_ID(__name__),
6247             & const_str_AttributeError._ascii.ob_base,
6248             &_Py_ID(__file__),
6249             & const_str_format._ascii.ob_base,
6250         },
6251     },
6252 };
6253 static
6254     struct {
6255         PyASCIIObject _ascii;
6256         uint8_t _data[13];
6257     }
6258 const_str__module_repr = {
6259     ._ascii = {
6260         .ob_base = {
6261             .ob_refcnt = 999999999,
6262             .ob_type = &PyUnicode_Type,
6263         },
6264         .length = 12,
6265         .hash = -1,
6266         .state = {
6267             .kind = 1,
6268             .compact = 1,
6269             .ascii = 1,
6270             .ready = 1,
6271         },
6272     },
6273     ._data = "_module_repr",
6274 };
6275 static
6276     struct {
6277         PyObject_VAR_HEAD
6278         Py_hash_t ob_shash;
6279         char ob_sval[309];
6280     }
6281 importlib__bootstrap_toplevel_consts_22_linetable = {
6282     .ob_base = {
6283         .ob_base = {
6284             .ob_refcnt = 999999999,
6285             .ob_type = &PyBytes_Type,
6286         },
6287         .ob_size = 308,
6288     },
6289     .ob_shash = -1,
6290     .ob_sval = "\x80\x00\xe5\x0d\x14\x90\x56\x98\x5c\xa8\x34\xd1\x0d\x30\xd4\x0d\x30\x80\x46\xdd\x0f\x16\x90\x76\x98\x7a\xa8\x34\xd1\x0f\x30\xd4\x0f\x30\xd0\x07\x30\x80\x74\xf0\x00\x06\x05\x11\xdd\x0f\x25\xa0\x64\xd1\x0f\x2b\xd4\x0f\x2b\xd0\x08\x2b\xdd\x09\x10\x90\x16\x98\x1d\xd1\x09\x27\xd4\x09\x27\xf0\x00\x04\x05\x11\xf0\x02\x03\x09\x11\xd8\x13\x19\xd7\x13\x25\xd2\x13\x25\xa0\x66\xd1\x13\x2d\xd4\x13\x2d\xd0\x0c\x2d\xf8\xdd\x0f\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\xf0\x06\x03\x05\x13\xd8\x0f\x15\x8c\x7f\x88\x04\x88\x04\xf8\xdd\x0b\x19\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\xf0\x04\x08\x05\x40\x01\xd8\x13\x19\x94\x3f\x88\x08\xf0\x0e\x00\x10\x29\xd7\x0f\x2f\xd2\x0f\x2f\xb0\x04\xb0\x68\xd1\x0f\x3f\xd4\x0f\x3f\xd0\x08\x3f\xf8\xf5\x0d\x00\x0c\x1a\xf0\x00\x04\x05\x3f\xf0\x00\x04\x05\x3f\xf0\x00\x04\x05\x3f\xd8\x0b\x11\x88\x3e\xd8\x13\x22\xd7\x13\x29\xd2\x13\x29\xa8\x24\xd1\x13\x2f\xd4\x13\x2f\xd0\x0c\x2f\xd0\x0c\x2f\xd0\x0c\x2f\xe0\x13\x29\xd7\x13\x30\xd2\x13\x30\xb0\x14\xb0\x76\xd1\x13\x3e\xd4\x13\x3e\xd0\x0c\x3e\xd0\x0c\x3e\xd0\x0c\x3e\xf0\x09\x04\x05\x3f\xf8\xf8\xf8",
6291 };
6292 static
6293     struct {
6294         PyObject_VAR_HEAD
6295         Py_hash_t ob_shash;
6296         char ob_sval[61];
6297     }
6298 importlib__bootstrap_toplevel_consts_22_exceptiontable = {
6299     .ob_base = {
6300         .ob_base = {
6301             .ob_refcnt = 999999999,
6302             .ob_type = &PyBytes_Type,
6303         },
6304         .ob_size = 60,
6305     },
6306     .ob_shash = -1,
6307     .ob_sval = "\xc1\x05\x14\x41\x1a\x00\xc1\x1a\x0a\x41\x27\x03\xc1\x26\x01\x41\x27\x03\xc1\x2b\x07\x41\x33\x00\xc1\x33\x0c\x42\x02\x03\xc2\x01\x01\x42\x02\x03\xc2\x06\x07\x42\x23\x00\xc2\x23\x21\x43\x1f\x03\xc3\x06\x16\x43\x1f\x03\xc3\x1e\x01\x43\x1f\x03",
6308 };
6309 static
6310     struct {
6311         PyASCIIObject _ascii;
6312         uint8_t _data[7];
6313     }
6314 const_str_loader = {
6315     ._ascii = {
6316         .ob_base = {
6317             .ob_refcnt = 999999999,
6318             .ob_type = &PyUnicode_Type,
6319         },
6320         .length = 6,
6321         .hash = -1,
6322         .state = {
6323             .kind = 1,
6324             .compact = 1,
6325             .ascii = 1,
6326             .ready = 1,
6327         },
6328     },
6329     ._data = "loader",
6330 };
6331 static
6332     struct {
6333         PyGC_Head _gc_head;
6334         struct {
6335             PyObject_VAR_HEAD
6336             PyObject *ob_item[5];
6337         }_object;
6338     }
6339 importlib__bootstrap_toplevel_consts_22_localsplusnames = {
6340     ._object = {
6341         .ob_base = {
6342             .ob_base = {
6343                 .ob_refcnt = 999999999,
6344                 .ob_type = &PyTuple_Type,
6345             },
6346             .ob_size = 5,
6347         },
6348         .ob_item = {
6349             & const_str_module._ascii.ob_base,
6350             & const_str_loader._ascii.ob_base,
6351             & const_str_spec._ascii.ob_base,
6352             &_Py_ID(name),
6353             &_Py_ID(filename),
6354         },
6355     },
6356 };
6357 static
6358     struct _PyCode_DEF(452)
6359 importlib__bootstrap_toplevel_consts_22 = {
6360     .ob_base = {
6361         .ob_base = {
6362             .ob_refcnt = 999999999,
6363             .ob_type = &PyCode_Type,
6364         },
6365         .ob_size = 226,
6366     },
6367     .co_consts = & importlib__bootstrap_toplevel_consts_22_consts._object.ob_base.ob_base,
6368     .co_names = & importlib__bootstrap_toplevel_consts_22_names._object.ob_base.ob_base,
6369     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_22_exceptiontable.ob_base.ob_base,
6370     .co_flags = 3,
6371     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
6372     ._co_linearray_entry_size = 0,
6373     .co_argcount = 1,
6374     .co_posonlyargcount = 0,
6375     .co_kwonlyargcount = 0,
6376     .co_stacksize = 5,
6377     .co_firstlineno = 294,
6378     .co_nlocalsplus = 5,
6379     .co_nlocals = 5,
6380     .co_nplaincellvars = 0,
6381     .co_ncellvars = 0,
6382     .co_nfreevars = 0,
6383     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_22_localsplusnames._object.ob_base.ob_base,
6384     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
6385     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
6386     .co_name = & const_str__module_repr._ascii.ob_base,
6387     .co_qualname = & const_str__module_repr._ascii.ob_base,
6388     .co_linetable = & importlib__bootstrap_toplevel_consts_22_linetable.ob_base.ob_base,
6389     ._co_code = NULL,
6390     ._co_linearray = NULL,
6391     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x01\x64\x02\xa6\x03\x00\x00\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x78\x01\x7d\x02\x72\x0f\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x26\x09\x00\x7c\x01\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\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\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x09\x00\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x6e\x12\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\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x09\x00\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x64\x06\xa0\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x04\xa6\x02\x00\x00\xab\x02\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\x32\x01\x00\x7c\x01\x80\x17\x64\x07\xa0\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x59\x00\x53\x00\x64\x08\xa0\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x01\xa6\x02\x00\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",
6392     ._co_firsttraceable = 0,
6393 };
6394 static
6395     struct {
6396         PyASCIIObject _ascii;
6397         uint8_t _data[11];
6398     }
6399 const_str_ModuleSpec = {
6400     ._ascii = {
6401         .ob_base = {
6402             .ob_refcnt = 999999999,
6403             .ob_type = &PyUnicode_Type,
6404         },
6405         .length = 10,
6406         .hash = -1,
6407         .state = {
6408             .kind = 1,
6409             .compact = 1,
6410             .ascii = 1,
6411             .ready = 1,
6412         },
6413     },
6414     ._data = "ModuleSpec",
6415 };
6416 static
6417     struct {
6418         PyASCIIObject _ascii;
6419         uint8_t _data[1489];
6420     }
6421 importlib__bootstrap_toplevel_consts_23_consts_1 = {
6422     ._ascii = {
6423         .ob_base = {
6424             .ob_refcnt = 999999999,
6425             .ob_type = &PyUnicode_Type,
6426         },
6427         .length = 1488,
6428         .hash = -1,
6429         .state = {
6430             .kind = 1,
6431             .compact = 1,
6432             .ascii = 1,
6433             .ready = 1,
6434         },
6435     },
6436     ._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",
6437 };
6438 static
6439     struct {
6440         PyASCIIObject _ascii;
6441         uint8_t _data[7];
6442     }
6443 const_str_origin = {
6444     ._ascii = {
6445         .ob_base = {
6446             .ob_refcnt = 999999999,
6447             .ob_type = &PyUnicode_Type,
6448         },
6449         .length = 6,
6450         .hash = -1,
6451         .state = {
6452             .kind = 1,
6453             .compact = 1,
6454             .ascii = 1,
6455             .ready = 1,
6456         },
6457     },
6458     ._data = "origin",
6459 };
6460 static
6461     struct {
6462         PyASCIIObject _ascii;
6463         uint8_t _data[13];
6464     }
6465 const_str_loader_state = {
6466     ._ascii = {
6467         .ob_base = {
6468             .ob_refcnt = 999999999,
6469             .ob_type = &PyUnicode_Type,
6470         },
6471         .length = 12,
6472         .hash = -1,
6473         .state = {
6474             .kind = 1,
6475             .compact = 1,
6476             .ascii = 1,
6477             .ready = 1,
6478         },
6479     },
6480     ._data = "loader_state",
6481 };
6482 static
6483     struct {
6484         PyASCIIObject _ascii;
6485         uint8_t _data[11];
6486     }
6487 const_str_is_package = {
6488     ._ascii = {
6489         .ob_base = {
6490             .ob_refcnt = 999999999,
6491             .ob_type = &PyUnicode_Type,
6492         },
6493         .length = 10,
6494         .hash = -1,
6495         .state = {
6496             .kind = 1,
6497             .compact = 1,
6498             .ascii = 1,
6499             .ready = 1,
6500         },
6501     },
6502     ._data = "is_package",
6503 };
6504 static
6505     struct {
6506         PyGC_Head _gc_head;
6507         struct {
6508             PyObject_VAR_HEAD
6509             PyObject *ob_item[3];
6510         }_object;
6511     }
6512 importlib__bootstrap_toplevel_consts_23_consts_3 = {
6513     ._object = {
6514         .ob_base = {
6515             .ob_base = {
6516                 .ob_refcnt = 999999999,
6517                 .ob_type = &PyTuple_Type,
6518             },
6519             .ob_size = 3,
6520         },
6521         .ob_item = {
6522             & const_str_origin._ascii.ob_base,
6523             & const_str_loader_state._ascii.ob_base,
6524             & const_str_is_package._ascii.ob_base,
6525         },
6526     },
6527 };
6528 static
6529     struct {
6530         PyGC_Head _gc_head;
6531         struct {
6532             PyObject_VAR_HEAD
6533             PyObject *ob_item[2];
6534         }_object;
6535     }
6536 importlib__bootstrap_toplevel_consts_23_consts_4_consts = {
6537     ._object = {
6538         .ob_base = {
6539             .ob_base = {
6540                 .ob_refcnt = 999999999,
6541                 .ob_type = &PyTuple_Type,
6542             },
6543             .ob_size = 2,
6544         },
6545         .ob_item = {
6546             Py_None,
6547             Py_False,
6548         },
6549     },
6550 };
6551 static
6552     struct {
6553         PyASCIIObject _ascii;
6554         uint8_t _data[27];
6555     }
6556 const_str_submodule_search_locations = {
6557     ._ascii = {
6558         .ob_base = {
6559             .ob_refcnt = 999999999,
6560             .ob_type = &PyUnicode_Type,
6561         },
6562         .length = 26,
6563         .hash = -1,
6564         .state = {
6565             .kind = 1,
6566             .compact = 1,
6567             .ascii = 1,
6568             .ready = 1,
6569         },
6570     },
6571     ._data = "submodule_search_locations",
6572 };
6573 static
6574     struct {
6575         PyASCIIObject _ascii;
6576         uint8_t _data[14];
6577     }
6578 const_str__set_fileattr = {
6579     ._ascii = {
6580         .ob_base = {
6581             .ob_refcnt = 999999999,
6582             .ob_type = &PyUnicode_Type,
6583         },
6584         .length = 13,
6585         .hash = -1,
6586         .state = {
6587             .kind = 1,
6588             .compact = 1,
6589             .ascii = 1,
6590             .ready = 1,
6591         },
6592     },
6593     ._data = "_set_fileattr",
6594 };
6595 static
6596     struct {
6597         PyASCIIObject _ascii;
6598         uint8_t _data[8];
6599     }
6600 const_str__cached = {
6601     ._ascii = {
6602         .ob_base = {
6603             .ob_refcnt = 999999999,
6604             .ob_type = &PyUnicode_Type,
6605         },
6606         .length = 7,
6607         .hash = -1,
6608         .state = {
6609             .kind = 1,
6610             .compact = 1,
6611             .ascii = 1,
6612             .ready = 1,
6613         },
6614     },
6615     ._data = "_cached",
6616 };
6617 static
6618     struct {
6619         PyGC_Head _gc_head;
6620         struct {
6621             PyObject_VAR_HEAD
6622             PyObject *ob_item[8];
6623         }_object;
6624     }
6625 importlib__bootstrap_toplevel_consts_23_consts_4_names = {
6626     ._object = {
6627         .ob_base = {
6628             .ob_base = {
6629                 .ob_refcnt = 999999999,
6630                 .ob_type = &PyTuple_Type,
6631             },
6632             .ob_size = 8,
6633         },
6634         .ob_item = {
6635             &_Py_ID(name),
6636             & const_str_loader._ascii.ob_base,
6637             & const_str_origin._ascii.ob_base,
6638             & const_str_loader_state._ascii.ob_base,
6639             & const_str_submodule_search_locations._ascii.ob_base,
6640             &_Py_ID(_uninitialized_submodules),
6641             & const_str__set_fileattr._ascii.ob_base,
6642             & const_str__cached._ascii.ob_base,
6643         },
6644     },
6645 };
6646 static
6647     struct {
6648         PyASCIIObject _ascii;
6649         uint8_t _data[20];
6650     }
6651 importlib__bootstrap_toplevel_consts_23_consts_4_qualname = {
6652     ._ascii = {
6653         .ob_base = {
6654             .ob_refcnt = 999999999,
6655             .ob_type = &PyUnicode_Type,
6656         },
6657         .length = 19,
6658         .hash = -1,
6659         .state = {
6660             .kind = 1,
6661             .compact = 1,
6662             .ascii = 1,
6663             .ready = 1,
6664         },
6665     },
6666     ._data = "ModuleSpec.__init__",
6667 };
6668 static
6669     struct {
6670         PyObject_VAR_HEAD
6671         Py_hash_t ob_shash;
6672         char ob_sval[78];
6673     }
6674 importlib__bootstrap_toplevel_consts_23_consts_4_linetable = {
6675     .ob_base = {
6676         .ob_base = {
6677             .ob_refcnt = 999999999,
6678             .ob_type = &PyBytes_Type,
6679         },
6680         .ob_size = 77,
6681     },
6682     .ob_shash = -1,
6683     .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",
6684 };
6685 static
6686     struct {
6687         PyGC_Head _gc_head;
6688         struct {
6689             PyObject_VAR_HEAD
6690             PyObject *ob_item[6];
6691         }_object;
6692     }
6693 importlib__bootstrap_toplevel_consts_23_consts_4_localsplusnames = {
6694     ._object = {
6695         .ob_base = {
6696             .ob_base = {
6697                 .ob_refcnt = 999999999,
6698                 .ob_type = &PyTuple_Type,
6699             },
6700             .ob_size = 6,
6701         },
6702         .ob_item = {
6703             & const_str_self._ascii.ob_base,
6704             &_Py_ID(name),
6705             & const_str_loader._ascii.ob_base,
6706             & const_str_origin._ascii.ob_base,
6707             & const_str_loader_state._ascii.ob_base,
6708             & const_str_is_package._ascii.ob_base,
6709         },
6710     },
6711 };
6712 static
6713     struct {
6714         PyObject_VAR_HEAD
6715         Py_hash_t ob_shash;
6716         char ob_sval[7];
6717     }
6718 importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds = {
6719     .ob_base = {
6720         .ob_base = {
6721             .ob_refcnt = 999999999,
6722             .ob_type = &PyBytes_Type,
6723         },
6724         .ob_size = 6,
6725     },
6726     .ob_shash = -1,
6727     .ob_sval = "      ",
6728 };
6729 static
6730     struct _PyCode_DEF(126)
6731 importlib__bootstrap_toplevel_consts_23_consts_4 = {
6732     .ob_base = {
6733         .ob_base = {
6734             .ob_refcnt = 999999999,
6735             .ob_type = &PyCode_Type,
6736         },
6737         .ob_size = 63,
6738     },
6739     .co_consts = & importlib__bootstrap_toplevel_consts_23_consts_4_consts._object.ob_base.ob_base,
6740     .co_names = & importlib__bootstrap_toplevel_consts_23_consts_4_names._object.ob_base.ob_base,
6741     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
6742     .co_flags = 3,
6743     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
6744     ._co_linearray_entry_size = 0,
6745     .co_argcount = 3,
6746     .co_posonlyargcount = 0,
6747     .co_kwonlyargcount = 3,
6748     .co_stacksize = 2,
6749     .co_firstlineno = 357,
6750     .co_nlocalsplus = 6,
6751     .co_nlocals = 6,
6752     .co_nplaincellvars = 0,
6753     .co_ncellvars = 0,
6754     .co_nfreevars = 0,
6755     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_4_localsplusnames._object.ob_base.ob_base,
6756     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
6757     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
6758     .co_name = &_Py_ID(__init__),
6759     .co_qualname = & importlib__bootstrap_toplevel_consts_23_consts_4_qualname._ascii.ob_base,
6760     .co_linetable = & importlib__bootstrap_toplevel_consts_23_consts_4_linetable.ob_base.ob_base,
6761     ._co_code = NULL,
6762     ._co_linearray = NULL,
6763     .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",
6764     ._co_firsttraceable = 0,
6765 };
6766 static
6767     struct {
6768         PyASCIIObject _ascii;
6769         uint8_t _data[10];
6770     }
6771 importlib__bootstrap_toplevel_consts_23_consts_5_consts_1 = {
6772     ._ascii = {
6773         .ob_base = {
6774             .ob_refcnt = 999999999,
6775             .ob_type = &PyUnicode_Type,
6776         },
6777         .length = 9,
6778         .hash = -1,
6779         .state = {
6780             .kind = 1,
6781             .compact = 1,
6782             .ascii = 1,
6783             .ready = 1,
6784         },
6785     },
6786     ._data = "name={!r}",
6787 };
6788 static
6789     struct {
6790         PyASCIIObject _ascii;
6791         uint8_t _data[12];
6792     }
6793 importlib__bootstrap_toplevel_consts_23_consts_5_consts_2 = {
6794     ._ascii = {
6795         .ob_base = {
6796             .ob_refcnt = 999999999,
6797             .ob_type = &PyUnicode_Type,
6798         },
6799         .length = 11,
6800         .hash = -1,
6801         .state = {
6802             .kind = 1,
6803             .compact = 1,
6804             .ascii = 1,
6805             .ready = 1,
6806         },
6807     },
6808     ._data = "loader={!r}",
6809 };
6810 static
6811     struct {
6812         PyASCIIObject _ascii;
6813         uint8_t _data[12];
6814     }
6815 importlib__bootstrap_toplevel_consts_23_consts_5_consts_3 = {
6816     ._ascii = {
6817         .ob_base = {
6818             .ob_refcnt = 999999999,
6819             .ob_type = &PyUnicode_Type,
6820         },
6821         .length = 11,
6822         .hash = -1,
6823         .state = {
6824             .kind = 1,
6825             .compact = 1,
6826             .ascii = 1,
6827             .ready = 1,
6828         },
6829     },
6830     ._data = "origin={!r}",
6831 };
6832 static
6833     struct {
6834         PyASCIIObject _ascii;
6835         uint8_t _data[30];
6836     }
6837 importlib__bootstrap_toplevel_consts_23_consts_5_consts_4 = {
6838     ._ascii = {
6839         .ob_base = {
6840             .ob_refcnt = 999999999,
6841             .ob_type = &PyUnicode_Type,
6842         },
6843         .length = 29,
6844         .hash = -1,
6845         .state = {
6846             .kind = 1,
6847             .compact = 1,
6848             .ascii = 1,
6849             .ready = 1,
6850         },
6851     },
6852     ._data = "submodule_search_locations={}",
6853 };
6854 static
6855     struct {
6856         PyASCIIObject _ascii;
6857         uint8_t _data[7];
6858     }
6859 importlib__bootstrap_toplevel_consts_23_consts_5_consts_5 = {
6860     ._ascii = {
6861         .ob_base = {
6862             .ob_refcnt = 999999999,
6863             .ob_type = &PyUnicode_Type,
6864         },
6865         .length = 6,
6866         .hash = -1,
6867         .state = {
6868             .kind = 1,
6869             .compact = 1,
6870             .ascii = 1,
6871             .ready = 1,
6872         },
6873     },
6874     ._data = "{}({})",
6875 };
6876 static
6877     struct {
6878         PyGC_Head _gc_head;
6879         struct {
6880             PyObject_VAR_HEAD
6881             PyObject *ob_item[7];
6882         }_object;
6883     }
6884 importlib__bootstrap_toplevel_consts_23_consts_5_consts = {
6885     ._object = {
6886         .ob_base = {
6887             .ob_base = {
6888                 .ob_refcnt = 999999999,
6889                 .ob_type = &PyTuple_Type,
6890             },
6891             .ob_size = 7,
6892         },
6893         .ob_item = {
6894             Py_None,
6895             & importlib__bootstrap_toplevel_consts_23_consts_5_consts_1._ascii.ob_base,
6896             & importlib__bootstrap_toplevel_consts_23_consts_5_consts_2._ascii.ob_base,
6897             & importlib__bootstrap_toplevel_consts_23_consts_5_consts_3._ascii.ob_base,
6898             & importlib__bootstrap_toplevel_consts_23_consts_5_consts_4._ascii.ob_base,
6899             & importlib__bootstrap_toplevel_consts_23_consts_5_consts_5._ascii.ob_base,
6900             &_Py_STR(comma_sep),
6901         },
6902     },
6903 };
6904 static
6905     struct {
6906         PyGC_Head _gc_head;
6907         struct {
6908             PyObject_VAR_HEAD
6909             PyObject *ob_item[9];
6910         }_object;
6911     }
6912 importlib__bootstrap_toplevel_consts_23_consts_5_names = {
6913     ._object = {
6914         .ob_base = {
6915             .ob_base = {
6916                 .ob_refcnt = 999999999,
6917                 .ob_type = &PyTuple_Type,
6918             },
6919             .ob_size = 9,
6920         },
6921         .ob_item = {
6922             & const_str_format._ascii.ob_base,
6923             &_Py_ID(name),
6924             & const_str_loader._ascii.ob_base,
6925             & const_str_origin._ascii.ob_base,
6926             &_Py_ID(append),
6927             & const_str_submodule_search_locations._ascii.ob_base,
6928             &_Py_ID(__class__),
6929             &_Py_ID(__name__),
6930             &_Py_ID(join),
6931         },
6932     },
6933 };
6934 static
6935     struct {
6936         PyASCIIObject _ascii;
6937         uint8_t _data[20];
6938     }
6939 importlib__bootstrap_toplevel_consts_23_consts_5_qualname = {
6940     ._ascii = {
6941         .ob_base = {
6942             .ob_refcnt = 999999999,
6943             .ob_type = &PyUnicode_Type,
6944         },
6945         .length = 19,
6946         .hash = -1,
6947         .state = {
6948             .kind = 1,
6949             .compact = 1,
6950             .ascii = 1,
6951             .ready = 1,
6952         },
6953     },
6954     ._data = "ModuleSpec.__repr__",
6955 };
6956 static
6957     struct {
6958         PyObject_VAR_HEAD
6959         Py_hash_t ob_shash;
6960         char ob_sval[178];
6961     }
6962 importlib__bootstrap_toplevel_consts_23_consts_5_linetable = {
6963     .ob_base = {
6964         .ob_base = {
6965             .ob_refcnt = 999999999,
6966             .ob_type = &PyBytes_Type,
6967         },
6968         .ob_size = 177,
6969     },
6970     .ob_shash = -1,
6971     .ob_sval = "\x80\x00\xd8\x10\x1b\xd7\x10\x22\xd2\x10\x22\xa0\x34\xa4\x39\xd1\x10\x2d\xd4\x10\x2d\xd8\x10\x1d\xd7\x10\x24\xd2\x10\x24\xa0\x54\xa4\x5b\xd1\x10\x31\xd4\x10\x31\xf0\x03\x01\x10\x33\x88\x04\xe0\x0b\x0f\x8c\x3b\xd0\x0b\x22\xd8\x0c\x10\x8f\x4b\x8a\x4b\x98\x0d\xd7\x18\x2c\xd2\x18\x2c\xa8\x54\xac\x5b\xd1\x18\x39\xd4\x18\x39\xd1\x0c\x3a\xd4\x0c\x3a\xd0\x0c\x3a\xd8\x0b\x0f\xd4\x0b\x2a\xd0\x0b\x36\xd8\x0c\x10\x8f\x4b\x8a\x4b\xd0\x18\x37\xdf\x19\x1f\x9a\x16\xa0\x04\xd4\x20\x3f\xd1\x19\x40\xd4\x19\x40\xf1\x03\x01\x0d\x42\x01\xf4\x00\x01\x0d\x42\x01\xf0\x00\x01\x0d\x42\x01\xe0\x0f\x17\x8f\x7f\x8a\x7f\x98\x74\x9c\x7e\xd4\x1f\x36\xb8\x04\xbf\x09\xba\x09\xc0\x24\xb9\x0f\xbc\x0f\xd1\x0f\x48\xd4\x0f\x48\xd0\x08\x48",
6972 };
6973 static
6974     struct {
6975         PyGC_Head _gc_head;
6976         struct {
6977             PyObject_VAR_HEAD
6978             PyObject *ob_item[2];
6979         }_object;
6980     }
6981 importlib__bootstrap_toplevel_consts_23_consts_5_localsplusnames = {
6982     ._object = {
6983         .ob_base = {
6984             .ob_base = {
6985                 .ob_refcnt = 999999999,
6986                 .ob_type = &PyTuple_Type,
6987             },
6988             .ob_size = 2,
6989         },
6990         .ob_item = {
6991             & const_str_self._ascii.ob_base,
6992             & const_str_args._ascii.ob_base,
6993         },
6994     },
6995 };
6996 static
6997     struct _PyCode_DEF(416)
6998 importlib__bootstrap_toplevel_consts_23_consts_5 = {
6999     .ob_base = {
7000         .ob_base = {
7001             .ob_refcnt = 999999999,
7002             .ob_type = &PyCode_Type,
7003         },
7004         .ob_size = 208,
7005     },
7006     .co_consts = & importlib__bootstrap_toplevel_consts_23_consts_5_consts._object.ob_base.ob_base,
7007     .co_names = & importlib__bootstrap_toplevel_consts_23_consts_5_names._object.ob_base.ob_base,
7008     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
7009     .co_flags = 3,
7010     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
7011     ._co_linearray_entry_size = 0,
7012     .co_argcount = 1,
7013     .co_posonlyargcount = 0,
7014     .co_kwonlyargcount = 0,
7015     .co_stacksize = 6,
7016     .co_firstlineno = 370,
7017     .co_nlocalsplus = 2,
7018     .co_nlocals = 2,
7019     .co_nplaincellvars = 0,
7020     .co_ncellvars = 0,
7021     .co_nfreevars = 0,
7022     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_5_localsplusnames._object.ob_base.ob_base,
7023     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
7024     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
7025     .co_name = &_Py_ID(__repr__),
7026     .co_qualname = & importlib__bootstrap_toplevel_consts_23_consts_5_qualname._ascii.ob_base,
7027     .co_linetable = & importlib__bootstrap_toplevel_consts_23_consts_5_linetable.ob_base.ob_base,
7028     ._co_code = NULL,
7029     ._co_linearray = NULL,
7030     .co_code_adaptive = "\x97\x00\x64\x01\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xa0\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x67\x02\x7d\x01\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x81\x2d\x7c\x01\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xa0\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x81\x2d\x7c\x01\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x05\xa0\x00\x00\x00\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\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xa0\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
7031     ._co_firsttraceable = 0,
7032 };
7033 static
7034     struct {
7035         PyASCIIObject _ascii;
7036         uint8_t _data[7];
7037     }
7038 const_str_cached = {
7039     ._ascii = {
7040         .ob_base = {
7041             .ob_refcnt = 999999999,
7042             .ob_type = &PyUnicode_Type,
7043         },
7044         .length = 6,
7045         .hash = -1,
7046         .state = {
7047             .kind = 1,
7048             .compact = 1,
7049             .ascii = 1,
7050             .ready = 1,
7051         },
7052     },
7053     ._data = "cached",
7054 };
7055 static
7056     struct {
7057         PyASCIIObject _ascii;
7058         uint8_t _data[13];
7059     }
7060 const_str_has_location = {
7061     ._ascii = {
7062         .ob_base = {
7063             .ob_refcnt = 999999999,
7064             .ob_type = &PyUnicode_Type,
7065         },
7066         .length = 12,
7067         .hash = -1,
7068         .state = {
7069             .kind = 1,
7070             .compact = 1,
7071             .ascii = 1,
7072             .ready = 1,
7073         },
7074     },
7075     ._data = "has_location",
7076 };
7077 static
7078     struct {
7079         PyASCIIObject _ascii;
7080         uint8_t _data[15];
7081     }
7082 const_str_NotImplemented = {
7083     ._ascii = {
7084         .ob_base = {
7085             .ob_refcnt = 999999999,
7086             .ob_type = &PyUnicode_Type,
7087         },
7088         .length = 14,
7089         .hash = -1,
7090         .state = {
7091             .kind = 1,
7092             .compact = 1,
7093             .ascii = 1,
7094             .ready = 1,
7095         },
7096     },
7097     ._data = "NotImplemented",
7098 };
7099 static
7100     struct {
7101         PyGC_Head _gc_head;
7102         struct {
7103             PyObject_VAR_HEAD
7104             PyObject *ob_item[8];
7105         }_object;
7106     }
7107 importlib__bootstrap_toplevel_consts_23_consts_6_names = {
7108     ._object = {
7109         .ob_base = {
7110             .ob_base = {
7111                 .ob_refcnt = 999999999,
7112                 .ob_type = &PyTuple_Type,
7113             },
7114             .ob_size = 8,
7115         },
7116         .ob_item = {
7117             & const_str_submodule_search_locations._ascii.ob_base,
7118             &_Py_ID(name),
7119             & const_str_loader._ascii.ob_base,
7120             & const_str_origin._ascii.ob_base,
7121             & const_str_cached._ascii.ob_base,
7122             & const_str_has_location._ascii.ob_base,
7123             & const_str_AttributeError._ascii.ob_base,
7124             & const_str_NotImplemented._ascii.ob_base,
7125         },
7126     },
7127 };
7128 static
7129     struct {
7130         PyASCIIObject _ascii;
7131         uint8_t _data[18];
7132     }
7133 importlib__bootstrap_toplevel_consts_23_consts_6_qualname = {
7134     ._ascii = {
7135         .ob_base = {
7136             .ob_refcnt = 999999999,
7137             .ob_type = &PyUnicode_Type,
7138         },
7139         .length = 17,
7140         .hash = -1,
7141         .state = {
7142             .kind = 1,
7143             .compact = 1,
7144             .ascii = 1,
7145             .ready = 1,
7146         },
7147     },
7148     ._data = "ModuleSpec.__eq__",
7149 };
7150 static
7151     struct {
7152         PyObject_VAR_HEAD
7153         Py_hash_t ob_shash;
7154         char ob_sval[166];
7155     }
7156 importlib__bootstrap_toplevel_consts_23_consts_6_linetable = {
7157     .ob_base = {
7158         .ob_base = {
7159             .ob_refcnt = 999999999,
7160             .ob_type = &PyBytes_Type,
7161         },
7162         .ob_size = 165,
7163     },
7164     .ob_shash = -1,
7165     .ob_sval = "\x80\x00\xd8\x0f\x13\xd4\x0f\x2e\x88\x04\xf0\x02\x08\x09\x22\xd8\x14\x18\x94\x49\xa0\x15\xa4\x1a\xd2\x14\x2b\xf0\x00\x05\x15\x3c\xd8\x14\x18\x94\x4b\xa0\x35\xa4\x3c\xd2\x14\x2f\xf0\x03\x05\x15\x3c\xe0\x14\x18\x94\x4b\xa0\x35\xa4\x3c\xd2\x14\x2f\xf0\x05\x05\x15\x3c\xf0\x06\x00\x15\x19\x98\x45\xd4\x1c\x3c\xd2\x14\x3c\xf0\x07\x05\x15\x3c\xf0\x08\x00\x15\x19\x94\x4b\xa0\x35\xa4\x3c\xd2\x14\x2f\xf0\x09\x05\x15\x3c\xf0\x0a\x00\x15\x19\xd4\x14\x25\xa8\x15\xd4\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",
7166 };
7167 static
7168     struct {
7169         PyObject_VAR_HEAD
7170         Py_hash_t ob_shash;
7171         char ob_sval[19];
7172     }
7173 importlib__bootstrap_toplevel_consts_23_consts_6_exceptiontable = {
7174     .ob_base = {
7175         .ob_base = {
7176             .ob_refcnt = 999999999,
7177             .ob_type = &PyBytes_Type,
7178         },
7179         .ob_size = 18,
7180     },
7181     .ob_shash = -1,
7182     .ob_sval = "\x89\x41\x1a\x41\x24\x00\xc1\x24\x11\x41\x38\x03\xc1\x37\x01\x41\x38\x03",
7183 };
7184 static
7185     struct {
7186         PyASCIIObject _ascii;
7187         uint8_t _data[6];
7188     }
7189 const_str_other = {
7190     ._ascii = {
7191         .ob_base = {
7192             .ob_refcnt = 999999999,
7193             .ob_type = &PyUnicode_Type,
7194         },
7195         .length = 5,
7196         .hash = -1,
7197         .state = {
7198             .kind = 1,
7199             .compact = 1,
7200             .ascii = 1,
7201             .ready = 1,
7202         },
7203     },
7204     ._data = "other",
7205 };
7206 static
7207     struct {
7208         PyASCIIObject _ascii;
7209         uint8_t _data[5];
7210     }
7211 const_str_smsl = {
7212     ._ascii = {
7213         .ob_base = {
7214             .ob_refcnt = 999999999,
7215             .ob_type = &PyUnicode_Type,
7216         },
7217         .length = 4,
7218         .hash = -1,
7219         .state = {
7220             .kind = 1,
7221             .compact = 1,
7222             .ascii = 1,
7223             .ready = 1,
7224         },
7225     },
7226     ._data = "smsl",
7227 };
7228 static
7229     struct {
7230         PyGC_Head _gc_head;
7231         struct {
7232             PyObject_VAR_HEAD
7233             PyObject *ob_item[3];
7234         }_object;
7235     }
7236 importlib__bootstrap_toplevel_consts_23_consts_6_localsplusnames = {
7237     ._object = {
7238         .ob_base = {
7239             .ob_base = {
7240                 .ob_refcnt = 999999999,
7241                 .ob_type = &PyTuple_Type,
7242             },
7243             .ob_size = 3,
7244         },
7245         .ob_item = {
7246             & const_str_self._ascii.ob_base,
7247             & const_str_other._ascii.ob_base,
7248             & const_str_smsl._ascii.ob_base,
7249         },
7250     },
7251 };
7252 static
7253     struct _PyCode_DEF(246)
7254 importlib__bootstrap_toplevel_consts_23_consts_6 = {
7255     .ob_base = {
7256         .ob_base = {
7257             .ob_refcnt = 999999999,
7258             .ob_type = &PyCode_Type,
7259         },
7260         .ob_size = 123,
7261     },
7262     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
7263     .co_names = & importlib__bootstrap_toplevel_consts_23_consts_6_names._object.ob_base.ob_base,
7264     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_23_consts_6_exceptiontable.ob_base.ob_base,
7265     .co_flags = 3,
7266     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
7267     ._co_linearray_entry_size = 0,
7268     .co_argcount = 2,
7269     .co_posonlyargcount = 0,
7270     .co_kwonlyargcount = 0,
7271     .co_stacksize = 4,
7272     .co_firstlineno = 380,
7273     .co_nlocalsplus = 3,
7274     .co_nlocals = 3,
7275     .co_nplaincellvars = 0,
7276     .co_ncellvars = 0,
7277     .co_nfreevars = 0,
7278     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_6_localsplusnames._object.ob_base.ob_base,
7279     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
7280     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
7281     .co_name = &_Py_ID(__eq__),
7282     .co_qualname = & importlib__bootstrap_toplevel_consts_23_consts_6_qualname._ascii.ob_base,
7283     .co_linetable = & importlib__bootstrap_toplevel_consts_23_consts_6_linetable.ob_base.ob_base,
7284     ._co_code = NULL,
7285     ._co_linearray = NULL,
7286     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x09\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x6f\x4a\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x6f\x3a\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x6f\x2a\x7c\x02\x7c\x01\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x6f\x1f\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x6f\x0f\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x05\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",
7287     ._co_firsttraceable = 0,
7288 };
7289 static
7290     struct {
7291         PyASCIIObject _ascii;
7292         uint8_t _data[20];
7293     }
7294 const_str__bootstrap_external = {
7295     ._ascii = {
7296         .ob_base = {
7297             .ob_refcnt = 999999999,
7298             .ob_type = &PyUnicode_Type,
7299         },
7300         .length = 19,
7301         .hash = -1,
7302         .state = {
7303             .kind = 1,
7304             .compact = 1,
7305             .ascii = 1,
7306             .ready = 1,
7307         },
7308     },
7309     ._data = "_bootstrap_external",
7310 };
7311 static
7312     struct {
7313         PyASCIIObject _ascii;
7314         uint8_t _data[20];
7315     }
7316 const_str_NotImplementedError = {
7317     ._ascii = {
7318         .ob_base = {
7319             .ob_refcnt = 999999999,
7320             .ob_type = &PyUnicode_Type,
7321         },
7322         .length = 19,
7323         .hash = -1,
7324         .state = {
7325             .kind = 1,
7326             .compact = 1,
7327             .ascii = 1,
7328             .ready = 1,
7329         },
7330     },
7331     ._data = "NotImplementedError",
7332 };
7333 static
7334     struct {
7335         PyASCIIObject _ascii;
7336         uint8_t _data[12];
7337     }
7338 const_str__get_cached = {
7339     ._ascii = {
7340         .ob_base = {
7341             .ob_refcnt = 999999999,
7342             .ob_type = &PyUnicode_Type,
7343         },
7344         .length = 11,
7345         .hash = -1,
7346         .state = {
7347             .kind = 1,
7348             .compact = 1,
7349             .ascii = 1,
7350             .ready = 1,
7351         },
7352     },
7353     ._data = "_get_cached",
7354 };
7355 static
7356     struct {
7357         PyGC_Head _gc_head;
7358         struct {
7359             PyObject_VAR_HEAD
7360             PyObject *ob_item[6];
7361         }_object;
7362     }
7363 importlib__bootstrap_toplevel_consts_23_consts_7_names = {
7364     ._object = {
7365         .ob_base = {
7366             .ob_base = {
7367                 .ob_refcnt = 999999999,
7368                 .ob_type = &PyTuple_Type,
7369             },
7370             .ob_size = 6,
7371         },
7372         .ob_item = {
7373             & const_str__cached._ascii.ob_base,
7374             & const_str_origin._ascii.ob_base,
7375             & const_str__set_fileattr._ascii.ob_base,
7376             & const_str__bootstrap_external._ascii.ob_base,
7377             & const_str_NotImplementedError._ascii.ob_base,
7378             & const_str__get_cached._ascii.ob_base,
7379         },
7380     },
7381 };
7382 static
7383     struct {
7384         PyASCIIObject _ascii;
7385         uint8_t _data[18];
7386     }
7387 importlib__bootstrap_toplevel_consts_23_consts_7_qualname = {
7388     ._ascii = {
7389         .ob_base = {
7390             .ob_refcnt = 999999999,
7391             .ob_type = &PyUnicode_Type,
7392         },
7393         .length = 17,
7394         .hash = -1,
7395         .state = {
7396             .kind = 1,
7397             .compact = 1,
7398             .ascii = 1,
7399             .ready = 1,
7400         },
7401     },
7402     ._data = "ModuleSpec.cached",
7403 };
7404 static
7405     struct {
7406         PyObject_VAR_HEAD
7407         Py_hash_t ob_shash;
7408         char ob_sval[70];
7409     }
7410 importlib__bootstrap_toplevel_consts_23_consts_7_linetable = {
7411     .ob_base = {
7412         .ob_base = {
7413             .ob_refcnt = 999999999,
7414             .ob_type = &PyBytes_Type,
7415         },
7416         .ob_size = 69,
7417     },
7418     .ob_shash = -1,
7419     .ob_sval = "\x80\x00\xe0\x0b\x0f\x8c\x3c\xd0\x0b\x1f\xd8\x0f\x13\x8c\x7b\xd0\x0f\x26\xa8\x34\xd4\x2b\x3d\xd0\x0f\x26\xdd\x13\x26\xd0\x13\x2e\xdd\x1a\x2d\xd0\x14\x2d\xdd\x1f\x32\xd7\x1f\x3e\xd2\x1f\x3e\xb8\x74\xbc\x7b\xd1\x1f\x4b\xd4\x1f\x4b\x90\x04\x94\x0c\xd8\x0f\x13\x8c\x7c\xd0\x08\x1b",
7420 };
7421 static
7422     struct _PyCode_DEF(158)
7423 importlib__bootstrap_toplevel_consts_23_consts_7 = {
7424     .ob_base = {
7425         .ob_base = {
7426             .ob_refcnt = 999999999,
7427             .ob_type = &PyCode_Type,
7428         },
7429         .ob_size = 79,
7430     },
7431     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
7432     .co_names = & importlib__bootstrap_toplevel_consts_23_consts_7_names._object.ob_base.ob_base,
7433     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
7434     .co_flags = 3,
7435     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
7436     ._co_linearray_entry_size = 0,
7437     .co_argcount = 1,
7438     .co_posonlyargcount = 0,
7439     .co_kwonlyargcount = 0,
7440     .co_stacksize = 3,
7441     .co_firstlineno = 392,
7442     .co_nlocalsplus = 1,
7443     .co_nlocals = 1,
7444     .co_nplaincellvars = 0,
7445     .co_ncellvars = 0,
7446     .co_nfreevars = 0,
7447     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
7448     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
7449     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
7450     .co_name = & const_str_cached._ascii.ob_base,
7451     .co_qualname = & importlib__bootstrap_toplevel_consts_23_consts_7_qualname._ascii.ob_base,
7452     .co_linetable = & importlib__bootstrap_toplevel_consts_23_consts_7_linetable.ob_base.ob_base,
7453     ._co_code = NULL,
7454     ._co_linearray = NULL,
7455     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x40\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x81\x39\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x32\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\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\x53\x00",
7456     ._co_firsttraceable = 0,
7457 };
7458 static
7459     struct {
7460         PyGC_Head _gc_head;
7461         struct {
7462             PyObject_VAR_HEAD
7463             PyObject *ob_item[1];
7464         }_object;
7465     }
7466 importlib__bootstrap_toplevel_consts_23_consts_8_names = {
7467     ._object = {
7468         .ob_base = {
7469             .ob_base = {
7470                 .ob_refcnt = 999999999,
7471                 .ob_type = &PyTuple_Type,
7472             },
7473             .ob_size = 1,
7474         },
7475         .ob_item = {
7476             & const_str__cached._ascii.ob_base,
7477         },
7478     },
7479 };
7480 static
7481     struct {
7482         PyObject_VAR_HEAD
7483         Py_hash_t ob_shash;
7484         char ob_sval[14];
7485     }
7486 importlib__bootstrap_toplevel_consts_23_consts_8_linetable = {
7487     .ob_base = {
7488         .ob_base = {
7489             .ob_refcnt = 999999999,
7490             .ob_type = &PyBytes_Type,
7491         },
7492         .ob_size = 13,
7493     },
7494     .ob_shash = -1,
7495     .ob_sval = "\x80\x00\xe0\x17\x1d\x88\x04\x8c\x0c\x88\x0c\x88\x0c",
7496 };
7497 static
7498     struct {
7499         PyGC_Head _gc_head;
7500         struct {
7501             PyObject_VAR_HEAD
7502             PyObject *ob_item[2];
7503         }_object;
7504     }
7505 importlib__bootstrap_toplevel_consts_23_consts_8_localsplusnames = {
7506     ._object = {
7507         .ob_base = {
7508             .ob_base = {
7509                 .ob_refcnt = 999999999,
7510                 .ob_type = &PyTuple_Type,
7511             },
7512             .ob_size = 2,
7513         },
7514         .ob_item = {
7515             & const_str_self._ascii.ob_base,
7516             & const_str_cached._ascii.ob_base,
7517         },
7518     },
7519 };
7520 static
7521     struct _PyCode_DEF(20)
7522 importlib__bootstrap_toplevel_consts_23_consts_8 = {
7523     .ob_base = {
7524         .ob_base = {
7525             .ob_refcnt = 999999999,
7526             .ob_type = &PyCode_Type,
7527         },
7528         .ob_size = 10,
7529     },
7530     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
7531     .co_names = & importlib__bootstrap_toplevel_consts_23_consts_8_names._object.ob_base.ob_base,
7532     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
7533     .co_flags = 3,
7534     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
7535     ._co_linearray_entry_size = 0,
7536     .co_argcount = 2,
7537     .co_posonlyargcount = 0,
7538     .co_kwonlyargcount = 0,
7539     .co_stacksize = 2,
7540     .co_firstlineno = 401,
7541     .co_nlocalsplus = 2,
7542     .co_nlocals = 2,
7543     .co_nplaincellvars = 0,
7544     .co_ncellvars = 0,
7545     .co_nfreevars = 0,
7546     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_8_localsplusnames._object.ob_base.ob_base,
7547     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
7548     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
7549     .co_name = & const_str_cached._ascii.ob_base,
7550     .co_qualname = & importlib__bootstrap_toplevel_consts_23_consts_7_qualname._ascii.ob_base,
7551     .co_linetable = & importlib__bootstrap_toplevel_consts_23_consts_8_linetable.ob_base.ob_base,
7552     ._co_code = NULL,
7553     ._co_linearray = NULL,
7554     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
7555     ._co_firsttraceable = 0,
7556 };
7557 static
7558     struct {
7559         PyASCIIObject _ascii;
7560         uint8_t _data[33];
7561     }
7562 importlib__bootstrap_toplevel_consts_23_consts_9_consts_0 = {
7563     ._ascii = {
7564         .ob_base = {
7565             .ob_refcnt = 999999999,
7566             .ob_type = &PyUnicode_Type,
7567         },
7568         .length = 32,
7569         .hash = -1,
7570         .state = {
7571             .kind = 1,
7572             .compact = 1,
7573             .ascii = 1,
7574             .ready = 1,
7575         },
7576     },
7577     ._data = "The name of the module's parent.",
7578 };
7579 static
7580     struct {
7581         PyGC_Head _gc_head;
7582         struct {
7583             PyObject_VAR_HEAD
7584             PyObject *ob_item[4];
7585         }_object;
7586     }
7587 importlib__bootstrap_toplevel_consts_23_consts_9_consts = {
7588     ._object = {
7589         .ob_base = {
7590             .ob_base = {
7591                 .ob_refcnt = 999999999,
7592                 .ob_type = &PyTuple_Type,
7593             },
7594             .ob_size = 4,
7595         },
7596         .ob_item = {
7597             & importlib__bootstrap_toplevel_consts_23_consts_9_consts_0._ascii.ob_base,
7598             Py_None,
7599             &_Py_STR(dot),
7600             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
7601         },
7602     },
7603 };
7604 static
7605     struct {
7606         PyASCIIObject _ascii;
7607         uint8_t _data[11];
7608     }
7609 const_str_rpartition = {
7610     ._ascii = {
7611         .ob_base = {
7612             .ob_refcnt = 999999999,
7613             .ob_type = &PyUnicode_Type,
7614         },
7615         .length = 10,
7616         .hash = -1,
7617         .state = {
7618             .kind = 1,
7619             .compact = 1,
7620             .ascii = 1,
7621             .ready = 1,
7622         },
7623     },
7624     ._data = "rpartition",
7625 };
7626 static
7627     struct {
7628         PyGC_Head _gc_head;
7629         struct {
7630             PyObject_VAR_HEAD
7631             PyObject *ob_item[3];
7632         }_object;
7633     }
7634 importlib__bootstrap_toplevel_consts_23_consts_9_names = {
7635     ._object = {
7636         .ob_base = {
7637             .ob_base = {
7638                 .ob_refcnt = 999999999,
7639                 .ob_type = &PyTuple_Type,
7640             },
7641             .ob_size = 3,
7642         },
7643         .ob_item = {
7644             & const_str_submodule_search_locations._ascii.ob_base,
7645             &_Py_ID(name),
7646             & const_str_rpartition._ascii.ob_base,
7647         },
7648     },
7649 };
7650 static
7651     struct {
7652         PyASCIIObject _ascii;
7653         uint8_t _data[18];
7654     }
7655 importlib__bootstrap_toplevel_consts_23_consts_9_qualname = {
7656     ._ascii = {
7657         .ob_base = {
7658             .ob_refcnt = 999999999,
7659             .ob_type = &PyUnicode_Type,
7660         },
7661         .length = 17,
7662         .hash = -1,
7663         .state = {
7664             .kind = 1,
7665             .compact = 1,
7666             .ascii = 1,
7667             .ready = 1,
7668         },
7669     },
7670     ._data = "ModuleSpec.parent",
7671 };
7672 static
7673     struct {
7674         PyObject_VAR_HEAD
7675         Py_hash_t ob_shash;
7676         char ob_sval[49];
7677     }
7678 importlib__bootstrap_toplevel_consts_23_consts_9_linetable = {
7679     .ob_base = {
7680         .ob_base = {
7681             .ob_refcnt = 999999999,
7682             .ob_type = &PyBytes_Type,
7683         },
7684         .ob_size = 48,
7685     },
7686     .ob_shash = -1,
7687     .ob_sval = "\x80\x00\xf0\x06\x00\x0c\x10\xd4\x0b\x2a\xd0\x0b\x32\xd8\x13\x17\x94\x39\xd7\x13\x27\xd2\x13\x27\xa8\x03\xd1\x13\x2c\xd4\x13\x2c\xa8\x51\xd4\x13\x2f\xd0\x0c\x2f\xe0\x13\x17\x94\x39\xd0\x0c\x1c",
7688 };
7689 static
7690     struct _PyCode_DEF(94)
7691 importlib__bootstrap_toplevel_consts_23_consts_9 = {
7692     .ob_base = {
7693         .ob_base = {
7694             .ob_refcnt = 999999999,
7695             .ob_type = &PyCode_Type,
7696         },
7697         .ob_size = 47,
7698     },
7699     .co_consts = & importlib__bootstrap_toplevel_consts_23_consts_9_consts._object.ob_base.ob_base,
7700     .co_names = & importlib__bootstrap_toplevel_consts_23_consts_9_names._object.ob_base.ob_base,
7701     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
7702     .co_flags = 3,
7703     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
7704     ._co_linearray_entry_size = 0,
7705     .co_argcount = 1,
7706     .co_posonlyargcount = 0,
7707     .co_kwonlyargcount = 0,
7708     .co_stacksize = 3,
7709     .co_firstlineno = 405,
7710     .co_nlocalsplus = 1,
7711     .co_nlocals = 1,
7712     .co_nplaincellvars = 0,
7713     .co_ncellvars = 0,
7714     .co_nfreevars = 0,
7715     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
7716     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
7717     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
7718     .co_name = &_Py_ID(parent),
7719     .co_qualname = & importlib__bootstrap_toplevel_consts_23_consts_9_qualname._ascii.ob_base,
7720     .co_linetable = & importlib__bootstrap_toplevel_consts_23_consts_9_linetable.ob_base.ob_base,
7721     ._co_code = NULL,
7722     ._co_linearray = NULL,
7723     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x20\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xa6\x01\x00\x00\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\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
7724     ._co_firsttraceable = 0,
7725 };
7726 static
7727     struct {
7728         PyGC_Head _gc_head;
7729         struct {
7730             PyObject_VAR_HEAD
7731             PyObject *ob_item[1];
7732         }_object;
7733     }
7734 importlib__bootstrap_toplevel_consts_23_consts_10_names = {
7735     ._object = {
7736         .ob_base = {
7737             .ob_base = {
7738                 .ob_refcnt = 999999999,
7739                 .ob_type = &PyTuple_Type,
7740             },
7741             .ob_size = 1,
7742         },
7743         .ob_item = {
7744             & const_str__set_fileattr._ascii.ob_base,
7745         },
7746     },
7747 };
7748 static
7749     struct {
7750         PyASCIIObject _ascii;
7751         uint8_t _data[24];
7752     }
7753 importlib__bootstrap_toplevel_consts_23_consts_10_qualname = {
7754     ._ascii = {
7755         .ob_base = {
7756             .ob_refcnt = 999999999,
7757             .ob_type = &PyUnicode_Type,
7758         },
7759         .length = 23,
7760         .hash = -1,
7761         .state = {
7762             .kind = 1,
7763             .compact = 1,
7764             .ascii = 1,
7765             .ready = 1,
7766         },
7767     },
7768     ._data = "ModuleSpec.has_location",
7769 };
7770 static
7771     struct {
7772         PyObject_VAR_HEAD
7773         Py_hash_t ob_shash;
7774         char ob_sval[12];
7775     }
7776 importlib__bootstrap_toplevel_consts_23_consts_10_linetable = {
7777     .ob_base = {
7778         .ob_base = {
7779             .ob_refcnt = 999999999,
7780             .ob_type = &PyBytes_Type,
7781         },
7782         .ob_size = 11,
7783     },
7784     .ob_shash = -1,
7785     .ob_sval = "\x80\x00\xe0\x0f\x13\xd4\x0f\x21\xd0\x08\x21",
7786 };
7787 static
7788     struct _PyCode_DEF(16)
7789 importlib__bootstrap_toplevel_consts_23_consts_10 = {
7790     .ob_base = {
7791         .ob_base = {
7792             .ob_refcnt = 999999999,
7793             .ob_type = &PyCode_Type,
7794         },
7795         .ob_size = 8,
7796     },
7797     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
7798     .co_names = & importlib__bootstrap_toplevel_consts_23_consts_10_names._object.ob_base.ob_base,
7799     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
7800     .co_flags = 3,
7801     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
7802     ._co_linearray_entry_size = 0,
7803     .co_argcount = 1,
7804     .co_posonlyargcount = 0,
7805     .co_kwonlyargcount = 0,
7806     .co_stacksize = 1,
7807     .co_firstlineno = 413,
7808     .co_nlocalsplus = 1,
7809     .co_nlocals = 1,
7810     .co_nplaincellvars = 0,
7811     .co_ncellvars = 0,
7812     .co_nfreevars = 0,
7813     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
7814     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
7815     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
7816     .co_name = & const_str_has_location._ascii.ob_base,
7817     .co_qualname = & importlib__bootstrap_toplevel_consts_23_consts_10_qualname._ascii.ob_base,
7818     .co_linetable = & importlib__bootstrap_toplevel_consts_23_consts_10_linetable.ob_base.ob_base,
7819     ._co_code = NULL,
7820     ._co_linearray = NULL,
7821     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
7822     ._co_firsttraceable = 0,
7823 };
7824 static
7825     struct {
7826         PyASCIIObject _ascii;
7827         uint8_t _data[5];
7828     }
7829 const_str_bool = {
7830     ._ascii = {
7831         .ob_base = {
7832             .ob_refcnt = 999999999,
7833             .ob_type = &PyUnicode_Type,
7834         },
7835         .length = 4,
7836         .hash = -1,
7837         .state = {
7838             .kind = 1,
7839             .compact = 1,
7840             .ascii = 1,
7841             .ready = 1,
7842         },
7843     },
7844     ._data = "bool",
7845 };
7846 static
7847     struct {
7848         PyGC_Head _gc_head;
7849         struct {
7850             PyObject_VAR_HEAD
7851             PyObject *ob_item[2];
7852         }_object;
7853     }
7854 importlib__bootstrap_toplevel_consts_23_consts_11_names = {
7855     ._object = {
7856         .ob_base = {
7857             .ob_base = {
7858                 .ob_refcnt = 999999999,
7859                 .ob_type = &PyTuple_Type,
7860             },
7861             .ob_size = 2,
7862         },
7863         .ob_item = {
7864             & const_str_bool._ascii.ob_base,
7865             & const_str__set_fileattr._ascii.ob_base,
7866         },
7867     },
7868 };
7869 static
7870     struct {
7871         PyObject_VAR_HEAD
7872         Py_hash_t ob_shash;
7873         char ob_sval[23];
7874     }
7875 importlib__bootstrap_toplevel_consts_23_consts_11_linetable = {
7876     .ob_base = {
7877         .ob_base = {
7878             .ob_refcnt = 999999999,
7879             .ob_type = &PyBytes_Type,
7880         },
7881         .ob_size = 22,
7882     },
7883     .ob_shash = -1,
7884     .ob_sval = "\x80\x00\xe5\x1d\x21\xa0\x25\x99\x5b\x9c\x5b\x88\x04\xd4\x08\x1a\xd0\x08\x1a\xd0\x08\x1a",
7885 };
7886 static
7887     struct {
7888         PyASCIIObject _ascii;
7889         uint8_t _data[6];
7890     }
7891 const_str_value = {
7892     ._ascii = {
7893         .ob_base = {
7894             .ob_refcnt = 999999999,
7895             .ob_type = &PyUnicode_Type,
7896         },
7897         .length = 5,
7898         .hash = -1,
7899         .state = {
7900             .kind = 1,
7901             .compact = 1,
7902             .ascii = 1,
7903             .ready = 1,
7904         },
7905     },
7906     ._data = "value",
7907 };
7908 static
7909     struct {
7910         PyGC_Head _gc_head;
7911         struct {
7912             PyObject_VAR_HEAD
7913             PyObject *ob_item[2];
7914         }_object;
7915     }
7916 importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames = {
7917     ._object = {
7918         .ob_base = {
7919             .ob_base = {
7920                 .ob_refcnt = 999999999,
7921                 .ob_type = &PyTuple_Type,
7922             },
7923             .ob_size = 2,
7924         },
7925         .ob_item = {
7926             & const_str_self._ascii.ob_base,
7927             & const_str_value._ascii.ob_base,
7928         },
7929     },
7930 };
7931 static
7932     struct _PyCode_DEF(46)
7933 importlib__bootstrap_toplevel_consts_23_consts_11 = {
7934     .ob_base = {
7935         .ob_base = {
7936             .ob_refcnt = 999999999,
7937             .ob_type = &PyCode_Type,
7938         },
7939         .ob_size = 23,
7940     },
7941     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
7942     .co_names = & importlib__bootstrap_toplevel_consts_23_consts_11_names._object.ob_base.ob_base,
7943     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
7944     .co_flags = 3,
7945     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
7946     ._co_linearray_entry_size = 0,
7947     .co_argcount = 2,
7948     .co_posonlyargcount = 0,
7949     .co_kwonlyargcount = 0,
7950     .co_stacksize = 3,
7951     .co_firstlineno = 417,
7952     .co_nlocalsplus = 2,
7953     .co_nlocals = 2,
7954     .co_nplaincellvars = 0,
7955     .co_ncellvars = 0,
7956     .co_nfreevars = 0,
7957     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
7958     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
7959     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
7960     .co_name = & const_str_has_location._ascii.ob_base,
7961     .co_qualname = & importlib__bootstrap_toplevel_consts_23_consts_10_qualname._ascii.ob_base,
7962     .co_linetable = & importlib__bootstrap_toplevel_consts_23_consts_11_linetable.ob_base.ob_base,
7963     ._co_code = NULL,
7964     ._co_linearray = NULL,
7965     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\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",
7966     ._co_firsttraceable = 0,
7967 };
7968 static
7969     struct {
7970         PyGC_Head _gc_head;
7971         struct {
7972             PyObject_VAR_HEAD
7973             PyObject *ob_item[12];
7974         }_object;
7975     }
7976 importlib__bootstrap_toplevel_consts_23_consts = {
7977     ._object = {
7978         .ob_base = {
7979             .ob_base = {
7980                 .ob_refcnt = 999999999,
7981                 .ob_type = &PyTuple_Type,
7982             },
7983             .ob_size = 12,
7984         },
7985         .ob_item = {
7986             & const_str_ModuleSpec._ascii.ob_base,
7987             & importlib__bootstrap_toplevel_consts_23_consts_1._ascii.ob_base,
7988             Py_None,
7989             & importlib__bootstrap_toplevel_consts_23_consts_3._object.ob_base.ob_base,
7990             & importlib__bootstrap_toplevel_consts_23_consts_4.ob_base.ob_base,
7991             & importlib__bootstrap_toplevel_consts_23_consts_5.ob_base.ob_base,
7992             & importlib__bootstrap_toplevel_consts_23_consts_6.ob_base.ob_base,
7993             & importlib__bootstrap_toplevel_consts_23_consts_7.ob_base.ob_base,
7994             & importlib__bootstrap_toplevel_consts_23_consts_8.ob_base.ob_base,
7995             & importlib__bootstrap_toplevel_consts_23_consts_9.ob_base.ob_base,
7996             & importlib__bootstrap_toplevel_consts_23_consts_10.ob_base.ob_base,
7997             & importlib__bootstrap_toplevel_consts_23_consts_11.ob_base.ob_base,
7998         },
7999     },
8000 };
8001 static
8002     struct {
8003         PyASCIIObject _ascii;
8004         uint8_t _data[9];
8005     }
8006 const_str_property = {
8007     ._ascii = {
8008         .ob_base = {
8009             .ob_refcnt = 999999999,
8010             .ob_type = &PyUnicode_Type,
8011         },
8012         .length = 8,
8013         .hash = -1,
8014         .state = {
8015             .kind = 1,
8016             .compact = 1,
8017             .ascii = 1,
8018             .ready = 1,
8019         },
8020     },
8021     ._data = "property",
8022 };
8023 static
8024     struct {
8025         PyASCIIObject _ascii;
8026         uint8_t _data[7];
8027     }
8028 const_str_setter = {
8029     ._ascii = {
8030         .ob_base = {
8031             .ob_refcnt = 999999999,
8032             .ob_type = &PyUnicode_Type,
8033         },
8034         .length = 6,
8035         .hash = -1,
8036         .state = {
8037             .kind = 1,
8038             .compact = 1,
8039             .ascii = 1,
8040             .ready = 1,
8041         },
8042     },
8043     ._data = "setter",
8044 };
8045 static
8046     struct {
8047         PyGC_Head _gc_head;
8048         struct {
8049             PyObject_VAR_HEAD
8050             PyObject *ob_item[12];
8051         }_object;
8052     }
8053 importlib__bootstrap_toplevel_consts_23_names = {
8054     ._object = {
8055         .ob_base = {
8056             .ob_base = {
8057                 .ob_refcnt = 999999999,
8058                 .ob_type = &PyTuple_Type,
8059             },
8060             .ob_size = 12,
8061         },
8062         .ob_item = {
8063             &_Py_ID(__name__),
8064             &_Py_ID(__module__),
8065             &_Py_ID(__qualname__),
8066             &_Py_ID(__doc__),
8067             &_Py_ID(__init__),
8068             &_Py_ID(__repr__),
8069             &_Py_ID(__eq__),
8070             & const_str_property._ascii.ob_base,
8071             & const_str_cached._ascii.ob_base,
8072             & const_str_setter._ascii.ob_base,
8073             &_Py_ID(parent),
8074             & const_str_has_location._ascii.ob_base,
8075         },
8076     },
8077 };
8078 static
8079     struct {
8080         PyObject_VAR_HEAD
8081         Py_hash_t ob_shash;
8082         char ob_sval[241];
8083     }
8084 importlib__bootstrap_toplevel_consts_23_linetable = {
8085     .ob_base = {
8086         .ob_base = {
8087             .ob_refcnt = 999999999,
8088             .ob_type = &PyBytes_Type,
8089         },
8090         .ob_size = 240,
8091     },
8092     .ob_shash = -1,
8093     .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\xf1\x03\x00\x06\x0e\x84\x58\xf0\x02\x06\x05\x1c\xf0\x10\x00\x06\x0c\x84\x5d\xf0\x02\x01\x05\x1e\xf0\x00\x01\x05\x1e\xf1\x03\x00\x06\x13\x84\x5d\xf0\x02\x01\x05\x1e\xf0\x06\x00\x06\x0e\xf0\x02\x05\x05\x1d\xf0\x00\x05\x05\x1d\xf1\x03\x00\x06\x0e\x84\x58\xf0\x02\x05\x05\x1d\xf0\x0e\x00\x06\x0e\xf0\x02\x01\x05\x22\xf0\x00\x01\x05\x22\xf1\x03\x00\x06\x0e\x84\x58\xf0\x02\x01\x05\x22\xf0\x06\x00\x06\x12\xd4\x05\x18\xf0\x02\x01\x05\x29\xf0\x00\x01\x05\x29\xf1\x03\x00\x06\x19\xd4\x05\x18\xf0\x02\x01\x05\x29\xf0\x00\x01\x05\x29\xf0\x00\x01\x05\x29",
8094 };
8095 static
8096     struct _PyCode_DEF(176)
8097 importlib__bootstrap_toplevel_consts_23 = {
8098     .ob_base = {
8099         .ob_base = {
8100             .ob_refcnt = 999999999,
8101             .ob_type = &PyCode_Type,
8102         },
8103         .ob_size = 88,
8104     },
8105     .co_consts = & importlib__bootstrap_toplevel_consts_23_consts._object.ob_base.ob_base,
8106     .co_names = & importlib__bootstrap_toplevel_consts_23_names._object.ob_base.ob_base,
8107     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
8108     .co_flags = 0,
8109     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
8110     ._co_linearray_entry_size = 0,
8111     .co_argcount = 0,
8112     .co_posonlyargcount = 0,
8113     .co_kwonlyargcount = 0,
8114     .co_stacksize = 4,
8115     .co_firstlineno = 320,
8116     .co_nlocalsplus = 0,
8117     .co_nlocals = 0,
8118     .co_nplaincellvars = 0,
8119     .co_ncellvars = 0,
8120     .co_nfreevars = 0,
8121     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
8122     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
8123     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
8124     .co_name = & const_str_ModuleSpec._ascii.ob_base,
8125     .co_qualname = & const_str_ModuleSpec._ascii.ob_base,
8126     .co_linetable = & importlib__bootstrap_toplevel_consts_23_linetable.ob_base.ob_base,
8127     ._co_code = NULL,
8128     ._co_linearray = NULL,
8129     .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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x65\x08\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x65\x07\x64\x09\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0a\x65\x07\x64\x0a\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0b\x65\x0b\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0b\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0b\x64\x02\x53\x00",
8130     ._co_firsttraceable = 0,
8131 };
8132 static
8133     struct {
8134         PyGC_Head _gc_head;
8135         struct {
8136             PyObject_VAR_HEAD
8137             PyObject *ob_item[2];
8138         }_object;
8139     }
8140 importlib__bootstrap_toplevel_consts_25 = {
8141     ._object = {
8142         .ob_base = {
8143             .ob_base = {
8144                 .ob_refcnt = 999999999,
8145                 .ob_type = &PyTuple_Type,
8146             },
8147             .ob_size = 2,
8148         },
8149         .ob_item = {
8150             & const_str_origin._ascii.ob_base,
8151             & const_str_is_package._ascii.ob_base,
8152         },
8153     },
8154 };
8155 static
8156     struct {
8157         PyASCIIObject _ascii;
8158         uint8_t _data[54];
8159     }
8160 importlib__bootstrap_toplevel_consts_26_consts_0 = {
8161     ._ascii = {
8162         .ob_base = {
8163             .ob_refcnt = 999999999,
8164             .ob_type = &PyUnicode_Type,
8165         },
8166         .length = 53,
8167         .hash = -1,
8168         .state = {
8169             .kind = 1,
8170             .compact = 1,
8171             .ascii = 1,
8172             .ready = 1,
8173         },
8174     },
8175     ._data = "Return a module spec based on various loader methods.",
8176 };
8177 static
8178     struct {
8179         PyASCIIObject _ascii;
8180         uint8_t _data[8];
8181     }
8182 const_str__ORIGIN = {
8183     ._ascii = {
8184         .ob_base = {
8185             .ob_refcnt = 999999999,
8186             .ob_type = &PyUnicode_Type,
8187         },
8188         .length = 7,
8189         .hash = -1,
8190         .state = {
8191             .kind = 1,
8192             .compact = 1,
8193             .ascii = 1,
8194             .ready = 1,
8195         },
8196     },
8197     ._data = "_ORIGIN",
8198 };
8199 static
8200     struct {
8201         PyASCIIObject _ascii;
8202         uint8_t _data[13];
8203     }
8204 const_str_get_filename = {
8205     ._ascii = {
8206         .ob_base = {
8207             .ob_refcnt = 999999999,
8208             .ob_type = &PyUnicode_Type,
8209         },
8210         .length = 12,
8211         .hash = -1,
8212         .state = {
8213             .kind = 1,
8214             .compact = 1,
8215             .ascii = 1,
8216             .ready = 1,
8217         },
8218     },
8219     ._data = "get_filename",
8220 };
8221 static
8222     struct {
8223         PyGC_Head _gc_head;
8224         struct {
8225             PyObject_VAR_HEAD
8226             PyObject *ob_item[1];
8227         }_object;
8228     }
8229 importlib__bootstrap_toplevel_consts_26_consts_4 = {
8230     ._object = {
8231         .ob_base = {
8232             .ob_base = {
8233                 .ob_refcnt = 999999999,
8234                 .ob_type = &PyTuple_Type,
8235             },
8236             .ob_size = 1,
8237         },
8238         .ob_item = {
8239             & const_str_loader._ascii.ob_base,
8240         },
8241     },
8242 };
8243 static
8244     struct {
8245         PyGC_Head _gc_head;
8246         struct {
8247             PyObject_VAR_HEAD
8248             PyObject *ob_item[2];
8249         }_object;
8250     }
8251 importlib__bootstrap_toplevel_consts_26_consts_5 = {
8252     ._object = {
8253         .ob_base = {
8254             .ob_base = {
8255                 .ob_refcnt = 999999999,
8256                 .ob_type = &PyTuple_Type,
8257             },
8258             .ob_size = 2,
8259         },
8260         .ob_item = {
8261             & const_str_loader._ascii.ob_base,
8262             & const_str_submodule_search_locations._ascii.ob_base,
8263         },
8264     },
8265 };
8266 static
8267     struct {
8268         PyGC_Head _gc_head;
8269         struct {
8270             PyObject_VAR_HEAD
8271             PyObject *ob_item[9];
8272         }_object;
8273     }
8274 importlib__bootstrap_toplevel_consts_26_consts = {
8275     ._object = {
8276         .ob_base = {
8277             .ob_base = {
8278                 .ob_refcnt = 999999999,
8279                 .ob_type = &PyTuple_Type,
8280             },
8281             .ob_size = 9,
8282         },
8283         .ob_item = {
8284             & importlib__bootstrap_toplevel_consts_26_consts_0._ascii.ob_base,
8285             Py_None,
8286             & const_str__ORIGIN._ascii.ob_base,
8287             & const_str_get_filename._ascii.ob_base,
8288             & importlib__bootstrap_toplevel_consts_26_consts_4._object.ob_base.ob_base,
8289             & importlib__bootstrap_toplevel_consts_26_consts_5._object.ob_base.ob_base,
8290             & const_str_is_package._ascii.ob_base,
8291             Py_False,
8292             & importlib__bootstrap_toplevel_consts_25._object.ob_base.ob_base,
8293         },
8294     },
8295 };
8296 static
8297     struct {
8298         PyASCIIObject _ascii;
8299         uint8_t _data[24];
8300     }
8301 const_str_spec_from_file_location = {
8302     ._ascii = {
8303         .ob_base = {
8304             .ob_refcnt = 999999999,
8305             .ob_type = &PyUnicode_Type,
8306         },
8307         .length = 23,
8308         .hash = -1,
8309         .state = {
8310             .kind = 1,
8311             .compact = 1,
8312             .ascii = 1,
8313             .ready = 1,
8314         },
8315     },
8316     ._data = "spec_from_file_location",
8317 };
8318 static
8319     struct {
8320         PyGC_Head _gc_head;
8321         struct {
8322             PyObject_VAR_HEAD
8323             PyObject *ob_item[8];
8324         }_object;
8325     }
8326 importlib__bootstrap_toplevel_consts_26_names = {
8327     ._object = {
8328         .ob_base = {
8329             .ob_base = {
8330                 .ob_refcnt = 999999999,
8331                 .ob_type = &PyTuple_Type,
8332             },
8333             .ob_size = 8,
8334         },
8335         .ob_item = {
8336             &_Py_ID(getattr),
8337             & const_str_hasattr._ascii.ob_base,
8338             & const_str__bootstrap_external._ascii.ob_base,
8339             & const_str_NotImplementedError._ascii.ob_base,
8340             & const_str_spec_from_file_location._ascii.ob_base,
8341             & const_str_is_package._ascii.ob_base,
8342             & const_str_ImportError._ascii.ob_base,
8343             & const_str_ModuleSpec._ascii.ob_base,
8344         },
8345     },
8346 };
8347 static
8348     struct {
8349         PyObject_VAR_HEAD
8350         Py_hash_t ob_shash;
8351         char ob_sval[270];
8352     }
8353 importlib__bootstrap_toplevel_consts_26_linetable = {
8354     .ob_base = {
8355         .ob_base = {
8356             .ob_refcnt = 999999999,
8357             .ob_type = &PyBytes_Type,
8358         },
8359         .ob_size = 269,
8360     },
8361     .ob_shash = -1,
8362     .ob_sval = "\x80\x00\xe0\x07\x0d\x80\x7e\xdd\x11\x18\x98\x16\xa0\x19\xa8\x44\xd1\x11\x31\xd4\x11\x31\x88\x06\xe0\x0b\x11\xf0\x00\x09\x05\x4a\x01\x95\x67\x98\x66\xa0\x6e\xd1\x16\x35\xd4\x16\x35\xf0\x00\x09\x05\x4a\x01\xdd\x0b\x1e\xd0\x0b\x26\xdd\x12\x25\xd0\x0c\x25\xdd\x22\x35\xd4\x22\x4d\xd0\x08\x1f\xe0\x0b\x15\xd0\x0b\x1d\xd8\x13\x2a\xd0\x13\x2a\xa8\x34\xb8\x06\xd0\x13\x3f\xd1\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\xf1\x00\x01\x10\x4a\x01\xf4\x00\x01\x10\x4a\x01\xf0\x00\x01\x09\x4a\x01\xf0\x06\x00\x08\x12\xd0\x07\x19\xdd\x0b\x12\x90\x36\x98\x3c\xd1\x0b\x28\xd4\x0b\x28\xf0\x00\x07\x09\x1f\xf0\x02\x03\x0d\x22\xd8\x1d\x23\xd7\x1d\x2e\xd2\x1d\x2e\xa8\x74\xd1\x1d\x34\xd4\x1d\x34\x90\x0a\x90\x0a\xf8\xdd\x13\x1e\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\xf0\x08\x00\x1a\x1f\x88\x4a\xe5\x0b\x15\x90\x64\x98\x46\xa8\x36\xb8\x6a\xd0\x0b\x49\xd1\x0b\x49\xd4\x0b\x49\xd0\x04\x49",
8363 };
8364 static
8365     struct {
8366         PyObject_VAR_HEAD
8367         Py_hash_t ob_shash;
8368         char ob_sval[19];
8369     }
8370 importlib__bootstrap_toplevel_consts_26_exceptiontable = {
8371     .ob_base = {
8372         .ob_base = {
8373             .ob_refcnt = 999999999,
8374             .ob_type = &PyBytes_Type,
8375         },
8376         .ob_size = 18,
8377     },
8378     .ob_shash = -1,
8379     .ob_sval = "\xc1\x36\x15\x42\x0c\x00\xc2\x0c\x0c\x42\x1b\x03\xc2\x1a\x01\x42\x1b\x03",
8380 };
8381 static
8382     struct {
8383         PyASCIIObject _ascii;
8384         uint8_t _data[7];
8385     }
8386 const_str_search = {
8387     ._ascii = {
8388         .ob_base = {
8389             .ob_refcnt = 999999999,
8390             .ob_type = &PyUnicode_Type,
8391         },
8392         .length = 6,
8393         .hash = -1,
8394         .state = {
8395             .kind = 1,
8396             .compact = 1,
8397             .ascii = 1,
8398             .ready = 1,
8399         },
8400     },
8401     ._data = "search",
8402 };
8403 static
8404     struct {
8405         PyGC_Head _gc_head;
8406         struct {
8407             PyObject_VAR_HEAD
8408             PyObject *ob_item[6];
8409         }_object;
8410     }
8411 importlib__bootstrap_toplevel_consts_26_localsplusnames = {
8412     ._object = {
8413         .ob_base = {
8414             .ob_base = {
8415                 .ob_refcnt = 999999999,
8416                 .ob_type = &PyTuple_Type,
8417             },
8418             .ob_size = 6,
8419         },
8420         .ob_item = {
8421             &_Py_ID(name),
8422             & const_str_loader._ascii.ob_base,
8423             & const_str_origin._ascii.ob_base,
8424             & const_str_is_package._ascii.ob_base,
8425             & const_str_spec_from_file_location._ascii.ob_base,
8426             & const_str_search._ascii.ob_base,
8427         },
8428     },
8429 };
8430 static
8431     struct _PyCode_DEF(358)
8432 importlib__bootstrap_toplevel_consts_26 = {
8433     .ob_base = {
8434         .ob_base = {
8435             .ob_refcnt = 999999999,
8436             .ob_type = &PyCode_Type,
8437         },
8438         .ob_size = 179,
8439     },
8440     .co_consts = & importlib__bootstrap_toplevel_consts_26_consts._object.ob_base.ob_base,
8441     .co_names = & importlib__bootstrap_toplevel_consts_26_names._object.ob_base.ob_base,
8442     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_26_exceptiontable.ob_base.ob_base,
8443     .co_flags = 3,
8444     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
8445     ._co_linearray_entry_size = 0,
8446     .co_argcount = 2,
8447     .co_posonlyargcount = 0,
8448     .co_kwonlyargcount = 2,
8449     .co_stacksize = 6,
8450     .co_firstlineno = 422,
8451     .co_nlocalsplus = 6,
8452     .co_nlocals = 6,
8453     .co_nplaincellvars = 0,
8454     .co_ncellvars = 0,
8455     .co_nfreevars = 0,
8456     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_26_localsplusnames._object.ob_base.ob_base,
8457     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
8458     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
8459     .co_name = & const_str_spec_from_loader._ascii.ob_base,
8460     .co_qualname = & const_str_spec_from_loader._ascii.ob_base,
8461     .co_linetable = & importlib__bootstrap_toplevel_consts_26_linetable.ob_base.ob_base,
8462     ._co_code = NULL,
8463     ._co_linearray = NULL,
8464     .co_code_adaptive = "\x97\x00\x7c\x02\x80\x11\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x02\x64\x01\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x73\x4d\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x03\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x3d\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\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x03\x80\x0d\x02\x00\x7c\x04\x7c\x00\x7c\x01\xac\x04\xa6\x02\x00\x00\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x03\x80\x3b\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x06\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x29\x09\x00\x7c\x01\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x6e\x14\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\x6e\x06\x77\x00\x78\x03\x59\x00\x77\x01\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\xa6\x04\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
8465     ._co_firsttraceable = 0,
8466 };
8467 static
8468     struct {
8469         PyGC_Head _gc_head;
8470         struct {
8471             PyObject_VAR_HEAD
8472             PyObject *ob_item[1];
8473         }_object;
8474     }
8475 importlib__bootstrap_toplevel_consts_27_consts_2 = {
8476     ._object = {
8477         .ob_base = {
8478             .ob_base = {
8479                 .ob_refcnt = 999999999,
8480                 .ob_type = &PyTuple_Type,
8481             },
8482             .ob_size = 1,
8483         },
8484         .ob_item = {
8485             & const_str_origin._ascii.ob_base,
8486         },
8487     },
8488 };
8489 static
8490     struct {
8491         PyGC_Head _gc_head;
8492         struct {
8493             PyObject_VAR_HEAD
8494             PyObject *ob_item[4];
8495         }_object;
8496     }
8497 importlib__bootstrap_toplevel_consts_27_consts = {
8498     ._object = {
8499         .ob_base = {
8500             .ob_base = {
8501                 .ob_refcnt = 999999999,
8502                 .ob_type = &PyTuple_Type,
8503             },
8504             .ob_size = 4,
8505         },
8506         .ob_item = {
8507             Py_None,
8508             & const_str__ORIGIN._ascii.ob_base,
8509             & importlib__bootstrap_toplevel_consts_27_consts_2._object.ob_base.ob_base,
8510             Py_False,
8511         },
8512     },
8513 };
8514 static
8515     struct {
8516         PyASCIIObject _ascii;
8517         uint8_t _data[11];
8518     }
8519 const_str___cached__ = {
8520     ._ascii = {
8521         .ob_base = {
8522             .ob_refcnt = 999999999,
8523             .ob_type = &PyUnicode_Type,
8524         },
8525         .length = 10,
8526         .hash = -1,
8527         .state = {
8528             .kind = 1,
8529             .compact = 1,
8530             .ascii = 1,
8531             .ready = 1,
8532         },
8533     },
8534     ._data = "__cached__",
8535 };
8536 static
8537     struct {
8538         PyASCIIObject _ascii;
8539         uint8_t _data[5];
8540     }
8541 const_str_list = {
8542     ._ascii = {
8543         .ob_base = {
8544             .ob_refcnt = 999999999,
8545             .ob_type = &PyUnicode_Type,
8546         },
8547         .length = 4,
8548         .hash = -1,
8549         .state = {
8550             .kind = 1,
8551             .compact = 1,
8552             .ascii = 1,
8553             .ready = 1,
8554         },
8555     },
8556     ._data = "list",
8557 };
8558 static
8559     struct {
8560         PyGC_Head _gc_head;
8561         struct {
8562             PyObject_VAR_HEAD
8563             PyObject *ob_item[13];
8564         }_object;
8565     }
8566 importlib__bootstrap_toplevel_consts_27_names = {
8567     ._object = {
8568         .ob_base = {
8569             .ob_base = {
8570                 .ob_refcnt = 999999999,
8571                 .ob_type = &PyTuple_Type,
8572             },
8573             .ob_size = 13,
8574         },
8575         .ob_item = {
8576             &_Py_ID(__spec__),
8577             & const_str_AttributeError._ascii.ob_base,
8578             &_Py_ID(__name__),
8579             &_Py_ID(__loader__),
8580             &_Py_ID(__file__),
8581             &_Py_ID(getattr),
8582             & const_str___cached__._ascii.ob_base,
8583             & const_str_list._ascii.ob_base,
8584             &_Py_ID(__path__),
8585             & const_str_ModuleSpec._ascii.ob_base,
8586             & const_str__set_fileattr._ascii.ob_base,
8587             & const_str_cached._ascii.ob_base,
8588             & const_str_submodule_search_locations._ascii.ob_base,
8589         },
8590     },
8591 };
8592 static
8593     struct {
8594         PyASCIIObject _ascii;
8595         uint8_t _data[18];
8596     }
8597 const_str__spec_from_module = {
8598     ._ascii = {
8599         .ob_base = {
8600             .ob_refcnt = 999999999,
8601             .ob_type = &PyUnicode_Type,
8602         },
8603         .length = 17,
8604         .hash = -1,
8605         .state = {
8606             .kind = 1,
8607             .compact = 1,
8608             .ascii = 1,
8609             .ready = 1,
8610         },
8611     },
8612     ._data = "_spec_from_module",
8613 };
8614 static
8615     struct {
8616         PyObject_VAR_HEAD
8617         Py_hash_t ob_shash;
8618         char ob_sval[402];
8619     }
8620 importlib__bootstrap_toplevel_consts_27_linetable = {
8621     .ob_base = {
8622         .ob_base = {
8623             .ob_refcnt = 999999999,
8624             .ob_type = &PyBytes_Type,
8625         },
8626         .ob_size = 401,
8627     },
8628     .ob_shash = -1,
8629     .ob_sval = "\x80\x00\xf0\x04\x06\x05\x18\xd8\x0f\x15\x8c\x7f\x88\x04\xf0\x08\x00\x0c\x10\xd0\x0b\x1b\xd8\x13\x17\x88\x4b\xf0\x03\x00\x0c\x1c\xf8\xf5\x07\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\xf0\x0c\x00\x0c\x12\x8c\x3f\x80\x44\xd8\x07\x0d\x80\x7e\xf0\x02\x04\x09\x11\xd8\x15\x1b\xd4\x15\x26\x88\x46\x88\x46\xf8\xdd\x0f\x1d\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\xf0\x06\x03\x05\x18\xd8\x13\x19\x94\x3f\x88\x08\x88\x08\xf8\xdd\x0b\x19\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\xe0\x07\x0d\x80\x7e\xd8\x0b\x11\xd0\x0b\x1d\xdd\x15\x1c\x98\x56\xa0\x59\xb0\x04\xd1\x15\x35\xd4\x15\x35\x88\x46\xd8\x0f\x15\xf0\x00\x01\x09\x1e\x98\x28\xd0\x1a\x2e\xd8\x15\x1d\x88\x46\xf0\x02\x03\x05\x16\xd8\x11\x17\xd4\x11\x22\x88\x06\x88\x06\xf8\xdd\x0b\x19\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\xf0\x04\x03\x05\x2a\xdd\x25\x29\xa8\x26\xac\x2f\xd1\x25\x3a\xd4\x25\x3a\xd0\x08\x22\xd0\x08\x22\xf8\xdd\x0b\x19\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\xf5\x06\x00\x0c\x16\x90\x64\x98\x46\xa8\x36\xd0\x0b\x32\xd1\x0b\x32\xd4\x0b\x32\x80\x44\xd8\x22\x2a\xd0\x22\x32\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",
8630 };
8631 static
8632     struct {
8633         PyObject_VAR_HEAD
8634         Py_hash_t ob_shash;
8635         char ob_sval[79];
8636     }
8637 importlib__bootstrap_toplevel_consts_27_exceptiontable = {
8638     .ob_base = {
8639         .ob_base = {
8640             .ob_refcnt = 999999999,
8641             .ob_type = &PyBytes_Type,
8642         },
8643         .ob_size = 78,
8644     },
8645     .ob_shash = -1,
8646     .ob_sval = "\x82\x07\x0e\x00\x8e\x0a\x1b\x03\x9a\x01\x1b\x03\xa8\x07\x30\x00\xb0\x0a\x3d\x03\xbc\x01\x3d\x03\xc1\x01\x07\x41\x09\x00\xc1\x09\x0c\x41\x18\x03\xc1\x17\x01\x41\x18\x03\xc1\x37\x07\x41\x3f\x00\xc1\x3f\x0c\x42\x0e\x03\xc2\x0d\x01\x42\x0e\x03\xc2\x12\x14\x42\x27\x00\xc2\x27\x0c\x42\x36\x03\xc2\x35\x01\x42\x36\x03",
8647 };
8648 static
8649     struct {
8650         PyASCIIObject _ascii;
8651         uint8_t _data[9];
8652     }
8653 const_str_location = {
8654     ._ascii = {
8655         .ob_base = {
8656             .ob_refcnt = 999999999,
8657             .ob_type = &PyUnicode_Type,
8658         },
8659         .length = 8,
8660         .hash = -1,
8661         .state = {
8662             .kind = 1,
8663             .compact = 1,
8664             .ascii = 1,
8665             .ready = 1,
8666         },
8667     },
8668     ._data = "location",
8669 };
8670 static
8671     struct {
8672         PyGC_Head _gc_head;
8673         struct {
8674             PyObject_VAR_HEAD
8675             PyObject *ob_item[8];
8676         }_object;
8677     }
8678 importlib__bootstrap_toplevel_consts_27_localsplusnames = {
8679     ._object = {
8680         .ob_base = {
8681             .ob_base = {
8682                 .ob_refcnt = 999999999,
8683                 .ob_type = &PyTuple_Type,
8684             },
8685             .ob_size = 8,
8686         },
8687         .ob_item = {
8688             & const_str_module._ascii.ob_base,
8689             & const_str_loader._ascii.ob_base,
8690             & const_str_origin._ascii.ob_base,
8691             & const_str_spec._ascii.ob_base,
8692             &_Py_ID(name),
8693             & const_str_location._ascii.ob_base,
8694             & const_str_cached._ascii.ob_base,
8695             & const_str_submodule_search_locations._ascii.ob_base,
8696         },
8697     },
8698 };
8699 static
8700     struct {
8701         PyObject_VAR_HEAD
8702         Py_hash_t ob_shash;
8703         char ob_sval[9];
8704     }
8705 importlib__bootstrap_toplevel_consts_27_localspluskinds = {
8706     .ob_base = {
8707         .ob_base = {
8708             .ob_refcnt = 999999999,
8709             .ob_type = &PyBytes_Type,
8710         },
8711         .ob_size = 8,
8712     },
8713     .ob_shash = -1,
8714     .ob_sval = "        ",
8715 };
8716 static
8717     struct _PyCode_DEF(468)
8718 importlib__bootstrap_toplevel_consts_27 = {
8719     .ob_base = {
8720         .ob_base = {
8721             .ob_refcnt = 999999999,
8722             .ob_type = &PyCode_Type,
8723         },
8724         .ob_size = 234,
8725     },
8726     .co_consts = & importlib__bootstrap_toplevel_consts_27_consts._object.ob_base.ob_base,
8727     .co_names = & importlib__bootstrap_toplevel_consts_27_names._object.ob_base.ob_base,
8728     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_27_exceptiontable.ob_base.ob_base,
8729     .co_flags = 3,
8730     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
8731     ._co_linearray_entry_size = 0,
8732     .co_argcount = 3,
8733     .co_posonlyargcount = 0,
8734     .co_kwonlyargcount = 0,
8735     .co_stacksize = 5,
8736     .co_firstlineno = 451,
8737     .co_nlocalsplus = 8,
8738     .co_nlocals = 8,
8739     .co_nplaincellvars = 0,
8740     .co_ncellvars = 0,
8741     .co_nfreevars = 0,
8742     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_27_localsplusnames._object.ob_base.ob_base,
8743     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
8744     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
8745     .co_name = & const_str__spec_from_module._ascii.ob_base,
8746     .co_qualname = & const_str__spec_from_module._ascii.ob_base,
8747     .co_linetable = & importlib__bootstrap_toplevel_consts_27_linetable.ob_base.ob_base,
8748     ._co_code = NULL,
8749     ._co_linearray = NULL,
8750     .co_code_adaptive = "\x97\x00\x09\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x81\x02\x7c\x03\x53\x00\x6e\x10\x23\x00\x74\x02\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\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x01\x80\x19\x09\x00\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x10\x23\x00\x74\x02\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\x09\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x6e\x12\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\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x02\x80\x19\x7c\x01\x81\x11\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x64\x00\xa6\x03\x00\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\x06\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x6e\x12\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\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x09\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x6e\x12\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\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x01\x7c\x02\xac\x02\xa6\x03\x00\x00\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",
8751     ._co_firsttraceable = 0,
8752 };
8753 static
8754     struct {
8755         PyASCIIObject _ascii;
8756         uint8_t _data[9];
8757     }
8758 const_str_override = {
8759     ._ascii = {
8760         .ob_base = {
8761             .ob_refcnt = 999999999,
8762             .ob_type = &PyUnicode_Type,
8763         },
8764         .length = 8,
8765         .hash = -1,
8766         .state = {
8767             .kind = 1,
8768             .compact = 1,
8769             .ascii = 1,
8770             .ready = 1,
8771         },
8772     },
8773     ._data = "override",
8774 };
8775 static
8776     struct {
8777         PyGC_Head _gc_head;
8778         struct {
8779             PyObject_VAR_HEAD
8780             PyObject *ob_item[1];
8781         }_object;
8782     }
8783 importlib__bootstrap_toplevel_consts_29 = {
8784     ._object = {
8785         .ob_base = {
8786             .ob_base = {
8787                 .ob_refcnt = 999999999,
8788                 .ob_type = &PyTuple_Type,
8789             },
8790             .ob_size = 1,
8791         },
8792         .ob_item = {
8793             & const_str_override._ascii.ob_base,
8794         },
8795     },
8796 };
8797 static
8798     struct {
8799         PyGC_Head _gc_head;
8800         struct {
8801             PyObject_VAR_HEAD
8802             PyObject *ob_item[7];
8803         }_object;
8804     }
8805 importlib__bootstrap_toplevel_consts_30_consts = {
8806     ._object = {
8807         .ob_base = {
8808             .ob_base = {
8809                 .ob_refcnt = 999999999,
8810                 .ob_type = &PyTuple_Type,
8811             },
8812             .ob_size = 7,
8813         },
8814         .ob_item = {
8815             Py_None,
8816             &_Py_ID(__name__),
8817             &_Py_ID(__loader__),
8818             &_Py_ID(__package__),
8819             &_Py_ID(__path__),
8820             &_Py_ID(__file__),
8821             & const_str___cached__._ascii.ob_base,
8822         },
8823     },
8824 };
8825 static
8826     struct {
8827         PyASCIIObject _ascii;
8828         uint8_t _data[16];
8829     }
8830 const_str_NamespaceLoader = {
8831     ._ascii = {
8832         .ob_base = {
8833             .ob_refcnt = 999999999,
8834             .ob_type = &PyUnicode_Type,
8835         },
8836         .length = 15,
8837         .hash = -1,
8838         .state = {
8839             .kind = 1,
8840             .compact = 1,
8841             .ascii = 1,
8842             .ready = 1,
8843         },
8844     },
8845     ._data = "NamespaceLoader",
8846 };
8847 static
8848     struct {
8849         PyASCIIObject _ascii;
8850         uint8_t _data[6];
8851     }
8852 const_str__path = {
8853     ._ascii = {
8854         .ob_base = {
8855             .ob_refcnt = 999999999,
8856             .ob_type = &PyUnicode_Type,
8857         },
8858         .length = 5,
8859         .hash = -1,
8860         .state = {
8861             .kind = 1,
8862             .compact = 1,
8863             .ascii = 1,
8864             .ready = 1,
8865         },
8866     },
8867     ._data = "_path",
8868 };
8869 static
8870     struct {
8871         PyGC_Head _gc_head;
8872         struct {
8873             PyObject_VAR_HEAD
8874             PyObject *ob_item[21];
8875         }_object;
8876     }
8877 importlib__bootstrap_toplevel_consts_30_names = {
8878     ._object = {
8879         .ob_base = {
8880             .ob_base = {
8881                 .ob_refcnt = 999999999,
8882                 .ob_type = &PyTuple_Type,
8883             },
8884             .ob_size = 21,
8885         },
8886         .ob_item = {
8887             &_Py_ID(getattr),
8888             &_Py_ID(name),
8889             &_Py_ID(__name__),
8890             & const_str_AttributeError._ascii.ob_base,
8891             & const_str_loader._ascii.ob_base,
8892             & const_str_submodule_search_locations._ascii.ob_base,
8893             & const_str__bootstrap_external._ascii.ob_base,
8894             & const_str_NotImplementedError._ascii.ob_base,
8895             & const_str_NamespaceLoader._ascii.ob_base,
8896             &_Py_ID(__new__),
8897             & const_str__path._ascii.ob_base,
8898             &_Py_ID(__file__),
8899             &_Py_ID(__loader__),
8900             &_Py_ID(parent),
8901             &_Py_ID(__package__),
8902             &_Py_ID(__spec__),
8903             &_Py_ID(__path__),
8904             & const_str_has_location._ascii.ob_base,
8905             & const_str_origin._ascii.ob_base,
8906             & const_str_cached._ascii.ob_base,
8907             & const_str___cached__._ascii.ob_base,
8908         },
8909     },
8910 };
8911 static
8912     struct {
8913         PyASCIIObject _ascii;
8914         uint8_t _data[19];
8915     }
8916 const_str__init_module_attrs = {
8917     ._ascii = {
8918         .ob_base = {
8919             .ob_refcnt = 999999999,
8920             .ob_type = &PyUnicode_Type,
8921         },
8922         .length = 18,
8923         .hash = -1,
8924         .state = {
8925             .kind = 1,
8926             .compact = 1,
8927             .ascii = 1,
8928             .ready = 1,
8929         },
8930     },
8931     ._data = "_init_module_attrs",
8932 };
8933 static
8934     struct {
8935         PyObject_VAR_HEAD
8936         Py_hash_t ob_shash;
8937         char ob_sval[623];
8938     }
8939 importlib__bootstrap_toplevel_consts_30_linetable = {
8940     .ob_base = {
8941         .ob_base = {
8942             .ob_refcnt = 999999999,
8943             .ob_type = &PyBytes_Type,
8944         },
8945         .ob_size = 622,
8946     },
8947     .ob_shash = -1,
8948     .ob_sval = "\x80\x00\xf0\x08\x00\x09\x11\xf0\x00\x04\x05\x11\x95\x47\x98\x46\xa0\x4a\xb0\x04\xd1\x14\x35\xd4\x14\x35\xd0\x14\x3d\xf0\x02\x03\x09\x11\xd8\x1e\x22\x9c\x69\x88\x46\x8c\x4f\x88\x4f\xf8\xdd\x0f\x1d\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\xf0\x06\x00\x08\x10\xf0\x00\x1a\x05\x11\x95\x37\x98\x36\xa0\x3c\xb0\x14\xd1\x13\x36\xd4\x13\x36\xd0\x13\x3e\xd8\x11\x15\x94\x1b\x88\x06\xd8\x0b\x11\x88\x3e\xe0\x0f\x13\xd4\x0f\x2e\xd0\x0f\x3a\xdd\x13\x26\xd0\x13\x2e\xdd\x1a\x2d\xd0\x14\x2d\xdd\x22\x35\xd4\x22\x45\x90\x0f\xe0\x19\x28\xd7\x19\x30\xd2\x19\x30\xb0\x1f\xd1\x19\x41\xd4\x19\x41\x90\x06\xd8\x1f\x23\xd4\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\xd0\x0c\x1d\xf8\xdd\x0f\x1d\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\xf0\x06\x00\x08\x10\xf0\x00\x04\x05\x11\x95\x37\x98\x36\xa0\x3d\xb0\x24\xd1\x13\x37\xd4\x13\x37\xd0\x13\x3f\xf0\x02\x03\x09\x11\xd8\x21\x25\xa4\x1b\x88\x46\xd4\x0c\x1e\xd0\x0c\x1e\xf8\xdd\x0f\x1d\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\xf0\x06\x03\x05\x0d\xd8\x1a\x1e\x88\x06\x8c\x0f\x88\x0f\xf8\xdd\x0b\x19\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\xf0\x06\x00\x08\x10\xf0\x00\x06\x05\x15\x95\x37\x98\x36\xa0\x3a\xa8\x74\xd1\x13\x34\xd4\x13\x34\xd0\x13\x3c\xd8\x0b\x0f\xd4\x0b\x2a\xd0\x0b\x36\xf0\x04\x03\x0d\x15\xd8\x22\x26\xd4\x22\x41\x90\x06\x94\x0f\x90\x0f\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\xf0\x06\x00\x08\x0c\xd4\x07\x18\xf0\x00\x0c\x05\x19\xd8\x0b\x13\xf0\x00\x04\x09\x15\x95\x77\x98\x76\xa0\x7a\xb0\x34\xd1\x17\x38\xd4\x17\x38\xd0\x17\x40\xf0\x02\x03\x0d\x15\xd8\x22\x26\xa4\x2b\x90\x06\x94\x0f\x90\x0f\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\xf0\x06\x00\x0c\x14\xf0\x00\x05\x09\x19\x95\x77\x98\x76\xa0\x7c\xb0\x54\xd1\x17\x3a\xd4\x17\x3a\xd0\x17\x42\xd8\x0f\x13\x8c\x7b\xd0\x0f\x26\xf0\x02\x03\x11\x19\xd8\x28\x2c\xac\x0b\x90\x46\xd4\x14\x25\xd0\x14\x25\xf8\xdd\x17\x25\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\xe0\x0b\x11\x80\x4d",
8949 };
8950 static
8951     struct {
8952         PyObject_VAR_HEAD
8953         Py_hash_t ob_shash;
8954         char ob_sval[121];
8955     }
8956 importlib__bootstrap_toplevel_consts_30_exceptiontable = {
8957     .ob_base = {
8958         .ob_base = {
8959             .ob_refcnt = 999999999,
8960             .ob_type = &PyBytes_Type,
8961         },
8962         .ob_size = 120,
8963     },
8964     .ob_shash = -1,
8965     .ob_sval = "\x95\x0c\x22\x00\xa2\x0a\x2f\x03\xae\x01\x2f\x03\xc2\x1f\x07\x42\x27\x00\xc2\x27\x0a\x42\x34\x03\xc2\x33\x01\x42\x34\x03\xc3\x0b\x0c\x43\x18\x00\xc3\x18\x0a\x43\x25\x03\xc3\x24\x01\x43\x25\x03\xc3\x29\x07\x43\x31\x00\xc3\x31\x0a\x43\x3e\x03\xc3\x3d\x01\x43\x3e\x03\xc4\x1c\x0c\x44\x29\x00\xc4\x29\x0a\x44\x36\x03\xc4\x35\x01\x44\x36\x03\xc5\x14\x0c\x45\x21\x00\xc5\x21\x0a\x45\x2e\x03\xc5\x2d\x01\x45\x2e\x03\xc6\x0c\x0c\x46\x19\x00\xc6\x19\x0a\x46\x26\x03\xc6\x25\x01\x46\x26\x03",
8966 };
8967 static
8968     struct {
8969         PyGC_Head _gc_head;
8970         struct {
8971             PyObject_VAR_HEAD
8972             PyObject *ob_item[5];
8973         }_object;
8974     }
8975 importlib__bootstrap_toplevel_consts_30_localsplusnames = {
8976     ._object = {
8977         .ob_base = {
8978             .ob_base = {
8979                 .ob_refcnt = 999999999,
8980                 .ob_type = &PyTuple_Type,
8981             },
8982             .ob_size = 5,
8983         },
8984         .ob_item = {
8985             & const_str_spec._ascii.ob_base,
8986             & const_str_module._ascii.ob_base,
8987             & const_str_override._ascii.ob_base,
8988             & const_str_loader._ascii.ob_base,
8989             & const_str_NamespaceLoader._ascii.ob_base,
8990         },
8991     },
8992 };
8993 static
8994     struct _PyCode_DEF(854)
8995 importlib__bootstrap_toplevel_consts_30 = {
8996     .ob_base = {
8997         .ob_base = {
8998             .ob_refcnt = 999999999,
8999             .ob_type = &PyCode_Type,
9000         },
9001         .ob_size = 427,
9002     },
9003     .co_consts = & importlib__bootstrap_toplevel_consts_30_consts._object.ob_base.ob_base,
9004     .co_names = & importlib__bootstrap_toplevel_consts_30_names._object.ob_base.ob_base,
9005     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_30_exceptiontable.ob_base.ob_base,
9006     .co_flags = 3,
9007     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
9008     ._co_linearray_entry_size = 0,
9009     .co_argcount = 2,
9010     .co_posonlyargcount = 0,
9011     .co_kwonlyargcount = 1,
9012     .co_stacksize = 5,
9013     .co_firstlineno = 493,
9014     .co_nlocalsplus = 5,
9015     .co_nlocals = 5,
9016     .co_nplaincellvars = 0,
9017     .co_ncellvars = 0,
9018     .co_nfreevars = 0,
9019     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_30_localsplusnames._object.ob_base.ob_base,
9020     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
9021     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
9022     .co_name = & const_str__init_module_attrs._ascii.ob_base,
9023     .co_qualname = & const_str__init_module_attrs._ascii.ob_base,
9024     .co_linetable = & importlib__bootstrap_toplevel_consts_30_linetable.ob_base.ob_base,
9025     ._co_code = NULL,
9026     ._co_linearray = NULL,
9027     .co_code_adaptive = "\x97\x00\x7c\x02\x73\x11\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x64\x00\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x1e\x09\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x10\x23\x00\x74\x06\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\x02\x73\x11\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x02\x64\x00\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x72\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x80\x50\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x81\x49\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\x08\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\xa0\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x00\x6a\x05\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\x6e\x10\x23\x00\x74\x06\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\x02\x73\x11\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x03\x64\x00\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x1e\x09\x00\x7c\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x5f\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x10\x23\x00\x74\x06\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\x09\x00\x7c\x00\x7c\x01\x5f\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x10\x23\x00\x74\x06\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\x02\x73\x11\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x04\x64\x00\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x25\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x81\x1e\x09\x00\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x5f\x10\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x10\x23\x00\x74\x06\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\x00\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x72\x69\x7c\x02\x73\x11\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x05\x64\x00\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x1e\x09\x00\x7c\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x5f\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x10\x23\x00\x74\x06\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\x02\x73\x11\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x06\x64\x00\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x25\x7c\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x81\x1e\x09\x00\x7c\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x5f\x14\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x10\x23\x00\x74\x06\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\x01\x53\x00",
9028     ._co_firsttraceable = 0,
9029 };
9030 static
9031     struct {
9032         PyASCIIObject _ascii;
9033         uint8_t _data[44];
9034     }
9035 importlib__bootstrap_toplevel_consts_31_consts_0 = {
9036     ._ascii = {
9037         .ob_base = {
9038             .ob_refcnt = 999999999,
9039             .ob_type = &PyUnicode_Type,
9040         },
9041         .length = 43,
9042         .hash = -1,
9043         .state = {
9044             .kind = 1,
9045             .compact = 1,
9046             .ascii = 1,
9047             .ready = 1,
9048         },
9049     },
9050     ._data = "Create a module based on the provided spec.",
9051 };
9052 static
9053     struct {
9054         PyASCIIObject _ascii;
9055         uint8_t _data[14];
9056     }
9057 const_str_create_module = {
9058     ._ascii = {
9059         .ob_base = {
9060             .ob_refcnt = 999999999,
9061             .ob_type = &PyUnicode_Type,
9062         },
9063         .length = 13,
9064         .hash = -1,
9065         .state = {
9066             .kind = 1,
9067             .compact = 1,
9068             .ascii = 1,
9069             .ready = 1,
9070         },
9071     },
9072     ._data = "create_module",
9073 };
9074 static
9075     struct {
9076         PyASCIIObject _ascii;
9077         uint8_t _data[12];
9078     }
9079 const_str_exec_module = {
9080     ._ascii = {
9081         .ob_base = {
9082             .ob_refcnt = 999999999,
9083             .ob_type = &PyUnicode_Type,
9084         },
9085         .length = 11,
9086         .hash = -1,
9087         .state = {
9088             .kind = 1,
9089             .compact = 1,
9090             .ascii = 1,
9091             .ready = 1,
9092         },
9093     },
9094     ._data = "exec_module",
9095 };
9096 static
9097     struct {
9098         PyASCIIObject _ascii;
9099         uint8_t _data[67];
9100     }
9101 importlib__bootstrap_toplevel_consts_31_consts_4 = {
9102     ._ascii = {
9103         .ob_base = {
9104             .ob_refcnt = 999999999,
9105             .ob_type = &PyUnicode_Type,
9106         },
9107         .length = 66,
9108         .hash = -1,
9109         .state = {
9110             .kind = 1,
9111             .compact = 1,
9112             .ascii = 1,
9113             .ready = 1,
9114         },
9115     },
9116     ._data = "loaders that define exec_module() must also define create_module()",
9117 };
9118 static
9119     struct {
9120         PyGC_Head _gc_head;
9121         struct {
9122             PyObject_VAR_HEAD
9123             PyObject *ob_item[5];
9124         }_object;
9125     }
9126 importlib__bootstrap_toplevel_consts_31_consts = {
9127     ._object = {
9128         .ob_base = {
9129             .ob_base = {
9130                 .ob_refcnt = 999999999,
9131                 .ob_type = &PyTuple_Type,
9132             },
9133             .ob_size = 5,
9134         },
9135         .ob_item = {
9136             & importlib__bootstrap_toplevel_consts_31_consts_0._ascii.ob_base,
9137             Py_None,
9138             & const_str_create_module._ascii.ob_base,
9139             & const_str_exec_module._ascii.ob_base,
9140             & importlib__bootstrap_toplevel_consts_31_consts_4._ascii.ob_base,
9141         },
9142     },
9143 };
9144 static
9145     struct {
9146         PyGC_Head _gc_head;
9147         struct {
9148             PyObject_VAR_HEAD
9149             PyObject *ob_item[7];
9150         }_object;
9151     }
9152 importlib__bootstrap_toplevel_consts_31_names = {
9153     ._object = {
9154         .ob_base = {
9155             .ob_base = {
9156                 .ob_refcnt = 999999999,
9157                 .ob_type = &PyTuple_Type,
9158             },
9159             .ob_size = 7,
9160         },
9161         .ob_item = {
9162             & const_str_hasattr._ascii.ob_base,
9163             & const_str_loader._ascii.ob_base,
9164             & const_str_create_module._ascii.ob_base,
9165             & const_str_ImportError._ascii.ob_base,
9166             & const_str__new_module._ascii.ob_base,
9167             &_Py_ID(name),
9168             & const_str__init_module_attrs._ascii.ob_base,
9169         },
9170     },
9171 };
9172 static
9173     struct {
9174         PyASCIIObject _ascii;
9175         uint8_t _data[17];
9176     }
9177 const_str_module_from_spec = {
9178     ._ascii = {
9179         .ob_base = {
9180             .ob_refcnt = 999999999,
9181             .ob_type = &PyUnicode_Type,
9182         },
9183         .length = 16,
9184         .hash = -1,
9185         .state = {
9186             .kind = 1,
9187             .compact = 1,
9188             .ascii = 1,
9189             .ready = 1,
9190         },
9191     },
9192     ._data = "module_from_spec",
9193 };
9194 static
9195     struct {
9196         PyObject_VAR_HEAD
9197         Py_hash_t ob_shash;
9198         char ob_sval[139];
9199     }
9200 importlib__bootstrap_toplevel_consts_31_linetable = {
9201     .ob_base = {
9202         .ob_base = {
9203             .ob_refcnt = 999999999,
9204             .ob_type = &PyBytes_Type,
9205         },
9206         .ob_size = 138,
9207     },
9208     .ob_shash = -1,
9209     .ob_sval = "\x80\x00\xf0\x06\x00\x0e\x12\x80\x46\xdd\x07\x0e\x88\x74\x8c\x7b\x98\x4f\xd1\x07\x2c\xd4\x07\x2c\xf0\x00\x06\x05\x3e\xf0\x06\x00\x12\x16\x94\x1b\xd7\x11\x2a\xd2\x11\x2a\xa8\x34\xd1\x11\x30\xd4\x11\x30\x88\x06\x88\x06\xdd\x09\x10\x90\x14\x94\x1b\x98\x6d\xd1\x09\x2c\xd4\x09\x2c\xf0\x00\x02\x05\x3e\xdd\x0e\x19\xf0\x00\x01\x1b\x3d\xf1\x00\x01\x0f\x3e\xf4\x00\x01\x0f\x3e\xf0\x00\x01\x09\x3e\xe0\x07\x0d\x80\x7e\xdd\x11\x1c\x98\x54\x9c\x59\xd1\x11\x27\xd4\x11\x27\x88\x06\xdd\x04\x16\x90\x74\x98\x56\xd1\x04\x24\xd4\x04\x24\xd0\x04\x24\xd8\x0b\x11\x80\x4d",
9210 };
9211 static
9212     struct {
9213         PyGC_Head _gc_head;
9214         struct {
9215             PyObject_VAR_HEAD
9216             PyObject *ob_item[2];
9217         }_object;
9218     }
9219 importlib__bootstrap_toplevel_consts_31_localsplusnames = {
9220     ._object = {
9221         .ob_base = {
9222             .ob_base = {
9223                 .ob_refcnt = 999999999,
9224                 .ob_type = &PyTuple_Type,
9225             },
9226             .ob_size = 2,
9227         },
9228         .ob_item = {
9229             & const_str_spec._ascii.ob_base,
9230             & const_str_module._ascii.ob_base,
9231         },
9232     },
9233 };
9234 static
9235     struct _PyCode_DEF(254)
9236 importlib__bootstrap_toplevel_consts_31 = {
9237     .ob_base = {
9238         .ob_base = {
9239             .ob_refcnt = 999999999,
9240             .ob_type = &PyCode_Type,
9241         },
9242         .ob_size = 127,
9243     },
9244     .co_consts = & importlib__bootstrap_toplevel_consts_31_consts._object.ob_base.ob_base,
9245     .co_names = & importlib__bootstrap_toplevel_consts_31_names._object.ob_base.ob_base,
9246     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
9247     .co_flags = 3,
9248     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
9249     ._co_linearray_entry_size = 0,
9250     .co_argcount = 1,
9251     .co_posonlyargcount = 0,
9252     .co_kwonlyargcount = 0,
9253     .co_stacksize = 4,
9254     .co_firstlineno = 566,
9255     .co_nlocalsplus = 2,
9256     .co_nlocals = 2,
9257     .co_nplaincellvars = 0,
9258     .co_ncellvars = 0,
9259     .co_nfreevars = 0,
9260     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_31_localsplusnames._object.ob_base.ob_base,
9261     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
9262     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
9263     .co_name = & const_str_module_from_spec._ascii.ob_base,
9264     .co_qualname = & const_str_module_from_spec._ascii.ob_base,
9265     .co_linetable = & importlib__bootstrap_toplevel_consts_31_linetable.ob_base.ob_base,
9266     ._co_code = NULL,
9267     ._co_linearray = NULL,
9268     .co_code_adaptive = "\x97\x00\x64\x01\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1b\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x24\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0f\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x01\x80\x14\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x53\x00",
9269     ._co_firsttraceable = 0,
9270 };
9271 static
9272     struct {
9273         PyASCIIObject _ascii;
9274         uint8_t _data[39];
9275     }
9276 importlib__bootstrap_toplevel_consts_32_consts_0 = {
9277     ._ascii = {
9278         .ob_base = {
9279             .ob_refcnt = 999999999,
9280             .ob_type = &PyUnicode_Type,
9281         },
9282         .length = 38,
9283         .hash = -1,
9284         .state = {
9285             .kind = 1,
9286             .compact = 1,
9287             .ascii = 1,
9288             .ready = 1,
9289         },
9290     },
9291     ._data = "Return the repr to use for the module.",
9292 };
9293 static
9294     struct {
9295         PyASCIIObject _ascii;
9296         uint8_t _data[19];
9297     }
9298 importlib__bootstrap_toplevel_consts_32_consts_6 = {
9299     ._ascii = {
9300         .ob_base = {
9301             .ob_refcnt = 999999999,
9302             .ob_type = &PyUnicode_Type,
9303         },
9304         .length = 18,
9305         .hash = -1,
9306         .state = {
9307             .kind = 1,
9308             .compact = 1,
9309             .ascii = 1,
9310             .ready = 1,
9311         },
9312     },
9313     ._data = "<module {!r} ({})>",
9314 };
9315 static
9316     struct {
9317         PyGC_Head _gc_head;
9318         struct {
9319             PyObject_VAR_HEAD
9320             PyObject *ob_item[7];
9321         }_object;
9322     }
9323 importlib__bootstrap_toplevel_consts_32_consts = {
9324     ._object = {
9325         .ob_base = {
9326             .ob_base = {
9327                 .ob_refcnt = 999999999,
9328                 .ob_type = &PyTuple_Type,
9329             },
9330             .ob_size = 7,
9331         },
9332         .ob_item = {
9333             & importlib__bootstrap_toplevel_consts_32_consts_0._ascii.ob_base,
9334             Py_None,
9335             & importlib__bootstrap_toplevel_consts_22_consts_5._ascii.ob_base,
9336             & importlib__bootstrap_toplevel_consts_22_consts_7._ascii.ob_base,
9337             & importlib__bootstrap_toplevel_consts_22_consts_8._ascii.ob_base,
9338             & importlib__bootstrap_toplevel_consts_22_consts_6._ascii.ob_base,
9339             & importlib__bootstrap_toplevel_consts_32_consts_6._ascii.ob_base,
9340         },
9341     },
9342 };
9343 static
9344     struct {
9345         PyGC_Head _gc_head;
9346         struct {
9347             PyObject_VAR_HEAD
9348             PyObject *ob_item[5];
9349         }_object;
9350     }
9351 importlib__bootstrap_toplevel_consts_32_names = {
9352     ._object = {
9353         .ob_base = {
9354             .ob_base = {
9355                 .ob_refcnt = 999999999,
9356                 .ob_type = &PyTuple_Type,
9357             },
9358             .ob_size = 5,
9359         },
9360         .ob_item = {
9361             &_Py_ID(name),
9362             & const_str_origin._ascii.ob_base,
9363             & const_str_loader._ascii.ob_base,
9364             & const_str_format._ascii.ob_base,
9365             & const_str_has_location._ascii.ob_base,
9366         },
9367     },
9368 };
9369 static
9370     struct {
9371         PyObject_VAR_HEAD
9372         Py_hash_t ob_shash;
9373         char ob_sval[145];
9374     }
9375 importlib__bootstrap_toplevel_consts_32_linetable = {
9376     .ob_base = {
9377         .ob_base = {
9378             .ob_refcnt = 999999999,
9379             .ob_type = &PyBytes_Type,
9380         },
9381         .ob_size = 144,
9382     },
9383     .ob_shash = -1,
9384     .ob_sval = "\x80\x00\xf0\x06\x00\x13\x17\x94\x29\xd0\x12\x23\x88\x33\x88\x33\xa8\x14\xac\x19\x80\x44\xd8\x07\x0b\x84\x7b\xd0\x07\x1a\xd8\x0b\x0f\x8c\x3b\xd0\x0b\x1e\xd8\x13\x22\xd7\x13\x29\xd2\x13\x29\xa8\x24\xd1\x13\x2f\xd4\x13\x2f\xd0\x0c\x2f\xe0\x13\x29\xd7\x13\x30\xd2\x13\x30\xb0\x14\xb0\x74\xb4\x7b\xd1\x13\x43\xd4\x13\x43\xd0\x0c\x43\xe0\x0b\x0f\xd4\x0b\x1c\xf0\x00\x03\x09\x47\x01\xd8\x13\x2c\xd7\x13\x33\xd2\x13\x33\xb0\x44\xb8\x24\xbc\x2b\xd1\x13\x46\xd4\x13\x46\xd0\x0c\x46\xe0\x13\x27\xd7\x13\x2e\xd2\x13\x2e\xa8\x74\xac\x79\xb8\x24\xbc\x2b\xd1\x13\x46\xd4\x13\x46\xd0\x0c\x46",
9385 };
9386 static
9387     struct {
9388         PyGC_Head _gc_head;
9389         struct {
9390             PyObject_VAR_HEAD
9391             PyObject *ob_item[2];
9392         }_object;
9393     }
9394 importlib__bootstrap_toplevel_consts_32_localsplusnames = {
9395     ._object = {
9396         .ob_base = {
9397             .ob_base = {
9398                 .ob_refcnt = 999999999,
9399                 .ob_type = &PyTuple_Type,
9400             },
9401             .ob_size = 2,
9402         },
9403         .ob_item = {
9404             & const_str_spec._ascii.ob_base,
9405             &_Py_ID(name),
9406         },
9407     },
9408 };
9409 static
9410     struct _PyCode_DEF(290)
9411 importlib__bootstrap_toplevel_consts_32 = {
9412     .ob_base = {
9413         .ob_base = {
9414             .ob_refcnt = 999999999,
9415             .ob_type = &PyCode_Type,
9416         },
9417         .ob_size = 145,
9418     },
9419     .co_consts = & importlib__bootstrap_toplevel_consts_32_consts._object.ob_base.ob_base,
9420     .co_names = & importlib__bootstrap_toplevel_consts_32_names._object.ob_base.ob_base,
9421     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
9422     .co_flags = 3,
9423     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
9424     ._co_linearray_entry_size = 0,
9425     .co_argcount = 1,
9426     .co_posonlyargcount = 0,
9427     .co_kwonlyargcount = 0,
9428     .co_stacksize = 4,
9429     .co_firstlineno = 583,
9430     .co_nlocalsplus = 2,
9431     .co_nlocals = 2,
9432     .co_nplaincellvars = 0,
9433     .co_ncellvars = 0,
9434     .co_nfreevars = 0,
9435     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_32_localsplusnames._object.ob_base.ob_base,
9436     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
9437     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
9438     .co_name = & const_str__module_repr_from_spec._ascii.ob_base,
9439     .co_qualname = & const_str__module_repr_from_spec._ascii.ob_base,
9440     .co_linetable = & importlib__bootstrap_toplevel_consts_32_linetable.ob_base.ob_base,
9441     ._co_code = NULL,
9442     ._co_linearray = NULL,
9443     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x02\x64\x02\x6e\x06\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x80\x37\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x80\x15\x64\x03\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x64\x04\xa0\x03\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1b\x64\x05\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x64\x06\xa0\x03\x00\x00\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\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
9444     ._co_firsttraceable = 0,
9445 };
9446 static
9447     struct {
9448         PyASCIIObject _ascii;
9449         uint8_t _data[71];
9450     }
9451 importlib__bootstrap_toplevel_consts_33_consts_0 = {
9452     ._ascii = {
9453         .ob_base = {
9454             .ob_refcnt = 999999999,
9455             .ob_type = &PyUnicode_Type,
9456         },
9457         .length = 70,
9458         .hash = -1,
9459         .state = {
9460             .kind = 1,
9461             .compact = 1,
9462             .ascii = 1,
9463             .ready = 1,
9464         },
9465     },
9466     ._data = "Execute the spec's specified module in an existing module's namespace.",
9467 };
9468 static
9469     struct {
9470         PyASCIIObject _ascii;
9471         uint8_t _data[31];
9472     }
9473 importlib__bootstrap_toplevel_consts_33_consts_1 = {
9474     ._ascii = {
9475         .ob_base = {
9476             .ob_refcnt = 999999999,
9477             .ob_type = &PyUnicode_Type,
9478         },
9479         .length = 30,
9480         .hash = -1,
9481         .state = {
9482             .kind = 1,
9483             .compact = 1,
9484             .ascii = 1,
9485             .ready = 1,
9486         },
9487     },
9488     ._data = "module {!r} not in sys.modules",
9489 };
9490 static
9491     struct {
9492         PyASCIIObject _ascii;
9493         uint8_t _data[15];
9494     }
9495 importlib__bootstrap_toplevel_consts_33_consts_4 = {
9496     ._ascii = {
9497         .ob_base = {
9498             .ob_refcnt = 999999999,
9499             .ob_type = &PyUnicode_Type,
9500         },
9501         .length = 14,
9502         .hash = -1,
9503         .state = {
9504             .kind = 1,
9505             .compact = 1,
9506             .ascii = 1,
9507             .ready = 1,
9508         },
9509     },
9510     ._data = "missing loader",
9511 };
9512 static
9513     struct {
9514         PyASCIIObject _ascii;
9515         uint8_t _data[56];
9516     }
9517 importlib__bootstrap_toplevel_consts_33_consts_8 = {
9518     ._ascii = {
9519         .ob_base = {
9520             .ob_refcnt = 999999999,
9521             .ob_type = &PyUnicode_Type,
9522         },
9523         .length = 55,
9524         .hash = -1,
9525         .state = {
9526             .kind = 1,
9527             .compact = 1,
9528             .ascii = 1,
9529             .ready = 1,
9530         },
9531     },
9532     ._data = ".exec_module() not found; falling back to load_module()",
9533 };
9534 static
9535     struct {
9536         PyGC_Head _gc_head;
9537         struct {
9538             PyObject_VAR_HEAD
9539             PyObject *ob_item[9];
9540         }_object;
9541     }
9542 importlib__bootstrap_toplevel_consts_33_consts = {
9543     ._object = {
9544         .ob_base = {
9545             .ob_base = {
9546                 .ob_refcnt = 999999999,
9547                 .ob_type = &PyTuple_Type,
9548             },
9549             .ob_size = 9,
9550         },
9551         .ob_item = {
9552             & importlib__bootstrap_toplevel_consts_33_consts_0._ascii.ob_base,
9553             & importlib__bootstrap_toplevel_consts_33_consts_1._ascii.ob_base,
9554             & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
9555             Py_None,
9556             & importlib__bootstrap_toplevel_consts_33_consts_4._ascii.ob_base,
9557             Py_True,
9558             & importlib__bootstrap_toplevel_consts_29._object.ob_base.ob_base,
9559             & const_str_exec_module._ascii.ob_base,
9560             & importlib__bootstrap_toplevel_consts_33_consts_8._ascii.ob_base,
9561         },
9562     },
9563 };
9564 static
9565     struct {
9566         PyASCIIObject _ascii;
9567         uint8_t _data[14];
9568     }
9569 const_str_ImportWarning = {
9570     ._ascii = {
9571         .ob_base = {
9572             .ob_refcnt = 999999999,
9573             .ob_type = &PyUnicode_Type,
9574         },
9575         .length = 13,
9576         .hash = -1,
9577         .state = {
9578             .kind = 1,
9579             .compact = 1,
9580             .ascii = 1,
9581             .ready = 1,
9582         },
9583     },
9584     ._data = "ImportWarning",
9585 };
9586 static
9587     struct {
9588         PyASCIIObject _ascii;
9589         uint8_t _data[12];
9590     }
9591 const_str_load_module = {
9592     ._ascii = {
9593         .ob_base = {
9594             .ob_refcnt = 999999999,
9595             .ob_type = &PyUnicode_Type,
9596         },
9597         .length = 11,
9598         .hash = -1,
9599         .state = {
9600             .kind = 1,
9601             .compact = 1,
9602             .ascii = 1,
9603             .ready = 1,
9604         },
9605     },
9606     ._data = "load_module",
9607 };
9608 static
9609     struct {
9610         PyASCIIObject _ascii;
9611         uint8_t _data[4];
9612     }
9613 const_str_pop = {
9614     ._ascii = {
9615         .ob_base = {
9616             .ob_refcnt = 999999999,
9617             .ob_type = &PyUnicode_Type,
9618         },
9619         .length = 3,
9620         .hash = -1,
9621         .state = {
9622             .kind = 1,
9623             .compact = 1,
9624             .ascii = 1,
9625             .ready = 1,
9626         },
9627     },
9628     ._data = "pop",
9629 };
9630 static
9631     struct {
9632         PyGC_Head _gc_head;
9633         struct {
9634             PyObject_VAR_HEAD
9635             PyObject *ob_item[18];
9636         }_object;
9637     }
9638 importlib__bootstrap_toplevel_consts_33_names = {
9639     ._object = {
9640         .ob_base = {
9641             .ob_base = {
9642                 .ob_refcnt = 999999999,
9643                 .ob_type = &PyTuple_Type,
9644             },
9645             .ob_size = 18,
9646         },
9647         .ob_item = {
9648             &_Py_ID(name),
9649             & const_str__ModuleLockManager._ascii.ob_base,
9650             & const_str_sys._ascii.ob_base,
9651             &_Py_ID(modules),
9652             &_Py_ID(get),
9653             & const_str_format._ascii.ob_base,
9654             & const_str_ImportError._ascii.ob_base,
9655             & const_str_loader._ascii.ob_base,
9656             & const_str_submodule_search_locations._ascii.ob_base,
9657             & const_str__init_module_attrs._ascii.ob_base,
9658             & const_str_hasattr._ascii.ob_base,
9659             & const_str__object_name._ascii.ob_base,
9660             & const_str__warnings._ascii.ob_base,
9661             & const_str_warn._ascii.ob_base,
9662             & const_str_ImportWarning._ascii.ob_base,
9663             & const_str_load_module._ascii.ob_base,
9664             & const_str_exec_module._ascii.ob_base,
9665             & const_str_pop._ascii.ob_base,
9666         },
9667     },
9668 };
9669 static
9670     struct {
9671         PyObject_VAR_HEAD
9672         Py_hash_t ob_shash;
9673         char ob_sval[478];
9674     }
9675 importlib__bootstrap_toplevel_consts_33_linetable = {
9676     .ob_base = {
9677         .ob_base = {
9678             .ob_refcnt = 999999999,
9679             .ob_type = &PyBytes_Type,
9680         },
9681         .ob_size = 477,
9682     },
9683     .ob_shash = -1,
9684     .ob_sval = "\x80\x00\xe0\x0b\x0f\x8c\x39\x80\x44\xdd\x09\x1b\x98\x44\xd1\x09\x21\xd4\x09\x21\xf0\x00\x17\x05\x2c\xf0\x00\x17\x05\x2c\xdd\x0b\x0e\x8c\x3b\x8f\x3f\x8a\x3f\x98\x34\xd1\x0b\x20\xd4\x0b\x20\xa8\x06\xd0\x0b\x2e\xd0\x0b\x2e\xd8\x12\x32\xd7\x12\x39\xd2\x12\x39\xb8\x24\xd1\x12\x3f\xd4\x12\x3f\x88\x43\xdd\x12\x1d\x98\x63\xa8\x04\xd0\x12\x2d\xd1\x12\x2d\xd4\x12\x2d\xd0\x0c\x2d\xf0\x02\x13\x09\x2c\xd8\x0f\x13\x8c\x7b\xd0\x0f\x22\xd8\x13\x17\xd4\x13\x32\xd0\x13\x3a\xdd\x1a\x25\xd0\x26\x36\xb8\x54\xbc\x59\xd0\x1a\x47\xd1\x1a\x47\xd4\x1a\x47\xd0\x14\x47\xe5\x10\x22\xa0\x34\xa8\x16\xb8\x24\xd0\x10\x3f\xd1\x10\x3f\xd4\x10\x3f\xd0\x10\x3f\xd0\x10\x3f\xe5\x10\x22\xa0\x34\xa8\x16\xb8\x24\xd0\x10\x3f\xd1\x10\x3f\xd4\x10\x3f\xd0\x10\x3f\xdd\x17\x1e\x98\x74\x9c\x7b\xa8\x4d\xd1\x17\x3a\xd4\x17\x3a\xf0\x00\x06\x11\x34\xdd\x1e\x2a\xa8\x34\xac\x3b\xd1\x1e\x37\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\x92\x4e\xa0\x33\xad\x0d\xd1\x14\x36\xd4\x14\x36\xd0\x14\x36\xd8\x14\x18\x94\x4b\xd7\x14\x2b\xd2\x14\x2b\xa8\x44\xd1\x14\x31\xd4\x14\x31\xd0\x14\x31\xd0\x14\x31\xe0\x14\x18\x94\x4b\xd7\x14\x2b\xd2\x14\x2b\xa8\x46\xd1\x14\x33\xd4\x14\x33\xd0\x14\x33\xf5\x08\x00\x16\x19\x94\x5b\x97\x5f\x92\x5f\xa0\x54\xa4\x59\xd1\x15\x2f\xd4\x15\x2f\x88\x46\xd8\x25\x2b\x8d\x43\x8c\x4b\x98\x04\x9c\x09\xd1\x0c\x22\xd0\x0c\x22\xf8\xf5\x03\x00\x16\x19\x94\x5b\x97\x5f\x92\x5f\xa0\x54\xa4\x59\xd1\x15\x2f\xd4\x15\x2f\x88\x46\xd8\x25\x2b\x8d\x43\x8c\x4b\x98\x04\x9c\x09\xd1\x0c\x22\xd0\x0c\x2b\xd0\x0c\x2b\xd0\x0c\x2b\xd0\x0c\x2b\xd0\x0c\x22\xf0\x2f\x17\x05\x2c\xf0\x00\x17\x05\x2c\xf0\x00\x17\x05\x2c\xf1\x00\x17\x05\x2c\xf4\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\xf0\x00\x17\x05\x2c\xf0\x00\x17\x05\x2c\xf0\x00\x17\x05\x2c\xf0\x00\x17\x05\x2c\xf0\x30\x00\x0c\x12\x80\x4d",
9685 };
9686 static
9687     struct {
9688         PyObject_VAR_HEAD
9689         Py_hash_t ob_shash;
9690         char ob_sval[44];
9691     }
9692 importlib__bootstrap_toplevel_consts_33_exceptiontable = {
9693     .ob_base = {
9694         .ob_base = {
9695             .ob_refcnt = 999999999,
9696             .ob_type = &PyBytes_Type,
9697         },
9698         .ob_size = 43,
9699     },
9700     .ob_shash = -1,
9701     .ob_sval = "\x97\x41\x08\x46\x2d\x03\xc1\x20\x43\x0a\x45\x23\x02\xc4\x2a\x39\x46\x2d\x03\xc5\x23\x3a\x46\x1d\x05\xc6\x1d\x03\x46\x2d\x03\xc6\x2d\x04\x46\x31\x07\xc6\x34\x01\x46\x31\x07",
9702 };
9703 static
9704     struct {
9705         PyGC_Head _gc_head;
9706         struct {
9707             PyObject_VAR_HEAD
9708             PyObject *ob_item[4];
9709         }_object;
9710     }
9711 importlib__bootstrap_toplevel_consts_33_localsplusnames = {
9712     ._object = {
9713         .ob_base = {
9714             .ob_base = {
9715                 .ob_refcnt = 999999999,
9716                 .ob_type = &PyTuple_Type,
9717             },
9718             .ob_size = 4,
9719         },
9720         .ob_item = {
9721             & const_str_spec._ascii.ob_base,
9722             & const_str_module._ascii.ob_base,
9723             &_Py_ID(name),
9724             &_Py_ID(msg),
9725         },
9726     },
9727 };
9728 static
9729     struct {
9730         PyObject_VAR_HEAD
9731         Py_hash_t ob_shash;
9732         char ob_sval[5];
9733     }
9734 importlib__bootstrap_toplevel_consts_33_localspluskinds = {
9735     .ob_base = {
9736         .ob_base = {
9737             .ob_refcnt = 999999999,
9738             .ob_type = &PyBytes_Type,
9739         },
9740         .ob_size = 4,
9741     },
9742     .ob_shash = -1,
9743     .ob_sval = "    ",
9744 };
9745 static
9746     struct _PyCode_DEF(884)
9747 importlib__bootstrap_toplevel_consts_33 = {
9748     .ob_base = {
9749         .ob_base = {
9750             .ob_refcnt = 999999999,
9751             .ob_type = &PyCode_Type,
9752         },
9753         .ob_size = 442,
9754     },
9755     .co_consts = & importlib__bootstrap_toplevel_consts_33_consts._object.ob_base.ob_base,
9756     .co_names = & importlib__bootstrap_toplevel_consts_33_names._object.ob_base.ob_base,
9757     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_33_exceptiontable.ob_base.ob_base,
9758     .co_flags = 3,
9759     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
9760     ._co_linearray_entry_size = 0,
9761     .co_argcount = 2,
9762     .co_posonlyargcount = 0,
9763     .co_kwonlyargcount = 0,
9764     .co_stacksize = 6,
9765     .co_firstlineno = 600,
9766     .co_nlocalsplus = 4,
9767     .co_nlocals = 4,
9768     .co_nplaincellvars = 0,
9769     .co_ncellvars = 0,
9770     .co_nfreevars = 0,
9771     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_33_localsplusnames._object.ob_base.ob_base,
9772     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
9773     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
9774     .co_name = & const_str__exec._ascii.ob_base,
9775     .co_qualname = & const_str__exec._ascii.ob_base,
9776     .co_linetable = & importlib__bootstrap_toplevel_consts_33_linetable.ob_base.ob_base,
9777     ._co_code = NULL,
9778     ._co_linearray = NULL,
9779     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\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\xa6\x01\x00\x00\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\x03\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x75\x01\x72\x26\x64\x01\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\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\x7c\x03\x7c\x02\xac\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x09\x00\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x80\x30\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x80\x16\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\xac\x02\xa6\x02\x00\x00\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x93\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x64\x05\xac\x06\xa6\x03\x00\x00\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\x07\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x52\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\xa0\x0d\x00\x00\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\xa6\x02\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\xa0\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x1a\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\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\x03\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x11\x00\x00\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\xa6\x01\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\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x6e\x3d\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x11\x00\x00\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\xa6\x01\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\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x77\x00\x78\x03\x59\x00\x77\x01\x09\x00\x64\x03\x64\x03\x64\x03\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0b\x23\x00\x31\x00\x73\x04\x77\x02\x78\x03\x59\x00\x77\x01\x01\x00\x59\x00\x01\x00\x01\x00\x7c\x01\x53\x00",
9780     ._co_firsttraceable = 0,
9781 };
9782 static
9783     struct {
9784         PyGC_Head _gc_head;
9785         struct {
9786             PyObject_VAR_HEAD
9787             PyObject *ob_item[7];
9788         }_object;
9789     }
9790 importlib__bootstrap_toplevel_consts_34_consts = {
9791     ._object = {
9792         .ob_base = {
9793             .ob_base = {
9794                 .ob_refcnt = 999999999,
9795                 .ob_type = &PyTuple_Type,
9796             },
9797             .ob_size = 7,
9798         },
9799         .ob_item = {
9800             Py_None,
9801             &_Py_ID(__loader__),
9802             &_Py_ID(__package__),
9803             &_Py_ID(__path__),
9804             &_Py_STR(dot),
9805             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
9806             &_Py_ID(__spec__),
9807         },
9808     },
9809 };
9810 static
9811     struct {
9812         PyGC_Head _gc_head;
9813         struct {
9814             PyObject_VAR_HEAD
9815             PyObject *ob_item[14];
9816         }_object;
9817     }
9818 importlib__bootstrap_toplevel_consts_34_names = {
9819     ._object = {
9820         .ob_base = {
9821             .ob_base = {
9822                 .ob_refcnt = 999999999,
9823                 .ob_type = &PyTuple_Type,
9824             },
9825             .ob_size = 14,
9826         },
9827         .ob_item = {
9828             & const_str_loader._ascii.ob_base,
9829             & const_str_load_module._ascii.ob_base,
9830             &_Py_ID(name),
9831             & const_str_sys._ascii.ob_base,
9832             &_Py_ID(modules),
9833             & const_str_pop._ascii.ob_base,
9834             &_Py_ID(getattr),
9835             &_Py_ID(__loader__),
9836             & const_str_AttributeError._ascii.ob_base,
9837             &_Py_ID(__name__),
9838             &_Py_ID(__package__),
9839             & const_str_hasattr._ascii.ob_base,
9840             & const_str_rpartition._ascii.ob_base,
9841             &_Py_ID(__spec__),
9842         },
9843     },
9844 };
9845 static
9846     struct {
9847         PyASCIIObject _ascii;
9848         uint8_t _data[26];
9849     }
9850 const_str__load_backward_compatible = {
9851     ._ascii = {
9852         .ob_base = {
9853             .ob_refcnt = 999999999,
9854             .ob_type = &PyUnicode_Type,
9855         },
9856         .length = 25,
9857         .hash = -1,
9858         .state = {
9859             .kind = 1,
9860             .compact = 1,
9861             .ascii = 1,
9862             .ready = 1,
9863         },
9864     },
9865     ._data = "_load_backward_compatible",
9866 };
9867 static
9868     struct {
9869         PyObject_VAR_HEAD
9870         Py_hash_t ob_shash;
9871         char ob_sval[387];
9872     }
9873 importlib__bootstrap_toplevel_consts_34_linetable = {
9874     .ob_base = {
9875         .ob_base = {
9876             .ob_refcnt = 999999999,
9877             .ob_type = &PyBytes_Type,
9878         },
9879         .ob_size = 386,
9880     },
9881     .ob_shash = -1,
9882     .ob_sval = "\x80\x00\xf0\x06\x06\x05\x0e\xd8\x08\x0c\x8c\x0b\xd7\x08\x1f\xd2\x08\x1f\xa0\x04\xa4\x09\xd1\x08\x2a\xd4\x08\x2a\xd0\x08\x2a\xd0\x08\x2a\xf8\xf0\x02\x04\x05\x0e\xd8\x0b\x0f\x8c\x39\x9d\x03\x9c\x0b\xd0\x0b\x23\xd0\x0b\x23\xdd\x15\x18\x94\x5b\x97\x5f\x92\x5f\xa0\x54\xa4\x59\xd1\x15\x2f\xd4\x15\x2f\x88\x46\xd8\x25\x2b\x8d\x43\x8c\x4b\x98\x04\x9c\x09\xd1\x0c\x22\xd8\x08\x0d\xf8\xf8\xf8\xf5\x06\x00\x0e\x11\x8c\x5b\x8f\x5f\x8a\x5f\x98\x54\x9c\x59\xd1\x0d\x27\xd4\x0d\x27\x80\x46\xd8\x1d\x23\x85\x43\x84\x4b\x90\x04\x94\x09\xd1\x04\x1a\xdd\x07\x0e\x88\x76\x90\x7c\xa0\x54\xd1\x07\x2a\xd4\x07\x2a\xd0\x07\x32\xf0\x02\x03\x09\x11\xd8\x20\x24\xa4\x0b\x88\x46\xd4\x0c\x1d\xd0\x0c\x1d\xf8\xdd\x0f\x1d\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\xe5\x07\x0e\x88\x76\x90\x7d\xa0\x64\xd1\x07\x2b\xd4\x07\x2b\xd0\x07\x33\xf0\x02\x08\x09\x11\xf0\x08\x00\x22\x28\xa4\x1f\x88\x46\xd4\x0c\x1e\xdd\x13\x1a\x98\x36\xa0\x3a\xd1\x13\x2e\xd4\x13\x2e\xf0\x00\x01\x0d\x42\x01\xd8\x25\x29\xa4\x59\xd7\x25\x39\xd2\x25\x39\xb8\x23\xd1\x25\x3e\xd4\x25\x3e\xb8\x71\xd4\x25\x41\x90\x06\xd4\x10\x22\xf8\xf8\xdd\x0f\x1d\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\xe5\x07\x0e\x88\x76\x90\x7a\xa0\x34\xd1\x07\x28\xd4\x07\x28\xd0\x07\x30\xf0\x02\x03\x09\x11\xd8\x1e\x22\x88\x46\x8c\x4f\x88\x4f\xf8\xdd\x0f\x1d\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\x0b\x11\x80\x4d",
9883 };
9884 static
9885     struct {
9886         PyObject_VAR_HEAD
9887         Py_hash_t ob_shash;
9888         char ob_sval[66];
9889     }
9890 importlib__bootstrap_toplevel_consts_34_exceptiontable = {
9891     .ob_base = {
9892         .ob_base = {
9893             .ob_refcnt = 999999999,
9894             .ob_type = &PyBytes_Type,
9895         },
9896         .ob_size = 65,
9897     },
9898     .ob_shash = -1,
9899     .ob_sval = "\x82\x1f\x22\x00\xa2\x41\x0e\x41\x30\x03\xc2\x3d\x0c\x43\x0a\x00\xc3\x0a\x0a\x43\x17\x03\xc3\x16\x01\x43\x17\x03\xc3\x2c\x41\x01\x44\x2e\x00\xc4\x2e\x0a\x44\x3b\x03\xc4\x3a\x01\x44\x3b\x03\xc5\x10\x07\x45\x18\x00\xc5\x18\x0a\x45\x25\x03\xc5\x24\x01\x45\x25\x03",
9900 };
9901 static
9902     struct _PyCode_DEF(724)
9903 importlib__bootstrap_toplevel_consts_34 = {
9904     .ob_base = {
9905         .ob_base = {
9906             .ob_refcnt = 999999999,
9907             .ob_type = &PyCode_Type,
9908         },
9909         .ob_size = 362,
9910     },
9911     .co_consts = & importlib__bootstrap_toplevel_consts_34_consts._object.ob_base.ob_base,
9912     .co_names = & importlib__bootstrap_toplevel_consts_34_names._object.ob_base.ob_base,
9913     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_34_exceptiontable.ob_base.ob_base,
9914     .co_flags = 3,
9915     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
9916     ._co_linearray_entry_size = 0,
9917     .co_argcount = 1,
9918     .co_posonlyargcount = 0,
9919     .co_kwonlyargcount = 0,
9920     .co_stacksize = 5,
9921     .co_firstlineno = 630,
9922     .co_nlocalsplus = 2,
9923     .co_nlocals = 2,
9924     .co_nplaincellvars = 0,
9925     .co_ncellvars = 0,
9926     .co_nfreevars = 0,
9927     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_31_localsplusnames._object.ob_base.ob_base,
9928     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
9929     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
9930     .co_name = & const_str__load_backward_compatible._ascii.ob_base,
9931     .co_qualname = & const_str__load_backward_compatible._ascii.ob_base,
9932     .co_linetable = & importlib__bootstrap_toplevel_consts_34_linetable.ob_base.ob_base,
9933     ._co_code = NULL,
9934     ._co_linearray = NULL,
9935     .co_code_adaptive = "\x97\x00\x09\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x51\x23\x00\x01\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x38\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x05\x00\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\xa6\x01\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\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x82\x00\x78\x03\x59\x00\x77\x01\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x05\x00\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\xa6\x01\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\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x1e\x09\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x5f\x07\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x10\x23\x00\x74\x10\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\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x02\x64\x00\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x53\x09\x00\x7c\x01\x6a\x09\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x25\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xa6\x01\x00\x00\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\x6e\x10\x23\x00\x74\x10\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\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x06\x64\x00\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x19\x09\x00\x7c\x00\x7c\x01\x5f\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x10\x23\x00\x74\x10\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\x01\x53\x00",
9936     ._co_firsttraceable = 0,
9937 };
9938 static
9939     struct {
9940         PyASCIIObject _ascii;
9941         uint8_t _data[19];
9942     }
9943 importlib__bootstrap_toplevel_consts_35_consts_6 = {
9944     ._ascii = {
9945         .ob_base = {
9946             .ob_refcnt = 999999999,
9947             .ob_type = &PyUnicode_Type,
9948         },
9949         .length = 18,
9950         .hash = -1,
9951         .state = {
9952             .kind = 1,
9953             .compact = 1,
9954             .ascii = 1,
9955             .ready = 1,
9956         },
9957     },
9958     ._data = "import {!r} # {!r}",
9959 };
9960 static
9961     struct {
9962         PyGC_Head _gc_head;
9963         struct {
9964             PyObject_VAR_HEAD
9965             PyObject *ob_item[8];
9966         }_object;
9967     }
9968 importlib__bootstrap_toplevel_consts_35_consts = {
9969     ._object = {
9970         .ob_base = {
9971             .ob_base = {
9972                 .ob_refcnt = 999999999,
9973                 .ob_type = &PyTuple_Type,
9974             },
9975             .ob_size = 8,
9976         },
9977         .ob_item = {
9978             Py_None,
9979             & const_str_exec_module._ascii.ob_base,
9980             & importlib__bootstrap_toplevel_consts_33_consts_8._ascii.ob_base,
9981             Py_True,
9982             & importlib__bootstrap_toplevel_consts_33_consts_4._ascii.ob_base,
9983             & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
9984             & importlib__bootstrap_toplevel_consts_35_consts_6._ascii.ob_base,
9985             Py_False,
9986         },
9987     },
9988 };
9989 static
9990     struct {
9991         PyGC_Head _gc_head;
9992         struct {
9993             PyObject_VAR_HEAD
9994             PyObject *ob_item[18];
9995         }_object;
9996     }
9997 importlib__bootstrap_toplevel_consts_35_names = {
9998     ._object = {
9999         .ob_base = {
10000             .ob_base = {
10001                 .ob_refcnt = 999999999,
10002                 .ob_type = &PyTuple_Type,
10003             },
10004             .ob_size = 18,
10005         },
10006         .ob_item = {
10007             & const_str_loader._ascii.ob_base,
10008             & const_str_hasattr._ascii.ob_base,
10009             & const_str__object_name._ascii.ob_base,
10010             & const_str__warnings._ascii.ob_base,
10011             & const_str_warn._ascii.ob_base,
10012             & const_str_ImportWarning._ascii.ob_base,
10013             & const_str__load_backward_compatible._ascii.ob_base,
10014             & const_str_module_from_spec._ascii.ob_base,
10015             &_Py_ID(_initializing),
10016             & const_str_sys._ascii.ob_base,
10017             &_Py_ID(modules),
10018             &_Py_ID(name),
10019             & const_str_submodule_search_locations._ascii.ob_base,
10020             & const_str_ImportError._ascii.ob_base,
10021             & const_str_exec_module._ascii.ob_base,
10022             & const_str_KeyError._ascii.ob_base,
10023             & const_str_pop._ascii.ob_base,
10024             & const_str__verbose_message._ascii.ob_base,
10025         },
10026     },
10027 };
10028 static
10029     struct {
10030         PyASCIIObject _ascii;
10031         uint8_t _data[15];
10032     }
10033 const_str__load_unlocked = {
10034     ._ascii = {
10035         .ob_base = {
10036             .ob_refcnt = 999999999,
10037             .ob_type = &PyUnicode_Type,
10038         },
10039         .length = 14,
10040         .hash = -1,
10041         .state = {
10042             .kind = 1,
10043             .compact = 1,
10044             .ascii = 1,
10045             .ready = 1,
10046         },
10047     },
10048     ._data = "_load_unlocked",
10049 };
10050 static
10051     struct {
10052         PyObject_VAR_HEAD
10053         Py_hash_t ob_shash;
10054         char ob_sval[371];
10055     }
10056 importlib__bootstrap_toplevel_consts_35_linetable = {
10057     .ob_base = {
10058         .ob_base = {
10059             .ob_refcnt = 999999999,
10060             .ob_type = &PyBytes_Type,
10061         },
10062         .ob_size = 370,
10063     },
10064     .ob_shash = -1,
10065     .ob_sval = "\x80\x00\xe0\x07\x0b\x84\x7b\xd0\x07\x1e\xe5\x0f\x16\x90\x74\x94\x7b\xa0\x4d\xd1\x0f\x32\xd4\x0f\x32\xf0\x00\x04\x09\x33\xdd\x16\x22\xa0\x34\xa4\x3b\xd1\x16\x2f\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\x8a\x4e\x98\x33\xa5\x0d\xd1\x0c\x2e\xd4\x0c\x2e\xd0\x0c\x2e\xdd\x13\x2c\xa8\x54\xd1\x13\x32\xd4\x13\x32\xd0\x0c\x32\xe5\x0d\x1d\x98\x64\xd1\x0d\x23\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\x8c\x0b\x90\x44\x94\x49\xd1\x08\x1e\xf0\x02\x0c\x09\x12\xd8\x0f\x13\x8c\x7b\xd0\x0f\x22\xd8\x13\x17\xd4\x13\x32\xd0\x13\x3a\xdd\x1a\x25\xd0\x26\x36\xb8\x54\xbc\x59\xd0\x1a\x47\xd1\x1a\x47\xd4\x1a\x47\xd0\x14\x47\xf0\x03\x00\x14\x3b\xf0\x08\x00\x11\x15\x94\x0b\xd7\x10\x27\xd2\x10\x27\xa8\x06\xd1\x10\x2f\xd4\x10\x2f\xd0\x10\x2f\xf8\xf8\xf0\x02\x05\x09\x12\xf0\x02\x03\x0d\x15\xdd\x14\x17\x94\x4b\xa0\x04\xa4\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\xf5\x0a\x00\x12\x15\x94\x1b\x97\x1f\x92\x1f\xa0\x14\xa4\x19\xd1\x11\x2b\xd4\x11\x2b\x88\x06\xd8\x21\x27\x8d\x03\x8c\x0b\x90\x44\x94\x49\xd1\x08\x1e\xdd\x08\x18\xd0\x19\x2d\xa8\x74\xac\x79\xb8\x24\xbc\x2b\xd1\x08\x46\xd4\x08\x46\xd0\x08\x46\xe0\x1d\x22\x88\x04\xd4\x08\x1a\xd0\x08\x1a\xf8\x98\x55\x88\x04\xd4\x08\x1a\xd0\x08\x22\xd0\x08\x22\xd0\x08\x22\xd0\x08\x22\xe0\x0b\x11\x80\x4d",
10066 };
10067 static
10068     struct {
10069         PyObject_VAR_HEAD
10070         Py_hash_t ob_shash;
10071         char ob_sval[74];
10072     }
10073 importlib__bootstrap_toplevel_consts_35_exceptiontable = {
10074     .ob_base = {
10075         .ob_base = {
10076             .ob_refcnt = 999999999,
10077             .ob_type = &PyBytes_Type,
10078         },
10079         .ob_size = 73,
10080     },
10081     .ob_shash = -1,
10082     .ob_sval = "\xc1\x3a\x14\x45\x14\x00\xc2\x0f\x3f\x43\x0f\x00\xc3\x0e\x01\x45\x14\x00\xc3\x0f\x02\x43\x36\x03\xc3\x12\x12\x43\x25\x02\xc3\x24\x01\x43\x36\x03\xc3\x25\x0a\x43\x32\x05\xc3\x2f\x02\x43\x36\x03\xc3\x31\x01\x43\x32\x05\xc3\x32\x04\x43\x36\x03\xc3\x36\x41\x16\x45\x14\x00\xc5\x14\x09\x45\x1d\x03",
10083 };
10084 static
10085     struct {
10086         PyGC_Head _gc_head;
10087         struct {
10088             PyObject_VAR_HEAD
10089             PyObject *ob_item[3];
10090         }_object;
10091     }
10092 importlib__bootstrap_toplevel_consts_35_localsplusnames = {
10093     ._object = {
10094         .ob_base = {
10095             .ob_base = {
10096                 .ob_refcnt = 999999999,
10097                 .ob_type = &PyTuple_Type,
10098             },
10099             .ob_size = 3,
10100         },
10101         .ob_item = {
10102             & const_str_spec._ascii.ob_base,
10103             &_Py_ID(msg),
10104             & const_str_module._ascii.ob_base,
10105         },
10106     },
10107 };
10108 static
10109     struct _PyCode_DEF(708)
10110 importlib__bootstrap_toplevel_consts_35 = {
10111     .ob_base = {
10112         .ob_base = {
10113             .ob_refcnt = 999999999,
10114             .ob_type = &PyCode_Type,
10115         },
10116         .ob_size = 354,
10117     },
10118     .co_consts = & importlib__bootstrap_toplevel_consts_35_consts._object.ob_base.ob_base,
10119     .co_names = & importlib__bootstrap_toplevel_consts_35_names._object.ob_base.ob_base,
10120     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_35_exceptiontable.ob_base.ob_base,
10121     .co_flags = 3,
10122     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
10123     ._co_linearray_entry_size = 0,
10124     .co_argcount = 1,
10125     .co_posonlyargcount = 0,
10126     .co_kwonlyargcount = 0,
10127     .co_stacksize = 5,
10128     .co_firstlineno = 666,
10129     .co_nlocalsplus = 3,
10130     .co_nlocals = 3,
10131     .co_nplaincellvars = 0,
10132     .co_ncellvars = 0,
10133     .co_nfreevars = 0,
10134     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_35_localsplusnames._object.ob_base.ob_base,
10135     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
10136     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
10137     .co_name = & const_str__load_unlocked._ascii.ob_base,
10138     .co_qualname = & const_str__load_unlocked._ascii.ob_base,
10139     .co_linetable = & importlib__bootstrap_toplevel_consts_35_linetable.ob_base.ob_base,
10140     ._co_code = NULL,
10141     ._co_linearray = NULL,
10142     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x5b\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x46\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\xa0\x04\x00\x00\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\xa6\x02\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\xa6\x01\x00\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\xa6\x01\x00\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\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0b\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\x80\x1e\x7c\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x80\x16\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\xac\x05\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x6e\x1a\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x2a\x23\x00\x01\x00\x09\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0b\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\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0b\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\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x03\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\x6e\x0c\x23\x00\x64\x07\x7c\x00\x5f\x08\x00\x00\x00\x00\x00\x00\x00\x00\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x02\x53\x00",
10143     ._co_firsttraceable = 0,
10144 };
10145 static
10146     struct {
10147         PyASCIIObject _ascii;
10148         uint8_t _data[192];
10149     }
10150 importlib__bootstrap_toplevel_consts_36_consts_0 = {
10151     ._ascii = {
10152         .ob_base = {
10153             .ob_refcnt = 999999999,
10154             .ob_type = &PyUnicode_Type,
10155         },
10156         .length = 191,
10157         .hash = -1,
10158         .state = {
10159             .kind = 1,
10160             .compact = 1,
10161             .ascii = 1,
10162             .ready = 1,
10163         },
10164     },
10165     ._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",
10166 };
10167 static
10168     struct {
10169         PyGC_Head _gc_head;
10170         struct {
10171             PyObject_VAR_HEAD
10172             PyObject *ob_item[2];
10173         }_object;
10174     }
10175 importlib__bootstrap_toplevel_consts_36_consts = {
10176     ._object = {
10177         .ob_base = {
10178             .ob_base = {
10179                 .ob_refcnt = 999999999,
10180                 .ob_type = &PyTuple_Type,
10181             },
10182             .ob_size = 2,
10183         },
10184         .ob_item = {
10185             & importlib__bootstrap_toplevel_consts_36_consts_0._ascii.ob_base,
10186             Py_None,
10187         },
10188     },
10189 };
10190 static
10191     struct {
10192         PyGC_Head _gc_head;
10193         struct {
10194             PyObject_VAR_HEAD
10195             PyObject *ob_item[3];
10196         }_object;
10197     }
10198 importlib__bootstrap_toplevel_consts_36_names = {
10199     ._object = {
10200         .ob_base = {
10201             .ob_base = {
10202                 .ob_refcnt = 999999999,
10203                 .ob_type = &PyTuple_Type,
10204             },
10205             .ob_size = 3,
10206         },
10207         .ob_item = {
10208             & const_str__ModuleLockManager._ascii.ob_base,
10209             &_Py_ID(name),
10210             & const_str__load_unlocked._ascii.ob_base,
10211         },
10212     },
10213 };
10214 static
10215     struct {
10216         PyObject_VAR_HEAD
10217         Py_hash_t ob_shash;
10218         char ob_sval[132];
10219     }
10220 importlib__bootstrap_toplevel_consts_36_linetable = {
10221     .ob_base = {
10222         .ob_base = {
10223             .ob_refcnt = 999999999,
10224             .ob_type = &PyBytes_Type,
10225         },
10226         .ob_size = 131,
10227     },
10228     .ob_shash = -1,
10229     .ob_sval = "\x80\x00\xf5\x12\x00\x0a\x1c\x98\x44\x9c\x49\xd1\x09\x26\xd4\x09\x26\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xdd\x0f\x1d\x98\x64\xd1\x0f\x23\xd4\x0f\x23\xf0\x03\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf1\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\xf8\xf8\xf8\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",
10230 };
10231 static
10232     struct {
10233         PyObject_VAR_HEAD
10234         Py_hash_t ob_shash;
10235         char ob_sval[13];
10236     }
10237 importlib__bootstrap_toplevel_consts_36_exceptiontable = {
10238     .ob_base = {
10239         .ob_base = {
10240             .ob_refcnt = 999999999,
10241             .ob_type = &PyBytes_Type,
10242         },
10243         .ob_size = 12,
10244     },
10245     .ob_shash = -1,
10246     .ob_sval = "\x95\x0f\x31\x03\xb1\x04\x35\x07\xb8\x01\x35\x07",
10247 };
10248 static
10249     struct {
10250         PyGC_Head _gc_head;
10251         struct {
10252             PyObject_VAR_HEAD
10253             PyObject *ob_item[1];
10254         }_object;
10255     }
10256 importlib__bootstrap_toplevel_consts_36_localsplusnames = {
10257     ._object = {
10258         .ob_base = {
10259             .ob_base = {
10260                 .ob_refcnt = 999999999,
10261                 .ob_type = &PyTuple_Type,
10262             },
10263             .ob_size = 1,
10264         },
10265         .ob_item = {
10266             & const_str_spec._ascii.ob_base,
10267         },
10268     },
10269 };
10270 static
10271     struct _PyCode_DEF(124)
10272 importlib__bootstrap_toplevel_consts_36 = {
10273     .ob_base = {
10274         .ob_base = {
10275             .ob_refcnt = 999999999,
10276             .ob_type = &PyCode_Type,
10277         },
10278         .ob_size = 62,
10279     },
10280     .co_consts = & importlib__bootstrap_toplevel_consts_36_consts._object.ob_base.ob_base,
10281     .co_names = & importlib__bootstrap_toplevel_consts_36_names._object.ob_base.ob_base,
10282     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_36_exceptiontable.ob_base.ob_base,
10283     .co_flags = 3,
10284     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
10285     ._co_linearray_entry_size = 0,
10286     .co_argcount = 1,
10287     .co_posonlyargcount = 0,
10288     .co_kwonlyargcount = 0,
10289     .co_stacksize = 6,
10290     .co_firstlineno = 711,
10291     .co_nlocalsplus = 1,
10292     .co_nlocals = 1,
10293     .co_nplaincellvars = 0,
10294     .co_ncellvars = 0,
10295     .co_nfreevars = 0,
10296     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_36_localsplusnames._object.ob_base.ob_base,
10297     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
10298     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
10299     .co_name = & const_str__load._ascii.ob_base,
10300     .co_qualname = & const_str__load._ascii.ob_base,
10301     .co_linetable = & importlib__bootstrap_toplevel_consts_36_linetable.ob_base.ob_base,
10302     ._co_code = NULL,
10303     ._co_linearray = NULL,
10304     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x64\x01\x64\x01\x64\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x53\x00\x23\x00\x31\x00\x73\x04\x77\x02\x78\x03\x59\x00\x77\x01\x01\x00\x59\x00\x01\x00\x01\x00\x64\x01\x53\x00",
10305     ._co_firsttraceable = 0,
10306 };
10307 static
10308     struct {
10309         PyASCIIObject _ascii;
10310         uint8_t _data[16];
10311     }
10312 const_str_BuiltinImporter = {
10313     ._ascii = {
10314         .ob_base = {
10315             .ob_refcnt = 999999999,
10316             .ob_type = &PyUnicode_Type,
10317         },
10318         .length = 15,
10319         .hash = -1,
10320         .state = {
10321             .kind = 1,
10322             .compact = 1,
10323             .ascii = 1,
10324             .ready = 1,
10325         },
10326     },
10327     ._data = "BuiltinImporter",
10328 };
10329 static
10330     struct {
10331         PyASCIIObject _ascii;
10332         uint8_t _data[145];
10333     }
10334 importlib__bootstrap_toplevel_consts_37_consts_1 = {
10335     ._ascii = {
10336         .ob_base = {
10337             .ob_refcnt = 999999999,
10338             .ob_type = &PyUnicode_Type,
10339         },
10340         .length = 144,
10341         .hash = -1,
10342         .state = {
10343             .kind = 1,
10344             .compact = 1,
10345             .ascii = 1,
10346             .ready = 1,
10347         },
10348     },
10349     ._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",
10350 };
10351 static
10352     struct {
10353         PyASCIIObject _ascii;
10354         uint8_t _data[9];
10355     }
10356 importlib__bootstrap_toplevel_consts_37_consts_2 = {
10357     ._ascii = {
10358         .ob_base = {
10359             .ob_refcnt = 999999999,
10360             .ob_type = &PyUnicode_Type,
10361         },
10362         .length = 8,
10363         .hash = -1,
10364         .state = {
10365             .kind = 1,
10366             .compact = 1,
10367             .ascii = 1,
10368             .ready = 1,
10369         },
10370     },
10371     ._data = "built-in",
10372 };
10373 static
10374     struct {
10375         PyASCIIObject _ascii;
10376         uint8_t _data[116];
10377     }
10378 importlib__bootstrap_toplevel_consts_37_consts_3_consts_0 = {
10379     ._ascii = {
10380         .ob_base = {
10381             .ob_refcnt = 999999999,
10382             .ob_type = &PyUnicode_Type,
10383         },
10384         .length = 115,
10385         .hash = -1,
10386         .state = {
10387             .kind = 1,
10388             .compact = 1,
10389             .ascii = 1,
10390             .ready = 1,
10391         },
10392     },
10393     ._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",
10394 };
10395 static
10396     struct {
10397         PyASCIIObject _ascii;
10398         uint8_t _data[82];
10399     }
10400 importlib__bootstrap_toplevel_consts_37_consts_3_consts_1 = {
10401     ._ascii = {
10402         .ob_base = {
10403             .ob_refcnt = 999999999,
10404             .ob_type = &PyUnicode_Type,
10405         },
10406         .length = 81,
10407         .hash = -1,
10408         .state = {
10409             .kind = 1,
10410             .compact = 1,
10411             .ascii = 1,
10412             .ready = 1,
10413         },
10414     },
10415     ._data = "BuiltinImporter.module_repr() is deprecated and slated for removal in Python 3.12",
10416 };
10417 static
10418     struct {
10419         PyASCIIObject _ascii;
10420         uint8_t _data[9];
10421     }
10422 importlib__bootstrap_toplevel_consts_37_consts_3_consts_2 = {
10423     ._ascii = {
10424         .ob_base = {
10425             .ob_refcnt = 999999999,
10426             .ob_type = &PyUnicode_Type,
10427         },
10428         .length = 8,
10429         .hash = -1,
10430         .state = {
10431             .kind = 1,
10432             .compact = 1,
10433             .ascii = 1,
10434             .ready = 1,
10435         },
10436     },
10437     ._data = "<module ",
10438 };
10439 static
10440     struct {
10441         PyASCIIObject _ascii;
10442         uint8_t _data[3];
10443     }
10444 importlib__bootstrap_toplevel_consts_37_consts_3_consts_3 = {
10445     ._ascii = {
10446         .ob_base = {
10447             .ob_refcnt = 999999999,
10448             .ob_type = &PyUnicode_Type,
10449         },
10450         .length = 2,
10451         .hash = -1,
10452         .state = {
10453             .kind = 1,
10454             .compact = 1,
10455             .ascii = 1,
10456             .ready = 1,
10457         },
10458     },
10459     ._data = " (",
10460 };
10461 static
10462     struct {
10463         PyASCIIObject _ascii;
10464         uint8_t _data[3];
10465     }
10466 importlib__bootstrap_toplevel_consts_37_consts_3_consts_4 = {
10467     ._ascii = {
10468         .ob_base = {
10469             .ob_refcnt = 999999999,
10470             .ob_type = &PyUnicode_Type,
10471         },
10472         .length = 2,
10473         .hash = -1,
10474         .state = {
10475             .kind = 1,
10476             .compact = 1,
10477             .ascii = 1,
10478             .ready = 1,
10479         },
10480     },
10481     ._data = ")>",
10482 };
10483 static
10484     struct {
10485         PyGC_Head _gc_head;
10486         struct {
10487             PyObject_VAR_HEAD
10488             PyObject *ob_item[5];
10489         }_object;
10490     }
10491 importlib__bootstrap_toplevel_consts_37_consts_3_consts = {
10492     ._object = {
10493         .ob_base = {
10494             .ob_base = {
10495                 .ob_refcnt = 999999999,
10496                 .ob_type = &PyTuple_Type,
10497             },
10498             .ob_size = 5,
10499         },
10500         .ob_item = {
10501             & importlib__bootstrap_toplevel_consts_37_consts_3_consts_0._ascii.ob_base,
10502             & importlib__bootstrap_toplevel_consts_37_consts_3_consts_1._ascii.ob_base,
10503             & importlib__bootstrap_toplevel_consts_37_consts_3_consts_2._ascii.ob_base,
10504             & importlib__bootstrap_toplevel_consts_37_consts_3_consts_3._ascii.ob_base,
10505             & importlib__bootstrap_toplevel_consts_37_consts_3_consts_4._ascii.ob_base,
10506         },
10507     },
10508 };
10509 static
10510     struct {
10511         PyGC_Head _gc_head;
10512         struct {
10513             PyObject_VAR_HEAD
10514             PyObject *ob_item[6];
10515         }_object;
10516     }
10517 importlib__bootstrap_toplevel_consts_37_consts_3_names = {
10518     ._object = {
10519         .ob_base = {
10520             .ob_base = {
10521                 .ob_refcnt = 999999999,
10522                 .ob_type = &PyTuple_Type,
10523             },
10524             .ob_size = 6,
10525         },
10526         .ob_item = {
10527             & const_str__warnings._ascii.ob_base,
10528             & const_str_warn._ascii.ob_base,
10529             & const_str_DeprecationWarning._ascii.ob_base,
10530             &_Py_ID(__name__),
10531             & const_str_BuiltinImporter._ascii.ob_base,
10532             & const_str__ORIGIN._ascii.ob_base,
10533         },
10534     },
10535 };
10536 static
10537     struct {
10538         PyASCIIObject _ascii;
10539         uint8_t _data[28];
10540     }
10541 importlib__bootstrap_toplevel_consts_37_consts_3_qualname = {
10542     ._ascii = {
10543         .ob_base = {
10544             .ob_refcnt = 999999999,
10545             .ob_type = &PyUnicode_Type,
10546         },
10547         .length = 27,
10548         .hash = -1,
10549         .state = {
10550             .kind = 1,
10551             .compact = 1,
10552             .ascii = 1,
10553             .ready = 1,
10554         },
10555     },
10556     ._data = "BuiltinImporter.module_repr",
10557 };
10558 static
10559     struct {
10560         PyObject_VAR_HEAD
10561         Py_hash_t ob_shash;
10562         char ob_sval[68];
10563     }
10564 importlib__bootstrap_toplevel_consts_37_consts_3_linetable = {
10565     .ob_base = {
10566         .ob_base = {
10567             .ob_refcnt = 999999999,
10568             .ob_type = &PyBytes_Type,
10569         },
10570         .ob_size = 67,
10571     },
10572     .ob_shash = -1,
10573     .ob_sval = "\x80\x00\xf5\x0e\x00\x09\x12\x8f\x0e\x8a\x0e\xf0\x00\x01\x18\x3b\xdd\x3c\x4e\xf1\x03\x01\x09\x50\x01\xf4\x00\x01\x09\x50\x01\xf0\x00\x01\x09\x50\x01\xe0\x0f\x4a\x98\x26\x9c\x2f\xd0\x0f\x4a\xd0\x0f\x4a\xad\x7f\xd4\x2f\x46\xd0\x0f\x4a\xd0\x0f\x4a\xd0\x0f\x4a\xd0\x08\x4a",
10574 };
10575 static
10576     struct {
10577         PyGC_Head _gc_head;
10578         struct {
10579             PyObject_VAR_HEAD
10580             PyObject *ob_item[1];
10581         }_object;
10582     }
10583 importlib__bootstrap_toplevel_consts_37_consts_3_localsplusnames = {
10584     ._object = {
10585         .ob_base = {
10586             .ob_base = {
10587                 .ob_refcnt = 999999999,
10588                 .ob_type = &PyTuple_Type,
10589             },
10590             .ob_size = 1,
10591         },
10592         .ob_item = {
10593             & const_str_module._ascii.ob_base,
10594         },
10595     },
10596 };
10597 static
10598     struct _PyCode_DEF(114)
10599 importlib__bootstrap_toplevel_consts_37_consts_3 = {
10600     .ob_base = {
10601         .ob_base = {
10602             .ob_refcnt = 999999999,
10603             .ob_type = &PyCode_Type,
10604         },
10605         .ob_size = 57,
10606     },
10607     .co_consts = & importlib__bootstrap_toplevel_consts_37_consts_3_consts._object.ob_base.ob_base,
10608     .co_names = & importlib__bootstrap_toplevel_consts_37_consts_3_names._object.ob_base.ob_base,
10609     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
10610     .co_flags = 3,
10611     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
10612     ._co_linearray_entry_size = 0,
10613     .co_argcount = 1,
10614     .co_posonlyargcount = 0,
10615     .co_kwonlyargcount = 0,
10616     .co_stacksize = 5,
10617     .co_firstlineno = 737,
10618     .co_nlocalsplus = 1,
10619     .co_nlocals = 1,
10620     .co_nplaincellvars = 0,
10621     .co_ncellvars = 0,
10622     .co_nfreevars = 0,
10623     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_3_localsplusnames._object.ob_base.ob_base,
10624     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
10625     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
10626     .co_name = & const_str_module_repr._ascii.ob_base,
10627     .co_qualname = & importlib__bootstrap_toplevel_consts_37_consts_3_qualname._ascii.ob_base,
10628     .co_linetable = & importlib__bootstrap_toplevel_consts_37_consts_3_linetable.ob_base.ob_base,
10629     ._co_code = NULL,
10630     ._co_linearray = NULL,
10631     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x7c\x00\x6a\x03\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\x05\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x04\x9d\x05\x53\x00",
10632     ._co_firsttraceable = 0,
10633 };
10634 static
10635     struct {
10636         PyGC_Head _gc_head;
10637         struct {
10638             PyObject_VAR_HEAD
10639             PyObject *ob_item[2];
10640         }_object;
10641     }
10642 importlib__bootstrap_toplevel_consts_37_consts_5_consts = {
10643     ._object = {
10644         .ob_base = {
10645             .ob_base = {
10646                 .ob_refcnt = 999999999,
10647                 .ob_type = &PyTuple_Type,
10648             },
10649             .ob_size = 2,
10650         },
10651         .ob_item = {
10652             Py_None,
10653             & importlib__bootstrap_toplevel_consts_27_consts_2._object.ob_base.ob_base,
10654         },
10655     },
10656 };
10657 static
10658     struct {
10659         PyASCIIObject _ascii;
10660         uint8_t _data[11];
10661     }
10662 const_str_is_builtin = {
10663     ._ascii = {
10664         .ob_base = {
10665             .ob_refcnt = 999999999,
10666             .ob_type = &PyUnicode_Type,
10667         },
10668         .length = 10,
10669         .hash = -1,
10670         .state = {
10671             .kind = 1,
10672             .compact = 1,
10673             .ascii = 1,
10674             .ready = 1,
10675         },
10676     },
10677     ._data = "is_builtin",
10678 };
10679 static
10680     struct {
10681         PyGC_Head _gc_head;
10682         struct {
10683             PyObject_VAR_HEAD
10684             PyObject *ob_item[4];
10685         }_object;
10686     }
10687 importlib__bootstrap_toplevel_consts_37_consts_5_names = {
10688     ._object = {
10689         .ob_base = {
10690             .ob_base = {
10691                 .ob_refcnt = 999999999,
10692                 .ob_type = &PyTuple_Type,
10693             },
10694             .ob_size = 4,
10695         },
10696         .ob_item = {
10697             & const_str__imp._ascii.ob_base,
10698             & const_str_is_builtin._ascii.ob_base,
10699             & const_str_spec_from_loader._ascii.ob_base,
10700             & const_str__ORIGIN._ascii.ob_base,
10701         },
10702     },
10703 };
10704 static
10705     struct {
10706         PyASCIIObject _ascii;
10707         uint8_t _data[10];
10708     }
10709 const_str_find_spec = {
10710     ._ascii = {
10711         .ob_base = {
10712             .ob_refcnt = 999999999,
10713             .ob_type = &PyUnicode_Type,
10714         },
10715         .length = 9,
10716         .hash = -1,
10717         .state = {
10718             .kind = 1,
10719             .compact = 1,
10720             .ascii = 1,
10721             .ready = 1,
10722         },
10723     },
10724     ._data = "find_spec",
10725 };
10726 static
10727     struct {
10728         PyASCIIObject _ascii;
10729         uint8_t _data[26];
10730     }
10731 importlib__bootstrap_toplevel_consts_37_consts_5_qualname = {
10732     ._ascii = {
10733         .ob_base = {
10734             .ob_refcnt = 999999999,
10735             .ob_type = &PyUnicode_Type,
10736         },
10737         .length = 25,
10738         .hash = -1,
10739         .state = {
10740             .kind = 1,
10741             .compact = 1,
10742             .ascii = 1,
10743             .ready = 1,
10744         },
10745     },
10746     ._data = "BuiltinImporter.find_spec",
10747 };
10748 static
10749     struct {
10750         PyObject_VAR_HEAD
10751         Py_hash_t ob_shash;
10752         char ob_sval[51];
10753     }
10754 importlib__bootstrap_toplevel_consts_37_consts_5_linetable = {
10755     .ob_base = {
10756         .ob_base = {
10757             .ob_refcnt = 999999999,
10758             .ob_type = &PyBytes_Type,
10759         },
10760         .ob_size = 50,
10761     },
10762     .ob_shash = -1,
10763     .ob_sval = "\x80\x00\xe5\x0b\x0f\x8f\x3f\x8a\x3f\x98\x38\xd1\x0b\x24\xd4\x0b\x24\xf0\x00\x03\x09\x18\xdd\x13\x23\xa0\x48\xa8\x63\xb8\x23\xbc\x2b\xd0\x13\x46\xd1\x13\x46\xd4\x13\x46\xd0\x0c\x46\xe0\x13\x17\x90\x34",
10764 };
10765 static
10766     struct {
10767         PyASCIIObject _ascii;
10768         uint8_t _data[4];
10769     }
10770 const_str_cls = {
10771     ._ascii = {
10772         .ob_base = {
10773             .ob_refcnt = 999999999,
10774             .ob_type = &PyUnicode_Type,
10775         },
10776         .length = 3,
10777         .hash = -1,
10778         .state = {
10779             .kind = 1,
10780             .compact = 1,
10781             .ascii = 1,
10782             .ready = 1,
10783         },
10784     },
10785     ._data = "cls",
10786 };
10787 static
10788     struct {
10789         PyASCIIObject _ascii;
10790         uint8_t _data[7];
10791     }
10792 const_str_target = {
10793     ._ascii = {
10794         .ob_base = {
10795             .ob_refcnt = 999999999,
10796             .ob_type = &PyUnicode_Type,
10797         },
10798         .length = 6,
10799         .hash = -1,
10800         .state = {
10801             .kind = 1,
10802             .compact = 1,
10803             .ascii = 1,
10804             .ready = 1,
10805         },
10806     },
10807     ._data = "target",
10808 };
10809 static
10810     struct {
10811         PyGC_Head _gc_head;
10812         struct {
10813             PyObject_VAR_HEAD
10814             PyObject *ob_item[4];
10815         }_object;
10816     }
10817 importlib__bootstrap_toplevel_consts_37_consts_5_localsplusnames = {
10818     ._object = {
10819         .ob_base = {
10820             .ob_base = {
10821                 .ob_refcnt = 999999999,
10822                 .ob_type = &PyTuple_Type,
10823             },
10824             .ob_size = 4,
10825         },
10826         .ob_item = {
10827             & const_str_cls._ascii.ob_base,
10828             & const_str_fullname._ascii.ob_base,
10829             &_Py_ID(path),
10830             & const_str_target._ascii.ob_base,
10831         },
10832     },
10833 };
10834 static
10835     struct _PyCode_DEF(104)
10836 importlib__bootstrap_toplevel_consts_37_consts_5 = {
10837     .ob_base = {
10838         .ob_base = {
10839             .ob_refcnt = 999999999,
10840             .ob_type = &PyCode_Type,
10841         },
10842         .ob_size = 52,
10843     },
10844     .co_consts = & importlib__bootstrap_toplevel_consts_37_consts_5_consts._object.ob_base.ob_base,
10845     .co_names = & importlib__bootstrap_toplevel_consts_37_consts_5_names._object.ob_base.ob_base,
10846     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
10847     .co_flags = 3,
10848     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
10849     ._co_linearray_entry_size = 0,
10850     .co_argcount = 4,
10851     .co_posonlyargcount = 0,
10852     .co_kwonlyargcount = 0,
10853     .co_stacksize = 5,
10854     .co_firstlineno = 748,
10855     .co_nlocalsplus = 4,
10856     .co_nlocals = 4,
10857     .co_nplaincellvars = 0,
10858     .co_ncellvars = 0,
10859     .co_nfreevars = 0,
10860     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_5_localsplusnames._object.ob_base.ob_base,
10861     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
10862     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
10863     .co_name = & const_str_find_spec._ascii.ob_base,
10864     .co_qualname = & importlib__bootstrap_toplevel_consts_37_consts_5_qualname._ascii.ob_base,
10865     .co_linetable = & importlib__bootstrap_toplevel_consts_37_consts_5_linetable.ob_base.ob_base,
10866     ._co_code = NULL,
10867     ._co_linearray = NULL,
10868     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x17\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\xac\x01\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x64\x00\x53\x00",
10869     ._co_firsttraceable = 0,
10870 };
10871 static
10872     struct {
10873         PyASCIIObject _ascii;
10874         uint8_t _data[176];
10875     }
10876 importlib__bootstrap_toplevel_consts_37_consts_6_consts_0 = {
10877     ._ascii = {
10878         .ob_base = {
10879             .ob_refcnt = 999999999,
10880             .ob_type = &PyUnicode_Type,
10881         },
10882         .length = 175,
10883         .hash = -1,
10884         .state = {
10885             .kind = 1,
10886             .compact = 1,
10887             .ascii = 1,
10888             .ready = 1,
10889         },
10890     },
10891     ._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",
10892 };
10893 static
10894     struct {
10895         PyASCIIObject _ascii;
10896         uint8_t _data[107];
10897     }
10898 importlib__bootstrap_toplevel_consts_37_consts_6_consts_1 = {
10899     ._ascii = {
10900         .ob_base = {
10901             .ob_refcnt = 999999999,
10902             .ob_type = &PyUnicode_Type,
10903         },
10904         .length = 106,
10905         .hash = -1,
10906         .state = {
10907             .kind = 1,
10908             .compact = 1,
10909             .ascii = 1,
10910             .ready = 1,
10911         },
10912     },
10913     ._data = "BuiltinImporter.find_module() is deprecated and slated for removal in Python 3.12; use find_spec() instead",
10914 };
10915 static
10916     struct {
10917         PyGC_Head _gc_head;
10918         struct {
10919             PyObject_VAR_HEAD
10920             PyObject *ob_item[3];
10921         }_object;
10922     }
10923 importlib__bootstrap_toplevel_consts_37_consts_6_consts = {
10924     ._object = {
10925         .ob_base = {
10926             .ob_base = {
10927                 .ob_refcnt = 999999999,
10928                 .ob_type = &PyTuple_Type,
10929             },
10930             .ob_size = 3,
10931         },
10932         .ob_item = {
10933             & importlib__bootstrap_toplevel_consts_37_consts_6_consts_0._ascii.ob_base,
10934             & importlib__bootstrap_toplevel_consts_37_consts_6_consts_1._ascii.ob_base,
10935             Py_None,
10936         },
10937     },
10938 };
10939 static
10940     struct {
10941         PyGC_Head _gc_head;
10942         struct {
10943             PyObject_VAR_HEAD
10944             PyObject *ob_item[5];
10945         }_object;
10946     }
10947 importlib__bootstrap_toplevel_consts_37_consts_6_names = {
10948     ._object = {
10949         .ob_base = {
10950             .ob_base = {
10951                 .ob_refcnt = 999999999,
10952                 .ob_type = &PyTuple_Type,
10953             },
10954             .ob_size = 5,
10955         },
10956         .ob_item = {
10957             & const_str__warnings._ascii.ob_base,
10958             & const_str_warn._ascii.ob_base,
10959             & const_str_DeprecationWarning._ascii.ob_base,
10960             & const_str_find_spec._ascii.ob_base,
10961             & const_str_loader._ascii.ob_base,
10962         },
10963     },
10964 };
10965 static
10966     struct {
10967         PyASCIIObject _ascii;
10968         uint8_t _data[12];
10969     }
10970 const_str_find_module = {
10971     ._ascii = {
10972         .ob_base = {
10973             .ob_refcnt = 999999999,
10974             .ob_type = &PyUnicode_Type,
10975         },
10976         .length = 11,
10977         .hash = -1,
10978         .state = {
10979             .kind = 1,
10980             .compact = 1,
10981             .ascii = 1,
10982             .ready = 1,
10983         },
10984     },
10985     ._data = "find_module",
10986 };
10987 static
10988     struct {
10989         PyASCIIObject _ascii;
10990         uint8_t _data[28];
10991     }
10992 importlib__bootstrap_toplevel_consts_37_consts_6_qualname = {
10993     ._ascii = {
10994         .ob_base = {
10995             .ob_refcnt = 999999999,
10996             .ob_type = &PyUnicode_Type,
10997         },
10998         .length = 27,
10999         .hash = -1,
11000         .state = {
11001             .kind = 1,
11002             .compact = 1,
11003             .ascii = 1,
11004             .ready = 1,
11005         },
11006     },
11007     ._data = "BuiltinImporter.find_module",
11008 };
11009 static
11010     struct {
11011         PyObject_VAR_HEAD
11012         Py_hash_t ob_shash;
11013         char ob_sval[74];
11014     }
11015 importlib__bootstrap_toplevel_consts_37_consts_6_linetable = {
11016     .ob_base = {
11017         .ob_base = {
11018             .ob_refcnt = 999999999,
11019             .ob_type = &PyBytes_Type,
11020         },
11021         .ob_size = 73,
11022     },
11023     .ob_shash = -1,
11024     .ob_sval = "\x80\x00\xf5\x12\x00\x09\x12\x8f\x0e\x8a\x0e\xf0\x00\x01\x18\x54\x01\xe5\x17\x29\xf1\x05\x02\x09\x2b\xf4\x00\x02\x09\x2b\xf0\x00\x02\x09\x2b\xf0\x06\x00\x10\x13\x8f\x7d\x8a\x7d\x98\x58\xa0\x74\xd1\x0f\x2c\xd4\x0f\x2c\x88\x04\xd8\x1e\x22\xd0\x1e\x2e\x88\x74\x8c\x7b\x88\x7b\xb0\x44\xd0\x08\x38",
11025 };
11026 static
11027     struct {
11028         PyGC_Head _gc_head;
11029         struct {
11030             PyObject_VAR_HEAD
11031             PyObject *ob_item[4];
11032         }_object;
11033     }
11034 importlib__bootstrap_toplevel_consts_37_consts_6_localsplusnames = {
11035     ._object = {
11036         .ob_base = {
11037             .ob_base = {
11038                 .ob_refcnt = 999999999,
11039                 .ob_type = &PyTuple_Type,
11040             },
11041             .ob_size = 4,
11042         },
11043         .ob_item = {
11044             & const_str_cls._ascii.ob_base,
11045             & const_str_fullname._ascii.ob_base,
11046             &_Py_ID(path),
11047             & const_str_spec._ascii.ob_base,
11048         },
11049     },
11050 };
11051 static
11052     struct _PyCode_DEF(132)
11053 importlib__bootstrap_toplevel_consts_37_consts_6 = {
11054     .ob_base = {
11055         .ob_base = {
11056             .ob_refcnt = 999999999,
11057             .ob_type = &PyCode_Type,
11058         },
11059         .ob_size = 66,
11060     },
11061     .co_consts = & importlib__bootstrap_toplevel_consts_37_consts_6_consts._object.ob_base.ob_base,
11062     .co_names = & importlib__bootstrap_toplevel_consts_37_consts_6_names._object.ob_base.ob_base,
11063     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
11064     .co_flags = 3,
11065     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
11066     ._co_linearray_entry_size = 0,
11067     .co_argcount = 3,
11068     .co_posonlyargcount = 0,
11069     .co_kwonlyargcount = 0,
11070     .co_stacksize = 4,
11071     .co_firstlineno = 755,
11072     .co_nlocalsplus = 4,
11073     .co_nlocals = 4,
11074     .co_nplaincellvars = 0,
11075     .co_ncellvars = 0,
11076     .co_nfreevars = 0,
11077     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_6_localsplusnames._object.ob_base.ob_base,
11078     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
11079     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
11080     .co_name = & const_str_find_module._ascii.ob_base,
11081     .co_qualname = & importlib__bootstrap_toplevel_consts_37_consts_6_qualname._ascii.ob_base,
11082     .co_linetable = & importlib__bootstrap_toplevel_consts_37_consts_6_linetable.ob_base.ob_base,
11083     ._co_code = NULL,
11084     ._co_linearray = NULL,
11085     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x81\x07\x7c\x03\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x01\x64\x02\x53\x00",
11086     ._co_firsttraceable = 0,
11087 };
11088 static
11089     struct {
11090         PyASCIIObject _ascii;
11091         uint8_t _data[25];
11092     }
11093 importlib__bootstrap_toplevel_consts_37_consts_7_consts_0 = {
11094     ._ascii = {
11095         .ob_base = {
11096             .ob_refcnt = 999999999,
11097             .ob_type = &PyUnicode_Type,
11098         },
11099         .length = 24,
11100         .hash = -1,
11101         .state = {
11102             .kind = 1,
11103             .compact = 1,
11104             .ascii = 1,
11105             .ready = 1,
11106         },
11107     },
11108     ._data = "Create a built-in module",
11109 };
11110 static
11111     struct {
11112         PyGC_Head _gc_head;
11113         struct {
11114             PyObject_VAR_HEAD
11115             PyObject *ob_item[3];
11116         }_object;
11117     }
11118 importlib__bootstrap_toplevel_consts_37_consts_7_consts = {
11119     ._object = {
11120         .ob_base = {
11121             .ob_base = {
11122                 .ob_refcnt = 999999999,
11123                 .ob_type = &PyTuple_Type,
11124             },
11125             .ob_size = 3,
11126         },
11127         .ob_item = {
11128             & importlib__bootstrap_toplevel_consts_37_consts_7_consts_0._ascii.ob_base,
11129             & importlib__bootstrap_toplevel_consts_19_consts_1_consts_1._ascii.ob_base,
11130             & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
11131         },
11132     },
11133 };
11134 static
11135     struct {
11136         PyASCIIObject _ascii;
11137         uint8_t _data[15];
11138     }
11139 const_str_create_builtin = {
11140     ._ascii = {
11141         .ob_base = {
11142             .ob_refcnt = 999999999,
11143             .ob_type = &PyUnicode_Type,
11144         },
11145         .length = 14,
11146         .hash = -1,
11147         .state = {
11148             .kind = 1,
11149             .compact = 1,
11150             .ascii = 1,
11151             .ready = 1,
11152         },
11153     },
11154     ._data = "create_builtin",
11155 };
11156 static
11157     struct {
11158         PyGC_Head _gc_head;
11159         struct {
11160             PyObject_VAR_HEAD
11161             PyObject *ob_item[8];
11162         }_object;
11163     }
11164 importlib__bootstrap_toplevel_consts_37_consts_7_names = {
11165     ._object = {
11166         .ob_base = {
11167             .ob_base = {
11168                 .ob_refcnt = 999999999,
11169                 .ob_type = &PyTuple_Type,
11170             },
11171             .ob_size = 8,
11172         },
11173         .ob_item = {
11174             &_Py_ID(name),
11175             & const_str_sys._ascii.ob_base,
11176             & const_str_builtin_module_names._ascii.ob_base,
11177             & const_str_ImportError._ascii.ob_base,
11178             & const_str_format._ascii.ob_base,
11179             & const_str__call_with_frames_removed._ascii.ob_base,
11180             & const_str__imp._ascii.ob_base,
11181             & const_str_create_builtin._ascii.ob_base,
11182         },
11183     },
11184 };
11185 static
11186     struct {
11187         PyASCIIObject _ascii;
11188         uint8_t _data[30];
11189     }
11190 importlib__bootstrap_toplevel_consts_37_consts_7_qualname = {
11191     ._ascii = {
11192         .ob_base = {
11193             .ob_refcnt = 999999999,
11194             .ob_type = &PyUnicode_Type,
11195         },
11196         .length = 29,
11197         .hash = -1,
11198         .state = {
11199             .kind = 1,
11200             .compact = 1,
11201             .ascii = 1,
11202             .ready = 1,
11203         },
11204     },
11205     ._data = "BuiltinImporter.create_module",
11206 };
11207 static
11208     struct {
11209         PyObject_VAR_HEAD
11210         Py_hash_t ob_shash;
11211         char ob_sval[87];
11212     }
11213 importlib__bootstrap_toplevel_consts_37_consts_7_linetable = {
11214     .ob_base = {
11215         .ob_base = {
11216             .ob_refcnt = 999999999,
11217             .ob_type = &PyBytes_Type,
11218         },
11219         .ob_size = 86,
11220     },
11221     .ob_shash = -1,
11222     .ob_sval = "\x80\x00\xf0\x06\x00\x0c\x10\x8c\x39\x9d\x43\xd4\x1c\x34\xd0\x0b\x34\xd0\x0b\x34\xdd\x12\x1d\xd0\x1e\x3d\xd7\x1e\x44\xd2\x1e\x44\xc0\x54\xc4\x59\xd1\x1e\x4f\xd4\x1e\x4f\xd8\x23\x27\xa4\x39\xf0\x03\x01\x13\x2e\xf1\x00\x01\x13\x2e\xf4\x00\x01\x13\x2e\xf0\x00\x01\x0d\x2e\xe5\x0f\x28\xad\x14\xd4\x29\x3c\xb8\x64\xd1\x0f\x43\xd4\x0f\x43\xd0\x08\x43",
11223 };
11224 static
11225     struct _PyCode_DEF(184)
11226 importlib__bootstrap_toplevel_consts_37_consts_7 = {
11227     .ob_base = {
11228         .ob_base = {
11229             .ob_refcnt = 999999999,
11230             .ob_type = &PyCode_Type,
11231         },
11232         .ob_size = 92,
11233     },
11234     .co_consts = & importlib__bootstrap_toplevel_consts_37_consts_7_consts._object.ob_base.ob_base,
11235     .co_names = & importlib__bootstrap_toplevel_consts_37_consts_7_names._object.ob_base.ob_base,
11236     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
11237     .co_flags = 3,
11238     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
11239     ._co_linearray_entry_size = 0,
11240     .co_argcount = 1,
11241     .co_posonlyargcount = 0,
11242     .co_kwonlyargcount = 0,
11243     .co_stacksize = 5,
11244     .co_firstlineno = 770,
11245     .co_nlocalsplus = 1,
11246     .co_nlocals = 1,
11247     .co_nplaincellvars = 0,
11248     .co_ncellvars = 0,
11249     .co_nfreevars = 0,
11250     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_36_localsplusnames._object.ob_base.ob_base,
11251     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
11252     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
11253     .co_name = & const_str_create_module._ascii.ob_base,
11254     .co_qualname = & importlib__bootstrap_toplevel_consts_37_consts_7_qualname._ascii.ob_base,
11255     .co_linetable = & importlib__bootstrap_toplevel_consts_37_consts_7_linetable.ob_base.ob_base,
11256     ._co_code = NULL,
11257     ._co_linearray = NULL,
11258     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x2e\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa0\x04\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xac\x02\xa6\x02\x00\x00\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\x07\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
11259     ._co_firsttraceable = 0,
11260 };
11261 static
11262     struct {
11263         PyASCIIObject _ascii;
11264         uint8_t _data[23];
11265     }
11266 importlib__bootstrap_toplevel_consts_37_consts_8_consts_0 = {
11267     ._ascii = {
11268         .ob_base = {
11269             .ob_refcnt = 999999999,
11270             .ob_type = &PyUnicode_Type,
11271         },
11272         .length = 22,
11273         .hash = -1,
11274         .state = {
11275             .kind = 1,
11276             .compact = 1,
11277             .ascii = 1,
11278             .ready = 1,
11279         },
11280     },
11281     ._data = "Exec a built-in module",
11282 };
11283 static
11284     struct {
11285         PyGC_Head _gc_head;
11286         struct {
11287             PyObject_VAR_HEAD
11288             PyObject *ob_item[2];
11289         }_object;
11290     }
11291 importlib__bootstrap_toplevel_consts_37_consts_8_consts = {
11292     ._object = {
11293         .ob_base = {
11294             .ob_base = {
11295                 .ob_refcnt = 999999999,
11296                 .ob_type = &PyTuple_Type,
11297             },
11298             .ob_size = 2,
11299         },
11300         .ob_item = {
11301             & importlib__bootstrap_toplevel_consts_37_consts_8_consts_0._ascii.ob_base,
11302             Py_None,
11303         },
11304     },
11305 };
11306 static
11307     struct {
11308         PyASCIIObject _ascii;
11309         uint8_t _data[13];
11310     }
11311 const_str_exec_builtin = {
11312     ._ascii = {
11313         .ob_base = {
11314             .ob_refcnt = 999999999,
11315             .ob_type = &PyUnicode_Type,
11316         },
11317         .length = 12,
11318         .hash = -1,
11319         .state = {
11320             .kind = 1,
11321             .compact = 1,
11322             .ascii = 1,
11323             .ready = 1,
11324         },
11325     },
11326     ._data = "exec_builtin",
11327 };
11328 static
11329     struct {
11330         PyGC_Head _gc_head;
11331         struct {
11332             PyObject_VAR_HEAD
11333             PyObject *ob_item[3];
11334         }_object;
11335     }
11336 importlib__bootstrap_toplevel_consts_37_consts_8_names = {
11337     ._object = {
11338         .ob_base = {
11339             .ob_base = {
11340                 .ob_refcnt = 999999999,
11341                 .ob_type = &PyTuple_Type,
11342             },
11343             .ob_size = 3,
11344         },
11345         .ob_item = {
11346             & const_str__call_with_frames_removed._ascii.ob_base,
11347             & const_str__imp._ascii.ob_base,
11348             & const_str_exec_builtin._ascii.ob_base,
11349         },
11350     },
11351 };
11352 static
11353     struct {
11354         PyASCIIObject _ascii;
11355         uint8_t _data[28];
11356     }
11357 importlib__bootstrap_toplevel_consts_37_consts_8_qualname = {
11358     ._ascii = {
11359         .ob_base = {
11360             .ob_refcnt = 999999999,
11361             .ob_type = &PyUnicode_Type,
11362         },
11363         .length = 27,
11364         .hash = -1,
11365         .state = {
11366             .kind = 1,
11367             .compact = 1,
11368             .ascii = 1,
11369             .ready = 1,
11370         },
11371     },
11372     ._data = "BuiltinImporter.exec_module",
11373 };
11374 static
11375     struct {
11376         PyObject_VAR_HEAD
11377         Py_hash_t ob_shash;
11378         char ob_sval[30];
11379     }
11380 importlib__bootstrap_toplevel_consts_37_consts_8_linetable = {
11381     .ob_base = {
11382         .ob_base = {
11383             .ob_refcnt = 999999999,
11384             .ob_type = &PyBytes_Type,
11385         },
11386         .ob_size = 29,
11387     },
11388     .ob_shash = -1,
11389     .ob_sval = "\x80\x00\xf5\x06\x00\x09\x22\xa5\x24\xd4\x22\x33\xb0\x56\xd1\x08\x3c\xd4\x08\x3c\xd0\x08\x3c\xd0\x08\x3c\xd0\x08\x3c",
11390 };
11391 static
11392     struct _PyCode_DEF(58)
11393 importlib__bootstrap_toplevel_consts_37_consts_8 = {
11394     .ob_base = {
11395         .ob_base = {
11396             .ob_refcnt = 999999999,
11397             .ob_type = &PyCode_Type,
11398         },
11399         .ob_size = 29,
11400     },
11401     .co_consts = & importlib__bootstrap_toplevel_consts_37_consts_8_consts._object.ob_base.ob_base,
11402     .co_names = & importlib__bootstrap_toplevel_consts_37_consts_8_names._object.ob_base.ob_base,
11403     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
11404     .co_flags = 3,
11405     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
11406     ._co_linearray_entry_size = 0,
11407     .co_argcount = 1,
11408     .co_posonlyargcount = 0,
11409     .co_kwonlyargcount = 0,
11410     .co_stacksize = 4,
11411     .co_firstlineno = 778,
11412     .co_nlocalsplus = 1,
11413     .co_nlocals = 1,
11414     .co_nplaincellvars = 0,
11415     .co_ncellvars = 0,
11416     .co_nfreevars = 0,
11417     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_3_localsplusnames._object.ob_base.ob_base,
11418     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
11419     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
11420     .co_name = & const_str_exec_module._ascii.ob_base,
11421     .co_qualname = & importlib__bootstrap_toplevel_consts_37_consts_8_qualname._ascii.ob_base,
11422     .co_linetable = & importlib__bootstrap_toplevel_consts_37_consts_8_linetable.ob_base.ob_base,
11423     ._co_code = NULL,
11424     ._co_linearray = NULL,
11425     .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\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
11426     ._co_firsttraceable = 0,
11427 };
11428 static
11429     struct {
11430         PyASCIIObject _ascii;
11431         uint8_t _data[58];
11432     }
11433 importlib__bootstrap_toplevel_consts_37_consts_9_consts_0 = {
11434     ._ascii = {
11435         .ob_base = {
11436             .ob_refcnt = 999999999,
11437             .ob_type = &PyUnicode_Type,
11438         },
11439         .length = 57,
11440         .hash = -1,
11441         .state = {
11442             .kind = 1,
11443             .compact = 1,
11444             .ascii = 1,
11445             .ready = 1,
11446         },
11447     },
11448     ._data = "Return None as built-in modules do not have code objects.",
11449 };
11450 static
11451     struct {
11452         PyGC_Head _gc_head;
11453         struct {
11454             PyObject_VAR_HEAD
11455             PyObject *ob_item[2];
11456         }_object;
11457     }
11458 importlib__bootstrap_toplevel_consts_37_consts_9_consts = {
11459     ._object = {
11460         .ob_base = {
11461             .ob_base = {
11462                 .ob_refcnt = 999999999,
11463                 .ob_type = &PyTuple_Type,
11464             },
11465             .ob_size = 2,
11466         },
11467         .ob_item = {
11468             & importlib__bootstrap_toplevel_consts_37_consts_9_consts_0._ascii.ob_base,
11469             Py_None,
11470         },
11471     },
11472 };
11473 static
11474     struct {
11475         PyASCIIObject _ascii;
11476         uint8_t _data[9];
11477     }
11478 const_str_get_code = {
11479     ._ascii = {
11480         .ob_base = {
11481             .ob_refcnt = 999999999,
11482             .ob_type = &PyUnicode_Type,
11483         },
11484         .length = 8,
11485         .hash = -1,
11486         .state = {
11487             .kind = 1,
11488             .compact = 1,
11489             .ascii = 1,
11490             .ready = 1,
11491         },
11492     },
11493     ._data = "get_code",
11494 };
11495 static
11496     struct {
11497         PyASCIIObject _ascii;
11498         uint8_t _data[25];
11499     }
11500 importlib__bootstrap_toplevel_consts_37_consts_9_qualname = {
11501     ._ascii = {
11502         .ob_base = {
11503             .ob_refcnt = 999999999,
11504             .ob_type = &PyUnicode_Type,
11505         },
11506         .length = 24,
11507         .hash = -1,
11508         .state = {
11509             .kind = 1,
11510             .compact = 1,
11511             .ascii = 1,
11512             .ready = 1,
11513         },
11514     },
11515     ._data = "BuiltinImporter.get_code",
11516 };
11517 static
11518     struct {
11519         PyObject_VAR_HEAD
11520         Py_hash_t ob_shash;
11521         char ob_sval[10];
11522     }
11523 importlib__bootstrap_toplevel_consts_37_consts_9_linetable = {
11524     .ob_base = {
11525         .ob_base = {
11526             .ob_refcnt = 999999999,
11527             .ob_type = &PyBytes_Type,
11528         },
11529         .ob_size = 9,
11530     },
11531     .ob_shash = -1,
11532     .ob_sval = "\x80\x00\xf0\x08\x00\x10\x14\x88\x74",
11533 };
11534 static
11535     struct {
11536         PyGC_Head _gc_head;
11537         struct {
11538             PyObject_VAR_HEAD
11539             PyObject *ob_item[2];
11540         }_object;
11541     }
11542 importlib__bootstrap_toplevel_consts_37_consts_9_localsplusnames = {
11543     ._object = {
11544         .ob_base = {
11545             .ob_base = {
11546                 .ob_refcnt = 999999999,
11547                 .ob_type = &PyTuple_Type,
11548             },
11549             .ob_size = 2,
11550         },
11551         .ob_item = {
11552             & const_str_cls._ascii.ob_base,
11553             & const_str_fullname._ascii.ob_base,
11554         },
11555     },
11556 };
11557 static
11558     struct _PyCode_DEF(6)
11559 importlib__bootstrap_toplevel_consts_37_consts_9 = {
11560     .ob_base = {
11561         .ob_base = {
11562             .ob_refcnt = 999999999,
11563             .ob_type = &PyCode_Type,
11564         },
11565         .ob_size = 3,
11566     },
11567     .co_consts = & importlib__bootstrap_toplevel_consts_37_consts_9_consts._object.ob_base.ob_base,
11568     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
11569     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
11570     .co_flags = 3,
11571     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
11572     ._co_linearray_entry_size = 0,
11573     .co_argcount = 2,
11574     .co_posonlyargcount = 0,
11575     .co_kwonlyargcount = 0,
11576     .co_stacksize = 1,
11577     .co_firstlineno = 783,
11578     .co_nlocalsplus = 2,
11579     .co_nlocals = 2,
11580     .co_nplaincellvars = 0,
11581     .co_ncellvars = 0,
11582     .co_nfreevars = 0,
11583     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_9_localsplusnames._object.ob_base.ob_base,
11584     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
11585     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
11586     .co_name = & const_str_get_code._ascii.ob_base,
11587     .co_qualname = & importlib__bootstrap_toplevel_consts_37_consts_9_qualname._ascii.ob_base,
11588     .co_linetable = & importlib__bootstrap_toplevel_consts_37_consts_9_linetable.ob_base.ob_base,
11589     ._co_code = NULL,
11590     ._co_linearray = NULL,
11591     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
11592     ._co_firsttraceable = 0,
11593 };
11594 static
11595     struct {
11596         PyASCIIObject _ascii;
11597         uint8_t _data[57];
11598     }
11599 importlib__bootstrap_toplevel_consts_37_consts_10_consts_0 = {
11600     ._ascii = {
11601         .ob_base = {
11602             .ob_refcnt = 999999999,
11603             .ob_type = &PyUnicode_Type,
11604         },
11605         .length = 56,
11606         .hash = -1,
11607         .state = {
11608             .kind = 1,
11609             .compact = 1,
11610             .ascii = 1,
11611             .ready = 1,
11612         },
11613     },
11614     ._data = "Return None as built-in modules do not have source code.",
11615 };
11616 static
11617     struct {
11618         PyGC_Head _gc_head;
11619         struct {
11620             PyObject_VAR_HEAD
11621             PyObject *ob_item[2];
11622         }_object;
11623     }
11624 importlib__bootstrap_toplevel_consts_37_consts_10_consts = {
11625     ._object = {
11626         .ob_base = {
11627             .ob_base = {
11628                 .ob_refcnt = 999999999,
11629                 .ob_type = &PyTuple_Type,
11630             },
11631             .ob_size = 2,
11632         },
11633         .ob_item = {
11634             & importlib__bootstrap_toplevel_consts_37_consts_10_consts_0._ascii.ob_base,
11635             Py_None,
11636         },
11637     },
11638 };
11639 static
11640     struct {
11641         PyASCIIObject _ascii;
11642         uint8_t _data[27];
11643     }
11644 importlib__bootstrap_toplevel_consts_37_consts_10_qualname = {
11645     ._ascii = {
11646         .ob_base = {
11647             .ob_refcnt = 999999999,
11648             .ob_type = &PyUnicode_Type,
11649         },
11650         .length = 26,
11651         .hash = -1,
11652         .state = {
11653             .kind = 1,
11654             .compact = 1,
11655             .ascii = 1,
11656             .ready = 1,
11657         },
11658     },
11659     ._data = "BuiltinImporter.get_source",
11660 };
11661 static
11662     struct _PyCode_DEF(6)
11663 importlib__bootstrap_toplevel_consts_37_consts_10 = {
11664     .ob_base = {
11665         .ob_base = {
11666             .ob_refcnt = 999999999,
11667             .ob_type = &PyCode_Type,
11668         },
11669         .ob_size = 3,
11670     },
11671     .co_consts = & importlib__bootstrap_toplevel_consts_37_consts_10_consts._object.ob_base.ob_base,
11672     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
11673     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
11674     .co_flags = 3,
11675     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
11676     ._co_linearray_entry_size = 0,
11677     .co_argcount = 2,
11678     .co_posonlyargcount = 0,
11679     .co_kwonlyargcount = 0,
11680     .co_stacksize = 1,
11681     .co_firstlineno = 789,
11682     .co_nlocalsplus = 2,
11683     .co_nlocals = 2,
11684     .co_nplaincellvars = 0,
11685     .co_ncellvars = 0,
11686     .co_nfreevars = 0,
11687     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_9_localsplusnames._object.ob_base.ob_base,
11688     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
11689     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
11690     .co_name = &_Py_ID(get_source),
11691     .co_qualname = & importlib__bootstrap_toplevel_consts_37_consts_10_qualname._ascii.ob_base,
11692     .co_linetable = & importlib__bootstrap_toplevel_consts_37_consts_9_linetable.ob_base.ob_base,
11693     ._co_code = NULL,
11694     ._co_linearray = NULL,
11695     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
11696     ._co_firsttraceable = 0,
11697 };
11698 static
11699     struct {
11700         PyASCIIObject _ascii;
11701         uint8_t _data[53];
11702     }
11703 importlib__bootstrap_toplevel_consts_37_consts_11_consts_0 = {
11704     ._ascii = {
11705         .ob_base = {
11706             .ob_refcnt = 999999999,
11707             .ob_type = &PyUnicode_Type,
11708         },
11709         .length = 52,
11710         .hash = -1,
11711         .state = {
11712             .kind = 1,
11713             .compact = 1,
11714             .ascii = 1,
11715             .ready = 1,
11716         },
11717     },
11718     ._data = "Return False as built-in modules are never packages.",
11719 };
11720 static
11721     struct {
11722         PyGC_Head _gc_head;
11723         struct {
11724             PyObject_VAR_HEAD
11725             PyObject *ob_item[2];
11726         }_object;
11727     }
11728 importlib__bootstrap_toplevel_consts_37_consts_11_consts = {
11729     ._object = {
11730         .ob_base = {
11731             .ob_base = {
11732                 .ob_refcnt = 999999999,
11733                 .ob_type = &PyTuple_Type,
11734             },
11735             .ob_size = 2,
11736         },
11737         .ob_item = {
11738             & importlib__bootstrap_toplevel_consts_37_consts_11_consts_0._ascii.ob_base,
11739             Py_False,
11740         },
11741     },
11742 };
11743 static
11744     struct {
11745         PyASCIIObject _ascii;
11746         uint8_t _data[27];
11747     }
11748 importlib__bootstrap_toplevel_consts_37_consts_11_qualname = {
11749     ._ascii = {
11750         .ob_base = {
11751             .ob_refcnt = 999999999,
11752             .ob_type = &PyUnicode_Type,
11753         },
11754         .length = 26,
11755         .hash = -1,
11756         .state = {
11757             .kind = 1,
11758             .compact = 1,
11759             .ascii = 1,
11760             .ready = 1,
11761         },
11762     },
11763     ._data = "BuiltinImporter.is_package",
11764 };
11765 static
11766     struct {
11767         PyObject_VAR_HEAD
11768         Py_hash_t ob_shash;
11769         char ob_sval[10];
11770     }
11771 importlib__bootstrap_toplevel_consts_37_consts_11_linetable = {
11772     .ob_base = {
11773         .ob_base = {
11774             .ob_refcnt = 999999999,
11775             .ob_type = &PyBytes_Type,
11776         },
11777         .ob_size = 9,
11778     },
11779     .ob_shash = -1,
11780     .ob_sval = "\x80\x00\xf0\x08\x00\x10\x15\x88\x75",
11781 };
11782 static
11783     struct _PyCode_DEF(6)
11784 importlib__bootstrap_toplevel_consts_37_consts_11 = {
11785     .ob_base = {
11786         .ob_base = {
11787             .ob_refcnt = 999999999,
11788             .ob_type = &PyCode_Type,
11789         },
11790         .ob_size = 3,
11791     },
11792     .co_consts = & importlib__bootstrap_toplevel_consts_37_consts_11_consts._object.ob_base.ob_base,
11793     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
11794     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
11795     .co_flags = 3,
11796     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
11797     ._co_linearray_entry_size = 0,
11798     .co_argcount = 2,
11799     .co_posonlyargcount = 0,
11800     .co_kwonlyargcount = 0,
11801     .co_stacksize = 1,
11802     .co_firstlineno = 795,
11803     .co_nlocalsplus = 2,
11804     .co_nlocals = 2,
11805     .co_nplaincellvars = 0,
11806     .co_ncellvars = 0,
11807     .co_nfreevars = 0,
11808     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_9_localsplusnames._object.ob_base.ob_base,
11809     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
11810     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
11811     .co_name = & const_str_is_package._ascii.ob_base,
11812     .co_qualname = & importlib__bootstrap_toplevel_consts_37_consts_11_qualname._ascii.ob_base,
11813     .co_linetable = & importlib__bootstrap_toplevel_consts_37_consts_11_linetable.ob_base.ob_base,
11814     ._co_code = NULL,
11815     ._co_linearray = NULL,
11816     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
11817     ._co_firsttraceable = 0,
11818 };
11819 static
11820     struct {
11821         PyGC_Head _gc_head;
11822         struct {
11823             PyObject_VAR_HEAD
11824             PyObject *ob_item[2];
11825         }_object;
11826     }
11827 importlib__bootstrap_toplevel_consts_37_consts_12 = {
11828     ._object = {
11829         .ob_base = {
11830             .ob_base = {
11831                 .ob_refcnt = 999999999,
11832                 .ob_type = &PyTuple_Type,
11833             },
11834             .ob_size = 2,
11835         },
11836         .ob_item = {
11837             Py_None,
11838             Py_None,
11839         },
11840     },
11841 };
11842 static
11843     struct {
11844         PyGC_Head _gc_head;
11845         struct {
11846             PyObject_VAR_HEAD
11847             PyObject *ob_item[14];
11848         }_object;
11849     }
11850 importlib__bootstrap_toplevel_consts_37_consts = {
11851     ._object = {
11852         .ob_base = {
11853             .ob_base = {
11854                 .ob_refcnt = 999999999,
11855                 .ob_type = &PyTuple_Type,
11856             },
11857             .ob_size = 14,
11858         },
11859         .ob_item = {
11860             & const_str_BuiltinImporter._ascii.ob_base,
11861             & importlib__bootstrap_toplevel_consts_37_consts_1._ascii.ob_base,
11862             & importlib__bootstrap_toplevel_consts_37_consts_2._ascii.ob_base,
11863             & importlib__bootstrap_toplevel_consts_37_consts_3.ob_base.ob_base,
11864             Py_None,
11865             & importlib__bootstrap_toplevel_consts_37_consts_5.ob_base.ob_base,
11866             & importlib__bootstrap_toplevel_consts_37_consts_6.ob_base.ob_base,
11867             & importlib__bootstrap_toplevel_consts_37_consts_7.ob_base.ob_base,
11868             & importlib__bootstrap_toplevel_consts_37_consts_8.ob_base.ob_base,
11869             & importlib__bootstrap_toplevel_consts_37_consts_9.ob_base.ob_base,
11870             & importlib__bootstrap_toplevel_consts_37_consts_10.ob_base.ob_base,
11871             & importlib__bootstrap_toplevel_consts_37_consts_11.ob_base.ob_base,
11872             & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
11873             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
11874         },
11875     },
11876 };
11877 static
11878     struct {
11879         PyASCIIObject _ascii;
11880         uint8_t _data[13];
11881     }
11882 const_str_staticmethod = {
11883     ._ascii = {
11884         .ob_base = {
11885             .ob_refcnt = 999999999,
11886             .ob_type = &PyUnicode_Type,
11887         },
11888         .length = 12,
11889         .hash = -1,
11890         .state = {
11891             .kind = 1,
11892             .compact = 1,
11893             .ascii = 1,
11894             .ready = 1,
11895         },
11896     },
11897     ._data = "staticmethod",
11898 };
11899 static
11900     struct {
11901         PyASCIIObject _ascii;
11902         uint8_t _data[12];
11903     }
11904 const_str_classmethod = {
11905     ._ascii = {
11906         .ob_base = {
11907             .ob_refcnt = 999999999,
11908             .ob_type = &PyUnicode_Type,
11909         },
11910         .length = 11,
11911         .hash = -1,
11912         .state = {
11913             .kind = 1,
11914             .compact = 1,
11915             .ascii = 1,
11916             .ready = 1,
11917         },
11918     },
11919     ._data = "classmethod",
11920 };
11921 static
11922     struct {
11923         PyGC_Head _gc_head;
11924         struct {
11925             PyObject_VAR_HEAD
11926             PyObject *ob_item[18];
11927         }_object;
11928     }
11929 importlib__bootstrap_toplevel_consts_37_names = {
11930     ._object = {
11931         .ob_base = {
11932             .ob_base = {
11933                 .ob_refcnt = 999999999,
11934                 .ob_type = &PyTuple_Type,
11935             },
11936             .ob_size = 18,
11937         },
11938         .ob_item = {
11939             &_Py_ID(__name__),
11940             &_Py_ID(__module__),
11941             &_Py_ID(__qualname__),
11942             &_Py_ID(__doc__),
11943             & const_str__ORIGIN._ascii.ob_base,
11944             & const_str_staticmethod._ascii.ob_base,
11945             & const_str_module_repr._ascii.ob_base,
11946             & const_str_classmethod._ascii.ob_base,
11947             & const_str_find_spec._ascii.ob_base,
11948             & const_str_find_module._ascii.ob_base,
11949             & const_str_create_module._ascii.ob_base,
11950             & const_str_exec_module._ascii.ob_base,
11951             & const_str__requires_builtin._ascii.ob_base,
11952             & const_str_get_code._ascii.ob_base,
11953             &_Py_ID(get_source),
11954             & const_str_is_package._ascii.ob_base,
11955             & const_str__load_module_shim._ascii.ob_base,
11956             & const_str_load_module._ascii.ob_base,
11957         },
11958     },
11959 };
11960 static
11961     struct {
11962         PyObject_VAR_HEAD
11963         Py_hash_t ob_shash;
11964         char ob_sval[313];
11965     }
11966 importlib__bootstrap_toplevel_consts_37_linetable = {
11967     .ob_base = {
11968         .ob_base = {
11969             .ob_refcnt = 999999999,
11970             .ob_type = &PyBytes_Type,
11971         },
11972         .ob_size = 312,
11973     },
11974     .ob_shash = -1,
11975     .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\xf1\x03\x00\x06\x12\x84\x5c\xf0\x02\x08\x05\x4b\x01\xf0\x14\x00\x06\x11\xf0\x02\x04\x05\x18\xf0\x00\x04\x05\x18\xf0\x00\x04\x05\x18\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x04\x05\x18\xf0\x0c\x00\x06\x11\xf0\x02\x0c\x05\x39\xf0\x00\x0c\x05\x39\xf0\x00\x0c\x05\x39\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x0c\x05\x39\xf0\x1c\x00\x06\x12\xf0\x02\x05\x05\x44\x01\xf0\x00\x05\x05\x44\x01\xf1\x03\x00\x06\x12\x84\x5c\xf0\x02\x05\x05\x44\x01\xf0\x0e\x00\x06\x12\xf0\x02\x02\x05\x3d\xf0\x00\x02\x05\x3d\xf1\x03\x00\x06\x12\x84\x5c\xf0\x02\x02\x05\x3d\xf0\x08\x00\x06\x11\xd8\x05\x16\xf0\x02\x02\x05\x14\xf0\x00\x02\x05\x14\xf1\x03\x00\x06\x17\xd4\x05\x16\xf1\x03\x00\x06\x11\x84\x5b\xf0\x04\x02\x05\x14\xf0\x08\x00\x06\x11\xd8\x05\x16\xf0\x02\x02\x05\x14\xf0\x00\x02\x05\x14\xf1\x03\x00\x06\x17\xd4\x05\x16\xf1\x03\x00\x06\x11\x84\x5b\xf0\x04\x02\x05\x14\xf0\x08\x00\x06\x11\xd8\x05\x16\xf0\x02\x02\x05\x15\xf0\x00\x02\x05\x15\xf1\x03\x00\x06\x17\xd4\x05\x16\xf1\x03\x00\x06\x11\x84\x5b\xf0\x04\x02\x05\x15\xf0\x08\x00\x13\x1e\x90\x2b\xd0\x1e\x2f\xd1\x12\x30\xd4\x12\x30\x80\x4b\x80\x4b\x80\x4b",
11976 };
11977 static
11978     struct _PyCode_DEF(272)
11979 importlib__bootstrap_toplevel_consts_37 = {
11980     .ob_base = {
11981         .ob_base = {
11982             .ob_refcnt = 999999999,
11983             .ob_type = &PyCode_Type,
11984         },
11985         .ob_size = 136,
11986     },
11987     .co_consts = & importlib__bootstrap_toplevel_consts_37_consts._object.ob_base.ob_base,
11988     .co_names = & importlib__bootstrap_toplevel_consts_37_names._object.ob_base.ob_base,
11989     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
11990     .co_flags = 0,
11991     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
11992     ._co_linearray_entry_size = 0,
11993     .co_argcount = 0,
11994     .co_posonlyargcount = 0,
11995     .co_kwonlyargcount = 0,
11996     .co_stacksize = 3,
11997     .co_firstlineno = 726,
11998     .co_nlocalsplus = 0,
11999     .co_nlocals = 0,
12000     .co_nplaincellvars = 0,
12001     .co_ncellvars = 0,
12002     .co_nfreevars = 0,
12003     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
12004     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
12005     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
12006     .co_name = & const_str_BuiltinImporter._ascii.ob_base,
12007     .co_qualname = & const_str_BuiltinImporter._ascii.ob_base,
12008     .co_linetable = & importlib__bootstrap_toplevel_consts_37_linetable.ob_base.ob_base,
12009     ._co_code = NULL,
12010     ._co_linearray = NULL,
12011     .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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x65\x07\x64\x0c\x64\x05\x84\x01\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x65\x07\x64\x0d\x64\x06\x84\x01\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x65\x05\x64\x07\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0a\x65\x05\x64\x08\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0b\x65\x07\x65\x0c\x64\x09\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0d\x65\x07\x65\x0c\x64\x0a\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0e\x65\x07\x65\x0c\x64\x0b\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0f\x02\x00\x65\x07\x65\x10\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x11\x64\x04\x53\x00",
12012     ._co_firsttraceable = 0,
12013 };
12014 static
12015     struct {
12016         PyASCIIObject _ascii;
12017         uint8_t _data[15];
12018     }
12019 const_str_FrozenImporter = {
12020     ._ascii = {
12021         .ob_base = {
12022             .ob_refcnt = 999999999,
12023             .ob_type = &PyUnicode_Type,
12024         },
12025         .length = 14,
12026         .hash = -1,
12027         .state = {
12028             .kind = 1,
12029             .compact = 1,
12030             .ascii = 1,
12031             .ready = 1,
12032         },
12033     },
12034     ._data = "FrozenImporter",
12035 };
12036 static
12037     struct {
12038         PyASCIIObject _ascii;
12039         uint8_t _data[143];
12040     }
12041 importlib__bootstrap_toplevel_consts_39_consts_1 = {
12042     ._ascii = {
12043         .ob_base = {
12044             .ob_refcnt = 999999999,
12045             .ob_type = &PyUnicode_Type,
12046         },
12047         .length = 142,
12048         .hash = -1,
12049         .state = {
12050             .kind = 1,
12051             .compact = 1,
12052             .ascii = 1,
12053             .ready = 1,
12054         },
12055     },
12056     ._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",
12057 };
12058 static
12059     struct {
12060         PyASCIIObject _ascii;
12061         uint8_t _data[7];
12062     }
12063 const_str_frozen = {
12064     ._ascii = {
12065         .ob_base = {
12066             .ob_refcnt = 999999999,
12067             .ob_type = &PyUnicode_Type,
12068         },
12069         .length = 6,
12070         .hash = -1,
12071         .state = {
12072             .kind = 1,
12073             .compact = 1,
12074             .ascii = 1,
12075             .ready = 1,
12076         },
12077     },
12078     ._data = "frozen",
12079 };
12080 static
12081     struct {
12082         PyASCIIObject _ascii;
12083         uint8_t _data[81];
12084     }
12085 importlib__bootstrap_toplevel_consts_39_consts_3_consts_1 = {
12086     ._ascii = {
12087         .ob_base = {
12088             .ob_refcnt = 999999999,
12089             .ob_type = &PyUnicode_Type,
12090         },
12091         .length = 80,
12092         .hash = -1,
12093         .state = {
12094             .kind = 1,
12095             .compact = 1,
12096             .ascii = 1,
12097             .ready = 1,
12098         },
12099     },
12100     ._data = "FrozenImporter.module_repr() is deprecated and slated for removal in Python 3.12",
12101 };
12102 static
12103     struct {
12104         PyGC_Head _gc_head;
12105         struct {
12106             PyObject_VAR_HEAD
12107             PyObject *ob_item[3];
12108         }_object;
12109     }
12110 importlib__bootstrap_toplevel_consts_39_consts_3_consts = {
12111     ._object = {
12112         .ob_base = {
12113             .ob_base = {
12114                 .ob_refcnt = 999999999,
12115                 .ob_type = &PyTuple_Type,
12116             },
12117             .ob_size = 3,
12118         },
12119         .ob_item = {
12120             & importlib__bootstrap_toplevel_consts_37_consts_3_consts_0._ascii.ob_base,
12121             & importlib__bootstrap_toplevel_consts_39_consts_3_consts_1._ascii.ob_base,
12122             & importlib__bootstrap_toplevel_consts_32_consts_6._ascii.ob_base,
12123         },
12124     },
12125 };
12126 static
12127     struct {
12128         PyGC_Head _gc_head;
12129         struct {
12130             PyObject_VAR_HEAD
12131             PyObject *ob_item[7];
12132         }_object;
12133     }
12134 importlib__bootstrap_toplevel_consts_39_consts_3_names = {
12135     ._object = {
12136         .ob_base = {
12137             .ob_base = {
12138                 .ob_refcnt = 999999999,
12139                 .ob_type = &PyTuple_Type,
12140             },
12141             .ob_size = 7,
12142         },
12143         .ob_item = {
12144             & const_str__warnings._ascii.ob_base,
12145             & const_str_warn._ascii.ob_base,
12146             & const_str_DeprecationWarning._ascii.ob_base,
12147             & const_str_format._ascii.ob_base,
12148             &_Py_ID(__name__),
12149             & const_str_FrozenImporter._ascii.ob_base,
12150             & const_str__ORIGIN._ascii.ob_base,
12151         },
12152     },
12153 };
12154 static
12155     struct {
12156         PyASCIIObject _ascii;
12157         uint8_t _data[27];
12158     }
12159 importlib__bootstrap_toplevel_consts_39_consts_3_qualname = {
12160     ._ascii = {
12161         .ob_base = {
12162             .ob_refcnt = 999999999,
12163             .ob_type = &PyUnicode_Type,
12164         },
12165         .length = 26,
12166         .hash = -1,
12167         .state = {
12168             .kind = 1,
12169             .compact = 1,
12170             .ascii = 1,
12171             .ready = 1,
12172         },
12173     },
12174     ._data = "FrozenImporter.module_repr",
12175 };
12176 static
12177     struct {
12178         PyObject_VAR_HEAD
12179         Py_hash_t ob_shash;
12180         char ob_sval[65];
12181     }
12182 importlib__bootstrap_toplevel_consts_39_consts_3_linetable = {
12183     .ob_base = {
12184         .ob_base = {
12185             .ob_refcnt = 999999999,
12186             .ob_type = &PyBytes_Type,
12187         },
12188         .ob_size = 64,
12189     },
12190     .ob_shash = -1,
12191     .ob_sval = "\x80\x00\xf5\x0e\x00\x09\x12\x8f\x0e\x8a\x0e\xf0\x00\x01\x18\x3b\xdd\x3c\x4e\xf1\x03\x01\x09\x50\x01\xf4\x00\x01\x09\x50\x01\xf0\x00\x01\x09\x50\x01\xe0\x0f\x23\xd7\x0f\x2a\xd2\x0f\x2a\xa8\x31\xac\x3a\xb5\x7e\xd4\x37\x4d\xd1\x0f\x4e\xd4\x0f\x4e\xd0\x08\x4e",
12192 };
12193 static
12194     struct {
12195         PyASCIIObject _ascii;
12196         uint8_t _data[2];
12197     }
12198 const_str_m = {
12199     ._ascii = {
12200         .ob_base = {
12201             .ob_refcnt = 999999999,
12202             .ob_type = &PyUnicode_Type,
12203         },
12204         .length = 1,
12205         .hash = -1,
12206         .state = {
12207             .kind = 1,
12208             .compact = 1,
12209             .ascii = 1,
12210             .ready = 1,
12211         },
12212     },
12213     ._data = "m",
12214 };
12215 static
12216     struct {
12217         PyGC_Head _gc_head;
12218         struct {
12219             PyObject_VAR_HEAD
12220             PyObject *ob_item[1];
12221         }_object;
12222     }
12223 importlib__bootstrap_toplevel_consts_39_consts_3_localsplusnames = {
12224     ._object = {
12225         .ob_base = {
12226             .ob_base = {
12227                 .ob_refcnt = 999999999,
12228                 .ob_type = &PyTuple_Type,
12229             },
12230             .ob_size = 1,
12231         },
12232         .ob_item = {
12233             & const_str_m._ascii.ob_base,
12234         },
12235     },
12236 };
12237 static
12238     struct _PyCode_DEF(140)
12239 importlib__bootstrap_toplevel_consts_39_consts_3 = {
12240     .ob_base = {
12241         .ob_base = {
12242             .ob_refcnt = 999999999,
12243             .ob_type = &PyCode_Type,
12244         },
12245         .ob_size = 70,
12246     },
12247     .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_3_consts._object.ob_base.ob_base,
12248     .co_names = & importlib__bootstrap_toplevel_consts_39_consts_3_names._object.ob_base.ob_base,
12249     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
12250     .co_flags = 3,
12251     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
12252     ._co_linearray_entry_size = 0,
12253     .co_argcount = 1,
12254     .co_posonlyargcount = 0,
12255     .co_kwonlyargcount = 0,
12256     .co_stacksize = 4,
12257     .co_firstlineno = 815,
12258     .co_nlocalsplus = 1,
12259     .co_nlocals = 1,
12260     .co_nplaincellvars = 0,
12261     .co_ncellvars = 0,
12262     .co_nfreevars = 0,
12263     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_39_consts_3_localsplusnames._object.ob_base.ob_base,
12264     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
12265     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
12266     .co_name = & const_str_module_repr._ascii.ob_base,
12267     .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_3_qualname._ascii.ob_base,
12268     .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_3_linetable.ob_base.ob_base,
12269     ._co_code = NULL,
12270     ._co_linearray = NULL,
12271     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\xa0\x03\x00\x00\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\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
12272     ._co_firsttraceable = 0,
12273 };
12274 static
12275     struct {
12276         PyASCIIObject _ascii;
12277         uint8_t _data[13];
12278     }
12279 const_str___origname__ = {
12280     ._ascii = {
12281         .ob_base = {
12282             .ob_refcnt = 999999999,
12283             .ob_type = &PyUnicode_Type,
12284         },
12285         .length = 12,
12286         .hash = -1,
12287         .state = {
12288             .kind = 1,
12289             .compact = 1,
12290             .ascii = 1,
12291             .ready = 1,
12292         },
12293     },
12294     ._data = "__origname__",
12295 };
12296 static
12297     struct {
12298         PyASCIIObject _ascii;
12299         uint8_t _data[40];
12300     }
12301 importlib__bootstrap_toplevel_consts_39_consts_4_consts_2 = {
12302     ._ascii = {
12303         .ob_base = {
12304             .ob_refcnt = 999999999,
12305             .ob_type = &PyUnicode_Type,
12306         },
12307         .length = 39,
12308         .hash = -1,
12309         .state = {
12310             .kind = 1,
12311             .compact = 1,
12312             .ascii = 1,
12313             .ready = 1,
12314         },
12315     },
12316     ._data = "see PyImport_ImportFrozenModuleObject()",
12317 };
12318 static
12319     struct {
12320         PyASCIIObject _ascii;
12321         uint8_t _data[9];
12322     }
12323 const_str_origname = {
12324     ._ascii = {
12325         .ob_base = {
12326             .ob_refcnt = 999999999,
12327             .ob_type = &PyUnicode_Type,
12328         },
12329         .length = 8,
12330         .hash = -1,
12331         .state = {
12332             .kind = 1,
12333             .compact = 1,
12334             .ascii = 1,
12335             .ready = 1,
12336         },
12337     },
12338     ._data = "origname",
12339 };
12340 static
12341     struct {
12342         PyGC_Head _gc_head;
12343         struct {
12344             PyObject_VAR_HEAD
12345             PyObject *ob_item[2];
12346         }_object;
12347     }
12348 importlib__bootstrap_toplevel_consts_39_consts_4_consts_4 = {
12349     ._object = {
12350         .ob_base = {
12351             .ob_base = {
12352                 .ob_refcnt = 999999999,
12353                 .ob_type = &PyTuple_Type,
12354             },
12355             .ob_size = 2,
12356         },
12357         .ob_item = {
12358             &_Py_ID(filename),
12359             & const_str_origname._ascii.ob_base,
12360         },
12361     },
12362 };
12363 static
12364     struct {
12365         PyGC_Head _gc_head;
12366         struct {
12367             PyObject_VAR_HEAD
12368             PyObject *ob_item[9];
12369         }_object;
12370     }
12371 importlib__bootstrap_toplevel_consts_39_consts_4_consts = {
12372     ._object = {
12373         .ob_base = {
12374             .ob_base = {
12375                 .ob_refcnt = 999999999,
12376                 .ob_type = &PyTuple_Type,
12377             },
12378             .ob_size = 9,
12379         },
12380         .ob_item = {
12381             Py_None,
12382             & const_str___origname__._ascii.ob_base,
12383             & importlib__bootstrap_toplevel_consts_39_consts_4_consts_2._ascii.ob_base,
12384             &_Py_ID(__path__),
12385             & importlib__bootstrap_toplevel_consts_39_consts_4_consts_4._object.ob_base.ob_base,
12386             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
12387             &_Py_ID(__file__),
12388             &_Py_ID(filename),
12389             & const_str_origname._ascii.ob_base,
12390         },
12391     },
12392 };
12393 static
12394     struct {
12395         PyASCIIObject _ascii;
12396         uint8_t _data[5];
12397     }
12398 const_str_vars = {
12399     ._ascii = {
12400         .ob_base = {
12401             .ob_refcnt = 999999999,
12402             .ob_type = &PyUnicode_Type,
12403         },
12404         .length = 4,
12405         .hash = -1,
12406         .state = {
12407             .kind = 1,
12408             .compact = 1,
12409             .ascii = 1,
12410             .ready = 1,
12411         },
12412     },
12413     ._data = "vars",
12414 };
12415 static
12416     struct {
12417         PyASCIIObject _ascii;
12418         uint8_t _data[18];
12419     }
12420 const_str_is_frozen_package = {
12421     ._ascii = {
12422         .ob_base = {
12423             .ob_refcnt = 999999999,
12424             .ob_type = &PyUnicode_Type,
12425         },
12426         .length = 17,
12427         .hash = -1,
12428         .state = {
12429             .kind = 1,
12430             .compact = 1,
12431             .ascii = 1,
12432             .ready = 1,
12433         },
12434     },
12435     ._data = "is_frozen_package",
12436 };
12437 static
12438     struct {
12439         PyASCIIObject _ascii;
12440         uint8_t _data[18];
12441     }
12442 const_str__resolve_filename = {
12443     ._ascii = {
12444         .ob_base = {
12445             .ob_refcnt = 999999999,
12446             .ob_type = &PyUnicode_Type,
12447         },
12448         .length = 17,
12449         .hash = -1,
12450         .state = {
12451             .kind = 1,
12452             .compact = 1,
12453             .ascii = 1,
12454             .ready = 1,
12455         },
12456     },
12457     ._data = "_resolve_filename",
12458 };
12459 static
12460     struct {
12461         PyASCIIObject _ascii;
12462         uint8_t _data[15];
12463     }
12464 const_str_implementation = {
12465     ._ascii = {
12466         .ob_base = {
12467             .ob_refcnt = 999999999,
12468             .ob_type = &PyUnicode_Type,
12469         },
12470         .length = 14,
12471         .hash = -1,
12472         .state = {
12473             .kind = 1,
12474             .compact = 1,
12475             .ascii = 1,
12476             .ready = 1,
12477         },
12478     },
12479     ._data = "implementation",
12480 };
12481 static
12482     struct {
12483         PyASCIIObject _ascii;
12484         uint8_t _data[7];
12485     }
12486 const_str_insert = {
12487     ._ascii = {
12488         .ob_base = {
12489             .ob_refcnt = 999999999,
12490             .ob_type = &PyUnicode_Type,
12491         },
12492         .length = 6,
12493         .hash = -1,
12494         .state = {
12495             .kind = 1,
12496             .compact = 1,
12497             .ascii = 1,
12498             .ready = 1,
12499         },
12500     },
12501     ._data = "insert",
12502 };
12503 static
12504     struct {
12505         PyASCIIObject _ascii;
12506         uint8_t _data[7];
12507     }
12508 const_str_sorted = {
12509     ._ascii = {
12510         .ob_base = {
12511             .ob_refcnt = 999999999,
12512             .ob_type = &PyUnicode_Type,
12513         },
12514         .length = 6,
12515         .hash = -1,
12516         .state = {
12517             .kind = 1,
12518             .compact = 1,
12519             .ascii = 1,
12520             .ready = 1,
12521         },
12522     },
12523     ._data = "sorted",
12524 };
12525 static
12526     struct {
12527         PyGC_Head _gc_head;
12528         struct {
12529             PyObject_VAR_HEAD
12530             PyObject *ob_item[23];
12531         }_object;
12532     }
12533 importlib__bootstrap_toplevel_consts_39_consts_4_names = {
12534     ._object = {
12535         .ob_base = {
12536             .ob_base = {
12537                 .ob_refcnt = 999999999,
12538                 .ob_type = &PyTuple_Type,
12539             },
12540             .ob_size = 23,
12541         },
12542         .ob_item = {
12543             &_Py_ID(__spec__),
12544             & const_str_loader_state._ascii.ob_base,
12545             & const_str_vars._ascii.ob_base,
12546             & const_str_pop._ascii.ob_base,
12547             & const_str_hasattr._ascii.ob_base,
12548             & const_str__imp._ascii.ob_base,
12549             & const_str_is_frozen_package._ascii.ob_base,
12550             &_Py_ID(__name__),
12551             & const_str__resolve_filename._ascii.ob_base,
12552             &_Py_ID(name),
12553             & const_str_type._ascii.ob_base,
12554             & const_str_sys._ascii.ob_base,
12555             & const_str_implementation._ascii.ob_base,
12556             & const_str_submodule_search_locations._ascii.ob_base,
12557             & const_str_insert._ascii.ob_base,
12558             &_Py_ID(__file__),
12559             & const_str_AttributeError._ascii.ob_base,
12560             &_Py_ID(__path__),
12561             &_Py_ID(extend),
12562             & const_str_sorted._ascii.ob_base,
12563             & const_str_origname._ascii.ob_base,
12564             &_Py_ID(filename),
12565             & const_str_has_location._ascii.ob_base,
12566         },
12567     },
12568 };
12569 static
12570     struct {
12571         PyASCIIObject _ascii;
12572         uint8_t _data[30];
12573     }
12574 importlib__bootstrap_toplevel_consts_39_consts_4_qualname = {
12575     ._ascii = {
12576         .ob_base = {
12577             .ob_refcnt = 999999999,
12578             .ob_type = &PyUnicode_Type,
12579         },
12580         .length = 29,
12581         .hash = -1,
12582         .state = {
12583             .kind = 1,
12584             .compact = 1,
12585             .ascii = 1,
12586             .ready = 1,
12587         },
12588     },
12589     ._data = "FrozenImporter._fix_up_module",
12590 };
12591 static
12592     struct {
12593         PyObject_VAR_HEAD
12594         Py_hash_t ob_shash;
12595         char ob_sval[964];
12596     }
12597 importlib__bootstrap_toplevel_consts_39_consts_4_linetable = {
12598     .ob_base = {
12599         .ob_base = {
12600             .ob_refcnt = 999999999,
12601             .ob_type = &PyBytes_Type,
12602         },
12603         .ob_size = 963,
12604     },
12605     .ob_shash = -1,
12606     .ob_sval = "\x80\x00\xe0\x0f\x15\x8c\x7f\x88\x04\xd8\x10\x14\xd4\x10\x21\x88\x05\xd8\x0b\x10\x89\x3d\xf5\x08\x00\x18\x1c\x98\x46\x91\x7c\x94\x7c\xd7\x17\x27\xd2\x17\x27\xa8\x0e\xb8\x04\xd1\x17\x3d\xd4\x17\x3d\x88\x48\xd8\x13\x1b\xd0\x0c\x46\xd0\x0c\x46\xd0\x1d\x46\xd1\x0c\x46\xd4\x0c\x46\xd0\x0c\x46\xdd\x14\x1b\x98\x46\xa0\x4a\xd1\x14\x2f\xd4\x14\x2f\x88\x45\xdd\x13\x17\xd7\x13\x29\xd2\x13\x29\xa8\x26\xac\x2f\xd1\x13\x3a\xd4\x13\x3a\xb8\x65\xd2\x13\x43\xd0\x13\x43\xd0\x13\x43\xc0\x55\xd1\x13\x43\xd4\x13\x43\xd0\x13\x43\xd8\x1f\x22\xd7\x1f\x34\xd2\x1f\x34\xb0\x58\xb8\x74\xbc\x79\xc8\x25\xd1\x1f\x50\xd4\x1f\x50\xd1\x0c\x1c\x88\x48\x90\x66\xd8\x20\x38\xa5\x04\xa5\x53\xd4\x25\x37\xd1\x20\x38\xd4\x20\x38\xd8\x19\x21\xd8\x19\x21\xf0\x05\x03\x21\x0e\xf1\x00\x03\x21\x0e\xf4\x00\x03\x21\x0e\x88\x44\xd4\x0c\x1d\xf0\x08\x00\x18\x1c\xd4\x17\x36\x88\x48\xd8\x0f\x14\xf0\x00\x05\x0d\x32\xd8\x17\x1f\xa0\x32\x92\x7e\x90\x7e\x90\x7e\xa0\x78\x91\x7e\x94\x7e\x90\x7e\xd8\x13\x19\xf0\x00\x01\x11\x46\x01\xd8\x14\x18\xd4\x14\x33\xd7\x14\x3a\xd2\x14\x3a\xb8\x31\xb8\x66\xd1\x14\x45\xd4\x14\x45\xd0\x14\x45\xf8\xe0\x17\x1f\xd0\x17\x27\xd0\x17\x27\xa8\x18\xd1\x17\x27\xd4\x17\x27\xd0\x17\x27\xf5\x06\x00\x18\x1f\x98\x76\xa0\x7a\xd1\x17\x32\xd4\x17\x32\xd0\x0c\x43\xd0\x0c\x43\xb0\x46\xb4\x4f\xd1\x0c\x43\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\x90\x4f\xf8\xdd\x17\x25\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\xe0\x0f\x14\xf0\x00\x03\x0d\x35\xd8\x13\x19\x94\x3f\xa0\x68\xd2\x13\x2e\xd0\x13\x2e\xd8\x1b\x21\x9c\x3f\xa8\x62\xd2\x1b\x30\xd0\x1b\x30\xd0\x1b\x30\xb0\x26\xb4\x2f\xd1\x1b\x30\xd4\x1b\x30\xd0\x1b\x30\xd8\x14\x1a\x94\x4f\xd7\x14\x2a\xd2\x14\x2a\xa8\x38\xd1\x14\x34\xd4\x14\x34\xd0\x14\x34\xf9\xf0\x08\x00\x18\x1c\xd4\x17\x36\x88\x48\xd8\x14\x1c\xa0\x44\xd0\x14\x28\x88\x45\xe5\x13\x19\x9d\x24\x98\x75\x99\x2b\x9c\x2b\xd1\x13\x26\xd4\x13\x26\xa8\x3a\xb0\x7a\xd0\x2a\x42\xd2\x13\x42\xd0\x13\x42\xd0\x13\x42\xc0\x45\xd1\x13\x42\xd4\x13\x42\xd0\x13\x42\xd8\x0f\x14\x8c\x7e\xf0\x00\x0c\x0d\x45\x01\xf0\x06\x00\x16\x19\xd7\x15\x2a\xd2\x15\x2a\xa8\x35\xac\x3e\xb8\x34\xbc\x39\xc0\x65\xd1\x15\x4c\xd4\x15\x4c\xf1\x03\x01\x11\x13\x90\x18\x98\x36\xe0\x17\x1c\x94\x7e\xa8\x18\xd2\x17\x31\xd0\x17\x31\xd0\x17\x31\xb0\x45\xb4\x4e\xc0\x48\xd0\x33\x4d\xd1\x17\x31\xd4\x17\x31\xd0\x17\x31\xd8\x13\x19\xf0\x00\x03\x11\x49\x01\xd8\x1b\x23\xa8\x06\xa0\x78\xd2\x1b\x2f\xd0\x1b\x2f\xd0\x1b\x2f\xb0\x28\xb8\x46\xd0\x31\x43\xd1\x1b\x2f\xd4\x1b\x2f\xd0\x1b\x2f\xd0\x1b\x2f\xe0\x1b\x23\xa8\x65\xd0\x28\x3d\xa8\x02\xa8\x02\xb8\x14\xd2\x1b\x3e\xd0\x1b\x3e\xd0\x1b\x3e\xc0\x08\xd1\x1b\x3e\xd4\x1b\x3e\xd0\x1b\x3e\xd0\x1b\x3e\xe0\x1b\x1f\x90\x08\xd8\x17\x1c\x94\x7e\xd0\x17\x2d\xd0\x17\x2d\xa8\x75\xac\x7e\xd1\x17\x2d\xd4\x17\x2d\xd0\x17\x2d\xd8\x17\x1f\xa8\x25\xd0\x24\x39\xa0\x42\xa0\x42\xb0\x54\xd2\x17\x3a\xd0\x17\x3a\xd0\x17\x3a\xb8\x48\xd1\x17\x3a\xd4\x17\x3a\xd0\x17\x3a\xe0\x0f\x17\xf0\x00\x04\x0d\x48\x01\xdd\x17\x1e\x98\x76\xa0\x7a\xd1\x17\x32\xd4\x17\x32\xd0\x10\x32\xd0\x10\x32\xd0\x10\x32\xd8\x17\x1d\x94\x7f\xa8\x28\xd2\x17\x32\xd0\x17\x32\xd0\x17\x32\xb0\x56\xb4\x5f\xc0\x68\xd0\x34\x4f\xd1\x17\x32\xd4\x17\x32\xd0\x17\x32\xd0\x17\x32\xe5\x1b\x22\xa0\x36\xa8\x3a\xd1\x1b\x36\xd4\x1b\x36\xd0\x10\x47\xd0\x10\x47\xb8\x06\xbc\x0f\xd1\x10\x47\xd4\x10\x47\xd0\x10\x47\xd8\x0f\x14\xf0\x00\x04\x0d\x48\x01\xdd\x17\x1e\x98\x76\xa0\x7a\xd1\x17\x32\xd4\x17\x32\xd0\x10\x32\xd0\x10\x32\xd0\x10\x32\xd8\x17\x1d\x94\x7f\xa8\x28\xd2\x17\x32\xd0\x17\x32\xd0\x17\x32\xb0\x56\xb4\x5f\xc0\x68\xd0\x34\x4f\xd1\x17\x32\xd4\x17\x32\xd0\x17\x32\xd0\x17\x32\xe5\x1b\x22\xa0\x36\xa8\x3a\xd1\x1b\x36\xd4\x1b\x36\xd0\x10\x47\xd0\x10\x47\xb8\x06\xbc\x0f\xd1\x10\x47\xd4\x10\x47\xd0\x10\x47\xd8\x13\x17\xd4\x13\x24\xd0\x08\x24\xd0\x08\x24\xd0\x08\x24\xd0\x08\x24\xd0\x08\x24",
12607 };
12608 static
12609     struct {
12610         PyObject_VAR_HEAD
12611         Py_hash_t ob_shash;
12612         char ob_sval[19];
12613     }
12614 importlib__bootstrap_toplevel_consts_39_consts_4_exceptiontable = {
12615     .ob_base = {
12616         .ob_base = {
12617             .ob_refcnt = 999999999,
12618             .ob_type = &PyBytes_Type,
12619         },
12620         .ob_size = 18,
12621     },
12622     .ob_shash = -1,
12623     .ob_sval = "\xc4\x2b\x07\x44\x33\x00\xc4\x33\x0a\x45\x00\x03\xc4\x3f\x01\x45\x00\x03",
12624 };
12625 static
12626     struct {
12627         PyASCIIObject _ascii;
12628         uint8_t _data[6];
12629     }
12630 const_str_state = {
12631     ._ascii = {
12632         .ob_base = {
12633             .ob_refcnt = 999999999,
12634             .ob_type = &PyUnicode_Type,
12635         },
12636         .length = 5,
12637         .hash = -1,
12638         .state = {
12639             .kind = 1,
12640             .compact = 1,
12641             .ascii = 1,
12642             .ready = 1,
12643         },
12644     },
12645     ._data = "state",
12646 };
12647 static
12648     struct {
12649         PyASCIIObject _ascii;
12650         uint8_t _data[6];
12651     }
12652 const_str_ispkg = {
12653     ._ascii = {
12654         .ob_base = {
12655             .ob_refcnt = 999999999,
12656             .ob_type = &PyUnicode_Type,
12657         },
12658         .length = 5,
12659         .hash = -1,
12660         .state = {
12661             .kind = 1,
12662             .compact = 1,
12663             .ascii = 1,
12664             .ready = 1,
12665         },
12666     },
12667     ._data = "ispkg",
12668 };
12669 static
12670     struct {
12671         PyASCIIObject _ascii;
12672         uint8_t _data[7];
12673     }
12674 const_str_pkgdir = {
12675     ._ascii = {
12676         .ob_base = {
12677             .ob_refcnt = 999999999,
12678             .ob_type = &PyUnicode_Type,
12679         },
12680         .length = 6,
12681         .hash = -1,
12682         .state = {
12683             .kind = 1,
12684             .compact = 1,
12685             .ascii = 1,
12686             .ready = 1,
12687         },
12688     },
12689     ._data = "pkgdir",
12690 };
12691 static
12692     struct {
12693         PyGC_Head _gc_head;
12694         struct {
12695             PyObject_VAR_HEAD
12696             PyObject *ob_item[10];
12697         }_object;
12698     }
12699 importlib__bootstrap_toplevel_consts_39_consts_4_localsplusnames = {
12700     ._object = {
12701         .ob_base = {
12702             .ob_base = {
12703                 .ob_refcnt = 999999999,
12704                 .ob_type = &PyTuple_Type,
12705             },
12706             .ob_size = 10,
12707         },
12708         .ob_item = {
12709             & const_str_cls._ascii.ob_base,
12710             & const_str_module._ascii.ob_base,
12711             & const_str_spec._ascii.ob_base,
12712             & const_str_state._ascii.ob_base,
12713             & const_str_origname._ascii.ob_base,
12714             & const_str_ispkg._ascii.ob_base,
12715             &_Py_ID(filename),
12716             & const_str_pkgdir._ascii.ob_base,
12717             &_Py_ID(__path__),
12718             &_Py_ID(__file__),
12719         },
12720     },
12721 };
12722 static
12723     struct {
12724         PyObject_VAR_HEAD
12725         Py_hash_t ob_shash;
12726         char ob_sval[11];
12727     }
12728 importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds = {
12729     .ob_base = {
12730         .ob_base = {
12731             .ob_refcnt = 999999999,
12732             .ob_type = &PyBytes_Type,
12733         },
12734         .ob_size = 10,
12735     },
12736     .ob_shash = -1,
12737     .ob_sval = "          ",
12738 };
12739 static
12740     struct _PyCode_DEF(1548)
12741 importlib__bootstrap_toplevel_consts_39_consts_4 = {
12742     .ob_base = {
12743         .ob_base = {
12744             .ob_refcnt = 999999999,
12745             .ob_type = &PyCode_Type,
12746         },
12747         .ob_size = 774,
12748     },
12749     .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_4_consts._object.ob_base.ob_base,
12750     .co_names = & importlib__bootstrap_toplevel_consts_39_consts_4_names._object.ob_base.ob_base,
12751     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_39_consts_4_exceptiontable.ob_base.ob_base,
12752     .co_flags = 3,
12753     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
12754     ._co_linearray_entry_size = 0,
12755     .co_argcount = 2,
12756     .co_posonlyargcount = 0,
12757     .co_kwonlyargcount = 0,
12758     .co_stacksize = 5,
12759     .co_firstlineno = 826,
12760     .co_nlocalsplus = 10,
12761     .co_nlocals = 10,
12762     .co_nplaincellvars = 0,
12763     .co_ncellvars = 0,
12764     .co_nfreevars = 0,
12765     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_39_consts_4_localsplusnames._object.ob_base.ob_base,
12766     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds.ob_base.ob_base,
12767     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
12768     .co_name = &_Py_ID(_fix_up_module),
12769     .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_4_qualname._ascii.ob_base,
12770     .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_4_linetable.ob_base.ob_base,
12771     ._co_code = NULL,
12772     ._co_linearray = NULL,
12773     .co_code_adaptive = "\x97\x00\x7c\x01\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x90\x01\x80\x74\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x73\x0a\x4a\x00\x64\x02\xa6\x00\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x6b\x02\x00\x00\x00\x00\x73\x0a\x4a\x00\x7c\x05\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\xa0\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x02\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xa6\x03\x00\x00\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\x0c\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x7c\x04\xac\x04\xa6\x02\x00\x00\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\x0d\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\x0a\x4a\x00\x7c\x08\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x07\x72\x1b\x7c\x02\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x7c\x07\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0c\x7c\x08\x81\x0a\x4a\x00\x7c\x08\xa6\x00\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0f\x4a\x00\x7c\x01\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x06\x72\x19\x09\x00\x7c\x06\x7c\x01\x5f\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x10\x23\x00\x74\x20\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\x05\x72\x3f\x7c\x01\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\x6b\x03\x00\x00\x00\x00\x72\x34\x7c\x01\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x67\x00\x6b\x02\x00\x00\x00\x00\x73\x0f\x4a\x00\x7c\x01\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x01\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x90\x01\x6e\x75\x7c\x02\x6a\x0d\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\x0a\x4a\x00\x7c\x03\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x03\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x72\x6b\x7c\x00\xa0\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x09\x7d\x07\x7c\x03\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x6b\x02\x00\x00\x00\x00\x73\x11\x4a\x00\x7c\x03\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x66\x02\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x07\x72\x14\x7c\x08\x7c\x07\x67\x01\x6b\x02\x00\x00\x00\x00\x73\x0c\x4a\x00\x7c\x08\x7c\x07\x66\x02\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x6e\x41\x7c\x08\x7c\x05\x72\x02\x67\x00\x6e\x01\x64\x00\x6b\x02\x00\x00\x00\x00\x73\x0a\x4a\x00\x7c\x08\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x6e\x2c\x64\x00\x7d\x09\x7c\x03\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x81\x0f\x4a\x00\x7c\x03\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\x0a\x4a\x00\x7c\x08\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x09\x72\x2f\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x06\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x4a\x00\x82\x01\x7c\x01\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x6b\x02\x00\x00\x00\x00\x73\x11\x4a\x00\x7c\x01\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x66\x02\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x6e\x1f\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x06\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0f\x4a\x00\x7c\x01\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x05\x72\x2f\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x03\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x4a\x00\x82\x01\x7c\x01\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\x6b\x02\x00\x00\x00\x00\x73\x11\x4a\x00\x7c\x01\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\x66\x02\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x6e\x1f\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x03\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0f\x4a\x00\x7c\x01\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x4a\x00\x82\x01\x64\x00\x53\x00",
12774     ._co_firsttraceable = 0,
12775 };
12776 static
12777     struct {
12778         PyASCIIObject _ascii;
12779         uint8_t _data[12];
12780     }
12781 const_str__stdlib_dir = {
12782     ._ascii = {
12783         .ob_base = {
12784             .ob_refcnt = 999999999,
12785             .ob_type = &PyUnicode_Type,
12786         },
12787         .length = 11,
12788         .hash = -1,
12789         .state = {
12790             .kind = 1,
12791             .compact = 1,
12792             .ascii = 1,
12793             .ready = 1,
12794         },
12795     },
12796     ._data = "_stdlib_dir",
12797 };
12798 static
12799     struct {
12800         PyASCIIObject _ascii;
12801         uint8_t _data[6];
12802     }
12803 const_str_win32 = {
12804     ._ascii = {
12805         .ob_base = {
12806             .ob_refcnt = 999999999,
12807             .ob_type = &PyUnicode_Type,
12808         },
12809         .length = 5,
12810         .hash = -1,
12811         .state = {
12812             .kind = 1,
12813             .compact = 1,
12814             .ascii = 1,
12815             .ready = 1,
12816         },
12817     },
12818     ._data = "win32",
12819 };
12820 static
12821     struct {
12822         PyASCIIObject _ascii;
12823         uint8_t _data[2];
12824     }
12825 importlib__bootstrap_toplevel_consts_39_consts_7_consts_4 = {
12826     ._ascii = {
12827         .ob_base = {
12828             .ob_refcnt = 999999999,
12829             .ob_type = &PyUnicode_Type,
12830         },
12831         .length = 1,
12832         .hash = -1,
12833         .state = {
12834             .kind = 1,
12835             .compact = 1,
12836             .ascii = 1,
12837             .ready = 1,
12838         },
12839     },
12840     ._data = "\\",
12841 };
12842 static
12843     struct {
12844         PyASCIIObject _ascii;
12845         uint8_t _data[2];
12846     }
12847 importlib__bootstrap_toplevel_consts_39_consts_7_consts_5 = {
12848     ._ascii = {
12849         .ob_base = {
12850             .ob_refcnt = 999999999,
12851             .ob_type = &PyUnicode_Type,
12852         },
12853         .length = 1,
12854         .hash = -1,
12855         .state = {
12856             .kind = 1,
12857             .compact = 1,
12858             .ascii = 1,
12859             .ready = 1,
12860         },
12861     },
12862     ._data = "/",
12863 };
12864 static
12865     struct {
12866         PyASCIIObject _ascii;
12867         uint8_t _data[2];
12868     }
12869 importlib__bootstrap_toplevel_consts_39_consts_7_consts_6 = {
12870     ._ascii = {
12871         .ob_base = {
12872             .ob_refcnt = 999999999,
12873             .ob_type = &PyUnicode_Type,
12874         },
12875         .length = 1,
12876         .hash = -1,
12877         .state = {
12878             .kind = 1,
12879             .compact = 1,
12880             .ascii = 1,
12881             .ready = 1,
12882         },
12883     },
12884     ._data = "<",
12885 };
12886 static
12887     struct {
12888         PyASCIIObject _ascii;
12889         uint8_t _data[10];
12890     }
12891 importlib__bootstrap_toplevel_consts_39_consts_7_consts_8 = {
12892     ._ascii = {
12893         .ob_base = {
12894             .ob_refcnt = 999999999,
12895             .ob_type = &PyUnicode_Type,
12896         },
12897         .length = 9,
12898         .hash = -1,
12899         .state = {
12900             .kind = 1,
12901             .compact = 1,
12902             .ascii = 1,
12903             .ready = 1,
12904         },
12905     },
12906     ._data = ".__init__",
12907 };
12908 static
12909     struct {
12910         PyASCIIObject _ascii;
12911         uint8_t _data[12];
12912     }
12913 importlib__bootstrap_toplevel_consts_39_consts_7_consts_11 = {
12914     ._ascii = {
12915         .ob_base = {
12916             .ob_refcnt = 999999999,
12917             .ob_type = &PyUnicode_Type,
12918         },
12919         .length = 11,
12920         .hash = -1,
12921         .state = {
12922             .kind = 1,
12923             .compact = 1,
12924             .ascii = 1,
12925             .ready = 1,
12926         },
12927     },
12928     ._data = "__init__.py",
12929 };
12930 static
12931     struct {
12932         PyASCIIObject _ascii;
12933         uint8_t _data[4];
12934     }
12935 importlib__bootstrap_toplevel_consts_39_consts_7_consts_12 = {
12936     ._ascii = {
12937         .ob_base = {
12938             .ob_refcnt = 999999999,
12939             .ob_type = &PyUnicode_Type,
12940         },
12941         .length = 3,
12942         .hash = -1,
12943         .state = {
12944             .kind = 1,
12945             .compact = 1,
12946             .ascii = 1,
12947             .ready = 1,
12948         },
12949     },
12950     ._data = ".py",
12951 };
12952 static
12953     struct {
12954         PyGC_Head _gc_head;
12955         struct {
12956             PyObject_VAR_HEAD
12957             PyObject *ob_item[13];
12958         }_object;
12959     }
12960 importlib__bootstrap_toplevel_consts_39_consts_7_consts = {
12961     ._object = {
12962         .ob_base = {
12963             .ob_base = {
12964                 .ob_refcnt = 999999999,
12965                 .ob_type = &PyTuple_Type,
12966             },
12967             .ob_size = 13,
12968         },
12969         .ob_item = {
12970             Py_None,
12971             & const_str__stdlib_dir._ascii.ob_base,
12972             & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
12973             & const_str_win32._ascii.ob_base,
12974             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
12975             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
12976             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_6._ascii.ob_base,
12977             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
12978             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_8._ascii.ob_base,
12979             Py_False,
12980             &_Py_STR(dot),
12981             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_11._ascii.ob_base,
12982             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_12._ascii.ob_base,
12983         },
12984     },
12985 };
12986 static
12987     struct {
12988         PyASCIIObject _ascii;
12989         uint8_t _data[5];
12990     }
12991 const_str__SEP = {
12992     ._ascii = {
12993         .ob_base = {
12994             .ob_refcnt = 999999999,
12995             .ob_type = &PyUnicode_Type,
12996         },
12997         .length = 4,
12998         .hash = -1,
12999         .state = {
13000             .kind = 1,
13001             .compact = 1,
13002             .ascii = 1,
13003             .ready = 1,
13004         },
13005     },
13006     ._data = "_SEP",
13007 };
13008 static
13009     struct {
13010         PyASCIIObject _ascii;
13011         uint8_t _data[9];
13012     }
13013 const_str_platform = {
13014     ._ascii = {
13015         .ob_base = {
13016             .ob_refcnt = 999999999,
13017             .ob_type = &PyUnicode_Type,
13018         },
13019         .length = 8,
13020         .hash = -1,
13021         .state = {
13022             .kind = 1,
13023             .compact = 1,
13024             .ascii = 1,
13025             .ready = 1,
13026         },
13027     },
13028     ._data = "platform",
13029 };
13030 static
13031     struct {
13032         PyGC_Head _gc_head;
13033         struct {
13034             PyObject_VAR_HEAD
13035             PyObject *ob_item[8];
13036         }_object;
13037     }
13038 importlib__bootstrap_toplevel_consts_39_consts_7_names = {
13039     ._object = {
13040         .ob_base = {
13041             .ob_base = {
13042                 .ob_refcnt = 999999999,
13043                 .ob_type = &PyTuple_Type,
13044             },
13045             .ob_size = 8,
13046         },
13047         .ob_item = {
13048             &_Py_ID(getattr),
13049             & const_str_sys._ascii.ob_base,
13050             & const_str__SEP._ascii.ob_base,
13051             & const_str_AttributeError._ascii.ob_base,
13052             & const_str_platform._ascii.ob_base,
13053             & const_str_startswith._ascii.ob_base,
13054             &_Py_ID(replace),
13055             & const_str__stdlib_dir._ascii.ob_base,
13056         },
13057     },
13058 };
13059 static
13060     struct {
13061         PyASCIIObject _ascii;
13062         uint8_t _data[33];
13063     }
13064 importlib__bootstrap_toplevel_consts_39_consts_7_qualname = {
13065     ._ascii = {
13066         .ob_base = {
13067             .ob_refcnt = 999999999,
13068             .ob_type = &PyUnicode_Type,
13069         },
13070         .length = 32,
13071         .hash = -1,
13072         .state = {
13073             .kind = 1,
13074             .compact = 1,
13075             .ascii = 1,
13076             .ready = 1,
13077         },
13078     },
13079     ._data = "FrozenImporter._resolve_filename",
13080 };
13081 static
13082     struct {
13083         PyObject_VAR_HEAD
13084         Py_hash_t ob_shash;
13085         char ob_sval[304];
13086     }
13087 importlib__bootstrap_toplevel_consts_39_consts_7_linetable = {
13088     .ob_base = {
13089         .ob_base = {
13090             .ob_refcnt = 999999999,
13091             .ob_type = &PyBytes_Type,
13092         },
13093         .ob_size = 303,
13094     },
13095     .ob_shash = -1,
13096     .ob_sval = "\x80\x00\xe0\x0f\x17\xf0\x00\x01\x09\x1e\x9d\x77\xa5\x73\xa8\x4d\xb8\x34\xd1\x1f\x40\xd4\x1f\x40\xf0\x00\x01\x09\x1e\xd8\x13\x1d\x90\x3a\xf0\x02\x03\x09\x46\x01\xd8\x12\x15\x94\x28\x88\x43\x88\x43\xf8\xdd\x0f\x1d\xf0\x00\x01\x09\x46\x01\xf0\x00\x01\x09\x46\x01\xf0\x00\x01\x09\x46\x01\xdd\x25\x28\xa4\x5c\xb0\x57\xd2\x25\x3c\xd0\x25\x3c\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\xf0\x06\x00\x0c\x14\x90\x75\xd2\x0b\x1c\xd0\x0b\x1c\xd8\x0f\x17\xd7\x0f\x22\xd2\x0f\x22\xa0\x33\xd1\x0f\x27\xd4\x0f\x27\xf0\x00\x05\x0d\x1e\xd8\x1b\x23\xa0\x41\xa0\x42\xa0\x42\x9c\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\xf8\xe0\x18\x1d\x90\x05\xd8\x12\x1a\xd7\x12\x22\xd2\x12\x22\xa0\x33\xa8\x03\xd1\x12\x2c\xd4\x12\x2c\x88\x07\xd8\x0b\x10\xf0\x00\x05\x09\x3d\xdd\x18\x1b\x9c\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\x9c\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",
13097 };
13098 static
13099     struct {
13100         PyObject_VAR_HEAD
13101         Py_hash_t ob_shash;
13102         char ob_sval[16];
13103     }
13104 importlib__bootstrap_toplevel_consts_39_consts_7_exceptiontable = {
13105     .ob_base = {
13106         .ob_base = {
13107             .ob_refcnt = 999999999,
13108             .ob_type = &PyBytes_Type,
13109         },
13110         .ob_size = 15,
13111     },
13112     .ob_shash = -1,
13113     .ob_sval = "\x9c\x07\x24\x00\xa4\x25\x41\x0c\x03\xc1\x0b\x01\x41\x0c\x03",
13114 };
13115 static
13116     struct {
13117         PyASCIIObject _ascii;
13118         uint8_t _data[6];
13119     }
13120 const_str_alias = {
13121     ._ascii = {
13122         .ob_base = {
13123             .ob_refcnt = 999999999,
13124             .ob_type = &PyUnicode_Type,
13125         },
13126         .length = 5,
13127         .hash = -1,
13128         .state = {
13129             .kind = 1,
13130             .compact = 1,
13131             .ascii = 1,
13132             .ready = 1,
13133         },
13134     },
13135     ._data = "alias",
13136 };
13137 static
13138     struct {
13139         PyASCIIObject _ascii;
13140         uint8_t _data[4];
13141     }
13142 const_str_sep = {
13143     ._ascii = {
13144         .ob_base = {
13145             .ob_refcnt = 999999999,
13146             .ob_type = &PyUnicode_Type,
13147         },
13148         .length = 3,
13149         .hash = -1,
13150         .state = {
13151             .kind = 1,
13152             .compact = 1,
13153             .ascii = 1,
13154             .ready = 1,
13155         },
13156     },
13157     ._data = "sep",
13158 };
13159 static
13160     struct {
13161         PyASCIIObject _ascii;
13162         uint8_t _data[8];
13163     }
13164 const_str_relfile = {
13165     ._ascii = {
13166         .ob_base = {
13167             .ob_refcnt = 999999999,
13168             .ob_type = &PyUnicode_Type,
13169         },
13170         .length = 7,
13171         .hash = -1,
13172         .state = {
13173             .kind = 1,
13174             .compact = 1,
13175             .ascii = 1,
13176             .ready = 1,
13177         },
13178     },
13179     ._data = "relfile",
13180 };
13181 static
13182     struct {
13183         PyGC_Head _gc_head;
13184         struct {
13185             PyObject_VAR_HEAD
13186             PyObject *ob_item[8];
13187         }_object;
13188     }
13189 importlib__bootstrap_toplevel_consts_39_consts_7_localsplusnames = {
13190     ._object = {
13191         .ob_base = {
13192             .ob_base = {
13193                 .ob_refcnt = 999999999,
13194                 .ob_type = &PyTuple_Type,
13195             },
13196             .ob_size = 8,
13197         },
13198         .ob_item = {
13199             & const_str_cls._ascii.ob_base,
13200             & const_str_fullname._ascii.ob_base,
13201             & const_str_alias._ascii.ob_base,
13202             & const_str_ispkg._ascii.ob_base,
13203             & const_str_sep._ascii.ob_base,
13204             & const_str_relfile._ascii.ob_base,
13205             & const_str_pkgdir._ascii.ob_base,
13206             &_Py_ID(filename),
13207         },
13208     },
13209 };
13210 static
13211     struct _PyCode_DEF(402)
13212 importlib__bootstrap_toplevel_consts_39_consts_7 = {
13213     .ob_base = {
13214         .ob_base = {
13215             .ob_refcnt = 999999999,
13216             .ob_type = &PyCode_Type,
13217         },
13218         .ob_size = 201,
13219     },
13220     .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_7_consts._object.ob_base.ob_base,
13221     .co_names = & importlib__bootstrap_toplevel_consts_39_consts_7_names._object.ob_base.ob_base,
13222     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_39_consts_7_exceptiontable.ob_base.ob_base,
13223     .co_flags = 3,
13224     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
13225     ._co_linearray_entry_size = 0,
13226     .co_argcount = 4,
13227     .co_posonlyargcount = 0,
13228     .co_kwonlyargcount = 0,
13229     .co_stacksize = 5,
13230     .co_firstlineno = 895,
13231     .co_nlocalsplus = 8,
13232     .co_nlocals = 8,
13233     .co_nplaincellvars = 0,
13234     .co_ncellvars = 0,
13235     .co_nfreevars = 0,
13236     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_39_consts_7_localsplusnames._object.ob_base.ob_base,
13237     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
13238     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
13239     .co_name = & const_str__resolve_filename._ascii.ob_base,
13240     .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_7_qualname._ascii.ob_base,
13241     .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_7_linetable.ob_base.ob_base,
13242     ._co_code = NULL,
13243     ._co_linearray = NULL,
13244     .co_code_adaptive = "\x97\x00\x7c\x01\x72\x16\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x64\x02\x53\x00\x09\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x6e\x2b\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1e\x01\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\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\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x01\x7c\x02\x6b\x03\x00\x00\x00\x00\x72\x29\x7c\x01\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x12\x7c\x01\x64\x07\x64\x00\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x03\x73\x05\x7c\x01\x9b\x00\x64\x08\x9d\x02\x7d\x01\x6e\x02\x64\x09\x7d\x03\x7c\x01\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\x7c\x04\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x03\x72\x1a\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\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\x15\x64\x00\x7d\x06\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\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",
13245     ._co_firsttraceable = 0,
13246 };
13247 static
13248     struct {
13249         PyGC_Head _gc_head;
13250         struct {
13251             PyObject_VAR_HEAD
13252             PyObject *ob_item[4];
13253         }_object;
13254     }
13255 importlib__bootstrap_toplevel_consts_39_consts_8_consts = {
13256     ._object = {
13257         .ob_base = {
13258             .ob_base = {
13259                 .ob_refcnt = 999999999,
13260                 .ob_type = &PyTuple_Type,
13261             },
13262             .ob_size = 4,
13263         },
13264         .ob_item = {
13265             Py_None,
13266             & importlib__bootstrap_toplevel_consts_25._object.ob_base.ob_base,
13267             & importlib__bootstrap_toplevel_consts_39_consts_4_consts_4._object.ob_base.ob_base,
13268             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
13269         },
13270     },
13271 };
13272 static
13273     struct {
13274         PyASCIIObject _ascii;
13275         uint8_t _data[12];
13276     }
13277 const_str_find_frozen = {
13278     ._ascii = {
13279         .ob_base = {
13280             .ob_refcnt = 999999999,
13281             .ob_type = &PyUnicode_Type,
13282         },
13283         .length = 11,
13284         .hash = -1,
13285         .state = {
13286             .kind = 1,
13287             .compact = 1,
13288             .ascii = 1,
13289             .ready = 1,
13290         },
13291     },
13292     ._data = "find_frozen",
13293 };
13294 static
13295     struct {
13296         PyGC_Head _gc_head;
13297         struct {
13298             PyObject_VAR_HEAD
13299             PyObject *ob_item[12];
13300         }_object;
13301     }
13302 importlib__bootstrap_toplevel_consts_39_consts_8_names = {
13303     ._object = {
13304         .ob_base = {
13305             .ob_base = {
13306                 .ob_refcnt = 999999999,
13307                 .ob_type = &PyTuple_Type,
13308             },
13309             .ob_size = 12,
13310         },
13311         .ob_item = {
13312             & const_str__call_with_frames_removed._ascii.ob_base,
13313             & const_str__imp._ascii.ob_base,
13314             & const_str_find_frozen._ascii.ob_base,
13315             & const_str_spec_from_loader._ascii.ob_base,
13316             & const_str__ORIGIN._ascii.ob_base,
13317             & const_str__resolve_filename._ascii.ob_base,
13318             & const_str_type._ascii.ob_base,
13319             & const_str_sys._ascii.ob_base,
13320             & const_str_implementation._ascii.ob_base,
13321             & const_str_loader_state._ascii.ob_base,
13322             & const_str_submodule_search_locations._ascii.ob_base,
13323             & const_str_insert._ascii.ob_base,
13324         },
13325     },
13326 };
13327 static
13328     struct {
13329         PyASCIIObject _ascii;
13330         uint8_t _data[25];
13331     }
13332 importlib__bootstrap_toplevel_consts_39_consts_8_qualname = {
13333     ._ascii = {
13334         .ob_base = {
13335             .ob_refcnt = 999999999,
13336             .ob_type = &PyUnicode_Type,
13337         },
13338         .length = 24,
13339         .hash = -1,
13340         .state = {
13341             .kind = 1,
13342             .compact = 1,
13343             .ascii = 1,
13344             .ready = 1,
13345         },
13346     },
13347     ._data = "FrozenImporter.find_spec",
13348 };
13349 static
13350     struct {
13351         PyObject_VAR_HEAD
13352         Py_hash_t ob_shash;
13353         char ob_sval[189];
13354     }
13355 importlib__bootstrap_toplevel_consts_39_consts_8_linetable = {
13356     .ob_base = {
13357         .ob_base = {
13358             .ob_refcnt = 999999999,
13359             .ob_type = &PyBytes_Type,
13360         },
13361         .ob_size = 188,
13362     },
13363     .ob_shash = -1,
13364     .ob_sval = "\x80\x00\xe5\x0f\x28\xad\x14\xd4\x29\x39\xb8\x38\xd1\x0f\x44\xd4\x0f\x44\x88\x04\xd8\x0b\x0f\x88\x3c\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\xa4\x7b\xd8\x2b\x30\xf0\x05\x02\x10\x32\xf1\x00\x02\x10\x32\xf4\x00\x02\x10\x32\x88\x04\xf0\x06\x00\x1c\x1f\xd7\x1b\x30\xd2\x1b\x30\xb0\x18\xb8\x38\xc0\x55\xd1\x1b\x4b\xd4\x1b\x4b\xd1\x08\x18\x88\x08\x90\x26\xd8\x1c\x34\x9d\x44\xa5\x13\xd4\x21\x33\xd1\x1c\x34\xd4\x1c\x34\xd8\x15\x1d\xd8\x15\x1d\xf0\x05\x03\x1d\x0a\xf1\x00\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\xd4\x0c\x2b\xd7\x0c\x32\xd2\x0c\x32\xb0\x31\xb0\x66\xd1\x0c\x3d\xd4\x0c\x3d\xd0\x0c\x3d\xd8\x0f\x13\x88\x0b",
13365 };
13366 static
13367     struct {
13368         PyASCIIObject _ascii;
13369         uint8_t _data[5];
13370     }
13371 const_str_info = {
13372     ._ascii = {
13373         .ob_base = {
13374             .ob_refcnt = 999999999,
13375             .ob_type = &PyUnicode_Type,
13376         },
13377         .length = 4,
13378         .hash = -1,
13379         .state = {
13380             .kind = 1,
13381             .compact = 1,
13382             .ascii = 1,
13383             .ready = 1,
13384         },
13385     },
13386     ._data = "info",
13387 };
13388 static
13389     struct {
13390         PyGC_Head _gc_head;
13391         struct {
13392             PyObject_VAR_HEAD
13393             PyObject *ob_item[11];
13394         }_object;
13395     }
13396 importlib__bootstrap_toplevel_consts_39_consts_8_localsplusnames = {
13397     ._object = {
13398         .ob_base = {
13399             .ob_base = {
13400                 .ob_refcnt = 999999999,
13401                 .ob_type = &PyTuple_Type,
13402             },
13403             .ob_size = 11,
13404         },
13405         .ob_item = {
13406             & const_str_cls._ascii.ob_base,
13407             & const_str_fullname._ascii.ob_base,
13408             &_Py_ID(path),
13409             & const_str_target._ascii.ob_base,
13410             & const_str_info._ascii.ob_base,
13411             &_Py_ID(_),
13412             & const_str_ispkg._ascii.ob_base,
13413             & const_str_origname._ascii.ob_base,
13414             & const_str_spec._ascii.ob_base,
13415             &_Py_ID(filename),
13416             & const_str_pkgdir._ascii.ob_base,
13417         },
13418     },
13419 };
13420 static
13421     struct {
13422         PyObject_VAR_HEAD
13423         Py_hash_t ob_shash;
13424         char ob_sval[12];
13425     }
13426 importlib__bootstrap_toplevel_consts_39_consts_8_localspluskinds = {
13427     .ob_base = {
13428         .ob_base = {
13429             .ob_refcnt = 999999999,
13430             .ob_type = &PyBytes_Type,
13431         },
13432         .ob_size = 11,
13433     },
13434     .ob_shash = -1,
13435     .ob_sval = "           ",
13436 };
13437 static
13438     struct _PyCode_DEF(318)
13439 importlib__bootstrap_toplevel_consts_39_consts_8 = {
13440     .ob_base = {
13441         .ob_base = {
13442             .ob_refcnt = 999999999,
13443             .ob_type = &PyCode_Type,
13444         },
13445         .ob_size = 159,
13446     },
13447     .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_8_consts._object.ob_base.ob_base,
13448     .co_names = & importlib__bootstrap_toplevel_consts_39_consts_8_names._object.ob_base.ob_base,
13449     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
13450     .co_flags = 3,
13451     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
13452     ._co_linearray_entry_size = 0,
13453     .co_argcount = 4,
13454     .co_posonlyargcount = 0,
13455     .co_kwonlyargcount = 0,
13456     .co_stacksize = 6,
13457     .co_firstlineno = 920,
13458     .co_nlocalsplus = 11,
13459     .co_nlocals = 11,
13460     .co_nplaincellvars = 0,
13461     .co_ncellvars = 0,
13462     .co_nfreevars = 0,
13463     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_39_consts_8_localsplusnames._object.ob_base.ob_base,
13464     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_8_localspluskinds.ob_base.ob_base,
13465     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
13466     .co_name = & const_str_find_spec._ascii.ob_base,
13467     .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_8_qualname._ascii.ob_base,
13468     .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_8_linetable.ob_base.ob_base,
13469     ._co_code = NULL,
13470     ._co_linearray = NULL,
13471     .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\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x02\x00\x00\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\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xac\x01\xa6\x04\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x00\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x7c\x01\x7c\x06\xa6\x03\x00\x00\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\x08\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x7c\x07\xac\x02\xa6\x02\x00\x00\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\x1b\x7c\x08\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7c\x0a\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x08\x53\x00",
13472     ._co_firsttraceable = 0,
13473 };
13474 static
13475     struct {
13476         PyASCIIObject _ascii;
13477         uint8_t _data[94];
13478     }
13479 importlib__bootstrap_toplevel_consts_39_consts_9_consts_0 = {
13480     ._ascii = {
13481         .ob_base = {
13482             .ob_refcnt = 999999999,
13483             .ob_type = &PyUnicode_Type,
13484         },
13485         .length = 93,
13486         .hash = -1,
13487         .state = {
13488             .kind = 1,
13489             .compact = 1,
13490             .ascii = 1,
13491             .ready = 1,
13492         },
13493     },
13494     ._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",
13495 };
13496 static
13497     struct {
13498         PyASCIIObject _ascii;
13499         uint8_t _data[106];
13500     }
13501 importlib__bootstrap_toplevel_consts_39_consts_9_consts_1 = {
13502     ._ascii = {
13503         .ob_base = {
13504             .ob_refcnt = 999999999,
13505             .ob_type = &PyUnicode_Type,
13506         },
13507         .length = 105,
13508         .hash = -1,
13509         .state = {
13510             .kind = 1,
13511             .compact = 1,
13512             .ascii = 1,
13513             .ready = 1,
13514         },
13515     },
13516     ._data = "FrozenImporter.find_module() is deprecated and slated for removal in Python 3.12; use find_spec() instead",
13517 };
13518 static
13519     struct {
13520         PyGC_Head _gc_head;
13521         struct {
13522             PyObject_VAR_HEAD
13523             PyObject *ob_item[3];
13524         }_object;
13525     }
13526 importlib__bootstrap_toplevel_consts_39_consts_9_consts = {
13527     ._object = {
13528         .ob_base = {
13529             .ob_base = {
13530                 .ob_refcnt = 999999999,
13531                 .ob_type = &PyTuple_Type,
13532             },
13533             .ob_size = 3,
13534         },
13535         .ob_item = {
13536             & importlib__bootstrap_toplevel_consts_39_consts_9_consts_0._ascii.ob_base,
13537             & importlib__bootstrap_toplevel_consts_39_consts_9_consts_1._ascii.ob_base,
13538             Py_None,
13539         },
13540     },
13541 };
13542 static
13543     struct {
13544         PyGC_Head _gc_head;
13545         struct {
13546             PyObject_VAR_HEAD
13547             PyObject *ob_item[5];
13548         }_object;
13549     }
13550 importlib__bootstrap_toplevel_consts_39_consts_9_names = {
13551     ._object = {
13552         .ob_base = {
13553             .ob_base = {
13554                 .ob_refcnt = 999999999,
13555                 .ob_type = &PyTuple_Type,
13556             },
13557             .ob_size = 5,
13558         },
13559         .ob_item = {
13560             & const_str__warnings._ascii.ob_base,
13561             & const_str_warn._ascii.ob_base,
13562             & const_str_DeprecationWarning._ascii.ob_base,
13563             & const_str__imp._ascii.ob_base,
13564             & const_str_is_frozen._ascii.ob_base,
13565         },
13566     },
13567 };
13568 static
13569     struct {
13570         PyASCIIObject _ascii;
13571         uint8_t _data[27];
13572     }
13573 importlib__bootstrap_toplevel_consts_39_consts_9_qualname = {
13574     ._ascii = {
13575         .ob_base = {
13576             .ob_refcnt = 999999999,
13577             .ob_type = &PyUnicode_Type,
13578         },
13579         .length = 26,
13580         .hash = -1,
13581         .state = {
13582             .kind = 1,
13583             .compact = 1,
13584             .ascii = 1,
13585             .ready = 1,
13586         },
13587     },
13588     ._data = "FrozenImporter.find_module",
13589 };
13590 static
13591     struct {
13592         PyObject_VAR_HEAD
13593         Py_hash_t ob_shash;
13594         char ob_sval[65];
13595     }
13596 importlib__bootstrap_toplevel_consts_39_consts_9_linetable = {
13597     .ob_base = {
13598         .ob_base = {
13599             .ob_refcnt = 999999999,
13600             .ob_type = &PyBytes_Type,
13601         },
13602         .ob_size = 64,
13603     },
13604     .ob_shash = -1,
13605     .ob_sval = "\x80\x00\xf5\x0e\x00\x09\x12\x8f\x0e\x8a\x0e\xf0\x00\x01\x18\x54\x01\xe5\x17\x29\xf1\x05\x02\x09\x2b\xf4\x00\x02\x09\x2b\xf0\x00\x02\x09\x2b\xf5\x06\x00\x17\x1b\x97\x6e\x92\x6e\xa0\x58\xd1\x16\x2e\xd4\x16\x2e\xd0\x0f\x38\x88\x73\x88\x73\xb0\x44\xd0\x08\x38",
13606 };
13607 static
13608     struct {
13609         PyGC_Head _gc_head;
13610         struct {
13611             PyObject_VAR_HEAD
13612             PyObject *ob_item[3];
13613         }_object;
13614     }
13615 importlib__bootstrap_toplevel_consts_39_consts_9_localsplusnames = {
13616     ._object = {
13617         .ob_base = {
13618             .ob_base = {
13619                 .ob_refcnt = 999999999,
13620                 .ob_type = &PyTuple_Type,
13621             },
13622             .ob_size = 3,
13623         },
13624         .ob_item = {
13625             & const_str_cls._ascii.ob_base,
13626             & const_str_fullname._ascii.ob_base,
13627             &_Py_ID(path),
13628         },
13629     },
13630 };
13631 static
13632     struct _PyCode_DEF(126)
13633 importlib__bootstrap_toplevel_consts_39_consts_9 = {
13634     .ob_base = {
13635         .ob_base = {
13636             .ob_refcnt = 999999999,
13637             .ob_type = &PyCode_Type,
13638         },
13639         .ob_size = 63,
13640     },
13641     .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_9_consts._object.ob_base.ob_base,
13642     .co_names = & importlib__bootstrap_toplevel_consts_39_consts_9_names._object.ob_base.ob_base,
13643     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
13644     .co_flags = 3,
13645     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
13646     ._co_linearray_entry_size = 0,
13647     .co_argcount = 3,
13648     .co_posonlyargcount = 0,
13649     .co_kwonlyargcount = 0,
13650     .co_stacksize = 4,
13651     .co_firstlineno = 950,
13652     .co_nlocalsplus = 3,
13653     .co_nlocals = 3,
13654     .co_nplaincellvars = 0,
13655     .co_ncellvars = 0,
13656     .co_nfreevars = 0,
13657     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_39_consts_9_localsplusnames._object.ob_base.ob_base,
13658     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
13659     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
13660     .co_name = & const_str_find_module._ascii.ob_base,
13661     .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_9_qualname._ascii.ob_base,
13662     .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_9_linetable.ob_base.ob_base,
13663     ._co_code = NULL,
13664     ._co_linearray = NULL,
13665     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\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\xa6\x02\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\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x7c\x00\x6e\x01\x64\x02\x53\x00",
13666     ._co_firsttraceable = 0,
13667 };
13668 static
13669     struct {
13670         PyASCIIObject _ascii;
13671         uint8_t _data[23];
13672     }
13673 importlib__bootstrap_toplevel_consts_39_consts_10_consts_0 = {
13674     ._ascii = {
13675         .ob_base = {
13676             .ob_refcnt = 999999999,
13677             .ob_type = &PyUnicode_Type,
13678         },
13679         .length = 22,
13680         .hash = -1,
13681         .state = {
13682             .kind = 1,
13683             .compact = 1,
13684             .ascii = 1,
13685             .ready = 1,
13686         },
13687     },
13688     ._data = "Set __file__, if able.",
13689 };
13690 static
13691     struct {
13692         PyGC_Head _gc_head;
13693         struct {
13694             PyObject_VAR_HEAD
13695             PyObject *ob_item[1];
13696         }_object;
13697     }
13698 importlib__bootstrap_toplevel_consts_39_consts_10_consts = {
13699     ._object = {
13700         .ob_base = {
13701             .ob_base = {
13702                 .ob_refcnt = 999999999,
13703                 .ob_type = &PyTuple_Type,
13704             },
13705             .ob_size = 1,
13706         },
13707         .ob_item = {
13708             & importlib__bootstrap_toplevel_consts_39_consts_10_consts_0._ascii.ob_base,
13709         },
13710     },
13711 };
13712 static
13713     struct {
13714         PyGC_Head _gc_head;
13715         struct {
13716             PyObject_VAR_HEAD
13717             PyObject *ob_item[6];
13718         }_object;
13719     }
13720 importlib__bootstrap_toplevel_consts_39_consts_10_names = {
13721     ._object = {
13722         .ob_base = {
13723             .ob_base = {
13724                 .ob_refcnt = 999999999,
13725                 .ob_type = &PyTuple_Type,
13726             },
13727             .ob_size = 6,
13728         },
13729         .ob_item = {
13730             & const_str__new_module._ascii.ob_base,
13731             &_Py_ID(name),
13732             & const_str_loader_state._ascii.ob_base,
13733             &_Py_ID(filename),
13734             &_Py_ID(__file__),
13735             & const_str_AttributeError._ascii.ob_base,
13736         },
13737     },
13738 };
13739 static
13740     struct {
13741         PyASCIIObject _ascii;
13742         uint8_t _data[29];
13743     }
13744 importlib__bootstrap_toplevel_consts_39_consts_10_qualname = {
13745     ._ascii = {
13746         .ob_base = {
13747             .ob_refcnt = 999999999,
13748             .ob_type = &PyUnicode_Type,
13749         },
13750         .length = 28,
13751         .hash = -1,
13752         .state = {
13753             .kind = 1,
13754             .compact = 1,
13755             .ascii = 1,
13756             .ready = 1,
13757         },
13758     },
13759     ._data = "FrozenImporter.create_module",
13760 };
13761 static
13762     struct {
13763         PyObject_VAR_HEAD
13764         Py_hash_t ob_shash;
13765         char ob_sval[95];
13766     }
13767 importlib__bootstrap_toplevel_consts_39_consts_10_linetable = {
13768     .ob_base = {
13769         .ob_base = {
13770             .ob_refcnt = 999999999,
13771             .ob_type = &PyBytes_Type,
13772         },
13773         .ob_size = 94,
13774     },
13775     .ob_shash = -1,
13776     .ob_sval = "\x80\x00\xf5\x06\x00\x12\x1d\x98\x54\x9c\x59\xd1\x11\x27\xd4\x11\x27\x88\x06\xf0\x02\x06\x09\x2b\xd8\x17\x1b\xd4\x17\x28\xd4\x17\x31\x88\x48\xf0\x08\x00\x10\x18\xf0\x00\x01\x0d\x2b\xd8\x22\x2a\x90\x06\x94\x0f\xf8\xf8\xf5\x09\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\xf0\x0a\x00\x10\x16\x88\x0d",
13777 };
13778 static
13779     struct {
13780         PyObject_VAR_HEAD
13781         Py_hash_t ob_shash;
13782         char ob_sval[13];
13783     }
13784 importlib__bootstrap_toplevel_consts_39_consts_10_exceptiontable = {
13785     .ob_base = {
13786         .ob_base = {
13787             .ob_refcnt = 999999999,
13788             .ob_type = &PyBytes_Type,
13789         },
13790         .ob_size = 12,
13791     },
13792     .ob_shash = -1,
13793     .ob_sval = "\x96\x0c\x2c\x00\xac\x0a\x39\x03\xb8\x01\x39\x03",
13794 };
13795 static
13796     struct {
13797         PyGC_Head _gc_head;
13798         struct {
13799             PyObject_VAR_HEAD
13800             PyObject *ob_item[3];
13801         }_object;
13802     }
13803 importlib__bootstrap_toplevel_consts_39_consts_10_localsplusnames = {
13804     ._object = {
13805         .ob_base = {
13806             .ob_base = {
13807                 .ob_refcnt = 999999999,
13808                 .ob_type = &PyTuple_Type,
13809             },
13810             .ob_size = 3,
13811         },
13812         .ob_item = {
13813             & const_str_spec._ascii.ob_base,
13814             & const_str_module._ascii.ob_base,
13815             &_Py_ID(filename),
13816         },
13817     },
13818 };
13819 static
13820     struct _PyCode_DEF(124)
13821 importlib__bootstrap_toplevel_consts_39_consts_10 = {
13822     .ob_base = {
13823         .ob_base = {
13824             .ob_refcnt = 999999999,
13825             .ob_type = &PyCode_Type,
13826         },
13827         .ob_size = 62,
13828     },
13829     .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_10_consts._object.ob_base.ob_base,
13830     .co_names = & importlib__bootstrap_toplevel_consts_39_consts_10_names._object.ob_base.ob_base,
13831     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_39_consts_10_exceptiontable.ob_base.ob_base,
13832     .co_flags = 3,
13833     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
13834     ._co_linearray_entry_size = 0,
13835     .co_argcount = 1,
13836     .co_posonlyargcount = 0,
13837     .co_kwonlyargcount = 0,
13838     .co_stacksize = 4,
13839     .co_firstlineno = 962,
13840     .co_nlocalsplus = 3,
13841     .co_nlocals = 3,
13842     .co_nplaincellvars = 0,
13843     .co_ncellvars = 0,
13844     .co_nfreevars = 0,
13845     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_39_consts_10_localsplusnames._object.ob_base.ob_base,
13846     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
13847     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
13848     .co_name = & const_str_create_module._ascii.ob_base,
13849     .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_10_qualname._ascii.ob_base,
13850     .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_10_linetable.ob_base.ob_base,
13851     ._co_code = NULL,
13852     ._co_linearray = NULL,
13853     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x09\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x72\x07\x7c\x02\x7c\x01\x5f\x04\x00\x00\x00\x00\x00\x00\x00\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\x7c\x01\x53\x00",
13854     ._co_firsttraceable = 0,
13855 };
13856 static
13857     struct {
13858         PyASCIIObject _ascii;
13859         uint8_t _data[18];
13860     }
13861 const_str_get_frozen_object = {
13862     ._ascii = {
13863         .ob_base = {
13864             .ob_refcnt = 999999999,
13865             .ob_type = &PyUnicode_Type,
13866         },
13867         .length = 17,
13868         .hash = -1,
13869         .state = {
13870             .kind = 1,
13871             .compact = 1,
13872             .ascii = 1,
13873             .ready = 1,
13874         },
13875     },
13876     ._data = "get_frozen_object",
13877 };
13878 static
13879     struct {
13880         PyASCIIObject _ascii;
13881         uint8_t _data[5];
13882     }
13883 const_str_exec = {
13884     ._ascii = {
13885         .ob_base = {
13886             .ob_refcnt = 999999999,
13887             .ob_type = &PyUnicode_Type,
13888         },
13889         .length = 4,
13890         .hash = -1,
13891         .state = {
13892             .kind = 1,
13893             .compact = 1,
13894             .ascii = 1,
13895             .ready = 1,
13896         },
13897     },
13898     ._data = "exec",
13899 };
13900 static
13901     struct {
13902         PyGC_Head _gc_head;
13903         struct {
13904             PyObject_VAR_HEAD
13905             PyObject *ob_item[7];
13906         }_object;
13907     }
13908 importlib__bootstrap_toplevel_consts_39_consts_11_names = {
13909     ._object = {
13910         .ob_base = {
13911             .ob_base = {
13912                 .ob_refcnt = 999999999,
13913                 .ob_type = &PyTuple_Type,
13914             },
13915             .ob_size = 7,
13916         },
13917         .ob_item = {
13918             &_Py_ID(__spec__),
13919             &_Py_ID(name),
13920             & const_str__call_with_frames_removed._ascii.ob_base,
13921             & const_str__imp._ascii.ob_base,
13922             & const_str_get_frozen_object._ascii.ob_base,
13923             & const_str_exec._ascii.ob_base,
13924             &_Py_ID(__dict__),
13925         },
13926     },
13927 };
13928 static
13929     struct {
13930         PyASCIIObject _ascii;
13931         uint8_t _data[27];
13932     }
13933 importlib__bootstrap_toplevel_consts_39_consts_11_qualname = {
13934     ._ascii = {
13935         .ob_base = {
13936             .ob_refcnt = 999999999,
13937             .ob_type = &PyUnicode_Type,
13938         },
13939         .length = 26,
13940         .hash = -1,
13941         .state = {
13942             .kind = 1,
13943             .compact = 1,
13944             .ascii = 1,
13945             .ready = 1,
13946         },
13947     },
13948     ._data = "FrozenImporter.exec_module",
13949 };
13950 static
13951     struct {
13952         PyObject_VAR_HEAD
13953         Py_hash_t ob_shash;
13954         char ob_sval[59];
13955     }
13956 importlib__bootstrap_toplevel_consts_39_consts_11_linetable = {
13957     .ob_base = {
13958         .ob_base = {
13959             .ob_refcnt = 999999999,
13960             .ob_type = &PyBytes_Type,
13961         },
13962         .ob_size = 58,
13963     },
13964     .ob_shash = -1,
13965     .ob_sval = "\x80\x00\xe0\x0f\x15\x8c\x7f\x88\x04\xd8\x0f\x13\x8c\x79\x88\x04\xdd\x0f\x28\xad\x14\xd4\x29\x3f\xc0\x14\xd1\x0f\x46\xd4\x0f\x46\x88\x04\xdd\x08\x0c\x88\x54\x90\x36\x94\x3f\xd1\x08\x23\xd4\x08\x23\xd0\x08\x23\xd0\x08\x23\xd0\x08\x23",
13966 };
13967 static
13968     struct {
13969         PyGC_Head _gc_head;
13970         struct {
13971             PyObject_VAR_HEAD
13972             PyObject *ob_item[4];
13973         }_object;
13974     }
13975 importlib__bootstrap_toplevel_consts_39_consts_11_localsplusnames = {
13976     ._object = {
13977         .ob_base = {
13978             .ob_base = {
13979                 .ob_refcnt = 999999999,
13980                 .ob_type = &PyTuple_Type,
13981             },
13982             .ob_size = 4,
13983         },
13984         .ob_item = {
13985             & const_str_module._ascii.ob_base,
13986             & const_str_spec._ascii.ob_base,
13987             &_Py_ID(name),
13988             &_Py_ID(code),
13989         },
13990     },
13991 };
13992 static
13993     struct _PyCode_DEF(128)
13994 importlib__bootstrap_toplevel_consts_39_consts_11 = {
13995     .ob_base = {
13996         .ob_base = {
13997             .ob_refcnt = 999999999,
13998             .ob_type = &PyCode_Type,
13999         },
14000         .ob_size = 64,
14001     },
14002     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
14003     .co_names = & importlib__bootstrap_toplevel_consts_39_consts_11_names._object.ob_base.ob_base,
14004     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
14005     .co_flags = 3,
14006     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
14007     ._co_linearray_entry_size = 0,
14008     .co_argcount = 1,
14009     .co_posonlyargcount = 0,
14010     .co_kwonlyargcount = 0,
14011     .co_stacksize = 4,
14012     .co_firstlineno = 975,
14013     .co_nlocalsplus = 4,
14014     .co_nlocals = 4,
14015     .co_nplaincellvars = 0,
14016     .co_ncellvars = 0,
14017     .co_nfreevars = 0,
14018     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_39_consts_11_localsplusnames._object.ob_base.ob_base,
14019     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
14020     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
14021     .co_name = & const_str_exec_module._ascii.ob_base,
14022     .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_11_qualname._ascii.ob_base,
14023     .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_11_linetable.ob_base.ob_base,
14024     ._co_code = NULL,
14025     ._co_linearray = NULL,
14026     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x6a\x01\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\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x02\x00\x00\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\x06\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
14027     ._co_firsttraceable = 0,
14028 };
14029 static
14030     struct {
14031         PyASCIIObject _ascii;
14032         uint8_t _data[96];
14033     }
14034 importlib__bootstrap_toplevel_consts_39_consts_12_consts_0 = {
14035     ._ascii = {
14036         .ob_base = {
14037             .ob_refcnt = 999999999,
14038             .ob_type = &PyUnicode_Type,
14039         },
14040         .length = 95,
14041         .hash = -1,
14042         .state = {
14043             .kind = 1,
14044             .compact = 1,
14045             .ascii = 1,
14046             .ready = 1,
14047         },
14048     },
14049     ._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",
14050 };
14051 static
14052     struct {
14053         PyGC_Head _gc_head;
14054         struct {
14055             PyObject_VAR_HEAD
14056             PyObject *ob_item[3];
14057         }_object;
14058     }
14059 importlib__bootstrap_toplevel_consts_39_consts_12_consts = {
14060     ._object = {
14061         .ob_base = {
14062             .ob_base = {
14063                 .ob_refcnt = 999999999,
14064                 .ob_type = &PyTuple_Type,
14065             },
14066             .ob_size = 3,
14067         },
14068         .ob_item = {
14069             & importlib__bootstrap_toplevel_consts_39_consts_12_consts_0._ascii.ob_base,
14070             Py_None,
14071             &_Py_ID(__file__),
14072         },
14073     },
14074 };
14075 static
14076     struct {
14077         PyGC_Head _gc_head;
14078         struct {
14079             PyObject_VAR_HEAD
14080             PyObject *ob_item[8];
14081         }_object;
14082     }
14083 importlib__bootstrap_toplevel_consts_39_consts_12_names = {
14084     ._object = {
14085         .ob_base = {
14086             .ob_base = {
14087                 .ob_refcnt = 999999999,
14088                 .ob_type = &PyTuple_Type,
14089             },
14090             .ob_size = 8,
14091         },
14092         .ob_item = {
14093             & const_str__load_module_shim._ascii.ob_base,
14094             & const_str__imp._ascii.ob_base,
14095             & const_str_find_frozen._ascii.ob_base,
14096             & const_str___origname__._ascii.ob_base,
14097             & const_str_vars._ascii.ob_base,
14098             & const_str_pop._ascii.ob_base,
14099             &_Py_ID(__path__),
14100             &_Py_ID(_fix_up_module),
14101         },
14102     },
14103 };
14104 static
14105     struct {
14106         PyASCIIObject _ascii;
14107         uint8_t _data[27];
14108     }
14109 importlib__bootstrap_toplevel_consts_39_consts_12_qualname = {
14110     ._ascii = {
14111         .ob_base = {
14112             .ob_refcnt = 999999999,
14113             .ob_type = &PyUnicode_Type,
14114         },
14115         .length = 26,
14116         .hash = -1,
14117         .state = {
14118             .kind = 1,
14119             .compact = 1,
14120             .ascii = 1,
14121             .ready = 1,
14122         },
14123     },
14124     ._data = "FrozenImporter.load_module",
14125 };
14126 static
14127     struct {
14128         PyObject_VAR_HEAD
14129         Py_hash_t ob_shash;
14130         char ob_sval[139];
14131     }
14132 importlib__bootstrap_toplevel_consts_39_consts_12_linetable = {
14133     .ob_base = {
14134         .ob_base = {
14135             .ob_refcnt = 999999999,
14136             .ob_type = &PyBytes_Type,
14137         },
14138         .ob_size = 138,
14139     },
14140     .ob_shash = -1,
14141     .ob_sval = "\x80\x00\xf5\x10\x00\x12\x23\xa0\x33\xa8\x08\xd1\x11\x31\xd4\x11\x31\x88\x06\xdd\x0f\x13\xd7\x0f\x1f\xd2\x0f\x1f\xa0\x08\xd1\x0f\x29\xd4\x0f\x29\x88\x04\xd8\x0f\x13\xd0\x0f\x1f\xd0\x0f\x1f\xd0\x0f\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\x89\x0c\x8c\x0c\xd7\x08\x18\xd2\x08\x18\x98\x1a\xa0\x54\xd1\x08\x2a\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\xd2\x08\x1a\x98\x36\xd1\x08\x22\xd4\x08\x22\xd0\x08\x22\xd8\x0f\x15\x88\x0d",
14142 };
14143 static
14144     struct {
14145         PyGC_Head _gc_head;
14146         struct {
14147             PyObject_VAR_HEAD
14148             PyObject *ob_item[7];
14149         }_object;
14150     }
14151 importlib__bootstrap_toplevel_consts_39_consts_12_localsplusnames = {
14152     ._object = {
14153         .ob_base = {
14154             .ob_base = {
14155                 .ob_refcnt = 999999999,
14156                 .ob_type = &PyTuple_Type,
14157             },
14158             .ob_size = 7,
14159         },
14160         .ob_item = {
14161             & const_str_cls._ascii.ob_base,
14162             & const_str_fullname._ascii.ob_base,
14163             & const_str_module._ascii.ob_base,
14164             & const_str_info._ascii.ob_base,
14165             &_Py_ID(_),
14166             & const_str_ispkg._ascii.ob_base,
14167             & const_str_origname._ascii.ob_base,
14168         },
14169     },
14170 };
14171 static
14172     struct {
14173         PyObject_VAR_HEAD
14174         Py_hash_t ob_shash;
14175         char ob_sval[8];
14176     }
14177 importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds = {
14178     .ob_base = {
14179         .ob_base = {
14180             .ob_refcnt = 999999999,
14181             .ob_type = &PyBytes_Type,
14182         },
14183         .ob_size = 7,
14184     },
14185     .ob_shash = -1,
14186     .ob_sval = "       ",
14187 };
14188 static
14189     struct _PyCode_DEF(254)
14190 importlib__bootstrap_toplevel_consts_39_consts_12 = {
14191     .ob_base = {
14192         .ob_base = {
14193             .ob_refcnt = 999999999,
14194             .ob_type = &PyCode_Type,
14195         },
14196         .ob_size = 127,
14197     },
14198     .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_12_consts._object.ob_base.ob_base,
14199     .co_names = & importlib__bootstrap_toplevel_consts_39_consts_12_names._object.ob_base.ob_base,
14200     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
14201     .co_flags = 3,
14202     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
14203     ._co_linearray_entry_size = 0,
14204     .co_argcount = 2,
14205     .co_posonlyargcount = 0,
14206     .co_kwonlyargcount = 0,
14207     .co_stacksize = 4,
14208     .co_firstlineno = 982,
14209     .co_nlocalsplus = 7,
14210     .co_nlocals = 7,
14211     .co_nplaincellvars = 0,
14212     .co_ncellvars = 0,
14213     .co_nfreevars = 0,
14214     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_39_consts_12_localsplusnames._object.ob_base.ob_base,
14215     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
14216     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
14217     .co_name = & const_str_load_module._ascii.ob_base,
14218     .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_12_qualname._ascii.ob_base,
14219     .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_12_linetable.ob_base.ob_base,
14220     ._co_code = NULL,
14221     ._co_linearray = NULL,
14222     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x01\xa6\x02\x00\x00\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\xa0\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x53\x00",
14223     ._co_firsttraceable = 0,
14224 };
14225 static
14226     struct {
14227         PyASCIIObject _ascii;
14228         uint8_t _data[46];
14229     }
14230 importlib__bootstrap_toplevel_consts_39_consts_13_consts_0 = {
14231     ._ascii = {
14232         .ob_base = {
14233             .ob_refcnt = 999999999,
14234             .ob_type = &PyUnicode_Type,
14235         },
14236         .length = 45,
14237         .hash = -1,
14238         .state = {
14239             .kind = 1,
14240             .compact = 1,
14241             .ascii = 1,
14242             .ready = 1,
14243         },
14244     },
14245     ._data = "Return the code object for the frozen module.",
14246 };
14247 static
14248     struct {
14249         PyGC_Head _gc_head;
14250         struct {
14251             PyObject_VAR_HEAD
14252             PyObject *ob_item[1];
14253         }_object;
14254     }
14255 importlib__bootstrap_toplevel_consts_39_consts_13_consts = {
14256     ._object = {
14257         .ob_base = {
14258             .ob_base = {
14259                 .ob_refcnt = 999999999,
14260                 .ob_type = &PyTuple_Type,
14261             },
14262             .ob_size = 1,
14263         },
14264         .ob_item = {
14265             & importlib__bootstrap_toplevel_consts_39_consts_13_consts_0._ascii.ob_base,
14266         },
14267     },
14268 };
14269 static
14270     struct {
14271         PyGC_Head _gc_head;
14272         struct {
14273             PyObject_VAR_HEAD
14274             PyObject *ob_item[2];
14275         }_object;
14276     }
14277 importlib__bootstrap_toplevel_consts_39_consts_13_names = {
14278     ._object = {
14279         .ob_base = {
14280             .ob_base = {
14281                 .ob_refcnt = 999999999,
14282                 .ob_type = &PyTuple_Type,
14283             },
14284             .ob_size = 2,
14285         },
14286         .ob_item = {
14287             & const_str__imp._ascii.ob_base,
14288             & const_str_get_frozen_object._ascii.ob_base,
14289         },
14290     },
14291 };
14292 static
14293     struct {
14294         PyASCIIObject _ascii;
14295         uint8_t _data[24];
14296     }
14297 importlib__bootstrap_toplevel_consts_39_consts_13_qualname = {
14298     ._ascii = {
14299         .ob_base = {
14300             .ob_refcnt = 999999999,
14301             .ob_type = &PyUnicode_Type,
14302         },
14303         .length = 23,
14304         .hash = -1,
14305         .state = {
14306             .kind = 1,
14307             .compact = 1,
14308             .ascii = 1,
14309             .ready = 1,
14310         },
14311     },
14312     ._data = "FrozenImporter.get_code",
14313 };
14314 static
14315     struct {
14316         PyObject_VAR_HEAD
14317         Py_hash_t ob_shash;
14318         char ob_sval[25];
14319     }
14320 importlib__bootstrap_toplevel_consts_39_consts_13_linetable = {
14321     .ob_base = {
14322         .ob_base = {
14323             .ob_refcnt = 999999999,
14324             .ob_type = &PyBytes_Type,
14325         },
14326         .ob_size = 24,
14327     },
14328     .ob_shash = -1,
14329     .ob_sval = "\x80\x00\xf5\x08\x00\x10\x14\xd7\x0f\x25\xd2\x0f\x25\xa0\x68\xd1\x0f\x2f\xd4\x0f\x2f\xd0\x08\x2f",
14330 };
14331 static
14332     struct _PyCode_DEF(54)
14333 importlib__bootstrap_toplevel_consts_39_consts_13 = {
14334     .ob_base = {
14335         .ob_base = {
14336             .ob_refcnt = 999999999,
14337             .ob_type = &PyCode_Type,
14338         },
14339         .ob_size = 27,
14340     },
14341     .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_13_consts._object.ob_base.ob_base,
14342     .co_names = & importlib__bootstrap_toplevel_consts_39_consts_13_names._object.ob_base.ob_base,
14343     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
14344     .co_flags = 3,
14345     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
14346     ._co_linearray_entry_size = 0,
14347     .co_argcount = 2,
14348     .co_posonlyargcount = 0,
14349     .co_kwonlyargcount = 0,
14350     .co_stacksize = 3,
14351     .co_firstlineno = 1001,
14352     .co_nlocalsplus = 2,
14353     .co_nlocals = 2,
14354     .co_nplaincellvars = 0,
14355     .co_ncellvars = 0,
14356     .co_nfreevars = 0,
14357     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_9_localsplusnames._object.ob_base.ob_base,
14358     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
14359     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
14360     .co_name = & const_str_get_code._ascii.ob_base,
14361     .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_13_qualname._ascii.ob_base,
14362     .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_13_linetable.ob_base.ob_base,
14363     ._co_code = NULL,
14364     ._co_linearray = NULL,
14365     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
14366     ._co_firsttraceable = 0,
14367 };
14368 static
14369     struct {
14370         PyASCIIObject _ascii;
14371         uint8_t _data[55];
14372     }
14373 importlib__bootstrap_toplevel_consts_39_consts_14_consts_0 = {
14374     ._ascii = {
14375         .ob_base = {
14376             .ob_refcnt = 999999999,
14377             .ob_type = &PyUnicode_Type,
14378         },
14379         .length = 54,
14380         .hash = -1,
14381         .state = {
14382             .kind = 1,
14383             .compact = 1,
14384             .ascii = 1,
14385             .ready = 1,
14386         },
14387     },
14388     ._data = "Return None as frozen modules do not have source code.",
14389 };
14390 static
14391     struct {
14392         PyGC_Head _gc_head;
14393         struct {
14394             PyObject_VAR_HEAD
14395             PyObject *ob_item[2];
14396         }_object;
14397     }
14398 importlib__bootstrap_toplevel_consts_39_consts_14_consts = {
14399     ._object = {
14400         .ob_base = {
14401             .ob_base = {
14402                 .ob_refcnt = 999999999,
14403                 .ob_type = &PyTuple_Type,
14404             },
14405             .ob_size = 2,
14406         },
14407         .ob_item = {
14408             & importlib__bootstrap_toplevel_consts_39_consts_14_consts_0._ascii.ob_base,
14409             Py_None,
14410         },
14411     },
14412 };
14413 static
14414     struct {
14415         PyASCIIObject _ascii;
14416         uint8_t _data[26];
14417     }
14418 importlib__bootstrap_toplevel_consts_39_consts_14_qualname = {
14419     ._ascii = {
14420         .ob_base = {
14421             .ob_refcnt = 999999999,
14422             .ob_type = &PyUnicode_Type,
14423         },
14424         .length = 25,
14425         .hash = -1,
14426         .state = {
14427             .kind = 1,
14428             .compact = 1,
14429             .ascii = 1,
14430             .ready = 1,
14431         },
14432     },
14433     ._data = "FrozenImporter.get_source",
14434 };
14435 static
14436     struct _PyCode_DEF(6)
14437 importlib__bootstrap_toplevel_consts_39_consts_14 = {
14438     .ob_base = {
14439         .ob_base = {
14440             .ob_refcnt = 999999999,
14441             .ob_type = &PyCode_Type,
14442         },
14443         .ob_size = 3,
14444     },
14445     .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_14_consts._object.ob_base.ob_base,
14446     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
14447     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
14448     .co_flags = 3,
14449     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
14450     ._co_linearray_entry_size = 0,
14451     .co_argcount = 2,
14452     .co_posonlyargcount = 0,
14453     .co_kwonlyargcount = 0,
14454     .co_stacksize = 1,
14455     .co_firstlineno = 1007,
14456     .co_nlocalsplus = 2,
14457     .co_nlocals = 2,
14458     .co_nplaincellvars = 0,
14459     .co_ncellvars = 0,
14460     .co_nfreevars = 0,
14461     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_9_localsplusnames._object.ob_base.ob_base,
14462     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
14463     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
14464     .co_name = &_Py_ID(get_source),
14465     .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_14_qualname._ascii.ob_base,
14466     .co_linetable = & importlib__bootstrap_toplevel_consts_37_consts_9_linetable.ob_base.ob_base,
14467     ._co_code = NULL,
14468     ._co_linearray = NULL,
14469     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
14470     ._co_firsttraceable = 0,
14471 };
14472 static
14473     struct {
14474         PyASCIIObject _ascii;
14475         uint8_t _data[47];
14476     }
14477 importlib__bootstrap_toplevel_consts_39_consts_15_consts_0 = {
14478     ._ascii = {
14479         .ob_base = {
14480             .ob_refcnt = 999999999,
14481             .ob_type = &PyUnicode_Type,
14482         },
14483         .length = 46,
14484         .hash = -1,
14485         .state = {
14486             .kind = 1,
14487             .compact = 1,
14488             .ascii = 1,
14489             .ready = 1,
14490         },
14491     },
14492     ._data = "Return True if the frozen module is a package.",
14493 };
14494 static
14495     struct {
14496         PyGC_Head _gc_head;
14497         struct {
14498             PyObject_VAR_HEAD
14499             PyObject *ob_item[1];
14500         }_object;
14501     }
14502 importlib__bootstrap_toplevel_consts_39_consts_15_consts = {
14503     ._object = {
14504         .ob_base = {
14505             .ob_base = {
14506                 .ob_refcnt = 999999999,
14507                 .ob_type = &PyTuple_Type,
14508             },
14509             .ob_size = 1,
14510         },
14511         .ob_item = {
14512             & importlib__bootstrap_toplevel_consts_39_consts_15_consts_0._ascii.ob_base,
14513         },
14514     },
14515 };
14516 static
14517     struct {
14518         PyGC_Head _gc_head;
14519         struct {
14520             PyObject_VAR_HEAD
14521             PyObject *ob_item[2];
14522         }_object;
14523     }
14524 importlib__bootstrap_toplevel_consts_39_consts_15_names = {
14525     ._object = {
14526         .ob_base = {
14527             .ob_base = {
14528                 .ob_refcnt = 999999999,
14529                 .ob_type = &PyTuple_Type,
14530             },
14531             .ob_size = 2,
14532         },
14533         .ob_item = {
14534             & const_str__imp._ascii.ob_base,
14535             & const_str_is_frozen_package._ascii.ob_base,
14536         },
14537     },
14538 };
14539 static
14540     struct {
14541         PyASCIIObject _ascii;
14542         uint8_t _data[26];
14543     }
14544 importlib__bootstrap_toplevel_consts_39_consts_15_qualname = {
14545     ._ascii = {
14546         .ob_base = {
14547             .ob_refcnt = 999999999,
14548             .ob_type = &PyUnicode_Type,
14549         },
14550         .length = 25,
14551         .hash = -1,
14552         .state = {
14553             .kind = 1,
14554             .compact = 1,
14555             .ascii = 1,
14556             .ready = 1,
14557         },
14558     },
14559     ._data = "FrozenImporter.is_package",
14560 };
14561 static
14562     struct _PyCode_DEF(54)
14563 importlib__bootstrap_toplevel_consts_39_consts_15 = {
14564     .ob_base = {
14565         .ob_base = {
14566             .ob_refcnt = 999999999,
14567             .ob_type = &PyCode_Type,
14568         },
14569         .ob_size = 27,
14570     },
14571     .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_15_consts._object.ob_base.ob_base,
14572     .co_names = & importlib__bootstrap_toplevel_consts_39_consts_15_names._object.ob_base.ob_base,
14573     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
14574     .co_flags = 3,
14575     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
14576     ._co_linearray_entry_size = 0,
14577     .co_argcount = 2,
14578     .co_posonlyargcount = 0,
14579     .co_kwonlyargcount = 0,
14580     .co_stacksize = 3,
14581     .co_firstlineno = 1013,
14582     .co_nlocalsplus = 2,
14583     .co_nlocals = 2,
14584     .co_nplaincellvars = 0,
14585     .co_ncellvars = 0,
14586     .co_nfreevars = 0,
14587     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_9_localsplusnames._object.ob_base.ob_base,
14588     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
14589     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
14590     .co_name = & const_str_is_package._ascii.ob_base,
14591     .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_15_qualname._ascii.ob_base,
14592     .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_13_linetable.ob_base.ob_base,
14593     ._co_code = NULL,
14594     ._co_linearray = NULL,
14595     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
14596     ._co_firsttraceable = 0,
14597 };
14598 static
14599     struct {
14600         PyGC_Head _gc_head;
14601         struct {
14602             PyObject_VAR_HEAD
14603             PyObject *ob_item[19];
14604         }_object;
14605     }
14606 importlib__bootstrap_toplevel_consts_39_consts = {
14607     ._object = {
14608         .ob_base = {
14609             .ob_base = {
14610                 .ob_refcnt = 999999999,
14611                 .ob_type = &PyTuple_Type,
14612             },
14613             .ob_size = 19,
14614         },
14615         .ob_item = {
14616             & const_str_FrozenImporter._ascii.ob_base,
14617             & importlib__bootstrap_toplevel_consts_39_consts_1._ascii.ob_base,
14618             & const_str_frozen._ascii.ob_base,
14619             & importlib__bootstrap_toplevel_consts_39_consts_3.ob_base.ob_base,
14620             & importlib__bootstrap_toplevel_consts_39_consts_4.ob_base.ob_base,
14621             Py_None,
14622             Py_False,
14623             & importlib__bootstrap_toplevel_consts_39_consts_7.ob_base.ob_base,
14624             & importlib__bootstrap_toplevel_consts_39_consts_8.ob_base.ob_base,
14625             & importlib__bootstrap_toplevel_consts_39_consts_9.ob_base.ob_base,
14626             & importlib__bootstrap_toplevel_consts_39_consts_10.ob_base.ob_base,
14627             & importlib__bootstrap_toplevel_consts_39_consts_11.ob_base.ob_base,
14628             & importlib__bootstrap_toplevel_consts_39_consts_12.ob_base.ob_base,
14629             & importlib__bootstrap_toplevel_consts_39_consts_13.ob_base.ob_base,
14630             & importlib__bootstrap_toplevel_consts_39_consts_14.ob_base.ob_base,
14631             & importlib__bootstrap_toplevel_consts_39_consts_15.ob_base.ob_base,
14632             & importlib__bootstrap_toplevel_consts_23_consts_4_consts._object.ob_base.ob_base,
14633             & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
14634             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
14635         },
14636     },
14637 };
14638 static
14639     struct {
14640         PyGC_Head _gc_head;
14641         struct {
14642             PyObject_VAR_HEAD
14643             PyObject *ob_item[19];
14644         }_object;
14645     }
14646 importlib__bootstrap_toplevel_consts_39_names = {
14647     ._object = {
14648         .ob_base = {
14649             .ob_base = {
14650                 .ob_refcnt = 999999999,
14651                 .ob_type = &PyTuple_Type,
14652             },
14653             .ob_size = 19,
14654         },
14655         .ob_item = {
14656             &_Py_ID(__name__),
14657             &_Py_ID(__module__),
14658             &_Py_ID(__qualname__),
14659             &_Py_ID(__doc__),
14660             & const_str__ORIGIN._ascii.ob_base,
14661             & const_str_staticmethod._ascii.ob_base,
14662             & const_str_module_repr._ascii.ob_base,
14663             & const_str_classmethod._ascii.ob_base,
14664             &_Py_ID(_fix_up_module),
14665             & const_str__resolve_filename._ascii.ob_base,
14666             & const_str_find_spec._ascii.ob_base,
14667             & const_str_find_module._ascii.ob_base,
14668             & const_str_create_module._ascii.ob_base,
14669             & const_str_exec_module._ascii.ob_base,
14670             & const_str_load_module._ascii.ob_base,
14671             & const_str__requires_frozen._ascii.ob_base,
14672             & const_str_get_code._ascii.ob_base,
14673             &_Py_ID(get_source),
14674             & const_str_is_package._ascii.ob_base,
14675         },
14676     },
14677 };
14678 static
14679     struct {
14680         PyObject_VAR_HEAD
14681         Py_hash_t ob_shash;
14682         char ob_sval[388];
14683     }
14684 importlib__bootstrap_toplevel_consts_39_linetable = {
14685     .ob_base = {
14686         .ob_base = {
14687             .ob_refcnt = 999999999,
14688             .ob_type = &PyBytes_Type,
14689         },
14690         .ob_size = 387,
14691     },
14692     .ob_shash = -1,
14693     .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\xf1\x03\x00\x06\x12\x84\x5c\xf0\x02\x08\x05\x4f\x01\xf0\x14\x00\x06\x11\xf0\x02\x42\x01\x05\x25\xf0\x00\x42\x01\x05\x25\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x42\x01\x05\x25\xf0\x48\x02\x00\x06\x11\xf0\x02\x16\x05\x20\xf0\x00\x16\x05\x20\xf0\x00\x16\x05\x20\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x16\x05\x20\xf0\x30\x00\x06\x11\xf0\x02\x1b\x05\x14\xf0\x00\x1b\x05\x14\xf0\x00\x1b\x05\x14\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x1b\x05\x14\xf0\x3a\x00\x06\x11\xf0\x02\x09\x05\x39\xf0\x00\x09\x05\x39\xf0\x00\x09\x05\x39\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x09\x05\x39\xf0\x16\x00\x06\x12\xf0\x02\x0a\x05\x16\xf0\x00\x0a\x05\x16\xf1\x03\x00\x06\x12\x84\x5c\xf0\x02\x0a\x05\x16\xf0\x18\x00\x06\x12\xf0\x02\x04\x05\x24\xf0\x00\x04\x05\x24\xf1\x03\x00\x06\x12\x84\x5c\xf0\x02\x04\x05\x24\xf0\x0c\x00\x06\x11\xf0\x02\x10\x05\x16\xf0\x00\x10\x05\x16\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x10\x05\x16\xf0\x24\x00\x06\x11\xd8\x05\x15\xf0\x02\x02\x05\x30\xf0\x00\x02\x05\x30\xf1\x03\x00\x06\x16\xd4\x05\x15\xf1\x03\x00\x06\x11\x84\x5b\xf0\x04\x02\x05\x30\xf0\x08\x00\x06\x11\xd8\x05\x15\xf0\x02\x02\x05\x14\xf0\x00\x02\x05\x14\xf1\x03\x00\x06\x16\xd4\x05\x15\xf1\x03\x00\x06\x11\x84\x5b\xf0\x04\x02\x05\x14\xf0\x08\x00\x06\x11\xd8\x05\x15\xf0\x02\x02\x05\x30\xf0\x00\x02\x05\x30\xf1\x03\x00\x06\x16\xd4\x05\x15\xf1\x03\x00\x06\x11\x84\x5b\xf0\x04\x02\x05\x30\xf0\x00\x02\x05\x30\xf0\x00\x02\x05\x30",
14694 };
14695 static
14696     struct _PyCode_DEF(318)
14697 importlib__bootstrap_toplevel_consts_39 = {
14698     .ob_base = {
14699         .ob_base = {
14700             .ob_refcnt = 999999999,
14701             .ob_type = &PyCode_Type,
14702         },
14703         .ob_size = 159,
14704     },
14705     .co_consts = & importlib__bootstrap_toplevel_consts_39_consts._object.ob_base.ob_base,
14706     .co_names = & importlib__bootstrap_toplevel_consts_39_names._object.ob_base.ob_base,
14707     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
14708     .co_flags = 0,
14709     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
14710     ._co_linearray_entry_size = 0,
14711     .co_argcount = 0,
14712     .co_posonlyargcount = 0,
14713     .co_kwonlyargcount = 0,
14714     .co_stacksize = 3,
14715     .co_firstlineno = 804,
14716     .co_nlocalsplus = 0,
14717     .co_nlocals = 0,
14718     .co_nplaincellvars = 0,
14719     .co_ncellvars = 0,
14720     .co_nfreevars = 0,
14721     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
14722     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
14723     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
14724     .co_name = & const_str_FrozenImporter._ascii.ob_base,
14725     .co_qualname = & const_str_FrozenImporter._ascii.ob_base,
14726     .co_linetable = & importlib__bootstrap_toplevel_consts_39_linetable.ob_base.ob_base,
14727     ._co_code = NULL,
14728     ._co_linearray = NULL,
14729     .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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x65\x07\x64\x04\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x65\x07\x64\x10\x64\x07\x84\x01\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x65\x07\x64\x11\x64\x08\x84\x01\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0a\x65\x07\x64\x12\x64\x09\x84\x01\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0b\x65\x05\x64\x0a\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0c\x65\x05\x64\x0b\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0d\x65\x07\x64\x0c\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0e\x65\x07\x65\x0f\x64\x0d\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x10\x65\x07\x65\x0f\x64\x0e\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x11\x65\x07\x65\x0f\x64\x0f\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x12\x64\x05\x53\x00",
14730     ._co_firsttraceable = 0,
14731 };
14732 static
14733     struct {
14734         PyASCIIObject _ascii;
14735         uint8_t _data[19];
14736     }
14737 const_str__ImportLockContext = {
14738     ._ascii = {
14739         .ob_base = {
14740             .ob_refcnt = 999999999,
14741             .ob_type = &PyUnicode_Type,
14742         },
14743         .length = 18,
14744         .hash = -1,
14745         .state = {
14746             .kind = 1,
14747             .compact = 1,
14748             .ascii = 1,
14749             .ready = 1,
14750         },
14751     },
14752     ._data = "_ImportLockContext",
14753 };
14754 static
14755     struct {
14756         PyASCIIObject _ascii;
14757         uint8_t _data[37];
14758     }
14759 importlib__bootstrap_toplevel_consts_41_consts_1 = {
14760     ._ascii = {
14761         .ob_base = {
14762             .ob_refcnt = 999999999,
14763             .ob_type = &PyUnicode_Type,
14764         },
14765         .length = 36,
14766         .hash = -1,
14767         .state = {
14768             .kind = 1,
14769             .compact = 1,
14770             .ascii = 1,
14771             .ready = 1,
14772         },
14773     },
14774     ._data = "Context manager for the import lock.",
14775 };
14776 static
14777     struct {
14778         PyASCIIObject _ascii;
14779         uint8_t _data[25];
14780     }
14781 importlib__bootstrap_toplevel_consts_41_consts_2_consts_0 = {
14782     ._ascii = {
14783         .ob_base = {
14784             .ob_refcnt = 999999999,
14785             .ob_type = &PyUnicode_Type,
14786         },
14787         .length = 24,
14788         .hash = -1,
14789         .state = {
14790             .kind = 1,
14791             .compact = 1,
14792             .ascii = 1,
14793             .ready = 1,
14794         },
14795     },
14796     ._data = "Acquire the import lock.",
14797 };
14798 static
14799     struct {
14800         PyGC_Head _gc_head;
14801         struct {
14802             PyObject_VAR_HEAD
14803             PyObject *ob_item[2];
14804         }_object;
14805     }
14806 importlib__bootstrap_toplevel_consts_41_consts_2_consts = {
14807     ._object = {
14808         .ob_base = {
14809             .ob_base = {
14810                 .ob_refcnt = 999999999,
14811                 .ob_type = &PyTuple_Type,
14812             },
14813             .ob_size = 2,
14814         },
14815         .ob_item = {
14816             & importlib__bootstrap_toplevel_consts_41_consts_2_consts_0._ascii.ob_base,
14817             Py_None,
14818         },
14819     },
14820 };
14821 static
14822     struct {
14823         PyGC_Head _gc_head;
14824         struct {
14825             PyObject_VAR_HEAD
14826             PyObject *ob_item[2];
14827         }_object;
14828     }
14829 importlib__bootstrap_toplevel_consts_41_consts_2_names = {
14830     ._object = {
14831         .ob_base = {
14832             .ob_base = {
14833                 .ob_refcnt = 999999999,
14834                 .ob_type = &PyTuple_Type,
14835             },
14836             .ob_size = 2,
14837         },
14838         .ob_item = {
14839             & const_str__imp._ascii.ob_base,
14840             & const_str_acquire_lock._ascii.ob_base,
14841         },
14842     },
14843 };
14844 static
14845     struct {
14846         PyASCIIObject _ascii;
14847         uint8_t _data[29];
14848     }
14849 importlib__bootstrap_toplevel_consts_41_consts_2_qualname = {
14850     ._ascii = {
14851         .ob_base = {
14852             .ob_refcnt = 999999999,
14853             .ob_type = &PyUnicode_Type,
14854         },
14855         .length = 28,
14856         .hash = -1,
14857         .state = {
14858             .kind = 1,
14859             .compact = 1,
14860             .ascii = 1,
14861             .ready = 1,
14862         },
14863     },
14864     ._data = "_ImportLockContext.__enter__",
14865 };
14866 static
14867     struct {
14868         PyObject_VAR_HEAD
14869         Py_hash_t ob_shash;
14870         char ob_sval[27];
14871     }
14872 importlib__bootstrap_toplevel_consts_41_consts_2_linetable = {
14873     .ob_base = {
14874         .ob_base = {
14875             .ob_refcnt = 999999999,
14876             .ob_type = &PyBytes_Type,
14877         },
14878         .ob_size = 26,
14879     },
14880     .ob_shash = -1,
14881     .ob_sval = "\x80\x00\xe5\x08\x0c\xd7\x08\x19\xd2\x08\x19\xd1\x08\x1b\xd4\x08\x1b\xd0\x08\x1b\xd0\x08\x1b\xd0\x08\x1b",
14882 };
14883 static
14884     struct _PyCode_DEF(56)
14885 importlib__bootstrap_toplevel_consts_41_consts_2 = {
14886     .ob_base = {
14887         .ob_base = {
14888             .ob_refcnt = 999999999,
14889             .ob_type = &PyCode_Type,
14890         },
14891         .ob_size = 28,
14892     },
14893     .co_consts = & importlib__bootstrap_toplevel_consts_41_consts_2_consts._object.ob_base.ob_base,
14894     .co_names = & importlib__bootstrap_toplevel_consts_41_consts_2_names._object.ob_base.ob_base,
14895     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
14896     .co_flags = 3,
14897     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
14898     ._co_linearray_entry_size = 0,
14899     .co_argcount = 1,
14900     .co_posonlyargcount = 0,
14901     .co_kwonlyargcount = 0,
14902     .co_stacksize = 2,
14903     .co_firstlineno = 1026,
14904     .co_nlocalsplus = 1,
14905     .co_nlocals = 1,
14906     .co_nplaincellvars = 0,
14907     .co_ncellvars = 0,
14908     .co_nfreevars = 0,
14909     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
14910     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
14911     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
14912     .co_name = &_Py_ID(__enter__),
14913     .co_qualname = & importlib__bootstrap_toplevel_consts_41_consts_2_qualname._ascii.ob_base,
14914     .co_linetable = & importlib__bootstrap_toplevel_consts_41_consts_2_linetable.ob_base.ob_base,
14915     ._co_code = NULL,
14916     ._co_linearray = NULL,
14917     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
14918     ._co_firsttraceable = 0,
14919 };
14920 static
14921     struct {
14922         PyASCIIObject _ascii;
14923         uint8_t _data[61];
14924     }
14925 importlib__bootstrap_toplevel_consts_41_consts_3_consts_0 = {
14926     ._ascii = {
14927         .ob_base = {
14928             .ob_refcnt = 999999999,
14929             .ob_type = &PyUnicode_Type,
14930         },
14931         .length = 60,
14932         .hash = -1,
14933         .state = {
14934             .kind = 1,
14935             .compact = 1,
14936             .ascii = 1,
14937             .ready = 1,
14938         },
14939     },
14940     ._data = "Release the import lock regardless of any raised exceptions.",
14941 };
14942 static
14943     struct {
14944         PyGC_Head _gc_head;
14945         struct {
14946             PyObject_VAR_HEAD
14947             PyObject *ob_item[2];
14948         }_object;
14949     }
14950 importlib__bootstrap_toplevel_consts_41_consts_3_consts = {
14951     ._object = {
14952         .ob_base = {
14953             .ob_base = {
14954                 .ob_refcnt = 999999999,
14955                 .ob_type = &PyTuple_Type,
14956             },
14957             .ob_size = 2,
14958         },
14959         .ob_item = {
14960             & importlib__bootstrap_toplevel_consts_41_consts_3_consts_0._ascii.ob_base,
14961             Py_None,
14962         },
14963     },
14964 };
14965 static
14966     struct {
14967         PyGC_Head _gc_head;
14968         struct {
14969             PyObject_VAR_HEAD
14970             PyObject *ob_item[2];
14971         }_object;
14972     }
14973 importlib__bootstrap_toplevel_consts_41_consts_3_names = {
14974     ._object = {
14975         .ob_base = {
14976             .ob_base = {
14977                 .ob_refcnt = 999999999,
14978                 .ob_type = &PyTuple_Type,
14979             },
14980             .ob_size = 2,
14981         },
14982         .ob_item = {
14983             & const_str__imp._ascii.ob_base,
14984             & const_str_release_lock._ascii.ob_base,
14985         },
14986     },
14987 };
14988 static
14989     struct {
14990         PyASCIIObject _ascii;
14991         uint8_t _data[28];
14992     }
14993 importlib__bootstrap_toplevel_consts_41_consts_3_qualname = {
14994     ._ascii = {
14995         .ob_base = {
14996             .ob_refcnt = 999999999,
14997             .ob_type = &PyUnicode_Type,
14998         },
14999         .length = 27,
15000         .hash = -1,
15001         .state = {
15002             .kind = 1,
15003             .compact = 1,
15004             .ascii = 1,
15005             .ready = 1,
15006         },
15007     },
15008     ._data = "_ImportLockContext.__exit__",
15009 };
15010 static
15011     struct {
15012         PyASCIIObject _ascii;
15013         uint8_t _data[9];
15014     }
15015 const_str_exc_type = {
15016     ._ascii = {
15017         .ob_base = {
15018             .ob_refcnt = 999999999,
15019             .ob_type = &PyUnicode_Type,
15020         },
15021         .length = 8,
15022         .hash = -1,
15023         .state = {
15024             .kind = 1,
15025             .compact = 1,
15026             .ascii = 1,
15027             .ready = 1,
15028         },
15029     },
15030     ._data = "exc_type",
15031 };
15032 static
15033     struct {
15034         PyASCIIObject _ascii;
15035         uint8_t _data[10];
15036     }
15037 const_str_exc_value = {
15038     ._ascii = {
15039         .ob_base = {
15040             .ob_refcnt = 999999999,
15041             .ob_type = &PyUnicode_Type,
15042         },
15043         .length = 9,
15044         .hash = -1,
15045         .state = {
15046             .kind = 1,
15047             .compact = 1,
15048             .ascii = 1,
15049             .ready = 1,
15050         },
15051     },
15052     ._data = "exc_value",
15053 };
15054 static
15055     struct {
15056         PyASCIIObject _ascii;
15057         uint8_t _data[14];
15058     }
15059 const_str_exc_traceback = {
15060     ._ascii = {
15061         .ob_base = {
15062             .ob_refcnt = 999999999,
15063             .ob_type = &PyUnicode_Type,
15064         },
15065         .length = 13,
15066         .hash = -1,
15067         .state = {
15068             .kind = 1,
15069             .compact = 1,
15070             .ascii = 1,
15071             .ready = 1,
15072         },
15073     },
15074     ._data = "exc_traceback",
15075 };
15076 static
15077     struct {
15078         PyGC_Head _gc_head;
15079         struct {
15080             PyObject_VAR_HEAD
15081             PyObject *ob_item[4];
15082         }_object;
15083     }
15084 importlib__bootstrap_toplevel_consts_41_consts_3_localsplusnames = {
15085     ._object = {
15086         .ob_base = {
15087             .ob_base = {
15088                 .ob_refcnt = 999999999,
15089                 .ob_type = &PyTuple_Type,
15090             },
15091             .ob_size = 4,
15092         },
15093         .ob_item = {
15094             & const_str_self._ascii.ob_base,
15095             & const_str_exc_type._ascii.ob_base,
15096             & const_str_exc_value._ascii.ob_base,
15097             & const_str_exc_traceback._ascii.ob_base,
15098         },
15099     },
15100 };
15101 static
15102     struct _PyCode_DEF(56)
15103 importlib__bootstrap_toplevel_consts_41_consts_3 = {
15104     .ob_base = {
15105         .ob_base = {
15106             .ob_refcnt = 999999999,
15107             .ob_type = &PyCode_Type,
15108         },
15109         .ob_size = 28,
15110     },
15111     .co_consts = & importlib__bootstrap_toplevel_consts_41_consts_3_consts._object.ob_base.ob_base,
15112     .co_names = & importlib__bootstrap_toplevel_consts_41_consts_3_names._object.ob_base.ob_base,
15113     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
15114     .co_flags = 3,
15115     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
15116     ._co_linearray_entry_size = 0,
15117     .co_argcount = 4,
15118     .co_posonlyargcount = 0,
15119     .co_kwonlyargcount = 0,
15120     .co_stacksize = 2,
15121     .co_firstlineno = 1030,
15122     .co_nlocalsplus = 4,
15123     .co_nlocals = 4,
15124     .co_nplaincellvars = 0,
15125     .co_ncellvars = 0,
15126     .co_nfreevars = 0,
15127     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_41_consts_3_localsplusnames._object.ob_base.ob_base,
15128     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
15129     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
15130     .co_name = &_Py_ID(__exit__),
15131     .co_qualname = & importlib__bootstrap_toplevel_consts_41_consts_3_qualname._ascii.ob_base,
15132     .co_linetable = & importlib__bootstrap_toplevel_consts_41_consts_2_linetable.ob_base.ob_base,
15133     ._co_code = NULL,
15134     ._co_linearray = NULL,
15135     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
15136     ._co_firsttraceable = 0,
15137 };
15138 static
15139     struct {
15140         PyGC_Head _gc_head;
15141         struct {
15142             PyObject_VAR_HEAD
15143             PyObject *ob_item[5];
15144         }_object;
15145     }
15146 importlib__bootstrap_toplevel_consts_41_consts = {
15147     ._object = {
15148         .ob_base = {
15149             .ob_base = {
15150                 .ob_refcnt = 999999999,
15151                 .ob_type = &PyTuple_Type,
15152             },
15153             .ob_size = 5,
15154         },
15155         .ob_item = {
15156             & const_str__ImportLockContext._ascii.ob_base,
15157             & importlib__bootstrap_toplevel_consts_41_consts_1._ascii.ob_base,
15158             & importlib__bootstrap_toplevel_consts_41_consts_2.ob_base.ob_base,
15159             & importlib__bootstrap_toplevel_consts_41_consts_3.ob_base.ob_base,
15160             Py_None,
15161         },
15162     },
15163 };
15164 static
15165     struct {
15166         PyGC_Head _gc_head;
15167         struct {
15168             PyObject_VAR_HEAD
15169             PyObject *ob_item[6];
15170         }_object;
15171     }
15172 importlib__bootstrap_toplevel_consts_41_names = {
15173     ._object = {
15174         .ob_base = {
15175             .ob_base = {
15176                 .ob_refcnt = 999999999,
15177                 .ob_type = &PyTuple_Type,
15178             },
15179             .ob_size = 6,
15180         },
15181         .ob_item = {
15182             &_Py_ID(__name__),
15183             &_Py_ID(__module__),
15184             &_Py_ID(__qualname__),
15185             &_Py_ID(__doc__),
15186             &_Py_ID(__enter__),
15187             &_Py_ID(__exit__),
15188         },
15189     },
15190 };
15191 static
15192     struct {
15193         PyObject_VAR_HEAD
15194         Py_hash_t ob_shash;
15195         char ob_sval[57];
15196     }
15197 importlib__bootstrap_toplevel_consts_41_linetable = {
15198     .ob_base = {
15199         .ob_base = {
15200             .ob_refcnt = 999999999,
15201             .ob_type = &PyBytes_Type,
15202         },
15203         .ob_size = 56,
15204     },
15205     .ob_shash = -1,
15206     .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",
15207 };
15208 static
15209     struct _PyCode_DEF(30)
15210 importlib__bootstrap_toplevel_consts_41 = {
15211     .ob_base = {
15212         .ob_base = {
15213             .ob_refcnt = 999999999,
15214             .ob_type = &PyCode_Type,
15215         },
15216         .ob_size = 15,
15217     },
15218     .co_consts = & importlib__bootstrap_toplevel_consts_41_consts._object.ob_base.ob_base,
15219     .co_names = & importlib__bootstrap_toplevel_consts_41_names._object.ob_base.ob_base,
15220     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
15221     .co_flags = 0,
15222     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
15223     ._co_linearray_entry_size = 0,
15224     .co_argcount = 0,
15225     .co_posonlyargcount = 0,
15226     .co_kwonlyargcount = 0,
15227     .co_stacksize = 1,
15228     .co_firstlineno = 1022,
15229     .co_nlocalsplus = 0,
15230     .co_nlocals = 0,
15231     .co_nplaincellvars = 0,
15232     .co_ncellvars = 0,
15233     .co_nfreevars = 0,
15234     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
15235     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
15236     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
15237     .co_name = & const_str__ImportLockContext._ascii.ob_base,
15238     .co_qualname = & const_str__ImportLockContext._ascii.ob_base,
15239     .co_linetable = & importlib__bootstrap_toplevel_consts_41_linetable.ob_base.ob_base,
15240     ._co_code = NULL,
15241     ._co_linearray = NULL,
15242     .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",
15243     ._co_firsttraceable = 0,
15244 };
15245 static
15246     struct {
15247         PyASCIIObject _ascii;
15248         uint8_t _data[51];
15249     }
15250 importlib__bootstrap_toplevel_consts_43_consts_0 = {
15251     ._ascii = {
15252         .ob_base = {
15253             .ob_refcnt = 999999999,
15254             .ob_type = &PyUnicode_Type,
15255         },
15256         .length = 50,
15257         .hash = -1,
15258         .state = {
15259             .kind = 1,
15260             .compact = 1,
15261             .ascii = 1,
15262             .ready = 1,
15263         },
15264     },
15265     ._data = "Resolve a relative module name to an absolute one.",
15266 };
15267 static
15268     struct {
15269         PyASCIIObject _ascii;
15270         uint8_t _data[51];
15271     }
15272 importlib__bootstrap_toplevel_consts_43_consts_3 = {
15273     ._ascii = {
15274         .ob_base = {
15275             .ob_refcnt = 999999999,
15276             .ob_type = &PyUnicode_Type,
15277         },
15278         .length = 50,
15279         .hash = -1,
15280         .state = {
15281             .kind = 1,
15282             .compact = 1,
15283             .ascii = 1,
15284             .ready = 1,
15285         },
15286     },
15287     ._data = "attempted relative import beyond top-level package",
15288 };
15289 static
15290     struct {
15291         PyASCIIObject _ascii;
15292         uint8_t _data[6];
15293     }
15294 importlib__bootstrap_toplevel_consts_43_consts_5 = {
15295     ._ascii = {
15296         .ob_base = {
15297             .ob_refcnt = 999999999,
15298             .ob_type = &PyUnicode_Type,
15299         },
15300         .length = 5,
15301         .hash = -1,
15302         .state = {
15303             .kind = 1,
15304             .compact = 1,
15305             .ascii = 1,
15306             .ready = 1,
15307         },
15308     },
15309     ._data = "{}.{}",
15310 };
15311 static
15312     struct {
15313         PyGC_Head _gc_head;
15314         struct {
15315             PyObject_VAR_HEAD
15316             PyObject *ob_item[6];
15317         }_object;
15318     }
15319 importlib__bootstrap_toplevel_consts_43_consts = {
15320     ._object = {
15321         .ob_base = {
15322             .ob_base = {
15323                 .ob_refcnt = 999999999,
15324                 .ob_type = &PyTuple_Type,
15325             },
15326             .ob_size = 6,
15327         },
15328         .ob_item = {
15329             & importlib__bootstrap_toplevel_consts_43_consts_0._ascii.ob_base,
15330             &_Py_STR(dot),
15331             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
15332             & importlib__bootstrap_toplevel_consts_43_consts_3._ascii.ob_base,
15333             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
15334             & importlib__bootstrap_toplevel_consts_43_consts_5._ascii.ob_base,
15335         },
15336     },
15337 };
15338 static
15339     struct {
15340         PyASCIIObject _ascii;
15341         uint8_t _data[7];
15342     }
15343 const_str_rsplit = {
15344     ._ascii = {
15345         .ob_base = {
15346             .ob_refcnt = 999999999,
15347             .ob_type = &PyUnicode_Type,
15348         },
15349         .length = 6,
15350         .hash = -1,
15351         .state = {
15352             .kind = 1,
15353             .compact = 1,
15354             .ascii = 1,
15355             .ready = 1,
15356         },
15357     },
15358     ._data = "rsplit",
15359 };
15360 static
15361     struct {
15362         PyGC_Head _gc_head;
15363         struct {
15364             PyObject_VAR_HEAD
15365             PyObject *ob_item[4];
15366         }_object;
15367     }
15368 importlib__bootstrap_toplevel_consts_43_names = {
15369     ._object = {
15370         .ob_base = {
15371             .ob_base = {
15372                 .ob_refcnt = 999999999,
15373                 .ob_type = &PyTuple_Type,
15374             },
15375             .ob_size = 4,
15376         },
15377         .ob_item = {
15378             & const_str_rsplit._ascii.ob_base,
15379             &_Py_ID(len),
15380             & const_str_ImportError._ascii.ob_base,
15381             & const_str_format._ascii.ob_base,
15382         },
15383     },
15384 };
15385 static
15386     struct {
15387         PyASCIIObject _ascii;
15388         uint8_t _data[14];
15389     }
15390 const_str__resolve_name = {
15391     ._ascii = {
15392         .ob_base = {
15393             .ob_refcnt = 999999999,
15394             .ob_type = &PyUnicode_Type,
15395         },
15396         .length = 13,
15397         .hash = -1,
15398         .state = {
15399             .kind = 1,
15400             .compact = 1,
15401             .ascii = 1,
15402             .ready = 1,
15403         },
15404     },
15405     ._data = "_resolve_name",
15406 };
15407 static
15408     struct {
15409         PyObject_VAR_HEAD
15410         Py_hash_t ob_shash;
15411         char ob_sval[97];
15412     }
15413 importlib__bootstrap_toplevel_consts_43_linetable = {
15414     .ob_base = {
15415         .ob_base = {
15416             .ob_refcnt = 999999999,
15417             .ob_type = &PyBytes_Type,
15418         },
15419         .ob_size = 96,
15420     },
15421     .ob_shash = -1,
15422     .ob_sval = "\x80\x00\xe0\x0b\x12\x8f\x3e\x8a\x3e\x98\x23\x98\x75\xa0\x71\x99\x79\xd1\x0b\x29\xd4\x0b\x29\x80\x44\xdd\x07\x0a\x88\x34\x81\x79\x84\x79\x90\x35\xd2\x07\x18\xd0\x07\x18\xdd\x0e\x19\xd0\x1a\x4e\xd1\x0e\x4f\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\x8a\x3e\x98\x24\xa0\x04\xd1\x0b\x25\xd4\x0b\x25\xd0\x0b\x25\xb0\x34\xd0\x04\x37",
15423 };
15424 static
15425     struct {
15426         PyASCIIObject _ascii;
15427         uint8_t _data[8];
15428     }
15429 const_str_package = {
15430     ._ascii = {
15431         .ob_base = {
15432             .ob_refcnt = 999999999,
15433             .ob_type = &PyUnicode_Type,
15434         },
15435         .length = 7,
15436         .hash = -1,
15437         .state = {
15438             .kind = 1,
15439             .compact = 1,
15440             .ascii = 1,
15441             .ready = 1,
15442         },
15443     },
15444     ._data = "package",
15445 };
15446 static
15447     struct {
15448         PyASCIIObject _ascii;
15449         uint8_t _data[6];
15450     }
15451 const_str_level = {
15452     ._ascii = {
15453         .ob_base = {
15454             .ob_refcnt = 999999999,
15455             .ob_type = &PyUnicode_Type,
15456         },
15457         .length = 5,
15458         .hash = -1,
15459         .state = {
15460             .kind = 1,
15461             .compact = 1,
15462             .ascii = 1,
15463             .ready = 1,
15464         },
15465     },
15466     ._data = "level",
15467 };
15468 static
15469     struct {
15470         PyASCIIObject _ascii;
15471         uint8_t _data[5];
15472     }
15473 const_str_bits = {
15474     ._ascii = {
15475         .ob_base = {
15476             .ob_refcnt = 999999999,
15477             .ob_type = &PyUnicode_Type,
15478         },
15479         .length = 4,
15480         .hash = -1,
15481         .state = {
15482             .kind = 1,
15483             .compact = 1,
15484             .ascii = 1,
15485             .ready = 1,
15486         },
15487     },
15488     ._data = "bits",
15489 };
15490 static
15491     struct {
15492         PyASCIIObject _ascii;
15493         uint8_t _data[5];
15494     }
15495 const_str_base = {
15496     ._ascii = {
15497         .ob_base = {
15498             .ob_refcnt = 999999999,
15499             .ob_type = &PyUnicode_Type,
15500         },
15501         .length = 4,
15502         .hash = -1,
15503         .state = {
15504             .kind = 1,
15505             .compact = 1,
15506             .ascii = 1,
15507             .ready = 1,
15508         },
15509     },
15510     ._data = "base",
15511 };
15512 static
15513     struct {
15514         PyGC_Head _gc_head;
15515         struct {
15516             PyObject_VAR_HEAD
15517             PyObject *ob_item[5];
15518         }_object;
15519     }
15520 importlib__bootstrap_toplevel_consts_43_localsplusnames = {
15521     ._object = {
15522         .ob_base = {
15523             .ob_base = {
15524                 .ob_refcnt = 999999999,
15525                 .ob_type = &PyTuple_Type,
15526             },
15527             .ob_size = 5,
15528         },
15529         .ob_item = {
15530             &_Py_ID(name),
15531             & const_str_package._ascii.ob_base,
15532             & const_str_level._ascii.ob_base,
15533             & const_str_bits._ascii.ob_base,
15534             & const_str_base._ascii.ob_base,
15535         },
15536     },
15537 };
15538 static
15539     struct _PyCode_DEF(188)
15540 importlib__bootstrap_toplevel_consts_43 = {
15541     .ob_base = {
15542         .ob_base = {
15543             .ob_refcnt = 999999999,
15544             .ob_type = &PyCode_Type,
15545         },
15546         .ob_size = 94,
15547     },
15548     .co_consts = & importlib__bootstrap_toplevel_consts_43_consts._object.ob_base.ob_base,
15549     .co_names = & importlib__bootstrap_toplevel_consts_43_names._object.ob_base.ob_base,
15550     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
15551     .co_flags = 3,
15552     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
15553     ._co_linearray_entry_size = 0,
15554     .co_argcount = 3,
15555     .co_posonlyargcount = 0,
15556     .co_kwonlyargcount = 0,
15557     .co_stacksize = 5,
15558     .co_firstlineno = 1035,
15559     .co_nlocalsplus = 5,
15560     .co_nlocals = 5,
15561     .co_nplaincellvars = 0,
15562     .co_ncellvars = 0,
15563     .co_nfreevars = 0,
15564     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_43_localsplusnames._object.ob_base.ob_base,
15565     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
15566     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
15567     .co_name = & const_str__resolve_name._ascii.ob_base,
15568     .co_qualname = & const_str__resolve_name._ascii.ob_base,
15569     .co_linetable = & importlib__bootstrap_toplevel_consts_43_linetable.ob_base.ob_base,
15570     ._co_code = NULL,
15571     ._co_linearray = NULL,
15572     .co_code_adaptive = "\x97\x00\x7c\x01\xa0\x00\x00\x00\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\xa6\x02\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x6b\x00\x00\x00\x00\x00\x72\x0f\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xa6\x01\x00\x00\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\x16\x64\x05\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x01\x7c\x04\x53\x00",
15573     ._co_firsttraceable = 0,
15574 };
15575 static
15576     struct {
15577         PyASCIIObject _ascii;
15578         uint8_t _data[54];
15579     }
15580 importlib__bootstrap_toplevel_consts_44_consts_1 = {
15581     ._ascii = {
15582         .ob_base = {
15583             .ob_refcnt = 999999999,
15584             .ob_type = &PyUnicode_Type,
15585         },
15586         .length = 53,
15587         .hash = -1,
15588         .state = {
15589             .kind = 1,
15590             .compact = 1,
15591             .ascii = 1,
15592             .ready = 1,
15593         },
15594     },
15595     ._data = ".find_spec() not found; falling back to find_module()",
15596 };
15597 static
15598     struct {
15599         PyGC_Head _gc_head;
15600         struct {
15601             PyObject_VAR_HEAD
15602             PyObject *ob_item[2];
15603         }_object;
15604     }
15605 importlib__bootstrap_toplevel_consts_44_consts = {
15606     ._object = {
15607         .ob_base = {
15608             .ob_base = {
15609                 .ob_refcnt = 999999999,
15610                 .ob_type = &PyTuple_Type,
15611             },
15612             .ob_size = 2,
15613         },
15614         .ob_item = {
15615             Py_None,
15616             & importlib__bootstrap_toplevel_consts_44_consts_1._ascii.ob_base,
15617         },
15618     },
15619 };
15620 static
15621     struct {
15622         PyGC_Head _gc_head;
15623         struct {
15624             PyObject_VAR_HEAD
15625             PyObject *ob_item[6];
15626         }_object;
15627     }
15628 importlib__bootstrap_toplevel_consts_44_names = {
15629     ._object = {
15630         .ob_base = {
15631             .ob_base = {
15632                 .ob_refcnt = 999999999,
15633                 .ob_type = &PyTuple_Type,
15634             },
15635             .ob_size = 6,
15636         },
15637         .ob_item = {
15638             & const_str__object_name._ascii.ob_base,
15639             & const_str__warnings._ascii.ob_base,
15640             & const_str_warn._ascii.ob_base,
15641             & const_str_ImportWarning._ascii.ob_base,
15642             & const_str_find_module._ascii.ob_base,
15643             & const_str_spec_from_loader._ascii.ob_base,
15644         },
15645     },
15646 };
15647 static
15648     struct {
15649         PyASCIIObject _ascii;
15650         uint8_t _data[18];
15651     }
15652 const_str__find_spec_legacy = {
15653     ._ascii = {
15654         .ob_base = {
15655             .ob_refcnt = 999999999,
15656             .ob_type = &PyUnicode_Type,
15657         },
15658         .length = 17,
15659         .hash = -1,
15660         .state = {
15661             .kind = 1,
15662             .compact = 1,
15663             .ascii = 1,
15664             .ready = 1,
15665         },
15666     },
15667     ._data = "_find_spec_legacy",
15668 };
15669 static
15670     struct {
15671         PyObject_VAR_HEAD
15672         Py_hash_t ob_shash;
15673         char ob_sval[98];
15674     }
15675 importlib__bootstrap_toplevel_consts_44_linetable = {
15676     .ob_base = {
15677         .ob_base = {
15678             .ob_refcnt = 999999999,
15679             .ob_type = &PyBytes_Type,
15680         },
15681         .ob_size = 97,
15682     },
15683     .ob_shash = -1,
15684     .ob_sval = "\x80\x00\xdd\x0e\x1a\x98\x36\xd1\x0e\x22\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\x82\x4e\x90\x33\x9d\x0d\xd1\x04\x26\xd4\x04\x26\xd0\x04\x26\xd8\x0d\x13\xd7\x0d\x1f\xd2\x0d\x1f\xa0\x04\xa0\x64\xd1\x0d\x2b\xd4\x0d\x2b\x80\x46\xd8\x07\x0d\x80\x7e\xd8\x0f\x13\x88\x74\xdd\x0b\x1b\x98\x44\xa0\x26\xd1\x0b\x29\xd4\x0b\x29\xd0\x04\x29",
15685 };
15686 static
15687     struct {
15688         PyASCIIObject _ascii;
15689         uint8_t _data[7];
15690     }
15691 const_str_finder = {
15692     ._ascii = {
15693         .ob_base = {
15694             .ob_refcnt = 999999999,
15695             .ob_type = &PyUnicode_Type,
15696         },
15697         .length = 6,
15698         .hash = -1,
15699         .state = {
15700             .kind = 1,
15701             .compact = 1,
15702             .ascii = 1,
15703             .ready = 1,
15704         },
15705     },
15706     ._data = "finder",
15707 };
15708 static
15709     struct {
15710         PyGC_Head _gc_head;
15711         struct {
15712             PyObject_VAR_HEAD
15713             PyObject *ob_item[5];
15714         }_object;
15715     }
15716 importlib__bootstrap_toplevel_consts_44_localsplusnames = {
15717     ._object = {
15718         .ob_base = {
15719             .ob_base = {
15720                 .ob_refcnt = 999999999,
15721                 .ob_type = &PyTuple_Type,
15722             },
15723             .ob_size = 5,
15724         },
15725         .ob_item = {
15726             & const_str_finder._ascii.ob_base,
15727             &_Py_ID(name),
15728             &_Py_ID(path),
15729             &_Py_ID(msg),
15730             & const_str_loader._ascii.ob_base,
15731         },
15732     },
15733 };
15734 static
15735     struct _PyCode_DEF(186)
15736 importlib__bootstrap_toplevel_consts_44 = {
15737     .ob_base = {
15738         .ob_base = {
15739             .ob_refcnt = 999999999,
15740             .ob_type = &PyCode_Type,
15741         },
15742         .ob_size = 93,
15743     },
15744     .co_consts = & importlib__bootstrap_toplevel_consts_44_consts._object.ob_base.ob_base,
15745     .co_names = & importlib__bootstrap_toplevel_consts_44_names._object.ob_base.ob_base,
15746     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
15747     .co_flags = 3,
15748     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
15749     ._co_linearray_entry_size = 0,
15750     .co_argcount = 3,
15751     .co_posonlyargcount = 0,
15752     .co_kwonlyargcount = 0,
15753     .co_stacksize = 4,
15754     .co_firstlineno = 1044,
15755     .co_nlocalsplus = 5,
15756     .co_nlocals = 5,
15757     .co_nplaincellvars = 0,
15758     .co_ncellvars = 0,
15759     .co_nfreevars = 0,
15760     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_44_localsplusnames._object.ob_base.ob_base,
15761     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
15762     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
15763     .co_name = & const_str__find_spec_legacy._ascii.ob_base,
15764     .co_qualname = & const_str__find_spec_legacy._ascii.ob_base,
15765     .co_linetable = & importlib__bootstrap_toplevel_consts_44_linetable.ob_base.ob_base,
15766     ._co_code = NULL,
15767     ._co_linearray = NULL,
15768     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa0\x02\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xa6\x02\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
15769     ._co_firsttraceable = 0,
15770 };
15771 static
15772     struct {
15773         PyASCIIObject _ascii;
15774         uint8_t _data[22];
15775     }
15776 importlib__bootstrap_toplevel_consts_45_consts_0 = {
15777     ._ascii = {
15778         .ob_base = {
15779             .ob_refcnt = 999999999,
15780             .ob_type = &PyUnicode_Type,
15781         },
15782         .length = 21,
15783         .hash = -1,
15784         .state = {
15785             .kind = 1,
15786             .compact = 1,
15787             .ascii = 1,
15788             .ready = 1,
15789         },
15790     },
15791     ._data = "Find a module's spec.",
15792 };
15793 static
15794     struct {
15795         PyASCIIObject _ascii;
15796         uint8_t _data[54];
15797     }
15798 importlib__bootstrap_toplevel_consts_45_consts_2 = {
15799     ._ascii = {
15800         .ob_base = {
15801             .ob_refcnt = 999999999,
15802             .ob_type = &PyUnicode_Type,
15803         },
15804         .length = 53,
15805         .hash = -1,
15806         .state = {
15807             .kind = 1,
15808             .compact = 1,
15809             .ascii = 1,
15810             .ready = 1,
15811         },
15812     },
15813     ._data = "sys.meta_path is None, Python is likely shutting down",
15814 };
15815 static
15816     struct {
15817         PyASCIIObject _ascii;
15818         uint8_t _data[23];
15819     }
15820 importlib__bootstrap_toplevel_consts_45_consts_3 = {
15821     ._ascii = {
15822         .ob_base = {
15823             .ob_refcnt = 999999999,
15824             .ob_type = &PyUnicode_Type,
15825         },
15826         .length = 22,
15827         .hash = -1,
15828         .state = {
15829             .kind = 1,
15830             .compact = 1,
15831             .ascii = 1,
15832             .ready = 1,
15833         },
15834     },
15835     ._data = "sys.meta_path is empty",
15836 };
15837 static
15838     struct {
15839         PyGC_Head _gc_head;
15840         struct {
15841             PyObject_VAR_HEAD
15842             PyObject *ob_item[4];
15843         }_object;
15844     }
15845 importlib__bootstrap_toplevel_consts_45_consts = {
15846     ._object = {
15847         .ob_base = {
15848             .ob_base = {
15849                 .ob_refcnt = 999999999,
15850                 .ob_type = &PyTuple_Type,
15851             },
15852             .ob_size = 4,
15853         },
15854         .ob_item = {
15855             & importlib__bootstrap_toplevel_consts_45_consts_0._ascii.ob_base,
15856             Py_None,
15857             & importlib__bootstrap_toplevel_consts_45_consts_2._ascii.ob_base,
15858             & importlib__bootstrap_toplevel_consts_45_consts_3._ascii.ob_base,
15859         },
15860     },
15861 };
15862 static
15863     struct {
15864         PyASCIIObject _ascii;
15865         uint8_t _data[10];
15866     }
15867 const_str_meta_path = {
15868     ._ascii = {
15869         .ob_base = {
15870             .ob_refcnt = 999999999,
15871             .ob_type = &PyUnicode_Type,
15872         },
15873         .length = 9,
15874         .hash = -1,
15875         .state = {
15876             .kind = 1,
15877             .compact = 1,
15878             .ascii = 1,
15879             .ready = 1,
15880         },
15881     },
15882     ._data = "meta_path",
15883 };
15884 static
15885     struct {
15886         PyGC_Head _gc_head;
15887         struct {
15888             PyObject_VAR_HEAD
15889             PyObject *ob_item[12];
15890         }_object;
15891     }
15892 importlib__bootstrap_toplevel_consts_45_names = {
15893     ._object = {
15894         .ob_base = {
15895             .ob_base = {
15896                 .ob_refcnt = 999999999,
15897                 .ob_type = &PyTuple_Type,
15898             },
15899             .ob_size = 12,
15900         },
15901         .ob_item = {
15902             & const_str_sys._ascii.ob_base,
15903             & const_str_meta_path._ascii.ob_base,
15904             & const_str_ImportError._ascii.ob_base,
15905             & const_str__warnings._ascii.ob_base,
15906             & const_str_warn._ascii.ob_base,
15907             & const_str_ImportWarning._ascii.ob_base,
15908             &_Py_ID(modules),
15909             & const_str__ImportLockContext._ascii.ob_base,
15910             & const_str_find_spec._ascii.ob_base,
15911             & const_str_AttributeError._ascii.ob_base,
15912             & const_str__find_spec_legacy._ascii.ob_base,
15913             &_Py_ID(__spec__),
15914         },
15915     },
15916 };
15917 static
15918     struct {
15919         PyASCIIObject _ascii;
15920         uint8_t _data[11];
15921     }
15922 const_str__find_spec = {
15923     ._ascii = {
15924         .ob_base = {
15925             .ob_refcnt = 999999999,
15926             .ob_type = &PyUnicode_Type,
15927         },
15928         .length = 10,
15929         .hash = -1,
15930         .state = {
15931             .kind = 1,
15932             .compact = 1,
15933             .ascii = 1,
15934             .ready = 1,
15935         },
15936     },
15937     ._data = "_find_spec",
15938 };
15939 static
15940     struct {
15941         PyObject_VAR_HEAD
15942         Py_hash_t ob_shash;
15943         char ob_sval[474];
15944     }
15945 importlib__bootstrap_toplevel_consts_45_linetable = {
15946     .ob_base = {
15947         .ob_base = {
15948             .ob_refcnt = 999999999,
15949             .ob_type = &PyBytes_Type,
15950         },
15951         .ob_size = 473,
15952     },
15953     .ob_shash = -1,
15954     .ob_sval = "\x80\x00\xe5\x10\x13\x94\x0d\x80\x49\xd8\x07\x10\xd0\x07\x18\xe5\x0e\x19\xf0\x00\x01\x1b\x2a\xf1\x00\x01\x0f\x2b\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\x8a\x0e\xd0\x17\x2f\xb5\x1d\xd1\x08\x3f\xd4\x08\x3f\xd0\x08\x3f\xf0\x0a\x00\x11\x15\x9d\x03\x9c\x0b\xd0\x10\x23\x80\x49\xd8\x12\x1b\xf0\x00\x1d\x05\x14\xf0\x00\x1d\x05\x14\x88\x06\xdd\x0d\x1f\xd1\x0d\x21\xd4\x0d\x21\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x02\x07\x0d\x35\xd8\x1c\x22\xd4\x1c\x2c\x90\x09\xf0\x0c\x00\x18\x21\x90\x79\xa0\x14\xa0\x74\xa8\x56\xd1\x17\x34\xd4\x17\x34\x90\x04\x90\x04\xf8\xf5\x0b\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\xd1\x17\x3c\xd4\x17\x3c\x90\x04\xd8\x13\x17\x90\x3c\xd8\x14\x1c\xf0\x0d\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf1\x00\x08\x09\x35\xf4\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x0a\x00\x14\x20\x90\x3c\xf0\x05\x03\x0d\x1d\xf8\xf8\xf8\xf0\x07\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf1\x00\x08\x09\x35\xf4\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\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x12\x00\x0c\x10\xd0\x0b\x1b\xe0\x13\x1c\xf0\x00\x0f\x0d\x1c\xa0\x14\xad\x13\xac\x1b\xd0\x21\x34\xd0\x21\x34\xdd\x19\x1c\x9c\x1b\xa0\x54\xd4\x19\x2a\x90\x06\xf0\x02\x0b\x11\x28\xd8\x1f\x25\x9c\x7f\x90\x48\xf0\x0e\x00\x18\x20\xd0\x17\x27\xd8\x1f\x23\x98\x0b\x98\x0b\x98\x0b\xe0\x1f\x27\x98\x0f\x98\x0f\x98\x0f\xf8\xf5\x13\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\xf0\x16\x00\x18\x1c\x90\x0b\x90\x0b\x90\x0b\xf0\x23\x00\x0c\x1c\xf0\x26\x00\x10\x14\x88\x74",
15955 };
15956 static
15957     struct {
15958         PyObject_VAR_HEAD
15959         Py_hash_t ob_shash;
15960         char ob_sval[79];
15961     }
15962 importlib__bootstrap_toplevel_consts_45_exceptiontable = {
15963     .ob_base = {
15964         .ob_base = {
15965             .ob_refcnt = 999999999,
15966             .ob_type = &PyBytes_Type,
15967         },
15968         .ob_size = 78,
15969     },
15970     .ob_shash = -1,
15971     .ob_sval = "\xc1\x20\x01\x42\x33\x05\xc1\x22\x07\x41\x37\x04\xc1\x29\x0e\x42\x33\x05\xc1\x37\x1d\x42\x24\x07\xc2\x14\x01\x42\x33\x05\xc2\x21\x02\x42\x33\x05\xc2\x23\x01\x42\x24\x07\xc2\x24\x03\x42\x33\x05\xc2\x33\x04\x42\x37\x09\xc2\x3a\x01\x42\x37\x09\xc3\x23\x07\x43\x34\x02\xc3\x34\x0c\x44\x05\x05\xc4\x04\x01\x44\x05\x05",
15972 };
15973 static
15974     struct {
15975         PyASCIIObject _ascii;
15976         uint8_t _data[10];
15977     }
15978 const_str_is_reload = {
15979     ._ascii = {
15980         .ob_base = {
15981             .ob_refcnt = 999999999,
15982             .ob_type = &PyUnicode_Type,
15983         },
15984         .length = 9,
15985         .hash = -1,
15986         .state = {
15987             .kind = 1,
15988             .compact = 1,
15989             .ascii = 1,
15990             .ready = 1,
15991         },
15992     },
15993     ._data = "is_reload",
15994 };
15995 static
15996     struct {
15997         PyGC_Head _gc_head;
15998         struct {
15999             PyObject_VAR_HEAD
16000             PyObject *ob_item[10];
16001         }_object;
16002     }
16003 importlib__bootstrap_toplevel_consts_45_localsplusnames = {
16004     ._object = {
16005         .ob_base = {
16006             .ob_base = {
16007                 .ob_refcnt = 999999999,
16008                 .ob_type = &PyTuple_Type,
16009             },
16010             .ob_size = 10,
16011         },
16012         .ob_item = {
16013             &_Py_ID(name),
16014             &_Py_ID(path),
16015             & const_str_target._ascii.ob_base,
16016             & const_str_meta_path._ascii.ob_base,
16017             & const_str_is_reload._ascii.ob_base,
16018             & const_str_finder._ascii.ob_base,
16019             & const_str_find_spec._ascii.ob_base,
16020             & const_str_spec._ascii.ob_base,
16021             & const_str_module._ascii.ob_base,
16022             &_Py_ID(__spec__),
16023         },
16024     },
16025 };
16026 static
16027     struct _PyCode_DEF(542)
16028 importlib__bootstrap_toplevel_consts_45 = {
16029     .ob_base = {
16030         .ob_base = {
16031             .ob_refcnt = 999999999,
16032             .ob_type = &PyCode_Type,
16033         },
16034         .ob_size = 271,
16035     },
16036     .co_consts = & importlib__bootstrap_toplevel_consts_45_consts._object.ob_base.ob_base,
16037     .co_names = & importlib__bootstrap_toplevel_consts_45_names._object.ob_base.ob_base,
16038     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_45_exceptiontable.ob_base.ob_base,
16039     .co_flags = 3,
16040     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
16041     ._co_linearray_entry_size = 0,
16042     .co_argcount = 3,
16043     .co_posonlyargcount = 0,
16044     .co_kwonlyargcount = 0,
16045     .co_stacksize = 8,
16046     .co_firstlineno = 1054,
16047     .co_nlocalsplus = 10,
16048     .co_nlocals = 10,
16049     .co_nplaincellvars = 0,
16050     .co_ncellvars = 0,
16051     .co_nfreevars = 0,
16052     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_45_localsplusnames._object.ob_base.ob_base,
16053     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds.ob_base.ob_base,
16054     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
16055     .co_name = & const_str__find_spec._ascii.ob_base,
16056     .co_qualname = & const_str__find_spec._ascii.ob_base,
16057     .co_linetable = & importlib__bootstrap_toplevel_consts_45_linetable.ob_base.ob_base,
16058     ._co_code = NULL,
16059     ._co_linearray = NULL,
16060     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x80\x0f\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x03\x73\x20\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x04\x00\x00\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\xa6\x02\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\x06\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x7d\x04\x7c\x03\x44\x00\x5d\xbc\x7d\x05\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x01\x00\x09\x00\x7c\x05\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x02\x00\x7c\x06\x7c\x00\x7c\x01\x7c\x02\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x6e\x30\x23\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x23\x01\x00\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x00\x7c\x01\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x80\x0d\x59\x00\x64\x01\x64\x01\x64\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x51\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x64\x01\x64\x01\x64\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0b\x23\x00\x31\x00\x73\x04\x77\x02\x78\x03\x59\x00\x77\x01\x01\x00\x59\x00\x01\x00\x01\x00\x7c\x07\x81\x4c\x7c\x04\x73\x46\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x38\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\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\x0b\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\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\x7c\x07\x63\x02\x01\x00\x53\x00\x8c\xbd\x64\x01\x53\x00",
16061     ._co_firsttraceable = 0,
16062 };
16063 static
16064     struct {
16065         PyASCIIObject _ascii;
16066         uint8_t _data[29];
16067     }
16068 importlib__bootstrap_toplevel_consts_46_consts_0 = {
16069     ._ascii = {
16070         .ob_base = {
16071             .ob_refcnt = 999999999,
16072             .ob_type = &PyUnicode_Type,
16073         },
16074         .length = 28,
16075         .hash = -1,
16076         .state = {
16077             .kind = 1,
16078             .compact = 1,
16079             .ascii = 1,
16080             .ready = 1,
16081         },
16082     },
16083     ._data = "Verify arguments are \"sane\".",
16084 };
16085 static
16086     struct {
16087         PyASCIIObject _ascii;
16088         uint8_t _data[32];
16089     }
16090 importlib__bootstrap_toplevel_consts_46_consts_1 = {
16091     ._ascii = {
16092         .ob_base = {
16093             .ob_refcnt = 999999999,
16094             .ob_type = &PyUnicode_Type,
16095         },
16096         .length = 31,
16097         .hash = -1,
16098         .state = {
16099             .kind = 1,
16100             .compact = 1,
16101             .ascii = 1,
16102             .ready = 1,
16103         },
16104     },
16105     ._data = "module name must be str, not {}",
16106 };
16107 static
16108     struct {
16109         PyASCIIObject _ascii;
16110         uint8_t _data[19];
16111     }
16112 importlib__bootstrap_toplevel_consts_46_consts_3 = {
16113     ._ascii = {
16114         .ob_base = {
16115             .ob_refcnt = 999999999,
16116             .ob_type = &PyUnicode_Type,
16117         },
16118         .length = 18,
16119         .hash = -1,
16120         .state = {
16121             .kind = 1,
16122             .compact = 1,
16123             .ascii = 1,
16124             .ready = 1,
16125         },
16126     },
16127     ._data = "level must be >= 0",
16128 };
16129 static
16130     struct {
16131         PyASCIIObject _ascii;
16132         uint8_t _data[32];
16133     }
16134 importlib__bootstrap_toplevel_consts_46_consts_4 = {
16135     ._ascii = {
16136         .ob_base = {
16137             .ob_refcnt = 999999999,
16138             .ob_type = &PyUnicode_Type,
16139         },
16140         .length = 31,
16141         .hash = -1,
16142         .state = {
16143             .kind = 1,
16144             .compact = 1,
16145             .ascii = 1,
16146             .ready = 1,
16147         },
16148     },
16149     ._data = "__package__ not set to a string",
16150 };
16151 static
16152     struct {
16153         PyASCIIObject _ascii;
16154         uint8_t _data[55];
16155     }
16156 importlib__bootstrap_toplevel_consts_46_consts_5 = {
16157     ._ascii = {
16158         .ob_base = {
16159             .ob_refcnt = 999999999,
16160             .ob_type = &PyUnicode_Type,
16161         },
16162         .length = 54,
16163         .hash = -1,
16164         .state = {
16165             .kind = 1,
16166             .compact = 1,
16167             .ascii = 1,
16168             .ready = 1,
16169         },
16170     },
16171     ._data = "attempted relative import with no known parent package",
16172 };
16173 static
16174     struct {
16175         PyASCIIObject _ascii;
16176         uint8_t _data[18];
16177     }
16178 importlib__bootstrap_toplevel_consts_46_consts_6 = {
16179     ._ascii = {
16180         .ob_base = {
16181             .ob_refcnt = 999999999,
16182             .ob_type = &PyUnicode_Type,
16183         },
16184         .length = 17,
16185         .hash = -1,
16186         .state = {
16187             .kind = 1,
16188             .compact = 1,
16189             .ascii = 1,
16190             .ready = 1,
16191         },
16192     },
16193     ._data = "Empty module name",
16194 };
16195 static
16196     struct {
16197         PyGC_Head _gc_head;
16198         struct {
16199             PyObject_VAR_HEAD
16200             PyObject *ob_item[8];
16201         }_object;
16202     }
16203 importlib__bootstrap_toplevel_consts_46_consts = {
16204     ._object = {
16205         .ob_base = {
16206             .ob_base = {
16207                 .ob_refcnt = 999999999,
16208                 .ob_type = &PyTuple_Type,
16209             },
16210             .ob_size = 8,
16211         },
16212         .ob_item = {
16213             & importlib__bootstrap_toplevel_consts_46_consts_0._ascii.ob_base,
16214             & importlib__bootstrap_toplevel_consts_46_consts_1._ascii.ob_base,
16215             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
16216             & importlib__bootstrap_toplevel_consts_46_consts_3._ascii.ob_base,
16217             & importlib__bootstrap_toplevel_consts_46_consts_4._ascii.ob_base,
16218             & importlib__bootstrap_toplevel_consts_46_consts_5._ascii.ob_base,
16219             & importlib__bootstrap_toplevel_consts_46_consts_6._ascii.ob_base,
16220             Py_None,
16221         },
16222     },
16223 };
16224 static
16225     struct {
16226         PyASCIIObject _ascii;
16227         uint8_t _data[4];
16228     }
16229 const_str_str = {
16230     ._ascii = {
16231         .ob_base = {
16232             .ob_refcnt = 999999999,
16233             .ob_type = &PyUnicode_Type,
16234         },
16235         .length = 3,
16236         .hash = -1,
16237         .state = {
16238             .kind = 1,
16239             .compact = 1,
16240             .ascii = 1,
16241             .ready = 1,
16242         },
16243     },
16244     ._data = "str",
16245 };
16246 static
16247     struct {
16248         PyASCIIObject _ascii;
16249         uint8_t _data[10];
16250     }
16251 const_str_TypeError = {
16252     ._ascii = {
16253         .ob_base = {
16254             .ob_refcnt = 999999999,
16255             .ob_type = &PyUnicode_Type,
16256         },
16257         .length = 9,
16258         .hash = -1,
16259         .state = {
16260             .kind = 1,
16261             .compact = 1,
16262             .ascii = 1,
16263             .ready = 1,
16264         },
16265     },
16266     ._data = "TypeError",
16267 };
16268 static
16269     struct {
16270         PyASCIIObject _ascii;
16271         uint8_t _data[11];
16272     }
16273 const_str_ValueError = {
16274     ._ascii = {
16275         .ob_base = {
16276             .ob_refcnt = 999999999,
16277             .ob_type = &PyUnicode_Type,
16278         },
16279         .length = 10,
16280         .hash = -1,
16281         .state = {
16282             .kind = 1,
16283             .compact = 1,
16284             .ascii = 1,
16285             .ready = 1,
16286         },
16287     },
16288     ._data = "ValueError",
16289 };
16290 static
16291     struct {
16292         PyGC_Head _gc_head;
16293         struct {
16294             PyObject_VAR_HEAD
16295             PyObject *ob_item[7];
16296         }_object;
16297     }
16298 importlib__bootstrap_toplevel_consts_46_names = {
16299     ._object = {
16300         .ob_base = {
16301             .ob_base = {
16302                 .ob_refcnt = 999999999,
16303                 .ob_type = &PyTuple_Type,
16304             },
16305             .ob_size = 7,
16306         },
16307         .ob_item = {
16308             &_Py_ID(isinstance),
16309             & const_str_str._ascii.ob_base,
16310             & const_str_TypeError._ascii.ob_base,
16311             & const_str_format._ascii.ob_base,
16312             & const_str_type._ascii.ob_base,
16313             & const_str_ValueError._ascii.ob_base,
16314             & const_str_ImportError._ascii.ob_base,
16315         },
16316     },
16317 };
16318 static
16319     struct {
16320         PyASCIIObject _ascii;
16321         uint8_t _data[14];
16322     }
16323 const_str__sanity_check = {
16324     ._ascii = {
16325         .ob_base = {
16326             .ob_refcnt = 999999999,
16327             .ob_type = &PyUnicode_Type,
16328         },
16329         .length = 13,
16330         .hash = -1,
16331         .state = {
16332             .kind = 1,
16333             .compact = 1,
16334             .ascii = 1,
16335             .ready = 1,
16336         },
16337     },
16338     ._data = "_sanity_check",
16339 };
16340 static
16341     struct {
16342         PyObject_VAR_HEAD
16343         Py_hash_t ob_shash;
16344         char ob_sval[199];
16345     }
16346 importlib__bootstrap_toplevel_consts_46_linetable = {
16347     .ob_base = {
16348         .ob_base = {
16349             .ob_refcnt = 999999999,
16350             .ob_type = &PyBytes_Type,
16351         },
16352         .ob_size = 198,
16353     },
16354     .ob_shash = -1,
16355     .ob_sval = "\x80\x00\xe5\x0b\x15\x90\x64\x9d\x43\xd1\x0b\x20\xd4\x0b\x20\xf0\x00\x01\x05\x4e\x01\xdd\x0e\x17\xd0\x18\x39\xd7\x18\x40\xd2\x18\x40\xc5\x14\xc0\x64\xc1\x1a\xc4\x1a\xd1\x18\x4c\xd4\x18\x4c\xd1\x0e\x4d\xd4\x0e\x4d\xd0\x08\x4d\xd8\x07\x0c\x88\x71\x82\x79\x80\x79\xdd\x0e\x18\xd0\x19\x2d\xd1\x0e\x2e\xd4\x0e\x2e\xd0\x08\x2e\xd8\x07\x0c\x88\x71\x82\x79\x80\x79\xdd\x0f\x19\x98\x27\xa5\x33\xd1\x0f\x27\xd4\x0f\x27\xf0\x00\x04\x09\x29\xdd\x12\x1b\xd0\x1c\x3d\xd1\x12\x3e\xd4\x12\x3e\xd0\x0c\x3e\xd8\x11\x18\xf0\x00\x02\x09\x29\xdd\x12\x1d\xf0\x00\x01\x1f\x28\xf1\x00\x01\x13\x29\xf4\x00\x01\x13\x29\xf0\x00\x01\x0d\x29\xe0\x0b\x0f\xf0\x00\x01\x05\x2e\x90\x45\x98\x51\x92\x4a\x90\x4a\xdd\x0e\x18\xd0\x19\x2c\xd1\x0e\x2d\xd4\x0e\x2d\xd0\x08\x2d\xf0\x03\x01\x05\x2e\xf0\x00\x01\x05\x2e\x90\x4a\x90\x4a",
16356 };
16357 static
16358     struct {
16359         PyGC_Head _gc_head;
16360         struct {
16361             PyObject_VAR_HEAD
16362             PyObject *ob_item[3];
16363         }_object;
16364     }
16365 importlib__bootstrap_toplevel_consts_46_localsplusnames = {
16366     ._object = {
16367         .ob_base = {
16368             .ob_base = {
16369                 .ob_refcnt = 999999999,
16370                 .ob_type = &PyTuple_Type,
16371             },
16372             .ob_size = 3,
16373         },
16374         .ob_item = {
16375             &_Py_ID(name),
16376             & const_str_package._ascii.ob_base,
16377             & const_str_level._ascii.ob_base,
16378         },
16379     },
16380 };
16381 static
16382     struct _PyCode_DEF(352)
16383 importlib__bootstrap_toplevel_consts_46 = {
16384     .ob_base = {
16385         .ob_base = {
16386             .ob_refcnt = 999999999,
16387             .ob_type = &PyCode_Type,
16388         },
16389         .ob_size = 176,
16390     },
16391     .co_consts = & importlib__bootstrap_toplevel_consts_46_consts._object.ob_base.ob_base,
16392     .co_names = & importlib__bootstrap_toplevel_consts_46_names._object.ob_base.ob_base,
16393     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
16394     .co_flags = 3,
16395     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
16396     ._co_linearray_entry_size = 0,
16397     .co_argcount = 3,
16398     .co_posonlyargcount = 0,
16399     .co_kwonlyargcount = 0,
16400     .co_stacksize = 7,
16401     .co_firstlineno = 1101,
16402     .co_nlocalsplus = 3,
16403     .co_nlocals = 3,
16404     .co_nplaincellvars = 0,
16405     .co_ncellvars = 0,
16406     .co_nfreevars = 0,
16407     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_46_localsplusnames._object.ob_base.ob_base,
16408     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
16409     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
16410     .co_name = & const_str__sanity_check._ascii.ob_base,
16411     .co_qualname = & const_str__sanity_check._ascii.ob_base,
16412     .co_linetable = & importlib__bootstrap_toplevel_consts_46_linetable.ob_base.ob_base,
16413     ._co_code = NULL,
16414     ._co_linearray = NULL,
16415     .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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x2f\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa0\x03\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\x0f\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\x64\x02\x6b\x04\x00\x00\x00\x00\x72\x35\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x0f\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x01\x73\x0f\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\xa6\x01\x00\x00\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\x11\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x07\x53\x00\x64\x07\x53\x00",
16416     ._co_firsttraceable = 0,
16417 };
16418 static
16419     struct {
16420         PyASCIIObject _ascii;
16421         uint8_t _data[17];
16422     }
16423 importlib__bootstrap_toplevel_consts_47 = {
16424     ._ascii = {
16425         .ob_base = {
16426             .ob_refcnt = 999999999,
16427             .ob_type = &PyUnicode_Type,
16428         },
16429         .length = 16,
16430         .hash = -1,
16431         .state = {
16432             .kind = 1,
16433             .compact = 1,
16434             .ascii = 1,
16435             .ready = 1,
16436         },
16437     },
16438     ._data = "No module named ",
16439 };
16440 static
16441     struct {
16442         PyASCIIObject _ascii;
16443         uint8_t _data[5];
16444     }
16445 importlib__bootstrap_toplevel_consts_48 = {
16446     ._ascii = {
16447         .ob_base = {
16448             .ob_refcnt = 999999999,
16449             .ob_type = &PyUnicode_Type,
16450         },
16451         .length = 4,
16452         .hash = -1,
16453         .state = {
16454             .kind = 1,
16455             .compact = 1,
16456             .ascii = 1,
16457             .ready = 1,
16458         },
16459     },
16460     ._data = "{!r}",
16461 };
16462 static
16463     struct {
16464         PyASCIIObject _ascii;
16465         uint8_t _data[24];
16466     }
16467 importlib__bootstrap_toplevel_consts_49_consts_3 = {
16468     ._ascii = {
16469         .ob_base = {
16470             .ob_refcnt = 999999999,
16471             .ob_type = &PyUnicode_Type,
16472         },
16473         .length = 23,
16474         .hash = -1,
16475         .state = {
16476             .kind = 1,
16477             .compact = 1,
16478             .ascii = 1,
16479             .ready = 1,
16480         },
16481     },
16482     ._data = "; {!r} is not a package",
16483 };
16484 static
16485     struct {
16486         PyASCIIObject _ascii;
16487         uint8_t _data[28];
16488     }
16489 importlib__bootstrap_toplevel_consts_49_consts_6 = {
16490     ._ascii = {
16491         .ob_base = {
16492             .ob_refcnt = 999999999,
16493             .ob_type = &PyUnicode_Type,
16494         },
16495         .length = 27,
16496         .hash = -1,
16497         .state = {
16498             .kind = 1,
16499             .compact = 1,
16500             .ascii = 1,
16501             .ready = 1,
16502         },
16503     },
16504     ._data = "Cannot set an attribute on ",
16505 };
16506 static
16507     struct {
16508         PyASCIIObject _ascii;
16509         uint8_t _data[19];
16510     }
16511 importlib__bootstrap_toplevel_consts_49_consts_7 = {
16512     ._ascii = {
16513         .ob_base = {
16514             .ob_refcnt = 999999999,
16515             .ob_type = &PyUnicode_Type,
16516         },
16517         .length = 18,
16518         .hash = -1,
16519         .state = {
16520             .kind = 1,
16521             .compact = 1,
16522             .ascii = 1,
16523             .ready = 1,
16524         },
16525     },
16526     ._data = " for child module ",
16527 };
16528 static
16529     struct {
16530         PyGC_Head _gc_head;
16531         struct {
16532             PyObject_VAR_HEAD
16533             PyObject *ob_item[8];
16534         }_object;
16535     }
16536 importlib__bootstrap_toplevel_consts_49_consts = {
16537     ._object = {
16538         .ob_base = {
16539             .ob_base = {
16540                 .ob_refcnt = 999999999,
16541                 .ob_type = &PyTuple_Type,
16542             },
16543             .ob_size = 8,
16544         },
16545         .ob_item = {
16546             Py_None,
16547             &_Py_STR(dot),
16548             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
16549             & importlib__bootstrap_toplevel_consts_49_consts_3._ascii.ob_base,
16550             & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
16551             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
16552             & importlib__bootstrap_toplevel_consts_49_consts_6._ascii.ob_base,
16553             & importlib__bootstrap_toplevel_consts_49_consts_7._ascii.ob_base,
16554         },
16555     },
16556 };
16557 static
16558     struct {
16559         PyASCIIObject _ascii;
16560         uint8_t _data[9];
16561     }
16562 const_str__ERR_MSG = {
16563     ._ascii = {
16564         .ob_base = {
16565             .ob_refcnt = 999999999,
16566             .ob_type = &PyUnicode_Type,
16567         },
16568         .length = 8,
16569         .hash = -1,
16570         .state = {
16571             .kind = 1,
16572             .compact = 1,
16573             .ascii = 1,
16574             .ready = 1,
16575         },
16576     },
16577     ._data = "_ERR_MSG",
16578 };
16579 static
16580     struct {
16581         PyASCIIObject _ascii;
16582         uint8_t _data[20];
16583     }
16584 const_str_ModuleNotFoundError = {
16585     ._ascii = {
16586         .ob_base = {
16587             .ob_refcnt = 999999999,
16588             .ob_type = &PyUnicode_Type,
16589         },
16590         .length = 19,
16591         .hash = -1,
16592         .state = {
16593             .kind = 1,
16594             .compact = 1,
16595             .ascii = 1,
16596             .ready = 1,
16597         },
16598     },
16599     ._data = "ModuleNotFoundError",
16600 };
16601 static
16602     struct {
16603         PyGC_Head _gc_head;
16604         struct {
16605             PyObject_VAR_HEAD
16606             PyObject *ob_item[19];
16607         }_object;
16608     }
16609 importlib__bootstrap_toplevel_consts_49_names = {
16610     ._object = {
16611         .ob_base = {
16612             .ob_base = {
16613                 .ob_refcnt = 999999999,
16614                 .ob_type = &PyTuple_Type,
16615             },
16616             .ob_size = 19,
16617         },
16618         .ob_item = {
16619             & const_str_rpartition._ascii.ob_base,
16620             & const_str_sys._ascii.ob_base,
16621             &_Py_ID(modules),
16622             & const_str__call_with_frames_removed._ascii.ob_base,
16623             &_Py_ID(__path__),
16624             & const_str_AttributeError._ascii.ob_base,
16625             & const_str__ERR_MSG._ascii.ob_base,
16626             & const_str_format._ascii.ob_base,
16627             & const_str_ModuleNotFoundError._ascii.ob_base,
16628             &_Py_ID(__spec__),
16629             & const_str__find_spec._ascii.ob_base,
16630             &_Py_ID(_uninitialized_submodules),
16631             &_Py_ID(append),
16632             & const_str__load_unlocked._ascii.ob_base,
16633             & const_str_pop._ascii.ob_base,
16634             & const_str_setattr._ascii.ob_base,
16635             & const_str__warnings._ascii.ob_base,
16636             & const_str_warn._ascii.ob_base,
16637             & const_str_ImportWarning._ascii.ob_base,
16638         },
16639     },
16640 };
16641 static
16642     struct {
16643         PyASCIIObject _ascii;
16644         uint8_t _data[24];
16645     }
16646 const_str__find_and_load_unlocked = {
16647     ._ascii = {
16648         .ob_base = {
16649             .ob_refcnt = 999999999,
16650             .ob_type = &PyUnicode_Type,
16651         },
16652         .length = 23,
16653         .hash = -1,
16654         .state = {
16655             .kind = 1,
16656             .compact = 1,
16657             .ascii = 1,
16658             .ready = 1,
16659         },
16660     },
16661     ._data = "_find_and_load_unlocked",
16662 };
16663 static
16664     struct {
16665         PyObject_VAR_HEAD
16666         Py_hash_t ob_shash;
16667         char ob_sval[540];
16668     }
16669 importlib__bootstrap_toplevel_consts_49_linetable = {
16670     .ob_base = {
16671         .ob_base = {
16672             .ob_refcnt = 999999999,
16673             .ob_type = &PyBytes_Type,
16674         },
16675         .ob_size = 539,
16676     },
16677     .ob_shash = -1,
16678     .ob_sval = "\x80\x00\xd8\x0b\x0f\x80\x44\xd8\x0d\x11\x8f\x5f\x8a\x5f\x98\x53\xd1\x0d\x21\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\x9c\x1b\xd0\x0b\x24\xd0\x0b\x24\xdd\x0c\x25\xa0\x67\xa8\x76\xd1\x0c\x36\xd4\x0c\x36\xd0\x0c\x36\xe0\x0b\x0f\x95\x33\x94\x3b\xd0\x0b\x1e\xd0\x0b\x1e\xdd\x13\x16\x94\x3b\x98\x74\xd4\x13\x24\xd0\x0c\x24\xdd\x18\x1b\x9c\x0b\xa0\x46\xd4\x18\x2b\x88\x0d\xf0\x02\x04\x09\x40\x01\xd8\x13\x20\xd4\x13\x29\x88\x44\x88\x44\xf8\xdd\x0f\x1d\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\xd2\x12\x3f\xc0\x04\xc0\x66\xd1\x12\x4d\xd4\x12\x4d\x88\x43\xdd\x12\x25\xa0\x63\xb0\x04\xd0\x12\x35\xd1\x12\x35\xd4\x12\x35\xb8\x34\xd0\x0c\x3f\xf0\x05\x02\x09\x40\x01\xf8\xf8\xf8\xf0\x06\x00\x17\x24\xd4\x16\x2c\x88\x0b\xd8\x10\x14\x97\x0f\x92\x0f\xa0\x03\xd1\x10\x24\xd4\x10\x24\xa0\x51\xd4\x10\x27\x88\x05\xdd\x0b\x15\x90\x64\x98\x44\xd1\x0b\x21\xd4\x0b\x21\x80\x44\xd8\x07\x0b\x80\x7c\xdd\x0e\x21\xa5\x28\xa7\x2f\xa2\x2f\xb0\x24\xd1\x22\x37\xd4\x22\x37\xb8\x64\xd0\x0e\x43\xd1\x0e\x43\xd4\x0e\x43\xd0\x08\x43\xe0\x0b\x16\xf0\x00\x03\x09\x40\x01\xf0\x06\x00\x0d\x18\xd4\x0c\x31\xd7\x0c\x38\xd2\x0c\x38\xb8\x15\xd1\x0c\x3f\xd4\x0c\x3f\xd0\x0c\x3f\xf0\x02\x04\x09\x3c\xdd\x15\x23\xa0\x44\xd1\x15\x29\xd4\x15\x29\x88\x46\xe0\x0f\x1a\xf0\x00\x01\x0d\x3c\xd8\x10\x1b\xd4\x10\x35\xd7\x10\x39\xd2\x10\x39\xd1\x10\x3b\xd4\x10\x3b\xd0\x10\x3b\xf8\xf8\xf0\x03\x00\x10\x1b\xf0\x00\x01\x0d\x3c\xd8\x10\x1b\xd4\x10\x35\xd7\x10\x39\xd2\x10\x39\xd1\x10\x3b\xd4\x10\x3b\xd0\x10\x3b\xd0\x10\x3b\xf0\x03\x01\x0d\x3c\xf8\xf8\xf8\xe0\x07\x0d\xf0\x00\x07\x05\x2f\xe5\x18\x1b\x9c\x0b\xa0\x46\xd4\x18\x2b\x88\x0d\xf0\x02\x04\x09\x2f\xdd\x0c\x13\x90\x4d\xa0\x35\xa8\x26\xd1\x0c\x31\xd4\x0c\x31\xd0\x0c\x31\xd0\x0c\x31\xf8\xdd\x0f\x1d\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\x8a\x4e\x98\x33\xa5\x0d\xd1\x0c\x2e\xd4\x0c\x2e\xd0\x0c\x2e\xd0\x0c\x2e\xd0\x0c\x2e\xf0\x05\x02\x09\x2f\xf8\xf8\xf8\xf0\x06\x00\x0c\x12\x80\x4d",
16679 };
16680 static
16681     struct {
16682         PyObject_VAR_HEAD
16683         Py_hash_t ob_shash;
16684         char ob_sval[43];
16685     }
16686 importlib__bootstrap_toplevel_consts_49_exceptiontable = {
16687     .ob_base = {
16688         .ob_base = {
16689             .ob_refcnt = 999999999,
16690             .ob_type = &PyBytes_Type,
16691         },
16692         .ob_size = 42,
16693     },
16694     .ob_shash = -1,
16695     .ob_sval = "\xc1\x33\x07\x41\x3b\x00\xc1\x3b\x3b\x42\x36\x03\xc4\x33\x0f\x45\x1e\x00\xc5\x1e\x1e\x45\x3c\x03\xc6\x14\x11\x46\x26\x00\xc6\x26\x32\x47\x1b\x03\xc7\x1a\x01\x47\x1b\x03",
16696 };
16697 static
16698     struct {
16699         PyASCIIObject _ascii;
16700         uint8_t _data[8];
16701     }
16702 const_str_import_ = {
16703     ._ascii = {
16704         .ob_base = {
16705             .ob_refcnt = 999999999,
16706             .ob_type = &PyUnicode_Type,
16707         },
16708         .length = 7,
16709         .hash = -1,
16710         .state = {
16711             .kind = 1,
16712             .compact = 1,
16713             .ascii = 1,
16714             .ready = 1,
16715         },
16716     },
16717     ._data = "import_",
16718 };
16719 static
16720     struct {
16721         PyASCIIObject _ascii;
16722         uint8_t _data[12];
16723     }
16724 const_str_parent_spec = {
16725     ._ascii = {
16726         .ob_base = {
16727             .ob_refcnt = 999999999,
16728             .ob_type = &PyUnicode_Type,
16729         },
16730         .length = 11,
16731         .hash = -1,
16732         .state = {
16733             .kind = 1,
16734             .compact = 1,
16735             .ascii = 1,
16736             .ready = 1,
16737         },
16738     },
16739     ._data = "parent_spec",
16740 };
16741 static
16742     struct {
16743         PyASCIIObject _ascii;
16744         uint8_t _data[14];
16745     }
16746 const_str_parent_module = {
16747     ._ascii = {
16748         .ob_base = {
16749             .ob_refcnt = 999999999,
16750             .ob_type = &PyUnicode_Type,
16751         },
16752         .length = 13,
16753         .hash = -1,
16754         .state = {
16755             .kind = 1,
16756             .compact = 1,
16757             .ascii = 1,
16758             .ready = 1,
16759         },
16760     },
16761     ._data = "parent_module",
16762 };
16763 static
16764     struct {
16765         PyASCIIObject _ascii;
16766         uint8_t _data[6];
16767     }
16768 const_str_child = {
16769     ._ascii = {
16770         .ob_base = {
16771             .ob_refcnt = 999999999,
16772             .ob_type = &PyUnicode_Type,
16773         },
16774         .length = 5,
16775         .hash = -1,
16776         .state = {
16777             .kind = 1,
16778             .compact = 1,
16779             .ascii = 1,
16780             .ready = 1,
16781         },
16782     },
16783     ._data = "child",
16784 };
16785 static
16786     struct {
16787         PyGC_Head _gc_head;
16788         struct {
16789             PyObject_VAR_HEAD
16790             PyObject *ob_item[10];
16791         }_object;
16792     }
16793 importlib__bootstrap_toplevel_consts_49_localsplusnames = {
16794     ._object = {
16795         .ob_base = {
16796             .ob_base = {
16797                 .ob_refcnt = 999999999,
16798                 .ob_type = &PyTuple_Type,
16799             },
16800             .ob_size = 10,
16801         },
16802         .ob_item = {
16803             &_Py_ID(name),
16804             & const_str_import_._ascii.ob_base,
16805             &_Py_ID(path),
16806             &_Py_ID(parent),
16807             & const_str_parent_spec._ascii.ob_base,
16808             & const_str_parent_module._ascii.ob_base,
16809             &_Py_ID(msg),
16810             & const_str_child._ascii.ob_base,
16811             & const_str_spec._ascii.ob_base,
16812             & const_str_module._ascii.ob_base,
16813         },
16814     },
16815 };
16816 static
16817     struct _PyCode_DEF(960)
16818 importlib__bootstrap_toplevel_consts_49 = {
16819     .ob_base = {
16820         .ob_base = {
16821             .ob_refcnt = 999999999,
16822             .ob_type = &PyCode_Type,
16823         },
16824         .ob_size = 480,
16825     },
16826     .co_consts = & importlib__bootstrap_toplevel_consts_49_consts._object.ob_base.ob_base,
16827     .co_names = & importlib__bootstrap_toplevel_consts_49_names._object.ob_base.ob_base,
16828     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_49_exceptiontable.ob_base.ob_base,
16829     .co_flags = 3,
16830     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
16831     ._co_linearray_entry_size = 0,
16832     .co_argcount = 2,
16833     .co_posonlyargcount = 0,
16834     .co_kwonlyargcount = 0,
16835     .co_stacksize = 5,
16836     .co_firstlineno = 1120,
16837     .co_nlocalsplus = 10,
16838     .co_nlocals = 10,
16839     .co_nplaincellvars = 0,
16840     .co_ncellvars = 0,
16841     .co_nfreevars = 0,
16842     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_49_localsplusnames._object.ob_base.ob_base,
16843     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds.ob_base.ob_base,
16844     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
16845     .co_name = & const_str__find_and_load_unlocked._ascii.ob_base,
16846     .co_qualname = & const_str__find_and_load_unlocked._ascii.ob_base,
16847     .co_linetable = & importlib__bootstrap_toplevel_consts_49_linetable.ob_base.ob_base,
16848     ._co_code = NULL,
16849     ._co_linearray = NULL,
16850     .co_code_adaptive = "\x97\x00\x64\x00\x7d\x02\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\x00\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\xb9\x7c\x03\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x10\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x03\xa6\x02\x00\x00\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\x02\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x12\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\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\x02\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\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x6e\x3e\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x31\x01\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7a\x00\x00\x00\xa0\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x03\xa6\x02\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x82\x02\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x05\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x08\x80\x29\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xac\x04\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x04\x72\x1a\x7c\x04\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xa6\x01\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x7c\x04\x72\x19\x7c\x04\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x21\x23\x00\x7c\x04\x72\x1a\x7c\x04\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\x7c\x03\x72\x5d\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\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\x7c\x07\x7c\x09\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x38\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x2b\x01\x00\x64\x06\x7c\x03\x9b\x02\x64\x07\x7c\x07\x9b\x02\x9d\x04\x7d\x06\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x11\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x09\x53\x00",
16851     ._co_firsttraceable = 0,
16852 };
16853 static
16854     struct {
16855         PyASCIIObject _ascii;
16856         uint8_t _data[26];
16857     }
16858 importlib__bootstrap_toplevel_consts_50_consts_0 = {
16859     ._ascii = {
16860         .ob_base = {
16861             .ob_refcnt = 999999999,
16862             .ob_type = &PyUnicode_Type,
16863         },
16864         .length = 25,
16865         .hash = -1,
16866         .state = {
16867             .kind = 1,
16868             .compact = 1,
16869             .ascii = 1,
16870             .ready = 1,
16871         },
16872     },
16873     ._data = "Find and load the module.",
16874 };
16875 static
16876     struct {
16877         PyASCIIObject _ascii;
16878         uint8_t _data[41];
16879     }
16880 importlib__bootstrap_toplevel_consts_50_consts_5 = {
16881     ._ascii = {
16882         .ob_base = {
16883             .ob_refcnt = 999999999,
16884             .ob_type = &PyUnicode_Type,
16885         },
16886         .length = 40,
16887         .hash = -1,
16888         .state = {
16889             .kind = 1,
16890             .compact = 1,
16891             .ascii = 1,
16892             .ready = 1,
16893         },
16894     },
16895     ._data = "import of {} halted; None in sys.modules",
16896 };
16897 static
16898     struct {
16899         PyGC_Head _gc_head;
16900         struct {
16901             PyObject_VAR_HEAD
16902             PyObject *ob_item[7];
16903         }_object;
16904     }
16905 importlib__bootstrap_toplevel_consts_50_consts = {
16906     ._object = {
16907         .ob_base = {
16908             .ob_base = {
16909                 .ob_refcnt = 999999999,
16910                 .ob_type = &PyTuple_Type,
16911             },
16912             .ob_size = 7,
16913         },
16914         .ob_item = {
16915             & importlib__bootstrap_toplevel_consts_50_consts_0._ascii.ob_base,
16916             &_Py_ID(__spec__),
16917             Py_None,
16918             &_Py_ID(_initializing),
16919             Py_False,
16920             & importlib__bootstrap_toplevel_consts_50_consts_5._ascii.ob_base,
16921             & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
16922         },
16923     },
16924 };
16925 static
16926     struct {
16927         PyASCIIObject _ascii;
16928         uint8_t _data[15];
16929     }
16930 const_str__NEEDS_LOADING = {
16931     ._ascii = {
16932         .ob_base = {
16933             .ob_refcnt = 999999999,
16934             .ob_type = &PyUnicode_Type,
16935         },
16936         .length = 14,
16937         .hash = -1,
16938         .state = {
16939             .kind = 1,
16940             .compact = 1,
16941             .ascii = 1,
16942             .ready = 1,
16943         },
16944     },
16945     ._data = "_NEEDS_LOADING",
16946 };
16947 static
16948     struct {
16949         PyGC_Head _gc_head;
16950         struct {
16951             PyObject_VAR_HEAD
16952             PyObject *ob_item[10];
16953         }_object;
16954     }
16955 importlib__bootstrap_toplevel_consts_50_names = {
16956     ._object = {
16957         .ob_base = {
16958             .ob_base = {
16959                 .ob_refcnt = 999999999,
16960                 .ob_type = &PyTuple_Type,
16961             },
16962             .ob_size = 10,
16963         },
16964         .ob_item = {
16965             & const_str_sys._ascii.ob_base,
16966             &_Py_ID(modules),
16967             &_Py_ID(get),
16968             & const_str__NEEDS_LOADING._ascii.ob_base,
16969             &_Py_ID(getattr),
16970             & const_str__ModuleLockManager._ascii.ob_base,
16971             & const_str__find_and_load_unlocked._ascii.ob_base,
16972             &_Py_ID(_lock_unlock_module),
16973             & const_str_format._ascii.ob_base,
16974             & const_str_ModuleNotFoundError._ascii.ob_base,
16975         },
16976     },
16977 };
16978 static
16979     struct {
16980         PyObject_VAR_HEAD
16981         Py_hash_t ob_shash;
16982         char ob_sval[322];
16983     }
16984 importlib__bootstrap_toplevel_consts_50_linetable = {
16985     .ob_base = {
16986         .ob_base = {
16987             .ob_refcnt = 999999999,
16988             .ob_type = &PyBytes_Type,
16989         },
16990         .ob_size = 321,
16991     },
16992     .ob_shash = -1,
16993     .ob_sval = "\x80\x00\xf5\x0a\x00\x0e\x11\x8c\x5b\x8f\x5f\x8a\x5f\x98\x54\xa5\x3e\xd1\x0d\x32\xd4\x0d\x32\x80\x46\xd8\x08\x0e\x95\x2e\xd0\x08\x20\xd0\x08\x20\xdd\x08\x0f\x95\x07\x98\x06\xa0\x0a\xa8\x44\xd1\x10\x31\xd4\x10\x31\xb0\x3f\xc0\x45\xd1\x08\x4a\xd4\x08\x4a\xf0\x03\x00\x09\x21\xe5\x0d\x1f\xa0\x04\xd1\x0d\x25\xd4\x0d\x25\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xdd\x15\x18\x94\x5b\x97\x5f\x92\x5f\xa0\x54\xad\x3e\xd1\x15\x3a\xd4\x15\x3a\x88\x46\xd8\x0f\x15\x9d\x1e\xd0\x0f\x27\xd0\x0f\x27\xdd\x17\x2e\xa8\x74\xb0\x57\xd1\x17\x3d\xd4\x17\x3d\xf0\x07\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf1\x00\x03\x09\x3e\xf4\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xe0\x0f\x27\xf0\x05\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf1\x00\x03\x09\x3e\xf4\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\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf5\x12\x00\x09\x1c\x98\x44\xd1\x08\x21\xd4\x08\x21\xd0\x08\x21\xe0\x07\x0d\x80\x7e\xf0\x02\x01\x14\x29\xdf\x29\x2f\xaa\x16\xb0\x04\xa9\x1c\xac\x1c\xf0\x03\x00\x09\x10\xe5\x0e\x21\xa0\x27\xb0\x04\xd0\x0e\x35\xd1\x0e\x35\xd4\x0e\x35\xd0\x08\x35\xe0\x0b\x11\x80\x4d",
16994 };
16995 static
16996     struct {
16997         PyObject_VAR_HEAD
16998         Py_hash_t ob_shash;
16999         char ob_sval[19];
17000     }
17001 importlib__bootstrap_toplevel_consts_50_exceptiontable = {
17002     .ob_base = {
17003         .ob_base = {
17004             .ob_refcnt = 999999999,
17005             .ob_type = &PyBytes_Type,
17006         },
17007         .ob_size = 18,
17008     },
17009     .ob_shash = -1,
17010     .ob_sval = "\xc1\x1e\x3e\x42\x36\x03\xc2\x36\x04\x42\x3a\x07\xc2\x3d\x01\x42\x3a\x07",
17011 };
17012 static
17013     struct {
17014         PyGC_Head _gc_head;
17015         struct {
17016             PyObject_VAR_HEAD
17017             PyObject *ob_item[4];
17018         }_object;
17019     }
17020 importlib__bootstrap_toplevel_consts_50_localsplusnames = {
17021     ._object = {
17022         .ob_base = {
17023             .ob_base = {
17024                 .ob_refcnt = 999999999,
17025                 .ob_type = &PyTuple_Type,
17026             },
17027             .ob_size = 4,
17028         },
17029         .ob_item = {
17030             &_Py_ID(name),
17031             & const_str_import_._ascii.ob_base,
17032             & const_str_module._ascii.ob_base,
17033             & const_str_message._ascii.ob_base,
17034         },
17035     },
17036 };
17037 static
17038     struct _PyCode_DEF(500)
17039 importlib__bootstrap_toplevel_consts_50 = {
17040     .ob_base = {
17041         .ob_base = {
17042             .ob_refcnt = 999999999,
17043             .ob_type = &PyCode_Type,
17044         },
17045         .ob_size = 250,
17046     },
17047     .co_consts = & importlib__bootstrap_toplevel_consts_50_consts._object.ob_base.ob_base,
17048     .co_names = & importlib__bootstrap_toplevel_consts_50_names._object.ob_base.ob_base,
17049     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_50_exceptiontable.ob_base.ob_base,
17050     .co_flags = 3,
17051     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
17052     ._co_linearray_entry_size = 0,
17053     .co_argcount = 2,
17054     .co_posonlyargcount = 0,
17055     .co_kwonlyargcount = 0,
17056     .co_stacksize = 7,
17057     .co_firstlineno = 1165,
17058     .co_nlocalsplus = 4,
17059     .co_nlocals = 4,
17060     .co_nplaincellvars = 0,
17061     .co_ncellvars = 0,
17062     .co_nfreevars = 0,
17063     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_50_localsplusnames._object.ob_base.ob_base,
17064     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
17065     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
17066     .co_name = &_Py_ID(_find_and_load),
17067     .co_qualname = &_Py_ID(_find_and_load),
17068     .co_linetable = & importlib__bootstrap_toplevel_consts_50_linetable.ob_base.ob_base,
17069     ._co_code = NULL,
17070     ._co_linearray = NULL,
17071     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x02\x00\x00\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\xa6\x02\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\x20\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x64\x04\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x72\x81\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x02\x00\x00\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\xa6\x02\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\x1c\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x64\x02\x64\x02\x64\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x53\x00\x09\x00\x64\x02\x64\x02\x64\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0b\x23\x00\x31\x00\x73\x04\x77\x02\x78\x03\x59\x00\x77\x01\x01\x00\x59\x00\x01\x00\x01\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x80\x26\x64\x05\xa0\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\x53\x00",
17072     ._co_firsttraceable = 0,
17073 };
17074 static
17075     struct {
17076         PyASCIIObject _ascii;
17077         uint8_t _data[307];
17078     }
17079 importlib__bootstrap_toplevel_consts_52_consts_0 = {
17080     ._ascii = {
17081         .ob_base = {
17082             .ob_refcnt = 999999999,
17083             .ob_type = &PyUnicode_Type,
17084         },
17085         .length = 306,
17086         .hash = -1,
17087         .state = {
17088             .kind = 1,
17089             .compact = 1,
17090             .ascii = 1,
17091             .ready = 1,
17092         },
17093     },
17094     ._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",
17095 };
17096 static
17097     struct {
17098         PyGC_Head _gc_head;
17099         struct {
17100             PyObject_VAR_HEAD
17101             PyObject *ob_item[2];
17102         }_object;
17103     }
17104 importlib__bootstrap_toplevel_consts_52_consts = {
17105     ._object = {
17106         .ob_base = {
17107             .ob_base = {
17108                 .ob_refcnt = 999999999,
17109                 .ob_type = &PyTuple_Type,
17110             },
17111             .ob_size = 2,
17112         },
17113         .ob_item = {
17114             & importlib__bootstrap_toplevel_consts_52_consts_0._ascii.ob_base,
17115             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
17116         },
17117     },
17118 };
17119 static
17120     struct {
17121         PyASCIIObject _ascii;
17122         uint8_t _data[12];
17123     }
17124 const_str__gcd_import = {
17125     ._ascii = {
17126         .ob_base = {
17127             .ob_refcnt = 999999999,
17128             .ob_type = &PyUnicode_Type,
17129         },
17130         .length = 11,
17131         .hash = -1,
17132         .state = {
17133             .kind = 1,
17134             .compact = 1,
17135             .ascii = 1,
17136             .ready = 1,
17137         },
17138     },
17139     ._data = "_gcd_import",
17140 };
17141 static
17142     struct {
17143         PyGC_Head _gc_head;
17144         struct {
17145             PyObject_VAR_HEAD
17146             PyObject *ob_item[4];
17147         }_object;
17148     }
17149 importlib__bootstrap_toplevel_consts_52_names = {
17150     ._object = {
17151         .ob_base = {
17152             .ob_base = {
17153                 .ob_refcnt = 999999999,
17154                 .ob_type = &PyTuple_Type,
17155             },
17156             .ob_size = 4,
17157         },
17158         .ob_item = {
17159             & const_str__sanity_check._ascii.ob_base,
17160             & const_str__resolve_name._ascii.ob_base,
17161             &_Py_ID(_find_and_load),
17162             & const_str__gcd_import._ascii.ob_base,
17163         },
17164     },
17165 };
17166 static
17167     struct {
17168         PyObject_VAR_HEAD
17169         Py_hash_t ob_shash;
17170         char ob_sval[65];
17171     }
17172 importlib__bootstrap_toplevel_consts_52_linetable = {
17173     .ob_base = {
17174         .ob_base = {
17175             .ob_refcnt = 999999999,
17176             .ob_type = &PyBytes_Type,
17177         },
17178         .ob_size = 64,
17179     },
17180     .ob_shash = -1,
17181     .ob_sval = "\x80\x00\xf5\x12\x00\x05\x12\x90\x24\x98\x07\xa0\x15\xd1\x04\x27\xd4\x04\x27\xd0\x04\x27\xd8\x07\x0c\x88\x71\x82\x79\x80\x79\xdd\x0f\x1c\x98\x54\xa0\x37\xa8\x45\xd1\x0f\x32\xd4\x0f\x32\x88\x04\xdd\x0b\x19\x98\x24\xa5\x0b\xd1\x0b\x2c\xd4\x0b\x2c\xd0\x04\x2c",
17182 };
17183 static
17184     struct _PyCode_DEF(124)
17185 importlib__bootstrap_toplevel_consts_52 = {
17186     .ob_base = {
17187         .ob_base = {
17188             .ob_refcnt = 999999999,
17189             .ob_type = &PyCode_Type,
17190         },
17191         .ob_size = 62,
17192     },
17193     .co_consts = & importlib__bootstrap_toplevel_consts_52_consts._object.ob_base.ob_base,
17194     .co_names = & importlib__bootstrap_toplevel_consts_52_names._object.ob_base.ob_base,
17195     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
17196     .co_flags = 3,
17197     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
17198     ._co_linearray_entry_size = 0,
17199     .co_argcount = 3,
17200     .co_posonlyargcount = 0,
17201     .co_kwonlyargcount = 0,
17202     .co_stacksize = 5,
17203     .co_firstlineno = 1192,
17204     .co_nlocalsplus = 3,
17205     .co_nlocals = 3,
17206     .co_nplaincellvars = 0,
17207     .co_ncellvars = 0,
17208     .co_nfreevars = 0,
17209     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_46_localsplusnames._object.ob_base.ob_base,
17210     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
17211     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
17212     .co_name = & const_str__gcd_import._ascii.ob_base,
17213     .co_qualname = & const_str__gcd_import._ascii.ob_base,
17214     .co_linetable = & importlib__bootstrap_toplevel_consts_52_linetable.ob_base.ob_base,
17215     ._co_code = NULL,
17216     ._co_linearray = NULL,
17217     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x64\x01\x6b\x04\x00\x00\x00\x00\x72\x11\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\xa6\x03\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
17218     ._co_firsttraceable = 0,
17219 };
17220 static
17221     struct {
17222         PyASCIIObject _ascii;
17223         uint8_t _data[10];
17224     }
17225 const_str_recursive = {
17226     ._ascii = {
17227         .ob_base = {
17228             .ob_refcnt = 999999999,
17229             .ob_type = &PyUnicode_Type,
17230         },
17231         .length = 9,
17232         .hash = -1,
17233         .state = {
17234             .kind = 1,
17235             .compact = 1,
17236             .ascii = 1,
17237             .ready = 1,
17238         },
17239     },
17240     ._data = "recursive",
17241 };
17242 static
17243     struct {
17244         PyGC_Head _gc_head;
17245         struct {
17246             PyObject_VAR_HEAD
17247             PyObject *ob_item[1];
17248         }_object;
17249     }
17250 importlib__bootstrap_toplevel_consts_53 = {
17251     ._object = {
17252         .ob_base = {
17253             .ob_base = {
17254                 .ob_refcnt = 999999999,
17255                 .ob_type = &PyTuple_Type,
17256             },
17257             .ob_size = 1,
17258         },
17259         .ob_item = {
17260             & const_str_recursive._ascii.ob_base,
17261         },
17262     },
17263 };
17264 static
17265     struct {
17266         PyASCIIObject _ascii;
17267         uint8_t _data[239];
17268     }
17269 importlib__bootstrap_toplevel_consts_54_consts_0 = {
17270     ._ascii = {
17271         .ob_base = {
17272             .ob_refcnt = 999999999,
17273             .ob_type = &PyUnicode_Type,
17274         },
17275         .length = 238,
17276         .hash = -1,
17277         .state = {
17278             .kind = 1,
17279             .compact = 1,
17280             .ascii = 1,
17281             .ready = 1,
17282         },
17283     },
17284     ._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",
17285 };
17286 static
17287     struct {
17288         PyASCIIObject _ascii;
17289         uint8_t _data[9];
17290     }
17291 importlib__bootstrap_toplevel_consts_54_consts_1 = {
17292     ._ascii = {
17293         .ob_base = {
17294             .ob_refcnt = 999999999,
17295             .ob_type = &PyUnicode_Type,
17296         },
17297         .length = 8,
17298         .hash = -1,
17299         .state = {
17300             .kind = 1,
17301             .compact = 1,
17302             .ascii = 1,
17303             .ready = 1,
17304         },
17305     },
17306     ._data = ".__all__",
17307 };
17308 static
17309     struct {
17310         PyASCIIObject _ascii;
17311         uint8_t _data[14];
17312     }
17313 importlib__bootstrap_toplevel_consts_54_consts_2 = {
17314     ._ascii = {
17315         .ob_base = {
17316             .ob_refcnt = 999999999,
17317             .ob_type = &PyUnicode_Type,
17318         },
17319         .length = 13,
17320         .hash = -1,
17321         .state = {
17322             .kind = 1,
17323             .compact = 1,
17324             .ascii = 1,
17325             .ready = 1,
17326         },
17327     },
17328     ._data = "``from list''",
17329 };
17330 static
17331     struct {
17332         PyASCIIObject _ascii;
17333         uint8_t _data[9];
17334     }
17335 importlib__bootstrap_toplevel_consts_54_consts_3 = {
17336     ._ascii = {
17337         .ob_base = {
17338             .ob_refcnt = 999999999,
17339             .ob_type = &PyUnicode_Type,
17340         },
17341         .length = 8,
17342         .hash = -1,
17343         .state = {
17344             .kind = 1,
17345             .compact = 1,
17346             .ascii = 1,
17347             .ready = 1,
17348         },
17349     },
17350     ._data = "Item in ",
17351 };
17352 static
17353     struct {
17354         PyASCIIObject _ascii;
17355         uint8_t _data[19];
17356     }
17357 importlib__bootstrap_toplevel_consts_54_consts_4 = {
17358     ._ascii = {
17359         .ob_base = {
17360             .ob_refcnt = 999999999,
17361             .ob_type = &PyUnicode_Type,
17362         },
17363         .length = 18,
17364         .hash = -1,
17365         .state = {
17366             .kind = 1,
17367             .compact = 1,
17368             .ascii = 1,
17369             .ready = 1,
17370         },
17371     },
17372     ._data = " must be str, not ",
17373 };
17374 static
17375     struct {
17376         PyASCIIObject _ascii;
17377         uint8_t _data[2];
17378     }
17379 importlib__bootstrap_toplevel_consts_54_consts_5 = {
17380     ._ascii = {
17381         .ob_base = {
17382             .ob_refcnt = 999999999,
17383             .ob_type = &PyUnicode_Type,
17384         },
17385         .length = 1,
17386         .hash = -1,
17387         .state = {
17388             .kind = 1,
17389             .compact = 1,
17390             .ascii = 1,
17391             .ready = 1,
17392         },
17393     },
17394     ._data = "*",
17395 };
17396 static
17397     struct {
17398         PyGC_Head _gc_head;
17399         struct {
17400             PyObject_VAR_HEAD
17401             PyObject *ob_item[11];
17402         }_object;
17403     }
17404 importlib__bootstrap_toplevel_consts_54_consts = {
17405     ._object = {
17406         .ob_base = {
17407             .ob_base = {
17408                 .ob_refcnt = 999999999,
17409                 .ob_type = &PyTuple_Type,
17410             },
17411             .ob_size = 11,
17412         },
17413         .ob_item = {
17414             & importlib__bootstrap_toplevel_consts_54_consts_0._ascii.ob_base,
17415             & importlib__bootstrap_toplevel_consts_54_consts_1._ascii.ob_base,
17416             & importlib__bootstrap_toplevel_consts_54_consts_2._ascii.ob_base,
17417             & importlib__bootstrap_toplevel_consts_54_consts_3._ascii.ob_base,
17418             & importlib__bootstrap_toplevel_consts_54_consts_4._ascii.ob_base,
17419             & importlib__bootstrap_toplevel_consts_54_consts_5._ascii.ob_base,
17420             &_Py_ID(__all__),
17421             Py_True,
17422             & importlib__bootstrap_toplevel_consts_53._object.ob_base.ob_base,
17423             & importlib__bootstrap_toplevel_consts_43_consts_5._ascii.ob_base,
17424             Py_None,
17425         },
17426     },
17427 };
17428 static
17429     struct {
17430         PyGC_Head _gc_head;
17431         struct {
17432             PyObject_VAR_HEAD
17433             PyObject *ob_item[16];
17434         }_object;
17435     }
17436 importlib__bootstrap_toplevel_consts_54_names = {
17437     ._object = {
17438         .ob_base = {
17439             .ob_base = {
17440                 .ob_refcnt = 999999999,
17441                 .ob_type = &PyTuple_Type,
17442             },
17443             .ob_size = 16,
17444         },
17445         .ob_item = {
17446             &_Py_ID(isinstance),
17447             & const_str_str._ascii.ob_base,
17448             &_Py_ID(__name__),
17449             & const_str_TypeError._ascii.ob_base,
17450             & const_str_type._ascii.ob_base,
17451             & const_str_hasattr._ascii.ob_base,
17452             &_Py_ID(_handle_fromlist),
17453             &_Py_ID(__all__),
17454             & const_str_format._ascii.ob_base,
17455             & const_str__call_with_frames_removed._ascii.ob_base,
17456             & const_str_ModuleNotFoundError._ascii.ob_base,
17457             &_Py_ID(name),
17458             & const_str_sys._ascii.ob_base,
17459             &_Py_ID(modules),
17460             &_Py_ID(get),
17461             & const_str__NEEDS_LOADING._ascii.ob_base,
17462         },
17463     },
17464 };
17465 static
17466     struct {
17467         PyObject_VAR_HEAD
17468         Py_hash_t ob_shash;
17469         char ob_sval[348];
17470     }
17471 importlib__bootstrap_toplevel_consts_54_linetable = {
17472     .ob_base = {
17473         .ob_base = {
17474             .ob_refcnt = 999999999,
17475             .ob_type = &PyBytes_Type,
17476         },
17477         .ob_size = 347,
17478     },
17479     .ob_shash = -1,
17480     .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\xd1\x0f\x21\xd4\x0f\x21\xf0\x00\x16\x09\x16\xd8\x0f\x18\xf0\x00\x03\x0d\x28\xd8\x18\x1e\x9c\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\xa1\x37\xa4\x37\xd4\x23\x33\xf0\x03\x01\x1d\x36\xf0\x00\x01\x1d\x36\xf1\x00\x01\x13\x37\xf4\x00\x01\x13\x37\xf0\x00\x01\x0d\x37\xe0\x0d\x0e\x90\x23\x8a\x58\x88\x58\xd8\x13\x1c\xf0\x00\x02\x0d\x31\xa5\x17\xa8\x16\xb0\x19\xd1\x21\x3b\xd4\x21\x3b\xf0\x00\x02\x0d\x31\xdd\x10\x20\xa0\x16\xa8\x16\xac\x1e\xb8\x17\xd8\x2b\x2f\xf0\x03\x01\x11\x31\xf1\x00\x01\x11\x31\xf4\x00\x01\x11\x31\xf0\x00\x01\x11\x31\xf8\xe5\x11\x18\x98\x16\xa0\x11\xd1\x11\x23\xd4\x11\x23\xf0\x00\x0b\x09\x16\xd8\x18\x1f\x9f\x0e\x9a\x0e\xa0\x76\xa4\x7f\xb8\x01\xd1\x18\x3a\xd4\x18\x3a\x88\x49\xf0\x02\x09\x0d\x16\xdd\x10\x29\xa8\x27\xb0\x39\xd1\x10\x3d\xd4\x10\x3d\xd0\x10\x3d\xd0\x10\x3d\xf8\xdd\x13\x26\xf0\x00\x07\x0d\x16\xf0\x00\x07\x0d\x16\xf0\x00\x07\x0d\x16\xf0\x08\x00\x15\x18\x94\x48\xa0\x09\xd2\x14\x29\xd0\x14\x29\xdd\x14\x17\x94\x4b\x97\x4f\x92\x4f\xa0\x49\xad\x7e\xd1\x14\x3e\xd4\x14\x3e\xd0\x14\x4a\xd8\x14\x1c\x90\x48\x90\x48\x90\x48\x90\x48\xd8\x10\x15\xf8\xf8\xf8\xf8\xf0\x0f\x07\x0d\x16\xf8\xf8\xf8\xf1\x09\x0b\x09\x16\xf0\x18\x00\x0c\x12\x80\x4d",
17481 };
17482 static
17483     struct {
17484         PyObject_VAR_HEAD
17485         Py_hash_t ob_shash;
17486         char ob_sval[31];
17487     }
17488 importlib__bootstrap_toplevel_consts_54_exceptiontable = {
17489     .ob_base = {
17490         .ob_base = {
17491             .ob_refcnt = 999999999,
17492             .ob_type = &PyBytes_Type,
17493         },
17494         .ob_size = 30,
17495     },
17496     .ob_shash = -1,
17497     .ob_sval = "\xc2\x2e\x10\x42\x3f\x02\xc2\x3f\x0a\x44\x04\x05\xc3\x09\x30\x43\x3f\x05\xc3\x3e\x01\x43\x3f\x05\xc3\x3f\x05\x44\x04\x05",
17498 };
17499 static
17500     struct {
17501         PyASCIIObject _ascii;
17502         uint8_t _data[9];
17503     }
17504 const_str_fromlist = {
17505     ._ascii = {
17506         .ob_base = {
17507             .ob_refcnt = 999999999,
17508             .ob_type = &PyUnicode_Type,
17509         },
17510         .length = 8,
17511         .hash = -1,
17512         .state = {
17513             .kind = 1,
17514             .compact = 1,
17515             .ascii = 1,
17516             .ready = 1,
17517         },
17518     },
17519     ._data = "fromlist",
17520 };
17521 static
17522     struct {
17523         PyASCIIObject _ascii;
17524         uint8_t _data[2];
17525     }
17526 const_str_x = {
17527     ._ascii = {
17528         .ob_base = {
17529             .ob_refcnt = 999999999,
17530             .ob_type = &PyUnicode_Type,
17531         },
17532         .length = 1,
17533         .hash = -1,
17534         .state = {
17535             .kind = 1,
17536             .compact = 1,
17537             .ascii = 1,
17538             .ready = 1,
17539         },
17540     },
17541     ._data = "x",
17542 };
17543 static
17544     struct {
17545         PyASCIIObject _ascii;
17546         uint8_t _data[6];
17547     }
17548 const_str_where = {
17549     ._ascii = {
17550         .ob_base = {
17551             .ob_refcnt = 999999999,
17552             .ob_type = &PyUnicode_Type,
17553         },
17554         .length = 5,
17555         .hash = -1,
17556         .state = {
17557             .kind = 1,
17558             .compact = 1,
17559             .ascii = 1,
17560             .ready = 1,
17561         },
17562     },
17563     ._data = "where",
17564 };
17565 static
17566     struct {
17567         PyASCIIObject _ascii;
17568         uint8_t _data[10];
17569     }
17570 const_str_from_name = {
17571     ._ascii = {
17572         .ob_base = {
17573             .ob_refcnt = 999999999,
17574             .ob_type = &PyUnicode_Type,
17575         },
17576         .length = 9,
17577         .hash = -1,
17578         .state = {
17579             .kind = 1,
17580             .compact = 1,
17581             .ascii = 1,
17582             .ready = 1,
17583         },
17584     },
17585     ._data = "from_name",
17586 };
17587 static
17588     struct {
17589         PyASCIIObject _ascii;
17590         uint8_t _data[4];
17591     }
17592 const_str_exc = {
17593     ._ascii = {
17594         .ob_base = {
17595             .ob_refcnt = 999999999,
17596             .ob_type = &PyUnicode_Type,
17597         },
17598         .length = 3,
17599         .hash = -1,
17600         .state = {
17601             .kind = 1,
17602             .compact = 1,
17603             .ascii = 1,
17604             .ready = 1,
17605         },
17606     },
17607     ._data = "exc",
17608 };
17609 static
17610     struct {
17611         PyGC_Head _gc_head;
17612         struct {
17613             PyObject_VAR_HEAD
17614             PyObject *ob_item[8];
17615         }_object;
17616     }
17617 importlib__bootstrap_toplevel_consts_54_localsplusnames = {
17618     ._object = {
17619         .ob_base = {
17620             .ob_base = {
17621                 .ob_refcnt = 999999999,
17622                 .ob_type = &PyTuple_Type,
17623             },
17624             .ob_size = 8,
17625         },
17626         .ob_item = {
17627             & const_str_module._ascii.ob_base,
17628             & const_str_fromlist._ascii.ob_base,
17629             & const_str_import_._ascii.ob_base,
17630             & const_str_recursive._ascii.ob_base,
17631             & const_str_x._ascii.ob_base,
17632             & const_str_where._ascii.ob_base,
17633             & const_str_from_name._ascii.ob_base,
17634             & const_str_exc._ascii.ob_base,
17635         },
17636     },
17637 };
17638 static
17639     struct _PyCode_DEF(534)
17640 importlib__bootstrap_toplevel_consts_54 = {
17641     .ob_base = {
17642         .ob_base = {
17643             .ob_refcnt = 999999999,
17644             .ob_type = &PyCode_Type,
17645         },
17646         .ob_size = 267,
17647     },
17648     .co_consts = & importlib__bootstrap_toplevel_consts_54_consts._object.ob_base.ob_base,
17649     .co_names = & importlib__bootstrap_toplevel_consts_54_names._object.ob_base.ob_base,
17650     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_54_exceptiontable.ob_base.ob_base,
17651     .co_flags = 3,
17652     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
17653     ._co_linearray_entry_size = 0,
17654     .co_argcount = 3,
17655     .co_posonlyargcount = 0,
17656     .co_kwonlyargcount = 1,
17657     .co_stacksize = 9,
17658     .co_firstlineno = 1207,
17659     .co_nlocalsplus = 8,
17660     .co_nlocals = 8,
17661     .co_nplaincellvars = 0,
17662     .co_ncellvars = 0,
17663     .co_nfreevars = 0,
17664     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_54_localsplusnames._object.ob_base.ob_base,
17665     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
17666     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
17667     .co_name = &_Py_ID(_handle_fromlist),
17668     .co_qualname = &_Py_ID(_handle_fromlist),
17669     .co_linetable = & importlib__bootstrap_toplevel_consts_54_linetable.ob_base.ob_base,
17670     ._co_code = NULL,
17671     ._co_linearray = NULL,
17672     .co_code_adaptive = "\x97\x00\x7c\x01\x44\x00\x90\x01\x5d\x04\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x36\x7c\x03\x72\x0b\x7c\x00\x6a\x02\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x9d\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x04\x64\x05\x6b\x02\x00\x00\x00\x00\x72\x2b\x7c\x03\x73\x28\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x06\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x18\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x07\xac\x08\xa6\x04\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x7f\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x04\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x75\x64\x09\xa0\x08\x00\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\x7c\x04\xa6\x02\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\xbc\x23\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x3b\x7d\x07\x7c\x07\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x6b\x02\x00\x00\x00\x00\x72\x2a\x74\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0e\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x81\x05\x59\x00\x64\x0a\x7d\x07\x7e\x07\x8c\xfb\x82\x00\x64\x0a\x7d\x07\x7e\x07\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x90\x01\x8c\x06\x7c\x00\x53\x00",
17673     ._co_firsttraceable = 0,
17674 };
17675 static
17676     struct {
17677         PyASCIIObject _ascii;
17678         uint8_t _data[168];
17679     }
17680 importlib__bootstrap_toplevel_consts_55_consts_0 = {
17681     ._ascii = {
17682         .ob_base = {
17683             .ob_refcnt = 999999999,
17684             .ob_type = &PyUnicode_Type,
17685         },
17686         .length = 167,
17687         .hash = -1,
17688         .state = {
17689             .kind = 1,
17690             .compact = 1,
17691             .ascii = 1,
17692             .ready = 1,
17693         },
17694     },
17695     ._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",
17696 };
17697 static
17698     struct {
17699         PyASCIIObject _ascii;
17700         uint8_t _data[33];
17701     }
17702 importlib__bootstrap_toplevel_consts_55_consts_4 = {
17703     ._ascii = {
17704         .ob_base = {
17705             .ob_refcnt = 999999999,
17706             .ob_type = &PyUnicode_Type,
17707         },
17708         .length = 32,
17709         .hash = -1,
17710         .state = {
17711             .kind = 1,
17712             .compact = 1,
17713             .ascii = 1,
17714             .ready = 1,
17715         },
17716     },
17717     ._data = "__package__ != __spec__.parent (",
17718 };
17719 static
17720     struct {
17721         PyASCIIObject _ascii;
17722         uint8_t _data[5];
17723     }
17724 importlib__bootstrap_toplevel_consts_55_consts_5 = {
17725     ._ascii = {
17726         .ob_base = {
17727             .ob_refcnt = 999999999,
17728             .ob_type = &PyUnicode_Type,
17729         },
17730         .length = 4,
17731         .hash = -1,
17732         .state = {
17733             .kind = 1,
17734             .compact = 1,
17735             .ascii = 1,
17736             .ready = 1,
17737         },
17738     },
17739     ._data = " != ",
17740 };
17741 static
17742     struct {
17743         PyASCIIObject _ascii;
17744         uint8_t _data[2];
17745     }
17746 importlib__bootstrap_toplevel_consts_55_consts_6 = {
17747     ._ascii = {
17748         .ob_base = {
17749             .ob_refcnt = 999999999,
17750             .ob_type = &PyUnicode_Type,
17751         },
17752         .length = 1,
17753         .hash = -1,
17754         .state = {
17755             .kind = 1,
17756             .compact = 1,
17757             .ascii = 1,
17758             .ready = 1,
17759         },
17760     },
17761     ._data = ")",
17762 };
17763 static
17764     struct {
17765         PyASCIIObject _ascii;
17766         uint8_t _data[11];
17767     }
17768 const_str_stacklevel = {
17769     ._ascii = {
17770         .ob_base = {
17771             .ob_refcnt = 999999999,
17772             .ob_type = &PyUnicode_Type,
17773         },
17774         .length = 10,
17775         .hash = -1,
17776         .state = {
17777             .kind = 1,
17778             .compact = 1,
17779             .ascii = 1,
17780             .ready = 1,
17781         },
17782     },
17783     ._data = "stacklevel",
17784 };
17785 static
17786     struct {
17787         PyGC_Head _gc_head;
17788         struct {
17789             PyObject_VAR_HEAD
17790             PyObject *ob_item[1];
17791         }_object;
17792     }
17793 importlib__bootstrap_toplevel_consts_55_consts_8 = {
17794     ._object = {
17795         .ob_base = {
17796             .ob_base = {
17797                 .ob_refcnt = 999999999,
17798                 .ob_type = &PyTuple_Type,
17799             },
17800             .ob_size = 1,
17801         },
17802         .ob_item = {
17803             & const_str_stacklevel._ascii.ob_base,
17804         },
17805     },
17806 };
17807 static
17808     struct {
17809         PyASCIIObject _ascii;
17810         uint8_t _data[90];
17811     }
17812 importlib__bootstrap_toplevel_consts_55_consts_9 = {
17813     ._ascii = {
17814         .ob_base = {
17815             .ob_refcnt = 999999999,
17816             .ob_type = &PyUnicode_Type,
17817         },
17818         .length = 89,
17819         .hash = -1,
17820         .state = {
17821             .kind = 1,
17822             .compact = 1,
17823             .ascii = 1,
17824             .ready = 1,
17825         },
17826     },
17827     ._data = "can't resolve package from __spec__ or __package__, falling back on __name__ and __path__",
17828 };
17829 static
17830     struct {
17831         PyGC_Head _gc_head;
17832         struct {
17833             PyObject_VAR_HEAD
17834             PyObject *ob_item[14];
17835         }_object;
17836     }
17837 importlib__bootstrap_toplevel_consts_55_consts = {
17838     ._object = {
17839         .ob_base = {
17840             .ob_base = {
17841                 .ob_refcnt = 999999999,
17842                 .ob_type = &PyTuple_Type,
17843             },
17844             .ob_size = 14,
17845         },
17846         .ob_item = {
17847             & importlib__bootstrap_toplevel_consts_55_consts_0._ascii.ob_base,
17848             &_Py_ID(__package__),
17849             &_Py_ID(__spec__),
17850             Py_None,
17851             & importlib__bootstrap_toplevel_consts_55_consts_4._ascii.ob_base,
17852             & importlib__bootstrap_toplevel_consts_55_consts_5._ascii.ob_base,
17853             & importlib__bootstrap_toplevel_consts_55_consts_6._ascii.ob_base,
17854             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
17855             & importlib__bootstrap_toplevel_consts_55_consts_8._object.ob_base.ob_base,
17856             & importlib__bootstrap_toplevel_consts_55_consts_9._ascii.ob_base,
17857             &_Py_ID(__name__),
17858             &_Py_ID(__path__),
17859             &_Py_STR(dot),
17860             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
17861         },
17862     },
17863 };
17864 static
17865     struct {
17866         PyGC_Head _gc_head;
17867         struct {
17868             PyObject_VAR_HEAD
17869             PyObject *ob_item[6];
17870         }_object;
17871     }
17872 importlib__bootstrap_toplevel_consts_55_names = {
17873     ._object = {
17874         .ob_base = {
17875             .ob_base = {
17876                 .ob_refcnt = 999999999,
17877                 .ob_type = &PyTuple_Type,
17878             },
17879             .ob_size = 6,
17880         },
17881         .ob_item = {
17882             &_Py_ID(get),
17883             &_Py_ID(parent),
17884             & const_str__warnings._ascii.ob_base,
17885             & const_str_warn._ascii.ob_base,
17886             & const_str_ImportWarning._ascii.ob_base,
17887             & const_str_rpartition._ascii.ob_base,
17888         },
17889     },
17890 };
17891 static
17892     struct {
17893         PyASCIIObject _ascii;
17894         uint8_t _data[18];
17895     }
17896 const_str__calc___package__ = {
17897     ._ascii = {
17898         .ob_base = {
17899             .ob_refcnt = 999999999,
17900             .ob_type = &PyUnicode_Type,
17901         },
17902         .length = 17,
17903         .hash = -1,
17904         .state = {
17905             .kind = 1,
17906             .compact = 1,
17907             .ascii = 1,
17908             .ready = 1,
17909         },
17910     },
17911     ._data = "_calc___package__",
17912 };
17913 static
17914     struct {
17915         PyObject_VAR_HEAD
17916         Py_hash_t ob_shash;
17917         char ob_sval[243];
17918     }
17919 importlib__bootstrap_toplevel_consts_55_linetable = {
17920     .ob_base = {
17921         .ob_base = {
17922             .ob_refcnt = 999999999,
17923             .ob_type = &PyBytes_Type,
17924         },
17925         .ob_size = 242,
17926     },
17927     .ob_shash = -1,
17928     .ob_sval = "\x80\x00\xf0\x0e\x00\x0f\x16\x8f\x6b\x8a\x6b\x98\x2d\xd1\x0e\x28\xd4\x0e\x28\x80\x47\xd8\x0b\x12\x8f\x3b\x8a\x3b\x90\x7a\xd1\x0b\x22\xd4\x0b\x22\x80\x44\xd8\x07\x0e\xd0\x07\x1a\xd8\x0b\x0f\xd0\x0b\x1b\xa0\x07\xa8\x34\xac\x3b\xd2\x20\x36\xd0\x20\x36\xdd\x0c\x15\x8f\x4e\x8a\x4e\xf0\x00\x01\x1c\x3f\xd8\x1f\x26\xf0\x03\x01\x1c\x3f\xf0\x00\x01\x1c\x3f\xd8\x2e\x32\xac\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\xf1\x00\x02\x0d\x38\xf4\x00\x02\x0d\x38\xf0\x00\x02\x0d\x38\xf0\x06\x00\x10\x17\x88\x0e\xd8\x09\x0d\xd0\x09\x19\xd8\x0f\x13\x8c\x7b\xd0\x08\x1a\xe5\x08\x11\x8f\x0e\x8a\x0e\xf0\x00\x01\x18\x3f\xe5\x17\x24\xb0\x11\xf0\x05\x00\x09\x17\xf1\x00\x02\x09\x34\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\xd0\x0b\x24\xd8\x16\x1d\xd7\x16\x28\xd2\x16\x28\xa8\x13\xd1\x16\x2d\xd4\x16\x2d\xa8\x61\xd4\x16\x30\x88\x47\xd8\x0b\x12\x80\x4e",
17929 };
17930 static
17931     struct {
17932         PyASCIIObject _ascii;
17933         uint8_t _data[8];
17934     }
17935 const_str_globals = {
17936     ._ascii = {
17937         .ob_base = {
17938             .ob_refcnt = 999999999,
17939             .ob_type = &PyUnicode_Type,
17940         },
17941         .length = 7,
17942         .hash = -1,
17943         .state = {
17944             .kind = 1,
17945             .compact = 1,
17946             .ascii = 1,
17947             .ready = 1,
17948         },
17949     },
17950     ._data = "globals",
17951 };
17952 static
17953     struct {
17954         PyGC_Head _gc_head;
17955         struct {
17956             PyObject_VAR_HEAD
17957             PyObject *ob_item[3];
17958         }_object;
17959     }
17960 importlib__bootstrap_toplevel_consts_55_localsplusnames = {
17961     ._object = {
17962         .ob_base = {
17963             .ob_base = {
17964                 .ob_refcnt = 999999999,
17965                 .ob_type = &PyTuple_Type,
17966             },
17967             .ob_size = 3,
17968         },
17969         .ob_item = {
17970             & const_str_globals._ascii.ob_base,
17971             & const_str_package._ascii.ob_base,
17972             & const_str_spec._ascii.ob_base,
17973         },
17974     },
17975 };
17976 static
17977     struct _PyCode_DEF(380)
17978 importlib__bootstrap_toplevel_consts_55 = {
17979     .ob_base = {
17980         .ob_base = {
17981             .ob_refcnt = 999999999,
17982             .ob_type = &PyCode_Type,
17983         },
17984         .ob_size = 190,
17985     },
17986     .co_consts = & importlib__bootstrap_toplevel_consts_55_consts._object.ob_base.ob_base,
17987     .co_names = & importlib__bootstrap_toplevel_consts_55_names._object.ob_base.ob_base,
17988     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
17989     .co_flags = 3,
17990     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
17991     ._co_linearray_entry_size = 0,
17992     .co_argcount = 1,
17993     .co_posonlyargcount = 0,
17994     .co_kwonlyargcount = 0,
17995     .co_stacksize = 7,
17996     .co_firstlineno = 1244,
17997     .co_nlocalsplus = 3,
17998     .co_nlocals = 3,
17999     .co_nplaincellvars = 0,
18000     .co_ncellvars = 0,
18001     .co_nfreevars = 0,
18002     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_55_localsplusnames._object.ob_base.ob_base,
18003     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
18004     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
18005     .co_name = & const_str__calc___package__._ascii.ob_base,
18006     .co_qualname = & const_str__calc___package__._ascii.ob_base,
18007     .co_linetable = & importlib__bootstrap_toplevel_consts_55_linetable.ob_base.ob_base,
18008     ._co_code = NULL,
18009     ._co_linearray = NULL,
18010     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x01\x81\x3d\x7c\x02\x81\x39\x7c\x01\x7c\x02\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x2e\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x03\x00\x00\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\x01\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x53\x00\x7c\x02\x81\x07\x7c\x02\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x03\x00\x00\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\xa6\x03\x00\x00\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\x1b\x7c\x01\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0c\xa6\x01\x00\x00\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",
18011     ._co_firsttraceable = 0,
18012 };
18013 static
18014     struct {
18015         PyASCIIObject _ascii;
18016         uint8_t _data[472];
18017     }
18018 importlib__bootstrap_toplevel_consts_57_consts_0 = {
18019     ._ascii = {
18020         .ob_base = {
18021             .ob_refcnt = 999999999,
18022             .ob_type = &PyUnicode_Type,
18023         },
18024         .length = 471,
18025         .hash = -1,
18026         .state = {
18027             .kind = 1,
18028             .compact = 1,
18029             .ascii = 1,
18030             .ready = 1,
18031         },
18032     },
18033     ._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",
18034 };
18035 static
18036     struct {
18037         PyGC_Head _gc_head;
18038         struct {
18039             PyObject_VAR_HEAD
18040             PyObject *ob_item[5];
18041         }_object;
18042     }
18043 importlib__bootstrap_toplevel_consts_57_consts = {
18044     ._object = {
18045         .ob_base = {
18046             .ob_base = {
18047                 .ob_refcnt = 999999999,
18048                 .ob_type = &PyTuple_Type,
18049             },
18050             .ob_size = 5,
18051         },
18052         .ob_item = {
18053             & importlib__bootstrap_toplevel_consts_57_consts_0._ascii.ob_base,
18054             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
18055             Py_None,
18056             &_Py_STR(dot),
18057             &_Py_ID(__path__),
18058         },
18059     },
18060 };
18061 static
18062     struct {
18063         PyASCIIObject _ascii;
18064         uint8_t _data[10];
18065     }
18066 const_str_partition = {
18067     ._ascii = {
18068         .ob_base = {
18069             .ob_refcnt = 999999999,
18070             .ob_type = &PyUnicode_Type,
18071         },
18072         .length = 9,
18073         .hash = -1,
18074         .state = {
18075             .kind = 1,
18076             .compact = 1,
18077             .ascii = 1,
18078             .ready = 1,
18079         },
18080     },
18081     ._data = "partition",
18082 };
18083 static
18084     struct {
18085         PyGC_Head _gc_head;
18086         struct {
18087             PyObject_VAR_HEAD
18088             PyObject *ob_item[9];
18089         }_object;
18090     }
18091 importlib__bootstrap_toplevel_consts_57_names = {
18092     ._object = {
18093         .ob_base = {
18094             .ob_base = {
18095                 .ob_refcnt = 999999999,
18096                 .ob_type = &PyTuple_Type,
18097             },
18098             .ob_size = 9,
18099         },
18100         .ob_item = {
18101             & const_str__gcd_import._ascii.ob_base,
18102             & const_str__calc___package__._ascii.ob_base,
18103             & const_str_partition._ascii.ob_base,
18104             &_Py_ID(len),
18105             & const_str_sys._ascii.ob_base,
18106             &_Py_ID(modules),
18107             &_Py_ID(__name__),
18108             & const_str_hasattr._ascii.ob_base,
18109             &_Py_ID(_handle_fromlist),
18110         },
18111     },
18112 };
18113 static
18114     struct {
18115         PyObject_VAR_HEAD
18116         Py_hash_t ob_shash;
18117         char ob_sval[264];
18118     }
18119 importlib__bootstrap_toplevel_consts_57_linetable = {
18120     .ob_base = {
18121         .ob_base = {
18122             .ob_refcnt = 999999999,
18123             .ob_type = &PyBytes_Type,
18124         },
18125         .ob_size = 263,
18126     },
18127     .ob_shash = -1,
18128     .ob_sval = "\x80\x00\xf0\x16\x00\x08\x0d\x90\x01\x82\x7a\x80\x7a\xdd\x11\x1c\x98\x54\xd1\x11\x22\xd4\x11\x22\x88\x06\x88\x06\xe0\x1e\x25\xd0\x1e\x31\x90\x37\x90\x37\xb0\x72\x88\x08\xdd\x12\x23\xa0\x48\xd1\x12\x2d\xd4\x12\x2d\x88\x07\xdd\x11\x1c\x98\x54\xa0\x37\xa8\x45\xd1\x11\x32\xd4\x11\x32\x88\x06\xd8\x0b\x13\xf0\x00\x11\x05\x16\xf0\x06\x00\x0c\x11\x90\x41\x8a\x3a\x88\x3a\xdd\x13\x1e\x98\x74\x9f\x7e\x9a\x7e\xa8\x63\xd1\x1f\x32\xd4\x1f\x32\xb0\x31\xd4\x1f\x35\xd1\x13\x36\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\x91\x69\x94\x69\xa5\x23\xa0\x64\xa7\x6e\xa2\x6e\xb0\x53\xd1\x26\x39\xd4\x26\x39\xb8\x21\xd4\x26\x3c\xd1\x22\x3d\xd4\x22\x3d\xd1\x16\x3d\x88\x47\xf5\x06\x00\x14\x17\x94\x3b\x98\x76\x9c\x7f\xd0\x2f\x4c\xb5\x03\xb0\x46\xb4\x4f\xd1\x30\x44\xd4\x30\x44\xc0\x57\xd1\x30\x4c\xd0\x2f\x4c\xd4\x1f\x4d\xd4\x13\x4e\xd0\x0c\x4e\xdd\x09\x10\x90\x16\x98\x1a\xd1\x09\x24\xd4\x09\x24\xf0\x00\x03\x05\x16\xdd\x0f\x1f\xa0\x06\xa8\x08\xb5\x2b\xd1\x0f\x3e\xd4\x0f\x3e\xd0\x08\x3e\xe0\x0f\x15\x88\x0d",
18129 };
18130 static
18131     struct {
18132         PyASCIIObject _ascii;
18133         uint8_t _data[7];
18134     }
18135 const_str_locals = {
18136     ._ascii = {
18137         .ob_base = {
18138             .ob_refcnt = 999999999,
18139             .ob_type = &PyUnicode_Type,
18140         },
18141         .length = 6,
18142         .hash = -1,
18143         .state = {
18144             .kind = 1,
18145             .compact = 1,
18146             .ascii = 1,
18147             .ready = 1,
18148         },
18149     },
18150     ._data = "locals",
18151 };
18152 static
18153     struct {
18154         PyASCIIObject _ascii;
18155         uint8_t _data[9];
18156     }
18157 const_str_globals_ = {
18158     ._ascii = {
18159         .ob_base = {
18160             .ob_refcnt = 999999999,
18161             .ob_type = &PyUnicode_Type,
18162         },
18163         .length = 8,
18164         .hash = -1,
18165         .state = {
18166             .kind = 1,
18167             .compact = 1,
18168             .ascii = 1,
18169             .ready = 1,
18170         },
18171     },
18172     ._data = "globals_",
18173 };
18174 static
18175     struct {
18176         PyASCIIObject _ascii;
18177         uint8_t _data[8];
18178     }
18179 const_str_cut_off = {
18180     ._ascii = {
18181         .ob_base = {
18182             .ob_refcnt = 999999999,
18183             .ob_type = &PyUnicode_Type,
18184         },
18185         .length = 7,
18186         .hash = -1,
18187         .state = {
18188             .kind = 1,
18189             .compact = 1,
18190             .ascii = 1,
18191             .ready = 1,
18192         },
18193     },
18194     ._data = "cut_off",
18195 };
18196 static
18197     struct {
18198         PyGC_Head _gc_head;
18199         struct {
18200             PyObject_VAR_HEAD
18201             PyObject *ob_item[9];
18202         }_object;
18203     }
18204 importlib__bootstrap_toplevel_consts_57_localsplusnames = {
18205     ._object = {
18206         .ob_base = {
18207             .ob_base = {
18208                 .ob_refcnt = 999999999,
18209                 .ob_type = &PyTuple_Type,
18210             },
18211             .ob_size = 9,
18212         },
18213         .ob_item = {
18214             &_Py_ID(name),
18215             & const_str_globals._ascii.ob_base,
18216             & const_str_locals._ascii.ob_base,
18217             & const_str_fromlist._ascii.ob_base,
18218             & const_str_level._ascii.ob_base,
18219             & const_str_module._ascii.ob_base,
18220             & const_str_globals_._ascii.ob_base,
18221             & const_str_package._ascii.ob_base,
18222             & const_str_cut_off._ascii.ob_base,
18223         },
18224     },
18225 };
18226 static
18227     struct {
18228         PyObject_VAR_HEAD
18229         Py_hash_t ob_shash;
18230         char ob_sval[10];
18231     }
18232 importlib__bootstrap_toplevel_consts_57_localspluskinds = {
18233     .ob_base = {
18234         .ob_base = {
18235             .ob_refcnt = 999999999,
18236             .ob_type = &PyBytes_Type,
18237         },
18238         .ob_size = 9,
18239     },
18240     .ob_shash = -1,
18241     .ob_sval = "         ",
18242 };
18243 static
18244     struct _PyCode_DEF(522)
18245 importlib__bootstrap_toplevel_consts_57 = {
18246     .ob_base = {
18247         .ob_base = {
18248             .ob_refcnt = 999999999,
18249             .ob_type = &PyCode_Type,
18250         },
18251         .ob_size = 261,
18252     },
18253     .co_consts = & importlib__bootstrap_toplevel_consts_57_consts._object.ob_base.ob_base,
18254     .co_names = & importlib__bootstrap_toplevel_consts_57_names._object.ob_base.ob_base,
18255     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
18256     .co_flags = 3,
18257     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
18258     ._co_linearray_entry_size = 0,
18259     .co_argcount = 5,
18260     .co_posonlyargcount = 0,
18261     .co_kwonlyargcount = 0,
18262     .co_stacksize = 6,
18263     .co_firstlineno = 1271,
18264     .co_nlocalsplus = 9,
18265     .co_nlocals = 9,
18266     .co_nplaincellvars = 0,
18267     .co_ncellvars = 0,
18268     .co_nfreevars = 0,
18269     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_57_localsplusnames._object.ob_base.ob_base,
18270     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
18271     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
18272     .co_name = &_Py_ID(__import__),
18273     .co_qualname = &_Py_ID(__import__),
18274     .co_linetable = & importlib__bootstrap_toplevel_consts_57_linetable.ob_base.ob_base,
18275     ._co_code = NULL,
18276     ._co_linearray = NULL,
18277     .co_code_adaptive = "\x97\x00\x7c\x04\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x10\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x6e\x26\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\xa6\x01\x00\x00\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x03\x73\x9e\x7c\x04\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x28\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\xa6\x01\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\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x6a\x06\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\x06\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\x7a\x0a\x00\x00\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x16\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x05\x53\x00",
18278     ._co_firsttraceable = 0,
18279 };
18280 static
18281     struct {
18282         PyASCIIObject _ascii;
18283         uint8_t _data[26];
18284     }
18285 importlib__bootstrap_toplevel_consts_58_consts_1 = {
18286     ._ascii = {
18287         .ob_base = {
18288             .ob_refcnt = 999999999,
18289             .ob_type = &PyUnicode_Type,
18290         },
18291         .length = 25,
18292         .hash = -1,
18293         .state = {
18294             .kind = 1,
18295             .compact = 1,
18296             .ascii = 1,
18297             .ready = 1,
18298         },
18299     },
18300     ._data = "no built-in module named ",
18301 };
18302 static
18303     struct {
18304         PyGC_Head _gc_head;
18305         struct {
18306             PyObject_VAR_HEAD
18307             PyObject *ob_item[2];
18308         }_object;
18309     }
18310 importlib__bootstrap_toplevel_consts_58_consts = {
18311     ._object = {
18312         .ob_base = {
18313             .ob_base = {
18314                 .ob_refcnt = 999999999,
18315                 .ob_type = &PyTuple_Type,
18316             },
18317             .ob_size = 2,
18318         },
18319         .ob_item = {
18320             Py_None,
18321             & importlib__bootstrap_toplevel_consts_58_consts_1._ascii.ob_base,
18322         },
18323     },
18324 };
18325 static
18326     struct {
18327         PyGC_Head _gc_head;
18328         struct {
18329             PyObject_VAR_HEAD
18330             PyObject *ob_item[4];
18331         }_object;
18332     }
18333 importlib__bootstrap_toplevel_consts_58_names = {
18334     ._object = {
18335         .ob_base = {
18336             .ob_base = {
18337                 .ob_refcnt = 999999999,
18338                 .ob_type = &PyTuple_Type,
18339             },
18340             .ob_size = 4,
18341         },
18342         .ob_item = {
18343             & const_str_BuiltinImporter._ascii.ob_base,
18344             & const_str_find_spec._ascii.ob_base,
18345             & const_str_ImportError._ascii.ob_base,
18346             & const_str__load_unlocked._ascii.ob_base,
18347         },
18348     },
18349 };
18350 static
18351     struct {
18352         PyASCIIObject _ascii;
18353         uint8_t _data[19];
18354     }
18355 const_str__builtin_from_name = {
18356     ._ascii = {
18357         .ob_base = {
18358             .ob_refcnt = 999999999,
18359             .ob_type = &PyUnicode_Type,
18360         },
18361         .length = 18,
18362         .hash = -1,
18363         .state = {
18364             .kind = 1,
18365             .compact = 1,
18366             .ascii = 1,
18367             .ready = 1,
18368         },
18369     },
18370     ._data = "_builtin_from_name",
18371 };
18372 static
18373     struct {
18374         PyObject_VAR_HEAD
18375         Py_hash_t ob_shash;
18376         char ob_sval[61];
18377     }
18378 importlib__bootstrap_toplevel_consts_58_linetable = {
18379     .ob_base = {
18380         .ob_base = {
18381             .ob_refcnt = 999999999,
18382             .ob_type = &PyBytes_Type,
18383         },
18384         .ob_size = 60,
18385     },
18386     .ob_shash = -1,
18387     .ob_sval = "\x80\x00\xdd\x0b\x1a\xd7\x0b\x24\xd2\x0b\x24\xa0\x54\xd1\x0b\x2a\xd4\x0b\x2a\x80\x44\xd8\x07\x0b\x80\x7c\xdd\x0e\x19\xd0\x1a\x35\xb8\x04\xd1\x1a\x3c\xd1\x0e\x3d\xd4\x0e\x3d\xd0\x08\x3d\xdd\x0b\x19\x98\x24\xd1\x0b\x1f\xd4\x0b\x1f\xd0\x04\x1f",
18388 };
18389 static
18390     struct {
18391         PyGC_Head _gc_head;
18392         struct {
18393             PyObject_VAR_HEAD
18394             PyObject *ob_item[2];
18395         }_object;
18396     }
18397 importlib__bootstrap_toplevel_consts_58_localsplusnames = {
18398     ._object = {
18399         .ob_base = {
18400             .ob_base = {
18401                 .ob_refcnt = 999999999,
18402                 .ob_type = &PyTuple_Type,
18403             },
18404             .ob_size = 2,
18405         },
18406         .ob_item = {
18407             &_Py_ID(name),
18408             & const_str_spec._ascii.ob_base,
18409         },
18410     },
18411 };
18412 static
18413     struct _PyCode_DEF(124)
18414 importlib__bootstrap_toplevel_consts_58 = {
18415     .ob_base = {
18416         .ob_base = {
18417             .ob_refcnt = 999999999,
18418             .ob_type = &PyCode_Type,
18419         },
18420         .ob_size = 62,
18421     },
18422     .co_consts = & importlib__bootstrap_toplevel_consts_58_consts._object.ob_base.ob_base,
18423     .co_names = & importlib__bootstrap_toplevel_consts_58_names._object.ob_base.ob_base,
18424     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
18425     .co_flags = 3,
18426     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
18427     ._co_linearray_entry_size = 0,
18428     .co_argcount = 1,
18429     .co_posonlyargcount = 0,
18430     .co_kwonlyargcount = 0,
18431     .co_stacksize = 4,
18432     .co_firstlineno = 1308,
18433     .co_nlocalsplus = 2,
18434     .co_nlocals = 2,
18435     .co_nplaincellvars = 0,
18436     .co_ncellvars = 0,
18437     .co_nfreevars = 0,
18438     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_58_localsplusnames._object.ob_base.ob_base,
18439     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
18440     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
18441     .co_name = & const_str__builtin_from_name._ascii.ob_base,
18442     .co_qualname = & const_str__builtin_from_name._ascii.ob_base,
18443     .co_linetable = & importlib__bootstrap_toplevel_consts_58_linetable.ob_base.ob_base,
18444     ._co_code = NULL,
18445     ._co_linearray = NULL,
18446     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x80\x12\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x7a\x00\x00\x00\xa6\x01\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
18447     ._co_firsttraceable = 0,
18448 };
18449 static
18450     struct {
18451         PyASCIIObject _ascii;
18452         uint8_t _data[251];
18453     }
18454 importlib__bootstrap_toplevel_consts_59_consts_0 = {
18455     ._ascii = {
18456         .ob_base = {
18457             .ob_refcnt = 999999999,
18458             .ob_type = &PyUnicode_Type,
18459         },
18460         .length = 250,
18461         .hash = -1,
18462         .state = {
18463             .kind = 1,
18464             .compact = 1,
18465             .ascii = 1,
18466             .ready = 1,
18467         },
18468     },
18469     ._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",
18470 };
18471 static
18472     struct {
18473         PyGC_Head _gc_head;
18474         struct {
18475             PyObject_VAR_HEAD
18476             PyObject *ob_item[3];
18477         }_object;
18478     }
18479 importlib__bootstrap_toplevel_consts_59_consts_1 = {
18480     ._object = {
18481         .ob_base = {
18482             .ob_base = {
18483                 .ob_refcnt = 999999999,
18484                 .ob_type = &PyTuple_Type,
18485             },
18486             .ob_size = 3,
18487         },
18488         .ob_item = {
18489             & const_str__thread._ascii.ob_base,
18490             & const_str__warnings._ascii.ob_base,
18491             & const_str__weakref._ascii.ob_base,
18492         },
18493     },
18494 };
18495 static
18496     struct {
18497         PyGC_Head _gc_head;
18498         struct {
18499             PyObject_VAR_HEAD
18500             PyObject *ob_item[3];
18501         }_object;
18502     }
18503 importlib__bootstrap_toplevel_consts_59_consts = {
18504     ._object = {
18505         .ob_base = {
18506             .ob_base = {
18507                 .ob_refcnt = 999999999,
18508                 .ob_type = &PyTuple_Type,
18509             },
18510             .ob_size = 3,
18511         },
18512         .ob_item = {
18513             & importlib__bootstrap_toplevel_consts_59_consts_0._ascii.ob_base,
18514             & importlib__bootstrap_toplevel_consts_59_consts_1._object.ob_base.ob_base,
18515             Py_None,
18516         },
18517     },
18518 };
18519 static
18520     struct {
18521         PyGC_Head _gc_head;
18522         struct {
18523             PyObject_VAR_HEAD
18524             PyObject *ob_item[16];
18525         }_object;
18526     }
18527 importlib__bootstrap_toplevel_consts_59_names = {
18528     ._object = {
18529         .ob_base = {
18530             .ob_base = {
18531                 .ob_refcnt = 999999999,
18532                 .ob_type = &PyTuple_Type,
18533             },
18534             .ob_size = 16,
18535         },
18536         .ob_item = {
18537             & const_str__imp._ascii.ob_base,
18538             & const_str_sys._ascii.ob_base,
18539             & const_str_type._ascii.ob_base,
18540             &_Py_ID(modules),
18541             &_Py_ID(items),
18542             &_Py_ID(isinstance),
18543             & const_str_builtin_module_names._ascii.ob_base,
18544             & const_str_BuiltinImporter._ascii.ob_base,
18545             & const_str_is_frozen._ascii.ob_base,
18546             & const_str_FrozenImporter._ascii.ob_base,
18547             & const_str__spec_from_module._ascii.ob_base,
18548             & const_str__init_module_attrs._ascii.ob_base,
18549             &_Py_ID(_fix_up_module),
18550             &_Py_ID(__name__),
18551             & const_str__builtin_from_name._ascii.ob_base,
18552             & const_str_setattr._ascii.ob_base,
18553         },
18554     },
18555 };
18556 static
18557     struct {
18558         PyASCIIObject _ascii;
18559         uint8_t _data[7];
18560     }
18561 const_str__setup = {
18562     ._ascii = {
18563         .ob_base = {
18564             .ob_refcnt = 999999999,
18565             .ob_type = &PyUnicode_Type,
18566         },
18567         .length = 6,
18568         .hash = -1,
18569         .state = {
18570             .kind = 1,
18571             .compact = 1,
18572             .ascii = 1,
18573             .ready = 1,
18574         },
18575     },
18576     ._data = "_setup",
18577 };
18578 static
18579     struct {
18580         PyObject_VAR_HEAD
18581         Py_hash_t ob_shash;
18582         char ob_sval[293];
18583     }
18584 importlib__bootstrap_toplevel_consts_59_linetable = {
18585     .ob_base = {
18586         .ob_base = {
18587             .ob_refcnt = 999999999,
18588             .ob_type = &PyBytes_Type,
18589         },
18590         .ob_size = 292,
18591     },
18592     .ob_shash = -1,
18593     .ob_sval = "\x80\x00\xf0\x12\x00\x0c\x17\x80\x44\xd8\x0a\x14\x80\x43\xf5\x06\x00\x13\x17\x95\x73\x91\x29\x94\x29\x80\x4b\xdd\x18\x1b\x9c\x0b\xd7\x18\x29\xd2\x18\x29\xd1\x18\x2b\xd4\x18\x2b\xf0\x00\x0b\x05\x2e\xf0\x00\x0b\x05\x2e\x89\x0c\x88\x04\x88\x66\xdd\x0b\x15\x90\x66\x98\x6b\xd1\x0b\x2a\xd4\x0b\x2a\xf0\x00\x0a\x09\x2e\xd8\x0f\x13\x95\x73\xd4\x17\x2f\xd0\x0f\x2f\xd0\x0f\x2f\xdd\x19\x28\x90\x06\x90\x06\xdd\x11\x15\x97\x1e\x92\x1e\xa0\x04\xd1\x11\x25\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\xd1\x13\x34\xd4\x13\x34\x88\x44\xdd\x0c\x1e\x98\x74\xa0\x56\xd1\x0c\x2c\xd4\x0c\x2c\xd0\x0c\x2c\xd8\x0f\x15\x9d\x1e\xd0\x0f\x27\xd0\x0f\x27\xd8\x10\x16\xd7\x10\x25\xd2\x10\x25\xa0\x66\xd1\x10\x2d\xd4\x10\x2d\xd0\x10\x2d\xf8\xf5\x06\x00\x13\x16\x94\x2b\x9d\x68\xd4\x12\x27\x80\x4b\xd8\x18\x3c\xf0\x00\x05\x05\x3b\xf0\x00\x05\x05\x3b\x88\x0c\xd8\x0b\x17\x9d\x73\x9c\x7b\xd0\x0b\x2a\xd0\x0b\x2a\xdd\x1d\x2f\xb0\x0c\xd1\x1d\x3d\xd4\x1d\x3d\x88\x4e\x88\x4e\xe5\x1d\x20\x9c\x5b\xa8\x1c\xd4\x1d\x36\x88\x4e\xdd\x08\x0f\x90\x0b\x98\x5c\xa8\x3e\xd1\x08\x3a\xd4\x08\x3a\xd0\x08\x3a\xd0\x08\x3a\xf0\x0b\x05\x05\x3b\xf0\x00\x05\x05\x3b",
18594 };
18595 static
18596     struct {
18597         PyASCIIObject _ascii;
18598         uint8_t _data[11];
18599     }
18600 const_str_sys_module = {
18601     ._ascii = {
18602         .ob_base = {
18603             .ob_refcnt = 999999999,
18604             .ob_type = &PyUnicode_Type,
18605         },
18606         .length = 10,
18607         .hash = -1,
18608         .state = {
18609             .kind = 1,
18610             .compact = 1,
18611             .ascii = 1,
18612             .ready = 1,
18613         },
18614     },
18615     ._data = "sys_module",
18616 };
18617 static
18618     struct {
18619         PyASCIIObject _ascii;
18620         uint8_t _data[12];
18621     }
18622 const_str__imp_module = {
18623     ._ascii = {
18624         .ob_base = {
18625             .ob_refcnt = 999999999,
18626             .ob_type = &PyUnicode_Type,
18627         },
18628         .length = 11,
18629         .hash = -1,
18630         .state = {
18631             .kind = 1,
18632             .compact = 1,
18633             .ascii = 1,
18634             .ready = 1,
18635         },
18636     },
18637     ._data = "_imp_module",
18638 };
18639 static
18640     struct {
18641         PyASCIIObject _ascii;
18642         uint8_t _data[12];
18643     }
18644 const_str_module_type = {
18645     ._ascii = {
18646         .ob_base = {
18647             .ob_refcnt = 999999999,
18648             .ob_type = &PyUnicode_Type,
18649         },
18650         .length = 11,
18651         .hash = -1,
18652         .state = {
18653             .kind = 1,
18654             .compact = 1,
18655             .ascii = 1,
18656             .ready = 1,
18657         },
18658     },
18659     ._data = "module_type",
18660 };
18661 static
18662     struct {
18663         PyASCIIObject _ascii;
18664         uint8_t _data[12];
18665     }
18666 const_str_self_module = {
18667     ._ascii = {
18668         .ob_base = {
18669             .ob_refcnt = 999999999,
18670             .ob_type = &PyUnicode_Type,
18671         },
18672         .length = 11,
18673         .hash = -1,
18674         .state = {
18675             .kind = 1,
18676             .compact = 1,
18677             .ascii = 1,
18678             .ready = 1,
18679         },
18680     },
18681     ._data = "self_module",
18682 };
18683 static
18684     struct {
18685         PyASCIIObject _ascii;
18686         uint8_t _data[13];
18687     }
18688 const_str_builtin_name = {
18689     ._ascii = {
18690         .ob_base = {
18691             .ob_refcnt = 999999999,
18692             .ob_type = &PyUnicode_Type,
18693         },
18694         .length = 12,
18695         .hash = -1,
18696         .state = {
18697             .kind = 1,
18698             .compact = 1,
18699             .ascii = 1,
18700             .ready = 1,
18701         },
18702     },
18703     ._data = "builtin_name",
18704 };
18705 static
18706     struct {
18707         PyASCIIObject _ascii;
18708         uint8_t _data[15];
18709     }
18710 const_str_builtin_module = {
18711     ._ascii = {
18712         .ob_base = {
18713             .ob_refcnt = 999999999,
18714             .ob_type = &PyUnicode_Type,
18715         },
18716         .length = 14,
18717         .hash = -1,
18718         .state = {
18719             .kind = 1,
18720             .compact = 1,
18721             .ascii = 1,
18722             .ready = 1,
18723         },
18724     },
18725     ._data = "builtin_module",
18726 };
18727 static
18728     struct {
18729         PyGC_Head _gc_head;
18730         struct {
18731             PyObject_VAR_HEAD
18732             PyObject *ob_item[10];
18733         }_object;
18734     }
18735 importlib__bootstrap_toplevel_consts_59_localsplusnames = {
18736     ._object = {
18737         .ob_base = {
18738             .ob_base = {
18739                 .ob_refcnt = 999999999,
18740                 .ob_type = &PyTuple_Type,
18741             },
18742             .ob_size = 10,
18743         },
18744         .ob_item = {
18745             & const_str_sys_module._ascii.ob_base,
18746             & const_str__imp_module._ascii.ob_base,
18747             & const_str_module_type._ascii.ob_base,
18748             &_Py_ID(name),
18749             & const_str_module._ascii.ob_base,
18750             & const_str_loader._ascii.ob_base,
18751             & const_str_spec._ascii.ob_base,
18752             & const_str_self_module._ascii.ob_base,
18753             & const_str_builtin_name._ascii.ob_base,
18754             & const_str_builtin_module._ascii.ob_base,
18755         },
18756     },
18757 };
18758 static
18759     struct _PyCode_DEF(582)
18760 importlib__bootstrap_toplevel_consts_59 = {
18761     .ob_base = {
18762         .ob_base = {
18763             .ob_refcnt = 999999999,
18764             .ob_type = &PyCode_Type,
18765         },
18766         .ob_size = 291,
18767     },
18768     .co_consts = & importlib__bootstrap_toplevel_consts_59_consts._object.ob_base.ob_base,
18769     .co_names = & importlib__bootstrap_toplevel_consts_59_names._object.ob_base.ob_base,
18770     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
18771     .co_flags = 3,
18772     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
18773     ._co_linearray_entry_size = 0,
18774     .co_argcount = 2,
18775     .co_posonlyargcount = 0,
18776     .co_kwonlyargcount = 0,
18777     .co_stacksize = 6,
18778     .co_firstlineno = 1315,
18779     .co_nlocalsplus = 10,
18780     .co_nlocals = 10,
18781     .co_nplaincellvars = 0,
18782     .co_ncellvars = 0,
18783     .co_nfreevars = 0,
18784     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_59_localsplusnames._object.ob_base.ob_base,
18785     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds.ob_base.ob_base,
18786     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
18787     .co_name = & const_str__setup._ascii.ob_base,
18788     .co_qualname = & const_str__setup._ascii.ob_base,
18789     .co_linetable = & importlib__bootstrap_toplevel_consts_59_linetable.ob_base.ob_base,
18790     ._co_code = NULL,
18791     ._co_linearray = NULL,
18792     .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\xa6\x01\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\x03\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x8c\x5c\x02\x00\x00\x7d\x03\x7d\x04\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x77\x7c\x03\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\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\x23\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\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\x4e\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x05\xa6\x02\x00\x00\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\xa6\x02\x00\x00\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\x72\x15\x7c\x05\xa0\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x8d\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\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\x43\x7d\x08\x7c\x08\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x10\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x6e\x12\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x44\x64\x02\x53\x00",
18793     ._co_firsttraceable = 0,
18794 };
18795 static
18796     struct {
18797         PyASCIIObject _ascii;
18798         uint8_t _data[49];
18799     }
18800 importlib__bootstrap_toplevel_consts_60_consts_0 = {
18801     ._ascii = {
18802         .ob_base = {
18803             .ob_refcnt = 999999999,
18804             .ob_type = &PyUnicode_Type,
18805         },
18806         .length = 48,
18807         .hash = -1,
18808         .state = {
18809             .kind = 1,
18810             .compact = 1,
18811             .ascii = 1,
18812             .ready = 1,
18813         },
18814     },
18815     ._data = "Install importers for builtin and frozen modules",
18816 };
18817 static
18818     struct {
18819         PyGC_Head _gc_head;
18820         struct {
18821             PyObject_VAR_HEAD
18822             PyObject *ob_item[2];
18823         }_object;
18824     }
18825 importlib__bootstrap_toplevel_consts_60_consts = {
18826     ._object = {
18827         .ob_base = {
18828             .ob_base = {
18829                 .ob_refcnt = 999999999,
18830                 .ob_type = &PyTuple_Type,
18831             },
18832             .ob_size = 2,
18833         },
18834         .ob_item = {
18835             & importlib__bootstrap_toplevel_consts_60_consts_0._ascii.ob_base,
18836             Py_None,
18837         },
18838     },
18839 };
18840 static
18841     struct {
18842         PyGC_Head _gc_head;
18843         struct {
18844             PyObject_VAR_HEAD
18845             PyObject *ob_item[6];
18846         }_object;
18847     }
18848 importlib__bootstrap_toplevel_consts_60_names = {
18849     ._object = {
18850         .ob_base = {
18851             .ob_base = {
18852                 .ob_refcnt = 999999999,
18853                 .ob_type = &PyTuple_Type,
18854             },
18855             .ob_size = 6,
18856         },
18857         .ob_item = {
18858             & const_str__setup._ascii.ob_base,
18859             & const_str_sys._ascii.ob_base,
18860             & const_str_meta_path._ascii.ob_base,
18861             &_Py_ID(append),
18862             & const_str_BuiltinImporter._ascii.ob_base,
18863             & const_str_FrozenImporter._ascii.ob_base,
18864         },
18865     },
18866 };
18867 static
18868     struct {
18869         PyASCIIObject _ascii;
18870         uint8_t _data[9];
18871     }
18872 const_str__install = {
18873     ._ascii = {
18874         .ob_base = {
18875             .ob_refcnt = 999999999,
18876             .ob_type = &PyUnicode_Type,
18877         },
18878         .length = 8,
18879         .hash = -1,
18880         .state = {
18881             .kind = 1,
18882             .compact = 1,
18883             .ascii = 1,
18884             .ready = 1,
18885         },
18886     },
18887     ._data = "_install",
18888 };
18889 static
18890     struct {
18891         PyObject_VAR_HEAD
18892         Py_hash_t ob_shash;
18893         char ob_sval[69];
18894     }
18895 importlib__bootstrap_toplevel_consts_60_linetable = {
18896     .ob_base = {
18897         .ob_base = {
18898             .ob_refcnt = 999999999,
18899             .ob_type = &PyBytes_Type,
18900         },
18901         .ob_size = 68,
18902     },
18903     .ob_shash = -1,
18904     .ob_sval = "\x80\x00\xe5\x04\x0a\x88\x3a\x90\x7b\xd1\x04\x23\xd4\x04\x23\xd0\x04\x23\xe5\x04\x07\x84\x4d\xd7\x04\x18\xd2\x04\x18\x9d\x1f\xd1\x04\x29\xd4\x04\x29\xd0\x04\x29\xdd\x04\x07\x84\x4d\xd7\x04\x18\xd2\x04\x18\x9d\x1e\xd1\x04\x28\xd4\x04\x28\xd0\x04\x28\xd0\x04\x28\xd0\x04\x28",
18905 };
18906 static
18907     struct {
18908         PyGC_Head _gc_head;
18909         struct {
18910             PyObject_VAR_HEAD
18911             PyObject *ob_item[2];
18912         }_object;
18913     }
18914 importlib__bootstrap_toplevel_consts_60_localsplusnames = {
18915     ._object = {
18916         .ob_base = {
18917             .ob_base = {
18918                 .ob_refcnt = 999999999,
18919                 .ob_type = &PyTuple_Type,
18920             },
18921             .ob_size = 2,
18922         },
18923         .ob_item = {
18924             & const_str_sys_module._ascii.ob_base,
18925             & const_str__imp_module._ascii.ob_base,
18926         },
18927     },
18928 };
18929 static
18930     struct _PyCode_DEF(182)
18931 importlib__bootstrap_toplevel_consts_60 = {
18932     .ob_base = {
18933         .ob_base = {
18934             .ob_refcnt = 999999999,
18935             .ob_type = &PyCode_Type,
18936         },
18937         .ob_size = 91,
18938     },
18939     .co_consts = & importlib__bootstrap_toplevel_consts_60_consts._object.ob_base.ob_base,
18940     .co_names = & importlib__bootstrap_toplevel_consts_60_names._object.ob_base.ob_base,
18941     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
18942     .co_flags = 3,
18943     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
18944     ._co_linearray_entry_size = 0,
18945     .co_argcount = 2,
18946     .co_posonlyargcount = 0,
18947     .co_kwonlyargcount = 0,
18948     .co_stacksize = 4,
18949     .co_firstlineno = 1352,
18950     .co_nlocalsplus = 2,
18951     .co_nlocals = 2,
18952     .co_nplaincellvars = 0,
18953     .co_ncellvars = 0,
18954     .co_nfreevars = 0,
18955     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_60_localsplusnames._object.ob_base.ob_base,
18956     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
18957     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
18958     .co_name = & const_str__install._ascii.ob_base,
18959     .co_qualname = & const_str__install._ascii.ob_base,
18960     .co_linetable = & importlib__bootstrap_toplevel_consts_60_linetable.ob_base.ob_base,
18961     ._co_code = NULL,
18962     ._co_linearray = NULL,
18963     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xa6\x02\x00\x00\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\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x03\x00\x00\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\xa6\x01\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\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x03\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
18964     ._co_firsttraceable = 0,
18965 };
18966 static
18967     struct {
18968         PyASCIIObject _ascii;
18969         uint8_t _data[58];
18970     }
18971 importlib__bootstrap_toplevel_consts_61_consts_0 = {
18972     ._ascii = {
18973         .ob_base = {
18974             .ob_refcnt = 999999999,
18975             .ob_type = &PyUnicode_Type,
18976         },
18977         .length = 57,
18978         .hash = -1,
18979         .state = {
18980             .kind = 1,
18981             .compact = 1,
18982             .ascii = 1,
18983             .ready = 1,
18984         },
18985     },
18986     ._data = "Install importers that require external filesystem access",
18987 };
18988 static
18989     struct {
18990         PyGC_Head _gc_head;
18991         struct {
18992             PyObject_VAR_HEAD
18993             PyObject *ob_item[3];
18994         }_object;
18995     }
18996 importlib__bootstrap_toplevel_consts_61_consts = {
18997     ._object = {
18998         .ob_base = {
18999             .ob_base = {
19000                 .ob_refcnt = 999999999,
19001                 .ob_type = &PyTuple_Type,
19002             },
19003             .ob_size = 3,
19004         },
19005         .ob_item = {
19006             & importlib__bootstrap_toplevel_consts_61_consts_0._ascii.ob_base,
19007             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
19008             Py_None,
19009         },
19010     },
19011 };
19012 static
19013     struct {
19014         PyASCIIObject _ascii;
19015         uint8_t _data[27];
19016     }
19017 const_str__frozen_importlib_external = {
19018     ._ascii = {
19019         .ob_base = {
19020             .ob_refcnt = 999999999,
19021             .ob_type = &PyUnicode_Type,
19022         },
19023         .length = 26,
19024         .hash = -1,
19025         .state = {
19026             .kind = 1,
19027             .compact = 1,
19028             .ascii = 1,
19029             .ready = 1,
19030         },
19031     },
19032     ._data = "_frozen_importlib_external",
19033 };
19034 static
19035     struct {
19036         PyGC_Head _gc_head;
19037         struct {
19038             PyObject_VAR_HEAD
19039             PyObject *ob_item[6];
19040         }_object;
19041     }
19042 importlib__bootstrap_toplevel_consts_61_names = {
19043     ._object = {
19044         .ob_base = {
19045             .ob_base = {
19046                 .ob_refcnt = 999999999,
19047                 .ob_type = &PyTuple_Type,
19048             },
19049             .ob_size = 6,
19050         },
19051         .ob_item = {
19052             & const_str__frozen_importlib_external._ascii.ob_base,
19053             & const_str__bootstrap_external._ascii.ob_base,
19054             & const_str__install._ascii.ob_base,
19055             & const_str_sys._ascii.ob_base,
19056             &_Py_ID(modules),
19057             &_Py_ID(__name__),
19058         },
19059     },
19060 };
19061 static
19062     struct {
19063         PyASCIIObject _ascii;
19064         uint8_t _data[28];
19065     }
19066 const_str__install_external_importers = {
19067     ._ascii = {
19068         .ob_base = {
19069             .ob_refcnt = 999999999,
19070             .ob_type = &PyUnicode_Type,
19071         },
19072         .length = 27,
19073         .hash = -1,
19074         .state = {
19075             .kind = 1,
19076             .compact = 1,
19077             .ascii = 1,
19078             .ready = 1,
19079         },
19080     },
19081     ._data = "_install_external_importers",
19082 };
19083 static
19084     struct {
19085         PyObject_VAR_HEAD
19086         Py_hash_t ob_shash;
19087         char ob_sval[56];
19088     }
19089 importlib__bootstrap_toplevel_consts_61_linetable = {
19090     .ob_base = {
19091         .ob_base = {
19092             .ob_refcnt = 999999999,
19093             .ob_type = &PyBytes_Type,
19094         },
19095         .ob_size = 55,
19096     },
19097     .ob_shash = -1,
19098     .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\xd2\x04\x27\xad\x03\xac\x0b\xb5\x48\xd4\x28\x3d\xd1\x04\x3e\xd4\x04\x3e\xd0\x04\x3e\xd0\x04\x3e\xd0\x04\x3e",
19099 };
19100 static
19101     struct {
19102         PyGC_Head _gc_head;
19103         struct {
19104             PyObject_VAR_HEAD
19105             PyObject *ob_item[1];
19106         }_object;
19107     }
19108 importlib__bootstrap_toplevel_consts_61_localsplusnames = {
19109     ._object = {
19110         .ob_base = {
19111             .ob_base = {
19112                 .ob_refcnt = 999999999,
19113                 .ob_type = &PyTuple_Type,
19114             },
19115             .ob_size = 1,
19116         },
19117         .ob_item = {
19118             & const_str__frozen_importlib_external._ascii.ob_base,
19119         },
19120     },
19121 };
19122 static
19123     struct _PyCode_DEF(102)
19124 importlib__bootstrap_toplevel_consts_61 = {
19125     .ob_base = {
19126         .ob_base = {
19127             .ob_refcnt = 999999999,
19128             .ob_type = &PyCode_Type,
19129         },
19130         .ob_size = 51,
19131     },
19132     .co_consts = & importlib__bootstrap_toplevel_consts_61_consts._object.ob_base.ob_base,
19133     .co_names = & importlib__bootstrap_toplevel_consts_61_names._object.ob_base.ob_base,
19134     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
19135     .co_flags = 3,
19136     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
19137     ._co_linearray_entry_size = 0,
19138     .co_argcount = 0,
19139     .co_posonlyargcount = 0,
19140     .co_kwonlyargcount = 0,
19141     .co_stacksize = 4,
19142     .co_firstlineno = 1360,
19143     .co_nlocalsplus = 1,
19144     .co_nlocals = 1,
19145     .co_nplaincellvars = 0,
19146     .co_ncellvars = 0,
19147     .co_nfreevars = 0,
19148     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_61_localsplusnames._object.ob_base.ob_base,
19149     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
19150     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
19151     .co_name = & const_str__install_external_importers._ascii.ob_base,
19152     .co_qualname = & const_str__install_external_importers._ascii.ob_base,
19153     .co_linetable = & importlib__bootstrap_toplevel_consts_61_linetable.ob_base.ob_base,
19154     ._co_code = NULL,
19155     ._co_linearray = NULL,
19156     .co_code_adaptive = "\x97\x00\x64\x01\x64\x02\x6c\x00\x7d\x00\x7c\x00\x61\x01\x7c\x00\xa0\x02\x00\x00\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\x04\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00",
19157     ._co_firsttraceable = 0,
19158 };
19159 static
19160     struct {
19161         PyGC_Head _gc_head;
19162         struct {
19163             PyObject_VAR_HEAD
19164             PyObject *ob_item[4];
19165         }_object;
19166     }
19167 importlib__bootstrap_toplevel_consts_65 = {
19168     ._object = {
19169         .ob_base = {
19170             .ob_base = {
19171                 .ob_refcnt = 999999999,
19172                 .ob_type = &PyTuple_Type,
19173             },
19174             .ob_size = 4,
19175         },
19176         .ob_item = {
19177             Py_None,
19178             Py_None,
19179             (PyObject *)& _Py_SINGLETON(tuple_empty),
19180             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
19181         },
19182     },
19183 };
19184 static
19185     struct {
19186         PyGC_Head _gc_head;
19187         struct {
19188             PyObject_VAR_HEAD
19189             PyObject *ob_item[66];
19190         }_object;
19191     }
19192 importlib__bootstrap_toplevel_consts = {
19193     ._object = {
19194         .ob_base = {
19195             .ob_base = {
19196                 .ob_refcnt = 999999999,
19197                 .ob_type = &PyTuple_Type,
19198             },
19199             .ob_size = 66,
19200         },
19201         .ob_item = {
19202             & importlib__bootstrap_toplevel_consts_0._ascii.ob_base,
19203             & importlib__bootstrap_toplevel_consts_1.ob_base.ob_base,
19204             Py_None,
19205             & importlib__bootstrap_toplevel_consts_3.ob_base.ob_base,
19206             & importlib__bootstrap_toplevel_consts_4.ob_base.ob_base,
19207             & importlib__bootstrap_toplevel_consts_5.ob_base.ob_base,
19208             & const_str__DeadlockError._ascii.ob_base,
19209             & importlib__bootstrap_toplevel_consts_7.ob_base.ob_base,
19210             & const_str__ModuleLock._ascii.ob_base,
19211             & importlib__bootstrap_toplevel_consts_9.ob_base.ob_base,
19212             & const_str__DummyModuleLock._ascii.ob_base,
19213             & importlib__bootstrap_toplevel_consts_11.ob_base.ob_base,
19214             & const_str__ModuleLockManager._ascii.ob_base,
19215             & importlib__bootstrap_toplevel_consts_13.ob_base.ob_base,
19216             & importlib__bootstrap_toplevel_consts_14.ob_base.ob_base,
19217             & importlib__bootstrap_toplevel_consts_15.ob_base.ob_base,
19218             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
19219             & importlib__bootstrap_toplevel_consts_17._object.ob_base.ob_base,
19220             & importlib__bootstrap_toplevel_consts_18.ob_base.ob_base,
19221             & importlib__bootstrap_toplevel_consts_19.ob_base.ob_base,
19222             & importlib__bootstrap_toplevel_consts_20.ob_base.ob_base,
19223             & importlib__bootstrap_toplevel_consts_21.ob_base.ob_base,
19224             & importlib__bootstrap_toplevel_consts_22.ob_base.ob_base,
19225             & importlib__bootstrap_toplevel_consts_23.ob_base.ob_base,
19226             & const_str_ModuleSpec._ascii.ob_base,
19227             & importlib__bootstrap_toplevel_consts_25._object.ob_base.ob_base,
19228             & importlib__bootstrap_toplevel_consts_26.ob_base.ob_base,
19229             & importlib__bootstrap_toplevel_consts_27.ob_base.ob_base,
19230             Py_False,
19231             & importlib__bootstrap_toplevel_consts_29._object.ob_base.ob_base,
19232             & importlib__bootstrap_toplevel_consts_30.ob_base.ob_base,
19233             & importlib__bootstrap_toplevel_consts_31.ob_base.ob_base,
19234             & importlib__bootstrap_toplevel_consts_32.ob_base.ob_base,
19235             & importlib__bootstrap_toplevel_consts_33.ob_base.ob_base,
19236             & importlib__bootstrap_toplevel_consts_34.ob_base.ob_base,
19237             & importlib__bootstrap_toplevel_consts_35.ob_base.ob_base,
19238             & importlib__bootstrap_toplevel_consts_36.ob_base.ob_base,
19239             & importlib__bootstrap_toplevel_consts_37.ob_base.ob_base,
19240             & const_str_BuiltinImporter._ascii.ob_base,
19241             & importlib__bootstrap_toplevel_consts_39.ob_base.ob_base,
19242             & const_str_FrozenImporter._ascii.ob_base,
19243             & importlib__bootstrap_toplevel_consts_41.ob_base.ob_base,
19244             & const_str__ImportLockContext._ascii.ob_base,
19245             & importlib__bootstrap_toplevel_consts_43.ob_base.ob_base,
19246             & importlib__bootstrap_toplevel_consts_44.ob_base.ob_base,
19247             & importlib__bootstrap_toplevel_consts_45.ob_base.ob_base,
19248             & importlib__bootstrap_toplevel_consts_46.ob_base.ob_base,
19249             & importlib__bootstrap_toplevel_consts_47._ascii.ob_base,
19250             & importlib__bootstrap_toplevel_consts_48._ascii.ob_base,
19251             & importlib__bootstrap_toplevel_consts_49.ob_base.ob_base,
19252             & importlib__bootstrap_toplevel_consts_50.ob_base.ob_base,
19253             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
19254             & importlib__bootstrap_toplevel_consts_52.ob_base.ob_base,
19255             & importlib__bootstrap_toplevel_consts_53._object.ob_base.ob_base,
19256             & importlib__bootstrap_toplevel_consts_54.ob_base.ob_base,
19257             & importlib__bootstrap_toplevel_consts_55.ob_base.ob_base,
19258             (PyObject *)& _Py_SINGLETON(tuple_empty),
19259             & importlib__bootstrap_toplevel_consts_57.ob_base.ob_base,
19260             & importlib__bootstrap_toplevel_consts_58.ob_base.ob_base,
19261             & importlib__bootstrap_toplevel_consts_59.ob_base.ob_base,
19262             & importlib__bootstrap_toplevel_consts_60.ob_base.ob_base,
19263             & importlib__bootstrap_toplevel_consts_61.ob_base.ob_base,
19264             & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
19265             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
19266             & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
19267             & importlib__bootstrap_toplevel_consts_65._object.ob_base.ob_base,
19268         },
19269     },
19270 };
19271 static
19272     struct {
19273         PyASCIIObject _ascii;
19274         uint8_t _data[16];
19275     }
19276 const_str__ERR_MSG_PREFIX = {
19277     ._ascii = {
19278         .ob_base = {
19279             .ob_refcnt = 999999999,
19280             .ob_type = &PyUnicode_Type,
19281         },
19282         .length = 15,
19283         .hash = -1,
19284         .state = {
19285             .kind = 1,
19286             .compact = 1,
19287             .ascii = 1,
19288             .ready = 1,
19289         },
19290     },
19291     ._data = "_ERR_MSG_PREFIX",
19292 };
19293 static
19294     struct {
19295         PyASCIIObject _ascii;
19296         uint8_t _data[7];
19297     }
19298 const_str_object = {
19299     ._ascii = {
19300         .ob_base = {
19301             .ob_refcnt = 999999999,
19302             .ob_type = &PyUnicode_Type,
19303         },
19304         .length = 6,
19305         .hash = -1,
19306         .state = {
19307             .kind = 1,
19308             .compact = 1,
19309             .ascii = 1,
19310             .ready = 1,
19311         },
19312     },
19313     ._data = "object",
19314 };
19315 static
19316     struct {
19317         PyGC_Head _gc_head;
19318         struct {
19319             PyObject_VAR_HEAD
19320             PyObject *ob_item[54];
19321         }_object;
19322     }
19323 importlib__bootstrap_toplevel_names = {
19324     ._object = {
19325         .ob_base = {
19326             .ob_base = {
19327                 .ob_refcnt = 999999999,
19328                 .ob_type = &PyTuple_Type,
19329             },
19330             .ob_size = 54,
19331         },
19332         .ob_item = {
19333             &_Py_ID(__doc__),
19334             & const_str__object_name._ascii.ob_base,
19335             & const_str__thread._ascii.ob_base,
19336             & const_str__warnings._ascii.ob_base,
19337             & const_str__weakref._ascii.ob_base,
19338             & const_str__bootstrap_external._ascii.ob_base,
19339             & const_str__wrap._ascii.ob_base,
19340             & const_str__new_module._ascii.ob_base,
19341             & const_str__module_locks._ascii.ob_base,
19342             & const_str__blocking_on._ascii.ob_base,
19343             & const_str_RuntimeError._ascii.ob_base,
19344             & const_str__DeadlockError._ascii.ob_base,
19345             & const_str__ModuleLock._ascii.ob_base,
19346             & const_str__DummyModuleLock._ascii.ob_base,
19347             & const_str__ModuleLockManager._ascii.ob_base,
19348             & const_str__get_module_lock._ascii.ob_base,
19349             &_Py_ID(_lock_unlock_module),
19350             & const_str__call_with_frames_removed._ascii.ob_base,
19351             & const_str__verbose_message._ascii.ob_base,
19352             & const_str__requires_builtin._ascii.ob_base,
19353             & const_str__requires_frozen._ascii.ob_base,
19354             & const_str__load_module_shim._ascii.ob_base,
19355             & const_str__module_repr._ascii.ob_base,
19356             & const_str_ModuleSpec._ascii.ob_base,
19357             & const_str_spec_from_loader._ascii.ob_base,
19358             & const_str__spec_from_module._ascii.ob_base,
19359             & const_str__init_module_attrs._ascii.ob_base,
19360             & const_str_module_from_spec._ascii.ob_base,
19361             & const_str__module_repr_from_spec._ascii.ob_base,
19362             & const_str__exec._ascii.ob_base,
19363             & const_str__load_backward_compatible._ascii.ob_base,
19364             & const_str__load_unlocked._ascii.ob_base,
19365             & const_str__load._ascii.ob_base,
19366             & const_str_BuiltinImporter._ascii.ob_base,
19367             & const_str_FrozenImporter._ascii.ob_base,
19368             & const_str__ImportLockContext._ascii.ob_base,
19369             & const_str__resolve_name._ascii.ob_base,
19370             & const_str__find_spec_legacy._ascii.ob_base,
19371             & const_str__find_spec._ascii.ob_base,
19372             & const_str__sanity_check._ascii.ob_base,
19373             & const_str__ERR_MSG_PREFIX._ascii.ob_base,
19374             & const_str__ERR_MSG._ascii.ob_base,
19375             & const_str__find_and_load_unlocked._ascii.ob_base,
19376             & const_str_object._ascii.ob_base,
19377             & const_str__NEEDS_LOADING._ascii.ob_base,
19378             &_Py_ID(_find_and_load),
19379             & const_str__gcd_import._ascii.ob_base,
19380             &_Py_ID(_handle_fromlist),
19381             & const_str__calc___package__._ascii.ob_base,
19382             &_Py_ID(__import__),
19383             & const_str__builtin_from_name._ascii.ob_base,
19384             & const_str__setup._ascii.ob_base,
19385             & const_str__install._ascii.ob_base,
19386             & const_str__install_external_importers._ascii.ob_base,
19387         },
19388     },
19389 };
19390 static
19391     struct {
19392         PyObject_VAR_HEAD
19393         Py_hash_t ob_shash;
19394         char ob_sval[1086];
19395     }
19396 importlib__bootstrap_toplevel_linetable = {
19397     .ob_base = {
19398         .ob_base = {
19399             .ob_refcnt = 999999999,
19400             .ob_type = &PyBytes_Type,
19401         },
19402         .ob_size = 1085,
19403     },
19404     .ob_shash = -1,
19405     .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\xf1\x00\x01\x01\x09\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\xf1\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\xf1\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\xf1\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\xf1\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\x27\x01\x10\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\x4b\x01\x01\x31\xf0\x00\x4b\x01\x01\x31\xf0\x00\x4b\x01\x01\x31\xf0\x00\x4b\x01\x01\x31\xf0\x00\x4b\x01\x01\x31\xf1\x00\x4b\x01\x01\x31\xf4\x00\x4b\x01\x01\x31\xf0\x00\x4b\x01\x01\x31\xf0\x5c\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\xf1\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\xf1\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\x2c\x01\x14\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\x91\x18\x94\x18\x80\x0e\xf0\x06\x18\x01\x12\xf0\x00\x18\x01\x12\xf0\x00\x18\x01\x12\xf0\x36\x0c\x01\x2d\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\x22\x01\x16\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",
19406 };
19407 static
19408     struct _PyCode_DEF(516)
19409 importlib__bootstrap_toplevel = {
19410     .ob_base = {
19411         .ob_base = {
19412             .ob_refcnt = 999999999,
19413             .ob_type = &PyCode_Type,
19414         },
19415         .ob_size = 258,
19416     },
19417     .co_consts = & importlib__bootstrap_toplevel_consts._object.ob_base.ob_base,
19418     .co_names = & importlib__bootstrap_toplevel_names._object.ob_base.ob_base,
19419     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
19420     .co_flags = 0,
19421     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
19422     ._co_linearray_entry_size = 0,
19423     .co_argcount = 0,
19424     .co_posonlyargcount = 0,
19425     .co_kwonlyargcount = 0,
19426     .co_stacksize = 5,
19427     .co_firstlineno = 1,
19428     .co_nlocalsplus = 0,
19429     .co_nlocals = 0,
19430     .co_nplaincellvars = 0,
19431     .co_ncellvars = 0,
19432     .co_nfreevars = 0,
19433     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
19434     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
19435     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
19436     .co_name = &_Py_STR(anon_module),
19437     .co_qualname = &_Py_STR(anon_module),
19438     .co_linetable = & importlib__bootstrap_toplevel_linetable.ob_base.ob_base,
19439     ._co_code = NULL,
19440     ._co_linearray = NULL,
19441     .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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0b\x02\x00\x47\x00\x64\x07\x84\x00\x64\x08\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0c\x02\x00\x47\x00\x64\x09\x84\x00\x64\x0a\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0d\x02\x00\x47\x00\x64\x0b\x84\x00\x64\x0c\xa6\x02\x00\x00\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\xa6\x02\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x21\x02\x00\x47\x00\x64\x27\x84\x00\x64\x28\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x22\x02\x00\x47\x00\x64\x29\x84\x00\x64\x2a\xa6\x02\x00\x00\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\xa6\x00\x00\x00\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",
19442     ._co_firsttraceable = 0,
19443 };
importlib__bootstrap_do_patchups(void)19444 static void importlib__bootstrap_do_patchups(void) {
19445 }
19446 
19447 PyObject *
_Py_get_importlib__bootstrap_toplevel(void)19448 _Py_get_importlib__bootstrap_toplevel(void)
19449 {
19450     importlib__bootstrap_do_patchups();
19451     return Py_NewRef((PyObject *) &importlib__bootstrap_toplevel);
19452 }
19453 
19454 static
19455     struct {
19456         PyASCIIObject _ascii;
19457         uint8_t _data[351];
19458     }
19459 importlib__bootstrap_external_toplevel_consts_0 = {
19460     ._ascii = {
19461         .ob_base = {
19462             .ob_refcnt = 999999999,
19463             .ob_type = &PyUnicode_Type,
19464         },
19465         .length = 350,
19466         .hash = -1,
19467         .state = {
19468             .kind = 1,
19469             .compact = 1,
19470             .ascii = 1,
19471             .ready = 1,
19472         },
19473     },
19474     ._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",
19475 };
19476 static
19477     struct {
19478         PyGC_Head _gc_head;
19479         struct {
19480             PyObject_VAR_HEAD
19481             PyObject *ob_item[2];
19482         }_object;
19483     }
19484 importlib__bootstrap_external_toplevel_consts_6_consts = {
19485     ._object = {
19486         .ob_base = {
19487             .ob_base = {
19488                 .ob_refcnt = 999999999,
19489                 .ob_type = &PyTuple_Type,
19490             },
19491             .ob_size = 2,
19492         },
19493         .ob_item = {
19494             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
19495             Py_None,
19496         },
19497     },
19498 };
19499 static
19500     struct {
19501         PyGC_Head _gc_head;
19502         struct {
19503             PyObject_VAR_HEAD
19504             PyObject *ob_item[1];
19505         }_object;
19506     }
19507 importlib__bootstrap_external_toplevel_consts_6_names = {
19508     ._object = {
19509         .ob_base = {
19510             .ob_base = {
19511                 .ob_refcnt = 999999999,
19512                 .ob_type = &PyTuple_Type,
19513             },
19514             .ob_size = 1,
19515         },
19516         .ob_item = {
19517             &_Py_ID(len),
19518         },
19519     },
19520 };
19521 static
19522     struct {
19523         PyASCIIObject _ascii;
19524         uint8_t _data[39];
19525     }
19526 importlib__bootstrap_external_toplevel_consts_6_filename = {
19527     ._ascii = {
19528         .ob_base = {
19529             .ob_refcnt = 999999999,
19530             .ob_type = &PyUnicode_Type,
19531         },
19532         .length = 38,
19533         .hash = -1,
19534         .state = {
19535             .kind = 1,
19536             .compact = 1,
19537             .ascii = 1,
19538             .ready = 1,
19539         },
19540     },
19541     ._data = "<frozen importlib._bootstrap_external>",
19542 };
19543 static
19544     struct {
19545         PyObject_VAR_HEAD
19546         Py_hash_t ob_shash;
19547         char ob_sval[45];
19548     }
19549 importlib__bootstrap_external_toplevel_consts_6_linetable = {
19550     .ob_base = {
19551         .ob_base = {
19552             .ob_refcnt = 999999999,
19553             .ob_type = &PyBytes_Type,
19554         },
19555         .ob_size = 44,
19556     },
19557     .ob_shash = -1,
19558     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xd0\x0a\x34\xd0\x0a\x34\x98\x53\x8d\x33\x88\x73\x89\x38\x8c\x38\x90\x71\x8a\x3d\xd0\x0a\x34\xd0\x0a\x34\xd0\x0a\x34\xd0\x0a\x34\xd0\x0a\x34\xd0\x0a\x34",
19559 };
19560 static
19561     struct {
19562         PyASCIIObject _ascii;
19563         uint8_t _data[3];
19564     }
19565 importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0 = {
19566     ._ascii = {
19567         .ob_base = {
19568             .ob_refcnt = 999999999,
19569             .ob_type = &PyUnicode_Type,
19570         },
19571         .length = 2,
19572         .hash = -1,
19573         .state = {
19574             .kind = 1,
19575             .compact = 1,
19576             .ascii = 1,
19577             .ready = 1,
19578         },
19579     },
19580     ._data = ".0",
19581 };
19582 static
19583     struct {
19584         PyGC_Head _gc_head;
19585         struct {
19586             PyObject_VAR_HEAD
19587             PyObject *ob_item[2];
19588         }_object;
19589     }
19590 importlib__bootstrap_external_toplevel_consts_6_localsplusnames = {
19591     ._object = {
19592         .ob_base = {
19593             .ob_base = {
19594                 .ob_refcnt = 999999999,
19595                 .ob_type = &PyTuple_Type,
19596             },
19597             .ob_size = 2,
19598         },
19599         .ob_item = {
19600             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
19601             & const_str_sep._ascii.ob_base,
19602         },
19603     },
19604 };
19605 static
19606     struct _PyCode_DEF(60)
19607 importlib__bootstrap_external_toplevel_consts_6 = {
19608     .ob_base = {
19609         .ob_base = {
19610             .ob_refcnt = 999999999,
19611             .ob_type = &PyCode_Type,
19612         },
19613         .ob_size = 30,
19614     },
19615     .co_consts = & importlib__bootstrap_external_toplevel_consts_6_consts._object.ob_base.ob_base,
19616     .co_names = & importlib__bootstrap_external_toplevel_consts_6_names._object.ob_base.ob_base,
19617     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
19618     .co_flags = 35,
19619     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
19620     ._co_linearray_entry_size = 0,
19621     .co_argcount = 1,
19622     .co_posonlyargcount = 0,
19623     .co_kwonlyargcount = 0,
19624     .co_stacksize = 4,
19625     .co_firstlineno = 46,
19626     .co_nlocalsplus = 2,
19627     .co_nlocals = 2,
19628     .co_nplaincellvars = 0,
19629     .co_ncellvars = 0,
19630     .co_nfreevars = 0,
19631     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_6_localsplusnames._object.ob_base.ob_base,
19632     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
19633     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
19634     .co_name = &_Py_STR(anon_genexpr),
19635     .co_qualname = &_Py_STR(anon_genexpr),
19636     .co_linetable = & importlib__bootstrap_external_toplevel_consts_6_linetable.ob_base.ob_base,
19637     ._co_code = NULL,
19638     ._co_linearray = NULL,
19639     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x17\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x6b\x02\x00\x00\x00\x00\x56\x00\x97\x01\x01\x00\x8c\x18\x64\x01\x53\x00",
19640     ._co_firsttraceable = 2,
19641 };
19642 static
19643     struct {
19644         PyASCIIObject _ascii;
19645         uint8_t _data[2];
19646     }
19647 importlib__bootstrap_external_toplevel_consts_8_consts_0 = {
19648     ._ascii = {
19649         .ob_base = {
19650             .ob_refcnt = 999999999,
19651             .ob_type = &PyUnicode_Type,
19652         },
19653         .length = 1,
19654         .hash = -1,
19655         .state = {
19656             .kind = 1,
19657             .compact = 1,
19658             .ascii = 1,
19659             .ready = 1,
19660         },
19661     },
19662     ._data = ":",
19663 };
19664 static
19665     struct {
19666         PyGC_Head _gc_head;
19667         struct {
19668             PyObject_VAR_HEAD
19669             PyObject *ob_item[1];
19670         }_object;
19671     }
19672 importlib__bootstrap_external_toplevel_consts_8_consts = {
19673     ._object = {
19674         .ob_base = {
19675             .ob_base = {
19676                 .ob_refcnt = 999999999,
19677                 .ob_type = &PyTuple_Type,
19678             },
19679             .ob_size = 1,
19680         },
19681         .ob_item = {
19682             & importlib__bootstrap_external_toplevel_consts_8_consts_0._ascii.ob_base,
19683         },
19684     },
19685 };
19686 static
19687     struct {
19688         PyObject_VAR_HEAD
19689         Py_hash_t ob_shash;
19690         char ob_sval[31];
19691     }
19692 importlib__bootstrap_external_toplevel_consts_8_linetable = {
19693     .ob_base = {
19694         .ob_base = {
19695             .ob_refcnt = 999999999,
19696             .ob_type = &PyBytes_Type,
19697         },
19698         .ob_size = 30,
19699     },
19700     .ob_shash = -1,
19701     .ob_sval = "\x80\x00\xd0\x17\x39\xd0\x17\x39\xd0\x17\x39\xa0\x41\x98\x07\x98\x41\x98\x07\x98\x07\xd0\x17\x39\xd0\x17\x39\xd0\x17\x39",
19702 };
19703 static
19704     struct {
19705         PyASCIIObject _ascii;
19706         uint8_t _data[2];
19707     }
19708 const_str_s = {
19709     ._ascii = {
19710         .ob_base = {
19711             .ob_refcnt = 999999999,
19712             .ob_type = &PyUnicode_Type,
19713         },
19714         .length = 1,
19715         .hash = -1,
19716         .state = {
19717             .kind = 1,
19718             .compact = 1,
19719             .ascii = 1,
19720             .ready = 1,
19721         },
19722     },
19723     ._data = "s",
19724 };
19725 static
19726     struct {
19727         PyGC_Head _gc_head;
19728         struct {
19729             PyObject_VAR_HEAD
19730             PyObject *ob_item[2];
19731         }_object;
19732     }
19733 importlib__bootstrap_external_toplevel_consts_8_localsplusnames = {
19734     ._object = {
19735         .ob_base = {
19736             .ob_base = {
19737                 .ob_refcnt = 999999999,
19738                 .ob_type = &PyTuple_Type,
19739             },
19740             .ob_size = 2,
19741         },
19742         .ob_item = {
19743             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
19744             & const_str_s._ascii.ob_base,
19745         },
19746     },
19747 };
19748 static
19749     struct _PyCode_DEF(24)
19750 importlib__bootstrap_external_toplevel_consts_8 = {
19751     .ob_base = {
19752         .ob_base = {
19753             .ob_refcnt = 999999999,
19754             .ob_type = &PyCode_Type,
19755         },
19756         .ob_size = 12,
19757     },
19758     .co_consts = & importlib__bootstrap_external_toplevel_consts_8_consts._object.ob_base.ob_base,
19759     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
19760     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
19761     .co_flags = 3,
19762     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
19763     ._co_linearray_entry_size = 0,
19764     .co_argcount = 1,
19765     .co_posonlyargcount = 0,
19766     .co_kwonlyargcount = 0,
19767     .co_stacksize = 4,
19768     .co_firstlineno = 50,
19769     .co_nlocalsplus = 2,
19770     .co_nlocals = 2,
19771     .co_nplaincellvars = 0,
19772     .co_ncellvars = 0,
19773     .co_nfreevars = 0,
19774     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_8_localsplusnames._object.ob_base.ob_base,
19775     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
19776     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
19777     .co_name = &_Py_STR(anon_setcomp),
19778     .co_qualname = &_Py_STR(anon_setcomp),
19779     .co_linetable = & importlib__bootstrap_external_toplevel_consts_8_linetable.ob_base.ob_base,
19780     ._co_code = NULL,
19781     ._co_linearray = NULL,
19782     .co_code_adaptive = "\x97\x00\x68\x00\x7c\x00\x5d\x07\x7d\x01\x64\x00\x7c\x01\x9b\x00\x9d\x02\x92\x02\x8c\x08\x53\x00",
19783     ._co_firsttraceable = 0,
19784 };
19785 static
19786     struct {
19787         PyASCIIObject _ascii;
19788         uint8_t _data[4];
19789     }
19790 const_str_win = {
19791     ._ascii = {
19792         .ob_base = {
19793             .ob_refcnt = 999999999,
19794             .ob_type = &PyUnicode_Type,
19795         },
19796         .length = 3,
19797         .hash = -1,
19798         .state = {
19799             .kind = 1,
19800             .compact = 1,
19801             .ascii = 1,
19802             .ready = 1,
19803         },
19804     },
19805     ._data = "win",
19806 };
19807 static
19808     struct {
19809         PyGC_Head _gc_head;
19810         struct {
19811             PyObject_VAR_HEAD
19812             PyObject *ob_item[1];
19813         }_object;
19814     }
19815 importlib__bootstrap_external_toplevel_consts_9 = {
19816     ._object = {
19817         .ob_base = {
19818             .ob_base = {
19819                 .ob_refcnt = 999999999,
19820                 .ob_type = &PyTuple_Type,
19821             },
19822             .ob_size = 1,
19823         },
19824         .ob_item = {
19825             & const_str_win._ascii.ob_base,
19826         },
19827     },
19828 };
19829 static
19830     struct {
19831         PyASCIIObject _ascii;
19832         uint8_t _data[7];
19833     }
19834 const_str_cygwin = {
19835     ._ascii = {
19836         .ob_base = {
19837             .ob_refcnt = 999999999,
19838             .ob_type = &PyUnicode_Type,
19839         },
19840         .length = 6,
19841         .hash = -1,
19842         .state = {
19843             .kind = 1,
19844             .compact = 1,
19845             .ascii = 1,
19846             .ready = 1,
19847         },
19848     },
19849     ._data = "cygwin",
19850 };
19851 static
19852     struct {
19853         PyASCIIObject _ascii;
19854         uint8_t _data[7];
19855     }
19856 const_str_darwin = {
19857     ._ascii = {
19858         .ob_base = {
19859             .ob_refcnt = 999999999,
19860             .ob_type = &PyUnicode_Type,
19861         },
19862         .length = 6,
19863         .hash = -1,
19864         .state = {
19865             .kind = 1,
19866             .compact = 1,
19867             .ascii = 1,
19868             .ready = 1,
19869         },
19870     },
19871     ._data = "darwin",
19872 };
19873 static
19874     struct {
19875         PyGC_Head _gc_head;
19876         struct {
19877             PyObject_VAR_HEAD
19878             PyObject *ob_item[2];
19879         }_object;
19880     }
19881 importlib__bootstrap_external_toplevel_consts_10 = {
19882     ._object = {
19883         .ob_base = {
19884             .ob_base = {
19885                 .ob_refcnt = 999999999,
19886                 .ob_type = &PyTuple_Type,
19887             },
19888             .ob_size = 2,
19889         },
19890         .ob_item = {
19891             & const_str_cygwin._ascii.ob_base,
19892             & const_str_darwin._ascii.ob_base,
19893         },
19894     },
19895 };
19896 static
19897     struct {
19898         PyASCIIObject _ascii;
19899         uint8_t _data[13];
19900     }
19901 const_str_PYTHONCASEOK = {
19902     ._ascii = {
19903         .ob_base = {
19904             .ob_refcnt = 999999999,
19905             .ob_type = &PyUnicode_Type,
19906         },
19907         .length = 12,
19908         .hash = -1,
19909         .state = {
19910             .kind = 1,
19911             .compact = 1,
19912             .ascii = 1,
19913             .ready = 1,
19914         },
19915     },
19916     ._data = "PYTHONCASEOK",
19917 };
19918 static
19919     struct {
19920         PyObject_VAR_HEAD
19921         Py_hash_t ob_shash;
19922         char ob_sval[13];
19923     }
19924 importlib__bootstrap_external_toplevel_consts_11_consts_2 = {
19925     .ob_base = {
19926         .ob_base = {
19927             .ob_refcnt = 999999999,
19928             .ob_type = &PyBytes_Type,
19929         },
19930         .ob_size = 12,
19931     },
19932     .ob_shash = -1,
19933     .ob_sval = "PYTHONCASEOK",
19934 };
19935 static
19936     struct {
19937         PyASCIIObject _ascii;
19938         uint8_t _data[95];
19939     }
19940 importlib__bootstrap_external_toplevel_consts_11_consts_3_consts_0 = {
19941     ._ascii = {
19942         .ob_base = {
19943             .ob_refcnt = 999999999,
19944             .ob_type = &PyUnicode_Type,
19945         },
19946         .length = 94,
19947         .hash = -1,
19948         .state = {
19949             .kind = 1,
19950             .compact = 1,
19951             .ascii = 1,
19952             .ready = 1,
19953         },
19954     },
19955     ._data = "True if filenames must be checked case-insensitively and ignore environment flags are not set.",
19956 };
19957 static
19958     struct {
19959         PyGC_Head _gc_head;
19960         struct {
19961             PyObject_VAR_HEAD
19962             PyObject *ob_item[1];
19963         }_object;
19964     }
19965 importlib__bootstrap_external_toplevel_consts_11_consts_3_consts = {
19966     ._object = {
19967         .ob_base = {
19968             .ob_base = {
19969                 .ob_refcnt = 999999999,
19970                 .ob_type = &PyTuple_Type,
19971             },
19972             .ob_size = 1,
19973         },
19974         .ob_item = {
19975             & importlib__bootstrap_external_toplevel_consts_11_consts_3_consts_0._ascii.ob_base,
19976         },
19977     },
19978 };
19979 static
19980     struct {
19981         PyASCIIObject _ascii;
19982         uint8_t _data[19];
19983     }
19984 const_str_ignore_environment = {
19985     ._ascii = {
19986         .ob_base = {
19987             .ob_refcnt = 999999999,
19988             .ob_type = &PyUnicode_Type,
19989         },
19990         .length = 18,
19991         .hash = -1,
19992         .state = {
19993             .kind = 1,
19994             .compact = 1,
19995             .ascii = 1,
19996             .ready = 1,
19997         },
19998     },
19999     ._data = "ignore_environment",
20000 };
20001 static
20002     struct {
20003         PyASCIIObject _ascii;
20004         uint8_t _data[4];
20005     }
20006 const_str__os = {
20007     ._ascii = {
20008         .ob_base = {
20009             .ob_refcnt = 999999999,
20010             .ob_type = &PyUnicode_Type,
20011         },
20012         .length = 3,
20013         .hash = -1,
20014         .state = {
20015             .kind = 1,
20016             .compact = 1,
20017             .ascii = 1,
20018             .ready = 1,
20019         },
20020     },
20021     ._data = "_os",
20022 };
20023 static
20024     struct {
20025         PyASCIIObject _ascii;
20026         uint8_t _data[8];
20027     }
20028 const_str_environ = {
20029     ._ascii = {
20030         .ob_base = {
20031             .ob_refcnt = 999999999,
20032             .ob_type = &PyUnicode_Type,
20033         },
20034         .length = 7,
20035         .hash = -1,
20036         .state = {
20037             .kind = 1,
20038             .compact = 1,
20039             .ascii = 1,
20040             .ready = 1,
20041         },
20042     },
20043     ._data = "environ",
20044 };
20045 static
20046     struct {
20047         PyGC_Head _gc_head;
20048         struct {
20049             PyObject_VAR_HEAD
20050             PyObject *ob_item[5];
20051         }_object;
20052     }
20053 importlib__bootstrap_external_toplevel_consts_11_consts_3_names = {
20054     ._object = {
20055         .ob_base = {
20056             .ob_base = {
20057                 .ob_refcnt = 999999999,
20058                 .ob_type = &PyTuple_Type,
20059             },
20060             .ob_size = 5,
20061         },
20062         .ob_item = {
20063             & const_str_sys._ascii.ob_base,
20064             & const_str_flags._ascii.ob_base,
20065             & const_str_ignore_environment._ascii.ob_base,
20066             & const_str__os._ascii.ob_base,
20067             & const_str_environ._ascii.ob_base,
20068         },
20069     },
20070 };
20071 static
20072     struct {
20073         PyASCIIObject _ascii;
20074         uint8_t _data[12];
20075     }
20076 const_str__relax_case = {
20077     ._ascii = {
20078         .ob_base = {
20079             .ob_refcnt = 999999999,
20080             .ob_type = &PyUnicode_Type,
20081         },
20082         .length = 11,
20083         .hash = -1,
20084         .state = {
20085             .kind = 1,
20086             .compact = 1,
20087             .ascii = 1,
20088             .ready = 1,
20089         },
20090     },
20091     ._data = "_relax_case",
20092 };
20093 static
20094     struct {
20095         PyASCIIObject _ascii;
20096         uint8_t _data[38];
20097     }
20098 importlib__bootstrap_external_toplevel_consts_11_consts_3_qualname = {
20099     ._ascii = {
20100         .ob_base = {
20101             .ob_refcnt = 999999999,
20102             .ob_type = &PyUnicode_Type,
20103         },
20104         .length = 37,
20105         .hash = -1,
20106         .state = {
20107             .kind = 1,
20108             .compact = 1,
20109             .ascii = 1,
20110             .ready = 1,
20111         },
20112     },
20113     ._data = "_make_relax_case.<locals>._relax_case",
20114 };
20115 static
20116     struct {
20117         PyObject_VAR_HEAD
20118         Py_hash_t ob_shash;
20119         char ob_sval[30];
20120     }
20121 importlib__bootstrap_external_toplevel_consts_11_consts_3_linetable = {
20122     .ob_base = {
20123         .ob_base = {
20124             .ob_refcnt = 999999999,
20125             .ob_type = &PyBytes_Type,
20126         },
20127         .ob_size = 29,
20128     },
20129     .ob_shash = -1,
20130     .ob_sval = "\xf8\x80\x00\xe5\x17\x1a\x94\x79\xd4\x17\x33\xd0\x13\x33\xd0\x13\x4a\xb8\x03\xbd\x73\xbc\x7b\xd0\x38\x4a\xd0\x0c\x4a",
20131 };
20132 static
20133     struct {
20134         PyASCIIObject _ascii;
20135         uint8_t _data[4];
20136     }
20137 const_str_key = {
20138     ._ascii = {
20139         .ob_base = {
20140             .ob_refcnt = 999999999,
20141             .ob_type = &PyUnicode_Type,
20142         },
20143         .length = 3,
20144         .hash = -1,
20145         .state = {
20146             .kind = 1,
20147             .compact = 1,
20148             .ascii = 1,
20149             .ready = 1,
20150         },
20151     },
20152     ._data = "key",
20153 };
20154 static
20155     struct {
20156         PyGC_Head _gc_head;
20157         struct {
20158             PyObject_VAR_HEAD
20159             PyObject *ob_item[1];
20160         }_object;
20161     }
20162 importlib__bootstrap_external_toplevel_consts_11_consts_3_localsplusnames = {
20163     ._object = {
20164         .ob_base = {
20165             .ob_base = {
20166                 .ob_refcnt = 999999999,
20167                 .ob_type = &PyTuple_Type,
20168             },
20169             .ob_size = 1,
20170         },
20171         .ob_item = {
20172             & const_str_key._ascii.ob_base,
20173         },
20174     },
20175 };
20176 static
20177     struct _PyCode_DEF(68)
20178 importlib__bootstrap_external_toplevel_consts_11_consts_3 = {
20179     .ob_base = {
20180         .ob_base = {
20181             .ob_refcnt = 999999999,
20182             .ob_type = &PyCode_Type,
20183         },
20184         .ob_size = 34,
20185     },
20186     .co_consts = & importlib__bootstrap_external_toplevel_consts_11_consts_3_consts._object.ob_base.ob_base,
20187     .co_names = & importlib__bootstrap_external_toplevel_consts_11_consts_3_names._object.ob_base.ob_base,
20188     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
20189     .co_flags = 19,
20190     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
20191     ._co_linearray_entry_size = 0,
20192     .co_argcount = 0,
20193     .co_posonlyargcount = 0,
20194     .co_kwonlyargcount = 0,
20195     .co_stacksize = 2,
20196     .co_firstlineno = 67,
20197     .co_nlocalsplus = 1,
20198     .co_nlocals = 0,
20199     .co_nplaincellvars = 0,
20200     .co_ncellvars = 0,
20201     .co_nfreevars = 1,
20202     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_11_consts_3_localsplusnames._object.ob_base.ob_base,
20203     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[128]),
20204     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
20205     .co_name = & const_str__relax_case._ascii.ob_base,
20206     .co_qualname = & importlib__bootstrap_external_toplevel_consts_11_consts_3_qualname._ascii.ob_base,
20207     .co_linetable = & importlib__bootstrap_external_toplevel_consts_11_consts_3_linetable.ob_base.ob_base,
20208     ._co_code = NULL,
20209     ._co_linearray = NULL,
20210     .co_code_adaptive = "\x95\x01\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x0c\x00\x6f\x0d\x89\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x53\x00",
20211     ._co_firsttraceable = 1,
20212 };
20213 static
20214     struct {
20215         PyASCIIObject _ascii;
20216         uint8_t _data[54];
20217     }
20218 importlib__bootstrap_external_toplevel_consts_11_consts_4_consts_0 = {
20219     ._ascii = {
20220         .ob_base = {
20221             .ob_refcnt = 999999999,
20222             .ob_type = &PyUnicode_Type,
20223         },
20224         .length = 53,
20225         .hash = -1,
20226         .state = {
20227             .kind = 1,
20228             .compact = 1,
20229             .ascii = 1,
20230             .ready = 1,
20231         },
20232     },
20233     ._data = "True if filenames must be checked case-insensitively.",
20234 };
20235 static
20236     struct {
20237         PyGC_Head _gc_head;
20238         struct {
20239             PyObject_VAR_HEAD
20240             PyObject *ob_item[2];
20241         }_object;
20242     }
20243 importlib__bootstrap_external_toplevel_consts_11_consts_4_consts = {
20244     ._object = {
20245         .ob_base = {
20246             .ob_base = {
20247                 .ob_refcnt = 999999999,
20248                 .ob_type = &PyTuple_Type,
20249             },
20250             .ob_size = 2,
20251         },
20252         .ob_item = {
20253             & importlib__bootstrap_external_toplevel_consts_11_consts_4_consts_0._ascii.ob_base,
20254             Py_False,
20255         },
20256     },
20257 };
20258 static
20259     struct {
20260         PyObject_VAR_HEAD
20261         Py_hash_t ob_shash;
20262         char ob_sval[8];
20263     }
20264 importlib__bootstrap_external_toplevel_consts_11_consts_4_linetable = {
20265     .ob_base = {
20266         .ob_base = {
20267             .ob_refcnt = 999999999,
20268             .ob_type = &PyBytes_Type,
20269         },
20270         .ob_size = 7,
20271     },
20272     .ob_shash = -1,
20273     .ob_sval = "\x80\x00\xe0\x13\x18\x90\x35",
20274 };
20275 static
20276     struct _PyCode_DEF(6)
20277 importlib__bootstrap_external_toplevel_consts_11_consts_4 = {
20278     .ob_base = {
20279         .ob_base = {
20280             .ob_refcnt = 999999999,
20281             .ob_type = &PyCode_Type,
20282         },
20283         .ob_size = 3,
20284     },
20285     .co_consts = & importlib__bootstrap_external_toplevel_consts_11_consts_4_consts._object.ob_base.ob_base,
20286     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
20287     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
20288     .co_flags = 19,
20289     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
20290     ._co_linearray_entry_size = 0,
20291     .co_argcount = 0,
20292     .co_posonlyargcount = 0,
20293     .co_kwonlyargcount = 0,
20294     .co_stacksize = 1,
20295     .co_firstlineno = 71,
20296     .co_nlocalsplus = 0,
20297     .co_nlocals = 0,
20298     .co_nplaincellvars = 0,
20299     .co_ncellvars = 0,
20300     .co_nfreevars = 0,
20301     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
20302     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
20303     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
20304     .co_name = & const_str__relax_case._ascii.ob_base,
20305     .co_qualname = & importlib__bootstrap_external_toplevel_consts_11_consts_3_qualname._ascii.ob_base,
20306     .co_linetable = & importlib__bootstrap_external_toplevel_consts_11_consts_4_linetable.ob_base.ob_base,
20307     ._co_code = NULL,
20308     ._co_linearray = NULL,
20309     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
20310     ._co_firsttraceable = 0,
20311 };
20312 static
20313     struct {
20314         PyGC_Head _gc_head;
20315         struct {
20316             PyObject_VAR_HEAD
20317             PyObject *ob_item[5];
20318         }_object;
20319     }
20320 importlib__bootstrap_external_toplevel_consts_11_consts = {
20321     ._object = {
20322         .ob_base = {
20323             .ob_base = {
20324                 .ob_refcnt = 999999999,
20325                 .ob_type = &PyTuple_Type,
20326             },
20327             .ob_size = 5,
20328         },
20329         .ob_item = {
20330             Py_None,
20331             & const_str_PYTHONCASEOK._ascii.ob_base,
20332             & importlib__bootstrap_external_toplevel_consts_11_consts_2.ob_base.ob_base,
20333             & importlib__bootstrap_external_toplevel_consts_11_consts_3.ob_base.ob_base,
20334             & importlib__bootstrap_external_toplevel_consts_11_consts_4.ob_base.ob_base,
20335         },
20336     },
20337 };
20338 static
20339     struct {
20340         PyASCIIObject _ascii;
20341         uint8_t _data[28];
20342     }
20343 const_str__CASE_INSENSITIVE_PLATFORMS = {
20344     ._ascii = {
20345         .ob_base = {
20346             .ob_refcnt = 999999999,
20347             .ob_type = &PyUnicode_Type,
20348         },
20349         .length = 27,
20350         .hash = -1,
20351         .state = {
20352             .kind = 1,
20353             .compact = 1,
20354             .ascii = 1,
20355             .ready = 1,
20356         },
20357     },
20358     ._data = "_CASE_INSENSITIVE_PLATFORMS",
20359 };
20360 static
20361     struct {
20362         PyASCIIObject _ascii;
20363         uint8_t _data[36];
20364     }
20365 const_str__CASE_INSENSITIVE_PLATFORMS_STR_KEY = {
20366     ._ascii = {
20367         .ob_base = {
20368             .ob_refcnt = 999999999,
20369             .ob_type = &PyUnicode_Type,
20370         },
20371         .length = 35,
20372         .hash = -1,
20373         .state = {
20374             .kind = 1,
20375             .compact = 1,
20376             .ascii = 1,
20377             .ready = 1,
20378         },
20379     },
20380     ._data = "_CASE_INSENSITIVE_PLATFORMS_STR_KEY",
20381 };
20382 static
20383     struct {
20384         PyGC_Head _gc_head;
20385         struct {
20386             PyObject_VAR_HEAD
20387             PyObject *ob_item[5];
20388         }_object;
20389     }
20390 importlib__bootstrap_external_toplevel_consts_11_names = {
20391     ._object = {
20392         .ob_base = {
20393             .ob_base = {
20394                 .ob_refcnt = 999999999,
20395                 .ob_type = &PyTuple_Type,
20396             },
20397             .ob_size = 5,
20398         },
20399         .ob_item = {
20400             & const_str_sys._ascii.ob_base,
20401             & const_str_platform._ascii.ob_base,
20402             & const_str_startswith._ascii.ob_base,
20403             & const_str__CASE_INSENSITIVE_PLATFORMS._ascii.ob_base,
20404             & const_str__CASE_INSENSITIVE_PLATFORMS_STR_KEY._ascii.ob_base,
20405         },
20406     },
20407 };
20408 static
20409     struct {
20410         PyASCIIObject _ascii;
20411         uint8_t _data[17];
20412     }
20413 const_str__make_relax_case = {
20414     ._ascii = {
20415         .ob_base = {
20416             .ob_refcnt = 999999999,
20417             .ob_type = &PyUnicode_Type,
20418         },
20419         .length = 16,
20420         .hash = -1,
20421         .state = {
20422             .kind = 1,
20423             .compact = 1,
20424             .ascii = 1,
20425             .ready = 1,
20426         },
20427     },
20428     ._data = "_make_relax_case",
20429 };
20430 static
20431     struct {
20432         PyObject_VAR_HEAD
20433         Py_hash_t ob_shash;
20434         char ob_sval[125];
20435     }
20436 importlib__bootstrap_external_toplevel_consts_11_linetable = {
20437     .ob_base = {
20438         .ob_base = {
20439             .ob_refcnt = 999999999,
20440             .ob_type = &PyBytes_Type,
20441         },
20442         .ob_size = 124,
20443     },
20444     .ob_shash = -1,
20445     .ob_sval = "\xf8\x80\x00\xdd\x07\x0a\x84\x7c\xd7\x07\x1e\xd2\x07\x1e\xd5\x1f\x3a\xd1\x07\x3b\xd4\x07\x3b\xf0\x00\x0c\x05\x19\xdd\x0b\x0e\x8c\x3c\xd7\x0b\x22\xd2\x0b\x22\xd5\x23\x46\xd1\x0b\x47\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",
20446 };
20447 static
20448     struct {
20449         PyGC_Head _gc_head;
20450         struct {
20451             PyObject_VAR_HEAD
20452             PyObject *ob_item[2];
20453         }_object;
20454     }
20455 importlib__bootstrap_external_toplevel_consts_11_localsplusnames = {
20456     ._object = {
20457         .ob_base = {
20458             .ob_base = {
20459                 .ob_refcnt = 999999999,
20460                 .ob_type = &PyTuple_Type,
20461             },
20462             .ob_size = 2,
20463         },
20464         .ob_item = {
20465             & const_str__relax_case._ascii.ob_base,
20466             & const_str_key._ascii.ob_base,
20467         },
20468     },
20469 };
20470 static
20471     struct {
20472         PyObject_VAR_HEAD
20473         Py_hash_t ob_shash;
20474         char ob_sval[3];
20475     }
20476 importlib__bootstrap_external_toplevel_consts_11_localspluskinds = {
20477     .ob_base = {
20478         .ob_base = {
20479             .ob_refcnt = 999999999,
20480             .ob_type = &PyBytes_Type,
20481         },
20482         .ob_size = 2,
20483     },
20484     .ob_shash = -1,
20485     .ob_sval = " @",
20486 };
20487 static
20488     struct _PyCode_DEF(180)
20489 importlib__bootstrap_external_toplevel_consts_11 = {
20490     .ob_base = {
20491         .ob_base = {
20492             .ob_refcnt = 999999999,
20493             .ob_type = &PyCode_Type,
20494         },
20495         .ob_size = 90,
20496     },
20497     .co_consts = & importlib__bootstrap_external_toplevel_consts_11_consts._object.ob_base.ob_base,
20498     .co_names = & importlib__bootstrap_external_toplevel_consts_11_names._object.ob_base.ob_base,
20499     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
20500     .co_flags = 3,
20501     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
20502     ._co_linearray_entry_size = 0,
20503     .co_argcount = 0,
20504     .co_posonlyargcount = 0,
20505     .co_kwonlyargcount = 0,
20506     .co_stacksize = 3,
20507     .co_firstlineno = 60,
20508     .co_nlocalsplus = 2,
20509     .co_nlocals = 1,
20510     .co_nplaincellvars = 1,
20511     .co_ncellvars = 1,
20512     .co_nfreevars = 0,
20513     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
20514     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_11_localspluskinds.ob_base.ob_base,
20515     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
20516     .co_name = & const_str__make_relax_case._ascii.ob_base,
20517     .co_qualname = & const_str__make_relax_case._ascii.ob_base,
20518     .co_linetable = & importlib__bootstrap_external_toplevel_consts_11_linetable.ob_base.ob_base,
20519     ._co_code = NULL,
20520     ._co_linearray = NULL,
20521     .co_code_adaptive = "\x87\x01\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x02\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x2f\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x02\x00\x00\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\xa6\x01\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",
20522     ._co_firsttraceable = 1,
20523 };
20524 static
20525     struct {
20526         PyASCIIObject _ascii;
20527         uint8_t _data[43];
20528     }
20529 importlib__bootstrap_external_toplevel_consts_12_consts_0 = {
20530     ._ascii = {
20531         .ob_base = {
20532             .ob_refcnt = 999999999,
20533             .ob_type = &PyUnicode_Type,
20534         },
20535         .length = 42,
20536         .hash = -1,
20537         .state = {
20538             .kind = 1,
20539             .compact = 1,
20540             .ascii = 1,
20541             .ready = 1,
20542         },
20543     },
20544     ._data = "Convert a 32-bit integer to little-endian.",
20545 };
20546 #if PYLONG_BITS_IN_DIGIT == 15
20547 static
20548     struct {
20549         PyObject_VAR_HEAD
20550         digit ob_digit[3];
20551     }
20552 const_int_4294967295 = {
20553     .ob_base = {
20554         .ob_base = {
20555             .ob_refcnt = 999999999,
20556             .ob_type = &PyLong_Type,
20557         },
20558         .ob_size = 3,
20559     },
20560     .ob_digit = { 32767, 32767, 3 },
20561 };
20562 #elif PYLONG_BITS_IN_DIGIT == 30
20563 static
20564     struct {
20565         PyObject_VAR_HEAD
20566         digit ob_digit[2];
20567     }
20568 const_int_4294967295 = {
20569     .ob_base = {
20570         .ob_base = {
20571             .ob_refcnt = 999999999,
20572             .ob_type = &PyLong_Type,
20573         },
20574         .ob_size = 2,
20575     },
20576     .ob_digit = { 1073741823, 3 },
20577 };
20578 #else
20579 #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
20580 #endif
20581 static
20582     struct {
20583         PyGC_Head _gc_head;
20584         struct {
20585             PyObject_VAR_HEAD
20586             PyObject *ob_item[4];
20587         }_object;
20588     }
20589 importlib__bootstrap_external_toplevel_consts_12_consts = {
20590     ._object = {
20591         .ob_base = {
20592             .ob_base = {
20593                 .ob_refcnt = 999999999,
20594                 .ob_type = &PyTuple_Type,
20595             },
20596             .ob_size = 4,
20597         },
20598         .ob_item = {
20599             & importlib__bootstrap_external_toplevel_consts_12_consts_0._ascii.ob_base,
20600             & const_int_4294967295.ob_base.ob_base,
20601             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 4],
20602             &_Py_ID(little),
20603         },
20604     },
20605 };
20606 static
20607     struct {
20608         PyASCIIObject _ascii;
20609         uint8_t _data[4];
20610     }
20611 const_str_int = {
20612     ._ascii = {
20613         .ob_base = {
20614             .ob_refcnt = 999999999,
20615             .ob_type = &PyUnicode_Type,
20616         },
20617         .length = 3,
20618         .hash = -1,
20619         .state = {
20620             .kind = 1,
20621             .compact = 1,
20622             .ascii = 1,
20623             .ready = 1,
20624         },
20625     },
20626     ._data = "int",
20627 };
20628 static
20629     struct {
20630         PyASCIIObject _ascii;
20631         uint8_t _data[9];
20632     }
20633 const_str_to_bytes = {
20634     ._ascii = {
20635         .ob_base = {
20636             .ob_refcnt = 999999999,
20637             .ob_type = &PyUnicode_Type,
20638         },
20639         .length = 8,
20640         .hash = -1,
20641         .state = {
20642             .kind = 1,
20643             .compact = 1,
20644             .ascii = 1,
20645             .ready = 1,
20646         },
20647     },
20648     ._data = "to_bytes",
20649 };
20650 static
20651     struct {
20652         PyGC_Head _gc_head;
20653         struct {
20654             PyObject_VAR_HEAD
20655             PyObject *ob_item[2];
20656         }_object;
20657     }
20658 importlib__bootstrap_external_toplevel_consts_12_names = {
20659     ._object = {
20660         .ob_base = {
20661             .ob_base = {
20662                 .ob_refcnt = 999999999,
20663                 .ob_type = &PyTuple_Type,
20664             },
20665             .ob_size = 2,
20666         },
20667         .ob_item = {
20668             & const_str_int._ascii.ob_base,
20669             & const_str_to_bytes._ascii.ob_base,
20670         },
20671     },
20672 };
20673 static
20674     struct {
20675         PyASCIIObject _ascii;
20676         uint8_t _data[13];
20677     }
20678 const_str__pack_uint32 = {
20679     ._ascii = {
20680         .ob_base = {
20681             .ob_refcnt = 999999999,
20682             .ob_type = &PyUnicode_Type,
20683         },
20684         .length = 12,
20685         .hash = -1,
20686         .state = {
20687             .kind = 1,
20688             .compact = 1,
20689             .ascii = 1,
20690             .ready = 1,
20691         },
20692     },
20693     ._data = "_pack_uint32",
20694 };
20695 static
20696     struct {
20697         PyObject_VAR_HEAD
20698         Py_hash_t ob_shash;
20699         char ob_sval[36];
20700     }
20701 importlib__bootstrap_external_toplevel_consts_12_linetable = {
20702     .ob_base = {
20703         .ob_base = {
20704             .ob_refcnt = 999999999,
20705             .ob_type = &PyBytes_Type,
20706         },
20707         .ob_size = 35,
20708     },
20709     .ob_shash = -1,
20710     .ob_sval = "\x80\x00\xe5\x0c\x0f\x90\x01\x89\x46\x8c\x46\x90\x5a\xd1\x0c\x1f\xd7\x0b\x29\xd2\x0b\x29\xa8\x21\xa8\x58\xd1\x0b\x36\xd4\x0b\x36\xd0\x04\x36",
20711 };
20712 static
20713     struct {
20714         PyGC_Head _gc_head;
20715         struct {
20716             PyObject_VAR_HEAD
20717             PyObject *ob_item[1];
20718         }_object;
20719     }
20720 importlib__bootstrap_external_toplevel_consts_12_localsplusnames = {
20721     ._object = {
20722         .ob_base = {
20723             .ob_base = {
20724                 .ob_refcnt = 999999999,
20725                 .ob_type = &PyTuple_Type,
20726             },
20727             .ob_size = 1,
20728         },
20729         .ob_item = {
20730             & const_str_x._ascii.ob_base,
20731         },
20732     },
20733 };
20734 static
20735     struct _PyCode_DEF(78)
20736 importlib__bootstrap_external_toplevel_consts_12 = {
20737     .ob_base = {
20738         .ob_base = {
20739             .ob_refcnt = 999999999,
20740             .ob_type = &PyCode_Type,
20741         },
20742         .ob_size = 39,
20743     },
20744     .co_consts = & importlib__bootstrap_external_toplevel_consts_12_consts._object.ob_base.ob_base,
20745     .co_names = & importlib__bootstrap_external_toplevel_consts_12_names._object.ob_base.ob_base,
20746     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
20747     .co_flags = 3,
20748     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
20749     ._co_linearray_entry_size = 0,
20750     .co_argcount = 1,
20751     .co_posonlyargcount = 0,
20752     .co_kwonlyargcount = 0,
20753     .co_stacksize = 4,
20754     .co_firstlineno = 79,
20755     .co_nlocalsplus = 1,
20756     .co_nlocals = 1,
20757     .co_nplaincellvars = 0,
20758     .co_ncellvars = 0,
20759     .co_nfreevars = 0,
20760     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_12_localsplusnames._object.ob_base.ob_base,
20761     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
20762     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
20763     .co_name = & const_str__pack_uint32._ascii.ob_base,
20764     .co_qualname = & const_str__pack_uint32._ascii.ob_base,
20765     .co_linetable = & importlib__bootstrap_external_toplevel_consts_12_linetable.ob_base.ob_base,
20766     ._co_code = NULL,
20767     ._co_linearray = NULL,
20768     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7a\x01\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x03\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
20769     ._co_firsttraceable = 0,
20770 };
20771 static
20772     struct {
20773         PyASCIIObject _ascii;
20774         uint8_t _data[48];
20775     }
20776 importlib__bootstrap_external_toplevel_consts_13_consts_0 = {
20777     ._ascii = {
20778         .ob_base = {
20779             .ob_refcnt = 999999999,
20780             .ob_type = &PyUnicode_Type,
20781         },
20782         .length = 47,
20783         .hash = -1,
20784         .state = {
20785             .kind = 1,
20786             .compact = 1,
20787             .ascii = 1,
20788             .ready = 1,
20789         },
20790     },
20791     ._data = "Convert 4 bytes in little-endian to an integer.",
20792 };
20793 static
20794     struct {
20795         PyGC_Head _gc_head;
20796         struct {
20797             PyObject_VAR_HEAD
20798             PyObject *ob_item[3];
20799         }_object;
20800     }
20801 importlib__bootstrap_external_toplevel_consts_13_consts = {
20802     ._object = {
20803         .ob_base = {
20804             .ob_base = {
20805                 .ob_refcnt = 999999999,
20806                 .ob_type = &PyTuple_Type,
20807             },
20808             .ob_size = 3,
20809         },
20810         .ob_item = {
20811             & importlib__bootstrap_external_toplevel_consts_13_consts_0._ascii.ob_base,
20812             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 4],
20813             &_Py_ID(little),
20814         },
20815     },
20816 };
20817 static
20818     struct {
20819         PyASCIIObject _ascii;
20820         uint8_t _data[11];
20821     }
20822 const_str_from_bytes = {
20823     ._ascii = {
20824         .ob_base = {
20825             .ob_refcnt = 999999999,
20826             .ob_type = &PyUnicode_Type,
20827         },
20828         .length = 10,
20829         .hash = -1,
20830         .state = {
20831             .kind = 1,
20832             .compact = 1,
20833             .ascii = 1,
20834             .ready = 1,
20835         },
20836     },
20837     ._data = "from_bytes",
20838 };
20839 static
20840     struct {
20841         PyGC_Head _gc_head;
20842         struct {
20843             PyObject_VAR_HEAD
20844             PyObject *ob_item[3];
20845         }_object;
20846     }
20847 importlib__bootstrap_external_toplevel_consts_13_names = {
20848     ._object = {
20849         .ob_base = {
20850             .ob_base = {
20851                 .ob_refcnt = 999999999,
20852                 .ob_type = &PyTuple_Type,
20853             },
20854             .ob_size = 3,
20855         },
20856         .ob_item = {
20857             &_Py_ID(len),
20858             & const_str_int._ascii.ob_base,
20859             & const_str_from_bytes._ascii.ob_base,
20860         },
20861     },
20862 };
20863 static
20864     struct {
20865         PyASCIIObject _ascii;
20866         uint8_t _data[15];
20867     }
20868 const_str__unpack_uint32 = {
20869     ._ascii = {
20870         .ob_base = {
20871             .ob_refcnt = 999999999,
20872             .ob_type = &PyUnicode_Type,
20873         },
20874         .length = 14,
20875         .hash = -1,
20876         .state = {
20877             .kind = 1,
20878             .compact = 1,
20879             .ascii = 1,
20880             .ready = 1,
20881         },
20882     },
20883     ._data = "_unpack_uint32",
20884 };
20885 static
20886     struct {
20887         PyObject_VAR_HEAD
20888         Py_hash_t ob_shash;
20889         char ob_sval[42];
20890     }
20891 importlib__bootstrap_external_toplevel_consts_13_linetable = {
20892     .ob_base = {
20893         .ob_base = {
20894             .ob_refcnt = 999999999,
20895             .ob_type = &PyBytes_Type,
20896         },
20897         .ob_size = 41,
20898     },
20899     .ob_shash = -1,
20900     .ob_sval = "\x80\x00\xe5\x0b\x0e\x88\x74\x89\x39\x8c\x39\x98\x01\x8a\x3e\x88\x3e\x88\x3e\x88\x3e\xdd\x0b\x0e\x8f\x3e\x8a\x3e\x98\x24\xa0\x08\xd1\x0b\x29\xd4\x0b\x29\xd0\x04\x29",
20901 };
20902 static
20903     struct {
20904         PyASCIIObject _ascii;
20905         uint8_t _data[5];
20906     }
20907 const_str_data = {
20908     ._ascii = {
20909         .ob_base = {
20910             .ob_refcnt = 999999999,
20911             .ob_type = &PyUnicode_Type,
20912         },
20913         .length = 4,
20914         .hash = -1,
20915         .state = {
20916             .kind = 1,
20917             .compact = 1,
20918             .ascii = 1,
20919             .ready = 1,
20920         },
20921     },
20922     ._data = "data",
20923 };
20924 static
20925     struct {
20926         PyGC_Head _gc_head;
20927         struct {
20928             PyObject_VAR_HEAD
20929             PyObject *ob_item[1];
20930         }_object;
20931     }
20932 importlib__bootstrap_external_toplevel_consts_13_localsplusnames = {
20933     ._object = {
20934         .ob_base = {
20935             .ob_base = {
20936                 .ob_refcnt = 999999999,
20937                 .ob_type = &PyTuple_Type,
20938             },
20939             .ob_size = 1,
20940         },
20941         .ob_item = {
20942             & const_str_data._ascii.ob_base,
20943         },
20944     },
20945 };
20946 static
20947     struct _PyCode_DEF(98)
20948 importlib__bootstrap_external_toplevel_consts_13 = {
20949     .ob_base = {
20950         .ob_base = {
20951             .ob_refcnt = 999999999,
20952             .ob_type = &PyCode_Type,
20953         },
20954         .ob_size = 49,
20955     },
20956     .co_consts = & importlib__bootstrap_external_toplevel_consts_13_consts._object.ob_base.ob_base,
20957     .co_names = & importlib__bootstrap_external_toplevel_consts_13_names._object.ob_base.ob_base,
20958     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
20959     .co_flags = 3,
20960     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
20961     ._co_linearray_entry_size = 0,
20962     .co_argcount = 1,
20963     .co_posonlyargcount = 0,
20964     .co_kwonlyargcount = 0,
20965     .co_stacksize = 4,
20966     .co_firstlineno = 84,
20967     .co_nlocalsplus = 1,
20968     .co_nlocals = 1,
20969     .co_nplaincellvars = 0,
20970     .co_ncellvars = 0,
20971     .co_nfreevars = 0,
20972     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_13_localsplusnames._object.ob_base.ob_base,
20973     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
20974     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
20975     .co_name = & const_str__unpack_uint32._ascii.ob_base,
20976     .co_qualname = & const_str__unpack_uint32._ascii.ob_base,
20977     .co_linetable = & importlib__bootstrap_external_toplevel_consts_13_linetable.ob_base.ob_base,
20978     ._co_code = NULL,
20979     ._co_linearray = NULL,
20980     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
20981     ._co_firsttraceable = 0,
20982 };
20983 static
20984     struct {
20985         PyASCIIObject _ascii;
20986         uint8_t _data[48];
20987     }
20988 importlib__bootstrap_external_toplevel_consts_14_consts_0 = {
20989     ._ascii = {
20990         .ob_base = {
20991             .ob_refcnt = 999999999,
20992             .ob_type = &PyUnicode_Type,
20993         },
20994         .length = 47,
20995         .hash = -1,
20996         .state = {
20997             .kind = 1,
20998             .compact = 1,
20999             .ascii = 1,
21000             .ready = 1,
21001         },
21002     },
21003     ._data = "Convert 2 bytes in little-endian to an integer.",
21004 };
21005 static
21006     struct {
21007         PyGC_Head _gc_head;
21008         struct {
21009             PyObject_VAR_HEAD
21010             PyObject *ob_item[3];
21011         }_object;
21012     }
21013 importlib__bootstrap_external_toplevel_consts_14_consts = {
21014     ._object = {
21015         .ob_base = {
21016             .ob_base = {
21017                 .ob_refcnt = 999999999,
21018                 .ob_type = &PyTuple_Type,
21019             },
21020             .ob_size = 3,
21021         },
21022         .ob_item = {
21023             & importlib__bootstrap_external_toplevel_consts_14_consts_0._ascii.ob_base,
21024             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
21025             &_Py_ID(little),
21026         },
21027     },
21028 };
21029 static
21030     struct {
21031         PyASCIIObject _ascii;
21032         uint8_t _data[15];
21033     }
21034 const_str__unpack_uint16 = {
21035     ._ascii = {
21036         .ob_base = {
21037             .ob_refcnt = 999999999,
21038             .ob_type = &PyUnicode_Type,
21039         },
21040         .length = 14,
21041         .hash = -1,
21042         .state = {
21043             .kind = 1,
21044             .compact = 1,
21045             .ascii = 1,
21046             .ready = 1,
21047         },
21048     },
21049     ._data = "_unpack_uint16",
21050 };
21051 static
21052     struct _PyCode_DEF(98)
21053 importlib__bootstrap_external_toplevel_consts_14 = {
21054     .ob_base = {
21055         .ob_base = {
21056             .ob_refcnt = 999999999,
21057             .ob_type = &PyCode_Type,
21058         },
21059         .ob_size = 49,
21060     },
21061     .co_consts = & importlib__bootstrap_external_toplevel_consts_14_consts._object.ob_base.ob_base,
21062     .co_names = & importlib__bootstrap_external_toplevel_consts_13_names._object.ob_base.ob_base,
21063     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
21064     .co_flags = 3,
21065     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
21066     ._co_linearray_entry_size = 0,
21067     .co_argcount = 1,
21068     .co_posonlyargcount = 0,
21069     .co_kwonlyargcount = 0,
21070     .co_stacksize = 4,
21071     .co_firstlineno = 89,
21072     .co_nlocalsplus = 1,
21073     .co_nlocals = 1,
21074     .co_nplaincellvars = 0,
21075     .co_ncellvars = 0,
21076     .co_nfreevars = 0,
21077     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_13_localsplusnames._object.ob_base.ob_base,
21078     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
21079     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
21080     .co_name = & const_str__unpack_uint16._ascii.ob_base,
21081     .co_qualname = & const_str__unpack_uint16._ascii.ob_base,
21082     .co_linetable = & importlib__bootstrap_external_toplevel_consts_13_linetable.ob_base.ob_base,
21083     ._co_code = NULL,
21084     ._co_linearray = NULL,
21085     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
21086     ._co_firsttraceable = 0,
21087 };
21088 static
21089     struct {
21090         PyASCIIObject _ascii;
21091         uint8_t _data[32];
21092     }
21093 importlib__bootstrap_external_toplevel_consts_15_consts_0 = {
21094     ._ascii = {
21095         .ob_base = {
21096             .ob_refcnt = 999999999,
21097             .ob_type = &PyUnicode_Type,
21098         },
21099         .length = 31,
21100         .hash = -1,
21101         .state = {
21102             .kind = 1,
21103             .compact = 1,
21104             .ascii = 1,
21105             .ready = 1,
21106         },
21107     },
21108     ._data = "Replacement for os.path.join().",
21109 };
21110 static
21111     struct {
21112         PyASCIIObject _ascii;
21113         uint8_t _data[7];
21114     }
21115 const_str_rstrip = {
21116     ._ascii = {
21117         .ob_base = {
21118             .ob_refcnt = 999999999,
21119             .ob_type = &PyUnicode_Type,
21120         },
21121         .length = 6,
21122         .hash = -1,
21123         .state = {
21124             .kind = 1,
21125             .compact = 1,
21126             .ascii = 1,
21127             .ready = 1,
21128         },
21129     },
21130     ._data = "rstrip",
21131 };
21132 static
21133     struct {
21134         PyASCIIObject _ascii;
21135         uint8_t _data[16];
21136     }
21137 const_str_path_separators = {
21138     ._ascii = {
21139         .ob_base = {
21140             .ob_refcnt = 999999999,
21141             .ob_type = &PyUnicode_Type,
21142         },
21143         .length = 15,
21144         .hash = -1,
21145         .state = {
21146             .kind = 1,
21147             .compact = 1,
21148             .ascii = 1,
21149             .ready = 1,
21150         },
21151     },
21152     ._data = "path_separators",
21153 };
21154 static
21155     struct {
21156         PyGC_Head _gc_head;
21157         struct {
21158             PyObject_VAR_HEAD
21159             PyObject *ob_item[2];
21160         }_object;
21161     }
21162 importlib__bootstrap_external_toplevel_consts_15_consts_5_names = {
21163     ._object = {
21164         .ob_base = {
21165             .ob_base = {
21166                 .ob_refcnt = 999999999,
21167                 .ob_type = &PyTuple_Type,
21168             },
21169             .ob_size = 2,
21170         },
21171         .ob_item = {
21172             & const_str_rstrip._ascii.ob_base,
21173             & const_str_path_separators._ascii.ob_base,
21174         },
21175     },
21176 };
21177 static
21178     struct {
21179         PyASCIIObject _ascii;
21180         uint8_t _data[31];
21181     }
21182 importlib__bootstrap_external_toplevel_consts_15_consts_5_qualname = {
21183     ._ascii = {
21184         .ob_base = {
21185             .ob_refcnt = 999999999,
21186             .ob_type = &PyUnicode_Type,
21187         },
21188         .length = 30,
21189         .hash = -1,
21190         .state = {
21191             .kind = 1,
21192             .compact = 1,
21193             .ascii = 1,
21194             .ready = 1,
21195         },
21196     },
21197     ._data = "_path_join.<locals>.<listcomp>",
21198 };
21199 static
21200     struct {
21201         PyObject_VAR_HEAD
21202         Py_hash_t ob_shash;
21203         char ob_sval[42];
21204     }
21205 importlib__bootstrap_external_toplevel_consts_15_consts_5_linetable = {
21206     .ob_base = {
21207         .ob_base = {
21208             .ob_refcnt = 999999999,
21209             .ob_type = &PyBytes_Type,
21210         },
21211         .ob_size = 41,
21212     },
21213     .ob_shash = -1,
21214     .ob_sval = "\x80\x00\xd0\x0f\x3d\xd0\x0f\x3d\xd0\x0f\x3d\xa8\x61\xb8\x31\xd0\x0f\x3d\x90\x01\x97\x08\x92\x08\x9d\x1f\xd1\x10\x29\xd4\x10\x29\xd0\x0f\x3d\xd0\x0f\x3d\xd0\x0f\x3d",
21215 };
21216 static
21217     struct {
21218         PyASCIIObject _ascii;
21219         uint8_t _data[2];
21220     }
21221 const_str_p = {
21222     ._ascii = {
21223         .ob_base = {
21224             .ob_refcnt = 999999999,
21225             .ob_type = &PyUnicode_Type,
21226         },
21227         .length = 1,
21228         .hash = -1,
21229         .state = {
21230             .kind = 1,
21231             .compact = 1,
21232             .ascii = 1,
21233             .ready = 1,
21234         },
21235     },
21236     ._data = "p",
21237 };
21238 static
21239     struct {
21240         PyGC_Head _gc_head;
21241         struct {
21242             PyObject_VAR_HEAD
21243             PyObject *ob_item[2];
21244         }_object;
21245     }
21246 importlib__bootstrap_external_toplevel_consts_15_consts_5_localsplusnames = {
21247     ._object = {
21248         .ob_base = {
21249             .ob_base = {
21250                 .ob_refcnt = 999999999,
21251                 .ob_type = &PyTuple_Type,
21252             },
21253             .ob_size = 2,
21254         },
21255         .ob_item = {
21256             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
21257             & const_str_p._ascii.ob_base,
21258         },
21259     },
21260 };
21261 static
21262     struct _PyCode_DEF(70)
21263 importlib__bootstrap_external_toplevel_consts_15_consts_5 = {
21264     .ob_base = {
21265         .ob_base = {
21266             .ob_refcnt = 999999999,
21267             .ob_type = &PyCode_Type,
21268         },
21269         .ob_size = 35,
21270     },
21271     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
21272     .co_names = & importlib__bootstrap_external_toplevel_consts_15_consts_5_names._object.ob_base.ob_base,
21273     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
21274     .co_flags = 19,
21275     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
21276     ._co_linearray_entry_size = 0,
21277     .co_argcount = 1,
21278     .co_posonlyargcount = 0,
21279     .co_kwonlyargcount = 0,
21280     .co_stacksize = 5,
21281     .co_firstlineno = 119,
21282     .co_nlocalsplus = 2,
21283     .co_nlocals = 2,
21284     .co_nplaincellvars = 0,
21285     .co_ncellvars = 0,
21286     .co_nfreevars = 0,
21287     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_15_consts_5_localsplusnames._object.ob_base.ob_base,
21288     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
21289     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
21290     .co_name = &_Py_STR(anon_listcomp),
21291     .co_qualname = & importlib__bootstrap_external_toplevel_consts_15_consts_5_qualname._ascii.ob_base,
21292     .co_linetable = & importlib__bootstrap_external_toplevel_consts_15_consts_5_linetable.ob_base.ob_base,
21293     ._co_code = NULL,
21294     ._co_linearray = NULL,
21295     .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x1e\x7d\x01\x7c\x01\xaf\x04\x7c\x01\xa0\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x91\x02\x8c\x1f\x53\x00",
21296     ._co_firsttraceable = 0,
21297 };
21298 static
21299     struct {
21300         PyGC_Head _gc_head;
21301         struct {
21302             PyObject_VAR_HEAD
21303             PyObject *ob_item[6];
21304         }_object;
21305     }
21306 importlib__bootstrap_external_toplevel_consts_15_consts = {
21307     ._object = {
21308         .ob_base = {
21309             .ob_base = {
21310                 .ob_refcnt = 999999999,
21311                 .ob_type = &PyTuple_Type,
21312             },
21313             .ob_size = 6,
21314         },
21315         .ob_item = {
21316             & importlib__bootstrap_external_toplevel_consts_15_consts_0._ascii.ob_base,
21317             &_Py_STR(empty),
21318             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
21319             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
21320             & importlib__bootstrap_external_toplevel_consts_8_consts_0._ascii.ob_base,
21321             & importlib__bootstrap_external_toplevel_consts_15_consts_5.ob_base.ob_base,
21322         },
21323     },
21324 };
21325 static
21326     struct {
21327         PyASCIIObject _ascii;
21328         uint8_t _data[4];
21329     }
21330 const_str_map = {
21331     ._ascii = {
21332         .ob_base = {
21333             .ob_refcnt = 999999999,
21334             .ob_type = &PyUnicode_Type,
21335         },
21336         .length = 3,
21337         .hash = -1,
21338         .state = {
21339             .kind = 1,
21340             .compact = 1,
21341             .ascii = 1,
21342             .ready = 1,
21343         },
21344     },
21345     ._data = "map",
21346 };
21347 static
21348     struct {
21349         PyASCIIObject _ascii;
21350         uint8_t _data[16];
21351     }
21352 const_str__path_splitroot = {
21353     ._ascii = {
21354         .ob_base = {
21355             .ob_refcnt = 999999999,
21356             .ob_type = &PyUnicode_Type,
21357         },
21358         .length = 15,
21359         .hash = -1,
21360         .state = {
21361             .kind = 1,
21362             .compact = 1,
21363             .ascii = 1,
21364             .ready = 1,
21365         },
21366     },
21367     ._data = "_path_splitroot",
21368 };
21369 static
21370     struct {
21371         PyASCIIObject _ascii;
21372         uint8_t _data[15];
21373     }
21374 const_str_path_sep_tuple = {
21375     ._ascii = {
21376         .ob_base = {
21377             .ob_refcnt = 999999999,
21378             .ob_type = &PyUnicode_Type,
21379         },
21380         .length = 14,
21381         .hash = -1,
21382         .state = {
21383             .kind = 1,
21384             .compact = 1,
21385             .ascii = 1,
21386             .ready = 1,
21387         },
21388     },
21389     ._data = "path_sep_tuple",
21390 };
21391 static
21392     struct {
21393         PyASCIIObject _ascii;
21394         uint8_t _data[9];
21395     }
21396 const_str_endswith = {
21397     ._ascii = {
21398         .ob_base = {
21399             .ob_refcnt = 999999999,
21400             .ob_type = &PyUnicode_Type,
21401         },
21402         .length = 8,
21403         .hash = -1,
21404         .state = {
21405             .kind = 1,
21406             .compact = 1,
21407             .ascii = 1,
21408             .ready = 1,
21409         },
21410     },
21411     ._data = "endswith",
21412 };
21413 static
21414     struct {
21415         PyASCIIObject _ascii;
21416         uint8_t _data[9];
21417     }
21418 const_str_path_sep = {
21419     ._ascii = {
21420         .ob_base = {
21421             .ob_refcnt = 999999999,
21422             .ob_type = &PyUnicode_Type,
21423         },
21424         .length = 8,
21425         .hash = -1,
21426         .state = {
21427             .kind = 1,
21428             .compact = 1,
21429             .ascii = 1,
21430             .ready = 1,
21431         },
21432     },
21433     ._data = "path_sep",
21434 };
21435 static
21436     struct {
21437         PyASCIIObject _ascii;
21438         uint8_t _data[9];
21439     }
21440 const_str_casefold = {
21441     ._ascii = {
21442         .ob_base = {
21443             .ob_refcnt = 999999999,
21444             .ob_type = &PyUnicode_Type,
21445         },
21446         .length = 8,
21447         .hash = -1,
21448         .state = {
21449             .kind = 1,
21450             .compact = 1,
21451             .ascii = 1,
21452             .ready = 1,
21453         },
21454     },
21455     ._data = "casefold",
21456 };
21457 static
21458     struct {
21459         PyGC_Head _gc_head;
21460         struct {
21461             PyObject_VAR_HEAD
21462             PyObject *ob_item[13];
21463         }_object;
21464     }
21465 importlib__bootstrap_external_toplevel_consts_15_names = {
21466     ._object = {
21467         .ob_base = {
21468             .ob_base = {
21469                 .ob_refcnt = 999999999,
21470                 .ob_type = &PyTuple_Type,
21471             },
21472             .ob_size = 13,
21473         },
21474         .ob_item = {
21475             &_Py_ID(len),
21476             & const_str_map._ascii.ob_base,
21477             & const_str__os._ascii.ob_base,
21478             & const_str__path_splitroot._ascii.ob_base,
21479             & const_str_startswith._ascii.ob_base,
21480             & const_str_path_sep_tuple._ascii.ob_base,
21481             & const_str_endswith._ascii.ob_base,
21482             & const_str_rstrip._ascii.ob_base,
21483             & const_str_path_separators._ascii.ob_base,
21484             & const_str_path_sep._ascii.ob_base,
21485             & const_str_casefold._ascii.ob_base,
21486             &_Py_ID(append),
21487             &_Py_ID(join),
21488         },
21489     },
21490 };
21491 static
21492     struct {
21493         PyASCIIObject _ascii;
21494         uint8_t _data[11];
21495     }
21496 const_str__path_join = {
21497     ._ascii = {
21498         .ob_base = {
21499             .ob_refcnt = 999999999,
21500             .ob_type = &PyUnicode_Type,
21501         },
21502         .length = 10,
21503         .hash = -1,
21504         .state = {
21505             .kind = 1,
21506             .compact = 1,
21507             .ascii = 1,
21508             .ready = 1,
21509         },
21510     },
21511     ._data = "_path_join",
21512 };
21513 static
21514     struct {
21515         PyObject_VAR_HEAD
21516         Py_hash_t ob_shash;
21517         char ob_sval[360];
21518     }
21519 importlib__bootstrap_external_toplevel_consts_15_linetable = {
21520     .ob_base = {
21521         .ob_base = {
21522             .ob_refcnt = 999999999,
21523             .ob_type = &PyBytes_Type,
21524         },
21525         .ob_size = 359,
21526     },
21527     .ob_shash = -1,
21528     .ob_sval = "\x80\x00\xe0\x0f\x19\xf0\x00\x01\x09\x16\xd8\x13\x15\x90\x32\xdd\x0b\x0e\x88\x7a\x89\x3f\x8c\x3f\x98\x61\xd2\x0b\x1f\xd0\x0b\x1f\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\xd4\x22\x35\xb0\x7a\xd1\x1e\x42\xd4\x1e\x42\xf0\x00\x0e\x09\x22\xf0\x00\x0e\x09\x22\x89\x4e\x88\x48\x90\x64\xd8\x0f\x17\xd7\x0f\x22\xd2\x0f\x22\xa5\x3e\xd1\x0f\x32\xd4\x0f\x32\xf0\x00\x0d\x0d\x22\xb0\x68\xd7\x36\x47\xd2\x36\x47\xcd\x0e\xd1\x36\x57\xd4\x36\x57\xf0\x00\x0d\x0d\x22\xd8\x17\x1f\x97\x7f\x92\x7f\xa5\x7f\xd1\x17\x37\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\xd2\x11\x22\xa0\x33\xd1\x11\x27\xd4\x11\x27\xf0\x00\x0a\x0d\x22\xd8\x13\x17\x97\x3d\x92\x3d\x91\x3f\x94\x3f\xa0\x68\xd7\x26\x37\xd2\x26\x37\xd1\x26\x39\xd4\x26\x39\xd2\x13\x39\xd0\x13\x39\xf0\x06\x00\x1c\x24\x90\x44\xd8\x1c\x20\x98\x36\x90\x44\x90\x44\xe0\x14\x18\x97\x4b\x92\x4b\xa0\x04\xd1\x14\x25\xd4\x14\x25\xd0\x14\x25\xd0\x14\x25\xe0\x17\x1f\xd0\x17\x27\xa0\x34\x90\x04\xd8\x10\x14\x97\x0b\x92\x0b\x98\x44\xd1\x10\x21\xd4\x10\x21\xd0\x10\x21\xd0\x10\x21\xd8\x0f\x3d\xd0\x0f\x3d\xb0\x34\xd0\x0f\x3d\xd1\x0f\x3d\xd4\x0f\x3d\x88\x04\xdd\x0b\x0e\x88\x74\x89\x39\x8c\x39\x98\x01\x8a\x3e\x88\x3e\xa0\x24\xa0\x71\xa4\x27\x88\x3e\xe0\x13\x17\x9d\x28\x91\x3f\xd0\x0c\x22\xd8\x0f\x13\x95\x68\x97\x6d\x92\x6d\xa0\x44\xd1\x16\x29\xd4\x16\x29\xd1\x0f\x29\xd0\x08\x29",
21529 };
21530 static
21531     struct {
21532         PyASCIIObject _ascii;
21533         uint8_t _data[11];
21534     }
21535 const_str_path_parts = {
21536     ._ascii = {
21537         .ob_base = {
21538             .ob_refcnt = 999999999,
21539             .ob_type = &PyUnicode_Type,
21540         },
21541         .length = 10,
21542         .hash = -1,
21543         .state = {
21544             .kind = 1,
21545             .compact = 1,
21546             .ascii = 1,
21547             .ready = 1,
21548         },
21549     },
21550     ._data = "path_parts",
21551 };
21552 static
21553     struct {
21554         PyASCIIObject _ascii;
21555         uint8_t _data[5];
21556     }
21557 const_str_root = {
21558     ._ascii = {
21559         .ob_base = {
21560             .ob_refcnt = 999999999,
21561             .ob_type = &PyUnicode_Type,
21562         },
21563         .length = 4,
21564         .hash = -1,
21565         .state = {
21566             .kind = 1,
21567             .compact = 1,
21568             .ascii = 1,
21569             .ready = 1,
21570         },
21571     },
21572     ._data = "root",
21573 };
21574 static
21575     struct {
21576         PyASCIIObject _ascii;
21577         uint8_t _data[9];
21578     }
21579 const_str_new_root = {
21580     ._ascii = {
21581         .ob_base = {
21582             .ob_refcnt = 999999999,
21583             .ob_type = &PyUnicode_Type,
21584         },
21585         .length = 8,
21586         .hash = -1,
21587         .state = {
21588             .kind = 1,
21589             .compact = 1,
21590             .ascii = 1,
21591             .ready = 1,
21592         },
21593     },
21594     ._data = "new_root",
21595 };
21596 static
21597     struct {
21598         PyASCIIObject _ascii;
21599         uint8_t _data[5];
21600     }
21601 const_str_tail = {
21602     ._ascii = {
21603         .ob_base = {
21604             .ob_refcnt = 999999999,
21605             .ob_type = &PyUnicode_Type,
21606         },
21607         .length = 4,
21608         .hash = -1,
21609         .state = {
21610             .kind = 1,
21611             .compact = 1,
21612             .ascii = 1,
21613             .ready = 1,
21614         },
21615     },
21616     ._data = "tail",
21617 };
21618 static
21619     struct {
21620         PyGC_Head _gc_head;
21621         struct {
21622             PyObject_VAR_HEAD
21623             PyObject *ob_item[5];
21624         }_object;
21625     }
21626 importlib__bootstrap_external_toplevel_consts_15_localsplusnames = {
21627     ._object = {
21628         .ob_base = {
21629             .ob_base = {
21630                 .ob_refcnt = 999999999,
21631                 .ob_type = &PyTuple_Type,
21632             },
21633             .ob_size = 5,
21634         },
21635         .ob_item = {
21636             & const_str_path_parts._ascii.ob_base,
21637             & const_str_root._ascii.ob_base,
21638             &_Py_ID(path),
21639             & const_str_new_root._ascii.ob_base,
21640             & const_str_tail._ascii.ob_base,
21641         },
21642     },
21643 };
21644 static
21645     struct _PyCode_DEF(708)
21646 importlib__bootstrap_external_toplevel_consts_15 = {
21647     .ob_base = {
21648         .ob_base = {
21649             .ob_refcnt = 999999999,
21650             .ob_type = &PyCode_Type,
21651         },
21652         .ob_size = 354,
21653     },
21654     .co_consts = & importlib__bootstrap_external_toplevel_consts_15_consts._object.ob_base.ob_base,
21655     .co_names = & importlib__bootstrap_external_toplevel_consts_15_names._object.ob_base.ob_base,
21656     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
21657     .co_flags = 7,
21658     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
21659     ._co_linearray_entry_size = 0,
21660     .co_argcount = 0,
21661     .co_posonlyargcount = 0,
21662     .co_kwonlyargcount = 0,
21663     .co_stacksize = 4,
21664     .co_firstlineno = 96,
21665     .co_nlocalsplus = 5,
21666     .co_nlocals = 5,
21667     .co_nplaincellvars = 0,
21668     .co_ncellvars = 0,
21669     .co_nfreevars = 0,
21670     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_15_localsplusnames._object.ob_base.ob_base,
21671     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
21672     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
21673     .co_name = & const_str__path_join._ascii.ob_base,
21674     .co_qualname = & const_str__path_join._ascii.ob_base,
21675     .co_linetable = & importlib__bootstrap_external_toplevel_consts_15_linetable.ob_base.ob_base,
21676     ._co_code = NULL,
21677     ._co_linearray = NULL,
21678     .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\xa6\x01\x00\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\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\xd5\x5c\x02\x00\x00\x7d\x03\x7d\x04\x7c\x03\xa0\x04\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x1a\x7c\x03\xa0\x06\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x28\x7c\x03\xa0\x07\x00\x00\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\xa6\x01\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\x61\x7c\x03\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x46\x7c\x01\xa0\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa0\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\xa6\x7c\x02\xa0\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\xbc\x7c\x03\x70\x01\x7c\x01\x7d\x01\x7c\x02\xa0\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\xd6\x64\x05\x84\x00\x7c\x02\x44\x00\xa6\x00\x00\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\xa6\x01\x00\x00\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\xa0\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x53\x00",
21679     ._co_firsttraceable = 0,
21680 };
21681 static
21682     struct {
21683         PyObject_VAR_HEAD
21684         Py_hash_t ob_shash;
21685         char ob_sval[57];
21686     }
21687 importlib__bootstrap_external_toplevel_consts_16_consts_1_linetable = {
21688     .ob_base = {
21689         .ob_base = {
21690             .ob_refcnt = 999999999,
21691             .ob_type = &PyBytes_Type,
21692         },
21693         .ob_size = 56,
21694     },
21695     .ob_shash = -1,
21696     .ob_sval = "\x80\x00\xf0\x00\x01\x1e\x3e\xf0\x00\x01\x1e\x3e\xf0\x00\x01\x1e\x3e\xd8\x22\x26\xb8\x04\xf0\x03\x01\x1e\x3e\x98\x64\x9f\x6b\x9a\x6b\xad\x2f\xd1\x1e\x3a\xd4\x1e\x3a\xf0\x00\x01\x1e\x3e\xf0\x00\x01\x1e\x3e\xf0\x00\x01\x1e\x3e",
21697 };
21698 static
21699     struct {
21700         PyASCIIObject _ascii;
21701         uint8_t _data[5];
21702     }
21703 const_str_part = {
21704     ._ascii = {
21705         .ob_base = {
21706             .ob_refcnt = 999999999,
21707             .ob_type = &PyUnicode_Type,
21708         },
21709         .length = 4,
21710         .hash = -1,
21711         .state = {
21712             .kind = 1,
21713             .compact = 1,
21714             .ascii = 1,
21715             .ready = 1,
21716         },
21717     },
21718     ._data = "part",
21719 };
21720 static
21721     struct {
21722         PyGC_Head _gc_head;
21723         struct {
21724             PyObject_VAR_HEAD
21725             PyObject *ob_item[2];
21726         }_object;
21727     }
21728 importlib__bootstrap_external_toplevel_consts_16_consts_1_localsplusnames = {
21729     ._object = {
21730         .ob_base = {
21731             .ob_base = {
21732                 .ob_refcnt = 999999999,
21733                 .ob_type = &PyTuple_Type,
21734             },
21735             .ob_size = 2,
21736         },
21737         .ob_item = {
21738             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
21739             & const_str_part._ascii.ob_base,
21740         },
21741     },
21742 };
21743 static
21744     struct _PyCode_DEF(70)
21745 importlib__bootstrap_external_toplevel_consts_16_consts_1 = {
21746     .ob_base = {
21747         .ob_base = {
21748             .ob_refcnt = 999999999,
21749             .ob_type = &PyCode_Type,
21750         },
21751         .ob_size = 35,
21752     },
21753     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
21754     .co_names = & importlib__bootstrap_external_toplevel_consts_15_consts_5_names._object.ob_base.ob_base,
21755     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
21756     .co_flags = 19,
21757     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
21758     ._co_linearray_entry_size = 0,
21759     .co_argcount = 1,
21760     .co_posonlyargcount = 0,
21761     .co_kwonlyargcount = 0,
21762     .co_stacksize = 5,
21763     .co_firstlineno = 128,
21764     .co_nlocalsplus = 2,
21765     .co_nlocals = 2,
21766     .co_nplaincellvars = 0,
21767     .co_ncellvars = 0,
21768     .co_nfreevars = 0,
21769     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_16_consts_1_localsplusnames._object.ob_base.ob_base,
21770     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
21771     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
21772     .co_name = &_Py_STR(anon_listcomp),
21773     .co_qualname = & importlib__bootstrap_external_toplevel_consts_15_consts_5_qualname._ascii.ob_base,
21774     .co_linetable = & importlib__bootstrap_external_toplevel_consts_16_consts_1_linetable.ob_base.ob_base,
21775     ._co_code = NULL,
21776     ._co_linearray = NULL,
21777     .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x1e\x7d\x01\x7c\x01\xaf\x04\x7c\x01\xa0\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x91\x02\x8c\x1f\x53\x00",
21778     ._co_firsttraceable = 0,
21779 };
21780 static
21781     struct {
21782         PyGC_Head _gc_head;
21783         struct {
21784             PyObject_VAR_HEAD
21785             PyObject *ob_item[2];
21786         }_object;
21787     }
21788 importlib__bootstrap_external_toplevel_consts_16_consts = {
21789     ._object = {
21790         .ob_base = {
21791             .ob_base = {
21792                 .ob_refcnt = 999999999,
21793                 .ob_type = &PyTuple_Type,
21794             },
21795             .ob_size = 2,
21796         },
21797         .ob_item = {
21798             & importlib__bootstrap_external_toplevel_consts_15_consts_0._ascii.ob_base,
21799             & importlib__bootstrap_external_toplevel_consts_16_consts_1.ob_base.ob_base,
21800         },
21801     },
21802 };
21803 static
21804     struct {
21805         PyGC_Head _gc_head;
21806         struct {
21807             PyObject_VAR_HEAD
21808             PyObject *ob_item[2];
21809         }_object;
21810     }
21811 importlib__bootstrap_external_toplevel_consts_16_names = {
21812     ._object = {
21813         .ob_base = {
21814             .ob_base = {
21815                 .ob_refcnt = 999999999,
21816                 .ob_type = &PyTuple_Type,
21817             },
21818             .ob_size = 2,
21819         },
21820         .ob_item = {
21821             & const_str_path_sep._ascii.ob_base,
21822             &_Py_ID(join),
21823         },
21824     },
21825 };
21826 static
21827     struct {
21828         PyObject_VAR_HEAD
21829         Py_hash_t ob_shash;
21830         char ob_sval[53];
21831     }
21832 importlib__bootstrap_external_toplevel_consts_16_linetable = {
21833     .ob_base = {
21834         .ob_base = {
21835             .ob_refcnt = 999999999,
21836             .ob_type = &PyBytes_Type,
21837         },
21838         .ob_size = 52,
21839     },
21840     .ob_shash = -1,
21841     .ob_sval = "\x80\x00\xe5\x0f\x17\x8f\x7d\x8a\x7d\xf0\x00\x01\x1e\x3e\xf0\x00\x01\x1e\x3e\xd8\x2a\x34\xf0\x03\x01\x1e\x3e\xf1\x00\x01\x1e\x3e\xf4\x00\x01\x1e\x3e\xf1\x00\x01\x10\x3f\xf4\x00\x01\x10\x3f\xf0\x00\x01\x09\x3f",
21842 };
21843 static
21844     struct {
21845         PyGC_Head _gc_head;
21846         struct {
21847             PyObject_VAR_HEAD
21848             PyObject *ob_item[1];
21849         }_object;
21850     }
21851 importlib__bootstrap_external_toplevel_consts_16_localsplusnames = {
21852     ._object = {
21853         .ob_base = {
21854             .ob_base = {
21855                 .ob_refcnt = 999999999,
21856                 .ob_type = &PyTuple_Type,
21857             },
21858             .ob_size = 1,
21859         },
21860         .ob_item = {
21861             & const_str_path_parts._ascii.ob_base,
21862         },
21863     },
21864 };
21865 static
21866     struct _PyCode_DEF(74)
21867 importlib__bootstrap_external_toplevel_consts_16 = {
21868     .ob_base = {
21869         .ob_base = {
21870             .ob_refcnt = 999999999,
21871             .ob_type = &PyCode_Type,
21872         },
21873         .ob_size = 37,
21874     },
21875     .co_consts = & importlib__bootstrap_external_toplevel_consts_16_consts._object.ob_base.ob_base,
21876     .co_names = & importlib__bootstrap_external_toplevel_consts_16_names._object.ob_base.ob_base,
21877     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
21878     .co_flags = 7,
21879     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
21880     ._co_linearray_entry_size = 0,
21881     .co_argcount = 0,
21882     .co_posonlyargcount = 0,
21883     .co_kwonlyargcount = 0,
21884     .co_stacksize = 4,
21885     .co_firstlineno = 126,
21886     .co_nlocalsplus = 1,
21887     .co_nlocals = 1,
21888     .co_nplaincellvars = 0,
21889     .co_ncellvars = 0,
21890     .co_nfreevars = 0,
21891     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_16_localsplusnames._object.ob_base.ob_base,
21892     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
21893     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
21894     .co_name = & const_str__path_join._ascii.ob_base,
21895     .co_qualname = & const_str__path_join._ascii.ob_base,
21896     .co_linetable = & importlib__bootstrap_external_toplevel_consts_16_linetable.ob_base.ob_base,
21897     ._co_code = NULL,
21898     ._co_linearray = NULL,
21899     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
21900     ._co_firsttraceable = 0,
21901 };
21902 static
21903     struct {
21904         PyASCIIObject _ascii;
21905         uint8_t _data[33];
21906     }
21907 importlib__bootstrap_external_toplevel_consts_17_consts_0 = {
21908     ._ascii = {
21909         .ob_base = {
21910             .ob_refcnt = 999999999,
21911             .ob_type = &PyUnicode_Type,
21912         },
21913         .length = 32,
21914         .hash = -1,
21915         .state = {
21916             .kind = 1,
21917             .compact = 1,
21918             .ascii = 1,
21919             .ready = 1,
21920         },
21921     },
21922     ._data = "Replacement for os.path.split().",
21923 };
21924 static
21925     struct {
21926         PyASCIIObject _ascii;
21927         uint8_t _data[6];
21928     }
21929 const_str_rfind = {
21930     ._ascii = {
21931         .ob_base = {
21932             .ob_refcnt = 999999999,
21933             .ob_type = &PyUnicode_Type,
21934         },
21935         .length = 5,
21936         .hash = -1,
21937         .state = {
21938             .kind = 1,
21939             .compact = 1,
21940             .ascii = 1,
21941             .ready = 1,
21942         },
21943     },
21944     ._data = "rfind",
21945 };
21946 static
21947     struct {
21948         PyGC_Head _gc_head;
21949         struct {
21950             PyObject_VAR_HEAD
21951             PyObject *ob_item[1];
21952         }_object;
21953     }
21954 importlib__bootstrap_external_toplevel_consts_17_consts_1_names = {
21955     ._object = {
21956         .ob_base = {
21957             .ob_base = {
21958                 .ob_refcnt = 999999999,
21959                 .ob_type = &PyTuple_Type,
21960             },
21961             .ob_size = 1,
21962         },
21963         .ob_item = {
21964             & const_str_rfind._ascii.ob_base,
21965         },
21966     },
21967 };
21968 static
21969     struct {
21970         PyASCIIObject _ascii;
21971         uint8_t _data[31];
21972     }
21973 importlib__bootstrap_external_toplevel_consts_17_consts_1_qualname = {
21974     ._ascii = {
21975         .ob_base = {
21976             .ob_refcnt = 999999999,
21977             .ob_type = &PyUnicode_Type,
21978         },
21979         .length = 30,
21980         .hash = -1,
21981         .state = {
21982             .kind = 1,
21983             .compact = 1,
21984             .ascii = 1,
21985             .ready = 1,
21986         },
21987     },
21988     ._data = "_path_split.<locals>.<genexpr>",
21989 };
21990 static
21991     struct {
21992         PyObject_VAR_HEAD
21993         Py_hash_t ob_shash;
21994         char ob_sval[46];
21995     }
21996 importlib__bootstrap_external_toplevel_consts_17_consts_1_linetable = {
21997     .ob_base = {
21998         .ob_base = {
21999             .ob_refcnt = 999999999,
22000             .ob_type = &PyBytes_Type,
22001         },
22002         .ob_size = 45,
22003     },
22004     .ob_shash = -1,
22005     .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xd0\x0b\x33\xd0\x0b\x33\x98\x61\x88\x44\x8f\x4a\x8a\x4a\x90\x71\x89\x4d\x8c\x4d\xd0\x0b\x33\xd0\x0b\x33\xd0\x0b\x33\xd0\x0b\x33\xd0\x0b\x33\xd0\x0b\x33",
22006 };
22007 static
22008     struct {
22009         PyGC_Head _gc_head;
22010         struct {
22011             PyObject_VAR_HEAD
22012             PyObject *ob_item[3];
22013         }_object;
22014     }
22015 importlib__bootstrap_external_toplevel_consts_17_consts_1_localsplusnames = {
22016     ._object = {
22017         .ob_base = {
22018             .ob_base = {
22019                 .ob_refcnt = 999999999,
22020                 .ob_type = &PyTuple_Type,
22021             },
22022             .ob_size = 3,
22023         },
22024         .ob_item = {
22025             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
22026             & const_str_p._ascii.ob_base,
22027             &_Py_ID(path),
22028         },
22029     },
22030 };
22031 static
22032     struct _PyCode_DEF(66)
22033 importlib__bootstrap_external_toplevel_consts_17_consts_1 = {
22034     .ob_base = {
22035         .ob_base = {
22036             .ob_refcnt = 999999999,
22037             .ob_type = &PyCode_Type,
22038         },
22039         .ob_size = 33,
22040     },
22041     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
22042     .co_names = & importlib__bootstrap_external_toplevel_consts_17_consts_1_names._object.ob_base.ob_base,
22043     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
22044     .co_flags = 51,
22045     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
22046     ._co_linearray_entry_size = 0,
22047     .co_argcount = 1,
22048     .co_posonlyargcount = 0,
22049     .co_kwonlyargcount = 0,
22050     .co_stacksize = 4,
22051     .co_firstlineno = 134,
22052     .co_nlocalsplus = 3,
22053     .co_nlocals = 2,
22054     .co_nplaincellvars = 0,
22055     .co_ncellvars = 0,
22056     .co_nfreevars = 1,
22057     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_17_consts_1_localsplusnames._object.ob_base.ob_base,
22058     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
22059     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
22060     .co_name = &_Py_STR(anon_genexpr),
22061     .co_qualname = & importlib__bootstrap_external_toplevel_consts_17_consts_1_qualname._ascii.ob_base,
22062     .co_linetable = & importlib__bootstrap_external_toplevel_consts_17_consts_1_linetable.ob_base.ob_base,
22063     ._co_code = NULL,
22064     ._co_linearray = NULL,
22065     .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x19\x7d\x01\x89\x02\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x97\x01\x01\x00\x8c\x1a\x64\x00\x53\x00",
22066     ._co_firsttraceable = 3,
22067 };
22068 static
22069     struct {
22070         PyGC_Head _gc_head;
22071         struct {
22072             PyObject_VAR_HEAD
22073             PyObject *ob_item[6];
22074         }_object;
22075     }
22076 importlib__bootstrap_external_toplevel_consts_17_consts = {
22077     ._object = {
22078         .ob_base = {
22079             .ob_base = {
22080                 .ob_refcnt = 999999999,
22081                 .ob_type = &PyTuple_Type,
22082             },
22083             .ob_size = 6,
22084         },
22085         .ob_item = {
22086             & importlib__bootstrap_external_toplevel_consts_17_consts_0._ascii.ob_base,
22087             & importlib__bootstrap_external_toplevel_consts_17_consts_1.ob_base.ob_base,
22088             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
22089             &_Py_STR(empty),
22090             Py_None,
22091             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
22092         },
22093     },
22094 };
22095 static
22096     struct {
22097         PyASCIIObject _ascii;
22098         uint8_t _data[4];
22099     }
22100 const_str_max = {
22101     ._ascii = {
22102         .ob_base = {
22103             .ob_refcnt = 999999999,
22104             .ob_type = &PyUnicode_Type,
22105         },
22106         .length = 3,
22107         .hash = -1,
22108         .state = {
22109             .kind = 1,
22110             .compact = 1,
22111             .ascii = 1,
22112             .ready = 1,
22113         },
22114     },
22115     ._data = "max",
22116 };
22117 static
22118     struct {
22119         PyGC_Head _gc_head;
22120         struct {
22121             PyObject_VAR_HEAD
22122             PyObject *ob_item[2];
22123         }_object;
22124     }
22125 importlib__bootstrap_external_toplevel_consts_17_names = {
22126     ._object = {
22127         .ob_base = {
22128             .ob_base = {
22129                 .ob_refcnt = 999999999,
22130                 .ob_type = &PyTuple_Type,
22131             },
22132             .ob_size = 2,
22133         },
22134         .ob_item = {
22135             & const_str_max._ascii.ob_base,
22136             & const_str_path_separators._ascii.ob_base,
22137         },
22138     },
22139 };
22140 static
22141     struct {
22142         PyASCIIObject _ascii;
22143         uint8_t _data[12];
22144     }
22145 const_str__path_split = {
22146     ._ascii = {
22147         .ob_base = {
22148             .ob_refcnt = 999999999,
22149             .ob_type = &PyUnicode_Type,
22150         },
22151         .length = 11,
22152         .hash = -1,
22153         .state = {
22154             .kind = 1,
22155             .compact = 1,
22156             .ascii = 1,
22157             .ready = 1,
22158         },
22159     },
22160     ._data = "_path_split",
22161 };
22162 static
22163     struct {
22164         PyObject_VAR_HEAD
22165         Py_hash_t ob_shash;
22166         char ob_sval[87];
22167     }
22168 importlib__bootstrap_external_toplevel_consts_17_linetable = {
22169     .ob_base = {
22170         .ob_base = {
22171             .ob_refcnt = 999999999,
22172             .ob_type = &PyBytes_Type,
22173         },
22174         .ob_size = 86,
22175     },
22176     .ob_shash = -1,
22177     .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\xd1\x0b\x33\xd4\x0b\x33\xd1\x08\x33\xd4\x08\x33\x80\x41\xd8\x07\x08\x88\x31\x82\x75\x80\x75\xd8\x0f\x11\x90\x34\x88\x78\x88\x0f\xd8\x0b\x0f\x90\x02\x90\x11\x90\x02\x8c\x38\x90\x54\x98\x21\x98\x61\x99\x25\x98\x26\x98\x26\x94\x5c\xd0\x0b\x21\xd0\x04\x21",
22178 };
22179 static
22180     struct {
22181         PyASCIIObject _ascii;
22182         uint8_t _data[2];
22183     }
22184 const_str_i = {
22185     ._ascii = {
22186         .ob_base = {
22187             .ob_refcnt = 999999999,
22188             .ob_type = &PyUnicode_Type,
22189         },
22190         .length = 1,
22191         .hash = -1,
22192         .state = {
22193             .kind = 1,
22194             .compact = 1,
22195             .ascii = 1,
22196             .ready = 1,
22197         },
22198     },
22199     ._data = "i",
22200 };
22201 static
22202     struct {
22203         PyGC_Head _gc_head;
22204         struct {
22205             PyObject_VAR_HEAD
22206             PyObject *ob_item[2];
22207         }_object;
22208     }
22209 importlib__bootstrap_external_toplevel_consts_17_localsplusnames = {
22210     ._object = {
22211         .ob_base = {
22212             .ob_base = {
22213                 .ob_refcnt = 999999999,
22214                 .ob_type = &PyTuple_Type,
22215             },
22216             .ob_size = 2,
22217         },
22218         .ob_item = {
22219             &_Py_ID(path),
22220             & const_str_i._ascii.ob_base,
22221         },
22222     },
22223 };
22224 static
22225     struct _PyCode_DEF(134)
22226 importlib__bootstrap_external_toplevel_consts_17 = {
22227     .ob_base = {
22228         .ob_base = {
22229             .ob_refcnt = 999999999,
22230             .ob_type = &PyCode_Type,
22231         },
22232         .ob_size = 67,
22233     },
22234     .co_consts = & importlib__bootstrap_external_toplevel_consts_17_consts._object.ob_base.ob_base,
22235     .co_names = & importlib__bootstrap_external_toplevel_consts_17_names._object.ob_base.ob_base,
22236     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
22237     .co_flags = 3,
22238     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
22239     ._co_linearray_entry_size = 0,
22240     .co_argcount = 1,
22241     .co_posonlyargcount = 0,
22242     .co_kwonlyargcount = 0,
22243     .co_stacksize = 4,
22244     .co_firstlineno = 132,
22245     .co_nlocalsplus = 2,
22246     .co_nlocals = 2,
22247     .co_nplaincellvars = 0,
22248     .co_ncellvars = 1,
22249     .co_nfreevars = 0,
22250     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_17_localsplusnames._object.ob_base.ob_base,
22251     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
22252     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
22253     .co_name = & const_str__path_split._ascii.ob_base,
22254     .co_qualname = & const_str__path_split._ascii.ob_base,
22255     .co_linetable = & importlib__bootstrap_external_toplevel_consts_17_linetable.ob_base.ob_base,
22256     ._co_code = NULL,
22257     ._co_linearray = NULL,
22258     .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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x00\x7c\x01\x64\x05\x7a\x00\x00\x00\x64\x04\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x53\x00",
22259     ._co_firsttraceable = 1,
22260 };
22261 static
22262     struct {
22263         PyASCIIObject _ascii;
22264         uint8_t _data[127];
22265     }
22266 importlib__bootstrap_external_toplevel_consts_18_consts_0 = {
22267     ._ascii = {
22268         .ob_base = {
22269             .ob_refcnt = 999999999,
22270             .ob_type = &PyUnicode_Type,
22271         },
22272         .length = 126,
22273         .hash = -1,
22274         .state = {
22275             .kind = 1,
22276             .compact = 1,
22277             .ascii = 1,
22278             .ready = 1,
22279         },
22280     },
22281     ._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",
22282 };
22283 static
22284     struct {
22285         PyGC_Head _gc_head;
22286         struct {
22287             PyObject_VAR_HEAD
22288             PyObject *ob_item[1];
22289         }_object;
22290     }
22291 importlib__bootstrap_external_toplevel_consts_18_consts = {
22292     ._object = {
22293         .ob_base = {
22294             .ob_base = {
22295                 .ob_refcnt = 999999999,
22296                 .ob_type = &PyTuple_Type,
22297             },
22298             .ob_size = 1,
22299         },
22300         .ob_item = {
22301             & importlib__bootstrap_external_toplevel_consts_18_consts_0._ascii.ob_base,
22302         },
22303     },
22304 };
22305 static
22306     struct {
22307         PyASCIIObject _ascii;
22308         uint8_t _data[5];
22309     }
22310 const_str_stat = {
22311     ._ascii = {
22312         .ob_base = {
22313             .ob_refcnt = 999999999,
22314             .ob_type = &PyUnicode_Type,
22315         },
22316         .length = 4,
22317         .hash = -1,
22318         .state = {
22319             .kind = 1,
22320             .compact = 1,
22321             .ascii = 1,
22322             .ready = 1,
22323         },
22324     },
22325     ._data = "stat",
22326 };
22327 static
22328     struct {
22329         PyGC_Head _gc_head;
22330         struct {
22331             PyObject_VAR_HEAD
22332             PyObject *ob_item[2];
22333         }_object;
22334     }
22335 importlib__bootstrap_external_toplevel_consts_18_names = {
22336     ._object = {
22337         .ob_base = {
22338             .ob_base = {
22339                 .ob_refcnt = 999999999,
22340                 .ob_type = &PyTuple_Type,
22341             },
22342             .ob_size = 2,
22343         },
22344         .ob_item = {
22345             & const_str__os._ascii.ob_base,
22346             & const_str_stat._ascii.ob_base,
22347         },
22348     },
22349 };
22350 static
22351     struct {
22352         PyASCIIObject _ascii;
22353         uint8_t _data[11];
22354     }
22355 const_str__path_stat = {
22356     ._ascii = {
22357         .ob_base = {
22358             .ob_refcnt = 999999999,
22359             .ob_type = &PyUnicode_Type,
22360         },
22361         .length = 10,
22362         .hash = -1,
22363         .state = {
22364             .kind = 1,
22365             .compact = 1,
22366             .ascii = 1,
22367             .ready = 1,
22368         },
22369     },
22370     ._data = "_path_stat",
22371 };
22372 static
22373     struct {
22374         PyObject_VAR_HEAD
22375         Py_hash_t ob_shash;
22376         char ob_sval[19];
22377     }
22378 importlib__bootstrap_external_toplevel_consts_18_linetable = {
22379     .ob_base = {
22380         .ob_base = {
22381             .ob_refcnt = 999999999,
22382             .ob_type = &PyBytes_Type,
22383         },
22384         .ob_size = 18,
22385     },
22386     .ob_shash = -1,
22387     .ob_sval = "\x80\x00\xf5\x0e\x00\x0c\x0f\x8c\x38\x90\x44\x89\x3e\x8c\x3e\xd0\x04\x19",
22388 };
22389 static
22390     struct {
22391         PyGC_Head _gc_head;
22392         struct {
22393             PyObject_VAR_HEAD
22394             PyObject *ob_item[1];
22395         }_object;
22396     }
22397 importlib__bootstrap_external_toplevel_consts_18_localsplusnames = {
22398     ._object = {
22399         .ob_base = {
22400             .ob_base = {
22401                 .ob_refcnt = 999999999,
22402                 .ob_type = &PyTuple_Type,
22403             },
22404             .ob_size = 1,
22405         },
22406         .ob_item = {
22407             &_Py_ID(path),
22408         },
22409     },
22410 };
22411 static
22412     struct _PyCode_DEF(42)
22413 importlib__bootstrap_external_toplevel_consts_18 = {
22414     .ob_base = {
22415         .ob_base = {
22416             .ob_refcnt = 999999999,
22417             .ob_type = &PyCode_Type,
22418         },
22419         .ob_size = 21,
22420     },
22421     .co_consts = & importlib__bootstrap_external_toplevel_consts_18_consts._object.ob_base.ob_base,
22422     .co_names = & importlib__bootstrap_external_toplevel_consts_18_names._object.ob_base.ob_base,
22423     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
22424     .co_flags = 3,
22425     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
22426     ._co_linearray_entry_size = 0,
22427     .co_argcount = 1,
22428     .co_posonlyargcount = 0,
22429     .co_kwonlyargcount = 0,
22430     .co_stacksize = 3,
22431     .co_firstlineno = 140,
22432     .co_nlocalsplus = 1,
22433     .co_nlocals = 1,
22434     .co_nplaincellvars = 0,
22435     .co_ncellvars = 0,
22436     .co_nfreevars = 0,
22437     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
22438     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
22439     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
22440     .co_name = & const_str__path_stat._ascii.ob_base,
22441     .co_qualname = & const_str__path_stat._ascii.ob_base,
22442     .co_linetable = & importlib__bootstrap_external_toplevel_consts_18_linetable.ob_base.ob_base,
22443     ._co_code = NULL,
22444     ._co_linearray = NULL,
22445     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
22446     ._co_firsttraceable = 0,
22447 };
22448 static
22449     struct {
22450         PyASCIIObject _ascii;
22451         uint8_t _data[50];
22452     }
22453 importlib__bootstrap_external_toplevel_consts_19_consts_0 = {
22454     ._ascii = {
22455         .ob_base = {
22456             .ob_refcnt = 999999999,
22457             .ob_type = &PyUnicode_Type,
22458         },
22459         .length = 49,
22460         .hash = -1,
22461         .state = {
22462             .kind = 1,
22463             .compact = 1,
22464             .ascii = 1,
22465             .ready = 1,
22466         },
22467     },
22468     ._data = "Test whether the path is the specified mode type.",
22469 };
22470 #if PYLONG_BITS_IN_DIGIT == 15
22471 static
22472     struct {
22473         PyObject_VAR_HEAD
22474         digit ob_digit[2];
22475     }
22476 const_int_61440 = {
22477     .ob_base = {
22478         .ob_base = {
22479             .ob_refcnt = 999999999,
22480             .ob_type = &PyLong_Type,
22481         },
22482         .ob_size = 2,
22483     },
22484     .ob_digit = { 28672, 1 },
22485 };
22486 #elif PYLONG_BITS_IN_DIGIT == 30
22487 static
22488     struct {
22489         PyObject_VAR_HEAD
22490         digit ob_digit[1];
22491     }
22492 const_int_61440 = {
22493     .ob_base = {
22494         .ob_base = {
22495             .ob_refcnt = 999999999,
22496             .ob_type = &PyLong_Type,
22497         },
22498         .ob_size = 1,
22499     },
22500     .ob_digit = { 61440 },
22501 };
22502 #else
22503 #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
22504 #endif
22505 static
22506     struct {
22507         PyGC_Head _gc_head;
22508         struct {
22509             PyObject_VAR_HEAD
22510             PyObject *ob_item[3];
22511         }_object;
22512     }
22513 importlib__bootstrap_external_toplevel_consts_19_consts = {
22514     ._object = {
22515         .ob_base = {
22516             .ob_base = {
22517                 .ob_refcnt = 999999999,
22518                 .ob_type = &PyTuple_Type,
22519             },
22520             .ob_size = 3,
22521         },
22522         .ob_item = {
22523             & importlib__bootstrap_external_toplevel_consts_19_consts_0._ascii.ob_base,
22524             Py_False,
22525             & const_int_61440.ob_base.ob_base,
22526         },
22527     },
22528 };
22529 static
22530     struct {
22531         PyASCIIObject _ascii;
22532         uint8_t _data[8];
22533     }
22534 const_str_OSError = {
22535     ._ascii = {
22536         .ob_base = {
22537             .ob_refcnt = 999999999,
22538             .ob_type = &PyUnicode_Type,
22539         },
22540         .length = 7,
22541         .hash = -1,
22542         .state = {
22543             .kind = 1,
22544             .compact = 1,
22545             .ascii = 1,
22546             .ready = 1,
22547         },
22548     },
22549     ._data = "OSError",
22550 };
22551 static
22552     struct {
22553         PyASCIIObject _ascii;
22554         uint8_t _data[8];
22555     }
22556 const_str_st_mode = {
22557     ._ascii = {
22558         .ob_base = {
22559             .ob_refcnt = 999999999,
22560             .ob_type = &PyUnicode_Type,
22561         },
22562         .length = 7,
22563         .hash = -1,
22564         .state = {
22565             .kind = 1,
22566             .compact = 1,
22567             .ascii = 1,
22568             .ready = 1,
22569         },
22570     },
22571     ._data = "st_mode",
22572 };
22573 static
22574     struct {
22575         PyGC_Head _gc_head;
22576         struct {
22577             PyObject_VAR_HEAD
22578             PyObject *ob_item[3];
22579         }_object;
22580     }
22581 importlib__bootstrap_external_toplevel_consts_19_names = {
22582     ._object = {
22583         .ob_base = {
22584             .ob_base = {
22585                 .ob_refcnt = 999999999,
22586                 .ob_type = &PyTuple_Type,
22587             },
22588             .ob_size = 3,
22589         },
22590         .ob_item = {
22591             & const_str__path_stat._ascii.ob_base,
22592             & const_str_OSError._ascii.ob_base,
22593             & const_str_st_mode._ascii.ob_base,
22594         },
22595     },
22596 };
22597 static
22598     struct {
22599         PyASCIIObject _ascii;
22600         uint8_t _data[19];
22601     }
22602 const_str__path_is_mode_type = {
22603     ._ascii = {
22604         .ob_base = {
22605             .ob_refcnt = 999999999,
22606             .ob_type = &PyUnicode_Type,
22607         },
22608         .length = 18,
22609         .hash = -1,
22610         .state = {
22611             .kind = 1,
22612             .compact = 1,
22613             .ascii = 1,
22614             .ready = 1,
22615         },
22616     },
22617     ._data = "_path_is_mode_type",
22618 };
22619 static
22620     struct {
22621         PyObject_VAR_HEAD
22622         Py_hash_t ob_shash;
22623         char ob_sval[76];
22624     }
22625 importlib__bootstrap_external_toplevel_consts_19_linetable = {
22626     .ob_base = {
22627         .ob_base = {
22628             .ob_refcnt = 999999999,
22629             .ob_type = &PyBytes_Type,
22630         },
22631         .ob_size = 75,
22632     },
22633     .ob_shash = -1,
22634     .ob_sval = "\x80\x00\xf0\x04\x03\x05\x15\xdd\x14\x1e\x98\x74\xd1\x14\x24\xd4\x14\x24\x88\x09\x88\x09\xf8\xdd\x0b\x12\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\xe0\x0c\x15\xd4\x0c\x1d\xa0\x08\xd1\x0c\x28\xa8\x54\xd2\x0b\x31\xd0\x04\x31",
22635 };
22636 static
22637     struct {
22638         PyObject_VAR_HEAD
22639         Py_hash_t ob_shash;
22640         char ob_sval[13];
22641     }
22642 importlib__bootstrap_external_toplevel_consts_19_exceptiontable = {
22643     .ob_base = {
22644         .ob_base = {
22645             .ob_refcnt = 999999999,
22646             .ob_type = &PyBytes_Type,
22647         },
22648         .ob_size = 12,
22649     },
22650     .ob_shash = -1,
22651     .ob_sval = "\x82\x0f\x12\x00\x92\x0a\x20\x03\x9f\x01\x20\x03",
22652 };
22653 static
22654     struct {
22655         PyASCIIObject _ascii;
22656         uint8_t _data[10];
22657     }
22658 const_str_stat_info = {
22659     ._ascii = {
22660         .ob_base = {
22661             .ob_refcnt = 999999999,
22662             .ob_type = &PyUnicode_Type,
22663         },
22664         .length = 9,
22665         .hash = -1,
22666         .state = {
22667             .kind = 1,
22668             .compact = 1,
22669             .ascii = 1,
22670             .ready = 1,
22671         },
22672     },
22673     ._data = "stat_info",
22674 };
22675 static
22676     struct {
22677         PyGC_Head _gc_head;
22678         struct {
22679             PyObject_VAR_HEAD
22680             PyObject *ob_item[3];
22681         }_object;
22682     }
22683 importlib__bootstrap_external_toplevel_consts_19_localsplusnames = {
22684     ._object = {
22685         .ob_base = {
22686             .ob_base = {
22687                 .ob_refcnt = 999999999,
22688                 .ob_type = &PyTuple_Type,
22689             },
22690             .ob_size = 3,
22691         },
22692         .ob_item = {
22693             &_Py_ID(path),
22694             &_Py_ID(mode),
22695             & const_str_stat_info._ascii.ob_base,
22696         },
22697     },
22698 };
22699 static
22700     struct _PyCode_DEF(98)
22701 importlib__bootstrap_external_toplevel_consts_19 = {
22702     .ob_base = {
22703         .ob_base = {
22704             .ob_refcnt = 999999999,
22705             .ob_type = &PyCode_Type,
22706         },
22707         .ob_size = 49,
22708     },
22709     .co_consts = & importlib__bootstrap_external_toplevel_consts_19_consts._object.ob_base.ob_base,
22710     .co_names = & importlib__bootstrap_external_toplevel_consts_19_names._object.ob_base.ob_base,
22711     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_19_exceptiontable.ob_base.ob_base,
22712     .co_flags = 3,
22713     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
22714     ._co_linearray_entry_size = 0,
22715     .co_argcount = 2,
22716     .co_posonlyargcount = 0,
22717     .co_kwonlyargcount = 0,
22718     .co_stacksize = 4,
22719     .co_firstlineno = 150,
22720     .co_nlocalsplus = 3,
22721     .co_nlocals = 3,
22722     .co_nplaincellvars = 0,
22723     .co_ncellvars = 0,
22724     .co_nfreevars = 0,
22725     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_19_localsplusnames._object.ob_base.ob_base,
22726     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
22727     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
22728     .co_name = & const_str__path_is_mode_type._ascii.ob_base,
22729     .co_qualname = & const_str__path_is_mode_type._ascii.ob_base,
22730     .co_linetable = & importlib__bootstrap_external_toplevel_consts_19_linetable.ob_base.ob_base,
22731     ._co_code = NULL,
22732     ._co_linearray = NULL,
22733     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x6e\x11\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\x7c\x02\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x7a\x01\x00\x00\x7c\x01\x6b\x02\x00\x00\x00\x00\x53\x00",
22734     ._co_firsttraceable = 0,
22735 };
22736 static
22737     struct {
22738         PyASCIIObject _ascii;
22739         uint8_t _data[32];
22740     }
22741 importlib__bootstrap_external_toplevel_consts_20_consts_0 = {
22742     ._ascii = {
22743         .ob_base = {
22744             .ob_refcnt = 999999999,
22745             .ob_type = &PyUnicode_Type,
22746         },
22747         .length = 31,
22748         .hash = -1,
22749         .state = {
22750             .kind = 1,
22751             .compact = 1,
22752             .ascii = 1,
22753             .ready = 1,
22754         },
22755     },
22756     ._data = "Replacement for os.path.isfile.",
22757 };
22758 #if PYLONG_BITS_IN_DIGIT == 15
22759 static
22760     struct {
22761         PyObject_VAR_HEAD
22762         digit ob_digit[2];
22763     }
22764 const_int_32768 = {
22765     .ob_base = {
22766         .ob_base = {
22767             .ob_refcnt = 999999999,
22768             .ob_type = &PyLong_Type,
22769         },
22770         .ob_size = 2,
22771     },
22772     .ob_digit = { 0, 1 },
22773 };
22774 #elif PYLONG_BITS_IN_DIGIT == 30
22775 static
22776     struct {
22777         PyObject_VAR_HEAD
22778         digit ob_digit[1];
22779     }
22780 const_int_32768 = {
22781     .ob_base = {
22782         .ob_base = {
22783             .ob_refcnt = 999999999,
22784             .ob_type = &PyLong_Type,
22785         },
22786         .ob_size = 1,
22787     },
22788     .ob_digit = { 32768 },
22789 };
22790 #else
22791 #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
22792 #endif
22793 static
22794     struct {
22795         PyGC_Head _gc_head;
22796         struct {
22797             PyObject_VAR_HEAD
22798             PyObject *ob_item[2];
22799         }_object;
22800     }
22801 importlib__bootstrap_external_toplevel_consts_20_consts = {
22802     ._object = {
22803         .ob_base = {
22804             .ob_base = {
22805                 .ob_refcnt = 999999999,
22806                 .ob_type = &PyTuple_Type,
22807             },
22808             .ob_size = 2,
22809         },
22810         .ob_item = {
22811             & importlib__bootstrap_external_toplevel_consts_20_consts_0._ascii.ob_base,
22812             & const_int_32768.ob_base.ob_base,
22813         },
22814     },
22815 };
22816 static
22817     struct {
22818         PyGC_Head _gc_head;
22819         struct {
22820             PyObject_VAR_HEAD
22821             PyObject *ob_item[1];
22822         }_object;
22823     }
22824 importlib__bootstrap_external_toplevel_consts_20_names = {
22825     ._object = {
22826         .ob_base = {
22827             .ob_base = {
22828                 .ob_refcnt = 999999999,
22829                 .ob_type = &PyTuple_Type,
22830             },
22831             .ob_size = 1,
22832         },
22833         .ob_item = {
22834             & const_str__path_is_mode_type._ascii.ob_base,
22835         },
22836     },
22837 };
22838 static
22839     struct {
22840         PyASCIIObject _ascii;
22841         uint8_t _data[13];
22842     }
22843 const_str__path_isfile = {
22844     ._ascii = {
22845         .ob_base = {
22846             .ob_refcnt = 999999999,
22847             .ob_type = &PyUnicode_Type,
22848         },
22849         .length = 12,
22850         .hash = -1,
22851         .state = {
22852             .kind = 1,
22853             .compact = 1,
22854             .ascii = 1,
22855             .ready = 1,
22856         },
22857     },
22858     ._data = "_path_isfile",
22859 };
22860 static
22861     struct {
22862         PyObject_VAR_HEAD
22863         Py_hash_t ob_shash;
22864         char ob_sval[19];
22865     }
22866 importlib__bootstrap_external_toplevel_consts_20_linetable = {
22867     .ob_base = {
22868         .ob_base = {
22869             .ob_refcnt = 999999999,
22870             .ob_type = &PyBytes_Type,
22871         },
22872         .ob_size = 18,
22873     },
22874     .ob_shash = -1,
22875     .ob_sval = "\x80\x00\xe5\x0b\x1d\x98\x64\xa0\x48\xd1\x0b\x2d\xd4\x0b\x2d\xd0\x04\x2d",
22876 };
22877 static
22878     struct _PyCode_DEF(34)
22879 importlib__bootstrap_external_toplevel_consts_20 = {
22880     .ob_base = {
22881         .ob_base = {
22882             .ob_refcnt = 999999999,
22883             .ob_type = &PyCode_Type,
22884         },
22885         .ob_size = 17,
22886     },
22887     .co_consts = & importlib__bootstrap_external_toplevel_consts_20_consts._object.ob_base.ob_base,
22888     .co_names = & importlib__bootstrap_external_toplevel_consts_20_names._object.ob_base.ob_base,
22889     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
22890     .co_flags = 3,
22891     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
22892     ._co_linearray_entry_size = 0,
22893     .co_argcount = 1,
22894     .co_posonlyargcount = 0,
22895     .co_kwonlyargcount = 0,
22896     .co_stacksize = 4,
22897     .co_firstlineno = 159,
22898     .co_nlocalsplus = 1,
22899     .co_nlocals = 1,
22900     .co_nplaincellvars = 0,
22901     .co_ncellvars = 0,
22902     .co_nfreevars = 0,
22903     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
22904     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
22905     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
22906     .co_name = & const_str__path_isfile._ascii.ob_base,
22907     .co_qualname = & const_str__path_isfile._ascii.ob_base,
22908     .co_linetable = & importlib__bootstrap_external_toplevel_consts_20_linetable.ob_base.ob_base,
22909     ._co_code = NULL,
22910     ._co_linearray = NULL,
22911     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
22912     ._co_firsttraceable = 0,
22913 };
22914 static
22915     struct {
22916         PyASCIIObject _ascii;
22917         uint8_t _data[31];
22918     }
22919 importlib__bootstrap_external_toplevel_consts_21_consts_0 = {
22920     ._ascii = {
22921         .ob_base = {
22922             .ob_refcnt = 999999999,
22923             .ob_type = &PyUnicode_Type,
22924         },
22925         .length = 30,
22926         .hash = -1,
22927         .state = {
22928             .kind = 1,
22929             .compact = 1,
22930             .ascii = 1,
22931             .ready = 1,
22932         },
22933     },
22934     ._data = "Replacement for os.path.isdir.",
22935 };
22936 static
22937     struct {
22938         PyObject_VAR_HEAD
22939         digit ob_digit[1];
22940     }
22941 const_int_16384 = {
22942     .ob_base = {
22943         .ob_base = {
22944             .ob_refcnt = 999999999,
22945             .ob_type = &PyLong_Type,
22946         },
22947         .ob_size = 1,
22948     },
22949     .ob_digit = { 16384 },
22950 };
22951 static
22952     struct {
22953         PyGC_Head _gc_head;
22954         struct {
22955             PyObject_VAR_HEAD
22956             PyObject *ob_item[2];
22957         }_object;
22958     }
22959 importlib__bootstrap_external_toplevel_consts_21_consts = {
22960     ._object = {
22961         .ob_base = {
22962             .ob_base = {
22963                 .ob_refcnt = 999999999,
22964                 .ob_type = &PyTuple_Type,
22965             },
22966             .ob_size = 2,
22967         },
22968         .ob_item = {
22969             & importlib__bootstrap_external_toplevel_consts_21_consts_0._ascii.ob_base,
22970             & const_int_16384.ob_base.ob_base,
22971         },
22972     },
22973 };
22974 static
22975     struct {
22976         PyASCIIObject _ascii;
22977         uint8_t _data[7];
22978     }
22979 const_str_getcwd = {
22980     ._ascii = {
22981         .ob_base = {
22982             .ob_refcnt = 999999999,
22983             .ob_type = &PyUnicode_Type,
22984         },
22985         .length = 6,
22986         .hash = -1,
22987         .state = {
22988             .kind = 1,
22989             .compact = 1,
22990             .ascii = 1,
22991             .ready = 1,
22992         },
22993     },
22994     ._data = "getcwd",
22995 };
22996 static
22997     struct {
22998         PyGC_Head _gc_head;
22999         struct {
23000             PyObject_VAR_HEAD
23001             PyObject *ob_item[3];
23002         }_object;
23003     }
23004 importlib__bootstrap_external_toplevel_consts_21_names = {
23005     ._object = {
23006         .ob_base = {
23007             .ob_base = {
23008                 .ob_refcnt = 999999999,
23009                 .ob_type = &PyTuple_Type,
23010             },
23011             .ob_size = 3,
23012         },
23013         .ob_item = {
23014             & const_str__os._ascii.ob_base,
23015             & const_str_getcwd._ascii.ob_base,
23016             & const_str__path_is_mode_type._ascii.ob_base,
23017         },
23018     },
23019 };
23020 static
23021     struct {
23022         PyASCIIObject _ascii;
23023         uint8_t _data[12];
23024     }
23025 const_str__path_isdir = {
23026     ._ascii = {
23027         .ob_base = {
23028             .ob_refcnt = 999999999,
23029             .ob_type = &PyUnicode_Type,
23030         },
23031         .length = 11,
23032         .hash = -1,
23033         .state = {
23034             .kind = 1,
23035             .compact = 1,
23036             .ascii = 1,
23037             .ready = 1,
23038         },
23039     },
23040     ._data = "_path_isdir",
23041 };
23042 static
23043     struct {
23044         PyObject_VAR_HEAD
23045         Py_hash_t ob_shash;
23046         char ob_sval[38];
23047     }
23048 importlib__bootstrap_external_toplevel_consts_21_linetable = {
23049     .ob_base = {
23050         .ob_base = {
23051             .ob_refcnt = 999999999,
23052             .ob_type = &PyBytes_Type,
23053         },
23054         .ob_size = 37,
23055     },
23056     .ob_shash = -1,
23057     .ob_sval = "\x80\x00\xe0\x0b\x0f\xf0\x00\x01\x05\x1c\xdd\x0f\x12\x8c\x7a\x89\x7c\x8c\x7c\x88\x04\xdd\x0b\x1d\x98\x64\xa0\x48\xd1\x0b\x2d\xd4\x0b\x2d\xd0\x04\x2d",
23058 };
23059 static
23060     struct _PyCode_DEF(76)
23061 importlib__bootstrap_external_toplevel_consts_21 = {
23062     .ob_base = {
23063         .ob_base = {
23064             .ob_refcnt = 999999999,
23065             .ob_type = &PyCode_Type,
23066         },
23067         .ob_size = 38,
23068     },
23069     .co_consts = & importlib__bootstrap_external_toplevel_consts_21_consts._object.ob_base.ob_base,
23070     .co_names = & importlib__bootstrap_external_toplevel_consts_21_names._object.ob_base.ob_base,
23071     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
23072     .co_flags = 3,
23073     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
23074     ._co_linearray_entry_size = 0,
23075     .co_argcount = 1,
23076     .co_posonlyargcount = 0,
23077     .co_kwonlyargcount = 0,
23078     .co_stacksize = 4,
23079     .co_firstlineno = 164,
23080     .co_nlocalsplus = 1,
23081     .co_nlocals = 1,
23082     .co_nplaincellvars = 0,
23083     .co_ncellvars = 0,
23084     .co_nfreevars = 0,
23085     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
23086     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
23087     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
23088     .co_name = & const_str__path_isdir._ascii.ob_base,
23089     .co_qualname = & const_str__path_isdir._ascii.ob_base,
23090     .co_linetable = & importlib__bootstrap_external_toplevel_consts_21_linetable.ob_base.ob_base,
23091     ._co_code = NULL,
23092     ._co_linearray = NULL,
23093     .co_code_adaptive = "\x97\x00\x7c\x00\x73\x13\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
23094     ._co_firsttraceable = 0,
23095 };
23096 static
23097     struct {
23098         PyASCIIObject _ascii;
23099         uint8_t _data[31];
23100     }
23101 importlib__bootstrap_external_toplevel_consts_22_consts_0 = {
23102     ._ascii = {
23103         .ob_base = {
23104             .ob_refcnt = 999999999,
23105             .ob_type = &PyUnicode_Type,
23106         },
23107         .length = 30,
23108         .hash = -1,
23109         .state = {
23110             .kind = 1,
23111             .compact = 1,
23112             .ascii = 1,
23113             .ready = 1,
23114         },
23115     },
23116     ._data = "Replacement for os.path.isabs.",
23117 };
23118 static
23119     struct {
23120         PyASCIIObject _ascii;
23121         uint8_t _data[3];
23122     }
23123 importlib__bootstrap_external_toplevel_consts_22_consts_6 = {
23124     ._ascii = {
23125         .ob_base = {
23126             .ob_refcnt = 999999999,
23127             .ob_type = &PyUnicode_Type,
23128         },
23129         .length = 2,
23130         .hash = -1,
23131         .state = {
23132             .kind = 1,
23133             .compact = 1,
23134             .ascii = 1,
23135             .ready = 1,
23136         },
23137     },
23138     ._data = "\\\\",
23139 };
23140 static
23141     struct {
23142         PyGC_Head _gc_head;
23143         struct {
23144             PyObject_VAR_HEAD
23145             PyObject *ob_item[7];
23146         }_object;
23147     }
23148 importlib__bootstrap_external_toplevel_consts_22_consts = {
23149     ._object = {
23150         .ob_base = {
23151             .ob_base = {
23152                 .ob_refcnt = 999999999,
23153                 .ob_type = &PyTuple_Type,
23154             },
23155             .ob_size = 7,
23156         },
23157         .ob_item = {
23158             & importlib__bootstrap_external_toplevel_consts_22_consts_0._ascii.ob_base,
23159             Py_False,
23160             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
23161             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
23162             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
23163             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
23164             & importlib__bootstrap_external_toplevel_consts_22_consts_6._ascii.ob_base,
23165         },
23166     },
23167 };
23168 static
23169     struct {
23170         PyGC_Head _gc_head;
23171         struct {
23172             PyObject_VAR_HEAD
23173             PyObject *ob_item[6];
23174         }_object;
23175     }
23176 importlib__bootstrap_external_toplevel_consts_22_names = {
23177     ._object = {
23178         .ob_base = {
23179             .ob_base = {
23180                 .ob_refcnt = 999999999,
23181                 .ob_type = &PyTuple_Type,
23182             },
23183             .ob_size = 6,
23184         },
23185         .ob_item = {
23186             & const_str__os._ascii.ob_base,
23187             & const_str__path_splitroot._ascii.ob_base,
23188             &_Py_ID(replace),
23189             &_Py_ID(len),
23190             & const_str_startswith._ascii.ob_base,
23191             & const_str_endswith._ascii.ob_base,
23192         },
23193     },
23194 };
23195 static
23196     struct {
23197         PyASCIIObject _ascii;
23198         uint8_t _data[12];
23199     }
23200 const_str__path_isabs = {
23201     ._ascii = {
23202         .ob_base = {
23203             .ob_refcnt = 999999999,
23204             .ob_type = &PyUnicode_Type,
23205         },
23206         .length = 11,
23207         .hash = -1,
23208         .state = {
23209             .kind = 1,
23210             .compact = 1,
23211             .ascii = 1,
23212             .ready = 1,
23213         },
23214     },
23215     ._data = "_path_isabs",
23216 };
23217 static
23218     struct {
23219         PyObject_VAR_HEAD
23220         Py_hash_t ob_shash;
23221         char ob_sval[103];
23222     }
23223 importlib__bootstrap_external_toplevel_consts_22_linetable = {
23224     .ob_base = {
23225         .ob_base = {
23226             .ob_refcnt = 999999999,
23227             .ob_type = &PyBytes_Type,
23228         },
23229         .ob_size = 102,
23230     },
23231     .ob_shash = -1,
23232     .ob_sval = "\x80\x00\xe0\x0f\x13\xf0\x00\x01\x09\x19\xd8\x13\x18\x90\x35\xdd\x0f\x12\xd4\x0f\x22\xa0\x34\xd1\x0f\x28\xd4\x0f\x28\xa8\x11\xd4\x0f\x2b\xd7\x0f\x33\xd2\x0f\x33\xb0\x43\xb8\x14\xd1\x0f\x3e\xd4\x0f\x3e\x88\x04\xdd\x0f\x12\x90\x34\x89\x79\x8c\x79\x98\x31\x8a\x7d\xd0\x0f\x51\xa0\x24\xa7\x2f\xa2\x2f\xb0\x26\xd1\x22\x39\xd4\x22\x39\xd0\x22\x50\xb8\x54\xbf\x5d\xba\x5d\xc8\x34\xd1\x3d\x50\xd4\x3d\x50\xd0\x08\x51",
23233 };
23234 static
23235     struct {
23236         PyGC_Head _gc_head;
23237         struct {
23238             PyObject_VAR_HEAD
23239             PyObject *ob_item[2];
23240         }_object;
23241     }
23242 importlib__bootstrap_external_toplevel_consts_22_localsplusnames = {
23243     ._object = {
23244         .ob_base = {
23245             .ob_base = {
23246                 .ob_refcnt = 999999999,
23247                 .ob_type = &PyTuple_Type,
23248             },
23249             .ob_size = 2,
23250         },
23251         .ob_item = {
23252             &_Py_ID(path),
23253             & const_str_root._ascii.ob_base,
23254         },
23255     },
23256 };
23257 static
23258     struct _PyCode_DEF(224)
23259 importlib__bootstrap_external_toplevel_consts_22 = {
23260     .ob_base = {
23261         .ob_base = {
23262             .ob_refcnt = 999999999,
23263             .ob_type = &PyCode_Type,
23264         },
23265         .ob_size = 112,
23266     },
23267     .co_consts = & importlib__bootstrap_external_toplevel_consts_22_consts._object.ob_base.ob_base,
23268     .co_names = & importlib__bootstrap_external_toplevel_consts_22_names._object.ob_base.ob_base,
23269     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
23270     .co_flags = 3,
23271     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
23272     ._co_linearray_entry_size = 0,
23273     .co_argcount = 1,
23274     .co_posonlyargcount = 0,
23275     .co_kwonlyargcount = 0,
23276     .co_stacksize = 4,
23277     .co_firstlineno = 172,
23278     .co_nlocalsplus = 2,
23279     .co_nlocals = 2,
23280     .co_nplaincellvars = 0,
23281     .co_ncellvars = 0,
23282     .co_nfreevars = 0,
23283     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_22_localsplusnames._object.ob_base.ob_base,
23284     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
23285     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
23286     .co_name = & const_str__path_isabs._ascii.ob_base,
23287     .co_qualname = & const_str__path_isabs._ascii.ob_base,
23288     .co_linetable = & importlib__bootstrap_external_toplevel_consts_22_linetable.ob_base.ob_base,
23289     ._co_code = NULL,
23290     ._co_linearray = NULL,
23291     .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\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x64\x04\xa6\x02\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x6b\x04\x00\x00\x00\x00\x6f\x29\x7c\x01\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x70\x14\x7c\x01\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
23292     ._co_firsttraceable = 0,
23293 };
23294 static
23295     struct {
23296         PyGC_Head _gc_head;
23297         struct {
23298             PyObject_VAR_HEAD
23299             PyObject *ob_item[1];
23300         }_object;
23301     }
23302 importlib__bootstrap_external_toplevel_consts_23_consts = {
23303     ._object = {
23304         .ob_base = {
23305             .ob_base = {
23306                 .ob_refcnt = 999999999,
23307                 .ob_type = &PyTuple_Type,
23308             },
23309             .ob_size = 1,
23310         },
23311         .ob_item = {
23312             & importlib__bootstrap_external_toplevel_consts_22_consts_0._ascii.ob_base,
23313         },
23314     },
23315 };
23316 static
23317     struct {
23318         PyGC_Head _gc_head;
23319         struct {
23320             PyObject_VAR_HEAD
23321             PyObject *ob_item[2];
23322         }_object;
23323     }
23324 importlib__bootstrap_external_toplevel_consts_23_names = {
23325     ._object = {
23326         .ob_base = {
23327             .ob_base = {
23328                 .ob_refcnt = 999999999,
23329                 .ob_type = &PyTuple_Type,
23330             },
23331             .ob_size = 2,
23332         },
23333         .ob_item = {
23334             & const_str_startswith._ascii.ob_base,
23335             & const_str_path_separators._ascii.ob_base,
23336         },
23337     },
23338 };
23339 static
23340     struct {
23341         PyObject_VAR_HEAD
23342         Py_hash_t ob_shash;
23343         char ob_sval[21];
23344     }
23345 importlib__bootstrap_external_toplevel_consts_23_linetable = {
23346     .ob_base = {
23347         .ob_base = {
23348             .ob_refcnt = 999999999,
23349             .ob_type = &PyBytes_Type,
23350         },
23351         .ob_size = 20,
23352     },
23353     .ob_shash = -1,
23354     .ob_sval = "\x80\x00\xe0\x0f\x13\x8f\x7f\x8a\x7f\x9d\x7f\xd1\x0f\x2f\xd4\x0f\x2f\xd0\x08\x2f",
23355 };
23356 static
23357     struct _PyCode_DEF(54)
23358 importlib__bootstrap_external_toplevel_consts_23 = {
23359     .ob_base = {
23360         .ob_base = {
23361             .ob_refcnt = 999999999,
23362             .ob_type = &PyCode_Type,
23363         },
23364         .ob_size = 27,
23365     },
23366     .co_consts = & importlib__bootstrap_external_toplevel_consts_23_consts._object.ob_base.ob_base,
23367     .co_names = & importlib__bootstrap_external_toplevel_consts_23_names._object.ob_base.ob_base,
23368     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
23369     .co_flags = 3,
23370     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
23371     ._co_linearray_entry_size = 0,
23372     .co_argcount = 1,
23373     .co_posonlyargcount = 0,
23374     .co_kwonlyargcount = 0,
23375     .co_stacksize = 3,
23376     .co_firstlineno = 180,
23377     .co_nlocalsplus = 1,
23378     .co_nlocals = 1,
23379     .co_nplaincellvars = 0,
23380     .co_ncellvars = 0,
23381     .co_nfreevars = 0,
23382     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
23383     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
23384     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
23385     .co_name = & const_str__path_isabs._ascii.ob_base,
23386     .co_qualname = & const_str__path_isabs._ascii.ob_base,
23387     .co_linetable = & importlib__bootstrap_external_toplevel_consts_23_linetable.ob_base.ob_base,
23388     ._co_code = NULL,
23389     ._co_linearray = NULL,
23390     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
23391     ._co_firsttraceable = 0,
23392 };
23393 static
23394     struct {
23395         PyObject_VAR_HEAD
23396         digit ob_digit[1];
23397     }
23398 const_int_438 = {
23399     .ob_base = {
23400         .ob_base = {
23401             .ob_refcnt = 999999999,
23402             .ob_type = &PyLong_Type,
23403         },
23404         .ob_size = 1,
23405     },
23406     .ob_digit = { 438 },
23407 };
23408 static
23409     struct {
23410         PyASCIIObject _ascii;
23411         uint8_t _data[163];
23412     }
23413 importlib__bootstrap_external_toplevel_consts_25_consts_0 = {
23414     ._ascii = {
23415         .ob_base = {
23416             .ob_refcnt = 999999999,
23417             .ob_type = &PyUnicode_Type,
23418         },
23419         .length = 162,
23420         .hash = -1,
23421         .state = {
23422             .kind = 1,
23423             .compact = 1,
23424             .ascii = 1,
23425             .ready = 1,
23426         },
23427     },
23428     ._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",
23429 };
23430 static
23431     struct {
23432         PyASCIIObject _ascii;
23433         uint8_t _data[3];
23434     }
23435 const_str_wb = {
23436     ._ascii = {
23437         .ob_base = {
23438             .ob_refcnt = 999999999,
23439             .ob_type = &PyUnicode_Type,
23440         },
23441         .length = 2,
23442         .hash = -1,
23443         .state = {
23444             .kind = 1,
23445             .compact = 1,
23446             .ascii = 1,
23447             .ready = 1,
23448         },
23449     },
23450     ._data = "wb",
23451 };
23452 static
23453     struct {
23454         PyGC_Head _gc_head;
23455         struct {
23456             PyObject_VAR_HEAD
23457             PyObject *ob_item[5];
23458         }_object;
23459     }
23460 importlib__bootstrap_external_toplevel_consts_25_consts = {
23461     ._object = {
23462         .ob_base = {
23463             .ob_base = {
23464                 .ob_refcnt = 999999999,
23465                 .ob_type = &PyTuple_Type,
23466             },
23467             .ob_size = 5,
23468         },
23469         .ob_item = {
23470             & importlib__bootstrap_external_toplevel_consts_25_consts_0._ascii.ob_base,
23471             & importlib__bootstrap_toplevel_consts_43_consts_5._ascii.ob_base,
23472             & const_int_438.ob_base.ob_base,
23473             & const_str_wb._ascii.ob_base,
23474             Py_None,
23475         },
23476     },
23477 };
23478 static
23479     struct {
23480         PyASCIIObject _ascii;
23481         uint8_t _data[7];
23482     }
23483 const_str_O_EXCL = {
23484     ._ascii = {
23485         .ob_base = {
23486             .ob_refcnt = 999999999,
23487             .ob_type = &PyUnicode_Type,
23488         },
23489         .length = 6,
23490         .hash = -1,
23491         .state = {
23492             .kind = 1,
23493             .compact = 1,
23494             .ascii = 1,
23495             .ready = 1,
23496         },
23497     },
23498     ._data = "O_EXCL",
23499 };
23500 static
23501     struct {
23502         PyASCIIObject _ascii;
23503         uint8_t _data[8];
23504     }
23505 const_str_O_CREAT = {
23506     ._ascii = {
23507         .ob_base = {
23508             .ob_refcnt = 999999999,
23509             .ob_type = &PyUnicode_Type,
23510         },
23511         .length = 7,
23512         .hash = -1,
23513         .state = {
23514             .kind = 1,
23515             .compact = 1,
23516             .ascii = 1,
23517             .ready = 1,
23518         },
23519     },
23520     ._data = "O_CREAT",
23521 };
23522 static
23523     struct {
23524         PyASCIIObject _ascii;
23525         uint8_t _data[9];
23526     }
23527 const_str_O_WRONLY = {
23528     ._ascii = {
23529         .ob_base = {
23530             .ob_refcnt = 999999999,
23531             .ob_type = &PyUnicode_Type,
23532         },
23533         .length = 8,
23534         .hash = -1,
23535         .state = {
23536             .kind = 1,
23537             .compact = 1,
23538             .ascii = 1,
23539             .ready = 1,
23540         },
23541     },
23542     ._data = "O_WRONLY",
23543 };
23544 static
23545     struct {
23546         PyASCIIObject _ascii;
23547         uint8_t _data[4];
23548     }
23549 const_str__io = {
23550     ._ascii = {
23551         .ob_base = {
23552             .ob_refcnt = 999999999,
23553             .ob_type = &PyUnicode_Type,
23554         },
23555         .length = 3,
23556         .hash = -1,
23557         .state = {
23558             .kind = 1,
23559             .compact = 1,
23560             .ascii = 1,
23561             .ready = 1,
23562         },
23563     },
23564     ._data = "_io",
23565 };
23566 static
23567     struct {
23568         PyASCIIObject _ascii;
23569         uint8_t _data[7];
23570     }
23571 const_str_FileIO = {
23572     ._ascii = {
23573         .ob_base = {
23574             .ob_refcnt = 999999999,
23575             .ob_type = &PyUnicode_Type,
23576         },
23577         .length = 6,
23578         .hash = -1,
23579         .state = {
23580             .kind = 1,
23581             .compact = 1,
23582             .ascii = 1,
23583             .ready = 1,
23584         },
23585     },
23586     ._data = "FileIO",
23587 };
23588 static
23589     struct {
23590         PyASCIIObject _ascii;
23591         uint8_t _data[7];
23592     }
23593 const_str_unlink = {
23594     ._ascii = {
23595         .ob_base = {
23596             .ob_refcnt = 999999999,
23597             .ob_type = &PyUnicode_Type,
23598         },
23599         .length = 6,
23600         .hash = -1,
23601         .state = {
23602             .kind = 1,
23603             .compact = 1,
23604             .ascii = 1,
23605             .ready = 1,
23606         },
23607     },
23608     ._data = "unlink",
23609 };
23610 static
23611     struct {
23612         PyGC_Head _gc_head;
23613         struct {
23614             PyObject_VAR_HEAD
23615             PyObject *ob_item[13];
23616         }_object;
23617     }
23618 importlib__bootstrap_external_toplevel_consts_25_names = {
23619     ._object = {
23620         .ob_base = {
23621             .ob_base = {
23622                 .ob_refcnt = 999999999,
23623                 .ob_type = &PyTuple_Type,
23624             },
23625             .ob_size = 13,
23626         },
23627         .ob_item = {
23628             & const_str_format._ascii.ob_base,
23629             & const_str_id._ascii.ob_base,
23630             & const_str__os._ascii.ob_base,
23631             &_Py_ID(open),
23632             & const_str_O_EXCL._ascii.ob_base,
23633             & const_str_O_CREAT._ascii.ob_base,
23634             & const_str_O_WRONLY._ascii.ob_base,
23635             & const_str__io._ascii.ob_base,
23636             & const_str_FileIO._ascii.ob_base,
23637             &_Py_ID(write),
23638             &_Py_ID(replace),
23639             & const_str_OSError._ascii.ob_base,
23640             & const_str_unlink._ascii.ob_base,
23641         },
23642     },
23643 };
23644 static
23645     struct {
23646         PyASCIIObject _ascii;
23647         uint8_t _data[14];
23648     }
23649 const_str__write_atomic = {
23650     ._ascii = {
23651         .ob_base = {
23652             .ob_refcnt = 999999999,
23653             .ob_type = &PyUnicode_Type,
23654         },
23655         .length = 13,
23656         .hash = -1,
23657         .state = {
23658             .kind = 1,
23659             .compact = 1,
23660             .ascii = 1,
23661             .ready = 1,
23662         },
23663     },
23664     ._data = "_write_atomic",
23665 };
23666 static
23667     struct {
23668         PyObject_VAR_HEAD
23669         Py_hash_t ob_shash;
23670         char ob_sval[311];
23671     }
23672 importlib__bootstrap_external_toplevel_consts_25_linetable = {
23673     .ob_base = {
23674         .ob_base = {
23675             .ob_refcnt = 999999999,
23676             .ob_type = &PyBytes_Type,
23677         },
23678         .ob_size = 310,
23679     },
23680     .ob_shash = -1,
23681     .ob_sval = "\x80\x00\xf0\x0a\x00\x10\x17\x8f\x7e\x8a\x7e\x98\x64\xa5\x42\xa0\x74\xa1\x48\xa4\x48\xd1\x0f\x2d\xd4\x0f\x2d\x80\x48\xdd\x09\x0c\x8c\x18\x90\x28\xdd\x12\x15\x94\x2a\x9d\x73\x9c\x7b\xd1\x12\x2a\xad\x53\xac\x5c\xd1\x12\x39\xb8\x34\xc0\x25\xb9\x3c\xf1\x03\x01\x0a\x49\x01\xf4\x00\x01\x0a\x49\x01\x80\x42\xf0\x04\x0b\x05\x0e\xf5\x06\x00\x0e\x11\x8c\x5a\x98\x02\x98\x44\xd1\x0d\x21\xd4\x0d\x21\xf0\x00\x01\x09\x1d\xa0\x54\xd8\x0c\x10\x8f\x4a\x8a\x4a\x90\x74\xd1\x0c\x1c\xd4\x0c\x1c\xd0\x0c\x1c\xf0\x03\x01\x09\x1d\xf0\x00\x01\x09\x1d\xf0\x00\x01\x09\x1d\xf1\x00\x01\x09\x1d\xf4\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\xf0\x00\x01\x09\x1d\xf0\x00\x01\x09\x1d\xf0\x00\x01\x09\x1d\xf0\x00\x01\x09\x1d\xe5\x08\x0b\x8c\x0b\x90\x48\x98\x64\xd1\x08\x23\xd4\x08\x23\xd0\x08\x23\xd0\x08\x23\xd0\x08\x23\xf8\xdd\x0b\x12\xf0\x00\x05\x05\x0e\xf0\x00\x05\x05\x0e\xf0\x00\x05\x05\x0e\xf0\x02\x03\x09\x11\xdd\x0c\x0f\x8c\x4a\x90\x78\xd1\x0c\x20\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",
23682 };
23683 static
23684     struct {
23685         PyObject_VAR_HEAD
23686         Py_hash_t ob_shash;
23687         char ob_sval[85];
23688     }
23689 importlib__bootstrap_external_toplevel_consts_25_exceptiontable = {
23690     .ob_base = {
23691         .ob_base = {
23692             .ob_refcnt = 999999999,
23693             .ob_type = &PyBytes_Type,
23694         },
23695         .ob_size = 84,
23696     },
23697     .ob_shash = -1,
23698     .ob_sval = "\xc1\x22\x15\x42\x3b\x00\xc1\x37\x16\x42\x19\x03\xc2\x0d\x0c\x42\x3b\x00\xc2\x19\x04\x42\x1d\x07\xc2\x1d\x03\x42\x3b\x00\xc2\x20\x01\x42\x1d\x07\xc2\x21\x18\x42\x3b\x00\xc2\x3b\x0a\x43\x2d\x03\xc3\x06\x14\x43\x1b\x02\xc3\x1a\x01\x43\x2d\x03\xc3\x1b\x0a\x43\x28\x05\xc3\x25\x02\x43\x2d\x03\xc3\x27\x01\x43\x28\x05\xc3\x28\x05\x43\x2d\x03",
23699 };
23700 static
23701     struct {
23702         PyASCIIObject _ascii;
23703         uint8_t _data[9];
23704     }
23705 const_str_path_tmp = {
23706     ._ascii = {
23707         .ob_base = {
23708             .ob_refcnt = 999999999,
23709             .ob_type = &PyUnicode_Type,
23710         },
23711         .length = 8,
23712         .hash = -1,
23713         .state = {
23714             .kind = 1,
23715             .compact = 1,
23716             .ascii = 1,
23717             .ready = 1,
23718         },
23719     },
23720     ._data = "path_tmp",
23721 };
23722 static
23723     struct {
23724         PyASCIIObject _ascii;
23725         uint8_t _data[3];
23726     }
23727 const_str_fd = {
23728     ._ascii = {
23729         .ob_base = {
23730             .ob_refcnt = 999999999,
23731             .ob_type = &PyUnicode_Type,
23732         },
23733         .length = 2,
23734         .hash = -1,
23735         .state = {
23736             .kind = 1,
23737             .compact = 1,
23738             .ascii = 1,
23739             .ready = 1,
23740         },
23741     },
23742     ._data = "fd",
23743 };
23744 static
23745     struct {
23746         PyGC_Head _gc_head;
23747         struct {
23748             PyObject_VAR_HEAD
23749             PyObject *ob_item[6];
23750         }_object;
23751     }
23752 importlib__bootstrap_external_toplevel_consts_25_localsplusnames = {
23753     ._object = {
23754         .ob_base = {
23755             .ob_base = {
23756                 .ob_refcnt = 999999999,
23757                 .ob_type = &PyTuple_Type,
23758             },
23759             .ob_size = 6,
23760         },
23761         .ob_item = {
23762             &_Py_ID(path),
23763             & const_str_data._ascii.ob_base,
23764             &_Py_ID(mode),
23765             & const_str_path_tmp._ascii.ob_base,
23766             & const_str_fd._ascii.ob_base,
23767             & const_str_file._ascii.ob_base,
23768         },
23769     },
23770 };
23771 static
23772     struct _PyCode_DEF(480)
23773 importlib__bootstrap_external_toplevel_consts_25 = {
23774     .ob_base = {
23775         .ob_base = {
23776             .ob_refcnt = 999999999,
23777             .ob_type = &PyCode_Type,
23778         },
23779         .ob_size = 240,
23780     },
23781     .co_consts = & importlib__bootstrap_external_toplevel_consts_25_consts._object.ob_base.ob_base,
23782     .co_names = & importlib__bootstrap_external_toplevel_consts_25_names._object.ob_base.ob_base,
23783     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_25_exceptiontable.ob_base.ob_base,
23784     .co_flags = 3,
23785     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
23786     ._co_linearray_entry_size = 0,
23787     .co_argcount = 3,
23788     .co_posonlyargcount = 0,
23789     .co_kwonlyargcount = 0,
23790     .co_stacksize = 6,
23791     .co_firstlineno = 185,
23792     .co_nlocalsplus = 6,
23793     .co_nlocals = 6,
23794     .co_nplaincellvars = 0,
23795     .co_ncellvars = 0,
23796     .co_nfreevars = 0,
23797     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_25_localsplusnames._object.ob_base.ob_base,
23798     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
23799     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
23800     .co_name = & const_str__write_atomic._ascii.ob_base,
23801     .co_qualname = & const_str__write_atomic._ascii.ob_base,
23802     .co_linetable = & importlib__bootstrap_external_toplevel_consts_25_linetable.ob_base.ob_base,
23803     ._co_code = NULL,
23804     ._co_linearray = NULL,
23805     .co_code_adaptive = "\x97\x00\x64\x01\xa0\x00\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\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\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\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\x06\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x07\x00\x00\x7c\x02\x64\x02\x7a\x01\x00\x00\xa6\x03\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\x08\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x64\x03\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x05\x7c\x05\xa0\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x04\x64\x04\x64\x04\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0b\x23\x00\x31\x00\x73\x04\x77\x02\x78\x03\x59\x00\x77\x01\x01\x00\x59\x00\x01\x00\x01\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x04\x53\x00\x23\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x28\x01\x00\x09\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\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",
23806     ._co_firsttraceable = 0,
23807 };
23808 static
23809     struct {
23810         PyObject_VAR_HEAD
23811         digit ob_digit[1];
23812     }
23813 const_int_3495 = {
23814     .ob_base = {
23815         .ob_base = {
23816             .ob_refcnt = 999999999,
23817             .ob_type = &PyLong_Type,
23818         },
23819         .ob_size = 1,
23820     },
23821     .ob_digit = { 3495 },
23822 };
23823 static
23824     struct {
23825         PyObject_VAR_HEAD
23826         Py_hash_t ob_shash;
23827         char ob_sval[3];
23828     }
23829 importlib__bootstrap_external_toplevel_consts_29 = {
23830     .ob_base = {
23831         .ob_base = {
23832             .ob_refcnt = 999999999,
23833             .ob_type = &PyBytes_Type,
23834         },
23835         .ob_size = 2,
23836     },
23837     .ob_shash = -1,
23838     .ob_sval = "\x0d\x0a",
23839 };
23840 static
23841     struct {
23842         PyASCIIObject _ascii;
23843         uint8_t _data[12];
23844     }
23845 const_str___pycache__ = {
23846     ._ascii = {
23847         .ob_base = {
23848             .ob_refcnt = 999999999,
23849             .ob_type = &PyUnicode_Type,
23850         },
23851         .length = 11,
23852         .hash = -1,
23853         .state = {
23854             .kind = 1,
23855             .compact = 1,
23856             .ascii = 1,
23857             .ready = 1,
23858         },
23859     },
23860     ._data = "__pycache__",
23861 };
23862 static
23863     struct {
23864         PyASCIIObject _ascii;
23865         uint8_t _data[5];
23866     }
23867 importlib__bootstrap_external_toplevel_consts_31 = {
23868     ._ascii = {
23869         .ob_base = {
23870             .ob_refcnt = 999999999,
23871             .ob_type = &PyUnicode_Type,
23872         },
23873         .length = 4,
23874         .hash = -1,
23875         .state = {
23876             .kind = 1,
23877             .compact = 1,
23878             .ascii = 1,
23879             .ready = 1,
23880         },
23881     },
23882     ._data = "opt-",
23883 };
23884 static
23885     struct {
23886         PyASCIIObject _ascii;
23887         uint8_t _data[5];
23888     }
23889 importlib__bootstrap_external_toplevel_consts_33 = {
23890     ._ascii = {
23891         .ob_base = {
23892             .ob_refcnt = 999999999,
23893             .ob_type = &PyUnicode_Type,
23894         },
23895         .length = 4,
23896         .hash = -1,
23897         .state = {
23898             .kind = 1,
23899             .compact = 1,
23900             .ascii = 1,
23901             .ready = 1,
23902         },
23903     },
23904     ._data = ".pyw",
23905 };
23906 static
23907     struct {
23908         PyASCIIObject _ascii;
23909         uint8_t _data[5];
23910     }
23911 importlib__bootstrap_external_toplevel_consts_34 = {
23912     ._ascii = {
23913         .ob_base = {
23914             .ob_refcnt = 999999999,
23915             .ob_type = &PyUnicode_Type,
23916         },
23917         .length = 4,
23918         .hash = -1,
23919         .state = {
23920             .kind = 1,
23921             .compact = 1,
23922             .ascii = 1,
23923             .ready = 1,
23924         },
23925     },
23926     ._data = ".pyc",
23927 };
23928 static
23929     struct {
23930         PyASCIIObject _ascii;
23931         uint8_t _data[13];
23932     }
23933 const_str_optimization = {
23934     ._ascii = {
23935         .ob_base = {
23936             .ob_refcnt = 999999999,
23937             .ob_type = &PyUnicode_Type,
23938         },
23939         .length = 12,
23940         .hash = -1,
23941         .state = {
23942             .kind = 1,
23943             .compact = 1,
23944             .ascii = 1,
23945             .ready = 1,
23946         },
23947     },
23948     ._data = "optimization",
23949 };
23950 static
23951     struct {
23952         PyGC_Head _gc_head;
23953         struct {
23954             PyObject_VAR_HEAD
23955             PyObject *ob_item[1];
23956         }_object;
23957     }
23958 importlib__bootstrap_external_toplevel_consts_35 = {
23959     ._object = {
23960         .ob_base = {
23961             .ob_base = {
23962                 .ob_refcnt = 999999999,
23963                 .ob_type = &PyTuple_Type,
23964             },
23965             .ob_size = 1,
23966         },
23967         .ob_item = {
23968             & const_str_optimization._ascii.ob_base,
23969         },
23970     },
23971 };
23972 static
23973     struct {
23974         PyASCIIObject _ascii;
23975         uint8_t _data[767];
23976     }
23977 importlib__bootstrap_external_toplevel_consts_36_consts_0 = {
23978     ._ascii = {
23979         .ob_base = {
23980             .ob_refcnt = 999999999,
23981             .ob_type = &PyUnicode_Type,
23982         },
23983         .length = 766,
23984         .hash = -1,
23985         .state = {
23986             .kind = 1,
23987             .compact = 1,
23988             .ascii = 1,
23989             .ready = 1,
23990         },
23991     },
23992     ._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",
23993 };
23994 static
23995     struct {
23996         PyASCIIObject _ascii;
23997         uint8_t _data[71];
23998     }
23999 importlib__bootstrap_external_toplevel_consts_36_consts_2 = {
24000     ._ascii = {
24001         .ob_base = {
24002             .ob_refcnt = 999999999,
24003             .ob_type = &PyUnicode_Type,
24004         },
24005         .length = 70,
24006         .hash = -1,
24007         .state = {
24008             .kind = 1,
24009             .compact = 1,
24010             .ascii = 1,
24011             .ready = 1,
24012         },
24013     },
24014     ._data = "the debug_override parameter is deprecated; use 'optimization' instead",
24015 };
24016 static
24017     struct {
24018         PyASCIIObject _ascii;
24019         uint8_t _data[51];
24020     }
24021 importlib__bootstrap_external_toplevel_consts_36_consts_3 = {
24022     ._ascii = {
24023         .ob_base = {
24024             .ob_refcnt = 999999999,
24025             .ob_type = &PyUnicode_Type,
24026         },
24027         .length = 50,
24028         .hash = -1,
24029         .state = {
24030             .kind = 1,
24031             .compact = 1,
24032             .ascii = 1,
24033             .ready = 1,
24034         },
24035     },
24036     ._data = "debug_override or optimization must be set to None",
24037 };
24038 static
24039     struct {
24040         PyASCIIObject _ascii;
24041         uint8_t _data[37];
24042     }
24043 importlib__bootstrap_external_toplevel_consts_36_consts_7 = {
24044     ._ascii = {
24045         .ob_base = {
24046             .ob_refcnt = 999999999,
24047             .ob_type = &PyUnicode_Type,
24048         },
24049         .length = 36,
24050         .hash = -1,
24051         .state = {
24052             .kind = 1,
24053             .compact = 1,
24054             .ascii = 1,
24055             .ready = 1,
24056         },
24057     },
24058     ._data = "sys.implementation.cache_tag is None",
24059 };
24060 static
24061     struct {
24062         PyASCIIObject _ascii;
24063         uint8_t _data[25];
24064     }
24065 importlib__bootstrap_external_toplevel_consts_36_consts_9 = {
24066     ._ascii = {
24067         .ob_base = {
24068             .ob_refcnt = 999999999,
24069             .ob_type = &PyUnicode_Type,
24070         },
24071         .length = 24,
24072         .hash = -1,
24073         .state = {
24074             .kind = 1,
24075             .compact = 1,
24076             .ascii = 1,
24077             .ready = 1,
24078         },
24079     },
24080     ._data = "{!r} is not alphanumeric",
24081 };
24082 static
24083     struct {
24084         PyASCIIObject _ascii;
24085         uint8_t _data[8];
24086     }
24087 importlib__bootstrap_external_toplevel_consts_36_consts_10 = {
24088     ._ascii = {
24089         .ob_base = {
24090             .ob_refcnt = 999999999,
24091             .ob_type = &PyUnicode_Type,
24092         },
24093         .length = 7,
24094         .hash = -1,
24095         .state = {
24096             .kind = 1,
24097             .compact = 1,
24098             .ascii = 1,
24099             .ready = 1,
24100         },
24101     },
24102     ._data = "{}.{}{}",
24103 };
24104 static
24105     struct {
24106         PyGC_Head _gc_head;
24107         struct {
24108             PyObject_VAR_HEAD
24109             PyObject *ob_item[13];
24110         }_object;
24111     }
24112 importlib__bootstrap_external_toplevel_consts_36_consts = {
24113     ._object = {
24114         .ob_base = {
24115             .ob_base = {
24116                 .ob_refcnt = 999999999,
24117                 .ob_type = &PyTuple_Type,
24118             },
24119             .ob_size = 13,
24120         },
24121         .ob_item = {
24122             & importlib__bootstrap_external_toplevel_consts_36_consts_0._ascii.ob_base,
24123             Py_None,
24124             & importlib__bootstrap_external_toplevel_consts_36_consts_2._ascii.ob_base,
24125             & importlib__bootstrap_external_toplevel_consts_36_consts_3._ascii.ob_base,
24126             &_Py_STR(empty),
24127             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
24128             &_Py_STR(dot),
24129             & importlib__bootstrap_external_toplevel_consts_36_consts_7._ascii.ob_base,
24130             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
24131             & importlib__bootstrap_external_toplevel_consts_36_consts_9._ascii.ob_base,
24132             & importlib__bootstrap_external_toplevel_consts_36_consts_10._ascii.ob_base,
24133             & importlib__bootstrap_external_toplevel_consts_8_consts_0._ascii.ob_base,
24134             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
24135         },
24136     },
24137 };
24138 static
24139     struct {
24140         PyASCIIObject _ascii;
24141         uint8_t _data[7];
24142     }
24143 const_str_fspath = {
24144     ._ascii = {
24145         .ob_base = {
24146             .ob_refcnt = 999999999,
24147             .ob_type = &PyUnicode_Type,
24148         },
24149         .length = 6,
24150         .hash = -1,
24151         .state = {
24152             .kind = 1,
24153             .compact = 1,
24154             .ascii = 1,
24155             .ready = 1,
24156         },
24157     },
24158     ._data = "fspath",
24159 };
24160 static
24161     struct {
24162         PyASCIIObject _ascii;
24163         uint8_t _data[10];
24164     }
24165 const_str_cache_tag = {
24166     ._ascii = {
24167         .ob_base = {
24168             .ob_refcnt = 999999999,
24169             .ob_type = &PyUnicode_Type,
24170         },
24171         .length = 9,
24172         .hash = -1,
24173         .state = {
24174             .kind = 1,
24175             .compact = 1,
24176             .ascii = 1,
24177             .ready = 1,
24178         },
24179     },
24180     ._data = "cache_tag",
24181 };
24182 static
24183     struct {
24184         PyASCIIObject _ascii;
24185         uint8_t _data[9];
24186     }
24187 const_str_optimize = {
24188     ._ascii = {
24189         .ob_base = {
24190             .ob_refcnt = 999999999,
24191             .ob_type = &PyUnicode_Type,
24192         },
24193         .length = 8,
24194         .hash = -1,
24195         .state = {
24196             .kind = 1,
24197             .compact = 1,
24198             .ascii = 1,
24199             .ready = 1,
24200         },
24201     },
24202     ._data = "optimize",
24203 };
24204 static
24205     struct {
24206         PyASCIIObject _ascii;
24207         uint8_t _data[8];
24208     }
24209 const_str_isalnum = {
24210     ._ascii = {
24211         .ob_base = {
24212             .ob_refcnt = 999999999,
24213             .ob_type = &PyUnicode_Type,
24214         },
24215         .length = 7,
24216         .hash = -1,
24217         .state = {
24218             .kind = 1,
24219             .compact = 1,
24220             .ascii = 1,
24221             .ready = 1,
24222         },
24223     },
24224     ._data = "isalnum",
24225 };
24226 static
24227     struct {
24228         PyASCIIObject _ascii;
24229         uint8_t _data[5];
24230     }
24231 const_str__OPT = {
24232     ._ascii = {
24233         .ob_base = {
24234             .ob_refcnt = 999999999,
24235             .ob_type = &PyUnicode_Type,
24236         },
24237         .length = 4,
24238         .hash = -1,
24239         .state = {
24240             .kind = 1,
24241             .compact = 1,
24242             .ascii = 1,
24243             .ready = 1,
24244         },
24245     },
24246     ._data = "_OPT",
24247 };
24248 static
24249     struct {
24250         PyASCIIObject _ascii;
24251         uint8_t _data[18];
24252     }
24253 const_str_BYTECODE_SUFFIXES = {
24254     ._ascii = {
24255         .ob_base = {
24256             .ob_refcnt = 999999999,
24257             .ob_type = &PyUnicode_Type,
24258         },
24259         .length = 17,
24260         .hash = -1,
24261         .state = {
24262             .kind = 1,
24263             .compact = 1,
24264             .ascii = 1,
24265             .ready = 1,
24266         },
24267     },
24268     ._data = "BYTECODE_SUFFIXES",
24269 };
24270 static
24271     struct {
24272         PyASCIIObject _ascii;
24273         uint8_t _data[15];
24274     }
24275 const_str_pycache_prefix = {
24276     ._ascii = {
24277         .ob_base = {
24278             .ob_refcnt = 999999999,
24279             .ob_type = &PyUnicode_Type,
24280         },
24281         .length = 14,
24282         .hash = -1,
24283         .state = {
24284             .kind = 1,
24285             .compact = 1,
24286             .ascii = 1,
24287             .ready = 1,
24288         },
24289     },
24290     ._data = "pycache_prefix",
24291 };
24292 static
24293     struct {
24294         PyASCIIObject _ascii;
24295         uint8_t _data[7];
24296     }
24297 const_str_lstrip = {
24298     ._ascii = {
24299         .ob_base = {
24300             .ob_refcnt = 999999999,
24301             .ob_type = &PyUnicode_Type,
24302         },
24303         .length = 6,
24304         .hash = -1,
24305         .state = {
24306             .kind = 1,
24307             .compact = 1,
24308             .ascii = 1,
24309             .ready = 1,
24310         },
24311     },
24312     ._data = "lstrip",
24313 };
24314 static
24315     struct {
24316         PyASCIIObject _ascii;
24317         uint8_t _data[9];
24318     }
24319 const_str__PYCACHE = {
24320     ._ascii = {
24321         .ob_base = {
24322             .ob_refcnt = 999999999,
24323             .ob_type = &PyUnicode_Type,
24324         },
24325         .length = 8,
24326         .hash = -1,
24327         .state = {
24328             .kind = 1,
24329             .compact = 1,
24330             .ascii = 1,
24331             .ready = 1,
24332         },
24333     },
24334     ._data = "_PYCACHE",
24335 };
24336 static
24337     struct {
24338         PyGC_Head _gc_head;
24339         struct {
24340             PyObject_VAR_HEAD
24341             PyObject *ob_item[28];
24342         }_object;
24343     }
24344 importlib__bootstrap_external_toplevel_consts_36_names = {
24345     ._object = {
24346         .ob_base = {
24347             .ob_base = {
24348                 .ob_refcnt = 999999999,
24349                 .ob_type = &PyTuple_Type,
24350             },
24351             .ob_size = 28,
24352         },
24353         .ob_item = {
24354             & const_str__warnings._ascii.ob_base,
24355             & const_str_warn._ascii.ob_base,
24356             & const_str_DeprecationWarning._ascii.ob_base,
24357             & const_str_TypeError._ascii.ob_base,
24358             & const_str__os._ascii.ob_base,
24359             & const_str_fspath._ascii.ob_base,
24360             & const_str__path_split._ascii.ob_base,
24361             & const_str_rpartition._ascii.ob_base,
24362             & const_str_sys._ascii.ob_base,
24363             & const_str_implementation._ascii.ob_base,
24364             & const_str_cache_tag._ascii.ob_base,
24365             & const_str_NotImplementedError._ascii.ob_base,
24366             &_Py_ID(join),
24367             & const_str_flags._ascii.ob_base,
24368             & const_str_optimize._ascii.ob_base,
24369             & const_str_str._ascii.ob_base,
24370             & const_str_isalnum._ascii.ob_base,
24371             & const_str_ValueError._ascii.ob_base,
24372             & const_str_format._ascii.ob_base,
24373             & const_str__OPT._ascii.ob_base,
24374             & const_str_BYTECODE_SUFFIXES._ascii.ob_base,
24375             & const_str_pycache_prefix._ascii.ob_base,
24376             & const_str__path_isabs._ascii.ob_base,
24377             & const_str__path_join._ascii.ob_base,
24378             & const_str_getcwd._ascii.ob_base,
24379             & const_str_path_separators._ascii.ob_base,
24380             & const_str_lstrip._ascii.ob_base,
24381             & const_str__PYCACHE._ascii.ob_base,
24382         },
24383     },
24384 };
24385 static
24386     struct {
24387         PyASCIIObject _ascii;
24388         uint8_t _data[18];
24389     }
24390 const_str_cache_from_source = {
24391     ._ascii = {
24392         .ob_base = {
24393             .ob_refcnt = 999999999,
24394             .ob_type = &PyUnicode_Type,
24395         },
24396         .length = 17,
24397         .hash = -1,
24398         .state = {
24399             .kind = 1,
24400             .compact = 1,
24401             .ascii = 1,
24402             .ready = 1,
24403         },
24404     },
24405     ._data = "cache_from_source",
24406 };
24407 static
24408     struct {
24409         PyObject_VAR_HEAD
24410         Py_hash_t ob_shash;
24411         char ob_sval[506];
24412     }
24413 importlib__bootstrap_external_toplevel_consts_36_linetable = {
24414     .ob_base = {
24415         .ob_base = {
24416             .ob_refcnt = 999999999,
24417             .ob_type = &PyBytes_Type,
24418         },
24419         .ob_size = 505,
24420     },
24421     .ob_shash = -1,
24422     .ob_sval = "\x80\x00\xf0\x24\x00\x08\x16\xd0\x07\x21\xdd\x08\x11\x8c\x0e\xf0\x00\x01\x18\x30\xdd\x31\x43\xf1\x03\x01\x09\x45\x01\xf4\x00\x01\x09\x45\x01\xf0\x00\x01\x09\x45\x01\xe0\x0b\x17\xd0\x0b\x23\xd8\x16\x4a\x88\x47\xdd\x12\x1b\x98\x47\xd1\x12\x24\xd4\x12\x24\xd0\x0c\x24\xd8\x1d\x2b\xd0\x17\x32\x90\x72\x90\x72\xb0\x11\x88\x0c\xdd\x0b\x0e\x8c\x3a\x90\x64\xd1\x0b\x1b\xd4\x0b\x1b\x80\x44\xdd\x11\x1c\x98\x54\xd1\x11\x22\xd4\x11\x22\x81\x4a\x80\x44\x88\x24\xd8\x16\x1a\x97\x6f\x92\x6f\xa0\x63\xd1\x16\x2a\xd4\x16\x2a\x81\x4f\x80\x44\x88\x23\x88\x74\xdd\x0a\x0d\xd4\x0a\x1c\xd4\x0a\x26\x80\x43\xd8\x07\x0a\x80\x7b\xdd\x0e\x21\xd0\x22\x48\xd1\x0e\x49\xd4\x0e\x49\xd0\x08\x49\xd8\x16\x18\x97\x67\x92\x67\xa8\x04\xd0\x20\x36\xa0\x04\xa0\x04\xb0\x24\xb8\x13\xb8\x63\xd0\x1e\x42\xd1\x16\x43\xd4\x16\x43\x80\x4f\xd8\x07\x13\xd0\x07\x1b\xdd\x0b\x0e\x8c\x39\xd4\x0b\x1d\xa0\x11\xd2\x0b\x22\xd0\x0b\x22\xd8\x1b\x1d\x88\x4c\x88\x4c\xe5\x1b\x1e\x9c\x39\xd4\x1b\x2d\x88\x4c\xdd\x13\x16\x90\x7c\xd1\x13\x24\xd4\x13\x24\x80\x4c\xd8\x07\x13\x90\x72\xd2\x07\x19\xd0\x07\x19\xd8\x0f\x1b\xd7\x0f\x23\xd2\x0f\x23\xd1\x0f\x25\xd4\x0f\x25\xf0\x00\x01\x09\x4e\x01\xdd\x12\x1c\xd0\x1d\x37\xd7\x1d\x3e\xd2\x1d\x3e\xb8\x7c\xd1\x1d\x4c\xd4\x1d\x4c\xd1\x12\x4d\xd4\x12\x4d\xd0\x0c\x4d\xd8\x1a\x23\xd7\x1a\x2a\xd2\x1a\x2a\xa8\x3f\xbd\x44\xc0\x2c\xd1\x1a\x4f\xd4\x1a\x4f\x88\x0f\xd8\x0f\x1e\xd5\x21\x32\xb0\x31\xd4\x21\x35\xd1\x0f\x35\x80\x48\xdd\x07\x0a\xd4\x07\x19\xd0\x07\x25\xf5\x12\x00\x10\x1b\x98\x34\xd1\x0f\x20\xd4\x0f\x20\xf0\x00\x01\x09\x32\xdd\x13\x1d\x9d\x63\x9c\x6a\x99\x6c\x9c\x6c\xa8\x44\xd1\x13\x31\xd4\x13\x31\x88\x44\xf0\x0a\x00\x0c\x10\x90\x01\x8c\x37\x90\x63\x8a\x3e\x88\x3e\x98\x64\xa0\x31\x9c\x67\xad\x5f\xd0\x1e\x3c\xd0\x1e\x3c\xd8\x13\x17\x98\x01\x98\x02\x98\x02\x94\x38\x88\x44\xf5\x08\x00\x10\x1a\xdd\x0c\x0f\xd4\x0c\x1e\xd8\x0c\x10\x8f\x4b\x8a\x4b\x9d\x0f\xd1\x0c\x28\xd4\x0c\x28\xd8\x0c\x14\xf1\x07\x04\x10\x0a\xf4\x00\x04\x10\x0a\xf0\x00\x04\x09\x0a\xf5\x0a\x00\x0c\x16\x90\x64\x9d\x48\xa0\x68\xd1\x0b\x2f\xd4\x0b\x2f\xd0\x04\x2f",
24423 };
24424 static
24425     struct {
24426         PyASCIIObject _ascii;
24427         uint8_t _data[15];
24428     }
24429 const_str_debug_override = {
24430     ._ascii = {
24431         .ob_base = {
24432             .ob_refcnt = 999999999,
24433             .ob_type = &PyUnicode_Type,
24434         },
24435         .length = 14,
24436         .hash = -1,
24437         .state = {
24438             .kind = 1,
24439             .compact = 1,
24440             .ascii = 1,
24441             .ready = 1,
24442         },
24443     },
24444     ._data = "debug_override",
24445 };
24446 static
24447     struct {
24448         PyASCIIObject _ascii;
24449         uint8_t _data[5];
24450     }
24451 const_str_head = {
24452     ._ascii = {
24453         .ob_base = {
24454             .ob_refcnt = 999999999,
24455             .ob_type = &PyUnicode_Type,
24456         },
24457         .length = 4,
24458         .hash = -1,
24459         .state = {
24460             .kind = 1,
24461             .compact = 1,
24462             .ascii = 1,
24463             .ready = 1,
24464         },
24465     },
24466     ._data = "head",
24467 };
24468 static
24469     struct {
24470         PyASCIIObject _ascii;
24471         uint8_t _data[5];
24472     }
24473 const_str_rest = {
24474     ._ascii = {
24475         .ob_base = {
24476             .ob_refcnt = 999999999,
24477             .ob_type = &PyUnicode_Type,
24478         },
24479         .length = 4,
24480         .hash = -1,
24481         .state = {
24482             .kind = 1,
24483             .compact = 1,
24484             .ascii = 1,
24485             .ready = 1,
24486         },
24487     },
24488     ._data = "rest",
24489 };
24490 static
24491     struct {
24492         PyASCIIObject _ascii;
24493         uint8_t _data[4];
24494     }
24495 const_str_tag = {
24496     ._ascii = {
24497         .ob_base = {
24498             .ob_refcnt = 999999999,
24499             .ob_type = &PyUnicode_Type,
24500         },
24501         .length = 3,
24502         .hash = -1,
24503         .state = {
24504             .kind = 1,
24505             .compact = 1,
24506             .ascii = 1,
24507             .ready = 1,
24508         },
24509     },
24510     ._data = "tag",
24511 };
24512 static
24513     struct {
24514         PyASCIIObject _ascii;
24515         uint8_t _data[16];
24516     }
24517 const_str_almost_filename = {
24518     ._ascii = {
24519         .ob_base = {
24520             .ob_refcnt = 999999999,
24521             .ob_type = &PyUnicode_Type,
24522         },
24523         .length = 15,
24524         .hash = -1,
24525         .state = {
24526             .kind = 1,
24527             .compact = 1,
24528             .ascii = 1,
24529             .ready = 1,
24530         },
24531     },
24532     ._data = "almost_filename",
24533 };
24534 static
24535     struct {
24536         PyGC_Head _gc_head;
24537         struct {
24538             PyObject_VAR_HEAD
24539             PyObject *ob_item[12];
24540         }_object;
24541     }
24542 importlib__bootstrap_external_toplevel_consts_36_localsplusnames = {
24543     ._object = {
24544         .ob_base = {
24545             .ob_base = {
24546                 .ob_refcnt = 999999999,
24547                 .ob_type = &PyTuple_Type,
24548             },
24549             .ob_size = 12,
24550         },
24551         .ob_item = {
24552             &_Py_ID(path),
24553             & const_str_debug_override._ascii.ob_base,
24554             & const_str_optimization._ascii.ob_base,
24555             & const_str_message._ascii.ob_base,
24556             & const_str_head._ascii.ob_base,
24557             & const_str_tail._ascii.ob_base,
24558             & const_str_base._ascii.ob_base,
24559             & const_str_sep._ascii.ob_base,
24560             & const_str_rest._ascii.ob_base,
24561             & const_str_tag._ascii.ob_base,
24562             & const_str_almost_filename._ascii.ob_base,
24563             &_Py_ID(filename),
24564         },
24565     },
24566 };
24567 static
24568     struct {
24569         PyObject_VAR_HEAD
24570         Py_hash_t ob_shash;
24571         char ob_sval[13];
24572     }
24573 importlib__bootstrap_external_toplevel_consts_36_localspluskinds = {
24574     .ob_base = {
24575         .ob_base = {
24576             .ob_refcnt = 999999999,
24577             .ob_type = &PyBytes_Type,
24578         },
24579         .ob_size = 12,
24580     },
24581     .ob_shash = -1,
24582     .ob_sval = "            ",
24583 };
24584 static
24585     struct _PyCode_DEF(1022)
24586 importlib__bootstrap_external_toplevel_consts_36 = {
24587     .ob_base = {
24588         .ob_base = {
24589             .ob_refcnt = 999999999,
24590             .ob_type = &PyCode_Type,
24591         },
24592         .ob_size = 511,
24593     },
24594     .co_consts = & importlib__bootstrap_external_toplevel_consts_36_consts._object.ob_base.ob_base,
24595     .co_names = & importlib__bootstrap_external_toplevel_consts_36_names._object.ob_base.ob_base,
24596     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
24597     .co_flags = 3,
24598     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
24599     ._co_linearray_entry_size = 0,
24600     .co_argcount = 2,
24601     .co_posonlyargcount = 0,
24602     .co_kwonlyargcount = 1,
24603     .co_stacksize = 6,
24604     .co_firstlineno = 437,
24605     .co_nlocalsplus = 12,
24606     .co_nlocals = 12,
24607     .co_nplaincellvars = 0,
24608     .co_ncellvars = 0,
24609     .co_nfreevars = 0,
24610     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_36_localsplusnames._object.ob_base.ob_base,
24611     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_36_localspluskinds.ob_base.ob_base,
24612     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
24613     .co_name = & const_str_cache_from_source._ascii.ob_base,
24614     .co_qualname = & const_str_cache_from_source._ascii.ob_base,
24615     .co_linetable = & importlib__bootstrap_external_toplevel_consts_36_linetable.ob_base.ob_base,
24616     ._co_code = NULL,
24617     ._co_linearray = NULL,
24618     .co_code_adaptive = "\x97\x00\x7c\x01\x81\x33\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x81\x11\x64\x03\x7d\x03\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\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\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x04\x7d\x05\x7c\x05\xa0\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xa6\x01\x00\x00\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\x09\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x7c\x09\x80\x0f\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x04\xa0\x0c\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x7c\x02\x80\x29\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x6b\x02\x00\x00\x00\x00\x72\x03\x64\x04\x7d\x02\x6e\x11\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x64\x04\x6b\x03\x00\x00\x00\x00\x72\x52\x7c\x02\xa0\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x73\x22\x74\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\xa0\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x0a\xa0\x12\x00\x00\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\xa6\x03\x00\x00\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\x15\x00\x00\x00\x00\x00\x00\x00\x00\x81\x88\x74\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x21\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\x18\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x02\x00\x00\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\x19\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\x0a\x7c\x04\x64\x0c\x64\x01\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\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\x15\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa0\x1a\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\xa6\x03\x00\x00\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
24619     ._co_firsttraceable = 0,
24620 };
24621 static
24622     struct {
24623         PyASCIIObject _ascii;
24624         uint8_t _data[367];
24625     }
24626 importlib__bootstrap_external_toplevel_consts_37_consts_0 = {
24627     ._ascii = {
24628         .ob_base = {
24629             .ob_refcnt = 999999999,
24630             .ob_type = &PyUnicode_Type,
24631         },
24632         .length = 366,
24633         .hash = -1,
24634         .state = {
24635             .kind = 1,
24636             .compact = 1,
24637             .ascii = 1,
24638             .ready = 1,
24639         },
24640     },
24641     ._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",
24642 };
24643 static
24644     struct {
24645         PyASCIIObject _ascii;
24646         uint8_t _data[32];
24647     }
24648 importlib__bootstrap_external_toplevel_consts_37_consts_5 = {
24649     ._ascii = {
24650         .ob_base = {
24651             .ob_refcnt = 999999999,
24652             .ob_type = &PyUnicode_Type,
24653         },
24654         .length = 31,
24655         .hash = -1,
24656         .state = {
24657             .kind = 1,
24658             .compact = 1,
24659             .ascii = 1,
24660             .ready = 1,
24661         },
24662     },
24663     ._data = " not bottom-level directory in ",
24664 };
24665 static
24666     struct {
24667         PyGC_Head _gc_head;
24668         struct {
24669             PyObject_VAR_HEAD
24670             PyObject *ob_item[2];
24671         }_object;
24672     }
24673 importlib__bootstrap_external_toplevel_consts_37_consts_7 = {
24674     ._object = {
24675         .ob_base = {
24676             .ob_base = {
24677                 .ob_refcnt = 999999999,
24678                 .ob_type = &PyTuple_Type,
24679             },
24680             .ob_size = 2,
24681         },
24682         .ob_item = {
24683             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
24684             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
24685         },
24686     },
24687 };
24688 // TODO: The above tuple should be a frozenset
24689 static
24690     struct {
24691         PyASCIIObject _ascii;
24692         uint8_t _data[30];
24693     }
24694 importlib__bootstrap_external_toplevel_consts_37_consts_8 = {
24695     ._ascii = {
24696         .ob_base = {
24697             .ob_refcnt = 999999999,
24698             .ob_type = &PyUnicode_Type,
24699         },
24700         .length = 29,
24701         .hash = -1,
24702         .state = {
24703             .kind = 1,
24704             .compact = 1,
24705             .ascii = 1,
24706             .ready = 1,
24707         },
24708     },
24709     ._data = "expected only 2 or 3 dots in ",
24710 };
24711 static
24712     struct {
24713         PyASCIIObject _ascii;
24714         uint8_t _data[54];
24715     }
24716 importlib__bootstrap_external_toplevel_consts_37_consts_12 = {
24717     ._ascii = {
24718         .ob_base = {
24719             .ob_refcnt = 999999999,
24720             .ob_type = &PyUnicode_Type,
24721         },
24722         .length = 53,
24723         .hash = -1,
24724         .state = {
24725             .kind = 1,
24726             .compact = 1,
24727             .ascii = 1,
24728             .ready = 1,
24729         },
24730     },
24731     ._data = "optimization portion of filename does not start with ",
24732 };
24733 static
24734     struct {
24735         PyASCIIObject _ascii;
24736         uint8_t _data[20];
24737     }
24738 importlib__bootstrap_external_toplevel_consts_37_consts_13 = {
24739     ._ascii = {
24740         .ob_base = {
24741             .ob_refcnt = 999999999,
24742             .ob_type = &PyUnicode_Type,
24743         },
24744         .length = 19,
24745         .hash = -1,
24746         .state = {
24747             .kind = 1,
24748             .compact = 1,
24749             .ascii = 1,
24750             .ready = 1,
24751         },
24752     },
24753     ._data = "optimization level ",
24754 };
24755 static
24756     struct {
24757         PyASCIIObject _ascii;
24758         uint8_t _data[30];
24759     }
24760 importlib__bootstrap_external_toplevel_consts_37_consts_14 = {
24761     ._ascii = {
24762         .ob_base = {
24763             .ob_refcnt = 999999999,
24764             .ob_type = &PyUnicode_Type,
24765         },
24766         .length = 29,
24767         .hash = -1,
24768         .state = {
24769             .kind = 1,
24770             .compact = 1,
24771             .ascii = 1,
24772             .ready = 1,
24773         },
24774     },
24775     ._data = " is not an alphanumeric value",
24776 };
24777 static
24778     struct {
24779         PyGC_Head _gc_head;
24780         struct {
24781             PyObject_VAR_HEAD
24782             PyObject *ob_item[16];
24783         }_object;
24784     }
24785 importlib__bootstrap_external_toplevel_consts_37_consts = {
24786     ._object = {
24787         .ob_base = {
24788             .ob_base = {
24789                 .ob_refcnt = 999999999,
24790                 .ob_type = &PyTuple_Type,
24791             },
24792             .ob_size = 16,
24793         },
24794         .ob_item = {
24795             & importlib__bootstrap_external_toplevel_consts_37_consts_0._ascii.ob_base,
24796             Py_None,
24797             & importlib__bootstrap_external_toplevel_consts_36_consts_7._ascii.ob_base,
24798             Py_False,
24799             Py_True,
24800             & importlib__bootstrap_external_toplevel_consts_37_consts_5._ascii.ob_base,
24801             &_Py_STR(dot),
24802             & importlib__bootstrap_external_toplevel_consts_37_consts_7._object.ob_base.ob_base,
24803             & importlib__bootstrap_external_toplevel_consts_37_consts_8._ascii.ob_base,
24804             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
24805             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
24806             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -2],
24807             & importlib__bootstrap_external_toplevel_consts_37_consts_12._ascii.ob_base,
24808             & importlib__bootstrap_external_toplevel_consts_37_consts_13._ascii.ob_base,
24809             & importlib__bootstrap_external_toplevel_consts_37_consts_14._ascii.ob_base,
24810             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
24811         },
24812     },
24813 };
24814 static
24815     struct {
24816         PyASCIIObject _ascii;
24817         uint8_t _data[16];
24818     }
24819 const_str_SOURCE_SUFFIXES = {
24820     ._ascii = {
24821         .ob_base = {
24822             .ob_refcnt = 999999999,
24823             .ob_type = &PyUnicode_Type,
24824         },
24825         .length = 15,
24826         .hash = -1,
24827         .state = {
24828             .kind = 1,
24829             .compact = 1,
24830             .ascii = 1,
24831             .ready = 1,
24832         },
24833     },
24834     ._data = "SOURCE_SUFFIXES",
24835 };
24836 static
24837     struct {
24838         PyGC_Head _gc_head;
24839         struct {
24840             PyObject_VAR_HEAD
24841             PyObject *ob_item[22];
24842         }_object;
24843     }
24844 importlib__bootstrap_external_toplevel_consts_37_names = {
24845     ._object = {
24846         .ob_base = {
24847             .ob_base = {
24848                 .ob_refcnt = 999999999,
24849                 .ob_type = &PyTuple_Type,
24850             },
24851             .ob_size = 22,
24852         },
24853         .ob_item = {
24854             & const_str_sys._ascii.ob_base,
24855             & const_str_implementation._ascii.ob_base,
24856             & const_str_cache_tag._ascii.ob_base,
24857             & const_str_NotImplementedError._ascii.ob_base,
24858             & const_str__os._ascii.ob_base,
24859             & const_str_fspath._ascii.ob_base,
24860             & const_str__path_split._ascii.ob_base,
24861             & const_str_pycache_prefix._ascii.ob_base,
24862             & const_str_rstrip._ascii.ob_base,
24863             & const_str_path_separators._ascii.ob_base,
24864             & const_str_startswith._ascii.ob_base,
24865             & const_str_path_sep._ascii.ob_base,
24866             &_Py_ID(len),
24867             & const_str__PYCACHE._ascii.ob_base,
24868             & const_str_ValueError._ascii.ob_base,
24869             & const_str_count._ascii.ob_base,
24870             & const_str_rsplit._ascii.ob_base,
24871             & const_str__OPT._ascii.ob_base,
24872             & const_str_isalnum._ascii.ob_base,
24873             & const_str_partition._ascii.ob_base,
24874             & const_str__path_join._ascii.ob_base,
24875             & const_str_SOURCE_SUFFIXES._ascii.ob_base,
24876         },
24877     },
24878 };
24879 static
24880     struct {
24881         PyASCIIObject _ascii;
24882         uint8_t _data[18];
24883     }
24884 const_str_source_from_cache = {
24885     ._ascii = {
24886         .ob_base = {
24887             .ob_refcnt = 999999999,
24888             .ob_type = &PyUnicode_Type,
24889         },
24890         .length = 17,
24891         .hash = -1,
24892         .state = {
24893             .kind = 1,
24894             .compact = 1,
24895             .ascii = 1,
24896             .ready = 1,
24897         },
24898     },
24899     ._data = "source_from_cache",
24900 };
24901 static
24902     struct {
24903         PyObject_VAR_HEAD
24904         Py_hash_t ob_shash;
24905         char ob_sval[514];
24906     }
24907 importlib__bootstrap_external_toplevel_consts_37_linetable = {
24908     .ob_base = {
24909         .ob_base = {
24910             .ob_refcnt = 999999999,
24911             .ob_type = &PyBytes_Type,
24912         },
24913         .ob_size = 513,
24914     },
24915     .ob_shash = -1,
24916     .ob_sval = "\x80\x00\xf5\x12\x00\x08\x0b\xd4\x07\x19\xd4\x07\x23\xd0\x07\x2b\xdd\x0e\x21\xd0\x22\x48\xd1\x0e\x49\xd4\x0e\x49\xd0\x08\x49\xdd\x0b\x0e\x8c\x3a\x90\x64\xd1\x0b\x1b\xd4\x0b\x1b\x80\x44\xdd\x1d\x28\xa8\x14\xd1\x1d\x2e\xd4\x1d\x2e\xd1\x04\x1a\x80\x44\xd0\x0a\x1a\xd8\x1e\x23\xd0\x04\x1b\xdd\x07\x0a\xd4\x07\x19\xd0\x07\x25\xdd\x18\x1b\xd4\x18\x2a\xd7\x18\x31\xd2\x18\x31\xb5\x2f\xd1\x18\x42\xd4\x18\x42\x88\x0d\xd8\x0b\x0f\x8f\x3f\x8a\x3f\x98\x3d\xad\x38\xd1\x1b\x33\xd1\x0b\x34\xd4\x0b\x34\xf0\x00\x02\x09\x2b\xd8\x13\x17\x9d\x03\x98\x4d\xd1\x18\x2a\xd4\x18\x2a\xd0\x18\x2b\xd0\x18\x2b\xd4\x13\x2c\x88\x44\xd8\x26\x2a\xd0\x0c\x23\xd8\x0b\x22\xf0\x00\x04\x05\x2a\xdd\x18\x23\xa0\x44\xd1\x18\x29\xd4\x18\x29\x89\x0d\x88\x04\x88\x67\xd8\x0b\x12\x95\x68\xd2\x0b\x1e\xd0\x0b\x1e\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\xf1\x00\x01\x13\x2a\xf4\x00\x01\x13\x2a\xf0\x00\x01\x0d\x2a\xe0\x10\x20\xd7\x10\x26\xd2\x10\x26\xa0\x73\xd1\x10\x2b\xd4\x10\x2b\x80\x49\xd8\x07\x10\x98\x06\xd0\x07\x1e\xd0\x07\x1e\xdd\x0e\x18\xd0\x19\x4d\xd0\x39\x49\xd0\x19\x4d\xd0\x19\x4d\xd1\x0e\x4e\xd4\x0e\x4e\xd0\x08\x4e\xd8\x09\x12\x90\x61\x8a\x1e\x88\x1e\xd8\x17\x27\xd7\x17\x2e\xd2\x17\x2e\xa8\x73\xb0\x41\xd1\x17\x36\xd4\x17\x36\xb0\x72\xd4\x17\x3a\x88\x0c\xd8\x0f\x1b\xd7\x0f\x26\xd2\x0f\x26\xa5\x74\xd1\x0f\x2c\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\xf1\x00\x01\x13\x2f\xf4\x00\x01\x13\x2f\xf0\x00\x01\x0d\x2f\xe0\x14\x20\xa5\x13\xa5\x54\xa1\x19\xa4\x19\xa0\x1a\xa0\x1a\xd4\x14\x2c\x88\x09\xd8\x0f\x18\xd7\x0f\x20\xd2\x0f\x20\xd1\x0f\x22\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\xf1\x00\x01\x13\x33\xf4\x00\x01\x13\x33\xf0\x00\x01\x0d\x33\xe0\x14\x24\xd7\x14\x2e\xd2\x14\x2e\xa8\x73\xd1\x14\x33\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\xd1\x0b\x3f\xd4\x0b\x3f\xd0\x04\x3f",
24917 };
24918 static
24919     struct {
24920         PyASCIIObject _ascii;
24921         uint8_t _data[17];
24922     }
24923 const_str_pycache_filename = {
24924     ._ascii = {
24925         .ob_base = {
24926             .ob_refcnt = 999999999,
24927             .ob_type = &PyUnicode_Type,
24928         },
24929         .length = 16,
24930         .hash = -1,
24931         .state = {
24932             .kind = 1,
24933             .compact = 1,
24934             .ascii = 1,
24935             .ready = 1,
24936         },
24937     },
24938     ._data = "pycache_filename",
24939 };
24940 static
24941     struct {
24942         PyASCIIObject _ascii;
24943         uint8_t _data[24];
24944     }
24945 const_str_found_in_pycache_prefix = {
24946     ._ascii = {
24947         .ob_base = {
24948             .ob_refcnt = 999999999,
24949             .ob_type = &PyUnicode_Type,
24950         },
24951         .length = 23,
24952         .hash = -1,
24953         .state = {
24954             .kind = 1,
24955             .compact = 1,
24956             .ascii = 1,
24957             .ready = 1,
24958         },
24959     },
24960     ._data = "found_in_pycache_prefix",
24961 };
24962 static
24963     struct {
24964         PyASCIIObject _ascii;
24965         uint8_t _data[14];
24966     }
24967 const_str_stripped_path = {
24968     ._ascii = {
24969         .ob_base = {
24970             .ob_refcnt = 999999999,
24971             .ob_type = &PyUnicode_Type,
24972         },
24973         .length = 13,
24974         .hash = -1,
24975         .state = {
24976             .kind = 1,
24977             .compact = 1,
24978             .ascii = 1,
24979             .ready = 1,
24980         },
24981     },
24982     ._data = "stripped_path",
24983 };
24984 static
24985     struct {
24986         PyASCIIObject _ascii;
24987         uint8_t _data[8];
24988     }
24989 const_str_pycache = {
24990     ._ascii = {
24991         .ob_base = {
24992             .ob_refcnt = 999999999,
24993             .ob_type = &PyUnicode_Type,
24994         },
24995         .length = 7,
24996         .hash = -1,
24997         .state = {
24998             .kind = 1,
24999             .compact = 1,
25000             .ascii = 1,
25001             .ready = 1,
25002         },
25003     },
25004     ._data = "pycache",
25005 };
25006 static
25007     struct {
25008         PyASCIIObject _ascii;
25009         uint8_t _data[10];
25010     }
25011 const_str_dot_count = {
25012     ._ascii = {
25013         .ob_base = {
25014             .ob_refcnt = 999999999,
25015             .ob_type = &PyUnicode_Type,
25016         },
25017         .length = 9,
25018         .hash = -1,
25019         .state = {
25020             .kind = 1,
25021             .compact = 1,
25022             .ascii = 1,
25023             .ready = 1,
25024         },
25025     },
25026     ._data = "dot_count",
25027 };
25028 static
25029     struct {
25030         PyASCIIObject _ascii;
25031         uint8_t _data[10];
25032     }
25033 const_str_opt_level = {
25034     ._ascii = {
25035         .ob_base = {
25036             .ob_refcnt = 999999999,
25037             .ob_type = &PyUnicode_Type,
25038         },
25039         .length = 9,
25040         .hash = -1,
25041         .state = {
25042             .kind = 1,
25043             .compact = 1,
25044             .ascii = 1,
25045             .ready = 1,
25046         },
25047     },
25048     ._data = "opt_level",
25049 };
25050 static
25051     struct {
25052         PyASCIIObject _ascii;
25053         uint8_t _data[14];
25054     }
25055 const_str_base_filename = {
25056     ._ascii = {
25057         .ob_base = {
25058             .ob_refcnt = 999999999,
25059             .ob_type = &PyUnicode_Type,
25060         },
25061         .length = 13,
25062         .hash = -1,
25063         .state = {
25064             .kind = 1,
25065             .compact = 1,
25066             .ascii = 1,
25067             .ready = 1,
25068         },
25069     },
25070     ._data = "base_filename",
25071 };
25072 static
25073     struct {
25074         PyGC_Head _gc_head;
25075         struct {
25076             PyObject_VAR_HEAD
25077             PyObject *ob_item[10];
25078         }_object;
25079     }
25080 importlib__bootstrap_external_toplevel_consts_37_localsplusnames = {
25081     ._object = {
25082         .ob_base = {
25083             .ob_base = {
25084                 .ob_refcnt = 999999999,
25085                 .ob_type = &PyTuple_Type,
25086             },
25087             .ob_size = 10,
25088         },
25089         .ob_item = {
25090             &_Py_ID(path),
25091             & const_str_head._ascii.ob_base,
25092             & const_str_pycache_filename._ascii.ob_base,
25093             & const_str_found_in_pycache_prefix._ascii.ob_base,
25094             & const_str_stripped_path._ascii.ob_base,
25095             & const_str_pycache._ascii.ob_base,
25096             & const_str_dot_count._ascii.ob_base,
25097             & const_str_optimization._ascii.ob_base,
25098             & const_str_opt_level._ascii.ob_base,
25099             & const_str_base_filename._ascii.ob_base,
25100         },
25101     },
25102 };
25103 static
25104     struct _PyCode_DEF(962)
25105 importlib__bootstrap_external_toplevel_consts_37 = {
25106     .ob_base = {
25107         .ob_base = {
25108             .ob_refcnt = 999999999,
25109             .ob_type = &PyCode_Type,
25110         },
25111         .ob_size = 481,
25112     },
25113     .co_consts = & importlib__bootstrap_external_toplevel_consts_37_consts._object.ob_base.ob_base,
25114     .co_names = & importlib__bootstrap_external_toplevel_consts_37_names._object.ob_base.ob_base,
25115     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
25116     .co_flags = 3,
25117     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
25118     ._co_linearray_entry_size = 0,
25119     .co_argcount = 1,
25120     .co_posonlyargcount = 0,
25121     .co_kwonlyargcount = 0,
25122     .co_stacksize = 6,
25123     .co_firstlineno = 508,
25124     .co_nlocalsplus = 10,
25125     .co_nlocals = 10,
25126     .co_nplaincellvars = 0,
25127     .co_ncellvars = 0,
25128     .co_nfreevars = 0,
25129     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_37_localsplusnames._object.ob_base.ob_base,
25130     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds.ob_base.ob_base,
25131     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
25132     .co_name = & const_str_source_from_cache._ascii.ob_base,
25133     .co_qualname = & const_str_source_from_cache._ascii.ob_base,
25134     .co_linetable = & importlib__bootstrap_external_toplevel_consts_37_linetable.ob_base.ob_base,
25135     ._co_code = NULL,
25136     ._co_linearray = NULL,
25137     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x80\x0f\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xa6\x01\x00\x00\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\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\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\xa6\x01\x00\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\x07\x00\x00\x00\x00\x00\x00\x00\x00\x81\x5a\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x08\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x01\xa0\x0a\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x19\x7c\x01\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x64\x04\x7d\x03\x7c\x03\x73\x36\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\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\x19\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\xa0\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x64\x07\x76\x01\x72\x12\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x7c\x02\x9b\x02\x9d\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x06\x64\x09\x6b\x02\x00\x00\x00\x00\x72\x90\x7c\x02\xa0\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x64\x0a\xa6\x02\x00\x00\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\xa0\x0a\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x17\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\xa6\x01\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x08\xa0\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x73\x13\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0d\x7c\x07\x9b\x02\x64\x0e\x9d\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\xa0\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xa6\x01\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
25138     ._co_firsttraceable = 0,
25139 };
25140 static
25141     struct {
25142         PyASCIIObject _ascii;
25143         uint8_t _data[189];
25144     }
25145 importlib__bootstrap_external_toplevel_consts_38_consts_0 = {
25146     ._ascii = {
25147         .ob_base = {
25148             .ob_refcnt = 999999999,
25149             .ob_type = &PyUnicode_Type,
25150         },
25151         .length = 188,
25152         .hash = -1,
25153         .state = {
25154             .kind = 1,
25155             .compact = 1,
25156             .ascii = 1,
25157             .ready = 1,
25158         },
25159     },
25160     ._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",
25161 };
25162 static
25163     struct {
25164         PyASCIIObject _ascii;
25165         uint8_t _data[3];
25166     }
25167 const_str_py = {
25168     ._ascii = {
25169         .ob_base = {
25170             .ob_refcnt = 999999999,
25171             .ob_type = &PyUnicode_Type,
25172         },
25173         .length = 2,
25174         .hash = -1,
25175         .state = {
25176             .kind = 1,
25177             .compact = 1,
25178             .ascii = 1,
25179             .ready = 1,
25180         },
25181     },
25182     ._data = "py",
25183 };
25184 static
25185     struct {
25186         PyGC_Head _gc_head;
25187         struct {
25188             PyObject_VAR_HEAD
25189             PyObject *ob_item[7];
25190         }_object;
25191     }
25192 importlib__bootstrap_external_toplevel_consts_38_consts = {
25193     ._object = {
25194         .ob_base = {
25195             .ob_base = {
25196                 .ob_refcnt = 999999999,
25197                 .ob_type = &PyTuple_Type,
25198             },
25199             .ob_size = 7,
25200         },
25201         .ob_item = {
25202             & importlib__bootstrap_external_toplevel_consts_38_consts_0._ascii.ob_base,
25203             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
25204             Py_None,
25205             &_Py_STR(dot),
25206             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -3],
25207             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
25208             & const_str_py._ascii.ob_base,
25209         },
25210     },
25211 };
25212 static
25213     struct {
25214         PyASCIIObject _ascii;
25215         uint8_t _data[6];
25216     }
25217 const_str_lower = {
25218     ._ascii = {
25219         .ob_base = {
25220             .ob_refcnt = 999999999,
25221             .ob_type = &PyUnicode_Type,
25222         },
25223         .length = 5,
25224         .hash = -1,
25225         .state = {
25226             .kind = 1,
25227             .compact = 1,
25228             .ascii = 1,
25229             .ready = 1,
25230         },
25231     },
25232     ._data = "lower",
25233 };
25234 static
25235     struct {
25236         PyGC_Head _gc_head;
25237         struct {
25238             PyObject_VAR_HEAD
25239             PyObject *ob_item[7];
25240         }_object;
25241     }
25242 importlib__bootstrap_external_toplevel_consts_38_names = {
25243     ._object = {
25244         .ob_base = {
25245             .ob_base = {
25246                 .ob_refcnt = 999999999,
25247                 .ob_type = &PyTuple_Type,
25248             },
25249             .ob_size = 7,
25250         },
25251         .ob_item = {
25252             &_Py_ID(len),
25253             & const_str_rpartition._ascii.ob_base,
25254             & const_str_lower._ascii.ob_base,
25255             & const_str_source_from_cache._ascii.ob_base,
25256             & const_str_NotImplementedError._ascii.ob_base,
25257             & const_str_ValueError._ascii.ob_base,
25258             & const_str__path_isfile._ascii.ob_base,
25259         },
25260     },
25261 };
25262 static
25263     struct {
25264         PyObject_VAR_HEAD
25265         Py_hash_t ob_shash;
25266         char ob_sval[191];
25267     }
25268 importlib__bootstrap_external_toplevel_consts_38_linetable = {
25269     .ob_base = {
25270         .ob_base = {
25271             .ob_refcnt = 999999999,
25272             .ob_type = &PyBytes_Type,
25273         },
25274         .ob_size = 190,
25275     },
25276     .ob_shash = -1,
25277     .ob_sval = "\x80\x00\xf5\x0e\x00\x08\x0b\x88\x3d\xd1\x07\x19\xd4\x07\x19\x98\x51\xd2\x07\x1e\xd0\x07\x1e\xd8\x0f\x13\x88\x74\xd8\x19\x26\xd7\x19\x31\xd2\x19\x31\xb0\x23\xd1\x19\x36\xd4\x19\x36\xd1\x04\x16\x80\x44\x88\x21\x88\x59\xd8\x0b\x0f\xf0\x00\x01\x05\x1d\x90\x39\x97\x3f\x92\x3f\xd1\x13\x24\xd4\x13\x24\xa0\x52\xa8\x02\xa0\x55\xd4\x13\x2b\xa8\x74\xd2\x13\x33\xd0\x13\x33\xd8\x0f\x1c\xd0\x08\x1c\xf0\x02\x03\x05\x29\xdd\x16\x27\xa8\x0d\xd1\x16\x36\xd4\x16\x36\x88\x0b\x88\x0b\xf8\xdd\x0c\x1f\xa5\x1a\xd0\x0b\x2c\xf0\x00\x01\x05\x29\xf0\x00\x01\x05\x29\xf0\x00\x01\x05\x29\xd8\x16\x23\xa0\x43\xa0\x52\xa0\x43\xd4\x16\x28\x88\x0b\x88\x0b\x88\x0b\xf0\x03\x01\x05\x29\xf8\xf8\xf8\xe5\x1a\x26\xa0\x7b\xd1\x1a\x33\xd4\x1a\x33\xd0\x0b\x46\x88\x3b\x88\x3b\xb8\x1d\xd0\x04\x46",
25278 };
25279 static
25280     struct {
25281         PyObject_VAR_HEAD
25282         Py_hash_t ob_shash;
25283         char ob_sval[19];
25284     }
25285 importlib__bootstrap_external_toplevel_consts_38_exceptiontable = {
25286     .ob_base = {
25287         .ob_base = {
25288             .ob_refcnt = 999999999,
25289             .ob_type = &PyBytes_Type,
25290         },
25291         .ob_size = 18,
25292     },
25293     .ob_shash = -1,
25294     .ob_sval = "\xc1\x14\x0f\x41\x24\x00\xc1\x24\x1b\x42\x02\x03\xc2\x01\x01\x42\x02\x03",
25295 };
25296 static
25297     struct {
25298         PyASCIIObject _ascii;
25299         uint8_t _data[14];
25300     }
25301 const_str_bytecode_path = {
25302     ._ascii = {
25303         .ob_base = {
25304             .ob_refcnt = 999999999,
25305             .ob_type = &PyUnicode_Type,
25306         },
25307         .length = 13,
25308         .hash = -1,
25309         .state = {
25310             .kind = 1,
25311             .compact = 1,
25312             .ascii = 1,
25313             .ready = 1,
25314         },
25315     },
25316     ._data = "bytecode_path",
25317 };
25318 static
25319     struct {
25320         PyASCIIObject _ascii;
25321         uint8_t _data[10];
25322     }
25323 const_str_extension = {
25324     ._ascii = {
25325         .ob_base = {
25326             .ob_refcnt = 999999999,
25327             .ob_type = &PyUnicode_Type,
25328         },
25329         .length = 9,
25330         .hash = -1,
25331         .state = {
25332             .kind = 1,
25333             .compact = 1,
25334             .ascii = 1,
25335             .ready = 1,
25336         },
25337     },
25338     ._data = "extension",
25339 };
25340 static
25341     struct {
25342         PyASCIIObject _ascii;
25343         uint8_t _data[12];
25344     }
25345 const_str_source_path = {
25346     ._ascii = {
25347         .ob_base = {
25348             .ob_refcnt = 999999999,
25349             .ob_type = &PyUnicode_Type,
25350         },
25351         .length = 11,
25352         .hash = -1,
25353         .state = {
25354             .kind = 1,
25355             .compact = 1,
25356             .ascii = 1,
25357             .ready = 1,
25358         },
25359     },
25360     ._data = "source_path",
25361 };
25362 static
25363     struct {
25364         PyGC_Head _gc_head;
25365         struct {
25366             PyObject_VAR_HEAD
25367             PyObject *ob_item[5];
25368         }_object;
25369     }
25370 importlib__bootstrap_external_toplevel_consts_38_localsplusnames = {
25371     ._object = {
25372         .ob_base = {
25373             .ob_base = {
25374                 .ob_refcnt = 999999999,
25375                 .ob_type = &PyTuple_Type,
25376             },
25377             .ob_size = 5,
25378         },
25379         .ob_item = {
25380             & const_str_bytecode_path._ascii.ob_base,
25381             & const_str_rest._ascii.ob_base,
25382             &_Py_ID(_),
25383             & const_str_extension._ascii.ob_base,
25384             & const_str_source_path._ascii.ob_base,
25385         },
25386     },
25387 };
25388 static
25389     struct _PyCode_DEF(304)
25390 importlib__bootstrap_external_toplevel_consts_38 = {
25391     .ob_base = {
25392         .ob_base = {
25393             .ob_refcnt = 999999999,
25394             .ob_type = &PyCode_Type,
25395         },
25396         .ob_size = 152,
25397     },
25398     .co_consts = & importlib__bootstrap_external_toplevel_consts_38_consts._object.ob_base.ob_base,
25399     .co_names = & importlib__bootstrap_external_toplevel_consts_38_names._object.ob_base.ob_base,
25400     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_38_exceptiontable.ob_base.ob_base,
25401     .co_flags = 3,
25402     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
25403     ._co_linearray_entry_size = 0,
25404     .co_argcount = 1,
25405     .co_posonlyargcount = 0,
25406     .co_kwonlyargcount = 0,
25407     .co_stacksize = 4,
25408     .co_firstlineno = 548,
25409     .co_nlocalsplus = 5,
25410     .co_nlocals = 5,
25411     .co_nplaincellvars = 0,
25412     .co_ncellvars = 0,
25413     .co_nfreevars = 0,
25414     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_38_localsplusnames._object.ob_base.ob_base,
25415     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
25416     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
25417     .co_name = &_Py_ID(_get_sourcefile),
25418     .co_qualname = &_Py_ID(_get_sourcefile),
25419     .co_linetable = & importlib__bootstrap_external_toplevel_consts_38_linetable.ob_base.ob_base,
25420     ._co_code = NULL,
25421     ._co_linearray = NULL,
25422     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x01\x7d\x02\x7d\x03\x7c\x01\x72\x20\x7c\x03\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x64\x05\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x6e\x21\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\x0d\x01\x00\x7c\x00\x64\x02\x64\x05\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x7c\x04\x6e\x01\x7c\x00\x53\x00",
25423     ._co_firsttraceable = 0,
25424 };
25425 static
25426     struct {
25427         PyASCIIObject _ascii;
25428         uint8_t _data[6];
25429     }
25430 const_str_tuple = {
25431     ._ascii = {
25432         .ob_base = {
25433             .ob_refcnt = 999999999,
25434             .ob_type = &PyUnicode_Type,
25435         },
25436         .length = 5,
25437         .hash = -1,
25438         .state = {
25439             .kind = 1,
25440             .compact = 1,
25441             .ascii = 1,
25442             .ready = 1,
25443         },
25444     },
25445     ._data = "tuple",
25446 };
25447 static
25448     struct {
25449         PyGC_Head _gc_head;
25450         struct {
25451             PyObject_VAR_HEAD
25452             PyObject *ob_item[6];
25453         }_object;
25454     }
25455 importlib__bootstrap_external_toplevel_consts_39_names = {
25456     ._object = {
25457         .ob_base = {
25458             .ob_base = {
25459                 .ob_refcnt = 999999999,
25460                 .ob_type = &PyTuple_Type,
25461             },
25462             .ob_size = 6,
25463         },
25464         .ob_item = {
25465             & const_str_endswith._ascii.ob_base,
25466             & const_str_tuple._ascii.ob_base,
25467             & const_str_SOURCE_SUFFIXES._ascii.ob_base,
25468             & const_str_cache_from_source._ascii.ob_base,
25469             & const_str_NotImplementedError._ascii.ob_base,
25470             & const_str_BYTECODE_SUFFIXES._ascii.ob_base,
25471         },
25472     },
25473 };
25474 static
25475     struct {
25476         PyObject_VAR_HEAD
25477         Py_hash_t ob_shash;
25478         char ob_sval[127];
25479     }
25480 importlib__bootstrap_external_toplevel_consts_39_linetable = {
25481     .ob_base = {
25482         .ob_base = {
25483             .ob_refcnt = 999999999,
25484             .ob_type = &PyBytes_Type,
25485         },
25486         .ob_size = 126,
25487     },
25488     .ob_shash = -1,
25489     .ob_sval = "\x80\x00\xd8\x07\x0f\xd7\x07\x18\xd2\x07\x18\x9d\x15\x9d\x7f\xd1\x19\x2f\xd4\x19\x2f\xd1\x07\x30\xd4\x07\x30\xf0\x00\x08\x05\x14\xf0\x02\x03\x09\x11\xdd\x13\x24\xa0\x58\xd1\x13\x2e\xd4\x13\x2e\xd0\x0c\x2e\xf8\xdd\x0f\x22\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\xe0\x09\x11\xd7\x09\x1a\xd2\x09\x1a\x9d\x35\xd5\x21\x32\xd1\x1b\x33\xd4\x1b\x33\xd1\x09\x34\xd4\x09\x34\xf0\x00\x03\x05\x14\xd8\x0f\x17\x88\x0f\xe0\x0f\x13\x88\x74",
25490 };
25491 static
25492     struct {
25493         PyObject_VAR_HEAD
25494         Py_hash_t ob_shash;
25495         char ob_sval[16];
25496     }
25497 importlib__bootstrap_external_toplevel_consts_39_exceptiontable = {
25498     .ob_base = {
25499         .ob_base = {
25500             .ob_refcnt = 999999999,
25501             .ob_type = &PyBytes_Type,
25502         },
25503         .ob_size = 15,
25504     },
25505     .ob_shash = -1,
25506     .ob_sval = "\xa9\x0e\x38\x00\xb8\x0a\x41\x06\x03\xc1\x05\x01\x41\x06\x03",
25507 };
25508 static
25509     struct {
25510         PyGC_Head _gc_head;
25511         struct {
25512             PyObject_VAR_HEAD
25513             PyObject *ob_item[1];
25514         }_object;
25515     }
25516 importlib__bootstrap_external_toplevel_consts_39_localsplusnames = {
25517     ._object = {
25518         .ob_base = {
25519             .ob_base = {
25520                 .ob_refcnt = 999999999,
25521                 .ob_type = &PyTuple_Type,
25522             },
25523             .ob_size = 1,
25524         },
25525         .ob_item = {
25526             &_Py_ID(filename),
25527         },
25528     },
25529 };
25530 static
25531     struct _PyCode_DEF(232)
25532 importlib__bootstrap_external_toplevel_consts_39 = {
25533     .ob_base = {
25534         .ob_base = {
25535             .ob_refcnt = 999999999,
25536             .ob_type = &PyCode_Type,
25537         },
25538         .ob_size = 116,
25539     },
25540     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
25541     .co_names = & importlib__bootstrap_external_toplevel_consts_39_names._object.ob_base.ob_base,
25542     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_39_exceptiontable.ob_base.ob_base,
25543     .co_flags = 3,
25544     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
25545     ._co_linearray_entry_size = 0,
25546     .co_argcount = 1,
25547     .co_posonlyargcount = 0,
25548     .co_kwonlyargcount = 0,
25549     .co_stacksize = 5,
25550     .co_firstlineno = 567,
25551     .co_nlocalsplus = 1,
25552     .co_nlocals = 1,
25553     .co_nplaincellvars = 0,
25554     .co_ncellvars = 0,
25555     .co_nfreevars = 0,
25556     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_39_localsplusnames._object.ob_base.ob_base,
25557     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
25558     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
25559     .co_name = & const_str__get_cached._ascii.ob_base,
25560     .co_qualname = & const_str__get_cached._ascii.ob_base,
25561     .co_linetable = & importlib__bootstrap_external_toplevel_consts_39_linetable.ob_base.ob_base,
25562     ._co_code = NULL,
25563     ._co_linearray = NULL,
25564     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x21\x09\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\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\x04\x01\x00\x59\x00\x64\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x00\xa0\x00\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x7c\x00\x53\x00\x64\x00\x53\x00",
25565     ._co_firsttraceable = 0,
25566 };
25567 static
25568     struct {
25569         PyASCIIObject _ascii;
25570         uint8_t _data[52];
25571     }
25572 importlib__bootstrap_external_toplevel_consts_40_consts_0 = {
25573     ._ascii = {
25574         .ob_base = {
25575             .ob_refcnt = 999999999,
25576             .ob_type = &PyUnicode_Type,
25577         },
25578         .length = 51,
25579         .hash = -1,
25580         .state = {
25581             .kind = 1,
25582             .compact = 1,
25583             .ascii = 1,
25584             .ready = 1,
25585         },
25586     },
25587     ._data = "Calculate the mode permissions for a bytecode file.",
25588 };
25589 static
25590     struct {
25591         PyGC_Head _gc_head;
25592         struct {
25593             PyObject_VAR_HEAD
25594             PyObject *ob_item[3];
25595         }_object;
25596     }
25597 importlib__bootstrap_external_toplevel_consts_40_consts = {
25598     ._object = {
25599         .ob_base = {
25600             .ob_base = {
25601                 .ob_refcnt = 999999999,
25602                 .ob_type = &PyTuple_Type,
25603             },
25604             .ob_size = 3,
25605         },
25606         .ob_item = {
25607             & importlib__bootstrap_external_toplevel_consts_40_consts_0._ascii.ob_base,
25608             & const_int_438.ob_base.ob_base,
25609             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 128],
25610         },
25611     },
25612 };
25613 static
25614     struct {
25615         PyGC_Head _gc_head;
25616         struct {
25617             PyObject_VAR_HEAD
25618             PyObject *ob_item[3];
25619         }_object;
25620     }
25621 importlib__bootstrap_external_toplevel_consts_40_names = {
25622     ._object = {
25623         .ob_base = {
25624             .ob_base = {
25625                 .ob_refcnt = 999999999,
25626                 .ob_type = &PyTuple_Type,
25627             },
25628             .ob_size = 3,
25629         },
25630         .ob_item = {
25631             & const_str__path_stat._ascii.ob_base,
25632             & const_str_st_mode._ascii.ob_base,
25633             & const_str_OSError._ascii.ob_base,
25634         },
25635     },
25636 };
25637 static
25638     struct {
25639         PyASCIIObject _ascii;
25640         uint8_t _data[11];
25641     }
25642 const_str__calc_mode = {
25643     ._ascii = {
25644         .ob_base = {
25645             .ob_refcnt = 999999999,
25646             .ob_type = &PyUnicode_Type,
25647         },
25648         .length = 10,
25649         .hash = -1,
25650         .state = {
25651             .kind = 1,
25652             .compact = 1,
25653             .ascii = 1,
25654             .ready = 1,
25655         },
25656     },
25657     ._data = "_calc_mode",
25658 };
25659 static
25660     struct {
25661         PyObject_VAR_HEAD
25662         Py_hash_t ob_shash;
25663         char ob_sval[78];
25664     }
25665 importlib__bootstrap_external_toplevel_consts_40_linetable = {
25666     .ob_base = {
25667         .ob_base = {
25668             .ob_refcnt = 999999999,
25669             .ob_type = &PyBytes_Type,
25670         },
25671         .ob_size = 77,
25672     },
25673     .ob_shash = -1,
25674     .ob_sval = "\x80\x00\xf0\x04\x03\x05\x15\xdd\x0f\x19\x98\x24\xd1\x0f\x1f\xd4\x0f\x1f\xd4\x0f\x27\x88\x04\x88\x04\xf8\xdd\x0b\x12\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\xf0\x08\x00\x05\x09\x88\x45\x81\x4d\x80\x44\xd8\x0b\x0f\x80\x4b",
25675 };
25676 static
25677     struct {
25678         PyObject_VAR_HEAD
25679         Py_hash_t ob_shash;
25680         char ob_sval[13];
25681     }
25682 importlib__bootstrap_external_toplevel_consts_40_exceptiontable = {
25683     .ob_base = {
25684         .ob_base = {
25685             .ob_refcnt = 999999999,
25686             .ob_type = &PyBytes_Type,
25687         },
25688         .ob_size = 12,
25689     },
25690     .ob_shash = -1,
25691     .ob_sval = "\x82\x14\x17\x00\x97\x0c\x26\x03\xa5\x01\x26\x03",
25692 };
25693 static
25694     struct {
25695         PyGC_Head _gc_head;
25696         struct {
25697             PyObject_VAR_HEAD
25698             PyObject *ob_item[2];
25699         }_object;
25700     }
25701 importlib__bootstrap_external_toplevel_consts_40_localsplusnames = {
25702     ._object = {
25703         .ob_base = {
25704             .ob_base = {
25705                 .ob_refcnt = 999999999,
25706                 .ob_type = &PyTuple_Type,
25707             },
25708             .ob_size = 2,
25709         },
25710         .ob_item = {
25711             &_Py_ID(path),
25712             &_Py_ID(mode),
25713         },
25714     },
25715 };
25716 static
25717     struct _PyCode_DEF(96)
25718 importlib__bootstrap_external_toplevel_consts_40 = {
25719     .ob_base = {
25720         .ob_base = {
25721             .ob_refcnt = 999999999,
25722             .ob_type = &PyCode_Type,
25723         },
25724         .ob_size = 48,
25725     },
25726     .co_consts = & importlib__bootstrap_external_toplevel_consts_40_consts._object.ob_base.ob_base,
25727     .co_names = & importlib__bootstrap_external_toplevel_consts_40_names._object.ob_base.ob_base,
25728     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_40_exceptiontable.ob_base.ob_base,
25729     .co_flags = 3,
25730     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
25731     ._co_linearray_entry_size = 0,
25732     .co_argcount = 1,
25733     .co_posonlyargcount = 0,
25734     .co_kwonlyargcount = 0,
25735     .co_stacksize = 4,
25736     .co_firstlineno = 579,
25737     .co_nlocalsplus = 2,
25738     .co_nlocals = 2,
25739     .co_nplaincellvars = 0,
25740     .co_ncellvars = 0,
25741     .co_nfreevars = 0,
25742     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_40_localsplusnames._object.ob_base.ob_base,
25743     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
25744     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
25745     .co_name = & const_str__calc_mode._ascii.ob_base,
25746     .co_qualname = & const_str__calc_mode._ascii.ob_base,
25747     .co_linetable = & importlib__bootstrap_external_toplevel_consts_40_linetable.ob_base.ob_base,
25748     ._co_code = NULL,
25749     ._co_linearray = NULL,
25750     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x12\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\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x01\x64\x02\x7a\x14\x00\x00\x7d\x01\x7c\x01\x53\x00",
25751     ._co_firsttraceable = 0,
25752 };
25753 static
25754     struct {
25755         PyASCIIObject _ascii;
25756         uint8_t _data[253];
25757     }
25758 importlib__bootstrap_external_toplevel_consts_41_consts_0 = {
25759     ._ascii = {
25760         .ob_base = {
25761             .ob_refcnt = 999999999,
25762             .ob_type = &PyUnicode_Type,
25763         },
25764         .length = 252,
25765         .hash = -1,
25766         .state = {
25767             .kind = 1,
25768             .compact = 1,
25769             .ascii = 1,
25770             .ready = 1,
25771         },
25772     },
25773     ._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",
25774 };
25775 static
25776     struct {
25777         PyASCIIObject _ascii;
25778         uint8_t _data[12];
25779     }
25780 importlib__bootstrap_external_toplevel_consts_41_consts_2_consts_1 = {
25781     ._ascii = {
25782         .ob_base = {
25783             .ob_refcnt = 999999999,
25784             .ob_type = &PyUnicode_Type,
25785         },
25786         .length = 11,
25787         .hash = -1,
25788         .state = {
25789             .kind = 1,
25790             .compact = 1,
25791             .ascii = 1,
25792             .ready = 1,
25793         },
25794     },
25795     ._data = "loader for ",
25796 };
25797 static
25798     struct {
25799         PyASCIIObject _ascii;
25800         uint8_t _data[16];
25801     }
25802 importlib__bootstrap_external_toplevel_consts_41_consts_2_consts_2 = {
25803     ._ascii = {
25804         .ob_base = {
25805             .ob_refcnt = 999999999,
25806             .ob_type = &PyUnicode_Type,
25807         },
25808         .length = 15,
25809         .hash = -1,
25810         .state = {
25811             .kind = 1,
25812             .compact = 1,
25813             .ascii = 1,
25814             .ready = 1,
25815         },
25816     },
25817     ._data = " cannot handle ",
25818 };
25819 static
25820     struct {
25821         PyGC_Head _gc_head;
25822         struct {
25823             PyObject_VAR_HEAD
25824             PyObject *ob_item[4];
25825         }_object;
25826     }
25827 importlib__bootstrap_external_toplevel_consts_41_consts_2_consts = {
25828     ._object = {
25829         .ob_base = {
25830             .ob_base = {
25831                 .ob_refcnt = 999999999,
25832                 .ob_type = &PyTuple_Type,
25833             },
25834             .ob_size = 4,
25835         },
25836         .ob_item = {
25837             Py_None,
25838             & importlib__bootstrap_external_toplevel_consts_41_consts_2_consts_1._ascii.ob_base,
25839             & importlib__bootstrap_external_toplevel_consts_41_consts_2_consts_2._ascii.ob_base,
25840             & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
25841         },
25842     },
25843 };
25844 static
25845     struct {
25846         PyGC_Head _gc_head;
25847         struct {
25848             PyObject_VAR_HEAD
25849             PyObject *ob_item[2];
25850         }_object;
25851     }
25852 importlib__bootstrap_external_toplevel_consts_41_consts_2_names = {
25853     ._object = {
25854         .ob_base = {
25855             .ob_base = {
25856                 .ob_refcnt = 999999999,
25857                 .ob_type = &PyTuple_Type,
25858             },
25859             .ob_size = 2,
25860         },
25861         .ob_item = {
25862             &_Py_ID(name),
25863             & const_str_ImportError._ascii.ob_base,
25864         },
25865     },
25866 };
25867 static
25868     struct {
25869         PyASCIIObject _ascii;
25870         uint8_t _data[20];
25871     }
25872 const_str__check_name_wrapper = {
25873     ._ascii = {
25874         .ob_base = {
25875             .ob_refcnt = 999999999,
25876             .ob_type = &PyUnicode_Type,
25877         },
25878         .length = 19,
25879         .hash = -1,
25880         .state = {
25881             .kind = 1,
25882             .compact = 1,
25883             .ascii = 1,
25884             .ready = 1,
25885         },
25886     },
25887     ._data = "_check_name_wrapper",
25888 };
25889 static
25890     struct {
25891         PyASCIIObject _ascii;
25892         uint8_t _data[41];
25893     }
25894 importlib__bootstrap_external_toplevel_consts_41_consts_2_qualname = {
25895     ._ascii = {
25896         .ob_base = {
25897             .ob_refcnt = 999999999,
25898             .ob_type = &PyUnicode_Type,
25899         },
25900         .length = 40,
25901         .hash = -1,
25902         .state = {
25903             .kind = 1,
25904             .compact = 1,
25905             .ascii = 1,
25906             .ready = 1,
25907         },
25908     },
25909     ._data = "_check_name.<locals>._check_name_wrapper",
25910 };
25911 static
25912     struct {
25913         PyObject_VAR_HEAD
25914         Py_hash_t ob_shash;
25915         char ob_sval[111];
25916     }
25917 importlib__bootstrap_external_toplevel_consts_41_consts_2_linetable = {
25918     .ob_base = {
25919         .ob_base = {
25920             .ob_refcnt = 999999999,
25921             .ob_type = &PyBytes_Type,
25922         },
25923         .ob_size = 110,
25924     },
25925     .ob_shash = -1,
25926     .ob_sval = "\xf8\x80\x00\xd8\x0b\x0f\x88\x3c\xd8\x13\x17\x94\x39\x88\x44\x88\x44\xd8\x0d\x11\x8c\x59\x98\x24\xd2\x0d\x1e\xd0\x0d\x1e\xdd\x12\x1d\x90\x2b\xd8\x21\x25\xa4\x19\xa0\x19\xa0\x19\xa8\x44\xa8\x44\xf0\x03\x01\x1f\x32\xd8\x38\x3c\xf0\x03\x01\x13\x3e\xf1\x00\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",
25927 };
25928 static
25929     struct {
25930         PyASCIIObject _ascii;
25931         uint8_t _data[7];
25932     }
25933 const_str_method = {
25934     ._ascii = {
25935         .ob_base = {
25936             .ob_refcnt = 999999999,
25937             .ob_type = &PyUnicode_Type,
25938         },
25939         .length = 6,
25940         .hash = -1,
25941         .state = {
25942             .kind = 1,
25943             .compact = 1,
25944             .ascii = 1,
25945             .ready = 1,
25946         },
25947     },
25948     ._data = "method",
25949 };
25950 static
25951     struct {
25952         PyGC_Head _gc_head;
25953         struct {
25954             PyObject_VAR_HEAD
25955             PyObject *ob_item[5];
25956         }_object;
25957     }
25958 importlib__bootstrap_external_toplevel_consts_41_consts_2_localsplusnames = {
25959     ._object = {
25960         .ob_base = {
25961             .ob_base = {
25962                 .ob_refcnt = 999999999,
25963                 .ob_type = &PyTuple_Type,
25964             },
25965             .ob_size = 5,
25966         },
25967         .ob_item = {
25968             & const_str_self._ascii.ob_base,
25969             &_Py_ID(name),
25970             & const_str_args._ascii.ob_base,
25971             & const_str_kwargs._ascii.ob_base,
25972             & const_str_method._ascii.ob_base,
25973         },
25974     },
25975 };
25976 static
25977     struct {
25978         PyObject_VAR_HEAD
25979         Py_hash_t ob_shash;
25980         char ob_sval[6];
25981     }
25982 importlib__bootstrap_external_toplevel_consts_41_consts_2_localspluskinds = {
25983     .ob_base = {
25984         .ob_base = {
25985             .ob_refcnt = 999999999,
25986             .ob_type = &PyBytes_Type,
25987         },
25988         .ob_size = 5,
25989     },
25990     .ob_shash = -1,
25991     .ob_sval = "\x20\x20\x20\x20\x80",
25992 };
25993 static
25994     struct _PyCode_DEF(128)
25995 importlib__bootstrap_external_toplevel_consts_41_consts_2 = {
25996     .ob_base = {
25997         .ob_base = {
25998             .ob_refcnt = 999999999,
25999             .ob_type = &PyCode_Type,
26000         },
26001         .ob_size = 64,
26002     },
26003     .co_consts = & importlib__bootstrap_external_toplevel_consts_41_consts_2_consts._object.ob_base.ob_base,
26004     .co_names = & importlib__bootstrap_external_toplevel_consts_41_consts_2_names._object.ob_base.ob_base,
26005     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
26006     .co_flags = 31,
26007     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
26008     ._co_linearray_entry_size = 0,
26009     .co_argcount = 2,
26010     .co_posonlyargcount = 0,
26011     .co_kwonlyargcount = 0,
26012     .co_stacksize = 6,
26013     .co_firstlineno = 599,
26014     .co_nlocalsplus = 5,
26015     .co_nlocals = 4,
26016     .co_nplaincellvars = 0,
26017     .co_ncellvars = 0,
26018     .co_nfreevars = 1,
26019     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_41_consts_2_localsplusnames._object.ob_base.ob_base,
26020     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_41_consts_2_localspluskinds.ob_base.ob_base,
26021     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
26022     .co_name = & const_str__check_name_wrapper._ascii.ob_base,
26023     .co_qualname = & importlib__bootstrap_external_toplevel_consts_41_consts_2_qualname._ascii.ob_base,
26024     .co_linetable = & importlib__bootstrap_external_toplevel_consts_41_consts_2_linetable.ob_base.ob_base,
26025     ._co_code = NULL,
26026     ._co_linearray = NULL,
26027     .co_code_adaptive = "\x95\x01\x97\x00\x7c\x01\x80\x08\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x27\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6b\x03\x00\x00\x00\x00\x72\x1c\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\x9b\x01\x64\x02\x7c\x01\x9b\x01\x9d\x04\x7c\x01\xac\x03\xa6\x02\x00\x00\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",
26028     ._co_firsttraceable = 1,
26029 };
26030 static
26031     struct {
26032         PyGC_Head _gc_head;
26033         struct {
26034             PyObject_VAR_HEAD
26035             PyObject *ob_item[2];
26036         }_object;
26037     }
26038 importlib__bootstrap_external_toplevel_consts_41_consts_3_consts = {
26039     ._object = {
26040         .ob_base = {
26041             .ob_base = {
26042                 .ob_refcnt = 999999999,
26043                 .ob_type = &PyTuple_Type,
26044             },
26045             .ob_size = 2,
26046         },
26047         .ob_item = {
26048             Py_None,
26049             & importlib__bootstrap_toplevel_consts_3_consts_1._object.ob_base.ob_base,
26050         },
26051     },
26052 };
26053 static
26054     struct {
26055         PyASCIIObject _ascii;
26056         uint8_t _data[27];
26057     }
26058 importlib__bootstrap_external_toplevel_consts_41_consts_3_qualname = {
26059     ._ascii = {
26060         .ob_base = {
26061             .ob_refcnt = 999999999,
26062             .ob_type = &PyUnicode_Type,
26063         },
26064         .length = 26,
26065         .hash = -1,
26066         .state = {
26067             .kind = 1,
26068             .compact = 1,
26069             .ascii = 1,
26070             .ready = 1,
26071         },
26072     },
26073     ._data = "_check_name.<locals>._wrap",
26074 };
26075 static
26076     struct {
26077         PyObject_VAR_HEAD
26078         Py_hash_t ob_shash;
26079         char ob_sval[98];
26080     }
26081 importlib__bootstrap_external_toplevel_consts_41_consts_3_linetable = {
26082     .ob_base = {
26083         .ob_base = {
26084             .ob_refcnt = 999999999,
26085             .ob_type = &PyBytes_Type,
26086         },
26087         .ob_size = 97,
26088     },
26089     .ob_shash = -1,
26090     .ob_sval = "\x80\x00\xd8\x1b\x50\xf0\x00\x02\x0d\x41\x01\xf0\x00\x02\x0d\x41\x01\x90\x07\xdd\x13\x1a\x98\x33\xa0\x07\xd1\x13\x28\xd4\x13\x28\xf0\x00\x01\x11\x41\x01\xdd\x14\x1b\x98\x43\xa0\x17\xad\x27\xb0\x23\xb0\x77\xd1\x2a\x3f\xd4\x2a\x3f\xd1\x14\x40\xd4\x14\x40\xd0\x14\x40\xf8\xd8\x0c\x0f\x8c\x4c\xd7\x0c\x1f\xd2\x0c\x1f\xa0\x03\xa4\x0c\xd1\x0c\x2d\xd4\x0c\x2d\xd0\x0c\x2d\xd0\x0c\x2d\xd0\x0c\x2d",
26091 };
26092 static
26093     struct _PyCode_DEF(172)
26094 importlib__bootstrap_external_toplevel_consts_41_consts_3 = {
26095     .ob_base = {
26096         .ob_base = {
26097             .ob_refcnt = 999999999,
26098             .ob_type = &PyCode_Type,
26099         },
26100         .ob_size = 86,
26101     },
26102     .co_consts = & importlib__bootstrap_external_toplevel_consts_41_consts_3_consts._object.ob_base.ob_base,
26103     .co_names = & importlib__bootstrap_toplevel_consts_3_names._object.ob_base.ob_base,
26104     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
26105     .co_flags = 19,
26106     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
26107     ._co_linearray_entry_size = 0,
26108     .co_argcount = 2,
26109     .co_posonlyargcount = 0,
26110     .co_kwonlyargcount = 0,
26111     .co_stacksize = 9,
26112     .co_firstlineno = 612,
26113     .co_nlocalsplus = 3,
26114     .co_nlocals = 3,
26115     .co_nplaincellvars = 0,
26116     .co_ncellvars = 0,
26117     .co_nfreevars = 0,
26118     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_3_localsplusnames._object.ob_base.ob_base,
26119     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
26120     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
26121     .co_name = & const_str__wrap._ascii.ob_base,
26122     .co_qualname = & importlib__bootstrap_external_toplevel_consts_41_consts_3_qualname._ascii.ob_base,
26123     .co_linetable = & importlib__bootstrap_external_toplevel_consts_41_consts_3_linetable.ob_base.ob_base,
26124     ._co_code = NULL,
26125     ._co_linearray = NULL,
26126     .co_code_adaptive = "\x97\x00\x64\x01\x44\x00\x5d\x31\x7d\x02\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1f\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x32\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x04\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
26127     ._co_firsttraceable = 0,
26128 };
26129 static
26130     struct {
26131         PyGC_Head _gc_head;
26132         struct {
26133             PyObject_VAR_HEAD
26134             PyObject *ob_item[5];
26135         }_object;
26136     }
26137 importlib__bootstrap_external_toplevel_consts_41_consts = {
26138     ._object = {
26139         .ob_base = {
26140             .ob_base = {
26141                 .ob_refcnt = 999999999,
26142                 .ob_type = &PyTuple_Type,
26143             },
26144             .ob_size = 5,
26145         },
26146         .ob_item = {
26147             & importlib__bootstrap_external_toplevel_consts_41_consts_0._ascii.ob_base,
26148             Py_None,
26149             & importlib__bootstrap_external_toplevel_consts_41_consts_2.ob_base.ob_base,
26150             & importlib__bootstrap_external_toplevel_consts_41_consts_3.ob_base.ob_base,
26151             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
26152         },
26153     },
26154 };
26155 static
26156     struct {
26157         PyGC_Head _gc_head;
26158         struct {
26159             PyObject_VAR_HEAD
26160             PyObject *ob_item[2];
26161         }_object;
26162     }
26163 importlib__bootstrap_external_toplevel_consts_41_names = {
26164     ._object = {
26165         .ob_base = {
26166             .ob_base = {
26167                 .ob_refcnt = 999999999,
26168                 .ob_type = &PyTuple_Type,
26169             },
26170             .ob_size = 2,
26171         },
26172         .ob_item = {
26173             &_Py_ID(_bootstrap),
26174             & const_str__wrap._ascii.ob_base,
26175         },
26176     },
26177 };
26178 static
26179     struct {
26180         PyASCIIObject _ascii;
26181         uint8_t _data[12];
26182     }
26183 const_str__check_name = {
26184     ._ascii = {
26185         .ob_base = {
26186             .ob_refcnt = 999999999,
26187             .ob_type = &PyUnicode_Type,
26188         },
26189         .length = 11,
26190         .hash = -1,
26191         .state = {
26192             .kind = 1,
26193             .compact = 1,
26194             .ascii = 1,
26195             .ready = 1,
26196         },
26197     },
26198     ._data = "_check_name",
26199 };
26200 static
26201     struct {
26202         PyObject_VAR_HEAD
26203         Py_hash_t ob_shash;
26204         char ob_sval[94];
26205     }
26206 importlib__bootstrap_external_toplevel_consts_41_linetable = {
26207     .ob_base = {
26208         .ob_base = {
26209             .ob_refcnt = 999999999,
26210             .ob_type = &PyBytes_Type,
26211         },
26212         .ob_size = 93,
26213     },
26214     .ob_shash = -1,
26215     .ob_sval = "\xf8\x80\x00\xf0\x10\x06\x05\x33\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\xd0\x07\x1d\xdd\x10\x1a\xd4\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\xd1\x04\x26\xd4\x04\x26\xd0\x04\x26\xd8\x0b\x1e\xd0\x04\x1e",
26216 };
26217 static
26218     struct {
26219         PyGC_Head _gc_head;
26220         struct {
26221             PyObject_VAR_HEAD
26222             PyObject *ob_item[3];
26223         }_object;
26224     }
26225 importlib__bootstrap_external_toplevel_consts_41_localsplusnames = {
26226     ._object = {
26227         .ob_base = {
26228             .ob_base = {
26229                 .ob_refcnt = 999999999,
26230                 .ob_type = &PyTuple_Type,
26231             },
26232             .ob_size = 3,
26233         },
26234         .ob_item = {
26235             & const_str_method._ascii.ob_base,
26236             & const_str__check_name_wrapper._ascii.ob_base,
26237             & const_str__wrap._ascii.ob_base,
26238         },
26239     },
26240 };
26241 static
26242     struct {
26243         PyObject_VAR_HEAD
26244         Py_hash_t ob_shash;
26245         char ob_sval[4];
26246     }
26247 importlib__bootstrap_external_toplevel_consts_41_localspluskinds = {
26248     .ob_base = {
26249         .ob_base = {
26250             .ob_refcnt = 999999999,
26251             .ob_type = &PyBytes_Type,
26252         },
26253         .ob_size = 3,
26254     },
26255     .ob_shash = -1,
26256     .ob_sval = "`  ",
26257 };
26258 static
26259     struct _PyCode_DEF(90)
26260 importlib__bootstrap_external_toplevel_consts_41 = {
26261     .ob_base = {
26262         .ob_base = {
26263             .ob_refcnt = 999999999,
26264             .ob_type = &PyCode_Type,
26265         },
26266         .ob_size = 45,
26267     },
26268     .co_consts = & importlib__bootstrap_external_toplevel_consts_41_consts._object.ob_base.ob_base,
26269     .co_names = & importlib__bootstrap_external_toplevel_consts_41_names._object.ob_base.ob_base,
26270     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
26271     .co_flags = 3,
26272     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
26273     ._co_linearray_entry_size = 0,
26274     .co_argcount = 1,
26275     .co_posonlyargcount = 0,
26276     .co_kwonlyargcount = 0,
26277     .co_stacksize = 4,
26278     .co_firstlineno = 591,
26279     .co_nlocalsplus = 3,
26280     .co_nlocals = 3,
26281     .co_nplaincellvars = 0,
26282     .co_ncellvars = 1,
26283     .co_nfreevars = 0,
26284     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_41_localsplusnames._object.ob_base.ob_base,
26285     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_41_localspluskinds.ob_base.ob_base,
26286     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
26287     .co_name = & const_str__check_name._ascii.ob_base,
26288     .co_qualname = & const_str__check_name._ascii.ob_base,
26289     .co_linetable = & importlib__bootstrap_external_toplevel_consts_41_linetable.ob_base.ob_base,
26290     ._co_code = NULL,
26291     ._co_linearray = NULL,
26292     .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\x0d\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x53\x00",
26293     ._co_firsttraceable = 1,
26294 };
26295 static
26296     struct {
26297         PyASCIIObject _ascii;
26298         uint8_t _data[156];
26299     }
26300 importlib__bootstrap_external_toplevel_consts_42_consts_0 = {
26301     ._ascii = {
26302         .ob_base = {
26303             .ob_refcnt = 999999999,
26304             .ob_type = &PyUnicode_Type,
26305         },
26306         .length = 155,
26307         .hash = -1,
26308         .state = {
26309             .kind = 1,
26310             .compact = 1,
26311             .ascii = 1,
26312             .ready = 1,
26313         },
26314     },
26315     ._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",
26316 };
26317 static
26318     struct {
26319         PyASCIIObject _ascii;
26320         uint8_t _data[91];
26321     }
26322 importlib__bootstrap_external_toplevel_consts_42_consts_1 = {
26323     ._ascii = {
26324         .ob_base = {
26325             .ob_refcnt = 999999999,
26326             .ob_type = &PyUnicode_Type,
26327         },
26328         .length = 90,
26329         .hash = -1,
26330         .state = {
26331             .kind = 1,
26332             .compact = 1,
26333             .ascii = 1,
26334             .ready = 1,
26335         },
26336     },
26337     ._data = "find_module() is deprecated and slated for removal in Python 3.12; use find_spec() instead",
26338 };
26339 static
26340     struct {
26341         PyASCIIObject _ascii;
26342         uint8_t _data[45];
26343     }
26344 importlib__bootstrap_external_toplevel_consts_42_consts_3 = {
26345     ._ascii = {
26346         .ob_base = {
26347             .ob_refcnt = 999999999,
26348             .ob_type = &PyUnicode_Type,
26349         },
26350         .length = 44,
26351         .hash = -1,
26352         .state = {
26353             .kind = 1,
26354             .compact = 1,
26355             .ascii = 1,
26356             .ready = 1,
26357         },
26358     },
26359     ._data = "Not importing directory {}: missing __init__",
26360 };
26361 static
26362     struct {
26363         PyGC_Head _gc_head;
26364         struct {
26365             PyObject_VAR_HEAD
26366             PyObject *ob_item[5];
26367         }_object;
26368     }
26369 importlib__bootstrap_external_toplevel_consts_42_consts = {
26370     ._object = {
26371         .ob_base = {
26372             .ob_base = {
26373                 .ob_refcnt = 999999999,
26374                 .ob_type = &PyTuple_Type,
26375             },
26376             .ob_size = 5,
26377         },
26378         .ob_item = {
26379             & importlib__bootstrap_external_toplevel_consts_42_consts_0._ascii.ob_base,
26380             & importlib__bootstrap_external_toplevel_consts_42_consts_1._ascii.ob_base,
26381             Py_None,
26382             & importlib__bootstrap_external_toplevel_consts_42_consts_3._ascii.ob_base,
26383             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
26384         },
26385     },
26386 };
26387 static
26388     struct {
26389         PyASCIIObject _ascii;
26390         uint8_t _data[12];
26391     }
26392 const_str_find_loader = {
26393     ._ascii = {
26394         .ob_base = {
26395             .ob_refcnt = 999999999,
26396             .ob_type = &PyUnicode_Type,
26397         },
26398         .length = 11,
26399         .hash = -1,
26400         .state = {
26401             .kind = 1,
26402             .compact = 1,
26403             .ascii = 1,
26404             .ready = 1,
26405         },
26406     },
26407     ._data = "find_loader",
26408 };
26409 static
26410     struct {
26411         PyGC_Head _gc_head;
26412         struct {
26413             PyObject_VAR_HEAD
26414             PyObject *ob_item[7];
26415         }_object;
26416     }
26417 importlib__bootstrap_external_toplevel_consts_42_names = {
26418     ._object = {
26419         .ob_base = {
26420             .ob_base = {
26421                 .ob_refcnt = 999999999,
26422                 .ob_type = &PyTuple_Type,
26423             },
26424             .ob_size = 7,
26425         },
26426         .ob_item = {
26427             & const_str__warnings._ascii.ob_base,
26428             & const_str_warn._ascii.ob_base,
26429             & const_str_DeprecationWarning._ascii.ob_base,
26430             & const_str_find_loader._ascii.ob_base,
26431             &_Py_ID(len),
26432             & const_str_format._ascii.ob_base,
26433             & const_str_ImportWarning._ascii.ob_base,
26434         },
26435     },
26436 };
26437 static
26438     struct {
26439         PyASCIIObject _ascii;
26440         uint8_t _data[18];
26441     }
26442 const_str__find_module_shim = {
26443     ._ascii = {
26444         .ob_base = {
26445             .ob_refcnt = 999999999,
26446             .ob_type = &PyUnicode_Type,
26447         },
26448         .length = 17,
26449         .hash = -1,
26450         .state = {
26451             .kind = 1,
26452             .compact = 1,
26453             .ascii = 1,
26454             .ready = 1,
26455         },
26456     },
26457     ._data = "_find_module_shim",
26458 };
26459 static
26460     struct {
26461         PyObject_VAR_HEAD
26462         Py_hash_t ob_shash;
26463         char ob_sval[119];
26464     }
26465 importlib__bootstrap_external_toplevel_consts_42_linetable = {
26466     .ob_base = {
26467         .ob_base = {
26468             .ob_refcnt = 999999999,
26469             .ob_type = &PyBytes_Type,
26470         },
26471         .ob_size = 118,
26472     },
26473     .ob_shash = -1,
26474     .ob_sval = "\x80\x00\xf5\x0e\x00\x05\x0e\x84\x4e\xf0\x00\x01\x14\x50\x01\xe5\x13\x25\xf1\x05\x02\x05\x27\xf4\x00\x02\x05\x27\xf0\x00\x02\x05\x27\xf0\x0c\x00\x18\x1c\xd7\x17\x27\xd2\x17\x27\xa8\x08\xd1\x17\x31\xd4\x17\x31\xd1\x04\x14\x80\x46\x88\x48\xd8\x07\x0d\x80\x7e\x9d\x23\x98\x68\x99\x2d\x9c\x2d\x80\x7e\xd8\x0e\x3c\x88\x03\xdd\x08\x11\x8c\x0e\x90\x73\x97\x7a\x92\x7a\xa0\x28\xa8\x31\xa4\x2b\xd1\x17\x2e\xd4\x17\x2e\xb5\x0d\xd1\x08\x3e\xd4\x08\x3e\xd0\x08\x3e\xd8\x0b\x11\x80\x4d",
26475 };
26476 static
26477     struct {
26478         PyASCIIObject _ascii;
26479         uint8_t _data[9];
26480     }
26481 const_str_portions = {
26482     ._ascii = {
26483         .ob_base = {
26484             .ob_refcnt = 999999999,
26485             .ob_type = &PyUnicode_Type,
26486         },
26487         .length = 8,
26488         .hash = -1,
26489         .state = {
26490             .kind = 1,
26491             .compact = 1,
26492             .ascii = 1,
26493             .ready = 1,
26494         },
26495     },
26496     ._data = "portions",
26497 };
26498 static
26499     struct {
26500         PyGC_Head _gc_head;
26501         struct {
26502             PyObject_VAR_HEAD
26503             PyObject *ob_item[5];
26504         }_object;
26505     }
26506 importlib__bootstrap_external_toplevel_consts_42_localsplusnames = {
26507     ._object = {
26508         .ob_base = {
26509             .ob_base = {
26510                 .ob_refcnt = 999999999,
26511                 .ob_type = &PyTuple_Type,
26512             },
26513             .ob_size = 5,
26514         },
26515         .ob_item = {
26516             & const_str_self._ascii.ob_base,
26517             & const_str_fullname._ascii.ob_base,
26518             & const_str_loader._ascii.ob_base,
26519             & const_str_portions._ascii.ob_base,
26520             &_Py_ID(msg),
26521         },
26522     },
26523 };
26524 static
26525     struct _PyCode_DEF(246)
26526 importlib__bootstrap_external_toplevel_consts_42 = {
26527     .ob_base = {
26528         .ob_base = {
26529             .ob_refcnt = 999999999,
26530             .ob_type = &PyCode_Type,
26531         },
26532         .ob_size = 123,
26533     },
26534     .co_consts = & importlib__bootstrap_external_toplevel_consts_42_consts._object.ob_base.ob_base,
26535     .co_names = & importlib__bootstrap_external_toplevel_consts_42_names._object.ob_base.ob_base,
26536     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
26537     .co_flags = 3,
26538     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
26539     ._co_linearray_entry_size = 0,
26540     .co_argcount = 2,
26541     .co_posonlyargcount = 0,
26542     .co_kwonlyargcount = 0,
26543     .co_stacksize = 6,
26544     .co_firstlineno = 622,
26545     .co_nlocalsplus = 5,
26546     .co_nlocals = 5,
26547     .co_nplaincellvars = 0,
26548     .co_ncellvars = 0,
26549     .co_nfreevars = 0,
26550     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_42_localsplusnames._object.ob_base.ob_base,
26551     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
26552     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
26553     .co_name = & const_str__find_module_shim._ascii.ob_base,
26554     .co_qualname = & const_str__find_module_shim._ascii.ob_base,
26555     .co_linetable = & importlib__bootstrap_external_toplevel_consts_42_linetable.ob_base.ob_base,
26556     ._co_code = NULL,
26557     ._co_linearray = NULL,
26558     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x02\x80\x44\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\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\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa0\x05\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x53\x00",
26559     ._co_firsttraceable = 0,
26560 };
26561 static
26562     struct {
26563         PyASCIIObject _ascii;
26564         uint8_t _data[597];
26565     }
26566 importlib__bootstrap_external_toplevel_consts_43_consts_0 = {
26567     ._ascii = {
26568         .ob_base = {
26569             .ob_refcnt = 999999999,
26570             .ob_type = &PyUnicode_Type,
26571         },
26572         .length = 596,
26573         .hash = -1,
26574         .state = {
26575             .kind = 1,
26576             .compact = 1,
26577             .ascii = 1,
26578             .ready = 1,
26579         },
26580     },
26581     ._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",
26582 };
26583 static
26584     struct {
26585         PyASCIIObject _ascii;
26586         uint8_t _data[21];
26587     }
26588 importlib__bootstrap_external_toplevel_consts_43_consts_3 = {
26589     ._ascii = {
26590         .ob_base = {
26591             .ob_refcnt = 999999999,
26592             .ob_type = &PyUnicode_Type,
26593         },
26594         .length = 20,
26595         .hash = -1,
26596         .state = {
26597             .kind = 1,
26598             .compact = 1,
26599             .ascii = 1,
26600             .ready = 1,
26601         },
26602     },
26603     ._data = "bad magic number in ",
26604 };
26605 static
26606     struct {
26607         PyASCIIObject _ascii;
26608         uint8_t _data[3];
26609     }
26610 importlib__bootstrap_external_toplevel_consts_43_consts_4 = {
26611     ._ascii = {
26612         .ob_base = {
26613             .ob_refcnt = 999999999,
26614             .ob_type = &PyUnicode_Type,
26615         },
26616         .length = 2,
26617         .hash = -1,
26618         .state = {
26619             .kind = 1,
26620             .compact = 1,
26621             .ascii = 1,
26622             .ready = 1,
26623         },
26624     },
26625     ._data = ": ",
26626 };
26627 static
26628     struct {
26629         PyASCIIObject _ascii;
26630         uint8_t _data[3];
26631     }
26632 importlib__bootstrap_external_toplevel_consts_43_consts_5 = {
26633     ._ascii = {
26634         .ob_base = {
26635             .ob_refcnt = 999999999,
26636             .ob_type = &PyUnicode_Type,
26637         },
26638         .length = 2,
26639         .hash = -1,
26640         .state = {
26641             .kind = 1,
26642             .compact = 1,
26643             .ascii = 1,
26644             .ready = 1,
26645         },
26646     },
26647     ._data = "{}",
26648 };
26649 static
26650     struct {
26651         PyASCIIObject _ascii;
26652         uint8_t _data[41];
26653     }
26654 importlib__bootstrap_external_toplevel_consts_43_consts_7 = {
26655     ._ascii = {
26656         .ob_base = {
26657             .ob_refcnt = 999999999,
26658             .ob_type = &PyUnicode_Type,
26659         },
26660         .length = 40,
26661         .hash = -1,
26662         .state = {
26663             .kind = 1,
26664             .compact = 1,
26665             .ascii = 1,
26666             .ready = 1,
26667         },
26668     },
26669     ._data = "reached EOF while reading pyc header of ",
26670 };
26671 static
26672     struct {
26673         PyASCIIObject _ascii;
26674         uint8_t _data[15];
26675     }
26676 importlib__bootstrap_external_toplevel_consts_43_consts_10 = {
26677     ._ascii = {
26678         .ob_base = {
26679             .ob_refcnt = 999999999,
26680             .ob_type = &PyUnicode_Type,
26681         },
26682         .length = 14,
26683         .hash = -1,
26684         .state = {
26685             .kind = 1,
26686             .compact = 1,
26687             .ascii = 1,
26688             .ready = 1,
26689         },
26690     },
26691     ._data = "invalid flags ",
26692 };
26693 static
26694     struct {
26695         PyASCIIObject _ascii;
26696         uint8_t _data[5];
26697     }
26698 importlib__bootstrap_external_toplevel_consts_43_consts_11 = {
26699     ._ascii = {
26700         .ob_base = {
26701             .ob_refcnt = 999999999,
26702             .ob_type = &PyUnicode_Type,
26703         },
26704         .length = 4,
26705         .hash = -1,
26706         .state = {
26707             .kind = 1,
26708             .compact = 1,
26709             .ascii = 1,
26710             .ready = 1,
26711         },
26712     },
26713     ._data = " in ",
26714 };
26715 static
26716     struct {
26717         PyGC_Head _gc_head;
26718         struct {
26719             PyObject_VAR_HEAD
26720             PyObject *ob_item[12];
26721         }_object;
26722     }
26723 importlib__bootstrap_external_toplevel_consts_43_consts = {
26724     ._object = {
26725         .ob_base = {
26726             .ob_base = {
26727                 .ob_refcnt = 999999999,
26728                 .ob_type = &PyTuple_Type,
26729             },
26730             .ob_size = 12,
26731         },
26732         .ob_item = {
26733             & importlib__bootstrap_external_toplevel_consts_43_consts_0._ascii.ob_base,
26734             Py_None,
26735             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 4],
26736             & importlib__bootstrap_external_toplevel_consts_43_consts_3._ascii.ob_base,
26737             & importlib__bootstrap_external_toplevel_consts_43_consts_4._ascii.ob_base,
26738             & importlib__bootstrap_external_toplevel_consts_43_consts_5._ascii.ob_base,
26739             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 16],
26740             & importlib__bootstrap_external_toplevel_consts_43_consts_7._ascii.ob_base,
26741             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 8],
26742             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -4],
26743             & importlib__bootstrap_external_toplevel_consts_43_consts_10._ascii.ob_base,
26744             & importlib__bootstrap_external_toplevel_consts_43_consts_11._ascii.ob_base,
26745         },
26746     },
26747 };
26748 static
26749     struct {
26750         PyASCIIObject _ascii;
26751         uint8_t _data[13];
26752     }
26753 const_str_MAGIC_NUMBER = {
26754     ._ascii = {
26755         .ob_base = {
26756             .ob_refcnt = 999999999,
26757             .ob_type = &PyUnicode_Type,
26758         },
26759         .length = 12,
26760         .hash = -1,
26761         .state = {
26762             .kind = 1,
26763             .compact = 1,
26764             .ascii = 1,
26765             .ready = 1,
26766         },
26767     },
26768     ._data = "MAGIC_NUMBER",
26769 };
26770 static
26771     struct {
26772         PyASCIIObject _ascii;
26773         uint8_t _data[9];
26774     }
26775 const_str_EOFError = {
26776     ._ascii = {
26777         .ob_base = {
26778             .ob_refcnt = 999999999,
26779             .ob_type = &PyUnicode_Type,
26780         },
26781         .length = 8,
26782         .hash = -1,
26783         .state = {
26784             .kind = 1,
26785             .compact = 1,
26786             .ascii = 1,
26787             .ready = 1,
26788         },
26789     },
26790     ._data = "EOFError",
26791 };
26792 static
26793     struct {
26794         PyGC_Head _gc_head;
26795         struct {
26796             PyObject_VAR_HEAD
26797             PyObject *ob_item[7];
26798         }_object;
26799     }
26800 importlib__bootstrap_external_toplevel_consts_43_names = {
26801     ._object = {
26802         .ob_base = {
26803             .ob_base = {
26804                 .ob_refcnt = 999999999,
26805                 .ob_type = &PyTuple_Type,
26806             },
26807             .ob_size = 7,
26808         },
26809         .ob_item = {
26810             & const_str_MAGIC_NUMBER._ascii.ob_base,
26811             &_Py_ID(_bootstrap),
26812             & const_str__verbose_message._ascii.ob_base,
26813             & const_str_ImportError._ascii.ob_base,
26814             &_Py_ID(len),
26815             & const_str_EOFError._ascii.ob_base,
26816             & const_str__unpack_uint32._ascii.ob_base,
26817         },
26818     },
26819 };
26820 static
26821     struct {
26822         PyASCIIObject _ascii;
26823         uint8_t _data[14];
26824     }
26825 const_str__classify_pyc = {
26826     ._ascii = {
26827         .ob_base = {
26828             .ob_refcnt = 999999999,
26829             .ob_type = &PyUnicode_Type,
26830         },
26831         .length = 13,
26832         .hash = -1,
26833         .state = {
26834             .kind = 1,
26835             .compact = 1,
26836             .ascii = 1,
26837             .ready = 1,
26838         },
26839     },
26840     ._data = "_classify_pyc",
26841 };
26842 static
26843     struct {
26844         PyObject_VAR_HEAD
26845         Py_hash_t ob_shash;
26846         char ob_sval[239];
26847     }
26848 importlib__bootstrap_external_toplevel_consts_43_linetable = {
26849     .ob_base = {
26850         .ob_base = {
26851             .ob_refcnt = 999999999,
26852             .ob_type = &PyBytes_Type,
26853         },
26854         .ob_size = 238,
26855     },
26856     .ob_shash = -1,
26857     .ob_sval = "\x80\x00\xf0\x20\x00\x0d\x11\x90\x12\x90\x21\x90\x12\x8c\x48\x80\x45\xd8\x07\x0c\x95\x0c\xd2\x07\x1c\xd0\x07\x1c\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\xd2\x08\x23\xa0\x44\xa8\x27\xd1\x08\x32\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\x81\x79\x84\x79\x90\x32\x82\x7e\x80\x7e\xd8\x12\x45\xb8\x54\xd0\x12\x45\xd0\x12\x45\x88\x07\xdd\x08\x12\xd7\x08\x23\xd2\x08\x23\xa0\x44\xa8\x27\xd1\x08\x32\xd4\x08\x32\xd0\x08\x32\xdd\x0e\x16\x90\x77\xd1\x0e\x1f\xd4\x0e\x1f\xd0\x08\x1f\xdd\x0c\x1a\x98\x34\xa0\x01\xa0\x21\xa0\x03\x9c\x39\xd1\x0c\x25\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",
26858 };
26859 static
26860     struct {
26861         PyASCIIObject _ascii;
26862         uint8_t _data[12];
26863     }
26864 const_str_exc_details = {
26865     ._ascii = {
26866         .ob_base = {
26867             .ob_refcnt = 999999999,
26868             .ob_type = &PyUnicode_Type,
26869         },
26870         .length = 11,
26871         .hash = -1,
26872         .state = {
26873             .kind = 1,
26874             .compact = 1,
26875             .ascii = 1,
26876             .ready = 1,
26877         },
26878     },
26879     ._data = "exc_details",
26880 };
26881 static
26882     struct {
26883         PyASCIIObject _ascii;
26884         uint8_t _data[6];
26885     }
26886 const_str_magic = {
26887     ._ascii = {
26888         .ob_base = {
26889             .ob_refcnt = 999999999,
26890             .ob_type = &PyUnicode_Type,
26891         },
26892         .length = 5,
26893         .hash = -1,
26894         .state = {
26895             .kind = 1,
26896             .compact = 1,
26897             .ascii = 1,
26898             .ready = 1,
26899         },
26900     },
26901     ._data = "magic",
26902 };
26903 static
26904     struct {
26905         PyGC_Head _gc_head;
26906         struct {
26907             PyObject_VAR_HEAD
26908             PyObject *ob_item[6];
26909         }_object;
26910     }
26911 importlib__bootstrap_external_toplevel_consts_43_localsplusnames = {
26912     ._object = {
26913         .ob_base = {
26914             .ob_base = {
26915                 .ob_refcnt = 999999999,
26916                 .ob_type = &PyTuple_Type,
26917             },
26918             .ob_size = 6,
26919         },
26920         .ob_item = {
26921             & const_str_data._ascii.ob_base,
26922             &_Py_ID(name),
26923             & const_str_exc_details._ascii.ob_base,
26924             & const_str_magic._ascii.ob_base,
26925             & const_str_message._ascii.ob_base,
26926             & const_str_flags._ascii.ob_base,
26927         },
26928     },
26929 };
26930 static
26931     struct _PyCode_DEF(374)
26932 importlib__bootstrap_external_toplevel_consts_43 = {
26933     .ob_base = {
26934         .ob_base = {
26935             .ob_refcnt = 999999999,
26936             .ob_type = &PyCode_Type,
26937         },
26938         .ob_size = 187,
26939     },
26940     .co_consts = & importlib__bootstrap_external_toplevel_consts_43_consts._object.ob_base.ob_base,
26941     .co_names = & importlib__bootstrap_external_toplevel_consts_43_names._object.ob_base.ob_base,
26942     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
26943     .co_flags = 3,
26944     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
26945     ._co_linearray_entry_size = 0,
26946     .co_argcount = 3,
26947     .co_posonlyargcount = 0,
26948     .co_kwonlyargcount = 0,
26949     .co_stacksize = 5,
26950     .co_firstlineno = 642,
26951     .co_nlocalsplus = 6,
26952     .co_nlocals = 6,
26953     .co_nplaincellvars = 0,
26954     .co_ncellvars = 0,
26955     .co_nfreevars = 0,
26956     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_43_localsplusnames._object.ob_base.ob_base,
26957     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
26958     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
26959     .co_name = & const_str__classify_pyc._ascii.ob_base,
26960     .co_qualname = & const_str__classify_pyc._ascii.ob_base,
26961     .co_linetable = & importlib__bootstrap_external_toplevel_consts_43_linetable.ob_base.ob_base,
26962     ._co_code = NULL,
26963     ._co_linearray = NULL,
26964     .co_code_adaptive = "\x97\x00\x7c\x00\x64\x01\x64\x02\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x30\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\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x7c\x04\xa6\x02\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\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x6b\x00\x00\x00\x00\x00\x72\x2f\x64\x07\x7c\x01\x9b\x02\x9d\x02\x7d\x04\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x7c\x04\xa6\x02\x00\x00\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\xa6\x01\x00\x00\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\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\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",
26965     ._co_firsttraceable = 0,
26966 };
26967 static
26968     struct {
26969         PyASCIIObject _ascii;
26970         uint8_t _data[520];
26971     }
26972 importlib__bootstrap_external_toplevel_consts_44_consts_0 = {
26973     ._ascii = {
26974         .ob_base = {
26975             .ob_refcnt = 999999999,
26976             .ob_type = &PyUnicode_Type,
26977         },
26978         .length = 519,
26979         .hash = -1,
26980         .state = {
26981             .kind = 1,
26982             .compact = 1,
26983             .ascii = 1,
26984             .ready = 1,
26985         },
26986     },
26987     ._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",
26988 };
26989 static
26990     struct {
26991         PyASCIIObject _ascii;
26992         uint8_t _data[23];
26993     }
26994 importlib__bootstrap_external_toplevel_consts_44_consts_4 = {
26995     ._ascii = {
26996         .ob_base = {
26997             .ob_refcnt = 999999999,
26998             .ob_type = &PyUnicode_Type,
26999         },
27000         .length = 22,
27001         .hash = -1,
27002         .state = {
27003             .kind = 1,
27004             .compact = 1,
27005             .ascii = 1,
27006             .ready = 1,
27007         },
27008     },
27009     ._data = "bytecode is stale for ",
27010 };
27011 static
27012     struct {
27013         PyGC_Head _gc_head;
27014         struct {
27015             PyObject_VAR_HEAD
27016             PyObject *ob_item[8];
27017         }_object;
27018     }
27019 importlib__bootstrap_external_toplevel_consts_44_consts = {
27020     ._object = {
27021         .ob_base = {
27022             .ob_base = {
27023                 .ob_refcnt = 999999999,
27024                 .ob_type = &PyTuple_Type,
27025             },
27026             .ob_size = 8,
27027         },
27028         .ob_item = {
27029             & importlib__bootstrap_external_toplevel_consts_44_consts_0._ascii.ob_base,
27030             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 8],
27031             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 12],
27032             & const_int_4294967295.ob_base.ob_base,
27033             & importlib__bootstrap_external_toplevel_consts_44_consts_4._ascii.ob_base,
27034             & importlib__bootstrap_external_toplevel_consts_43_consts_5._ascii.ob_base,
27035             Py_None,
27036             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 16],
27037         },
27038     },
27039 };
27040 static
27041     struct {
27042         PyGC_Head _gc_head;
27043         struct {
27044             PyObject_VAR_HEAD
27045             PyObject *ob_item[4];
27046         }_object;
27047     }
27048 importlib__bootstrap_external_toplevel_consts_44_names = {
27049     ._object = {
27050         .ob_base = {
27051             .ob_base = {
27052                 .ob_refcnt = 999999999,
27053                 .ob_type = &PyTuple_Type,
27054             },
27055             .ob_size = 4,
27056         },
27057         .ob_item = {
27058             & const_str__unpack_uint32._ascii.ob_base,
27059             &_Py_ID(_bootstrap),
27060             & const_str__verbose_message._ascii.ob_base,
27061             & const_str_ImportError._ascii.ob_base,
27062         },
27063     },
27064 };
27065 static
27066     struct {
27067         PyASCIIObject _ascii;
27068         uint8_t _data[24];
27069     }
27070 const_str__validate_timestamp_pyc = {
27071     ._ascii = {
27072         .ob_base = {
27073             .ob_refcnt = 999999999,
27074             .ob_type = &PyUnicode_Type,
27075         },
27076         .length = 23,
27077         .hash = -1,
27078         .state = {
27079             .kind = 1,
27080             .compact = 1,
27081             .ascii = 1,
27082             .ready = 1,
27083         },
27084     },
27085     ._data = "_validate_timestamp_pyc",
27086 };
27087 static
27088     struct {
27089         PyObject_VAR_HEAD
27090         Py_hash_t ob_shash;
27091         char ob_sval[177];
27092     }
27093 importlib__bootstrap_external_toplevel_consts_44_linetable = {
27094     .ob_base = {
27095         .ob_base = {
27096             .ob_refcnt = 999999999,
27097             .ob_type = &PyBytes_Type,
27098         },
27099         .ob_size = 176,
27100     },
27101     .ob_shash = -1,
27102     .ob_sval = "\x80\x00\xf5\x26\x00\x08\x16\x90\x64\x98\x31\x98\x52\x98\x34\x94\x6a\xd1\x07\x21\xd4\x07\x21\xa0\x6c\xb0\x5a\xd1\x26\x3f\xd2\x07\x40\xd0\x07\x40\xd8\x12\x33\xa8\x34\xd0\x12\x33\xd0\x12\x33\x88\x07\xdd\x08\x12\xd7\x08\x23\xd2\x08\x23\xa0\x44\xa8\x27\xd1\x08\x32\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\xd0\x08\x1f\xdd\x08\x16\x90\x74\x98\x42\x98\x72\x98\x45\x94\x7b\xd1\x08\x23\xd4\x08\x23\xa8\x0b\xb0\x6a\xd1\x28\x40\xd2\x08\x41\xd0\x08\x41\xdd\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\x00\x09\x20\xd0\x08\x1f\xd8\x08\x41\xd0\x08\x41",
27103 };
27104 static
27105     struct {
27106         PyASCIIObject _ascii;
27107         uint8_t _data[13];
27108     }
27109 const_str_source_mtime = {
27110     ._ascii = {
27111         .ob_base = {
27112             .ob_refcnt = 999999999,
27113             .ob_type = &PyUnicode_Type,
27114         },
27115         .length = 12,
27116         .hash = -1,
27117         .state = {
27118             .kind = 1,
27119             .compact = 1,
27120             .ascii = 1,
27121             .ready = 1,
27122         },
27123     },
27124     ._data = "source_mtime",
27125 };
27126 static
27127     struct {
27128         PyASCIIObject _ascii;
27129         uint8_t _data[12];
27130     }
27131 const_str_source_size = {
27132     ._ascii = {
27133         .ob_base = {
27134             .ob_refcnt = 999999999,
27135             .ob_type = &PyUnicode_Type,
27136         },
27137         .length = 11,
27138         .hash = -1,
27139         .state = {
27140             .kind = 1,
27141             .compact = 1,
27142             .ascii = 1,
27143             .ready = 1,
27144         },
27145     },
27146     ._data = "source_size",
27147 };
27148 static
27149     struct {
27150         PyGC_Head _gc_head;
27151         struct {
27152             PyObject_VAR_HEAD
27153             PyObject *ob_item[6];
27154         }_object;
27155     }
27156 importlib__bootstrap_external_toplevel_consts_44_localsplusnames = {
27157     ._object = {
27158         .ob_base = {
27159             .ob_base = {
27160                 .ob_refcnt = 999999999,
27161                 .ob_type = &PyTuple_Type,
27162             },
27163             .ob_size = 6,
27164         },
27165         .ob_item = {
27166             & const_str_data._ascii.ob_base,
27167             & const_str_source_mtime._ascii.ob_base,
27168             & const_str_source_size._ascii.ob_base,
27169             &_Py_ID(name),
27170             & const_str_exc_details._ascii.ob_base,
27171             & const_str_message._ascii.ob_base,
27172         },
27173     },
27174 };
27175 static
27176     struct _PyCode_DEF(256)
27177 importlib__bootstrap_external_toplevel_consts_44 = {
27178     .ob_base = {
27179         .ob_base = {
27180             .ob_refcnt = 999999999,
27181             .ob_type = &PyCode_Type,
27182         },
27183         .ob_size = 128,
27184     },
27185     .co_consts = & importlib__bootstrap_external_toplevel_consts_44_consts._object.ob_base.ob_base,
27186     .co_names = & importlib__bootstrap_external_toplevel_consts_44_names._object.ob_base.ob_base,
27187     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
27188     .co_flags = 3,
27189     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
27190     ._co_linearray_entry_size = 0,
27191     .co_argcount = 5,
27192     .co_posonlyargcount = 0,
27193     .co_kwonlyargcount = 0,
27194     .co_stacksize = 5,
27195     .co_firstlineno = 675,
27196     .co_nlocalsplus = 6,
27197     .co_nlocals = 6,
27198     .co_nplaincellvars = 0,
27199     .co_ncellvars = 0,
27200     .co_nfreevars = 0,
27201     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_44_localsplusnames._object.ob_base.ob_base,
27202     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
27203     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
27204     .co_name = & const_str__validate_timestamp_pyc._ascii.ob_base,
27205     .co_qualname = & const_str__validate_timestamp_pyc._ascii.ob_base,
27206     .co_linetable = & importlib__bootstrap_external_toplevel_consts_44_linetable.ob_base.ob_base,
27207     ._co_code = NULL,
27208     ._co_linearray = NULL,
27209     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x01\x64\x02\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\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\x2d\x64\x04\x7c\x03\x9b\x02\x9d\x02\x7d\x05\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x7c\x05\xa6\x02\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\x05\x66\x01\x69\x00\x7c\x04\xa4\x01\x8e\x01\x82\x01\x7c\x02\x81\x2e\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x02\x64\x07\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\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\x12\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",
27210     ._co_firsttraceable = 0,
27211 };
27212 static
27213     struct {
27214         PyASCIIObject _ascii;
27215         uint8_t _data[500];
27216     }
27217 importlib__bootstrap_external_toplevel_consts_45_consts_0 = {
27218     ._ascii = {
27219         .ob_base = {
27220             .ob_refcnt = 999999999,
27221             .ob_type = &PyUnicode_Type,
27222         },
27223         .length = 499,
27224         .hash = -1,
27225         .state = {
27226             .kind = 1,
27227             .compact = 1,
27228             .ascii = 1,
27229             .ready = 1,
27230         },
27231     },
27232     ._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",
27233 };
27234 static
27235     struct {
27236         PyASCIIObject _ascii;
27237         uint8_t _data[47];
27238     }
27239 importlib__bootstrap_external_toplevel_consts_45_consts_3 = {
27240     ._ascii = {
27241         .ob_base = {
27242             .ob_refcnt = 999999999,
27243             .ob_type = &PyUnicode_Type,
27244         },
27245         .length = 46,
27246         .hash = -1,
27247         .state = {
27248             .kind = 1,
27249             .compact = 1,
27250             .ascii = 1,
27251             .ready = 1,
27252         },
27253     },
27254     ._data = "hash in bytecode doesn't match hash of source ",
27255 };
27256 static
27257     struct {
27258         PyGC_Head _gc_head;
27259         struct {
27260             PyObject_VAR_HEAD
27261             PyObject *ob_item[5];
27262         }_object;
27263     }
27264 importlib__bootstrap_external_toplevel_consts_45_consts = {
27265     ._object = {
27266         .ob_base = {
27267             .ob_base = {
27268                 .ob_refcnt = 999999999,
27269                 .ob_type = &PyTuple_Type,
27270             },
27271             .ob_size = 5,
27272         },
27273         .ob_item = {
27274             & importlib__bootstrap_external_toplevel_consts_45_consts_0._ascii.ob_base,
27275             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 8],
27276             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 16],
27277             & importlib__bootstrap_external_toplevel_consts_45_consts_3._ascii.ob_base,
27278             Py_None,
27279         },
27280     },
27281 };
27282 static
27283     struct {
27284         PyGC_Head _gc_head;
27285         struct {
27286             PyObject_VAR_HEAD
27287             PyObject *ob_item[1];
27288         }_object;
27289     }
27290 importlib__bootstrap_external_toplevel_consts_45_names = {
27291     ._object = {
27292         .ob_base = {
27293             .ob_base = {
27294                 .ob_refcnt = 999999999,
27295                 .ob_type = &PyTuple_Type,
27296             },
27297             .ob_size = 1,
27298         },
27299         .ob_item = {
27300             & const_str_ImportError._ascii.ob_base,
27301         },
27302     },
27303 };
27304 static
27305     struct {
27306         PyASCIIObject _ascii;
27307         uint8_t _data[19];
27308     }
27309 const_str__validate_hash_pyc = {
27310     ._ascii = {
27311         .ob_base = {
27312             .ob_refcnt = 999999999,
27313             .ob_type = &PyUnicode_Type,
27314         },
27315         .length = 18,
27316         .hash = -1,
27317         .state = {
27318             .kind = 1,
27319             .compact = 1,
27320             .ascii = 1,
27321             .ready = 1,
27322         },
27323     },
27324     ._data = "_validate_hash_pyc",
27325 };
27326 static
27327     struct {
27328         PyObject_VAR_HEAD
27329         Py_hash_t ob_shash;
27330         char ob_sval[74];
27331     }
27332 importlib__bootstrap_external_toplevel_consts_45_linetable = {
27333     .ob_base = {
27334         .ob_base = {
27335             .ob_refcnt = 999999999,
27336             .ob_type = &PyBytes_Type,
27337         },
27338         .ob_size = 73,
27339     },
27340     .ob_shash = -1,
27341     .ob_sval = "\x80\x00\xf0\x22\x00\x08\x0c\x88\x41\x88\x62\x88\x44\x84\x7a\x90\x5b\xd2\x07\x20\xd0\x07\x20\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\x00\x08\x21\xd0\x07\x20",
27342 };
27343 static
27344     struct {
27345         PyASCIIObject _ascii;
27346         uint8_t _data[12];
27347     }
27348 const_str_source_hash = {
27349     ._ascii = {
27350         .ob_base = {
27351             .ob_refcnt = 999999999,
27352             .ob_type = &PyUnicode_Type,
27353         },
27354         .length = 11,
27355         .hash = -1,
27356         .state = {
27357             .kind = 1,
27358             .compact = 1,
27359             .ascii = 1,
27360             .ready = 1,
27361         },
27362     },
27363     ._data = "source_hash",
27364 };
27365 static
27366     struct {
27367         PyGC_Head _gc_head;
27368         struct {
27369             PyObject_VAR_HEAD
27370             PyObject *ob_item[4];
27371         }_object;
27372     }
27373 importlib__bootstrap_external_toplevel_consts_45_localsplusnames = {
27374     ._object = {
27375         .ob_base = {
27376             .ob_base = {
27377                 .ob_refcnt = 999999999,
27378                 .ob_type = &PyTuple_Type,
27379             },
27380             .ob_size = 4,
27381         },
27382         .ob_item = {
27383             & const_str_data._ascii.ob_base,
27384             & const_str_source_hash._ascii.ob_base,
27385             &_Py_ID(name),
27386             & const_str_exc_details._ascii.ob_base,
27387         },
27388     },
27389 };
27390 static
27391     struct _PyCode_DEF(66)
27392 importlib__bootstrap_external_toplevel_consts_45 = {
27393     .ob_base = {
27394         .ob_base = {
27395             .ob_refcnt = 999999999,
27396             .ob_type = &PyCode_Type,
27397         },
27398         .ob_size = 33,
27399     },
27400     .co_consts = & importlib__bootstrap_external_toplevel_consts_45_consts._object.ob_base.ob_base,
27401     .co_names = & importlib__bootstrap_external_toplevel_consts_45_names._object.ob_base.ob_base,
27402     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
27403     .co_flags = 3,
27404     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
27405     ._co_linearray_entry_size = 0,
27406     .co_argcount = 4,
27407     .co_posonlyargcount = 0,
27408     .co_kwonlyargcount = 0,
27409     .co_stacksize = 5,
27410     .co_firstlineno = 703,
27411     .co_nlocalsplus = 4,
27412     .co_nlocals = 4,
27413     .co_nplaincellvars = 0,
27414     .co_ncellvars = 0,
27415     .co_nfreevars = 0,
27416     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_45_localsplusnames._object.ob_base.ob_base,
27417     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
27418     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
27419     .co_name = & const_str__validate_hash_pyc._ascii.ob_base,
27420     .co_qualname = & const_str__validate_hash_pyc._ascii.ob_base,
27421     .co_linetable = & importlib__bootstrap_external_toplevel_consts_45_linetable.ob_base.ob_base,
27422     ._co_code = NULL,
27423     ._co_linearray = NULL,
27424     .co_code_adaptive = "\x97\x00\x7c\x00\x64\x01\x64\x02\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\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",
27425     ._co_firsttraceable = 0,
27426 };
27427 static
27428     struct {
27429         PyASCIIObject _ascii;
27430         uint8_t _data[36];
27431     }
27432 importlib__bootstrap_external_toplevel_consts_46_consts_0 = {
27433     ._ascii = {
27434         .ob_base = {
27435             .ob_refcnt = 999999999,
27436             .ob_type = &PyUnicode_Type,
27437         },
27438         .length = 35,
27439         .hash = -1,
27440         .state = {
27441             .kind = 1,
27442             .compact = 1,
27443             .ascii = 1,
27444             .ready = 1,
27445         },
27446     },
27447     ._data = "Compile bytecode as found in a pyc.",
27448 };
27449 static
27450     struct {
27451         PyASCIIObject _ascii;
27452         uint8_t _data[22];
27453     }
27454 importlib__bootstrap_external_toplevel_consts_46_consts_1 = {
27455     ._ascii = {
27456         .ob_base = {
27457             .ob_refcnt = 999999999,
27458             .ob_type = &PyUnicode_Type,
27459         },
27460         .length = 21,
27461         .hash = -1,
27462         .state = {
27463             .kind = 1,
27464             .compact = 1,
27465             .ascii = 1,
27466             .ready = 1,
27467         },
27468     },
27469     ._data = "code object from {!r}",
27470 };
27471 static
27472     struct {
27473         PyASCIIObject _ascii;
27474         uint8_t _data[24];
27475     }
27476 importlib__bootstrap_external_toplevel_consts_46_consts_3 = {
27477     ._ascii = {
27478         .ob_base = {
27479             .ob_refcnt = 999999999,
27480             .ob_type = &PyUnicode_Type,
27481         },
27482         .length = 23,
27483         .hash = -1,
27484         .state = {
27485             .kind = 1,
27486             .compact = 1,
27487             .ascii = 1,
27488             .ready = 1,
27489         },
27490     },
27491     ._data = "Non-code object in {!r}",
27492 };
27493 static
27494     struct {
27495         PyGC_Head _gc_head;
27496         struct {
27497             PyObject_VAR_HEAD
27498             PyObject *ob_item[2];
27499         }_object;
27500     }
27501 importlib__bootstrap_external_toplevel_consts_46_consts_4 = {
27502     ._object = {
27503         .ob_base = {
27504             .ob_base = {
27505                 .ob_refcnt = 999999999,
27506                 .ob_type = &PyTuple_Type,
27507             },
27508             .ob_size = 2,
27509         },
27510         .ob_item = {
27511             &_Py_ID(name),
27512             &_Py_ID(path),
27513         },
27514     },
27515 };
27516 static
27517     struct {
27518         PyGC_Head _gc_head;
27519         struct {
27520             PyObject_VAR_HEAD
27521             PyObject *ob_item[5];
27522         }_object;
27523     }
27524 importlib__bootstrap_external_toplevel_consts_46_consts = {
27525     ._object = {
27526         .ob_base = {
27527             .ob_base = {
27528                 .ob_refcnt = 999999999,
27529                 .ob_type = &PyTuple_Type,
27530             },
27531             .ob_size = 5,
27532         },
27533         .ob_item = {
27534             & importlib__bootstrap_external_toplevel_consts_46_consts_0._ascii.ob_base,
27535             & importlib__bootstrap_external_toplevel_consts_46_consts_1._ascii.ob_base,
27536             Py_None,
27537             & importlib__bootstrap_external_toplevel_consts_46_consts_3._ascii.ob_base,
27538             & importlib__bootstrap_external_toplevel_consts_46_consts_4._object.ob_base.ob_base,
27539         },
27540     },
27541 };
27542 static
27543     struct {
27544         PyASCIIObject _ascii;
27545         uint8_t _data[8];
27546     }
27547 const_str_marshal = {
27548     ._ascii = {
27549         .ob_base = {
27550             .ob_refcnt = 999999999,
27551             .ob_type = &PyUnicode_Type,
27552         },
27553         .length = 7,
27554         .hash = -1,
27555         .state = {
27556             .kind = 1,
27557             .compact = 1,
27558             .ascii = 1,
27559             .ready = 1,
27560         },
27561     },
27562     ._data = "marshal",
27563 };
27564 static
27565     struct {
27566         PyASCIIObject _ascii;
27567         uint8_t _data[6];
27568     }
27569 const_str_loads = {
27570     ._ascii = {
27571         .ob_base = {
27572             .ob_refcnt = 999999999,
27573             .ob_type = &PyUnicode_Type,
27574         },
27575         .length = 5,
27576         .hash = -1,
27577         .state = {
27578             .kind = 1,
27579             .compact = 1,
27580             .ascii = 1,
27581             .ready = 1,
27582         },
27583     },
27584     ._data = "loads",
27585 };
27586 static
27587     struct {
27588         PyASCIIObject _ascii;
27589         uint8_t _data[11];
27590     }
27591 const_str__code_type = {
27592     ._ascii = {
27593         .ob_base = {
27594             .ob_refcnt = 999999999,
27595             .ob_type = &PyUnicode_Type,
27596         },
27597         .length = 10,
27598         .hash = -1,
27599         .state = {
27600             .kind = 1,
27601             .compact = 1,
27602             .ascii = 1,
27603             .ready = 1,
27604         },
27605     },
27606     ._data = "_code_type",
27607 };
27608 static
27609     struct {
27610         PyASCIIObject _ascii;
27611         uint8_t _data[17];
27612     }
27613 const_str__fix_co_filename = {
27614     ._ascii = {
27615         .ob_base = {
27616             .ob_refcnt = 999999999,
27617             .ob_type = &PyUnicode_Type,
27618         },
27619         .length = 16,
27620         .hash = -1,
27621         .state = {
27622             .kind = 1,
27623             .compact = 1,
27624             .ascii = 1,
27625             .ready = 1,
27626         },
27627     },
27628     ._data = "_fix_co_filename",
27629 };
27630 static
27631     struct {
27632         PyGC_Head _gc_head;
27633         struct {
27634             PyObject_VAR_HEAD
27635             PyObject *ob_item[10];
27636         }_object;
27637     }
27638 importlib__bootstrap_external_toplevel_consts_46_names = {
27639     ._object = {
27640         .ob_base = {
27641             .ob_base = {
27642                 .ob_refcnt = 999999999,
27643                 .ob_type = &PyTuple_Type,
27644             },
27645             .ob_size = 10,
27646         },
27647         .ob_item = {
27648             & const_str_marshal._ascii.ob_base,
27649             & const_str_loads._ascii.ob_base,
27650             &_Py_ID(isinstance),
27651             & const_str__code_type._ascii.ob_base,
27652             &_Py_ID(_bootstrap),
27653             & const_str__verbose_message._ascii.ob_base,
27654             & const_str__imp._ascii.ob_base,
27655             & const_str__fix_co_filename._ascii.ob_base,
27656             & const_str_ImportError._ascii.ob_base,
27657             & const_str_format._ascii.ob_base,
27658         },
27659     },
27660 };
27661 static
27662     struct {
27663         PyASCIIObject _ascii;
27664         uint8_t _data[18];
27665     }
27666 const_str__compile_bytecode = {
27667     ._ascii = {
27668         .ob_base = {
27669             .ob_refcnt = 999999999,
27670             .ob_type = &PyUnicode_Type,
27671         },
27672         .length = 17,
27673         .hash = -1,
27674         .state = {
27675             .kind = 1,
27676             .compact = 1,
27677             .ascii = 1,
27678             .ready = 1,
27679         },
27680     },
27681     ._data = "_compile_bytecode",
27682 };
27683 static
27684     struct {
27685         PyObject_VAR_HEAD
27686         Py_hash_t ob_shash;
27687         char ob_sval[134];
27688     }
27689 importlib__bootstrap_external_toplevel_consts_46_linetable = {
27690     .ob_base = {
27691         .ob_base = {
27692             .ob_refcnt = 999999999,
27693             .ob_type = &PyBytes_Type,
27694         },
27695         .ob_size = 133,
27696     },
27697     .ob_shash = -1,
27698     .ob_sval = "\x80\x00\xe5\x0b\x12\x8c\x3d\x98\x14\xd1\x0b\x1e\xd4\x0b\x1e\x80\x44\xdd\x07\x11\x90\x24\x9d\x0a\xd1\x07\x23\xd4\x07\x23\xf0\x00\x07\x05\x39\xdd\x08\x12\xd7\x08\x23\xd2\x08\x23\xd0\x24\x3b\xb8\x5d\xd1\x08\x4b\xd4\x08\x4b\xd0\x08\x4b\xd8\x0b\x16\xd0\x0b\x22\xdd\x0c\x10\xd4\x0c\x21\xa0\x24\xa8\x0b\xd1\x0c\x34\xd4\x0c\x34\xd0\x0c\x34\xd8\x0f\x13\x88\x0b\xe5\x0e\x19\xd0\x1a\x33\xd7\x1a\x3a\xd2\x1a\x3a\xb8\x3d\xd1\x1a\x49\xd4\x1a\x49\xd8\x1f\x23\xa8\x2d\xf0\x03\x01\x0f\x39\xf1\x00\x01\x0f\x39\xf4\x00\x01\x0f\x39\xf0\x00\x01\x09\x39",
27699 };
27700 static
27701     struct {
27702         PyGC_Head _gc_head;
27703         struct {
27704             PyObject_VAR_HEAD
27705             PyObject *ob_item[5];
27706         }_object;
27707     }
27708 importlib__bootstrap_external_toplevel_consts_46_localsplusnames = {
27709     ._object = {
27710         .ob_base = {
27711             .ob_base = {
27712                 .ob_refcnt = 999999999,
27713                 .ob_type = &PyTuple_Type,
27714             },
27715             .ob_size = 5,
27716         },
27717         .ob_item = {
27718             & const_str_data._ascii.ob_base,
27719             &_Py_ID(name),
27720             & const_str_bytecode_path._ascii.ob_base,
27721             & const_str_source_path._ascii.ob_base,
27722             &_Py_ID(code),
27723         },
27724     },
27725 };
27726 static
27727     struct _PyCode_DEF(262)
27728 importlib__bootstrap_external_toplevel_consts_46 = {
27729     .ob_base = {
27730         .ob_base = {
27731             .ob_refcnt = 999999999,
27732             .ob_type = &PyCode_Type,
27733         },
27734         .ob_size = 131,
27735     },
27736     .co_consts = & importlib__bootstrap_external_toplevel_consts_46_consts._object.ob_base.ob_base,
27737     .co_names = & importlib__bootstrap_external_toplevel_consts_46_names._object.ob_base.ob_base,
27738     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
27739     .co_flags = 3,
27740     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
27741     ._co_linearray_entry_size = 0,
27742     .co_argcount = 4,
27743     .co_posonlyargcount = 0,
27744     .co_kwonlyargcount = 0,
27745     .co_stacksize = 5,
27746     .co_firstlineno = 727,
27747     .co_nlocalsplus = 5,
27748     .co_nlocals = 5,
27749     .co_nplaincellvars = 0,
27750     .co_ncellvars = 0,
27751     .co_nfreevars = 0,
27752     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_46_localsplusnames._object.ob_base.ob_base,
27753     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
27754     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
27755     .co_name = & const_str__compile_bytecode._ascii.ob_base,
27756     .co_qualname = & const_str__compile_bytecode._ascii.ob_base,
27757     .co_linetable = & importlib__bootstrap_external_toplevel_consts_46_linetable.ob_base.ob_base,
27758     ._co_code = NULL,
27759     ._co_linearray = NULL,
27760     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x02\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\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x03\x81\x15\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x03\xa6\x02\x00\x00\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\xa0\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xac\x04\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
27761     ._co_firsttraceable = 0,
27762 };
27763 static
27764     struct {
27765         PyASCIIObject _ascii;
27766         uint8_t _data[44];
27767     }
27768 importlib__bootstrap_external_toplevel_consts_47_consts_0 = {
27769     ._ascii = {
27770         .ob_base = {
27771             .ob_refcnt = 999999999,
27772             .ob_type = &PyUnicode_Type,
27773         },
27774         .length = 43,
27775         .hash = -1,
27776         .state = {
27777             .kind = 1,
27778             .compact = 1,
27779             .ascii = 1,
27780             .ready = 1,
27781         },
27782     },
27783     ._data = "Produce the data for a timestamp-based pyc.",
27784 };
27785 static
27786     struct {
27787         PyGC_Head _gc_head;
27788         struct {
27789             PyObject_VAR_HEAD
27790             PyObject *ob_item[2];
27791         }_object;
27792     }
27793 importlib__bootstrap_external_toplevel_consts_47_consts = {
27794     ._object = {
27795         .ob_base = {
27796             .ob_base = {
27797                 .ob_refcnt = 999999999,
27798                 .ob_type = &PyTuple_Type,
27799             },
27800             .ob_size = 2,
27801         },
27802         .ob_item = {
27803             & importlib__bootstrap_external_toplevel_consts_47_consts_0._ascii.ob_base,
27804             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
27805         },
27806     },
27807 };
27808 static
27809     struct {
27810         PyASCIIObject _ascii;
27811         uint8_t _data[10];
27812     }
27813 const_str_bytearray = {
27814     ._ascii = {
27815         .ob_base = {
27816             .ob_refcnt = 999999999,
27817             .ob_type = &PyUnicode_Type,
27818         },
27819         .length = 9,
27820         .hash = -1,
27821         .state = {
27822             .kind = 1,
27823             .compact = 1,
27824             .ascii = 1,
27825             .ready = 1,
27826         },
27827     },
27828     ._data = "bytearray",
27829 };
27830 static
27831     struct {
27832         PyASCIIObject _ascii;
27833         uint8_t _data[6];
27834     }
27835 const_str_dumps = {
27836     ._ascii = {
27837         .ob_base = {
27838             .ob_refcnt = 999999999,
27839             .ob_type = &PyUnicode_Type,
27840         },
27841         .length = 5,
27842         .hash = -1,
27843         .state = {
27844             .kind = 1,
27845             .compact = 1,
27846             .ascii = 1,
27847             .ready = 1,
27848         },
27849     },
27850     ._data = "dumps",
27851 };
27852 static
27853     struct {
27854         PyGC_Head _gc_head;
27855         struct {
27856             PyObject_VAR_HEAD
27857             PyObject *ob_item[6];
27858         }_object;
27859     }
27860 importlib__bootstrap_external_toplevel_consts_47_names = {
27861     ._object = {
27862         .ob_base = {
27863             .ob_base = {
27864                 .ob_refcnt = 999999999,
27865                 .ob_type = &PyTuple_Type,
27866             },
27867             .ob_size = 6,
27868         },
27869         .ob_item = {
27870             & const_str_bytearray._ascii.ob_base,
27871             & const_str_MAGIC_NUMBER._ascii.ob_base,
27872             &_Py_ID(extend),
27873             & const_str__pack_uint32._ascii.ob_base,
27874             & const_str_marshal._ascii.ob_base,
27875             & const_str_dumps._ascii.ob_base,
27876         },
27877     },
27878 };
27879 static
27880     struct {
27881         PyASCIIObject _ascii;
27882         uint8_t _data[23];
27883     }
27884 const_str__code_to_timestamp_pyc = {
27885     ._ascii = {
27886         .ob_base = {
27887             .ob_refcnt = 999999999,
27888             .ob_type = &PyUnicode_Type,
27889         },
27890         .length = 22,
27891         .hash = -1,
27892         .state = {
27893             .kind = 1,
27894             .compact = 1,
27895             .ascii = 1,
27896             .ready = 1,
27897         },
27898     },
27899     ._data = "_code_to_timestamp_pyc",
27900 };
27901 static
27902     struct {
27903         PyObject_VAR_HEAD
27904         Py_hash_t ob_shash;
27905         char ob_sval[125];
27906     }
27907 importlib__bootstrap_external_toplevel_consts_47_linetable = {
27908     .ob_base = {
27909         .ob_base = {
27910             .ob_refcnt = 999999999,
27911             .ob_type = &PyBytes_Type,
27912         },
27913         .ob_size = 124,
27914     },
27915     .ob_shash = -1,
27916     .ob_sval = "\x80\x00\xe5\x0b\x14\x95\x5c\xd1\x0b\x22\xd4\x0b\x22\x80\x44\xd8\x04\x08\x87\x4b\x82\x4b\x95\x0c\x98\x51\x91\x0f\x94\x0f\xd1\x04\x20\xd4\x04\x20\xd0\x04\x20\xd8\x04\x08\x87\x4b\x82\x4b\x95\x0c\x98\x55\xd1\x10\x23\xd4\x10\x23\xd1\x04\x24\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x87\x4b\x82\x4b\x95\x0c\x98\x5b\xd1\x10\x29\xd4\x10\x29\xd1\x04\x2a\xd4\x04\x2a\xd0\x04\x2a\xd8\x04\x08\x87\x4b\x82\x4b\x95\x07\x94\x0d\x98\x64\xd1\x10\x23\xd4\x10\x23\xd1\x04\x24\xd4\x04\x24\xd0\x04\x24\xd8\x0b\x0f\x80\x4b",
27917 };
27918 static
27919     struct {
27920         PyASCIIObject _ascii;
27921         uint8_t _data[6];
27922     }
27923 const_str_mtime = {
27924     ._ascii = {
27925         .ob_base = {
27926             .ob_refcnt = 999999999,
27927             .ob_type = &PyUnicode_Type,
27928         },
27929         .length = 5,
27930         .hash = -1,
27931         .state = {
27932             .kind = 1,
27933             .compact = 1,
27934             .ascii = 1,
27935             .ready = 1,
27936         },
27937     },
27938     ._data = "mtime",
27939 };
27940 static
27941     struct {
27942         PyGC_Head _gc_head;
27943         struct {
27944             PyObject_VAR_HEAD
27945             PyObject *ob_item[4];
27946         }_object;
27947     }
27948 importlib__bootstrap_external_toplevel_consts_47_localsplusnames = {
27949     ._object = {
27950         .ob_base = {
27951             .ob_base = {
27952                 .ob_refcnt = 999999999,
27953                 .ob_type = &PyTuple_Type,
27954             },
27955             .ob_size = 4,
27956         },
27957         .ob_item = {
27958             &_Py_ID(code),
27959             & const_str_mtime._ascii.ob_base,
27960             & const_str_source_size._ascii.ob_base,
27961             & const_str_data._ascii.ob_base,
27962         },
27963     },
27964 };
27965 static
27966     struct _PyCode_DEF(328)
27967 importlib__bootstrap_external_toplevel_consts_47 = {
27968     .ob_base = {
27969         .ob_base = {
27970             .ob_refcnt = 999999999,
27971             .ob_type = &PyCode_Type,
27972         },
27973         .ob_size = 164,
27974     },
27975     .co_consts = & importlib__bootstrap_external_toplevel_consts_47_consts._object.ob_base.ob_base,
27976     .co_names = & importlib__bootstrap_external_toplevel_consts_47_names._object.ob_base.ob_base,
27977     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
27978     .co_flags = 3,
27979     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
27980     ._co_linearray_entry_size = 0,
27981     .co_argcount = 3,
27982     .co_posonlyargcount = 0,
27983     .co_kwonlyargcount = 0,
27984     .co_stacksize = 5,
27985     .co_firstlineno = 740,
27986     .co_nlocalsplus = 4,
27987     .co_nlocals = 4,
27988     .co_nplaincellvars = 0,
27989     .co_ncellvars = 0,
27990     .co_nfreevars = 0,
27991     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_47_localsplusnames._object.ob_base.ob_base,
27992     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
27993     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
27994     .co_name = & const_str__code_to_timestamp_pyc._ascii.ob_base,
27995     .co_qualname = & const_str__code_to_timestamp_pyc._ascii.ob_base,
27996     .co_linetable = & importlib__bootstrap_external_toplevel_consts_47_linetable.ob_base.ob_base,
27997     ._co_code = NULL,
27998     ._co_linearray = NULL,
27999     .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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\xa0\x02\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x03\xa0\x02\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x03\xa0\x02\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x03\xa0\x02\x00\x00\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\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x03\x53\x00",
28000     ._co_firsttraceable = 0,
28001 };
28002 static
28003     struct {
28004         PyASCIIObject _ascii;
28005         uint8_t _data[39];
28006     }
28007 importlib__bootstrap_external_toplevel_consts_49_consts_0 = {
28008     ._ascii = {
28009         .ob_base = {
28010             .ob_refcnt = 999999999,
28011             .ob_type = &PyUnicode_Type,
28012         },
28013         .length = 38,
28014         .hash = -1,
28015         .state = {
28016             .kind = 1,
28017             .compact = 1,
28018             .ascii = 1,
28019             .ready = 1,
28020         },
28021     },
28022     ._data = "Produce the data for a hash-based pyc.",
28023 };
28024 static
28025     struct {
28026         PyGC_Head _gc_head;
28027         struct {
28028             PyObject_VAR_HEAD
28029             PyObject *ob_item[3];
28030         }_object;
28031     }
28032 importlib__bootstrap_external_toplevel_consts_49_consts = {
28033     ._object = {
28034         .ob_base = {
28035             .ob_base = {
28036                 .ob_refcnt = 999999999,
28037                 .ob_type = &PyTuple_Type,
28038             },
28039             .ob_size = 3,
28040         },
28041         .ob_item = {
28042             & importlib__bootstrap_external_toplevel_consts_49_consts_0._ascii.ob_base,
28043             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
28044             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 8],
28045         },
28046     },
28047 };
28048 static
28049     struct {
28050         PyGC_Head _gc_head;
28051         struct {
28052             PyObject_VAR_HEAD
28053             PyObject *ob_item[7];
28054         }_object;
28055     }
28056 importlib__bootstrap_external_toplevel_consts_49_names = {
28057     ._object = {
28058         .ob_base = {
28059             .ob_base = {
28060                 .ob_refcnt = 999999999,
28061                 .ob_type = &PyTuple_Type,
28062             },
28063             .ob_size = 7,
28064         },
28065         .ob_item = {
28066             & const_str_bytearray._ascii.ob_base,
28067             & const_str_MAGIC_NUMBER._ascii.ob_base,
28068             &_Py_ID(extend),
28069             & const_str__pack_uint32._ascii.ob_base,
28070             &_Py_ID(len),
28071             & const_str_marshal._ascii.ob_base,
28072             & const_str_dumps._ascii.ob_base,
28073         },
28074     },
28075 };
28076 static
28077     struct {
28078         PyASCIIObject _ascii;
28079         uint8_t _data[18];
28080     }
28081 const_str__code_to_hash_pyc = {
28082     ._ascii = {
28083         .ob_base = {
28084             .ob_refcnt = 999999999,
28085             .ob_type = &PyUnicode_Type,
28086         },
28087         .length = 17,
28088         .hash = -1,
28089         .state = {
28090             .kind = 1,
28091             .compact = 1,
28092             .ascii = 1,
28093             .ready = 1,
28094         },
28095     },
28096     ._data = "_code_to_hash_pyc",
28097 };
28098 static
28099     struct {
28100         PyObject_VAR_HEAD
28101         Py_hash_t ob_shash;
28102         char ob_sval[132];
28103     }
28104 importlib__bootstrap_external_toplevel_consts_49_linetable = {
28105     .ob_base = {
28106         .ob_base = {
28107             .ob_refcnt = 999999999,
28108             .ob_type = &PyBytes_Type,
28109         },
28110         .ob_size = 131,
28111     },
28112     .ob_shash = -1,
28113     .ob_sval = "\x80\x00\xe5\x0b\x14\x95\x5c\xd1\x0b\x22\xd4\x0b\x22\x80\x44\xd8\x0c\x0f\x90\x27\x98\x51\x91\x2c\xd1\x0c\x1e\x80\x45\xd8\x04\x08\x87\x4b\x82\x4b\x95\x0c\x98\x55\xd1\x10\x23\xd4\x10\x23\xd1\x04\x24\xd4\x04\x24\xd0\x04\x24\xdd\x0b\x0e\x88\x7b\xd1\x0b\x1b\xd4\x0b\x1b\x98\x71\xd2\x0b\x20\xd0\x0b\x20\xd0\x0b\x20\xd0\x0b\x20\xd8\x04\x08\x87\x4b\x82\x4b\x90\x0b\xd1\x04\x1c\xd4\x04\x1c\xd0\x04\x1c\xd8\x04\x08\x87\x4b\x82\x4b\x95\x07\x94\x0d\x98\x64\xd1\x10\x23\xd4\x10\x23\xd1\x04\x24\xd4\x04\x24\xd0\x04\x24\xd8\x0b\x0f\x80\x4b",
28114 };
28115 static
28116     struct {
28117         PyASCIIObject _ascii;
28118         uint8_t _data[8];
28119     }
28120 const_str_checked = {
28121     ._ascii = {
28122         .ob_base = {
28123             .ob_refcnt = 999999999,
28124             .ob_type = &PyUnicode_Type,
28125         },
28126         .length = 7,
28127         .hash = -1,
28128         .state = {
28129             .kind = 1,
28130             .compact = 1,
28131             .ascii = 1,
28132             .ready = 1,
28133         },
28134     },
28135     ._data = "checked",
28136 };
28137 static
28138     struct {
28139         PyGC_Head _gc_head;
28140         struct {
28141             PyObject_VAR_HEAD
28142             PyObject *ob_item[5];
28143         }_object;
28144     }
28145 importlib__bootstrap_external_toplevel_consts_49_localsplusnames = {
28146     ._object = {
28147         .ob_base = {
28148             .ob_base = {
28149                 .ob_refcnt = 999999999,
28150                 .ob_type = &PyTuple_Type,
28151             },
28152             .ob_size = 5,
28153         },
28154         .ob_item = {
28155             &_Py_ID(code),
28156             & const_str_source_hash._ascii.ob_base,
28157             & const_str_checked._ascii.ob_base,
28158             & const_str_data._ascii.ob_base,
28159             & const_str_flags._ascii.ob_base,
28160         },
28161     },
28162 };
28163 static
28164     struct _PyCode_DEF(292)
28165 importlib__bootstrap_external_toplevel_consts_49 = {
28166     .ob_base = {
28167         .ob_base = {
28168             .ob_refcnt = 999999999,
28169             .ob_type = &PyCode_Type,
28170         },
28171         .ob_size = 146,
28172     },
28173     .co_consts = & importlib__bootstrap_external_toplevel_consts_49_consts._object.ob_base.ob_base,
28174     .co_names = & importlib__bootstrap_external_toplevel_consts_49_names._object.ob_base.ob_base,
28175     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
28176     .co_flags = 3,
28177     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
28178     ._co_linearray_entry_size = 0,
28179     .co_argcount = 3,
28180     .co_posonlyargcount = 0,
28181     .co_kwonlyargcount = 0,
28182     .co_stacksize = 5,
28183     .co_firstlineno = 750,
28184     .co_nlocalsplus = 5,
28185     .co_nlocals = 5,
28186     .co_nplaincellvars = 0,
28187     .co_ncellvars = 0,
28188     .co_nfreevars = 0,
28189     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_49_localsplusnames._object.ob_base.ob_base,
28190     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
28191     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
28192     .co_name = & const_str__code_to_hash_pyc._ascii.ob_base,
28193     .co_qualname = & const_str__code_to_hash_pyc._ascii.ob_base,
28194     .co_linetable = & importlib__bootstrap_external_toplevel_consts_49_linetable.ob_base.ob_base,
28195     ._co_code = NULL,
28196     ._co_linearray = NULL,
28197     .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\xa6\x01\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\xa0\x02\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\xa6\x01\x00\x00\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\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x03\xa0\x02\x00\x00\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\x06\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x03\x53\x00",
28198     ._co_firsttraceable = 0,
28199 };
28200 static
28201     struct {
28202         PyASCIIObject _ascii;
28203         uint8_t _data[122];
28204     }
28205 importlib__bootstrap_external_toplevel_consts_50_consts_0 = {
28206     ._ascii = {
28207         .ob_base = {
28208             .ob_refcnt = 999999999,
28209             .ob_type = &PyUnicode_Type,
28210         },
28211         .length = 121,
28212         .hash = -1,
28213         .state = {
28214             .kind = 1,
28215             .compact = 1,
28216             .ascii = 1,
28217             .ready = 1,
28218         },
28219     },
28220     ._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",
28221 };
28222 static
28223     struct {
28224         PyGC_Head _gc_head;
28225         struct {
28226             PyObject_VAR_HEAD
28227             PyObject *ob_item[4];
28228         }_object;
28229     }
28230 importlib__bootstrap_external_toplevel_consts_50_consts = {
28231     ._object = {
28232         .ob_base = {
28233             .ob_base = {
28234                 .ob_refcnt = 999999999,
28235                 .ob_type = &PyTuple_Type,
28236             },
28237             .ob_size = 4,
28238         },
28239         .ob_item = {
28240             & importlib__bootstrap_external_toplevel_consts_50_consts_0._ascii.ob_base,
28241             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
28242             Py_None,
28243             Py_True,
28244         },
28245     },
28246 };
28247 static
28248     struct {
28249         PyASCIIObject _ascii;
28250         uint8_t _data[9];
28251     }
28252 const_str_tokenize = {
28253     ._ascii = {
28254         .ob_base = {
28255             .ob_refcnt = 999999999,
28256             .ob_type = &PyUnicode_Type,
28257         },
28258         .length = 8,
28259         .hash = -1,
28260         .state = {
28261             .kind = 1,
28262             .compact = 1,
28263             .ascii = 1,
28264             .ready = 1,
28265         },
28266     },
28267     ._data = "tokenize",
28268 };
28269 static
28270     struct {
28271         PyASCIIObject _ascii;
28272         uint8_t _data[8];
28273     }
28274 const_str_BytesIO = {
28275     ._ascii = {
28276         .ob_base = {
28277             .ob_refcnt = 999999999,
28278             .ob_type = &PyUnicode_Type,
28279         },
28280         .length = 7,
28281         .hash = -1,
28282         .state = {
28283             .kind = 1,
28284             .compact = 1,
28285             .ascii = 1,
28286             .ready = 1,
28287         },
28288     },
28289     ._data = "BytesIO",
28290 };
28291 static
28292     struct {
28293         PyASCIIObject _ascii;
28294         uint8_t _data[16];
28295     }
28296 const_str_detect_encoding = {
28297     ._ascii = {
28298         .ob_base = {
28299             .ob_refcnt = 999999999,
28300             .ob_type = &PyUnicode_Type,
28301         },
28302         .length = 15,
28303         .hash = -1,
28304         .state = {
28305             .kind = 1,
28306             .compact = 1,
28307             .ascii = 1,
28308             .ready = 1,
28309         },
28310     },
28311     ._data = "detect_encoding",
28312 };
28313 static
28314     struct {
28315         PyASCIIObject _ascii;
28316         uint8_t _data[26];
28317     }
28318 const_str_IncrementalNewlineDecoder = {
28319     ._ascii = {
28320         .ob_base = {
28321             .ob_refcnt = 999999999,
28322             .ob_type = &PyUnicode_Type,
28323         },
28324         .length = 25,
28325         .hash = -1,
28326         .state = {
28327             .kind = 1,
28328             .compact = 1,
28329             .ascii = 1,
28330             .ready = 1,
28331         },
28332     },
28333     ._data = "IncrementalNewlineDecoder",
28334 };
28335 static
28336     struct {
28337         PyGC_Head _gc_head;
28338         struct {
28339             PyObject_VAR_HEAD
28340             PyObject *ob_item[7];
28341         }_object;
28342     }
28343 importlib__bootstrap_external_toplevel_consts_50_names = {
28344     ._object = {
28345         .ob_base = {
28346             .ob_base = {
28347                 .ob_refcnt = 999999999,
28348                 .ob_type = &PyTuple_Type,
28349             },
28350             .ob_size = 7,
28351         },
28352         .ob_item = {
28353             & const_str_tokenize._ascii.ob_base,
28354             & const_str__io._ascii.ob_base,
28355             & const_str_BytesIO._ascii.ob_base,
28356             &_Py_ID(readline),
28357             & const_str_detect_encoding._ascii.ob_base,
28358             & const_str_IncrementalNewlineDecoder._ascii.ob_base,
28359             &_Py_ID(decode),
28360         },
28361     },
28362 };
28363 static
28364     struct {
28365         PyASCIIObject _ascii;
28366         uint8_t _data[14];
28367     }
28368 const_str_decode_source = {
28369     ._ascii = {
28370         .ob_base = {
28371             .ob_refcnt = 999999999,
28372             .ob_type = &PyUnicode_Type,
28373         },
28374         .length = 13,
28375         .hash = -1,
28376         .state = {
28377             .kind = 1,
28378             .compact = 1,
28379             .ascii = 1,
28380             .ready = 1,
28381         },
28382     },
28383     ._data = "decode_source",
28384 };
28385 static
28386     struct {
28387         PyObject_VAR_HEAD
28388         Py_hash_t ob_shash;
28389         char ob_sval[109];
28390     }
28391 importlib__bootstrap_external_toplevel_consts_50_linetable = {
28392     .ob_base = {
28393         .ob_base = {
28394             .ob_refcnt = 999999999,
28395             .ob_type = &PyBytes_Type,
28396         },
28397         .ob_size = 108,
28398     },
28399     .ob_shash = -1,
28400     .ob_sval = "\x80\x00\xf0\x0a\x00\x05\x14\x80\x4f\x80\x4f\x80\x4f\xdd\x1c\x1f\x9c\x4b\xa8\x0c\xd1\x1c\x35\xd4\x1c\x35\xd4\x1c\x3e\xd0\x04\x19\xd8\x0f\x17\xd7\x0f\x27\xd2\x0f\x27\xd0\x28\x3d\xd1\x0f\x3e\xd4\x0f\x3e\x80\x48\xdd\x16\x19\xd4\x16\x33\xb0\x44\xb8\x24\xd1\x16\x3f\xd4\x16\x3f\x80\x4f\xd8\x0b\x1a\xd7\x0b\x21\xd2\x0b\x21\xa0\x2c\xd7\x22\x35\xd2\x22\x35\xb0\x68\xb8\x71\xb4\x6b\xd1\x22\x42\xd4\x22\x42\xd1\x0b\x43\xd4\x0b\x43\xd0\x04\x43",
28401 };
28402 static
28403     struct {
28404         PyASCIIObject _ascii;
28405         uint8_t _data[13];
28406     }
28407 const_str_source_bytes = {
28408     ._ascii = {
28409         .ob_base = {
28410             .ob_refcnt = 999999999,
28411             .ob_type = &PyUnicode_Type,
28412         },
28413         .length = 12,
28414         .hash = -1,
28415         .state = {
28416             .kind = 1,
28417             .compact = 1,
28418             .ascii = 1,
28419             .ready = 1,
28420         },
28421     },
28422     ._data = "source_bytes",
28423 };
28424 static
28425     struct {
28426         PyASCIIObject _ascii;
28427         uint8_t _data[22];
28428     }
28429 const_str_source_bytes_readline = {
28430     ._ascii = {
28431         .ob_base = {
28432             .ob_refcnt = 999999999,
28433             .ob_type = &PyUnicode_Type,
28434         },
28435         .length = 21,
28436         .hash = -1,
28437         .state = {
28438             .kind = 1,
28439             .compact = 1,
28440             .ascii = 1,
28441             .ready = 1,
28442         },
28443     },
28444     ._data = "source_bytes_readline",
28445 };
28446 static
28447     struct {
28448         PyASCIIObject _ascii;
28449         uint8_t _data[16];
28450     }
28451 const_str_newline_decoder = {
28452     ._ascii = {
28453         .ob_base = {
28454             .ob_refcnt = 999999999,
28455             .ob_type = &PyUnicode_Type,
28456         },
28457         .length = 15,
28458         .hash = -1,
28459         .state = {
28460             .kind = 1,
28461             .compact = 1,
28462             .ascii = 1,
28463             .ready = 1,
28464         },
28465     },
28466     ._data = "newline_decoder",
28467 };
28468 static
28469     struct {
28470         PyGC_Head _gc_head;
28471         struct {
28472             PyObject_VAR_HEAD
28473             PyObject *ob_item[5];
28474         }_object;
28475     }
28476 importlib__bootstrap_external_toplevel_consts_50_localsplusnames = {
28477     ._object = {
28478         .ob_base = {
28479             .ob_base = {
28480                 .ob_refcnt = 999999999,
28481                 .ob_type = &PyTuple_Type,
28482             },
28483             .ob_size = 5,
28484         },
28485         .ob_item = {
28486             & const_str_source_bytes._ascii.ob_base,
28487             & const_str_tokenize._ascii.ob_base,
28488             & const_str_source_bytes_readline._ascii.ob_base,
28489             &_Py_ID(encoding),
28490             & const_str_newline_decoder._ascii.ob_base,
28491         },
28492     },
28493 };
28494 static
28495     struct _PyCode_DEF(236)
28496 importlib__bootstrap_external_toplevel_consts_50 = {
28497     .ob_base = {
28498         .ob_base = {
28499             .ob_refcnt = 999999999,
28500             .ob_type = &PyCode_Type,
28501         },
28502         .ob_size = 118,
28503     },
28504     .co_consts = & importlib__bootstrap_external_toplevel_consts_50_consts._object.ob_base.ob_base,
28505     .co_names = & importlib__bootstrap_external_toplevel_consts_50_names._object.ob_base.ob_base,
28506     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
28507     .co_flags = 3,
28508     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
28509     ._co_linearray_entry_size = 0,
28510     .co_argcount = 1,
28511     .co_posonlyargcount = 0,
28512     .co_kwonlyargcount = 0,
28513     .co_stacksize = 6,
28514     .co_firstlineno = 761,
28515     .co_nlocalsplus = 5,
28516     .co_nlocals = 5,
28517     .co_nplaincellvars = 0,
28518     .co_ncellvars = 0,
28519     .co_nfreevars = 0,
28520     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_50_localsplusnames._object.ob_base.ob_base,
28521     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
28522     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
28523     .co_name = & const_str_decode_source._ascii.ob_base,
28524     .co_qualname = & const_str_decode_source._ascii.ob_base,
28525     .co_linetable = & importlib__bootstrap_external_toplevel_consts_50_linetable.ob_base.ob_base,
28526     ._co_code = NULL,
28527     ._co_linearray = NULL,
28528     .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\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x01\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\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\x05\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x03\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa0\x06\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
28529     ._co_firsttraceable = 0,
28530 };
28531 static
28532     struct {
28533         PyASCIIObject _ascii;
28534         uint8_t _data[318];
28535     }
28536 importlib__bootstrap_external_toplevel_consts_52_consts_0 = {
28537     ._ascii = {
28538         .ob_base = {
28539             .ob_refcnt = 999999999,
28540             .ob_type = &PyUnicode_Type,
28541         },
28542         .length = 317,
28543         .hash = -1,
28544         .state = {
28545             .kind = 1,
28546             .compact = 1,
28547             .ascii = 1,
28548             .ready = 1,
28549         },
28550     },
28551     ._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",
28552 };
28553 static
28554     struct {
28555         PyGC_Head _gc_head;
28556         struct {
28557             PyObject_VAR_HEAD
28558             PyObject *ob_item[8];
28559         }_object;
28560     }
28561 importlib__bootstrap_external_toplevel_consts_52_consts = {
28562     ._object = {
28563         .ob_base = {
28564             .ob_base = {
28565                 .ob_refcnt = 999999999,
28566                 .ob_type = &PyTuple_Type,
28567             },
28568             .ob_size = 8,
28569         },
28570         .ob_item = {
28571             & importlib__bootstrap_external_toplevel_consts_52_consts_0._ascii.ob_base,
28572             Py_None,
28573             &_Py_STR(anon_unknown),
28574             & const_str_get_filename._ascii.ob_base,
28575             & importlib__bootstrap_toplevel_consts_27_consts_2._object.ob_base.ob_base,
28576             Py_True,
28577             & const_str_is_package._ascii.ob_base,
28578             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
28579         },
28580     },
28581 };
28582 static
28583     struct {
28584         PyASCIIObject _ascii;
28585         uint8_t _data[28];
28586     }
28587 const_str__get_supported_file_loaders = {
28588     ._ascii = {
28589         .ob_base = {
28590             .ob_refcnt = 999999999,
28591             .ob_type = &PyUnicode_Type,
28592         },
28593         .length = 27,
28594         .hash = -1,
28595         .state = {
28596             .kind = 1,
28597             .compact = 1,
28598             .ascii = 1,
28599             .ready = 1,
28600         },
28601     },
28602     ._data = "_get_supported_file_loaders",
28603 };
28604 static
28605     struct {
28606         PyASCIIObject _ascii;
28607         uint8_t _data[10];
28608     }
28609 const_str__POPULATE = {
28610     ._ascii = {
28611         .ob_base = {
28612             .ob_refcnt = 999999999,
28613             .ob_type = &PyUnicode_Type,
28614         },
28615         .length = 9,
28616         .hash = -1,
28617         .state = {
28618             .kind = 1,
28619             .compact = 1,
28620             .ascii = 1,
28621             .ready = 1,
28622         },
28623     },
28624     ._data = "_POPULATE",
28625 };
28626 static
28627     struct {
28628         PyGC_Head _gc_head;
28629         struct {
28630             PyObject_VAR_HEAD
28631             PyObject *ob_item[21];
28632         }_object;
28633     }
28634 importlib__bootstrap_external_toplevel_consts_52_names = {
28635     ._object = {
28636         .ob_base = {
28637             .ob_base = {
28638                 .ob_refcnt = 999999999,
28639                 .ob_type = &PyTuple_Type,
28640             },
28641             .ob_size = 21,
28642         },
28643         .ob_item = {
28644             & const_str_hasattr._ascii.ob_base,
28645             & const_str_get_filename._ascii.ob_base,
28646             & const_str_ImportError._ascii.ob_base,
28647             & const_str__os._ascii.ob_base,
28648             & const_str_fspath._ascii.ob_base,
28649             & const_str__path_isabs._ascii.ob_base,
28650             & const_str__path_join._ascii.ob_base,
28651             & const_str_getcwd._ascii.ob_base,
28652             & const_str_OSError._ascii.ob_base,
28653             &_Py_ID(_bootstrap),
28654             & const_str_ModuleSpec._ascii.ob_base,
28655             & const_str__set_fileattr._ascii.ob_base,
28656             & const_str__get_supported_file_loaders._ascii.ob_base,
28657             & const_str_endswith._ascii.ob_base,
28658             & const_str_tuple._ascii.ob_base,
28659             & const_str_loader._ascii.ob_base,
28660             & const_str__POPULATE._ascii.ob_base,
28661             & const_str_is_package._ascii.ob_base,
28662             & const_str_submodule_search_locations._ascii.ob_base,
28663             & const_str__path_split._ascii.ob_base,
28664             &_Py_ID(append),
28665         },
28666     },
28667 };
28668 static
28669     struct {
28670         PyObject_VAR_HEAD
28671         Py_hash_t ob_shash;
28672         char ob_sval[522];
28673     }
28674 importlib__bootstrap_external_toplevel_consts_52_linetable = {
28675     .ob_base = {
28676         .ob_base = {
28677             .ob_refcnt = 999999999,
28678             .ob_type = &PyBytes_Type,
28679         },
28680         .ob_size = 521,
28681     },
28682     .ob_shash = -1,
28683     .ob_sval = "\x80\x00\xf0\x18\x00\x08\x10\xd0\x07\x17\xf0\x08\x00\x14\x1f\x88\x08\xdd\x0b\x12\x90\x36\x98\x3e\xd1\x0b\x2a\xd4\x0b\x2a\xf0\x00\x05\x09\x15\xf0\x04\x03\x0d\x15\xd8\x1b\x21\xd7\x1b\x2e\xd2\x1b\x2e\xa8\x74\xd1\x1b\x34\xd4\x1b\x34\x90\x08\x90\x08\xf8\xdd\x13\x1e\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\x05\x09\x15\xf5\x0e\x00\x14\x17\x94\x3a\x98\x68\xd1\x13\x27\xd4\x13\x27\x88\x08\xdd\x0f\x1a\x98\x38\xd1\x0f\x24\xd4\x0f\x24\xf0\x00\x04\x09\x15\xf0\x02\x03\x0d\x15\xdd\x1b\x25\xa5\x63\xa4\x6a\xa1\x6c\xa4\x6c\xb0\x48\xd1\x1b\x3d\xd4\x1b\x3d\x90\x08\x90\x08\xf8\xdd\x13\x1a\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\xf5\x12\x00\x0c\x16\xd7\x0b\x20\xd2\x0b\x20\xa0\x14\xa0\x76\xb0\x68\xd0\x0b\x20\xd1\x0b\x3f\xd4\x0b\x3f\x80\x44\xd8\x19\x1d\x80\x44\xd4\x04\x16\xf0\x06\x00\x08\x0e\x80\x7e\xdd\x26\x41\xd1\x26\x43\xd4\x26\x43\xf0\x00\x06\x09\x18\xf0\x00\x06\x09\x18\xd1\x0c\x22\x88\x4c\x98\x28\xd8\x0f\x17\xd7\x0f\x20\xd2\x0f\x20\xa5\x15\xa0\x78\xa1\x1f\xa4\x1f\xd1\x0f\x31\xd4\x0f\x31\xf0\x00\x03\x0d\x16\xd8\x19\x25\x98\x1c\xa0\x64\xa8\x48\xd1\x19\x35\xd4\x19\x35\x90\x06\xd8\x1e\x24\x90\x04\x94\x0b\xd8\x10\x15\x90\x05\xf0\x07\x03\x0d\x16\xf0\x0a\x00\x14\x18\x90\x34\xf0\x06\x00\x08\x22\xa5\x59\xd0\x07\x2e\xd0\x07\x2e\xe5\x0b\x12\x90\x36\x98\x3c\xd1\x0b\x28\xd4\x0b\x28\xf0\x00\x07\x09\x39\xf0\x02\x06\x0d\x39\xd8\x1d\x23\xd7\x1d\x2e\xd2\x1d\x2e\xa8\x74\xd1\x1d\x34\xd4\x1d\x34\x90\x0a\xf0\x08\x00\x14\x1e\xf0\x00\x01\x11\x39\xd8\x36\x38\x90\x44\xd4\x14\x33\xf8\xf8\xf5\x09\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\xf0\x07\x07\x09\x39\xf0\x12\x00\x2b\x45\x01\x88\x04\xd4\x08\x27\xd8\x07\x0b\xd4\x07\x26\xa8\x22\xd2\x07\x2c\xd0\x07\x2c\xd8\x0b\x13\xf0\x00\x02\x09\x3c\xdd\x16\x21\xa0\x28\xd1\x16\x2b\xd4\x16\x2b\xa8\x41\xd4\x16\x2e\x88\x47\xd8\x0c\x10\xd4\x0c\x2b\xd7\x0c\x32\xd2\x0c\x32\xb0\x37\xd1\x0c\x3b\xd4\x0c\x3b\xd0\x0c\x3b\xe0\x0b\x0f\x80\x4b",
28684 };
28685 static
28686     struct {
28687         PyObject_VAR_HEAD
28688         Py_hash_t ob_shash;
28689         char ob_sval[49];
28690     }
28691 importlib__bootstrap_external_toplevel_consts_52_exceptiontable = {
28692     .ob_base = {
28693         .ob_base = {
28694             .ob_refcnt = 999999999,
28695             .ob_type = &PyBytes_Type,
28696         },
28697         .ob_size = 48,
28698     },
28699     .ob_shash = -1,
28700     .ob_sval = "\x96\x15\x2c\x00\xac\x0a\x39\x03\xb8\x01\x39\x03\xc1\x21\x21\x42\x03\x00\xc2\x03\x0a\x42\x10\x03\xc2\x0f\x01\x42\x10\x03\xc4\x20\x15\x44\x3f\x00\xc4\x3f\x0a\x45\x0c\x03\xc5\x0b\x01\x45\x0c\x03",
28701 };
28702 static
28703     struct {
28704         PyASCIIObject _ascii;
28705         uint8_t _data[13];
28706     }
28707 const_str_loader_class = {
28708     ._ascii = {
28709         .ob_base = {
28710             .ob_refcnt = 999999999,
28711             .ob_type = &PyUnicode_Type,
28712         },
28713         .length = 12,
28714         .hash = -1,
28715         .state = {
28716             .kind = 1,
28717             .compact = 1,
28718             .ascii = 1,
28719             .ready = 1,
28720         },
28721     },
28722     ._data = "loader_class",
28723 };
28724 static
28725     struct {
28726         PyASCIIObject _ascii;
28727         uint8_t _data[9];
28728     }
28729 const_str_suffixes = {
28730     ._ascii = {
28731         .ob_base = {
28732             .ob_refcnt = 999999999,
28733             .ob_type = &PyUnicode_Type,
28734         },
28735         .length = 8,
28736         .hash = -1,
28737         .state = {
28738             .kind = 1,
28739             .compact = 1,
28740             .ascii = 1,
28741             .ready = 1,
28742         },
28743     },
28744     ._data = "suffixes",
28745 };
28746 static
28747     struct {
28748         PyASCIIObject _ascii;
28749         uint8_t _data[8];
28750     }
28751 const_str_dirname = {
28752     ._ascii = {
28753         .ob_base = {
28754             .ob_refcnt = 999999999,
28755             .ob_type = &PyUnicode_Type,
28756         },
28757         .length = 7,
28758         .hash = -1,
28759         .state = {
28760             .kind = 1,
28761             .compact = 1,
28762             .ascii = 1,
28763             .ready = 1,
28764         },
28765     },
28766     ._data = "dirname",
28767 };
28768 static
28769     struct {
28770         PyGC_Head _gc_head;
28771         struct {
28772             PyObject_VAR_HEAD
28773             PyObject *ob_item[9];
28774         }_object;
28775     }
28776 importlib__bootstrap_external_toplevel_consts_52_localsplusnames = {
28777     ._object = {
28778         .ob_base = {
28779             .ob_base = {
28780                 .ob_refcnt = 999999999,
28781                 .ob_type = &PyTuple_Type,
28782             },
28783             .ob_size = 9,
28784         },
28785         .ob_item = {
28786             &_Py_ID(name),
28787             & const_str_location._ascii.ob_base,
28788             & const_str_loader._ascii.ob_base,
28789             & const_str_submodule_search_locations._ascii.ob_base,
28790             & const_str_spec._ascii.ob_base,
28791             & const_str_loader_class._ascii.ob_base,
28792             & const_str_suffixes._ascii.ob_base,
28793             & const_str_is_package._ascii.ob_base,
28794             & const_str_dirname._ascii.ob_base,
28795         },
28796     },
28797 };
28798 static
28799     struct _PyCode_DEF(810)
28800 importlib__bootstrap_external_toplevel_consts_52 = {
28801     .ob_base = {
28802         .ob_base = {
28803             .ob_refcnt = 999999999,
28804             .ob_type = &PyCode_Type,
28805         },
28806         .ob_size = 405,
28807     },
28808     .co_consts = & importlib__bootstrap_external_toplevel_consts_52_consts._object.ob_base.ob_base,
28809     .co_names = & importlib__bootstrap_external_toplevel_consts_52_names._object.ob_base.ob_base,
28810     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_52_exceptiontable.ob_base.ob_base,
28811     .co_flags = 3,
28812     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
28813     ._co_linearray_entry_size = 0,
28814     .co_argcount = 2,
28815     .co_posonlyargcount = 0,
28816     .co_kwonlyargcount = 2,
28817     .co_stacksize = 6,
28818     .co_firstlineno = 778,
28819     .co_nlocalsplus = 9,
28820     .co_nlocals = 9,
28821     .co_nplaincellvars = 0,
28822     .co_ncellvars = 0,
28823     .co_nfreevars = 0,
28824     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_52_localsplusnames._object.ob_base.ob_base,
28825     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
28826     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
28827     .co_name = & const_str_spec_from_file_location._ascii.ob_base,
28828     .co_qualname = & const_str_spec_from_file_location._ascii.ob_base,
28829     .co_linetable = & importlib__bootstrap_external_toplevel_consts_52_linetable.ob_base.ob_base,
28830     ._co_code = NULL,
28831     ._co_linearray = NULL,
28832     .co_code_adaptive = "\x97\x00\x7c\x01\x80\x3a\x64\x02\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x03\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x27\x09\x00\x7c\x02\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x67\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x6e\x5b\x77\x00\x78\x03\x59\x00\x77\x01\x6e\x56\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\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\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x33\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\x07\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x10\x23\x00\x74\x10\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\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0a\x00\x00\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\xa6\x03\x00\x00\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\x4d\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x3c\x5c\x02\x00\x00\x7d\x05\x7d\x06\x7c\x01\xa0\x0d\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x15\x02\x00\x7c\x05\x7c\x00\x7c\x01\xa6\x02\x00\x00\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\x03\x8c\x3d\x64\x01\x53\x00\x7c\x03\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x41\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x06\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x30\x09\x00\x7c\x02\xa0\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x72\x07\x67\x00\x7c\x04\x5f\x12\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x18\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x6e\x0c\x77\x00\x78\x03\x59\x00\x77\x01\x6e\x07\x7c\x03\x7c\x04\x5f\x12\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6a\x12\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\xa6\x01\x00\x00\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\x12\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x04\x53\x00",
28833     ._co_firsttraceable = 0,
28834 };
28835 static
28836     struct {
28837         PyASCIIObject _ascii;
28838         uint8_t _data[22];
28839     }
28840 const_str_WindowsRegistryFinder = {
28841     ._ascii = {
28842         .ob_base = {
28843             .ob_refcnt = 999999999,
28844             .ob_type = &PyUnicode_Type,
28845         },
28846         .length = 21,
28847         .hash = -1,
28848         .state = {
28849             .kind = 1,
28850             .compact = 1,
28851             .ascii = 1,
28852             .ready = 1,
28853         },
28854     },
28855     ._data = "WindowsRegistryFinder",
28856 };
28857 static
28858     struct {
28859         PyASCIIObject _ascii;
28860         uint8_t _data[63];
28861     }
28862 importlib__bootstrap_external_toplevel_consts_53_consts_1 = {
28863     ._ascii = {
28864         .ob_base = {
28865             .ob_refcnt = 999999999,
28866             .ob_type = &PyUnicode_Type,
28867         },
28868         .length = 62,
28869         .hash = -1,
28870         .state = {
28871             .kind = 1,
28872             .compact = 1,
28873             .ascii = 1,
28874             .ready = 1,
28875         },
28876     },
28877     ._data = "Meta path finder for modules declared in the Windows registry.",
28878 };
28879 static
28880     struct {
28881         PyASCIIObject _ascii;
28882         uint8_t _data[60];
28883     }
28884 importlib__bootstrap_external_toplevel_consts_53_consts_2 = {
28885     ._ascii = {
28886         .ob_base = {
28887             .ob_refcnt = 999999999,
28888             .ob_type = &PyUnicode_Type,
28889         },
28890         .length = 59,
28891         .hash = -1,
28892         .state = {
28893             .kind = 1,
28894             .compact = 1,
28895             .ascii = 1,
28896             .ready = 1,
28897         },
28898     },
28899     ._data = "Software\\Python\\PythonCore\\{sys_version}\\Modules\\{fullname}",
28900 };
28901 static
28902     struct {
28903         PyASCIIObject _ascii;
28904         uint8_t _data[66];
28905     }
28906 importlib__bootstrap_external_toplevel_consts_53_consts_3 = {
28907     ._ascii = {
28908         .ob_base = {
28909             .ob_refcnt = 999999999,
28910             .ob_type = &PyUnicode_Type,
28911         },
28912         .length = 65,
28913         .hash = -1,
28914         .state = {
28915             .kind = 1,
28916             .compact = 1,
28917             .ascii = 1,
28918             .ready = 1,
28919         },
28920     },
28921     ._data = "Software\\Python\\PythonCore\\{sys_version}\\Modules\\{fullname}\\Debug",
28922 };
28923 static
28924     struct {
28925         PyASCIIObject _ascii;
28926         uint8_t _data[7];
28927     }
28928 importlib__bootstrap_external_toplevel_consts_53_consts_4 = {
28929     ._ascii = {
28930         .ob_base = {
28931             .ob_refcnt = 999999999,
28932             .ob_type = &PyUnicode_Type,
28933         },
28934         .length = 6,
28935         .hash = -1,
28936         .state = {
28937             .kind = 1,
28938             .compact = 1,
28939             .ascii = 1,
28940             .ready = 1,
28941         },
28942     },
28943     ._data = "_d.pyd",
28944 };
28945 static
28946     struct {
28947         PyASCIIObject _ascii;
28948         uint8_t _data[7];
28949     }
28950 const_str_winreg = {
28951     ._ascii = {
28952         .ob_base = {
28953             .ob_refcnt = 999999999,
28954             .ob_type = &PyUnicode_Type,
28955         },
28956         .length = 6,
28957         .hash = -1,
28958         .state = {
28959             .kind = 1,
28960             .compact = 1,
28961             .ascii = 1,
28962             .ready = 1,
28963         },
28964     },
28965     ._data = "winreg",
28966 };
28967 static
28968     struct {
28969         PyASCIIObject _ascii;
28970         uint8_t _data[8];
28971     }
28972 const_str_OpenKey = {
28973     ._ascii = {
28974         .ob_base = {
28975             .ob_refcnt = 999999999,
28976             .ob_type = &PyUnicode_Type,
28977         },
28978         .length = 7,
28979         .hash = -1,
28980         .state = {
28981             .kind = 1,
28982             .compact = 1,
28983             .ascii = 1,
28984             .ready = 1,
28985         },
28986     },
28987     ._data = "OpenKey",
28988 };
28989 static
28990     struct {
28991         PyASCIIObject _ascii;
28992         uint8_t _data[18];
28993     }
28994 const_str_HKEY_CURRENT_USER = {
28995     ._ascii = {
28996         .ob_base = {
28997             .ob_refcnt = 999999999,
28998             .ob_type = &PyUnicode_Type,
28999         },
29000         .length = 17,
29001         .hash = -1,
29002         .state = {
29003             .kind = 1,
29004             .compact = 1,
29005             .ascii = 1,
29006             .ready = 1,
29007         },
29008     },
29009     ._data = "HKEY_CURRENT_USER",
29010 };
29011 static
29012     struct {
29013         PyASCIIObject _ascii;
29014         uint8_t _data[19];
29015     }
29016 const_str_HKEY_LOCAL_MACHINE = {
29017     ._ascii = {
29018         .ob_base = {
29019             .ob_refcnt = 999999999,
29020             .ob_type = &PyUnicode_Type,
29021         },
29022         .length = 18,
29023         .hash = -1,
29024         .state = {
29025             .kind = 1,
29026             .compact = 1,
29027             .ascii = 1,
29028             .ready = 1,
29029         },
29030     },
29031     ._data = "HKEY_LOCAL_MACHINE",
29032 };
29033 static
29034     struct {
29035         PyGC_Head _gc_head;
29036         struct {
29037             PyObject_VAR_HEAD
29038             PyObject *ob_item[5];
29039         }_object;
29040     }
29041 importlib__bootstrap_external_toplevel_consts_53_consts_5_names = {
29042     ._object = {
29043         .ob_base = {
29044             .ob_base = {
29045                 .ob_refcnt = 999999999,
29046                 .ob_type = &PyTuple_Type,
29047             },
29048             .ob_size = 5,
29049         },
29050         .ob_item = {
29051             & const_str_winreg._ascii.ob_base,
29052             & const_str_OpenKey._ascii.ob_base,
29053             & const_str_HKEY_CURRENT_USER._ascii.ob_base,
29054             & const_str_OSError._ascii.ob_base,
29055             & const_str_HKEY_LOCAL_MACHINE._ascii.ob_base,
29056         },
29057     },
29058 };
29059 static
29060     struct {
29061         PyASCIIObject _ascii;
29062         uint8_t _data[15];
29063     }
29064 const_str__open_registry = {
29065     ._ascii = {
29066         .ob_base = {
29067             .ob_refcnt = 999999999,
29068             .ob_type = &PyUnicode_Type,
29069         },
29070         .length = 14,
29071         .hash = -1,
29072         .state = {
29073             .kind = 1,
29074             .compact = 1,
29075             .ascii = 1,
29076             .ready = 1,
29077         },
29078     },
29079     ._data = "_open_registry",
29080 };
29081 static
29082     struct {
29083         PyASCIIObject _ascii;
29084         uint8_t _data[37];
29085     }
29086 importlib__bootstrap_external_toplevel_consts_53_consts_5_qualname = {
29087     ._ascii = {
29088         .ob_base = {
29089             .ob_refcnt = 999999999,
29090             .ob_type = &PyUnicode_Type,
29091         },
29092         .length = 36,
29093         .hash = -1,
29094         .state = {
29095             .kind = 1,
29096             .compact = 1,
29097             .ascii = 1,
29098             .ready = 1,
29099         },
29100     },
29101     ._data = "WindowsRegistryFinder._open_registry",
29102 };
29103 static
29104     struct {
29105         PyObject_VAR_HEAD
29106         Py_hash_t ob_shash;
29107         char ob_sval[88];
29108     }
29109 importlib__bootstrap_external_toplevel_consts_53_consts_5_linetable = {
29110     .ob_base = {
29111         .ob_base = {
29112             .ob_refcnt = 999999999,
29113             .ob_type = &PyBytes_Type,
29114         },
29115         .ob_size = 87,
29116     },
29117     .ob_shash = -1,
29118     .ob_sval = "\x80\x00\xf0\x04\x03\x09\x42\x01\xdd\x13\x19\x94\x3e\xa5\x26\xd4\x22\x3a\xb8\x43\xd1\x13\x40\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\x19\x94\x3e\xa5\x26\xd4\x22\x3b\xb8\x53\xd1\x13\x41\xd4\x13\x41\xd0\x0c\x41\xd0\x0c\x41\xd0\x0c\x41\xf0\x03\x01\x09\x42\x01\xf8\xf8\xf8",
29119 };
29120 static
29121     struct {
29122         PyObject_VAR_HEAD
29123         Py_hash_t ob_shash;
29124         char ob_sval[16];
29125     }
29126 importlib__bootstrap_external_toplevel_consts_53_consts_5_exceptiontable = {
29127     .ob_base = {
29128         .ob_base = {
29129             .ob_refcnt = 999999999,
29130             .ob_type = &PyBytes_Type,
29131         },
29132         .ob_size = 15,
29133     },
29134     .ob_shash = -1,
29135     .ob_sval = "\x82\x1e\x21\x00\xa1\x29\x41\x0d\x03\xc1\x0c\x01\x41\x0d\x03",
29136 };
29137 static
29138     struct _PyCode_DEF(160)
29139 importlib__bootstrap_external_toplevel_consts_53_consts_5 = {
29140     .ob_base = {
29141         .ob_base = {
29142             .ob_refcnt = 999999999,
29143             .ob_type = &PyCode_Type,
29144         },
29145         .ob_size = 80,
29146     },
29147     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
29148     .co_names = & importlib__bootstrap_external_toplevel_consts_53_consts_5_names._object.ob_base.ob_base,
29149     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_53_consts_5_exceptiontable.ob_base.ob_base,
29150     .co_flags = 3,
29151     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
29152     ._co_linearray_entry_size = 0,
29153     .co_argcount = 1,
29154     .co_posonlyargcount = 0,
29155     .co_kwonlyargcount = 0,
29156     .co_stacksize = 5,
29157     .co_firstlineno = 863,
29158     .co_nlocalsplus = 1,
29159     .co_nlocals = 1,
29160     .co_nplaincellvars = 0,
29161     .co_ncellvars = 0,
29162     .co_nfreevars = 0,
29163     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_11_consts_3_localsplusnames._object.ob_base.ob_base,
29164     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
29165     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
29166     .co_name = & const_str__open_registry._ascii.ob_base,
29167     .co_qualname = & importlib__bootstrap_external_toplevel_consts_53_consts_5_qualname._ascii.ob_base,
29168     .co_linetable = & importlib__bootstrap_external_toplevel_consts_53_consts_5_linetable.ob_base.ob_base,
29169     ._co_code = NULL,
29170     ._co_linearray = NULL,
29171     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\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\x7c\x00\xa6\x02\x00\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\x22\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\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\x7c\x00\xa6\x02\x00\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",
29172     ._co_firsttraceable = 0,
29173 };
29174 static
29175     struct {
29176         PyASCIIObject _ascii;
29177         uint8_t _data[6];
29178     }
29179 importlib__bootstrap_external_toplevel_consts_53_consts_6_consts_1 = {
29180     ._ascii = {
29181         .ob_base = {
29182             .ob_refcnt = 999999999,
29183             .ob_type = &PyUnicode_Type,
29184         },
29185         .length = 5,
29186         .hash = -1,
29187         .state = {
29188             .kind = 1,
29189             .compact = 1,
29190             .ascii = 1,
29191             .ready = 1,
29192         },
29193     },
29194     ._data = "%d.%d",
29195 };
29196 static
29197     struct {
29198         PyASCIIObject _ascii;
29199         uint8_t _data[12];
29200     }
29201 const_str_sys_version = {
29202     ._ascii = {
29203         .ob_base = {
29204             .ob_refcnt = 999999999,
29205             .ob_type = &PyUnicode_Type,
29206         },
29207         .length = 11,
29208         .hash = -1,
29209         .state = {
29210             .kind = 1,
29211             .compact = 1,
29212             .ascii = 1,
29213             .ready = 1,
29214         },
29215     },
29216     ._data = "sys_version",
29217 };
29218 static
29219     struct {
29220         PyGC_Head _gc_head;
29221         struct {
29222             PyObject_VAR_HEAD
29223             PyObject *ob_item[2];
29224         }_object;
29225     }
29226 importlib__bootstrap_external_toplevel_consts_53_consts_6_consts_3 = {
29227     ._object = {
29228         .ob_base = {
29229             .ob_base = {
29230                 .ob_refcnt = 999999999,
29231                 .ob_type = &PyTuple_Type,
29232             },
29233             .ob_size = 2,
29234         },
29235         .ob_item = {
29236             & const_str_fullname._ascii.ob_base,
29237             & const_str_sys_version._ascii.ob_base,
29238         },
29239     },
29240 };
29241 static
29242     struct {
29243         PyGC_Head _gc_head;
29244         struct {
29245             PyObject_VAR_HEAD
29246             PyObject *ob_item[5];
29247         }_object;
29248     }
29249 importlib__bootstrap_external_toplevel_consts_53_consts_6_consts = {
29250     ._object = {
29251         .ob_base = {
29252             .ob_base = {
29253                 .ob_refcnt = 999999999,
29254                 .ob_type = &PyTuple_Type,
29255             },
29256             .ob_size = 5,
29257         },
29258         .ob_item = {
29259             Py_None,
29260             & importlib__bootstrap_external_toplevel_consts_53_consts_6_consts_1._ascii.ob_base,
29261             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
29262             & importlib__bootstrap_external_toplevel_consts_53_consts_6_consts_3._object.ob_base.ob_base,
29263             &_Py_STR(empty),
29264         },
29265     },
29266 };
29267 static
29268     struct {
29269         PyASCIIObject _ascii;
29270         uint8_t _data[12];
29271     }
29272 const_str_DEBUG_BUILD = {
29273     ._ascii = {
29274         .ob_base = {
29275             .ob_refcnt = 999999999,
29276             .ob_type = &PyUnicode_Type,
29277         },
29278         .length = 11,
29279         .hash = -1,
29280         .state = {
29281             .kind = 1,
29282             .compact = 1,
29283             .ascii = 1,
29284             .ready = 1,
29285         },
29286     },
29287     ._data = "DEBUG_BUILD",
29288 };
29289 static
29290     struct {
29291         PyASCIIObject _ascii;
29292         uint8_t _data[19];
29293     }
29294 const_str_REGISTRY_KEY_DEBUG = {
29295     ._ascii = {
29296         .ob_base = {
29297             .ob_refcnt = 999999999,
29298             .ob_type = &PyUnicode_Type,
29299         },
29300         .length = 18,
29301         .hash = -1,
29302         .state = {
29303             .kind = 1,
29304             .compact = 1,
29305             .ascii = 1,
29306             .ready = 1,
29307         },
29308     },
29309     ._data = "REGISTRY_KEY_DEBUG",
29310 };
29311 static
29312     struct {
29313         PyASCIIObject _ascii;
29314         uint8_t _data[13];
29315     }
29316 const_str_REGISTRY_KEY = {
29317     ._ascii = {
29318         .ob_base = {
29319             .ob_refcnt = 999999999,
29320             .ob_type = &PyUnicode_Type,
29321         },
29322         .length = 12,
29323         .hash = -1,
29324         .state = {
29325             .kind = 1,
29326             .compact = 1,
29327             .ascii = 1,
29328             .ready = 1,
29329         },
29330     },
29331     ._data = "REGISTRY_KEY",
29332 };
29333 static
29334     struct {
29335         PyASCIIObject _ascii;
29336         uint8_t _data[13];
29337     }
29338 const_str_version_info = {
29339     ._ascii = {
29340         .ob_base = {
29341             .ob_refcnt = 999999999,
29342             .ob_type = &PyUnicode_Type,
29343         },
29344         .length = 12,
29345         .hash = -1,
29346         .state = {
29347             .kind = 1,
29348             .compact = 1,
29349             .ascii = 1,
29350             .ready = 1,
29351         },
29352     },
29353     ._data = "version_info",
29354 };
29355 static
29356     struct {
29357         PyASCIIObject _ascii;
29358         uint8_t _data[11];
29359     }
29360 const_str_QueryValue = {
29361     ._ascii = {
29362         .ob_base = {
29363             .ob_refcnt = 999999999,
29364             .ob_type = &PyUnicode_Type,
29365         },
29366         .length = 10,
29367         .hash = -1,
29368         .state = {
29369             .kind = 1,
29370             .compact = 1,
29371             .ascii = 1,
29372             .ready = 1,
29373         },
29374     },
29375     ._data = "QueryValue",
29376 };
29377 static
29378     struct {
29379         PyGC_Head _gc_head;
29380         struct {
29381             PyObject_VAR_HEAD
29382             PyObject *ob_item[10];
29383         }_object;
29384     }
29385 importlib__bootstrap_external_toplevel_consts_53_consts_6_names = {
29386     ._object = {
29387         .ob_base = {
29388             .ob_base = {
29389                 .ob_refcnt = 999999999,
29390                 .ob_type = &PyTuple_Type,
29391             },
29392             .ob_size = 10,
29393         },
29394         .ob_item = {
29395             & const_str_DEBUG_BUILD._ascii.ob_base,
29396             & const_str_REGISTRY_KEY_DEBUG._ascii.ob_base,
29397             & const_str_REGISTRY_KEY._ascii.ob_base,
29398             & const_str_format._ascii.ob_base,
29399             & const_str_sys._ascii.ob_base,
29400             & const_str_version_info._ascii.ob_base,
29401             & const_str__open_registry._ascii.ob_base,
29402             & const_str_winreg._ascii.ob_base,
29403             & const_str_QueryValue._ascii.ob_base,
29404             & const_str_OSError._ascii.ob_base,
29405         },
29406     },
29407 };
29408 static
29409     struct {
29410         PyASCIIObject _ascii;
29411         uint8_t _data[17];
29412     }
29413 const_str__search_registry = {
29414     ._ascii = {
29415         .ob_base = {
29416             .ob_refcnt = 999999999,
29417             .ob_type = &PyUnicode_Type,
29418         },
29419         .length = 16,
29420         .hash = -1,
29421         .state = {
29422             .kind = 1,
29423             .compact = 1,
29424             .ascii = 1,
29425             .ready = 1,
29426         },
29427     },
29428     ._data = "_search_registry",
29429 };
29430 static
29431     struct {
29432         PyASCIIObject _ascii;
29433         uint8_t _data[39];
29434     }
29435 importlib__bootstrap_external_toplevel_consts_53_consts_6_qualname = {
29436     ._ascii = {
29437         .ob_base = {
29438             .ob_refcnt = 999999999,
29439             .ob_type = &PyUnicode_Type,
29440         },
29441         .length = 38,
29442         .hash = -1,
29443         .state = {
29444             .kind = 1,
29445             .compact = 1,
29446             .ascii = 1,
29447             .ready = 1,
29448         },
29449     },
29450     ._data = "WindowsRegistryFinder._search_registry",
29451 };
29452 static
29453     struct {
29454         PyObject_VAR_HEAD
29455         Py_hash_t ob_shash;
29456         char ob_sval[246];
29457     }
29458 importlib__bootstrap_external_toplevel_consts_53_consts_6_linetable = {
29459     .ob_base = {
29460         .ob_base = {
29461             .ob_refcnt = 999999999,
29462             .ob_type = &PyBytes_Type,
29463         },
29464         .ob_size = 245,
29465     },
29466     .ob_shash = -1,
29467     .ob_sval = "\x80\x00\xe0\x0b\x0e\x8c\x3f\xf0\x00\x03\x09\x2c\xd8\x1b\x1e\xd4\x1b\x31\x88\x4c\x88\x4c\xe0\x1b\x1e\xd4\x1b\x2b\x88\x4c\xd8\x0e\x1a\xd7\x0e\x21\xd2\x0e\x21\xa8\x38\xd8\x2e\x35\xbd\x03\xd4\x38\x48\xc8\x12\xc8\x21\xc8\x12\xd4\x38\x4c\xd1\x2e\x4c\xf0\x03\x00\x0f\x22\xf1\x00\x01\x0f\x4e\x01\xf4\x00\x01\x0f\x4e\x01\x88\x03\xf0\x04\x04\x09\x18\xd8\x11\x14\xd7\x11\x23\xd2\x11\x23\xa0\x43\xd1\x11\x28\xd4\x11\x28\xf0\x00\x01\x0d\x37\xa8\x44\xdd\x1b\x21\xd4\x1b\x2c\xa8\x54\xb0\x32\xd1\x1b\x36\xd4\x1b\x36\x90\x08\xf0\x03\x01\x0d\x37\xf0\x00\x01\x0d\x37\xf0\x00\x01\x0d\x37\xf1\x00\x01\x0d\x37\xf4\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\xf0\x00\x01\x0d\x37\xf0\x00\x01\x0d\x37\xf0\x00\x01\x0d\x37\xf0\x00\x01\x0d\x37\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\xe0\x0f\x17\x88\x0f",
29468 };
29469 static
29470     struct {
29471         PyObject_VAR_HEAD
29472         Py_hash_t ob_shash;
29473         char ob_sval[55];
29474     }
29475 importlib__bootstrap_external_toplevel_consts_53_consts_6_exceptiontable = {
29476     .ob_base = {
29477         .ob_base = {
29478             .ob_refcnt = 999999999,
29479             .ob_type = &PyBytes_Type,
29480         },
29481         .ob_size = 54,
29482     },
29483     .ob_shash = -1,
29484     .ob_sval = "\xc1\x04\x15\x42\x07\x00\xc1\x19\x16\x41\x3b\x03\xc1\x2f\x0c\x42\x07\x00\xc1\x3b\x04\x41\x3f\x07\xc1\x3f\x03\x42\x07\x00\xc2\x02\x01\x41\x3f\x07\xc2\x03\x03\x42\x07\x00\xc2\x07\x0a\x42\x15\x03\xc2\x14\x01\x42\x15\x03",
29485 };
29486 static
29487     struct {
29488         PyASCIIObject _ascii;
29489         uint8_t _data[13];
29490     }
29491 const_str_registry_key = {
29492     ._ascii = {
29493         .ob_base = {
29494             .ob_refcnt = 999999999,
29495             .ob_type = &PyUnicode_Type,
29496         },
29497         .length = 12,
29498         .hash = -1,
29499         .state = {
29500             .kind = 1,
29501             .compact = 1,
29502             .ascii = 1,
29503             .ready = 1,
29504         },
29505     },
29506     ._data = "registry_key",
29507 };
29508 static
29509     struct {
29510         PyASCIIObject _ascii;
29511         uint8_t _data[5];
29512     }
29513 const_str_hkey = {
29514     ._ascii = {
29515         .ob_base = {
29516             .ob_refcnt = 999999999,
29517             .ob_type = &PyUnicode_Type,
29518         },
29519         .length = 4,
29520         .hash = -1,
29521         .state = {
29522             .kind = 1,
29523             .compact = 1,
29524             .ascii = 1,
29525             .ready = 1,
29526         },
29527     },
29528     ._data = "hkey",
29529 };
29530 static
29531     struct {
29532         PyASCIIObject _ascii;
29533         uint8_t _data[9];
29534     }
29535 const_str_filepath = {
29536     ._ascii = {
29537         .ob_base = {
29538             .ob_refcnt = 999999999,
29539             .ob_type = &PyUnicode_Type,
29540         },
29541         .length = 8,
29542         .hash = -1,
29543         .state = {
29544             .kind = 1,
29545             .compact = 1,
29546             .ascii = 1,
29547             .ready = 1,
29548         },
29549     },
29550     ._data = "filepath",
29551 };
29552 static
29553     struct {
29554         PyGC_Head _gc_head;
29555         struct {
29556             PyObject_VAR_HEAD
29557             PyObject *ob_item[6];
29558         }_object;
29559     }
29560 importlib__bootstrap_external_toplevel_consts_53_consts_6_localsplusnames = {
29561     ._object = {
29562         .ob_base = {
29563             .ob_base = {
29564                 .ob_refcnt = 999999999,
29565                 .ob_type = &PyTuple_Type,
29566             },
29567             .ob_size = 6,
29568         },
29569         .ob_item = {
29570             & const_str_cls._ascii.ob_base,
29571             & const_str_fullname._ascii.ob_base,
29572             & const_str_registry_key._ascii.ob_base,
29573             & const_str_key._ascii.ob_base,
29574             & const_str_hkey._ascii.ob_base,
29575             & const_str_filepath._ascii.ob_base,
29576         },
29577     },
29578 };
29579 static
29580     struct _PyCode_DEF(308)
29581 importlib__bootstrap_external_toplevel_consts_53_consts_6 = {
29582     .ob_base = {
29583         .ob_base = {
29584             .ob_refcnt = 999999999,
29585             .ob_type = &PyCode_Type,
29586         },
29587         .ob_size = 154,
29588     },
29589     .co_consts = & importlib__bootstrap_external_toplevel_consts_53_consts_6_consts._object.ob_base.ob_base,
29590     .co_names = & importlib__bootstrap_external_toplevel_consts_53_consts_6_names._object.ob_base.ob_base,
29591     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_53_consts_6_exceptiontable.ob_base.ob_base,
29592     .co_flags = 3,
29593     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
29594     ._co_linearray_entry_size = 0,
29595     .co_argcount = 2,
29596     .co_posonlyargcount = 0,
29597     .co_kwonlyargcount = 0,
29598     .co_stacksize = 7,
29599     .co_firstlineno = 870,
29600     .co_nlocalsplus = 6,
29601     .co_nlocals = 6,
29602     .co_nplaincellvars = 0,
29603     .co_ncellvars = 0,
29604     .co_nfreevars = 0,
29605     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_53_consts_6_localsplusnames._object.ob_base.ob_base,
29606     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
29607     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
29608     .co_name = & const_str__search_registry._ascii.ob_base,
29609     .co_qualname = & importlib__bootstrap_external_toplevel_consts_53_consts_6_qualname._ascii.ob_base,
29610     .co_linetable = & importlib__bootstrap_external_toplevel_consts_53_consts_6_linetable.ob_base.ob_base,
29611     ._co_code = NULL,
29612     ._co_linearray = NULL,
29613     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x08\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x6e\x07\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\xa0\x03\x00\x00\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\x05\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x64\x02\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x06\x00\x00\xac\x03\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x09\x00\x7c\x00\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\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\x08\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x64\x04\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x64\x00\x64\x00\x64\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0b\x23\x00\x31\x00\x73\x04\x77\x02\x78\x03\x59\x00\x77\x01\x01\x00\x59\x00\x01\x00\x01\x00\x6e\x11\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\x7c\x05\x53\x00",
29614     ._co_firsttraceable = 0,
29615 };
29616 static
29617     struct {
29618         PyGC_Head _gc_head;
29619         struct {
29620             PyObject_VAR_HEAD
29621             PyObject *ob_item[8];
29622         }_object;
29623     }
29624 importlib__bootstrap_external_toplevel_consts_53_consts_8_names = {
29625     ._object = {
29626         .ob_base = {
29627             .ob_base = {
29628                 .ob_refcnt = 999999999,
29629                 .ob_type = &PyTuple_Type,
29630             },
29631             .ob_size = 8,
29632         },
29633         .ob_item = {
29634             & const_str__search_registry._ascii.ob_base,
29635             & const_str__path_stat._ascii.ob_base,
29636             & const_str_OSError._ascii.ob_base,
29637             & const_str__get_supported_file_loaders._ascii.ob_base,
29638             & const_str_endswith._ascii.ob_base,
29639             & const_str_tuple._ascii.ob_base,
29640             &_Py_ID(_bootstrap),
29641             & const_str_spec_from_loader._ascii.ob_base,
29642         },
29643     },
29644 };
29645 static
29646     struct {
29647         PyASCIIObject _ascii;
29648         uint8_t _data[32];
29649     }
29650 importlib__bootstrap_external_toplevel_consts_53_consts_8_qualname = {
29651     ._ascii = {
29652         .ob_base = {
29653             .ob_refcnt = 999999999,
29654             .ob_type = &PyUnicode_Type,
29655         },
29656         .length = 31,
29657         .hash = -1,
29658         .state = {
29659             .kind = 1,
29660             .compact = 1,
29661             .ascii = 1,
29662             .ready = 1,
29663         },
29664     },
29665     ._data = "WindowsRegistryFinder.find_spec",
29666 };
29667 static
29668     struct {
29669         PyObject_VAR_HEAD
29670         Py_hash_t ob_shash;
29671         char ob_sval[217];
29672     }
29673 importlib__bootstrap_external_toplevel_consts_53_consts_8_linetable = {
29674     .ob_base = {
29675         .ob_base = {
29676             .ob_refcnt = 999999999,
29677             .ob_type = &PyBytes_Type,
29678         },
29679         .ob_size = 216,
29680     },
29681     .ob_shash = -1,
29682     .ob_sval = "\x80\x00\xe0\x13\x16\xd7\x13\x27\xd2\x13\x27\xa8\x08\xd1\x13\x31\xd4\x13\x31\x88\x08\xd8\x0b\x13\xd0\x0b\x1b\xd8\x13\x17\x90\x34\xf0\x02\x03\x09\x18\xdd\x0c\x16\x90\x78\xd1\x0c\x20\xd4\x0c\x20\xd0\x0c\x20\xd0\x0c\x20\xf8\xdd\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\xe5\x20\x3b\xd1\x20\x3d\xd4\x20\x3d\xf0\x00\x05\x09\x1c\xf0\x00\x05\x09\x1c\xd1\x0c\x1c\x88\x46\x90\x48\xd8\x0f\x17\xd7\x0f\x20\xd2\x0f\x20\xa5\x15\xa0\x78\xa1\x1f\xa4\x1f\xd1\x0f\x31\xd4\x0f\x31\xf0\x00\x04\x0d\x1c\xdd\x17\x21\xd7\x17\x32\xd2\x17\x32\xb0\x38\xd8\x33\x39\xb0\x36\xb8\x28\xc0\x48\xd1\x33\x4d\xd4\x33\x4d\xd8\x3a\x42\xf0\x05\x00\x18\x33\xf1\x00\x02\x18\x44\x01\xf4\x00\x02\x18\x44\x01\x90\x04\xf0\x06\x00\x18\x1c\x90\x0b\x90\x0b\x90\x0b\xf0\x09\x04\x0d\x1c\xf0\x03\x05\x09\x1c\xf0\x00\x05\x09\x1c",
29683 };
29684 static
29685     struct {
29686         PyObject_VAR_HEAD
29687         Py_hash_t ob_shash;
29688         char ob_sval[13];
29689     }
29690 importlib__bootstrap_external_toplevel_consts_53_consts_8_exceptiontable = {
29691     .ob_base = {
29692         .ob_base = {
29693             .ob_refcnt = 999999999,
29694             .ob_type = &PyBytes_Type,
29695         },
29696         .ob_size = 12,
29697     },
29698     .ob_shash = -1,
29699     .ob_sval = "\x9b\x0f\x2b\x00\xab\x0a\x39\x03\xb8\x01\x39\x03",
29700 };
29701 static
29702     struct {
29703         PyGC_Head _gc_head;
29704         struct {
29705             PyObject_VAR_HEAD
29706             PyObject *ob_item[8];
29707         }_object;
29708     }
29709 importlib__bootstrap_external_toplevel_consts_53_consts_8_localsplusnames = {
29710     ._object = {
29711         .ob_base = {
29712             .ob_base = {
29713                 .ob_refcnt = 999999999,
29714                 .ob_type = &PyTuple_Type,
29715             },
29716             .ob_size = 8,
29717         },
29718         .ob_item = {
29719             & const_str_cls._ascii.ob_base,
29720             & const_str_fullname._ascii.ob_base,
29721             &_Py_ID(path),
29722             & const_str_target._ascii.ob_base,
29723             & const_str_filepath._ascii.ob_base,
29724             & const_str_loader._ascii.ob_base,
29725             & const_str_suffixes._ascii.ob_base,
29726             & const_str_spec._ascii.ob_base,
29727         },
29728     },
29729 };
29730 static
29731     struct _PyCode_DEF(318)
29732 importlib__bootstrap_external_toplevel_consts_53_consts_8 = {
29733     .ob_base = {
29734         .ob_base = {
29735             .ob_refcnt = 999999999,
29736             .ob_type = &PyCode_Type,
29737         },
29738         .ob_size = 159,
29739     },
29740     .co_consts = & importlib__bootstrap_toplevel_consts_37_consts_5_consts._object.ob_base.ob_base,
29741     .co_names = & importlib__bootstrap_external_toplevel_consts_53_consts_8_names._object.ob_base.ob_base,
29742     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_53_consts_8_exceptiontable.ob_base.ob_base,
29743     .co_flags = 3,
29744     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
29745     ._co_linearray_entry_size = 0,
29746     .co_argcount = 4,
29747     .co_posonlyargcount = 0,
29748     .co_kwonlyargcount = 0,
29749     .co_stacksize = 8,
29750     .co_firstlineno = 885,
29751     .co_nlocalsplus = 8,
29752     .co_nlocals = 8,
29753     .co_nplaincellvars = 0,
29754     .co_ncellvars = 0,
29755     .co_nfreevars = 0,
29756     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_53_consts_8_localsplusnames._object.ob_base.ob_base,
29757     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
29758     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
29759     .co_name = & const_str_find_spec._ascii.ob_base,
29760     .co_qualname = & importlib__bootstrap_external_toplevel_consts_53_consts_8_qualname._ascii.ob_base,
29761     .co_linetable = & importlib__bootstrap_external_toplevel_consts_53_consts_8_linetable.ob_base.ob_base,
29762     ._co_code = NULL,
29763     ._co_linearray = NULL,
29764     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x11\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\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x52\x5c\x02\x00\x00\x7d\x05\x7d\x06\x7c\x04\xa0\x04\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x2b\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x07\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xac\x01\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x63\x02\x01\x00\x53\x00\x8c\x53\x64\x00\x53\x00",
29765     ._co_firsttraceable = 0,
29766 };
29767 static
29768     struct {
29769         PyASCIIObject _ascii;
29770         uint8_t _data[107];
29771     }
29772 importlib__bootstrap_external_toplevel_consts_53_consts_9_consts_0 = {
29773     ._ascii = {
29774         .ob_base = {
29775             .ob_refcnt = 999999999,
29776             .ob_type = &PyUnicode_Type,
29777         },
29778         .length = 106,
29779         .hash = -1,
29780         .state = {
29781             .kind = 1,
29782             .compact = 1,
29783             .ascii = 1,
29784             .ready = 1,
29785         },
29786     },
29787     ._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",
29788 };
29789 static
29790     struct {
29791         PyASCIIObject _ascii;
29792         uint8_t _data[113];
29793     }
29794 importlib__bootstrap_external_toplevel_consts_53_consts_9_consts_1 = {
29795     ._ascii = {
29796         .ob_base = {
29797             .ob_refcnt = 999999999,
29798             .ob_type = &PyUnicode_Type,
29799         },
29800         .length = 112,
29801         .hash = -1,
29802         .state = {
29803             .kind = 1,
29804             .compact = 1,
29805             .ascii = 1,
29806             .ready = 1,
29807         },
29808     },
29809     ._data = "WindowsRegistryFinder.find_module() is deprecated and slated for removal in Python 3.12; use find_spec() instead",
29810 };
29811 static
29812     struct {
29813         PyGC_Head _gc_head;
29814         struct {
29815             PyObject_VAR_HEAD
29816             PyObject *ob_item[3];
29817         }_object;
29818     }
29819 importlib__bootstrap_external_toplevel_consts_53_consts_9_consts = {
29820     ._object = {
29821         .ob_base = {
29822             .ob_base = {
29823                 .ob_refcnt = 999999999,
29824                 .ob_type = &PyTuple_Type,
29825             },
29826             .ob_size = 3,
29827         },
29828         .ob_item = {
29829             & importlib__bootstrap_external_toplevel_consts_53_consts_9_consts_0._ascii.ob_base,
29830             & importlib__bootstrap_external_toplevel_consts_53_consts_9_consts_1._ascii.ob_base,
29831             Py_None,
29832         },
29833     },
29834 };
29835 static
29836     struct {
29837         PyASCIIObject _ascii;
29838         uint8_t _data[34];
29839     }
29840 importlib__bootstrap_external_toplevel_consts_53_consts_9_qualname = {
29841     ._ascii = {
29842         .ob_base = {
29843             .ob_refcnt = 999999999,
29844             .ob_type = &PyUnicode_Type,
29845         },
29846         .length = 33,
29847         .hash = -1,
29848         .state = {
29849             .kind = 1,
29850             .compact = 1,
29851             .ascii = 1,
29852             .ready = 1,
29853         },
29854     },
29855     ._data = "WindowsRegistryFinder.find_module",
29856 };
29857 static
29858     struct {
29859         PyObject_VAR_HEAD
29860         Py_hash_t ob_shash;
29861         char ob_sval[74];
29862     }
29863 importlib__bootstrap_external_toplevel_consts_53_consts_9_linetable = {
29864     .ob_base = {
29865         .ob_base = {
29866             .ob_refcnt = 999999999,
29867             .ob_type = &PyBytes_Type,
29868         },
29869         .ob_size = 73,
29870     },
29871     .ob_shash = -1,
29872     .ob_sval = "\x80\x00\xf5\x0e\x00\x09\x12\x8c\x0e\xf0\x00\x01\x18\x54\x01\xe5\x17\x29\xf1\x05\x02\x09\x2b\xf4\x00\x02\x09\x2b\xf0\x00\x02\x09\x2b\xf0\x06\x00\x10\x13\x8f\x7d\x8a\x7d\x98\x58\xa0\x74\xd1\x0f\x2c\xd4\x0f\x2c\x88\x04\xd8\x0b\x0f\xd0\x0b\x1b\xd8\x13\x17\x94\x3b\xd0\x0c\x1e\xe0\x13\x17\x90\x34",
29873 };
29874 static
29875     struct _PyCode_DEF(120)
29876 importlib__bootstrap_external_toplevel_consts_53_consts_9 = {
29877     .ob_base = {
29878         .ob_base = {
29879             .ob_refcnt = 999999999,
29880             .ob_type = &PyCode_Type,
29881         },
29882         .ob_size = 60,
29883     },
29884     .co_consts = & importlib__bootstrap_external_toplevel_consts_53_consts_9_consts._object.ob_base.ob_base,
29885     .co_names = & importlib__bootstrap_toplevel_consts_37_consts_6_names._object.ob_base.ob_base,
29886     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
29887     .co_flags = 3,
29888     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
29889     ._co_linearray_entry_size = 0,
29890     .co_argcount = 3,
29891     .co_posonlyargcount = 0,
29892     .co_kwonlyargcount = 0,
29893     .co_stacksize = 4,
29894     .co_firstlineno = 901,
29895     .co_nlocalsplus = 4,
29896     .co_nlocals = 4,
29897     .co_nplaincellvars = 0,
29898     .co_ncellvars = 0,
29899     .co_nfreevars = 0,
29900     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_6_localsplusnames._object.ob_base.ob_base,
29901     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
29902     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
29903     .co_name = & const_str_find_module._ascii.ob_base,
29904     .co_qualname = & importlib__bootstrap_external_toplevel_consts_53_consts_9_qualname._ascii.ob_base,
29905     .co_linetable = & importlib__bootstrap_external_toplevel_consts_53_consts_9_linetable.ob_base.ob_base,
29906     ._co_code = NULL,
29907     ._co_linearray = NULL,
29908     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x81\x07\x7c\x03\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x64\x02\x53\x00",
29909     ._co_firsttraceable = 0,
29910 };
29911 static
29912     struct {
29913         PyGC_Head _gc_head;
29914         struct {
29915             PyObject_VAR_HEAD
29916             PyObject *ob_item[12];
29917         }_object;
29918     }
29919 importlib__bootstrap_external_toplevel_consts_53_consts = {
29920     ._object = {
29921         .ob_base = {
29922             .ob_base = {
29923                 .ob_refcnt = 999999999,
29924                 .ob_type = &PyTuple_Type,
29925             },
29926             .ob_size = 12,
29927         },
29928         .ob_item = {
29929             & const_str_WindowsRegistryFinder._ascii.ob_base,
29930             & importlib__bootstrap_external_toplevel_consts_53_consts_1._ascii.ob_base,
29931             & importlib__bootstrap_external_toplevel_consts_53_consts_2._ascii.ob_base,
29932             & importlib__bootstrap_external_toplevel_consts_53_consts_3._ascii.ob_base,
29933             & importlib__bootstrap_external_toplevel_consts_53_consts_4._ascii.ob_base,
29934             & importlib__bootstrap_external_toplevel_consts_53_consts_5.ob_base.ob_base,
29935             & importlib__bootstrap_external_toplevel_consts_53_consts_6.ob_base.ob_base,
29936             Py_None,
29937             & importlib__bootstrap_external_toplevel_consts_53_consts_8.ob_base.ob_base,
29938             & importlib__bootstrap_external_toplevel_consts_53_consts_9.ob_base.ob_base,
29939             & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
29940             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
29941         },
29942     },
29943 };
29944 static
29945     struct {
29946         PyASCIIObject _ascii;
29947         uint8_t _data[12];
29948     }
29949 const_str__MS_WINDOWS = {
29950     ._ascii = {
29951         .ob_base = {
29952             .ob_refcnt = 999999999,
29953             .ob_type = &PyUnicode_Type,
29954         },
29955         .length = 11,
29956         .hash = -1,
29957         .state = {
29958             .kind = 1,
29959             .compact = 1,
29960             .ascii = 1,
29961             .ready = 1,
29962         },
29963     },
29964     ._data = "_MS_WINDOWS",
29965 };
29966 static
29967     struct {
29968         PyASCIIObject _ascii;
29969         uint8_t _data[19];
29970     }
29971 const_str_EXTENSION_SUFFIXES = {
29972     ._ascii = {
29973         .ob_base = {
29974             .ob_refcnt = 999999999,
29975             .ob_type = &PyUnicode_Type,
29976         },
29977         .length = 18,
29978         .hash = -1,
29979         .state = {
29980             .kind = 1,
29981             .compact = 1,
29982             .ascii = 1,
29983             .ready = 1,
29984         },
29985     },
29986     ._data = "EXTENSION_SUFFIXES",
29987 };
29988 static
29989     struct {
29990         PyGC_Head _gc_head;
29991         struct {
29992             PyObject_VAR_HEAD
29993             PyObject *ob_item[15];
29994         }_object;
29995     }
29996 importlib__bootstrap_external_toplevel_consts_53_names = {
29997     ._object = {
29998         .ob_base = {
29999             .ob_base = {
30000                 .ob_refcnt = 999999999,
30001                 .ob_type = &PyTuple_Type,
30002             },
30003             .ob_size = 15,
30004         },
30005         .ob_item = {
30006             &_Py_ID(__name__),
30007             &_Py_ID(__module__),
30008             &_Py_ID(__qualname__),
30009             &_Py_ID(__doc__),
30010             & const_str_REGISTRY_KEY._ascii.ob_base,
30011             & const_str_REGISTRY_KEY_DEBUG._ascii.ob_base,
30012             & const_str__MS_WINDOWS._ascii.ob_base,
30013             & const_str_EXTENSION_SUFFIXES._ascii.ob_base,
30014             & const_str_DEBUG_BUILD._ascii.ob_base,
30015             & const_str_staticmethod._ascii.ob_base,
30016             & const_str__open_registry._ascii.ob_base,
30017             & const_str_classmethod._ascii.ob_base,
30018             & const_str__search_registry._ascii.ob_base,
30019             & const_str_find_spec._ascii.ob_base,
30020             & const_str_find_module._ascii.ob_base,
30021         },
30022     },
30023 };
30024 static
30025     struct {
30026         PyObject_VAR_HEAD
30027         Py_hash_t ob_shash;
30028         char ob_sval[184];
30029     }
30030 importlib__bootstrap_external_toplevel_consts_53_linetable = {
30031     .ob_base = {
30032         .ob_base = {
30033             .ob_refcnt = 999999999,
30034             .ob_type = &PyBytes_Type,
30035         },
30036         .ob_size = 183,
30037     },
30038     .ob_shash = -1,
30039     .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\xf1\x03\x00\x06\x12\x84\x5c\xf0\x02\x04\x05\x42\x01\xf0\x0c\x00\x06\x11\xf0\x02\x0c\x05\x18\xf0\x00\x0c\x05\x18\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x0c\x05\x18\xf0\x1c\x00\x06\x11\xf0\x02\x0d\x05\x1c\xf0\x00\x0d\x05\x1c\xf0\x00\x0d\x05\x1c\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x0d\x05\x1c\xf0\x1e\x00\x06\x11\xf0\x02\x0d\x05\x18\xf0\x00\x0d\x05\x18\xf0\x00\x0d\x05\x18\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x0d\x05\x18\xf0\x00\x0d\x05\x18\xf0\x00\x0d\x05\x18",
30040 };
30041 static
30042     struct _PyCode_DEF(130)
30043 importlib__bootstrap_external_toplevel_consts_53 = {
30044     .ob_base = {
30045         .ob_base = {
30046             .ob_refcnt = 999999999,
30047             .ob_type = &PyCode_Type,
30048         },
30049         .ob_size = 65,
30050     },
30051     .co_consts = & importlib__bootstrap_external_toplevel_consts_53_consts._object.ob_base.ob_base,
30052     .co_names = & importlib__bootstrap_external_toplevel_consts_53_names._object.ob_base.ob_base,
30053     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
30054     .co_flags = 0,
30055     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
30056     ._co_linearray_entry_size = 0,
30057     .co_argcount = 0,
30058     .co_posonlyargcount = 0,
30059     .co_kwonlyargcount = 0,
30060     .co_stacksize = 3,
30061     .co_firstlineno = 851,
30062     .co_nlocalsplus = 0,
30063     .co_nlocals = 0,
30064     .co_nplaincellvars = 0,
30065     .co_ncellvars = 0,
30066     .co_nfreevars = 0,
30067     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
30068     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
30069     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
30070     .co_name = & const_str_WindowsRegistryFinder._ascii.ob_base,
30071     .co_qualname = & const_str_WindowsRegistryFinder._ascii.ob_base,
30072     .co_linetable = & importlib__bootstrap_external_toplevel_consts_53_linetable.ob_base.ob_base,
30073     ._co_code = NULL,
30074     ._co_linearray = NULL,
30075     .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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0a\x65\x0b\x64\x06\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0c\x65\x0b\x64\x0a\x64\x08\x84\x01\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0d\x65\x0b\x64\x0b\x64\x09\x84\x01\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0e\x64\x07\x53\x00",
30076     ._co_firsttraceable = 0,
30077 };
30078 static
30079     struct {
30080         PyASCIIObject _ascii;
30081         uint8_t _data[14];
30082     }
30083 const_str__LoaderBasics = {
30084     ._ascii = {
30085         .ob_base = {
30086             .ob_refcnt = 999999999,
30087             .ob_type = &PyUnicode_Type,
30088         },
30089         .length = 13,
30090         .hash = -1,
30091         .state = {
30092             .kind = 1,
30093             .compact = 1,
30094             .ascii = 1,
30095             .ready = 1,
30096         },
30097     },
30098     ._data = "_LoaderBasics",
30099 };
30100 static
30101     struct {
30102         PyASCIIObject _ascii;
30103         uint8_t _data[84];
30104     }
30105 importlib__bootstrap_external_toplevel_consts_55_consts_1 = {
30106     ._ascii = {
30107         .ob_base = {
30108             .ob_refcnt = 999999999,
30109             .ob_type = &PyUnicode_Type,
30110         },
30111         .length = 83,
30112         .hash = -1,
30113         .state = {
30114             .kind = 1,
30115             .compact = 1,
30116             .ascii = 1,
30117             .ready = 1,
30118         },
30119     },
30120     ._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",
30121 };
30122 static
30123     struct {
30124         PyASCIIObject _ascii;
30125         uint8_t _data[142];
30126     }
30127 importlib__bootstrap_external_toplevel_consts_55_consts_2_consts_0 = {
30128     ._ascii = {
30129         .ob_base = {
30130             .ob_refcnt = 999999999,
30131             .ob_type = &PyUnicode_Type,
30132         },
30133         .length = 141,
30134         .hash = -1,
30135         .state = {
30136             .kind = 1,
30137             .compact = 1,
30138             .ascii = 1,
30139             .ready = 1,
30140         },
30141     },
30142     ._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",
30143 };
30144 static
30145     struct {
30146         PyGC_Head _gc_head;
30147         struct {
30148             PyObject_VAR_HEAD
30149             PyObject *ob_item[6];
30150         }_object;
30151     }
30152 importlib__bootstrap_external_toplevel_consts_55_consts_2_consts = {
30153     ._object = {
30154         .ob_base = {
30155             .ob_base = {
30156                 .ob_refcnt = 999999999,
30157                 .ob_type = &PyTuple_Type,
30158             },
30159             .ob_size = 6,
30160         },
30161         .ob_item = {
30162             & importlib__bootstrap_external_toplevel_consts_55_consts_2_consts_0._ascii.ob_base,
30163             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
30164             &_Py_STR(dot),
30165             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
30166             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
30167             &_Py_ID(__init__),
30168         },
30169     },
30170 };
30171 static
30172     struct {
30173         PyGC_Head _gc_head;
30174         struct {
30175             PyObject_VAR_HEAD
30176             PyObject *ob_item[4];
30177         }_object;
30178     }
30179 importlib__bootstrap_external_toplevel_consts_55_consts_2_names = {
30180     ._object = {
30181         .ob_base = {
30182             .ob_base = {
30183                 .ob_refcnt = 999999999,
30184                 .ob_type = &PyTuple_Type,
30185             },
30186             .ob_size = 4,
30187         },
30188         .ob_item = {
30189             & const_str__path_split._ascii.ob_base,
30190             & const_str_get_filename._ascii.ob_base,
30191             & const_str_rsplit._ascii.ob_base,
30192             & const_str_rpartition._ascii.ob_base,
30193         },
30194     },
30195 };
30196 static
30197     struct {
30198         PyASCIIObject _ascii;
30199         uint8_t _data[25];
30200     }
30201 importlib__bootstrap_external_toplevel_consts_55_consts_2_qualname = {
30202     ._ascii = {
30203         .ob_base = {
30204             .ob_refcnt = 999999999,
30205             .ob_type = &PyUnicode_Type,
30206         },
30207         .length = 24,
30208         .hash = -1,
30209         .state = {
30210             .kind = 1,
30211             .compact = 1,
30212             .ascii = 1,
30213             .ready = 1,
30214         },
30215     },
30216     ._data = "_LoaderBasics.is_package",
30217 };
30218 static
30219     struct {
30220         PyObject_VAR_HEAD
30221         Py_hash_t ob_shash;
30222         char ob_sval[106];
30223     }
30224 importlib__bootstrap_external_toplevel_consts_55_consts_2_linetable = {
30225     .ob_base = {
30226         .ob_base = {
30227             .ob_refcnt = 999999999,
30228             .ob_type = &PyBytes_Type,
30229         },
30230         .ob_size = 105,
30231     },
30232     .ob_shash = -1,
30233     .ob_sval = "\x80\x00\xf5\x06\x00\x14\x1f\x98\x74\xd7\x1f\x30\xd2\x1f\x30\xb0\x18\xd1\x1f\x3a\xd4\x1f\x3a\xd1\x13\x3b\xd4\x13\x3b\xb8\x41\xd4\x13\x3e\x88\x08\xd8\x18\x20\x9f\x0f\x9a\x0f\xa8\x03\xa8\x51\xd1\x18\x2f\xd4\x18\x2f\xb0\x01\xd4\x18\x32\x88\x0d\xd8\x14\x1c\xd7\x14\x27\xd2\x14\x27\xa8\x03\xd1\x14\x2c\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",
30234 };
30235 static
30236     struct {
30237         PyASCIIObject _ascii;
30238         uint8_t _data[14];
30239     }
30240 const_str_filename_base = {
30241     ._ascii = {
30242         .ob_base = {
30243             .ob_refcnt = 999999999,
30244             .ob_type = &PyUnicode_Type,
30245         },
30246         .length = 13,
30247         .hash = -1,
30248         .state = {
30249             .kind = 1,
30250             .compact = 1,
30251             .ascii = 1,
30252             .ready = 1,
30253         },
30254     },
30255     ._data = "filename_base",
30256 };
30257 static
30258     struct {
30259         PyASCIIObject _ascii;
30260         uint8_t _data[10];
30261     }
30262 const_str_tail_name = {
30263     ._ascii = {
30264         .ob_base = {
30265             .ob_refcnt = 999999999,
30266             .ob_type = &PyUnicode_Type,
30267         },
30268         .length = 9,
30269         .hash = -1,
30270         .state = {
30271             .kind = 1,
30272             .compact = 1,
30273             .ascii = 1,
30274             .ready = 1,
30275         },
30276     },
30277     ._data = "tail_name",
30278 };
30279 static
30280     struct {
30281         PyGC_Head _gc_head;
30282         struct {
30283             PyObject_VAR_HEAD
30284             PyObject *ob_item[5];
30285         }_object;
30286     }
30287 importlib__bootstrap_external_toplevel_consts_55_consts_2_localsplusnames = {
30288     ._object = {
30289         .ob_base = {
30290             .ob_base = {
30291                 .ob_refcnt = 999999999,
30292                 .ob_type = &PyTuple_Type,
30293             },
30294             .ob_size = 5,
30295         },
30296         .ob_item = {
30297             & const_str_self._ascii.ob_base,
30298             & const_str_fullname._ascii.ob_base,
30299             &_Py_ID(filename),
30300             & const_str_filename_base._ascii.ob_base,
30301             & const_str_tail_name._ascii.ob_base,
30302         },
30303     },
30304 };
30305 static
30306     struct _PyCode_DEF(216)
30307 importlib__bootstrap_external_toplevel_consts_55_consts_2 = {
30308     .ob_base = {
30309         .ob_base = {
30310             .ob_refcnt = 999999999,
30311             .ob_type = &PyCode_Type,
30312         },
30313         .ob_size = 108,
30314     },
30315     .co_consts = & importlib__bootstrap_external_toplevel_consts_55_consts_2_consts._object.ob_base.ob_base,
30316     .co_names = & importlib__bootstrap_external_toplevel_consts_55_consts_2_names._object.ob_base.ob_base,
30317     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
30318     .co_flags = 3,
30319     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
30320     ._co_linearray_entry_size = 0,
30321     .co_argcount = 2,
30322     .co_posonlyargcount = 0,
30323     .co_kwonlyargcount = 0,
30324     .co_stacksize = 5,
30325     .co_firstlineno = 923,
30326     .co_nlocalsplus = 5,
30327     .co_nlocals = 5,
30328     .co_nplaincellvars = 0,
30329     .co_ncellvars = 0,
30330     .co_nfreevars = 0,
30331     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_2_localsplusnames._object.ob_base.ob_base,
30332     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
30333     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
30334     .co_name = & const_str_is_package._ascii.ob_base,
30335     .co_qualname = & importlib__bootstrap_external_toplevel_consts_55_consts_2_qualname._ascii.ob_base,
30336     .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_2_linetable.ob_base.ob_base,
30337     ._co_code = NULL,
30338     ._co_linearray = NULL,
30339     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x01\xa6\x02\x00\x00\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\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xa6\x01\x00\x00\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",
30340     ._co_firsttraceable = 0,
30341 };
30342 static
30343     struct {
30344         PyASCIIObject _ascii;
30345         uint8_t _data[43];
30346     }
30347 importlib__bootstrap_external_toplevel_consts_55_consts_3_consts_0 = {
30348     ._ascii = {
30349         .ob_base = {
30350             .ob_refcnt = 999999999,
30351             .ob_type = &PyUnicode_Type,
30352         },
30353         .length = 42,
30354         .hash = -1,
30355         .state = {
30356             .kind = 1,
30357             .compact = 1,
30358             .ascii = 1,
30359             .ready = 1,
30360         },
30361     },
30362     ._data = "Use default semantics for module creation.",
30363 };
30364 static
30365     struct {
30366         PyGC_Head _gc_head;
30367         struct {
30368             PyObject_VAR_HEAD
30369             PyObject *ob_item[2];
30370         }_object;
30371     }
30372 importlib__bootstrap_external_toplevel_consts_55_consts_3_consts = {
30373     ._object = {
30374         .ob_base = {
30375             .ob_base = {
30376                 .ob_refcnt = 999999999,
30377                 .ob_type = &PyTuple_Type,
30378             },
30379             .ob_size = 2,
30380         },
30381         .ob_item = {
30382             & importlib__bootstrap_external_toplevel_consts_55_consts_3_consts_0._ascii.ob_base,
30383             Py_None,
30384         },
30385     },
30386 };
30387 static
30388     struct {
30389         PyASCIIObject _ascii;
30390         uint8_t _data[28];
30391     }
30392 importlib__bootstrap_external_toplevel_consts_55_consts_3_qualname = {
30393     ._ascii = {
30394         .ob_base = {
30395             .ob_refcnt = 999999999,
30396             .ob_type = &PyUnicode_Type,
30397         },
30398         .length = 27,
30399         .hash = -1,
30400         .state = {
30401             .kind = 1,
30402             .compact = 1,
30403             .ascii = 1,
30404             .ready = 1,
30405         },
30406     },
30407     ._data = "_LoaderBasics.create_module",
30408 };
30409 static
30410     struct {
30411         PyObject_VAR_HEAD
30412         Py_hash_t ob_shash;
30413         char ob_sval[7];
30414     }
30415 importlib__bootstrap_external_toplevel_consts_55_consts_3_linetable = {
30416     .ob_base = {
30417         .ob_base = {
30418             .ob_refcnt = 999999999,
30419             .ob_type = &PyBytes_Type,
30420         },
30421         .ob_size = 6,
30422     },
30423     .ob_shash = -1,
30424     .ob_sval = "\x80\x00\x80\x00\x80\x00",
30425 };
30426 static
30427     struct {
30428         PyGC_Head _gc_head;
30429         struct {
30430             PyObject_VAR_HEAD
30431             PyObject *ob_item[2];
30432         }_object;
30433     }
30434 importlib__bootstrap_external_toplevel_consts_55_consts_3_localsplusnames = {
30435     ._object = {
30436         .ob_base = {
30437             .ob_base = {
30438                 .ob_refcnt = 999999999,
30439                 .ob_type = &PyTuple_Type,
30440             },
30441             .ob_size = 2,
30442         },
30443         .ob_item = {
30444             & const_str_self._ascii.ob_base,
30445             & const_str_spec._ascii.ob_base,
30446         },
30447     },
30448 };
30449 static
30450     struct _PyCode_DEF(6)
30451 importlib__bootstrap_external_toplevel_consts_55_consts_3 = {
30452     .ob_base = {
30453         .ob_base = {
30454             .ob_refcnt = 999999999,
30455             .ob_type = &PyCode_Type,
30456         },
30457         .ob_size = 3,
30458     },
30459     .co_consts = & importlib__bootstrap_external_toplevel_consts_55_consts_3_consts._object.ob_base.ob_base,
30460     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
30461     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
30462     .co_flags = 3,
30463     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
30464     ._co_linearray_entry_size = 0,
30465     .co_argcount = 2,
30466     .co_posonlyargcount = 0,
30467     .co_kwonlyargcount = 0,
30468     .co_stacksize = 1,
30469     .co_firstlineno = 931,
30470     .co_nlocalsplus = 2,
30471     .co_nlocals = 2,
30472     .co_nplaincellvars = 0,
30473     .co_ncellvars = 0,
30474     .co_nfreevars = 0,
30475     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_3_localsplusnames._object.ob_base.ob_base,
30476     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
30477     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
30478     .co_name = & const_str_create_module._ascii.ob_base,
30479     .co_qualname = & importlib__bootstrap_external_toplevel_consts_55_consts_3_qualname._ascii.ob_base,
30480     .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_3_linetable.ob_base.ob_base,
30481     ._co_code = NULL,
30482     ._co_linearray = NULL,
30483     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
30484     ._co_firsttraceable = 0,
30485 };
30486 static
30487     struct {
30488         PyASCIIObject _ascii;
30489         uint8_t _data[20];
30490     }
30491 importlib__bootstrap_external_toplevel_consts_55_consts_4_consts_0 = {
30492     ._ascii = {
30493         .ob_base = {
30494             .ob_refcnt = 999999999,
30495             .ob_type = &PyUnicode_Type,
30496         },
30497         .length = 19,
30498         .hash = -1,
30499         .state = {
30500             .kind = 1,
30501             .compact = 1,
30502             .ascii = 1,
30503             .ready = 1,
30504         },
30505     },
30506     ._data = "Execute the module.",
30507 };
30508 static
30509     struct {
30510         PyASCIIObject _ascii;
30511         uint8_t _data[53];
30512     }
30513 importlib__bootstrap_external_toplevel_consts_55_consts_4_consts_2 = {
30514     ._ascii = {
30515         .ob_base = {
30516             .ob_refcnt = 999999999,
30517             .ob_type = &PyUnicode_Type,
30518         },
30519         .length = 52,
30520         .hash = -1,
30521         .state = {
30522             .kind = 1,
30523             .compact = 1,
30524             .ascii = 1,
30525             .ready = 1,
30526         },
30527     },
30528     ._data = "cannot load module {!r} when get_code() returns None",
30529 };
30530 static
30531     struct {
30532         PyGC_Head _gc_head;
30533         struct {
30534             PyObject_VAR_HEAD
30535             PyObject *ob_item[3];
30536         }_object;
30537     }
30538 importlib__bootstrap_external_toplevel_consts_55_consts_4_consts = {
30539     ._object = {
30540         .ob_base = {
30541             .ob_base = {
30542                 .ob_refcnt = 999999999,
30543                 .ob_type = &PyTuple_Type,
30544             },
30545             .ob_size = 3,
30546         },
30547         .ob_item = {
30548             & importlib__bootstrap_external_toplevel_consts_55_consts_4_consts_0._ascii.ob_base,
30549             Py_None,
30550             & importlib__bootstrap_external_toplevel_consts_55_consts_4_consts_2._ascii.ob_base,
30551         },
30552     },
30553 };
30554 static
30555     struct {
30556         PyGC_Head _gc_head;
30557         struct {
30558             PyObject_VAR_HEAD
30559             PyObject *ob_item[8];
30560         }_object;
30561     }
30562 importlib__bootstrap_external_toplevel_consts_55_consts_4_names = {
30563     ._object = {
30564         .ob_base = {
30565             .ob_base = {
30566                 .ob_refcnt = 999999999,
30567                 .ob_type = &PyTuple_Type,
30568             },
30569             .ob_size = 8,
30570         },
30571         .ob_item = {
30572             & const_str_get_code._ascii.ob_base,
30573             &_Py_ID(__name__),
30574             & const_str_ImportError._ascii.ob_base,
30575             & const_str_format._ascii.ob_base,
30576             &_Py_ID(_bootstrap),
30577             & const_str__call_with_frames_removed._ascii.ob_base,
30578             & const_str_exec._ascii.ob_base,
30579             &_Py_ID(__dict__),
30580         },
30581     },
30582 };
30583 static
30584     struct {
30585         PyASCIIObject _ascii;
30586         uint8_t _data[26];
30587     }
30588 importlib__bootstrap_external_toplevel_consts_55_consts_4_qualname = {
30589     ._ascii = {
30590         .ob_base = {
30591             .ob_refcnt = 999999999,
30592             .ob_type = &PyUnicode_Type,
30593         },
30594         .length = 25,
30595         .hash = -1,
30596         .state = {
30597             .kind = 1,
30598             .compact = 1,
30599             .ascii = 1,
30600             .ready = 1,
30601         },
30602     },
30603     ._data = "_LoaderBasics.exec_module",
30604 };
30605 static
30606     struct {
30607         PyObject_VAR_HEAD
30608         Py_hash_t ob_shash;
30609         char ob_sval[100];
30610     }
30611 importlib__bootstrap_external_toplevel_consts_55_consts_4_linetable = {
30612     .ob_base = {
30613         .ob_base = {
30614             .ob_refcnt = 999999999,
30615             .ob_type = &PyBytes_Type,
30616         },
30617         .ob_size = 99,
30618     },
30619     .ob_shash = -1,
30620     .ob_sval = "\x80\x00\xe0\x0f\x13\x8f\x7d\x8a\x7d\x98\x56\x9c\x5f\xd1\x0f\x2d\xd4\x0f\x2d\x88\x04\xd8\x0b\x0f\x88\x3c\xdd\x12\x1d\xf0\x00\x01\x1f\x2d\xdf\x2d\x33\xaa\x56\xb0\x46\xb4\x4f\xd1\x2d\x44\xd4\x2d\x44\xf1\x03\x01\x13\x46\x01\xf4\x00\x01\x13\x46\x01\xf0\x00\x01\x0d\x46\x01\xe5\x08\x12\xd7\x08\x2c\xd2\x08\x2c\xad\x54\xb0\x34\xb8\x16\xbc\x1f\xd1\x08\x49\xd4\x08\x49\xd0\x08\x49\xd0\x08\x49\xd0\x08\x49",
30621 };
30622 static
30623     struct {
30624         PyGC_Head _gc_head;
30625         struct {
30626             PyObject_VAR_HEAD
30627             PyObject *ob_item[3];
30628         }_object;
30629     }
30630 importlib__bootstrap_external_toplevel_consts_55_consts_4_localsplusnames = {
30631     ._object = {
30632         .ob_base = {
30633             .ob_base = {
30634                 .ob_refcnt = 999999999,
30635                 .ob_type = &PyTuple_Type,
30636             },
30637             .ob_size = 3,
30638         },
30639         .ob_item = {
30640             & const_str_self._ascii.ob_base,
30641             & const_str_module._ascii.ob_base,
30642             &_Py_ID(code),
30643         },
30644     },
30645 };
30646 static
30647     struct _PyCode_DEF(216)
30648 importlib__bootstrap_external_toplevel_consts_55_consts_4 = {
30649     .ob_base = {
30650         .ob_base = {
30651             .ob_refcnt = 999999999,
30652             .ob_type = &PyCode_Type,
30653         },
30654         .ob_size = 108,
30655     },
30656     .co_consts = & importlib__bootstrap_external_toplevel_consts_55_consts_4_consts._object.ob_base.ob_base,
30657     .co_names = & importlib__bootstrap_external_toplevel_consts_55_consts_4_names._object.ob_base.ob_base,
30658     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
30659     .co_flags = 3,
30660     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
30661     ._co_linearray_entry_size = 0,
30662     .co_argcount = 2,
30663     .co_posonlyargcount = 0,
30664     .co_kwonlyargcount = 0,
30665     .co_stacksize = 5,
30666     .co_firstlineno = 934,
30667     .co_nlocalsplus = 3,
30668     .co_nlocals = 3,
30669     .co_nplaincellvars = 0,
30670     .co_ncellvars = 0,
30671     .co_nfreevars = 0,
30672     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_4_localsplusnames._object.ob_base.ob_base,
30673     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
30674     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
30675     .co_name = & const_str_exec_module._ascii.ob_base,
30676     .co_qualname = & importlib__bootstrap_external_toplevel_consts_55_consts_4_qualname._ascii.ob_base,
30677     .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_4_linetable.ob_base.ob_base,
30678     ._co_code = NULL,
30679     ._co_linearray = NULL,
30680     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\xa0\x05\x00\x00\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\x07\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
30681     ._co_firsttraceable = 0,
30682 };
30683 static
30684     struct {
30685         PyASCIIObject _ascii;
30686         uint8_t _data[27];
30687     }
30688 importlib__bootstrap_external_toplevel_consts_55_consts_5_consts_0 = {
30689     ._ascii = {
30690         .ob_base = {
30691             .ob_refcnt = 999999999,
30692             .ob_type = &PyUnicode_Type,
30693         },
30694         .length = 26,
30695         .hash = -1,
30696         .state = {
30697             .kind = 1,
30698             .compact = 1,
30699             .ascii = 1,
30700             .ready = 1,
30701         },
30702     },
30703     ._data = "This method is deprecated.",
30704 };
30705 static
30706     struct {
30707         PyGC_Head _gc_head;
30708         struct {
30709             PyObject_VAR_HEAD
30710             PyObject *ob_item[1];
30711         }_object;
30712     }
30713 importlib__bootstrap_external_toplevel_consts_55_consts_5_consts = {
30714     ._object = {
30715         .ob_base = {
30716             .ob_base = {
30717                 .ob_refcnt = 999999999,
30718                 .ob_type = &PyTuple_Type,
30719             },
30720             .ob_size = 1,
30721         },
30722         .ob_item = {
30723             & importlib__bootstrap_external_toplevel_consts_55_consts_5_consts_0._ascii.ob_base,
30724         },
30725     },
30726 };
30727 static
30728     struct {
30729         PyGC_Head _gc_head;
30730         struct {
30731             PyObject_VAR_HEAD
30732             PyObject *ob_item[2];
30733         }_object;
30734     }
30735 importlib__bootstrap_external_toplevel_consts_55_consts_5_names = {
30736     ._object = {
30737         .ob_base = {
30738             .ob_base = {
30739                 .ob_refcnt = 999999999,
30740                 .ob_type = &PyTuple_Type,
30741             },
30742             .ob_size = 2,
30743         },
30744         .ob_item = {
30745             &_Py_ID(_bootstrap),
30746             & const_str__load_module_shim._ascii.ob_base,
30747         },
30748     },
30749 };
30750 static
30751     struct {
30752         PyASCIIObject _ascii;
30753         uint8_t _data[26];
30754     }
30755 importlib__bootstrap_external_toplevel_consts_55_consts_5_qualname = {
30756     ._ascii = {
30757         .ob_base = {
30758             .ob_refcnt = 999999999,
30759             .ob_type = &PyUnicode_Type,
30760         },
30761         .length = 25,
30762         .hash = -1,
30763         .state = {
30764             .kind = 1,
30765             .compact = 1,
30766             .ascii = 1,
30767             .ready = 1,
30768         },
30769     },
30770     ._data = "_LoaderBasics.load_module",
30771 };
30772 static
30773     struct {
30774         PyObject_VAR_HEAD
30775         Py_hash_t ob_shash;
30776         char ob_sval[27];
30777     }
30778 importlib__bootstrap_external_toplevel_consts_55_consts_5_linetable = {
30779     .ob_base = {
30780         .ob_base = {
30781             .ob_refcnt = 999999999,
30782             .ob_type = &PyBytes_Type,
30783         },
30784         .ob_size = 26,
30785     },
30786     .ob_shash = -1,
30787     .ob_sval = "\x80\x00\xf5\x06\x00\x10\x1a\xd7\x0f\x2b\xd2\x0f\x2b\xa8\x44\xb0\x28\xd1\x0f\x3b\xd4\x0f\x3b\xd0\x08\x3b",
30788 };
30789 static
30790     struct {
30791         PyGC_Head _gc_head;
30792         struct {
30793             PyObject_VAR_HEAD
30794             PyObject *ob_item[2];
30795         }_object;
30796     }
30797 importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames = {
30798     ._object = {
30799         .ob_base = {
30800             .ob_base = {
30801                 .ob_refcnt = 999999999,
30802                 .ob_type = &PyTuple_Type,
30803             },
30804             .ob_size = 2,
30805         },
30806         .ob_item = {
30807             & const_str_self._ascii.ob_base,
30808             & const_str_fullname._ascii.ob_base,
30809         },
30810     },
30811 };
30812 static
30813     struct _PyCode_DEF(56)
30814 importlib__bootstrap_external_toplevel_consts_55_consts_5 = {
30815     .ob_base = {
30816         .ob_base = {
30817             .ob_refcnt = 999999999,
30818             .ob_type = &PyCode_Type,
30819         },
30820         .ob_size = 28,
30821     },
30822     .co_consts = & importlib__bootstrap_external_toplevel_consts_55_consts_5_consts._object.ob_base.ob_base,
30823     .co_names = & importlib__bootstrap_external_toplevel_consts_55_consts_5_names._object.ob_base.ob_base,
30824     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
30825     .co_flags = 3,
30826     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
30827     ._co_linearray_entry_size = 0,
30828     .co_argcount = 2,
30829     .co_posonlyargcount = 0,
30830     .co_kwonlyargcount = 0,
30831     .co_stacksize = 4,
30832     .co_firstlineno = 942,
30833     .co_nlocalsplus = 2,
30834     .co_nlocals = 2,
30835     .co_nplaincellvars = 0,
30836     .co_ncellvars = 0,
30837     .co_nfreevars = 0,
30838     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
30839     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
30840     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
30841     .co_name = & const_str_load_module._ascii.ob_base,
30842     .co_qualname = & importlib__bootstrap_external_toplevel_consts_55_consts_5_qualname._ascii.ob_base,
30843     .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_5_linetable.ob_base.ob_base,
30844     ._co_code = NULL,
30845     ._co_linearray = NULL,
30846     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
30847     ._co_firsttraceable = 0,
30848 };
30849 static
30850     struct {
30851         PyGC_Head _gc_head;
30852         struct {
30853             PyObject_VAR_HEAD
30854             PyObject *ob_item[7];
30855         }_object;
30856     }
30857 importlib__bootstrap_external_toplevel_consts_55_consts = {
30858     ._object = {
30859         .ob_base = {
30860             .ob_base = {
30861                 .ob_refcnt = 999999999,
30862                 .ob_type = &PyTuple_Type,
30863             },
30864             .ob_size = 7,
30865         },
30866         .ob_item = {
30867             & const_str__LoaderBasics._ascii.ob_base,
30868             & importlib__bootstrap_external_toplevel_consts_55_consts_1._ascii.ob_base,
30869             & importlib__bootstrap_external_toplevel_consts_55_consts_2.ob_base.ob_base,
30870             & importlib__bootstrap_external_toplevel_consts_55_consts_3.ob_base.ob_base,
30871             & importlib__bootstrap_external_toplevel_consts_55_consts_4.ob_base.ob_base,
30872             & importlib__bootstrap_external_toplevel_consts_55_consts_5.ob_base.ob_base,
30873             Py_None,
30874         },
30875     },
30876 };
30877 static
30878     struct {
30879         PyGC_Head _gc_head;
30880         struct {
30881             PyObject_VAR_HEAD
30882             PyObject *ob_item[8];
30883         }_object;
30884     }
30885 importlib__bootstrap_external_toplevel_consts_55_names = {
30886     ._object = {
30887         .ob_base = {
30888             .ob_base = {
30889                 .ob_refcnt = 999999999,
30890                 .ob_type = &PyTuple_Type,
30891             },
30892             .ob_size = 8,
30893         },
30894         .ob_item = {
30895             &_Py_ID(__name__),
30896             &_Py_ID(__module__),
30897             &_Py_ID(__qualname__),
30898             &_Py_ID(__doc__),
30899             & const_str_is_package._ascii.ob_base,
30900             & const_str_create_module._ascii.ob_base,
30901             & const_str_exec_module._ascii.ob_base,
30902             & const_str_load_module._ascii.ob_base,
30903         },
30904     },
30905 };
30906 static
30907     struct {
30908         PyObject_VAR_HEAD
30909         Py_hash_t ob_shash;
30910         char ob_sval[97];
30911     }
30912 importlib__bootstrap_external_toplevel_consts_55_linetable = {
30913     .ob_base = {
30914         .ob_base = {
30915             .ob_refcnt = 999999999,
30916             .ob_type = &PyBytes_Type,
30917         },
30918         .ob_size = 96,
30919     },
30920     .ob_shash = -1,
30921     .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",
30922 };
30923 static
30924     struct _PyCode_DEF(42)
30925 importlib__bootstrap_external_toplevel_consts_55 = {
30926     .ob_base = {
30927         .ob_base = {
30928             .ob_refcnt = 999999999,
30929             .ob_type = &PyCode_Type,
30930         },
30931         .ob_size = 21,
30932     },
30933     .co_consts = & importlib__bootstrap_external_toplevel_consts_55_consts._object.ob_base.ob_base,
30934     .co_names = & importlib__bootstrap_external_toplevel_consts_55_names._object.ob_base.ob_base,
30935     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
30936     .co_flags = 0,
30937     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
30938     ._co_linearray_entry_size = 0,
30939     .co_argcount = 0,
30940     .co_posonlyargcount = 0,
30941     .co_kwonlyargcount = 0,
30942     .co_stacksize = 1,
30943     .co_firstlineno = 918,
30944     .co_nlocalsplus = 0,
30945     .co_nlocals = 0,
30946     .co_nplaincellvars = 0,
30947     .co_ncellvars = 0,
30948     .co_nfreevars = 0,
30949     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
30950     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
30951     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
30952     .co_name = & const_str__LoaderBasics._ascii.ob_base,
30953     .co_qualname = & const_str__LoaderBasics._ascii.ob_base,
30954     .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_linetable.ob_base.ob_base,
30955     ._co_code = NULL,
30956     ._co_linearray = NULL,
30957     .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",
30958     ._co_firsttraceable = 0,
30959 };
30960 static
30961     struct {
30962         PyASCIIObject _ascii;
30963         uint8_t _data[13];
30964     }
30965 const_str_SourceLoader = {
30966     ._ascii = {
30967         .ob_base = {
30968             .ob_refcnt = 999999999,
30969             .ob_type = &PyUnicode_Type,
30970         },
30971         .length = 12,
30972         .hash = -1,
30973         .state = {
30974             .kind = 1,
30975             .compact = 1,
30976             .ascii = 1,
30977             .ready = 1,
30978         },
30979     },
30980     ._data = "SourceLoader",
30981 };
30982 static
30983     struct {
30984         PyASCIIObject _ascii;
30985         uint8_t _data[166];
30986     }
30987 importlib__bootstrap_external_toplevel_consts_57_consts_1_consts_0 = {
30988     ._ascii = {
30989         .ob_base = {
30990             .ob_refcnt = 999999999,
30991             .ob_type = &PyUnicode_Type,
30992         },
30993         .length = 165,
30994         .hash = -1,
30995         .state = {
30996             .kind = 1,
30997             .compact = 1,
30998             .ascii = 1,
30999             .ready = 1,
31000         },
31001     },
31002     ._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",
31003 };
31004 static
31005     struct {
31006         PyGC_Head _gc_head;
31007         struct {
31008             PyObject_VAR_HEAD
31009             PyObject *ob_item[1];
31010         }_object;
31011     }
31012 importlib__bootstrap_external_toplevel_consts_57_consts_1_consts = {
31013     ._object = {
31014         .ob_base = {
31015             .ob_base = {
31016                 .ob_refcnt = 999999999,
31017                 .ob_type = &PyTuple_Type,
31018             },
31019             .ob_size = 1,
31020         },
31021         .ob_item = {
31022             & importlib__bootstrap_external_toplevel_consts_57_consts_1_consts_0._ascii.ob_base,
31023         },
31024     },
31025 };
31026 static
31027     struct {
31028         PyGC_Head _gc_head;
31029         struct {
31030             PyObject_VAR_HEAD
31031             PyObject *ob_item[1];
31032         }_object;
31033     }
31034 importlib__bootstrap_external_toplevel_consts_57_consts_1_names = {
31035     ._object = {
31036         .ob_base = {
31037             .ob_base = {
31038                 .ob_refcnt = 999999999,
31039                 .ob_type = &PyTuple_Type,
31040             },
31041             .ob_size = 1,
31042         },
31043         .ob_item = {
31044             & const_str_OSError._ascii.ob_base,
31045         },
31046     },
31047 };
31048 static
31049     struct {
31050         PyASCIIObject _ascii;
31051         uint8_t _data[11];
31052     }
31053 const_str_path_mtime = {
31054     ._ascii = {
31055         .ob_base = {
31056             .ob_refcnt = 999999999,
31057             .ob_type = &PyUnicode_Type,
31058         },
31059         .length = 10,
31060         .hash = -1,
31061         .state = {
31062             .kind = 1,
31063             .compact = 1,
31064             .ascii = 1,
31065             .ready = 1,
31066         },
31067     },
31068     ._data = "path_mtime",
31069 };
31070 static
31071     struct {
31072         PyASCIIObject _ascii;
31073         uint8_t _data[24];
31074     }
31075 importlib__bootstrap_external_toplevel_consts_57_consts_1_qualname = {
31076     ._ascii = {
31077         .ob_base = {
31078             .ob_refcnt = 999999999,
31079             .ob_type = &PyUnicode_Type,
31080         },
31081         .length = 23,
31082         .hash = -1,
31083         .state = {
31084             .kind = 1,
31085             .compact = 1,
31086             .ascii = 1,
31087             .ready = 1,
31088         },
31089     },
31090     ._data = "SourceLoader.path_mtime",
31091 };
31092 static
31093     struct {
31094         PyObject_VAR_HEAD
31095         Py_hash_t ob_shash;
31096         char ob_sval[10];
31097     }
31098 importlib__bootstrap_external_toplevel_consts_57_consts_1_linetable = {
31099     .ob_base = {
31100         .ob_base = {
31101             .ob_refcnt = 999999999,
31102             .ob_type = &PyBytes_Type,
31103         },
31104         .ob_size = 9,
31105     },
31106     .ob_shash = -1,
31107     .ob_sval = "\x80\x00\xf5\x0c\x00\x0f\x16\x88\x0d",
31108 };
31109 static
31110     struct {
31111         PyGC_Head _gc_head;
31112         struct {
31113             PyObject_VAR_HEAD
31114             PyObject *ob_item[2];
31115         }_object;
31116     }
31117 importlib__bootstrap_external_toplevel_consts_57_consts_1_localsplusnames = {
31118     ._object = {
31119         .ob_base = {
31120             .ob_base = {
31121                 .ob_refcnt = 999999999,
31122                 .ob_type = &PyTuple_Type,
31123             },
31124             .ob_size = 2,
31125         },
31126         .ob_item = {
31127             & const_str_self._ascii.ob_base,
31128             &_Py_ID(path),
31129         },
31130     },
31131 };
31132 static
31133     struct _PyCode_DEF(16)
31134 importlib__bootstrap_external_toplevel_consts_57_consts_1 = {
31135     .ob_base = {
31136         .ob_base = {
31137             .ob_refcnt = 999999999,
31138             .ob_type = &PyCode_Type,
31139         },
31140         .ob_size = 8,
31141     },
31142     .co_consts = & importlib__bootstrap_external_toplevel_consts_57_consts_1_consts._object.ob_base.ob_base,
31143     .co_names = & importlib__bootstrap_external_toplevel_consts_57_consts_1_names._object.ob_base.ob_base,
31144     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
31145     .co_flags = 3,
31146     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
31147     ._co_linearray_entry_size = 0,
31148     .co_argcount = 2,
31149     .co_posonlyargcount = 0,
31150     .co_kwonlyargcount = 0,
31151     .co_stacksize = 1,
31152     .co_firstlineno = 950,
31153     .co_nlocalsplus = 2,
31154     .co_nlocals = 2,
31155     .co_nplaincellvars = 0,
31156     .co_ncellvars = 0,
31157     .co_nfreevars = 0,
31158     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_57_consts_1_localsplusnames._object.ob_base.ob_base,
31159     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
31160     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
31161     .co_name = & const_str_path_mtime._ascii.ob_base,
31162     .co_qualname = & importlib__bootstrap_external_toplevel_consts_57_consts_1_qualname._ascii.ob_base,
31163     .co_linetable = & importlib__bootstrap_external_toplevel_consts_57_consts_1_linetable.ob_base.ob_base,
31164     ._co_code = NULL,
31165     ._co_linearray = NULL,
31166     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
31167     ._co_firsttraceable = 0,
31168 };
31169 static
31170     struct {
31171         PyASCIIObject _ascii;
31172         uint8_t _data[415];
31173     }
31174 importlib__bootstrap_external_toplevel_consts_57_consts_2_consts_0 = {
31175     ._ascii = {
31176         .ob_base = {
31177             .ob_refcnt = 999999999,
31178             .ob_type = &PyUnicode_Type,
31179         },
31180         .length = 414,
31181         .hash = -1,
31182         .state = {
31183             .kind = 1,
31184             .compact = 1,
31185             .ascii = 1,
31186             .ready = 1,
31187         },
31188     },
31189     ._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",
31190 };
31191 static
31192     struct {
31193         PyGC_Head _gc_head;
31194         struct {
31195             PyObject_VAR_HEAD
31196             PyObject *ob_item[2];
31197         }_object;
31198     }
31199 importlib__bootstrap_external_toplevel_consts_57_consts_2_consts = {
31200     ._object = {
31201         .ob_base = {
31202             .ob_base = {
31203                 .ob_refcnt = 999999999,
31204                 .ob_type = &PyTuple_Type,
31205             },
31206             .ob_size = 2,
31207         },
31208         .ob_item = {
31209             & importlib__bootstrap_external_toplevel_consts_57_consts_2_consts_0._ascii.ob_base,
31210             & const_str_mtime._ascii.ob_base,
31211         },
31212     },
31213 };
31214 static
31215     struct {
31216         PyGC_Head _gc_head;
31217         struct {
31218             PyObject_VAR_HEAD
31219             PyObject *ob_item[1];
31220         }_object;
31221     }
31222 importlib__bootstrap_external_toplevel_consts_57_consts_2_names = {
31223     ._object = {
31224         .ob_base = {
31225             .ob_base = {
31226                 .ob_refcnt = 999999999,
31227                 .ob_type = &PyTuple_Type,
31228             },
31229             .ob_size = 1,
31230         },
31231         .ob_item = {
31232             & const_str_path_mtime._ascii.ob_base,
31233         },
31234     },
31235 };
31236 static
31237     struct {
31238         PyASCIIObject _ascii;
31239         uint8_t _data[11];
31240     }
31241 const_str_path_stats = {
31242     ._ascii = {
31243         .ob_base = {
31244             .ob_refcnt = 999999999,
31245             .ob_type = &PyUnicode_Type,
31246         },
31247         .length = 10,
31248         .hash = -1,
31249         .state = {
31250             .kind = 1,
31251             .compact = 1,
31252             .ascii = 1,
31253             .ready = 1,
31254         },
31255     },
31256     ._data = "path_stats",
31257 };
31258 static
31259     struct {
31260         PyASCIIObject _ascii;
31261         uint8_t _data[24];
31262     }
31263 importlib__bootstrap_external_toplevel_consts_57_consts_2_qualname = {
31264     ._ascii = {
31265         .ob_base = {
31266             .ob_refcnt = 999999999,
31267             .ob_type = &PyUnicode_Type,
31268         },
31269         .length = 23,
31270         .hash = -1,
31271         .state = {
31272             .kind = 1,
31273             .compact = 1,
31274             .ascii = 1,
31275             .ready = 1,
31276         },
31277     },
31278     ._data = "SourceLoader.path_stats",
31279 };
31280 static
31281     struct {
31282         PyObject_VAR_HEAD
31283         Py_hash_t ob_shash;
31284         char ob_sval[28];
31285     }
31286 importlib__bootstrap_external_toplevel_consts_57_consts_2_linetable = {
31287     .ob_base = {
31288         .ob_base = {
31289             .ob_refcnt = 999999999,
31290             .ob_type = &PyBytes_Type,
31291         },
31292         .ob_size = 27,
31293     },
31294     .ob_shash = -1,
31295     .ob_sval = "\x80\x00\xf0\x18\x00\x11\x18\x98\x14\x9f\x1f\x9a\x1f\xa8\x14\xd1\x19\x2e\xd4\x19\x2e\xd0\x0f\x2f\xd0\x08\x2f",
31296 };
31297 static
31298     struct _PyCode_DEF(48)
31299 importlib__bootstrap_external_toplevel_consts_57_consts_2 = {
31300     .ob_base = {
31301         .ob_base = {
31302             .ob_refcnt = 999999999,
31303             .ob_type = &PyCode_Type,
31304         },
31305         .ob_size = 24,
31306     },
31307     .co_consts = & importlib__bootstrap_external_toplevel_consts_57_consts_2_consts._object.ob_base.ob_base,
31308     .co_names = & importlib__bootstrap_external_toplevel_consts_57_consts_2_names._object.ob_base.ob_base,
31309     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
31310     .co_flags = 3,
31311     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
31312     ._co_linearray_entry_size = 0,
31313     .co_argcount = 2,
31314     .co_posonlyargcount = 0,
31315     .co_kwonlyargcount = 0,
31316     .co_stacksize = 4,
31317     .co_firstlineno = 958,
31318     .co_nlocalsplus = 2,
31319     .co_nlocals = 2,
31320     .co_nplaincellvars = 0,
31321     .co_ncellvars = 0,
31322     .co_nfreevars = 0,
31323     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_57_consts_1_localsplusnames._object.ob_base.ob_base,
31324     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
31325     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
31326     .co_name = & const_str_path_stats._ascii.ob_base,
31327     .co_qualname = & importlib__bootstrap_external_toplevel_consts_57_consts_2_qualname._ascii.ob_base,
31328     .co_linetable = & importlib__bootstrap_external_toplevel_consts_57_consts_2_linetable.ob_base.ob_base,
31329     ._co_code = NULL,
31330     ._co_linearray = NULL,
31331     .co_code_adaptive = "\x97\x00\x64\x01\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x69\x01\x53\x00",
31332     ._co_firsttraceable = 0,
31333 };
31334 static
31335     struct {
31336         PyASCIIObject _ascii;
31337         uint8_t _data[229];
31338     }
31339 importlib__bootstrap_external_toplevel_consts_57_consts_3_consts_0 = {
31340     ._ascii = {
31341         .ob_base = {
31342             .ob_refcnt = 999999999,
31343             .ob_type = &PyUnicode_Type,
31344         },
31345         .length = 228,
31346         .hash = -1,
31347         .state = {
31348             .kind = 1,
31349             .compact = 1,
31350             .ascii = 1,
31351             .ready = 1,
31352         },
31353     },
31354     ._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",
31355 };
31356 static
31357     struct {
31358         PyGC_Head _gc_head;
31359         struct {
31360             PyObject_VAR_HEAD
31361             PyObject *ob_item[1];
31362         }_object;
31363     }
31364 importlib__bootstrap_external_toplevel_consts_57_consts_3_consts = {
31365     ._object = {
31366         .ob_base = {
31367             .ob_base = {
31368                 .ob_refcnt = 999999999,
31369                 .ob_type = &PyTuple_Type,
31370             },
31371             .ob_size = 1,
31372         },
31373         .ob_item = {
31374             & importlib__bootstrap_external_toplevel_consts_57_consts_3_consts_0._ascii.ob_base,
31375         },
31376     },
31377 };
31378 static
31379     struct {
31380         PyASCIIObject _ascii;
31381         uint8_t _data[9];
31382     }
31383 const_str_set_data = {
31384     ._ascii = {
31385         .ob_base = {
31386             .ob_refcnt = 999999999,
31387             .ob_type = &PyUnicode_Type,
31388         },
31389         .length = 8,
31390         .hash = -1,
31391         .state = {
31392             .kind = 1,
31393             .compact = 1,
31394             .ascii = 1,
31395             .ready = 1,
31396         },
31397     },
31398     ._data = "set_data",
31399 };
31400 static
31401     struct {
31402         PyGC_Head _gc_head;
31403         struct {
31404             PyObject_VAR_HEAD
31405             PyObject *ob_item[1];
31406         }_object;
31407     }
31408 importlib__bootstrap_external_toplevel_consts_57_consts_3_names = {
31409     ._object = {
31410         .ob_base = {
31411             .ob_base = {
31412                 .ob_refcnt = 999999999,
31413                 .ob_type = &PyTuple_Type,
31414             },
31415             .ob_size = 1,
31416         },
31417         .ob_item = {
31418             & const_str_set_data._ascii.ob_base,
31419         },
31420     },
31421 };
31422 static
31423     struct {
31424         PyASCIIObject _ascii;
31425         uint8_t _data[16];
31426     }
31427 const_str__cache_bytecode = {
31428     ._ascii = {
31429         .ob_base = {
31430             .ob_refcnt = 999999999,
31431             .ob_type = &PyUnicode_Type,
31432         },
31433         .length = 15,
31434         .hash = -1,
31435         .state = {
31436             .kind = 1,
31437             .compact = 1,
31438             .ascii = 1,
31439             .ready = 1,
31440         },
31441     },
31442     ._data = "_cache_bytecode",
31443 };
31444 static
31445     struct {
31446         PyASCIIObject _ascii;
31447         uint8_t _data[29];
31448     }
31449 importlib__bootstrap_external_toplevel_consts_57_consts_3_qualname = {
31450     ._ascii = {
31451         .ob_base = {
31452             .ob_refcnt = 999999999,
31453             .ob_type = &PyUnicode_Type,
31454         },
31455         .length = 28,
31456         .hash = -1,
31457         .state = {
31458             .kind = 1,
31459             .compact = 1,
31460             .ascii = 1,
31461             .ready = 1,
31462         },
31463     },
31464     ._data = "SourceLoader._cache_bytecode",
31465 };
31466 static
31467     struct {
31468         PyObject_VAR_HEAD
31469         Py_hash_t ob_shash;
31470         char ob_sval[25];
31471     }
31472 importlib__bootstrap_external_toplevel_consts_57_consts_3_linetable = {
31473     .ob_base = {
31474         .ob_base = {
31475             .ob_refcnt = 999999999,
31476             .ob_type = &PyBytes_Type,
31477         },
31478         .ob_size = 24,
31479     },
31480     .ob_shash = -1,
31481     .ob_sval = "\x80\x00\xf0\x10\x00\x10\x14\x8f\x7d\x8a\x7d\x98\x5a\xa8\x14\xd1\x0f\x2e\xd4\x0f\x2e\xd0\x08\x2e",
31482 };
31483 static
31484     struct {
31485         PyASCIIObject _ascii;
31486         uint8_t _data[11];
31487     }
31488 const_str_cache_path = {
31489     ._ascii = {
31490         .ob_base = {
31491             .ob_refcnt = 999999999,
31492             .ob_type = &PyUnicode_Type,
31493         },
31494         .length = 10,
31495         .hash = -1,
31496         .state = {
31497             .kind = 1,
31498             .compact = 1,
31499             .ascii = 1,
31500             .ready = 1,
31501         },
31502     },
31503     ._data = "cache_path",
31504 };
31505 static
31506     struct {
31507         PyGC_Head _gc_head;
31508         struct {
31509             PyObject_VAR_HEAD
31510             PyObject *ob_item[4];
31511         }_object;
31512     }
31513 importlib__bootstrap_external_toplevel_consts_57_consts_3_localsplusnames = {
31514     ._object = {
31515         .ob_base = {
31516             .ob_base = {
31517                 .ob_refcnt = 999999999,
31518                 .ob_type = &PyTuple_Type,
31519             },
31520             .ob_size = 4,
31521         },
31522         .ob_item = {
31523             & const_str_self._ascii.ob_base,
31524             & const_str_source_path._ascii.ob_base,
31525             & const_str_cache_path._ascii.ob_base,
31526             & const_str_data._ascii.ob_base,
31527         },
31528     },
31529 };
31530 static
31531     struct _PyCode_DEF(46)
31532 importlib__bootstrap_external_toplevel_consts_57_consts_3 = {
31533     .ob_base = {
31534         .ob_base = {
31535             .ob_refcnt = 999999999,
31536             .ob_type = &PyCode_Type,
31537         },
31538         .ob_size = 23,
31539     },
31540     .co_consts = & importlib__bootstrap_external_toplevel_consts_57_consts_3_consts._object.ob_base.ob_base,
31541     .co_names = & importlib__bootstrap_external_toplevel_consts_57_consts_3_names._object.ob_base.ob_base,
31542     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
31543     .co_flags = 3,
31544     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
31545     ._co_linearray_entry_size = 0,
31546     .co_argcount = 4,
31547     .co_posonlyargcount = 0,
31548     .co_kwonlyargcount = 0,
31549     .co_stacksize = 4,
31550     .co_firstlineno = 972,
31551     .co_nlocalsplus = 4,
31552     .co_nlocals = 4,
31553     .co_nplaincellvars = 0,
31554     .co_ncellvars = 0,
31555     .co_nfreevars = 0,
31556     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_57_consts_3_localsplusnames._object.ob_base.ob_base,
31557     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
31558     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
31559     .co_name = & const_str__cache_bytecode._ascii.ob_base,
31560     .co_qualname = & importlib__bootstrap_external_toplevel_consts_57_consts_3_qualname._ascii.ob_base,
31561     .co_linetable = & importlib__bootstrap_external_toplevel_consts_57_consts_3_linetable.ob_base.ob_base,
31562     ._co_code = NULL,
31563     ._co_linearray = NULL,
31564     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x03\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
31565     ._co_firsttraceable = 0,
31566 };
31567 static
31568     struct {
31569         PyASCIIObject _ascii;
31570         uint8_t _data[151];
31571     }
31572 importlib__bootstrap_external_toplevel_consts_57_consts_4_consts_0 = {
31573     ._ascii = {
31574         .ob_base = {
31575             .ob_refcnt = 999999999,
31576             .ob_type = &PyUnicode_Type,
31577         },
31578         .length = 150,
31579         .hash = -1,
31580         .state = {
31581             .kind = 1,
31582             .compact = 1,
31583             .ascii = 1,
31584             .ready = 1,
31585         },
31586     },
31587     ._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",
31588 };
31589 static
31590     struct {
31591         PyGC_Head _gc_head;
31592         struct {
31593             PyObject_VAR_HEAD
31594             PyObject *ob_item[2];
31595         }_object;
31596     }
31597 importlib__bootstrap_external_toplevel_consts_57_consts_4_consts = {
31598     ._object = {
31599         .ob_base = {
31600             .ob_base = {
31601                 .ob_refcnt = 999999999,
31602                 .ob_type = &PyTuple_Type,
31603             },
31604             .ob_size = 2,
31605         },
31606         .ob_item = {
31607             & importlib__bootstrap_external_toplevel_consts_57_consts_4_consts_0._ascii.ob_base,
31608             Py_None,
31609         },
31610     },
31611 };
31612 static
31613     struct {
31614         PyASCIIObject _ascii;
31615         uint8_t _data[22];
31616     }
31617 importlib__bootstrap_external_toplevel_consts_57_consts_4_qualname = {
31618     ._ascii = {
31619         .ob_base = {
31620             .ob_refcnt = 999999999,
31621             .ob_type = &PyUnicode_Type,
31622         },
31623         .length = 21,
31624         .hash = -1,
31625         .state = {
31626             .kind = 1,
31627             .compact = 1,
31628             .ascii = 1,
31629             .ready = 1,
31630         },
31631     },
31632     ._data = "SourceLoader.set_data",
31633 };
31634 static
31635     struct {
31636         PyGC_Head _gc_head;
31637         struct {
31638             PyObject_VAR_HEAD
31639             PyObject *ob_item[3];
31640         }_object;
31641     }
31642 importlib__bootstrap_external_toplevel_consts_57_consts_4_localsplusnames = {
31643     ._object = {
31644         .ob_base = {
31645             .ob_base = {
31646                 .ob_refcnt = 999999999,
31647                 .ob_type = &PyTuple_Type,
31648             },
31649             .ob_size = 3,
31650         },
31651         .ob_item = {
31652             & const_str_self._ascii.ob_base,
31653             &_Py_ID(path),
31654             & const_str_data._ascii.ob_base,
31655         },
31656     },
31657 };
31658 static
31659     struct _PyCode_DEF(6)
31660 importlib__bootstrap_external_toplevel_consts_57_consts_4 = {
31661     .ob_base = {
31662         .ob_base = {
31663             .ob_refcnt = 999999999,
31664             .ob_type = &PyCode_Type,
31665         },
31666         .ob_size = 3,
31667     },
31668     .co_consts = & importlib__bootstrap_external_toplevel_consts_57_consts_4_consts._object.ob_base.ob_base,
31669     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
31670     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
31671     .co_flags = 3,
31672     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
31673     ._co_linearray_entry_size = 0,
31674     .co_argcount = 3,
31675     .co_posonlyargcount = 0,
31676     .co_kwonlyargcount = 0,
31677     .co_stacksize = 1,
31678     .co_firstlineno = 982,
31679     .co_nlocalsplus = 3,
31680     .co_nlocals = 3,
31681     .co_nplaincellvars = 0,
31682     .co_ncellvars = 0,
31683     .co_nfreevars = 0,
31684     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_57_consts_4_localsplusnames._object.ob_base.ob_base,
31685     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
31686     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
31687     .co_name = & const_str_set_data._ascii.ob_base,
31688     .co_qualname = & importlib__bootstrap_external_toplevel_consts_57_consts_4_qualname._ascii.ob_base,
31689     .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_3_linetable.ob_base.ob_base,
31690     ._co_code = NULL,
31691     ._co_linearray = NULL,
31692     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
31693     ._co_firsttraceable = 0,
31694 };
31695 static
31696     struct {
31697         PyASCIIObject _ascii;
31698         uint8_t _data[53];
31699     }
31700 importlib__bootstrap_external_toplevel_consts_57_consts_5_consts_0 = {
31701     ._ascii = {
31702         .ob_base = {
31703             .ob_refcnt = 999999999,
31704             .ob_type = &PyUnicode_Type,
31705         },
31706         .length = 52,
31707         .hash = -1,
31708         .state = {
31709             .kind = 1,
31710             .compact = 1,
31711             .ascii = 1,
31712             .ready = 1,
31713         },
31714     },
31715     ._data = "Concrete implementation of InspectLoader.get_source.",
31716 };
31717 static
31718     struct {
31719         PyASCIIObject _ascii;
31720         uint8_t _data[40];
31721     }
31722 importlib__bootstrap_external_toplevel_consts_57_consts_5_consts_1 = {
31723     ._ascii = {
31724         .ob_base = {
31725             .ob_refcnt = 999999999,
31726             .ob_type = &PyUnicode_Type,
31727         },
31728         .length = 39,
31729         .hash = -1,
31730         .state = {
31731             .kind = 1,
31732             .compact = 1,
31733             .ascii = 1,
31734             .ready = 1,
31735         },
31736     },
31737     ._data = "source not available through get_data()",
31738 };
31739 static
31740     struct {
31741         PyGC_Head _gc_head;
31742         struct {
31743             PyObject_VAR_HEAD
31744             PyObject *ob_item[4];
31745         }_object;
31746     }
31747 importlib__bootstrap_external_toplevel_consts_57_consts_5_consts = {
31748     ._object = {
31749         .ob_base = {
31750             .ob_base = {
31751                 .ob_refcnt = 999999999,
31752                 .ob_type = &PyTuple_Type,
31753             },
31754             .ob_size = 4,
31755         },
31756         .ob_item = {
31757             & importlib__bootstrap_external_toplevel_consts_57_consts_5_consts_0._ascii.ob_base,
31758             & importlib__bootstrap_external_toplevel_consts_57_consts_5_consts_1._ascii.ob_base,
31759             & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
31760             Py_None,
31761         },
31762     },
31763 };
31764 static
31765     struct {
31766         PyASCIIObject _ascii;
31767         uint8_t _data[9];
31768     }
31769 const_str_get_data = {
31770     ._ascii = {
31771         .ob_base = {
31772             .ob_refcnt = 999999999,
31773             .ob_type = &PyUnicode_Type,
31774         },
31775         .length = 8,
31776         .hash = -1,
31777         .state = {
31778             .kind = 1,
31779             .compact = 1,
31780             .ascii = 1,
31781             .ready = 1,
31782         },
31783     },
31784     ._data = "get_data",
31785 };
31786 static
31787     struct {
31788         PyGC_Head _gc_head;
31789         struct {
31790             PyObject_VAR_HEAD
31791             PyObject *ob_item[5];
31792         }_object;
31793     }
31794 importlib__bootstrap_external_toplevel_consts_57_consts_5_names = {
31795     ._object = {
31796         .ob_base = {
31797             .ob_base = {
31798                 .ob_refcnt = 999999999,
31799                 .ob_type = &PyTuple_Type,
31800             },
31801             .ob_size = 5,
31802         },
31803         .ob_item = {
31804             & const_str_get_filename._ascii.ob_base,
31805             & const_str_get_data._ascii.ob_base,
31806             & const_str_OSError._ascii.ob_base,
31807             & const_str_ImportError._ascii.ob_base,
31808             & const_str_decode_source._ascii.ob_base,
31809         },
31810     },
31811 };
31812 static
31813     struct {
31814         PyASCIIObject _ascii;
31815         uint8_t _data[24];
31816     }
31817 importlib__bootstrap_external_toplevel_consts_57_consts_5_qualname = {
31818     ._ascii = {
31819         .ob_base = {
31820             .ob_refcnt = 999999999,
31821             .ob_type = &PyUnicode_Type,
31822         },
31823         .length = 23,
31824         .hash = -1,
31825         .state = {
31826             .kind = 1,
31827             .compact = 1,
31828             .ascii = 1,
31829             .ready = 1,
31830         },
31831     },
31832     ._data = "SourceLoader.get_source",
31833 };
31834 static
31835     struct {
31836         PyObject_VAR_HEAD
31837         Py_hash_t ob_shash;
31838         char ob_sval[125];
31839     }
31840 importlib__bootstrap_external_toplevel_consts_57_consts_5_linetable = {
31841     .ob_base = {
31842         .ob_base = {
31843             .ob_refcnt = 999999999,
31844             .ob_type = &PyBytes_Type,
31845         },
31846         .ob_size = 124,
31847     },
31848     .ob_shash = -1,
31849     .ob_sval = "\x80\x00\xe0\x0f\x13\xd7\x0f\x20\xd2\x0f\x20\xa0\x18\xd1\x0f\x2a\xd4\x0f\x2a\x88\x04\xf0\x02\x04\x09\x36\xd8\x1b\x1f\x9f\x3d\x9a\x3d\xa8\x14\xd1\x1b\x2e\xd4\x1b\x2e\x88\x4c\x88\x4c\xf8\xdd\x0f\x16\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\xf1\x00\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\xf5\x06\x00\x10\x1d\x98\x5c\xd1\x0f\x2a\xd4\x0f\x2a\xd0\x08\x2a",
31850 };
31851 static
31852     struct {
31853         PyObject_VAR_HEAD
31854         Py_hash_t ob_shash;
31855         char ob_sval[21];
31856     }
31857 importlib__bootstrap_external_toplevel_consts_57_consts_5_exceptiontable = {
31858     .ob_base = {
31859         .ob_base = {
31860             .ob_refcnt = 999999999,
31861             .ob_type = &PyBytes_Type,
31862         },
31863         .ob_size = 20,
31864     },
31865     .ob_shash = -1,
31866     .ob_sval = "\x97\x15\x2d\x00\xad\x0a\x41\x0e\x03\xb7\x12\x41\x09\x03\xc1\x09\x05\x41\x0e\x03",
31867 };
31868 static
31869     struct {
31870         PyGC_Head _gc_head;
31871         struct {
31872             PyObject_VAR_HEAD
31873             PyObject *ob_item[5];
31874         }_object;
31875     }
31876 importlib__bootstrap_external_toplevel_consts_57_consts_5_localsplusnames = {
31877     ._object = {
31878         .ob_base = {
31879             .ob_base = {
31880                 .ob_refcnt = 999999999,
31881                 .ob_type = &PyTuple_Type,
31882             },
31883             .ob_size = 5,
31884         },
31885         .ob_item = {
31886             & const_str_self._ascii.ob_base,
31887             & const_str_fullname._ascii.ob_base,
31888             &_Py_ID(path),
31889             & const_str_source_bytes._ascii.ob_base,
31890             & const_str_exc._ascii.ob_base,
31891         },
31892     },
31893 };
31894 static
31895     struct _PyCode_DEF(192)
31896 importlib__bootstrap_external_toplevel_consts_57_consts_5 = {
31897     .ob_base = {
31898         .ob_base = {
31899             .ob_refcnt = 999999999,
31900             .ob_type = &PyCode_Type,
31901         },
31902         .ob_size = 96,
31903     },
31904     .co_consts = & importlib__bootstrap_external_toplevel_consts_57_consts_5_consts._object.ob_base.ob_base,
31905     .co_names = & importlib__bootstrap_external_toplevel_consts_57_consts_5_names._object.ob_base.ob_base,
31906     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_57_consts_5_exceptiontable.ob_base.ob_base,
31907     .co_flags = 3,
31908     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
31909     ._co_linearray_entry_size = 0,
31910     .co_argcount = 2,
31911     .co_posonlyargcount = 0,
31912     .co_kwonlyargcount = 0,
31913     .co_stacksize = 5,
31914     .co_firstlineno = 989,
31915     .co_nlocalsplus = 5,
31916     .co_nlocals = 5,
31917     .co_nplaincellvars = 0,
31918     .co_ncellvars = 0,
31919     .co_nfreevars = 0,
31920     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_57_consts_5_localsplusnames._object.ob_base.ob_base,
31921     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
31922     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
31923     .co_name = &_Py_ID(get_source),
31924     .co_qualname = & importlib__bootstrap_external_toplevel_consts_57_consts_5_qualname._ascii.ob_base,
31925     .co_linetable = & importlib__bootstrap_external_toplevel_consts_57_consts_5_linetable.ob_base.ob_base,
31926     ._co_code = NULL,
31927     ._co_linearray = NULL,
31928     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x09\x00\x7c\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x6e\x24\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x17\x7d\x04\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x01\xac\x02\xa6\x02\x00\x00\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\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
31929     ._co_firsttraceable = 0,
31930 };
31931 static
31932     struct {
31933         PyASCIIObject _ascii;
31934         uint8_t _data[10];
31935     }
31936 const_str__optimize = {
31937     ._ascii = {
31938         .ob_base = {
31939             .ob_refcnt = 999999999,
31940             .ob_type = &PyUnicode_Type,
31941         },
31942         .length = 9,
31943         .hash = -1,
31944         .state = {
31945             .kind = 1,
31946             .compact = 1,
31947             .ascii = 1,
31948             .ready = 1,
31949         },
31950     },
31951     ._data = "_optimize",
31952 };
31953 static
31954     struct {
31955         PyGC_Head _gc_head;
31956         struct {
31957             PyObject_VAR_HEAD
31958             PyObject *ob_item[1];
31959         }_object;
31960     }
31961 importlib__bootstrap_external_toplevel_consts_57_consts_7 = {
31962     ._object = {
31963         .ob_base = {
31964             .ob_base = {
31965                 .ob_refcnt = 999999999,
31966                 .ob_type = &PyTuple_Type,
31967             },
31968             .ob_size = 1,
31969         },
31970         .ob_item = {
31971             & const_str__optimize._ascii.ob_base,
31972         },
31973     },
31974 };
31975 static
31976     struct {
31977         PyASCIIObject _ascii;
31978         uint8_t _data[131];
31979     }
31980 importlib__bootstrap_external_toplevel_consts_57_consts_8_consts_0 = {
31981     ._ascii = {
31982         .ob_base = {
31983             .ob_refcnt = 999999999,
31984             .ob_type = &PyUnicode_Type,
31985         },
31986         .length = 130,
31987         .hash = -1,
31988         .state = {
31989             .kind = 1,
31990             .compact = 1,
31991             .ascii = 1,
31992             .ready = 1,
31993         },
31994     },
31995     ._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",
31996 };
31997 static
31998     struct {
31999         PyASCIIObject _ascii;
32000         uint8_t _data[13];
32001     }
32002 const_str_dont_inherit = {
32003     ._ascii = {
32004         .ob_base = {
32005             .ob_refcnt = 999999999,
32006             .ob_type = &PyUnicode_Type,
32007         },
32008         .length = 12,
32009         .hash = -1,
32010         .state = {
32011             .kind = 1,
32012             .compact = 1,
32013             .ascii = 1,
32014             .ready = 1,
32015         },
32016     },
32017     ._data = "dont_inherit",
32018 };
32019 static
32020     struct {
32021         PyGC_Head _gc_head;
32022         struct {
32023             PyObject_VAR_HEAD
32024             PyObject *ob_item[2];
32025         }_object;
32026     }
32027 importlib__bootstrap_external_toplevel_consts_57_consts_8_consts_3 = {
32028     ._object = {
32029         .ob_base = {
32030             .ob_base = {
32031                 .ob_refcnt = 999999999,
32032                 .ob_type = &PyTuple_Type,
32033             },
32034             .ob_size = 2,
32035         },
32036         .ob_item = {
32037             & const_str_dont_inherit._ascii.ob_base,
32038             & const_str_optimize._ascii.ob_base,
32039         },
32040     },
32041 };
32042 static
32043     struct {
32044         PyGC_Head _gc_head;
32045         struct {
32046             PyObject_VAR_HEAD
32047             PyObject *ob_item[4];
32048         }_object;
32049     }
32050 importlib__bootstrap_external_toplevel_consts_57_consts_8_consts = {
32051     ._object = {
32052         .ob_base = {
32053             .ob_base = {
32054                 .ob_refcnt = 999999999,
32055                 .ob_type = &PyTuple_Type,
32056             },
32057             .ob_size = 4,
32058         },
32059         .ob_item = {
32060             & importlib__bootstrap_external_toplevel_consts_57_consts_8_consts_0._ascii.ob_base,
32061             & const_str_exec._ascii.ob_base,
32062             Py_True,
32063             & importlib__bootstrap_external_toplevel_consts_57_consts_8_consts_3._object.ob_base.ob_base,
32064         },
32065     },
32066 };
32067 static
32068     struct {
32069         PyASCIIObject _ascii;
32070         uint8_t _data[8];
32071     }
32072 const_str_compile = {
32073     ._ascii = {
32074         .ob_base = {
32075             .ob_refcnt = 999999999,
32076             .ob_type = &PyUnicode_Type,
32077         },
32078         .length = 7,
32079         .hash = -1,
32080         .state = {
32081             .kind = 1,
32082             .compact = 1,
32083             .ascii = 1,
32084             .ready = 1,
32085         },
32086     },
32087     ._data = "compile",
32088 };
32089 static
32090     struct {
32091         PyGC_Head _gc_head;
32092         struct {
32093             PyObject_VAR_HEAD
32094             PyObject *ob_item[3];
32095         }_object;
32096     }
32097 importlib__bootstrap_external_toplevel_consts_57_consts_8_names = {
32098     ._object = {
32099         .ob_base = {
32100             .ob_base = {
32101                 .ob_refcnt = 999999999,
32102                 .ob_type = &PyTuple_Type,
32103             },
32104             .ob_size = 3,
32105         },
32106         .ob_item = {
32107             &_Py_ID(_bootstrap),
32108             & const_str__call_with_frames_removed._ascii.ob_base,
32109             & const_str_compile._ascii.ob_base,
32110         },
32111     },
32112 };
32113 static
32114     struct {
32115         PyASCIIObject _ascii;
32116         uint8_t _data[15];
32117     }
32118 const_str_source_to_code = {
32119     ._ascii = {
32120         .ob_base = {
32121             .ob_refcnt = 999999999,
32122             .ob_type = &PyUnicode_Type,
32123         },
32124         .length = 14,
32125         .hash = -1,
32126         .state = {
32127             .kind = 1,
32128             .compact = 1,
32129             .ascii = 1,
32130             .ready = 1,
32131         },
32132     },
32133     ._data = "source_to_code",
32134 };
32135 static
32136     struct {
32137         PyASCIIObject _ascii;
32138         uint8_t _data[28];
32139     }
32140 importlib__bootstrap_external_toplevel_consts_57_consts_8_qualname = {
32141     ._ascii = {
32142         .ob_base = {
32143             .ob_refcnt = 999999999,
32144             .ob_type = &PyUnicode_Type,
32145         },
32146         .length = 27,
32147         .hash = -1,
32148         .state = {
32149             .kind = 1,
32150             .compact = 1,
32151             .ascii = 1,
32152             .ready = 1,
32153         },
32154     },
32155     ._data = "SourceLoader.source_to_code",
32156 };
32157 static
32158     struct {
32159         PyObject_VAR_HEAD
32160         Py_hash_t ob_shash;
32161         char ob_sval[50];
32162     }
32163 importlib__bootstrap_external_toplevel_consts_57_consts_8_linetable = {
32164     .ob_base = {
32165         .ob_base = {
32166             .ob_refcnt = 999999999,
32167             .ob_type = &PyBytes_Type,
32168         },
32169         .ob_size = 49,
32170     },
32171     .ob_shash = -1,
32172     .ob_sval = "\x80\x00\xf5\x0a\x00\x10\x1a\xd7\x0f\x33\xd2\x0f\x33\xb5\x47\xb8\x54\xc0\x34\xc8\x16\xd8\x35\x39\xc0\x49\xf0\x03\x00\x10\x34\xf1\x00\x01\x10\x4f\x01\xf4\x00\x01\x10\x4f\x01\xf0\x00\x01\x09\x4f\x01",
32173 };
32174 static
32175     struct {
32176         PyGC_Head _gc_head;
32177         struct {
32178             PyObject_VAR_HEAD
32179             PyObject *ob_item[4];
32180         }_object;
32181     }
32182 importlib__bootstrap_external_toplevel_consts_57_consts_8_localsplusnames = {
32183     ._object = {
32184         .ob_base = {
32185             .ob_base = {
32186                 .ob_refcnt = 999999999,
32187                 .ob_type = &PyTuple_Type,
32188             },
32189             .ob_size = 4,
32190         },
32191         .ob_item = {
32192             & const_str_self._ascii.ob_base,
32193             & const_str_data._ascii.ob_base,
32194             &_Py_ID(path),
32195             & const_str__optimize._ascii.ob_base,
32196         },
32197     },
32198 };
32199 static
32200     struct _PyCode_DEF(76)
32201 importlib__bootstrap_external_toplevel_consts_57_consts_8 = {
32202     .ob_base = {
32203         .ob_base = {
32204             .ob_refcnt = 999999999,
32205             .ob_type = &PyCode_Type,
32206         },
32207         .ob_size = 38,
32208     },
32209     .co_consts = & importlib__bootstrap_external_toplevel_consts_57_consts_8_consts._object.ob_base.ob_base,
32210     .co_names = & importlib__bootstrap_external_toplevel_consts_57_consts_8_names._object.ob_base.ob_base,
32211     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
32212     .co_flags = 3,
32213     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
32214     ._co_linearray_entry_size = 0,
32215     .co_argcount = 3,
32216     .co_posonlyargcount = 0,
32217     .co_kwonlyargcount = 1,
32218     .co_stacksize = 8,
32219     .co_firstlineno = 999,
32220     .co_nlocalsplus = 4,
32221     .co_nlocals = 4,
32222     .co_nplaincellvars = 0,
32223     .co_ncellvars = 0,
32224     .co_nfreevars = 0,
32225     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_57_consts_8_localsplusnames._object.ob_base.ob_base,
32226     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
32227     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
32228     .co_name = & const_str_source_to_code._ascii.ob_base,
32229     .co_qualname = & importlib__bootstrap_external_toplevel_consts_57_consts_8_qualname._ascii.ob_base,
32230     .co_linetable = & importlib__bootstrap_external_toplevel_consts_57_consts_8_linetable.ob_base.ob_base,
32231     ._co_code = NULL,
32232     ._co_linearray = NULL,
32233     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\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\xa6\x06\x00\x00\xab\x06\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
32234     ._co_firsttraceable = 0,
32235 };
32236 static
32237     struct {
32238         PyASCIIObject _ascii;
32239         uint8_t _data[191];
32240     }
32241 importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_0 = {
32242     ._ascii = {
32243         .ob_base = {
32244             .ob_refcnt = 999999999,
32245             .ob_type = &PyUnicode_Type,
32246         },
32247         .length = 190,
32248         .hash = -1,
32249         .state = {
32250             .kind = 1,
32251             .compact = 1,
32252             .ascii = 1,
32253             .ready = 1,
32254         },
32255     },
32256     ._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",
32257 };
32258 static
32259     struct {
32260         PyASCIIObject _ascii;
32261         uint8_t _data[6];
32262     }
32263 const_str_never = {
32264     ._ascii = {
32265         .ob_base = {
32266             .ob_refcnt = 999999999,
32267             .ob_type = &PyUnicode_Type,
32268         },
32269         .length = 5,
32270         .hash = -1,
32271         .state = {
32272             .kind = 1,
32273             .compact = 1,
32274             .ascii = 1,
32275             .ready = 1,
32276         },
32277     },
32278     ._data = "never",
32279 };
32280 static
32281     struct {
32282         PyASCIIObject _ascii;
32283         uint8_t _data[7];
32284     }
32285 const_str_always = {
32286     ._ascii = {
32287         .ob_base = {
32288             .ob_refcnt = 999999999,
32289             .ob_type = &PyUnicode_Type,
32290         },
32291         .length = 6,
32292         .hash = -1,
32293         .state = {
32294             .kind = 1,
32295             .compact = 1,
32296             .ascii = 1,
32297             .ready = 1,
32298         },
32299     },
32300     ._data = "always",
32301 };
32302 static
32303     struct {
32304         PyASCIIObject _ascii;
32305         uint8_t _data[5];
32306     }
32307 const_str_size = {
32308     ._ascii = {
32309         .ob_base = {
32310             .ob_refcnt = 999999999,
32311             .ob_type = &PyUnicode_Type,
32312         },
32313         .length = 4,
32314         .hash = -1,
32315         .state = {
32316             .kind = 1,
32317             .compact = 1,
32318             .ascii = 1,
32319             .ready = 1,
32320         },
32321     },
32322     ._data = "size",
32323 };
32324 static
32325     struct {
32326         PyASCIIObject _ascii;
32327         uint8_t _data[14];
32328     }
32329 importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_13 = {
32330     ._ascii = {
32331         .ob_base = {
32332             .ob_refcnt = 999999999,
32333             .ob_type = &PyUnicode_Type,
32334         },
32335         .length = 13,
32336         .hash = -1,
32337         .state = {
32338             .kind = 1,
32339             .compact = 1,
32340             .ascii = 1,
32341             .ready = 1,
32342         },
32343     },
32344     ._data = "{} matches {}",
32345 };
32346 static
32347     struct {
32348         PyGC_Head _gc_head;
32349         struct {
32350             PyObject_VAR_HEAD
32351             PyObject *ob_item[3];
32352         }_object;
32353     }
32354 importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_14 = {
32355     ._object = {
32356         .ob_base = {
32357             .ob_base = {
32358                 .ob_refcnt = 999999999,
32359                 .ob_type = &PyTuple_Type,
32360             },
32361             .ob_size = 3,
32362         },
32363         .ob_item = {
32364             &_Py_ID(name),
32365             & const_str_bytecode_path._ascii.ob_base,
32366             & const_str_source_path._ascii.ob_base,
32367         },
32368     },
32369 };
32370 static
32371     struct {
32372         PyASCIIObject _ascii;
32373         uint8_t _data[20];
32374     }
32375 importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_15 = {
32376     ._ascii = {
32377         .ob_base = {
32378             .ob_refcnt = 999999999,
32379             .ob_type = &PyUnicode_Type,
32380         },
32381         .length = 19,
32382         .hash = -1,
32383         .state = {
32384             .kind = 1,
32385             .compact = 1,
32386             .ascii = 1,
32387             .ready = 1,
32388         },
32389     },
32390     ._data = "code object from {}",
32391 };
32392 static
32393     struct {
32394         PyGC_Head _gc_head;
32395         struct {
32396             PyObject_VAR_HEAD
32397             PyObject *ob_item[16];
32398         }_object;
32399     }
32400 importlib__bootstrap_external_toplevel_consts_57_consts_9_consts = {
32401     ._object = {
32402         .ob_base = {
32403             .ob_base = {
32404                 .ob_refcnt = 999999999,
32405                 .ob_type = &PyTuple_Type,
32406             },
32407             .ob_size = 16,
32408         },
32409         .ob_item = {
32410             & importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_0._ascii.ob_base,
32411             Py_None,
32412             Py_False,
32413             Py_True,
32414             & const_str_mtime._ascii.ob_base,
32415             & importlib__bootstrap_external_toplevel_consts_46_consts_4._object.ob_base.ob_base,
32416             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 16],
32417             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
32418             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
32419             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
32420             & const_str_never._ascii.ob_base,
32421             & const_str_always._ascii.ob_base,
32422             & const_str_size._ascii.ob_base,
32423             & importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_13._ascii.ob_base,
32424             & importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_14._object.ob_base.ob_base,
32425             & importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_15._ascii.ob_base,
32426         },
32427     },
32428 };
32429 static
32430     struct {
32431         PyASCIIObject _ascii;
32432         uint8_t _data[11];
32433     }
32434 const_str_memoryview = {
32435     ._ascii = {
32436         .ob_base = {
32437             .ob_refcnt = 999999999,
32438             .ob_type = &PyUnicode_Type,
32439         },
32440         .length = 10,
32441         .hash = -1,
32442         .state = {
32443             .kind = 1,
32444             .compact = 1,
32445             .ascii = 1,
32446             .ready = 1,
32447         },
32448     },
32449     ._data = "memoryview",
32450 };
32451 static
32452     struct {
32453         PyASCIIObject _ascii;
32454         uint8_t _data[22];
32455     }
32456 const_str_check_hash_based_pycs = {
32457     ._ascii = {
32458         .ob_base = {
32459             .ob_refcnt = 999999999,
32460             .ob_type = &PyUnicode_Type,
32461         },
32462         .length = 21,
32463         .hash = -1,
32464         .state = {
32465             .kind = 1,
32466             .compact = 1,
32467             .ascii = 1,
32468             .ready = 1,
32469         },
32470     },
32471     ._data = "check_hash_based_pycs",
32472 };
32473 static
32474     struct {
32475         PyASCIIObject _ascii;
32476         uint8_t _data[18];
32477     }
32478 const_str__RAW_MAGIC_NUMBER = {
32479     ._ascii = {
32480         .ob_base = {
32481             .ob_refcnt = 999999999,
32482             .ob_type = &PyUnicode_Type,
32483         },
32484         .length = 17,
32485         .hash = -1,
32486         .state = {
32487             .kind = 1,
32488             .compact = 1,
32489             .ascii = 1,
32490             .ready = 1,
32491         },
32492     },
32493     ._data = "_RAW_MAGIC_NUMBER",
32494 };
32495 static
32496     struct {
32497         PyASCIIObject _ascii;
32498         uint8_t _data[20];
32499     }
32500 const_str_dont_write_bytecode = {
32501     ._ascii = {
32502         .ob_base = {
32503             .ob_refcnt = 999999999,
32504             .ob_type = &PyUnicode_Type,
32505         },
32506         .length = 19,
32507         .hash = -1,
32508         .state = {
32509             .kind = 1,
32510             .compact = 1,
32511             .ascii = 1,
32512             .ready = 1,
32513         },
32514     },
32515     ._data = "dont_write_bytecode",
32516 };
32517 static
32518     struct {
32519         PyGC_Head _gc_head;
32520         struct {
32521             PyObject_VAR_HEAD
32522             PyObject *ob_item[27];
32523         }_object;
32524     }
32525 importlib__bootstrap_external_toplevel_consts_57_consts_9_names = {
32526     ._object = {
32527         .ob_base = {
32528             .ob_base = {
32529                 .ob_refcnt = 999999999,
32530                 .ob_type = &PyTuple_Type,
32531             },
32532             .ob_size = 27,
32533         },
32534         .ob_item = {
32535             & const_str_get_filename._ascii.ob_base,
32536             & const_str_cache_from_source._ascii.ob_base,
32537             & const_str_path_stats._ascii.ob_base,
32538             & const_str_int._ascii.ob_base,
32539             & const_str_get_data._ascii.ob_base,
32540             & const_str__classify_pyc._ascii.ob_base,
32541             & const_str_memoryview._ascii.ob_base,
32542             & const_str__imp._ascii.ob_base,
32543             & const_str_check_hash_based_pycs._ascii.ob_base,
32544             & const_str_source_hash._ascii.ob_base,
32545             & const_str__RAW_MAGIC_NUMBER._ascii.ob_base,
32546             & const_str__validate_hash_pyc._ascii.ob_base,
32547             & const_str__validate_timestamp_pyc._ascii.ob_base,
32548             &_Py_ID(_bootstrap),
32549             & const_str__verbose_message._ascii.ob_base,
32550             & const_str__compile_bytecode._ascii.ob_base,
32551             & const_str_ImportError._ascii.ob_base,
32552             & const_str_EOFError._ascii.ob_base,
32553             & const_str_OSError._ascii.ob_base,
32554             & const_str_NotImplementedError._ascii.ob_base,
32555             & const_str_source_to_code._ascii.ob_base,
32556             & const_str_sys._ascii.ob_base,
32557             & const_str_dont_write_bytecode._ascii.ob_base,
32558             & const_str__code_to_hash_pyc._ascii.ob_base,
32559             & const_str__code_to_timestamp_pyc._ascii.ob_base,
32560             &_Py_ID(len),
32561             & const_str__cache_bytecode._ascii.ob_base,
32562         },
32563     },
32564 };
32565 static
32566     struct {
32567         PyASCIIObject _ascii;
32568         uint8_t _data[22];
32569     }
32570 importlib__bootstrap_external_toplevel_consts_57_consts_9_qualname = {
32571     ._ascii = {
32572         .ob_base = {
32573             .ob_refcnt = 999999999,
32574             .ob_type = &PyUnicode_Type,
32575         },
32576         .length = 21,
32577         .hash = -1,
32578         .state = {
32579             .kind = 1,
32580             .compact = 1,
32581             .ascii = 1,
32582             .ready = 1,
32583         },
32584     },
32585     ._data = "SourceLoader.get_code",
32586 };
32587 static
32588     struct {
32589         PyObject_VAR_HEAD
32590         Py_hash_t ob_shash;
32591         char ob_sval[846];
32592     }
32593 importlib__bootstrap_external_toplevel_consts_57_consts_9_linetable = {
32594     .ob_base = {
32595         .ob_base = {
32596             .ob_refcnt = 999999999,
32597             .ob_type = &PyBytes_Type,
32598         },
32599         .ob_size = 845,
32600     },
32601     .ob_shash = -1,
32602     .ob_sval = "\x80\x00\xf0\x0e\x00\x17\x1b\xd7\x16\x27\xd2\x16\x27\xa8\x08\xd1\x16\x31\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\xd1\x1c\x3a\xd4\x1c\x3a\x88\x4d\xf0\x08\x2e\x0d\x4a\x01\xd8\x15\x19\x97\x5f\x92\x5f\xa0\x5b\xd1\x15\x31\xd4\x15\x31\x90\x02\xf5\x08\x00\x20\x23\xa0\x32\xa0\x67\xa4\x3b\xd1\x1f\x2f\xd4\x1f\x2f\x90\x0c\xf0\x02\x28\x11\x4a\x01\xd8\x1b\x1f\x9f\x3d\x9a\x3d\xa8\x1d\xd1\x1b\x37\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\xd1\x20\x4a\xd4\x20\x4a\x98\x05\xdd\x25\x2f\xb0\x04\xd1\x25\x35\xd4\x25\x35\xb0\x62\xb0\x63\xb0\x63\xd4\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\xd4\x20\x3a\xb8\x67\xd2\x20\x45\xd0\x20\x45\xd8\x21\x2d\xf0\x03\x00\x21\x46\x01\xe5\x21\x25\xd4\x21\x3b\xb8\x78\xd2\x21\x47\xd0\x21\x47\xd8\x2f\x33\xaf\x7d\xaa\x7d\xb8\x5b\xd1\x2f\x49\xd4\x2f\x49\xa0\x0c\xdd\x2e\x32\xd4\x2e\x3e\xdd\x24\x35\xd8\x24\x30\xf1\x05\x03\x2f\x22\xf4\x00\x03\x2f\x22\xa0\x0b\xf5\x08\x00\x21\x33\xb0\x34\xb8\x1b\xc0\x68\xd8\x33\x3e\xf1\x03\x01\x21\x40\x01\xf4\x00\x01\x21\x40\x01\xf0\x00\x01\x21\x40\x01\xf8\xf5\x06\x00\x1d\x34\xd8\x20\x24\xd8\x20\x2c\xd8\x20\x22\xa0\x36\xa4\x0a\xd8\x20\x28\xd8\x20\x2b\xf1\x0b\x06\x1d\x1e\xf4\x00\x06\x1d\x1e\xf0\x00\x06\x1d\x1e\xf5\x14\x00\x19\x23\xd7\x18\x33\xd2\x18\x33\xb0\x4f\xc0\x5d\xd8\x34\x3f\xf1\x03\x01\x19\x41\x01\xf4\x00\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\xf1\x00\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\xd0\x0b\x1f\xd8\x1b\x1f\x9f\x3d\x9a\x3d\xa8\x1b\xd1\x1b\x35\xd4\x1b\x35\x88\x4c\xd8\x16\x1a\xd7\x16\x29\xd2\x16\x29\xa8\x2c\xb8\x0b\xd1\x16\x44\xd4\x16\x44\x88\x0b\xdd\x08\x12\xd7\x08\x23\xd2\x08\x23\xd0\x24\x39\xb8\x3b\xd1\x08\x47\xd4\x08\x47\xd0\x08\x47\xdd\x10\x13\xd4\x10\x27\xf0\x00\x0c\x09\x15\xa8\x4d\xd0\x2c\x45\xd8\x10\x1c\xd0\x10\x28\xd8\x0f\x19\xf0\x00\x06\x0d\x41\x01\xd8\x13\x1e\xd0\x13\x26\xdd\x22\x26\xd4\x22\x32\xb0\x3c\xd1\x22\x40\xd4\x22\x40\x90\x4b\xdd\x17\x28\xa8\x1b\xb0\x6b\xc0\x3c\xd1\x17\x50\xd4\x17\x50\x90\x04\x90\x04\xe5\x17\x2d\xa8\x6b\xb8\x3c\xdd\x2e\x31\xb0\x2c\xd1\x2e\x3f\xd4\x2e\x3f\xf1\x03\x01\x18\x41\x01\xf4\x00\x01\x18\x41\x01\x90\x04\xf0\x04\x03\x0d\x15\xd8\x10\x14\xd7\x10\x24\xd2\x10\x24\xa0\x5b\xb0\x2d\xc0\x14\xd1\x10\x46\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",
32603 };
32604 static
32605     struct {
32606         PyObject_VAR_HEAD
32607         Py_hash_t ob_shash;
32608         char ob_sval[90];
32609     }
32610 importlib__bootstrap_external_toplevel_consts_57_consts_9_exceptiontable = {
32611     .ob_base = {
32612         .ob_base = {
32613             .ob_refcnt = 999999999,
32614             .ob_type = &PyBytes_Type,
32615         },
32616         .ob_size = 89,
32617     },
32618     .ob_shash = -1,
32619     .ob_sval = "\xa1\x0f\x46\x16\x00\xb1\x15\x46\x06\x00\xc1\x1c\x15\x45\x36\x00\xc1\x37\x42\x39\x45\x1f\x00\xc5\x1f\x11\x45\x33\x03\xc5\x32\x01\x45\x33\x03\xc5\x36\x0a\x46\x03\x03\xc6\x02\x01\x46\x03\x03\xc6\x06\x0a\x46\x13\x03\xc6\x12\x01\x46\x13\x03\xc6\x16\x0c\x46\x25\x03\xc6\x24\x01\x46\x25\x03\xc9\x09\x17\x49\x21\x00\xc9\x21\x0a\x49\x2e\x03\xc9\x2d\x01\x49\x2e\x03",
32620 };
32621 static
32622     struct {
32623         PyASCIIObject _ascii;
32624         uint8_t _data[11];
32625     }
32626 const_str_hash_based = {
32627     ._ascii = {
32628         .ob_base = {
32629             .ob_refcnt = 999999999,
32630             .ob_type = &PyUnicode_Type,
32631         },
32632         .length = 10,
32633         .hash = -1,
32634         .state = {
32635             .kind = 1,
32636             .compact = 1,
32637             .ascii = 1,
32638             .ready = 1,
32639         },
32640     },
32641     ._data = "hash_based",
32642 };
32643 static
32644     struct {
32645         PyASCIIObject _ascii;
32646         uint8_t _data[13];
32647     }
32648 const_str_check_source = {
32649     ._ascii = {
32650         .ob_base = {
32651             .ob_refcnt = 999999999,
32652             .ob_type = &PyUnicode_Type,
32653         },
32654         .length = 12,
32655         .hash = -1,
32656         .state = {
32657             .kind = 1,
32658             .compact = 1,
32659             .ascii = 1,
32660             .ready = 1,
32661         },
32662     },
32663     ._data = "check_source",
32664 };
32665 static
32666     struct {
32667         PyASCIIObject _ascii;
32668         uint8_t _data[3];
32669     }
32670 const_str_st = {
32671     ._ascii = {
32672         .ob_base = {
32673             .ob_refcnt = 999999999,
32674             .ob_type = &PyUnicode_Type,
32675         },
32676         .length = 2,
32677         .hash = -1,
32678         .state = {
32679             .kind = 1,
32680             .compact = 1,
32681             .ascii = 1,
32682             .ready = 1,
32683         },
32684     },
32685     ._data = "st",
32686 };
32687 static
32688     struct {
32689         PyASCIIObject _ascii;
32690         uint8_t _data[11];
32691     }
32692 const_str_bytes_data = {
32693     ._ascii = {
32694         .ob_base = {
32695             .ob_refcnt = 999999999,
32696             .ob_type = &PyUnicode_Type,
32697         },
32698         .length = 10,
32699         .hash = -1,
32700         .state = {
32701             .kind = 1,
32702             .compact = 1,
32703             .ascii = 1,
32704             .ready = 1,
32705         },
32706     },
32707     ._data = "bytes_data",
32708 };
32709 static
32710     struct {
32711         PyASCIIObject _ascii;
32712         uint8_t _data[12];
32713     }
32714 const_str_code_object = {
32715     ._ascii = {
32716         .ob_base = {
32717             .ob_refcnt = 999999999,
32718             .ob_type = &PyUnicode_Type,
32719         },
32720         .length = 11,
32721         .hash = -1,
32722         .state = {
32723             .kind = 1,
32724             .compact = 1,
32725             .ascii = 1,
32726             .ready = 1,
32727         },
32728     },
32729     ._data = "code_object",
32730 };
32731 static
32732     struct {
32733         PyGC_Head _gc_head;
32734         struct {
32735             PyObject_VAR_HEAD
32736             PyObject *ob_item[15];
32737         }_object;
32738     }
32739 importlib__bootstrap_external_toplevel_consts_57_consts_9_localsplusnames = {
32740     ._object = {
32741         .ob_base = {
32742             .ob_base = {
32743                 .ob_refcnt = 999999999,
32744                 .ob_type = &PyTuple_Type,
32745             },
32746             .ob_size = 15,
32747         },
32748         .ob_item = {
32749             & const_str_self._ascii.ob_base,
32750             & const_str_fullname._ascii.ob_base,
32751             & const_str_source_path._ascii.ob_base,
32752             & const_str_source_mtime._ascii.ob_base,
32753             & const_str_source_bytes._ascii.ob_base,
32754             & const_str_source_hash._ascii.ob_base,
32755             & const_str_hash_based._ascii.ob_base,
32756             & const_str_check_source._ascii.ob_base,
32757             & const_str_bytecode_path._ascii.ob_base,
32758             & const_str_st._ascii.ob_base,
32759             & const_str_data._ascii.ob_base,
32760             & const_str_exc_details._ascii.ob_base,
32761             & const_str_flags._ascii.ob_base,
32762             & const_str_bytes_data._ascii.ob_base,
32763             & const_str_code_object._ascii.ob_base,
32764         },
32765     },
32766 };
32767 static
32768     struct {
32769         PyObject_VAR_HEAD
32770         Py_hash_t ob_shash;
32771         char ob_sval[16];
32772     }
32773 importlib__bootstrap_external_toplevel_consts_57_consts_9_localspluskinds = {
32774     .ob_base = {
32775         .ob_base = {
32776             .ob_refcnt = 999999999,
32777             .ob_type = &PyBytes_Type,
32778         },
32779         .ob_size = 15,
32780     },
32781     .ob_shash = -1,
32782     .ob_sval = "               ",
32783 };
32784 static
32785     struct _PyCode_DEF(1254)
32786 importlib__bootstrap_external_toplevel_consts_57_consts_9 = {
32787     .ob_base = {
32788         .ob_base = {
32789             .ob_refcnt = 999999999,
32790             .ob_type = &PyCode_Type,
32791         },
32792         .ob_size = 627,
32793     },
32794     .co_consts = & importlib__bootstrap_external_toplevel_consts_57_consts_9_consts._object.ob_base.ob_base,
32795     .co_names = & importlib__bootstrap_external_toplevel_consts_57_consts_9_names._object.ob_base.ob_base,
32796     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_57_consts_9_exceptiontable.ob_base.ob_base,
32797     .co_flags = 3,
32798     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
32799     ._co_linearray_entry_size = 0,
32800     .co_argcount = 2,
32801     .co_posonlyargcount = 0,
32802     .co_kwonlyargcount = 0,
32803     .co_stacksize = 7,
32804     .co_firstlineno = 1007,
32805     .co_nlocalsplus = 15,
32806     .co_nlocals = 15,
32807     .co_nplaincellvars = 0,
32808     .co_ncellvars = 0,
32809     .co_nfreevars = 0,
32810     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_57_consts_9_localsplusnames._object.ob_base.ob_base,
32811     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_57_consts_9_localspluskinds.ob_base.ob_base,
32812     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
32813     .co_name = & const_str_get_code._ascii.ob_base,
32814     .co_qualname = & importlib__bootstrap_external_toplevel_consts_57_consts_9_qualname._ascii.ob_base,
32815     .co_linetable = & importlib__bootstrap_external_toplevel_consts_57_consts_9_linetable.ob_base.ob_base,
32816     ._co_code = NULL,
32817     ._co_linearray = NULL,
32818     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x09\x00\x7c\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x09\x00\x7c\x00\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xa6\x01\x00\x00\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\xa6\x03\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x64\x01\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0d\x7c\x0c\x64\x07\x7a\x01\x00\x00\x64\x08\x6b\x03\x00\x00\x00\x00\x7d\x06\x7c\x06\x72\x6d\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\x08\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\x6b\x03\x00\x00\x00\x00\x72\x53\x7c\x07\x73\x10\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0b\x6b\x02\x00\x00\x00\x00\x72\x41\x7c\x00\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\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\x09\x00\x00\x00\x00\x00\x00\x00\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x02\x00\x00\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\xa6\x04\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x19\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\xa6\x05\x00\x00\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0d\x7c\x08\x7c\x02\xa6\x03\x00\x00\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\xa6\x04\x00\x00\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\x15\x7c\x00\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x00\xa0\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0e\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0f\x7c\x02\xa6\x02\x00\x00\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\x16\x00\x00\x00\x00\x00\x00\x00\x00\x73\x75\x7c\x08\x81\x73\x7c\x03\x81\x71\x7c\x06\x72\x28\x7c\x05\x80\x14\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x01\x00\x00\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x6e\x1e\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x09\x00\x7c\x00\xa0\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x08\x7c\x0a\xa6\x03\x00\x00\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",
32819     ._co_firsttraceable = 0,
32820 };
32821 static
32822     struct {
32823         PyGC_Head _gc_head;
32824         struct {
32825             PyObject_VAR_HEAD
32826             PyObject *ob_item[11];
32827         }_object;
32828     }
32829 importlib__bootstrap_external_toplevel_consts_57_consts = {
32830     ._object = {
32831         .ob_base = {
32832             .ob_base = {
32833                 .ob_refcnt = 999999999,
32834                 .ob_type = &PyTuple_Type,
32835             },
32836             .ob_size = 11,
32837         },
32838         .ob_item = {
32839             & const_str_SourceLoader._ascii.ob_base,
32840             & importlib__bootstrap_external_toplevel_consts_57_consts_1.ob_base.ob_base,
32841             & importlib__bootstrap_external_toplevel_consts_57_consts_2.ob_base.ob_base,
32842             & importlib__bootstrap_external_toplevel_consts_57_consts_3.ob_base.ob_base,
32843             & importlib__bootstrap_external_toplevel_consts_57_consts_4.ob_base.ob_base,
32844             & importlib__bootstrap_external_toplevel_consts_57_consts_5.ob_base.ob_base,
32845             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
32846             & importlib__bootstrap_external_toplevel_consts_57_consts_7._object.ob_base.ob_base,
32847             & importlib__bootstrap_external_toplevel_consts_57_consts_8.ob_base.ob_base,
32848             & importlib__bootstrap_external_toplevel_consts_57_consts_9.ob_base.ob_base,
32849             Py_None,
32850         },
32851     },
32852 };
32853 static
32854     struct {
32855         PyGC_Head _gc_head;
32856         struct {
32857             PyObject_VAR_HEAD
32858             PyObject *ob_item[10];
32859         }_object;
32860     }
32861 importlib__bootstrap_external_toplevel_consts_57_names = {
32862     ._object = {
32863         .ob_base = {
32864             .ob_base = {
32865                 .ob_refcnt = 999999999,
32866                 .ob_type = &PyTuple_Type,
32867             },
32868             .ob_size = 10,
32869         },
32870         .ob_item = {
32871             &_Py_ID(__name__),
32872             &_Py_ID(__module__),
32873             &_Py_ID(__qualname__),
32874             & const_str_path_mtime._ascii.ob_base,
32875             & const_str_path_stats._ascii.ob_base,
32876             & const_str__cache_bytecode._ascii.ob_base,
32877             & const_str_set_data._ascii.ob_base,
32878             &_Py_ID(get_source),
32879             & const_str_source_to_code._ascii.ob_base,
32880             & const_str_get_code._ascii.ob_base,
32881         },
32882     },
32883 };
32884 static
32885     struct {
32886         PyObject_VAR_HEAD
32887         Py_hash_t ob_shash;
32888         char ob_sval[151];
32889     }
32890 importlib__bootstrap_external_toplevel_consts_57_linetable = {
32891     .ob_base = {
32892         .ob_base = {
32893             .ob_refcnt = 999999999,
32894             .ob_type = &PyBytes_Type,
32895         },
32896         .ob_size = 150,
32897     },
32898     .ob_shash = -1,
32899     .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",
32900 };
32901 static
32902     struct _PyCode_DEF(62)
32903 importlib__bootstrap_external_toplevel_consts_57 = {
32904     .ob_base = {
32905         .ob_base = {
32906             .ob_refcnt = 999999999,
32907             .ob_type = &PyCode_Type,
32908         },
32909         .ob_size = 31,
32910     },
32911     .co_consts = & importlib__bootstrap_external_toplevel_consts_57_consts._object.ob_base.ob_base,
32912     .co_names = & importlib__bootstrap_external_toplevel_consts_57_names._object.ob_base.ob_base,
32913     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
32914     .co_flags = 0,
32915     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
32916     ._co_linearray_entry_size = 0,
32917     .co_argcount = 0,
32918     .co_posonlyargcount = 0,
32919     .co_kwonlyargcount = 0,
32920     .co_stacksize = 2,
32921     .co_firstlineno = 948,
32922     .co_nlocalsplus = 0,
32923     .co_nlocals = 0,
32924     .co_nplaincellvars = 0,
32925     .co_ncellvars = 0,
32926     .co_nfreevars = 0,
32927     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
32928     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
32929     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
32930     .co_name = & const_str_SourceLoader._ascii.ob_base,
32931     .co_qualname = & const_str_SourceLoader._ascii.ob_base,
32932     .co_linetable = & importlib__bootstrap_external_toplevel_consts_57_linetable.ob_base.ob_base,
32933     ._co_code = NULL,
32934     ._co_linearray = NULL,
32935     .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",
32936     ._co_firsttraceable = 0,
32937 };
32938 static
32939     struct {
32940         PyASCIIObject _ascii;
32941         uint8_t _data[11];
32942     }
32943 const_str_FileLoader = {
32944     ._ascii = {
32945         .ob_base = {
32946             .ob_refcnt = 999999999,
32947             .ob_type = &PyUnicode_Type,
32948         },
32949         .length = 10,
32950         .hash = -1,
32951         .state = {
32952             .kind = 1,
32953             .compact = 1,
32954             .ascii = 1,
32955             .ready = 1,
32956         },
32957     },
32958     ._data = "FileLoader",
32959 };
32960 static
32961     struct {
32962         PyASCIIObject _ascii;
32963         uint8_t _data[104];
32964     }
32965 importlib__bootstrap_external_toplevel_consts_59_consts_1 = {
32966     ._ascii = {
32967         .ob_base = {
32968             .ob_refcnt = 999999999,
32969             .ob_type = &PyUnicode_Type,
32970         },
32971         .length = 103,
32972         .hash = -1,
32973         .state = {
32974             .kind = 1,
32975             .compact = 1,
32976             .ascii = 1,
32977             .ready = 1,
32978         },
32979     },
32980     ._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",
32981 };
32982 static
32983     struct {
32984         PyASCIIObject _ascii;
32985         uint8_t _data[76];
32986     }
32987 importlib__bootstrap_external_toplevel_consts_59_consts_2_consts_0 = {
32988     ._ascii = {
32989         .ob_base = {
32990             .ob_refcnt = 999999999,
32991             .ob_type = &PyUnicode_Type,
32992         },
32993         .length = 75,
32994         .hash = -1,
32995         .state = {
32996             .kind = 1,
32997             .compact = 1,
32998             .ascii = 1,
32999             .ready = 1,
33000         },
33001     },
33002     ._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",
33003 };
33004 static
33005     struct {
33006         PyGC_Head _gc_head;
33007         struct {
33008             PyObject_VAR_HEAD
33009             PyObject *ob_item[2];
33010         }_object;
33011     }
33012 importlib__bootstrap_external_toplevel_consts_59_consts_2_consts = {
33013     ._object = {
33014         .ob_base = {
33015             .ob_base = {
33016                 .ob_refcnt = 999999999,
33017                 .ob_type = &PyTuple_Type,
33018             },
33019             .ob_size = 2,
33020         },
33021         .ob_item = {
33022             & importlib__bootstrap_external_toplevel_consts_59_consts_2_consts_0._ascii.ob_base,
33023             Py_None,
33024         },
33025     },
33026 };
33027 static
33028     struct {
33029         PyASCIIObject _ascii;
33030         uint8_t _data[20];
33031     }
33032 importlib__bootstrap_external_toplevel_consts_59_consts_2_qualname = {
33033     ._ascii = {
33034         .ob_base = {
33035             .ob_refcnt = 999999999,
33036             .ob_type = &PyUnicode_Type,
33037         },
33038         .length = 19,
33039         .hash = -1,
33040         .state = {
33041             .kind = 1,
33042             .compact = 1,
33043             .ascii = 1,
33044             .ready = 1,
33045         },
33046     },
33047     ._data = "FileLoader.__init__",
33048 };
33049 static
33050     struct {
33051         PyObject_VAR_HEAD
33052         Py_hash_t ob_shash;
33053         char ob_sval[23];
33054     }
33055 importlib__bootstrap_external_toplevel_consts_59_consts_2_linetable = {
33056     .ob_base = {
33057         .ob_base = {
33058             .ob_refcnt = 999999999,
33059             .ob_type = &PyBytes_Type,
33060         },
33061         .ob_size = 22,
33062     },
33063     .ob_shash = -1,
33064     .ob_sval = "\x80\x00\xf0\x06\x00\x15\x1d\x88\x04\x8c\x09\xd8\x14\x18\x88\x04\x8c\x09\x88\x09\x88\x09",
33065 };
33066 static
33067     struct {
33068         PyGC_Head _gc_head;
33069         struct {
33070             PyObject_VAR_HEAD
33071             PyObject *ob_item[3];
33072         }_object;
33073     }
33074 importlib__bootstrap_external_toplevel_consts_59_consts_2_localsplusnames = {
33075     ._object = {
33076         .ob_base = {
33077             .ob_base = {
33078                 .ob_refcnt = 999999999,
33079                 .ob_type = &PyTuple_Type,
33080             },
33081             .ob_size = 3,
33082         },
33083         .ob_item = {
33084             & const_str_self._ascii.ob_base,
33085             & const_str_fullname._ascii.ob_base,
33086             &_Py_ID(path),
33087         },
33088     },
33089 };
33090 static
33091     struct _PyCode_DEF(34)
33092 importlib__bootstrap_external_toplevel_consts_59_consts_2 = {
33093     .ob_base = {
33094         .ob_base = {
33095             .ob_refcnt = 999999999,
33096             .ob_type = &PyCode_Type,
33097         },
33098         .ob_size = 17,
33099     },
33100     .co_consts = & importlib__bootstrap_external_toplevel_consts_59_consts_2_consts._object.ob_base.ob_base,
33101     .co_names = & importlib__bootstrap_external_toplevel_consts_46_consts_4._object.ob_base.ob_base,
33102     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
33103     .co_flags = 3,
33104     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
33105     ._co_linearray_entry_size = 0,
33106     .co_argcount = 3,
33107     .co_posonlyargcount = 0,
33108     .co_kwonlyargcount = 0,
33109     .co_stacksize = 2,
33110     .co_firstlineno = 1097,
33111     .co_nlocalsplus = 3,
33112     .co_nlocals = 3,
33113     .co_nplaincellvars = 0,
33114     .co_ncellvars = 0,
33115     .co_nfreevars = 0,
33116     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_2_localsplusnames._object.ob_base.ob_base,
33117     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
33118     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
33119     .co_name = &_Py_ID(__init__),
33120     .co_qualname = & importlib__bootstrap_external_toplevel_consts_59_consts_2_qualname._ascii.ob_base,
33121     .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_2_linetable.ob_base.ob_base,
33122     ._co_code = NULL,
33123     ._co_linearray = NULL,
33124     .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",
33125     ._co_firsttraceable = 0,
33126 };
33127 static
33128     struct {
33129         PyGC_Head _gc_head;
33130         struct {
33131             PyObject_VAR_HEAD
33132             PyObject *ob_item[2];
33133         }_object;
33134     }
33135 importlib__bootstrap_external_toplevel_consts_59_consts_3_names = {
33136     ._object = {
33137         .ob_base = {
33138             .ob_base = {
33139                 .ob_refcnt = 999999999,
33140                 .ob_type = &PyTuple_Type,
33141             },
33142             .ob_size = 2,
33143         },
33144         .ob_item = {
33145             &_Py_ID(__class__),
33146             &_Py_ID(__dict__),
33147         },
33148     },
33149 };
33150 static
33151     struct {
33152         PyASCIIObject _ascii;
33153         uint8_t _data[18];
33154     }
33155 importlib__bootstrap_external_toplevel_consts_59_consts_3_qualname = {
33156     ._ascii = {
33157         .ob_base = {
33158             .ob_refcnt = 999999999,
33159             .ob_type = &PyUnicode_Type,
33160         },
33161         .length = 17,
33162         .hash = -1,
33163         .state = {
33164             .kind = 1,
33165             .compact = 1,
33166             .ascii = 1,
33167             .ready = 1,
33168         },
33169     },
33170     ._data = "FileLoader.__eq__",
33171 };
33172 static
33173     struct {
33174         PyObject_VAR_HEAD
33175         Py_hash_t ob_shash;
33176         char ob_sval[37];
33177     }
33178 importlib__bootstrap_external_toplevel_consts_59_consts_3_linetable = {
33179     .ob_base = {
33180         .ob_base = {
33181             .ob_refcnt = 999999999,
33182             .ob_type = &PyBytes_Type,
33183         },
33184         .ob_size = 36,
33185     },
33186     .ob_shash = -1,
33187     .ob_sval = "\x80\x00\xd8\x10\x14\x94\x0e\xa0\x25\xa4\x2f\xd2\x10\x31\xf0\x00\x01\x11\x30\xd8\x10\x14\x94\x0d\xa0\x15\xa4\x1e\xd2\x10\x2f\xf0\x03\x01\x09\x31",
33188 };
33189 static
33190     struct {
33191         PyGC_Head _gc_head;
33192         struct {
33193             PyObject_VAR_HEAD
33194             PyObject *ob_item[2];
33195         }_object;
33196     }
33197 importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames = {
33198     ._object = {
33199         .ob_base = {
33200             .ob_base = {
33201                 .ob_refcnt = 999999999,
33202                 .ob_type = &PyTuple_Type,
33203             },
33204             .ob_size = 2,
33205         },
33206         .ob_item = {
33207             & const_str_self._ascii.ob_base,
33208             & const_str_other._ascii.ob_base,
33209         },
33210     },
33211 };
33212 static
33213     struct _PyCode_DEF(66)
33214 importlib__bootstrap_external_toplevel_consts_59_consts_3 = {
33215     .ob_base = {
33216         .ob_base = {
33217             .ob_refcnt = 999999999,
33218             .ob_type = &PyCode_Type,
33219         },
33220         .ob_size = 33,
33221     },
33222     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
33223     .co_names = & importlib__bootstrap_external_toplevel_consts_59_consts_3_names._object.ob_base.ob_base,
33224     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
33225     .co_flags = 3,
33226     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
33227     ._co_linearray_entry_size = 0,
33228     .co_argcount = 2,
33229     .co_posonlyargcount = 0,
33230     .co_kwonlyargcount = 0,
33231     .co_stacksize = 2,
33232     .co_firstlineno = 1103,
33233     .co_nlocalsplus = 2,
33234     .co_nlocals = 2,
33235     .co_nplaincellvars = 0,
33236     .co_ncellvars = 0,
33237     .co_nfreevars = 0,
33238     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
33239     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
33240     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
33241     .co_name = &_Py_ID(__eq__),
33242     .co_qualname = & importlib__bootstrap_external_toplevel_consts_59_consts_3_qualname._ascii.ob_base,
33243     .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_3_linetable.ob_base.ob_base,
33244     ._co_code = NULL,
33245     ._co_linearray = NULL,
33246     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x6f\x0f\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00",
33247     ._co_firsttraceable = 0,
33248 };
33249 static
33250     struct {
33251         PyASCIIObject _ascii;
33252         uint8_t _data[5];
33253     }
33254 const_str_hash = {
33255     ._ascii = {
33256         .ob_base = {
33257             .ob_refcnt = 999999999,
33258             .ob_type = &PyUnicode_Type,
33259         },
33260         .length = 4,
33261         .hash = -1,
33262         .state = {
33263             .kind = 1,
33264             .compact = 1,
33265             .ascii = 1,
33266             .ready = 1,
33267         },
33268     },
33269     ._data = "hash",
33270 };
33271 static
33272     struct {
33273         PyGC_Head _gc_head;
33274         struct {
33275             PyObject_VAR_HEAD
33276             PyObject *ob_item[3];
33277         }_object;
33278     }
33279 importlib__bootstrap_external_toplevel_consts_59_consts_4_names = {
33280     ._object = {
33281         .ob_base = {
33282             .ob_base = {
33283                 .ob_refcnt = 999999999,
33284                 .ob_type = &PyTuple_Type,
33285             },
33286             .ob_size = 3,
33287         },
33288         .ob_item = {
33289             & const_str_hash._ascii.ob_base,
33290             &_Py_ID(name),
33291             &_Py_ID(path),
33292         },
33293     },
33294 };
33295 static
33296     struct {
33297         PyASCIIObject _ascii;
33298         uint8_t _data[20];
33299     }
33300 importlib__bootstrap_external_toplevel_consts_59_consts_4_qualname = {
33301     ._ascii = {
33302         .ob_base = {
33303             .ob_refcnt = 999999999,
33304             .ob_type = &PyUnicode_Type,
33305         },
33306         .length = 19,
33307         .hash = -1,
33308         .state = {
33309             .kind = 1,
33310             .compact = 1,
33311             .ascii = 1,
33312             .ready = 1,
33313         },
33314     },
33315     ._data = "FileLoader.__hash__",
33316 };
33317 static
33318     struct {
33319         PyObject_VAR_HEAD
33320         Py_hash_t ob_shash;
33321         char ob_sval[30];
33322     }
33323 importlib__bootstrap_external_toplevel_consts_59_consts_4_linetable = {
33324     .ob_base = {
33325         .ob_base = {
33326             .ob_refcnt = 999999999,
33327             .ob_type = &PyBytes_Type,
33328         },
33329         .ob_size = 29,
33330     },
33331     .ob_shash = -1,
33332     .ob_sval = "\x80\x00\xdd\x0f\x13\x90\x44\x94\x49\x89\x7f\x8c\x7f\xa5\x14\xa0\x64\xa4\x69\xa1\x1f\xa4\x1f\xd1\x0f\x30\xd0\x08\x30",
33333 };
33334 static
33335     struct _PyCode_DEF(84)
33336 importlib__bootstrap_external_toplevel_consts_59_consts_4 = {
33337     .ob_base = {
33338         .ob_base = {
33339             .ob_refcnt = 999999999,
33340             .ob_type = &PyCode_Type,
33341         },
33342         .ob_size = 42,
33343     },
33344     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
33345     .co_names = & importlib__bootstrap_external_toplevel_consts_59_consts_4_names._object.ob_base.ob_base,
33346     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
33347     .co_flags = 3,
33348     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
33349     ._co_linearray_entry_size = 0,
33350     .co_argcount = 1,
33351     .co_posonlyargcount = 0,
33352     .co_kwonlyargcount = 0,
33353     .co_stacksize = 4,
33354     .co_firstlineno = 1107,
33355     .co_nlocalsplus = 1,
33356     .co_nlocals = 1,
33357     .co_nplaincellvars = 0,
33358     .co_ncellvars = 0,
33359     .co_nfreevars = 0,
33360     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
33361     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
33362     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
33363     .co_name = &_Py_ID(__hash__),
33364     .co_qualname = & importlib__bootstrap_external_toplevel_consts_59_consts_4_qualname._ascii.ob_base,
33365     .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_4_linetable.ob_base.ob_base,
33366     ._co_code = NULL,
33367     ._co_linearray = NULL,
33368     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x0c\x00\x00\x53\x00",
33369     ._co_firsttraceable = 0,
33370 };
33371 static
33372     struct {
33373         PyASCIIObject _ascii;
33374         uint8_t _data[101];
33375     }
33376 importlib__bootstrap_external_toplevel_consts_59_consts_5_consts_0 = {
33377     ._ascii = {
33378         .ob_base = {
33379             .ob_refcnt = 999999999,
33380             .ob_type = &PyUnicode_Type,
33381         },
33382         .length = 100,
33383         .hash = -1,
33384         .state = {
33385             .kind = 1,
33386             .compact = 1,
33387             .ascii = 1,
33388             .ready = 1,
33389         },
33390     },
33391     ._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",
33392 };
33393 static
33394     struct {
33395         PyGC_Head _gc_head;
33396         struct {
33397             PyObject_VAR_HEAD
33398             PyObject *ob_item[1];
33399         }_object;
33400     }
33401 importlib__bootstrap_external_toplevel_consts_59_consts_5_consts = {
33402     ._object = {
33403         .ob_base = {
33404             .ob_base = {
33405                 .ob_refcnt = 999999999,
33406                 .ob_type = &PyTuple_Type,
33407             },
33408             .ob_size = 1,
33409         },
33410         .ob_item = {
33411             & importlib__bootstrap_external_toplevel_consts_59_consts_5_consts_0._ascii.ob_base,
33412         },
33413     },
33414 };
33415 static
33416     struct {
33417         PyASCIIObject _ascii;
33418         uint8_t _data[6];
33419     }
33420 const_str_super = {
33421     ._ascii = {
33422         .ob_base = {
33423             .ob_refcnt = 999999999,
33424             .ob_type = &PyUnicode_Type,
33425         },
33426         .length = 5,
33427         .hash = -1,
33428         .state = {
33429             .kind = 1,
33430             .compact = 1,
33431             .ascii = 1,
33432             .ready = 1,
33433         },
33434     },
33435     ._data = "super",
33436 };
33437 static
33438     struct {
33439         PyGC_Head _gc_head;
33440         struct {
33441             PyObject_VAR_HEAD
33442             PyObject *ob_item[3];
33443         }_object;
33444     }
33445 importlib__bootstrap_external_toplevel_consts_59_consts_5_names = {
33446     ._object = {
33447         .ob_base = {
33448             .ob_base = {
33449                 .ob_refcnt = 999999999,
33450                 .ob_type = &PyTuple_Type,
33451             },
33452             .ob_size = 3,
33453         },
33454         .ob_item = {
33455             & const_str_super._ascii.ob_base,
33456             & const_str_FileLoader._ascii.ob_base,
33457             & const_str_load_module._ascii.ob_base,
33458         },
33459     },
33460 };
33461 static
33462     struct {
33463         PyASCIIObject _ascii;
33464         uint8_t _data[23];
33465     }
33466 importlib__bootstrap_external_toplevel_consts_59_consts_5_qualname = {
33467     ._ascii = {
33468         .ob_base = {
33469             .ob_refcnt = 999999999,
33470             .ob_type = &PyUnicode_Type,
33471         },
33472         .length = 22,
33473         .hash = -1,
33474         .state = {
33475             .kind = 1,
33476             .compact = 1,
33477             .ascii = 1,
33478             .ready = 1,
33479         },
33480     },
33481     ._data = "FileLoader.load_module",
33482 };
33483 static
33484     struct {
33485         PyObject_VAR_HEAD
33486         Py_hash_t ob_shash;
33487         char ob_sval[36];
33488     }
33489 importlib__bootstrap_external_toplevel_consts_59_consts_5_linetable = {
33490     .ob_base = {
33491         .ob_base = {
33492             .ob_refcnt = 999999999,
33493             .ob_type = &PyBytes_Type,
33494         },
33495         .ob_size = 35,
33496     },
33497     .ob_shash = -1,
33498     .ob_sval = "\xf8\x80\x00\xf5\x14\x00\x10\x15\x95\x5a\xa0\x14\xd1\x0f\x26\xd4\x0f\x26\xd7\x0f\x32\xd2\x0f\x32\xb0\x38\xd1\x0f\x3c\xd4\x0f\x3c\xd0\x08\x3c",
33499 };
33500 static
33501     struct {
33502         PyGC_Head _gc_head;
33503         struct {
33504             PyObject_VAR_HEAD
33505             PyObject *ob_item[3];
33506         }_object;
33507     }
33508 importlib__bootstrap_external_toplevel_consts_59_consts_5_localsplusnames = {
33509     ._object = {
33510         .ob_base = {
33511             .ob_base = {
33512                 .ob_refcnt = 999999999,
33513                 .ob_type = &PyTuple_Type,
33514             },
33515             .ob_size = 3,
33516         },
33517         .ob_item = {
33518             & const_str_self._ascii.ob_base,
33519             & const_str_fullname._ascii.ob_base,
33520             &_Py_ID(__class__),
33521         },
33522     },
33523 };
33524 static
33525     struct _PyCode_DEF(84)
33526 importlib__bootstrap_external_toplevel_consts_59_consts_5 = {
33527     .ob_base = {
33528         .ob_base = {
33529             .ob_refcnt = 999999999,
33530             .ob_type = &PyCode_Type,
33531         },
33532         .ob_size = 42,
33533     },
33534     .co_consts = & importlib__bootstrap_external_toplevel_consts_59_consts_5_consts._object.ob_base.ob_base,
33535     .co_names = & importlib__bootstrap_external_toplevel_consts_59_consts_5_names._object.ob_base.ob_base,
33536     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
33537     .co_flags = 3,
33538     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
33539     ._co_linearray_entry_size = 0,
33540     .co_argcount = 2,
33541     .co_posonlyargcount = 0,
33542     .co_kwonlyargcount = 0,
33543     .co_stacksize = 4,
33544     .co_firstlineno = 1110,
33545     .co_nlocalsplus = 3,
33546     .co_nlocals = 2,
33547     .co_nplaincellvars = 0,
33548     .co_ncellvars = 0,
33549     .co_nfreevars = 1,
33550     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_5_localsplusnames._object.ob_base.ob_base,
33551     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
33552     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
33553     .co_name = & const_str_load_module._ascii.ob_base,
33554     .co_qualname = & importlib__bootstrap_external_toplevel_consts_59_consts_5_qualname._ascii.ob_base,
33555     .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_5_linetable.ob_base.ob_base,
33556     ._co_code = NULL,
33557     ._co_linearray = NULL,
33558     .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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
33559     ._co_firsttraceable = 1,
33560 };
33561 static
33562     struct {
33563         PyASCIIObject _ascii;
33564         uint8_t _data[59];
33565     }
33566 importlib__bootstrap_external_toplevel_consts_59_consts_6_consts_0 = {
33567     ._ascii = {
33568         .ob_base = {
33569             .ob_refcnt = 999999999,
33570             .ob_type = &PyUnicode_Type,
33571         },
33572         .length = 58,
33573         .hash = -1,
33574         .state = {
33575             .kind = 1,
33576             .compact = 1,
33577             .ascii = 1,
33578             .ready = 1,
33579         },
33580     },
33581     ._data = "Return the path to the source file as found by the finder.",
33582 };
33583 static
33584     struct {
33585         PyGC_Head _gc_head;
33586         struct {
33587             PyObject_VAR_HEAD
33588             PyObject *ob_item[1];
33589         }_object;
33590     }
33591 importlib__bootstrap_external_toplevel_consts_59_consts_6_consts = {
33592     ._object = {
33593         .ob_base = {
33594             .ob_base = {
33595                 .ob_refcnt = 999999999,
33596                 .ob_type = &PyTuple_Type,
33597             },
33598             .ob_size = 1,
33599         },
33600         .ob_item = {
33601             & importlib__bootstrap_external_toplevel_consts_59_consts_6_consts_0._ascii.ob_base,
33602         },
33603     },
33604 };
33605 static
33606     struct {
33607         PyASCIIObject _ascii;
33608         uint8_t _data[24];
33609     }
33610 importlib__bootstrap_external_toplevel_consts_59_consts_6_qualname = {
33611     ._ascii = {
33612         .ob_base = {
33613             .ob_refcnt = 999999999,
33614             .ob_type = &PyUnicode_Type,
33615         },
33616         .length = 23,
33617         .hash = -1,
33618         .state = {
33619             .kind = 1,
33620             .compact = 1,
33621             .ascii = 1,
33622             .ready = 1,
33623         },
33624     },
33625     ._data = "FileLoader.get_filename",
33626 };
33627 static
33628     struct {
33629         PyObject_VAR_HEAD
33630         Py_hash_t ob_shash;
33631         char ob_sval[13];
33632     }
33633 importlib__bootstrap_external_toplevel_consts_59_consts_6_linetable = {
33634     .ob_base = {
33635         .ob_base = {
33636             .ob_refcnt = 999999999,
33637             .ob_type = &PyBytes_Type,
33638         },
33639         .ob_size = 12,
33640     },
33641     .ob_shash = -1,
33642     .ob_sval = "\x80\x00\xf0\x06\x00\x10\x14\x8c\x79\xd0\x08\x18",
33643 };
33644 static
33645     struct _PyCode_DEF(16)
33646 importlib__bootstrap_external_toplevel_consts_59_consts_6 = {
33647     .ob_base = {
33648         .ob_base = {
33649             .ob_refcnt = 999999999,
33650             .ob_type = &PyCode_Type,
33651         },
33652         .ob_size = 8,
33653     },
33654     .co_consts = & importlib__bootstrap_external_toplevel_consts_59_consts_6_consts._object.ob_base.ob_base,
33655     .co_names = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
33656     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
33657     .co_flags = 3,
33658     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
33659     ._co_linearray_entry_size = 0,
33660     .co_argcount = 2,
33661     .co_posonlyargcount = 0,
33662     .co_kwonlyargcount = 0,
33663     .co_stacksize = 1,
33664     .co_firstlineno = 1122,
33665     .co_nlocalsplus = 2,
33666     .co_nlocals = 2,
33667     .co_nplaincellvars = 0,
33668     .co_ncellvars = 0,
33669     .co_nfreevars = 0,
33670     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
33671     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
33672     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
33673     .co_name = & const_str_get_filename._ascii.ob_base,
33674     .co_qualname = & importlib__bootstrap_external_toplevel_consts_59_consts_6_qualname._ascii.ob_base,
33675     .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_6_linetable.ob_base.ob_base,
33676     ._co_code = NULL,
33677     ._co_linearray = NULL,
33678     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
33679     ._co_firsttraceable = 0,
33680 };
33681 static
33682     struct {
33683         PyASCIIObject _ascii;
33684         uint8_t _data[40];
33685     }
33686 importlib__bootstrap_external_toplevel_consts_59_consts_7_consts_0 = {
33687     ._ascii = {
33688         .ob_base = {
33689             .ob_refcnt = 999999999,
33690             .ob_type = &PyUnicode_Type,
33691         },
33692         .length = 39,
33693         .hash = -1,
33694         .state = {
33695             .kind = 1,
33696             .compact = 1,
33697             .ascii = 1,
33698             .ready = 1,
33699         },
33700     },
33701     ._data = "Return the data from path as raw bytes.",
33702 };
33703 static
33704     struct {
33705         PyASCIIObject _ascii;
33706         uint8_t _data[2];
33707     }
33708 const_str_r = {
33709     ._ascii = {
33710         .ob_base = {
33711             .ob_refcnt = 999999999,
33712             .ob_type = &PyUnicode_Type,
33713         },
33714         .length = 1,
33715         .hash = -1,
33716         .state = {
33717             .kind = 1,
33718             .compact = 1,
33719             .ascii = 1,
33720             .ready = 1,
33721         },
33722     },
33723     ._data = "r",
33724 };
33725 static
33726     struct {
33727         PyGC_Head _gc_head;
33728         struct {
33729             PyObject_VAR_HEAD
33730             PyObject *ob_item[3];
33731         }_object;
33732     }
33733 importlib__bootstrap_external_toplevel_consts_59_consts_7_consts = {
33734     ._object = {
33735         .ob_base = {
33736             .ob_base = {
33737                 .ob_refcnt = 999999999,
33738                 .ob_type = &PyTuple_Type,
33739             },
33740             .ob_size = 3,
33741         },
33742         .ob_item = {
33743             & importlib__bootstrap_external_toplevel_consts_59_consts_7_consts_0._ascii.ob_base,
33744             Py_None,
33745             & const_str_r._ascii.ob_base,
33746         },
33747     },
33748 };
33749 static
33750     struct {
33751         PyASCIIObject _ascii;
33752         uint8_t _data[20];
33753     }
33754 const_str_ExtensionFileLoader = {
33755     ._ascii = {
33756         .ob_base = {
33757             .ob_refcnt = 999999999,
33758             .ob_type = &PyUnicode_Type,
33759         },
33760         .length = 19,
33761         .hash = -1,
33762         .state = {
33763             .kind = 1,
33764             .compact = 1,
33765             .ascii = 1,
33766             .ready = 1,
33767         },
33768     },
33769     ._data = "ExtensionFileLoader",
33770 };
33771 static
33772     struct {
33773         PyASCIIObject _ascii;
33774         uint8_t _data[10];
33775     }
33776 const_str_open_code = {
33777     ._ascii = {
33778         .ob_base = {
33779             .ob_refcnt = 999999999,
33780             .ob_type = &PyUnicode_Type,
33781         },
33782         .length = 9,
33783         .hash = -1,
33784         .state = {
33785             .kind = 1,
33786             .compact = 1,
33787             .ascii = 1,
33788             .ready = 1,
33789         },
33790     },
33791     ._data = "open_code",
33792 };
33793 static
33794     struct {
33795         PyGC_Head _gc_head;
33796         struct {
33797             PyObject_VAR_HEAD
33798             PyObject *ob_item[8];
33799         }_object;
33800     }
33801 importlib__bootstrap_external_toplevel_consts_59_consts_7_names = {
33802     ._object = {
33803         .ob_base = {
33804             .ob_base = {
33805                 .ob_refcnt = 999999999,
33806                 .ob_type = &PyTuple_Type,
33807             },
33808             .ob_size = 8,
33809         },
33810         .ob_item = {
33811             &_Py_ID(isinstance),
33812             & const_str_SourceLoader._ascii.ob_base,
33813             & const_str_ExtensionFileLoader._ascii.ob_base,
33814             & const_str__io._ascii.ob_base,
33815             & const_str_open_code._ascii.ob_base,
33816             & const_str_str._ascii.ob_base,
33817             &_Py_ID(read),
33818             & const_str_FileIO._ascii.ob_base,
33819         },
33820     },
33821 };
33822 static
33823     struct {
33824         PyASCIIObject _ascii;
33825         uint8_t _data[20];
33826     }
33827 importlib__bootstrap_external_toplevel_consts_59_consts_7_qualname = {
33828     ._ascii = {
33829         .ob_base = {
33830             .ob_refcnt = 999999999,
33831             .ob_type = &PyUnicode_Type,
33832         },
33833         .length = 19,
33834         .hash = -1,
33835         .state = {
33836             .kind = 1,
33837             .compact = 1,
33838             .ascii = 1,
33839             .ready = 1,
33840         },
33841     },
33842     ._data = "FileLoader.get_data",
33843 };
33844 static
33845     struct {
33846         PyObject_VAR_HEAD
33847         Py_hash_t ob_shash;
33848         char ob_sval[285];
33849     }
33850 importlib__bootstrap_external_toplevel_consts_59_consts_7_linetable = {
33851     .ob_base = {
33852         .ob_base = {
33853             .ob_refcnt = 999999999,
33854             .ob_type = &PyBytes_Type,
33855         },
33856         .ob_size = 284,
33857     },
33858     .ob_shash = -1,
33859     .ob_sval = "\x80\x00\xe5\x0b\x15\x90\x64\x9d\x5c\xd5\x2b\x3e\xd0\x1c\x3f\xd1\x0b\x40\xd4\x0b\x40\xf0\x00\x05\x09\x23\xdd\x11\x14\x94\x1d\x9d\x73\xa0\x34\x99\x79\x9c\x79\xd1\x11\x29\xd4\x11\x29\xf0\x00\x01\x0d\x23\xa8\x54\xd8\x17\x1b\x97\x79\x92\x79\x91\x7b\x94\x7b\xf0\x03\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf1\x00\x01\x0d\x23\xf4\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\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\xf5\x06\x00\x12\x15\x94\x1a\x98\x44\xa0\x23\xd1\x11\x26\xd4\x11\x26\xf0\x00\x01\x0d\x23\xa8\x24\xd8\x17\x1b\x97\x79\x92\x79\x91\x7b\x94\x7b\xf0\x03\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf1\x00\x01\x0d\x23\xf4\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\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",
33860 };
33861 static
33862     struct {
33863         PyObject_VAR_HEAD
33864         Py_hash_t ob_shash;
33865         char ob_sval[36];
33866     }
33867 importlib__bootstrap_external_toplevel_consts_59_consts_7_exceptiontable = {
33868     .ob_base = {
33869         .ob_base = {
33870             .ob_refcnt = 999999999,
33871             .ob_type = &PyBytes_Type,
33872         },
33873         .ob_size = 35,
33874     },
33875     .ob_shash = -1,
33876     .ob_sval = "\xbe\x14\x41\x1f\x03\xc1\x1f\x04\x41\x23\x07\xc1\x26\x01\x41\x23\x07\xc2\x01\x14\x42\x22\x03\xc2\x22\x04\x42\x26\x07\xc2\x29\x01\x42\x26\x07",
33877 };
33878 static
33879     struct {
33880         PyGC_Head _gc_head;
33881         struct {
33882             PyObject_VAR_HEAD
33883             PyObject *ob_item[3];
33884         }_object;
33885     }
33886 importlib__bootstrap_external_toplevel_consts_59_consts_7_localsplusnames = {
33887     ._object = {
33888         .ob_base = {
33889             .ob_base = {
33890                 .ob_refcnt = 999999999,
33891                 .ob_type = &PyTuple_Type,
33892             },
33893             .ob_size = 3,
33894         },
33895         .ob_item = {
33896             & const_str_self._ascii.ob_base,
33897             &_Py_ID(path),
33898             & const_str_file._ascii.ob_base,
33899         },
33900     },
33901 };
33902 static
33903     struct _PyCode_DEF(350)
33904 importlib__bootstrap_external_toplevel_consts_59_consts_7 = {
33905     .ob_base = {
33906         .ob_base = {
33907             .ob_refcnt = 999999999,
33908             .ob_type = &PyCode_Type,
33909         },
33910         .ob_size = 175,
33911     },
33912     .co_consts = & importlib__bootstrap_external_toplevel_consts_59_consts_7_consts._object.ob_base.ob_base,
33913     .co_names = & importlib__bootstrap_external_toplevel_consts_59_consts_7_names._object.ob_base.ob_base,
33914     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_59_consts_7_exceptiontable.ob_base.ob_base,
33915     .co_flags = 3,
33916     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
33917     ._co_linearray_entry_size = 0,
33918     .co_argcount = 2,
33919     .co_posonlyargcount = 0,
33920     .co_kwonlyargcount = 0,
33921     .co_stacksize = 6,
33922     .co_firstlineno = 1127,
33923     .co_nlocalsplus = 3,
33924     .co_nlocals = 3,
33925     .co_nplaincellvars = 0,
33926     .co_ncellvars = 0,
33927     .co_nfreevars = 0,
33928     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_7_localsplusnames._object.ob_base.ob_base,
33929     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
33930     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
33931     .co_name = & const_str_get_data._ascii.ob_base,
33932     .co_qualname = & importlib__bootstrap_external_toplevel_consts_59_consts_7_qualname._ascii.ob_base,
33933     .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_7_linetable.ob_base.ob_base,
33934     ._co_code = NULL,
33935     ._co_linearray = NULL,
33936     .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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x4f\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x02\x7c\x02\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x64\x01\x64\x01\x64\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x53\x00\x23\x00\x31\x00\x73\x04\x77\x02\x78\x03\x59\x00\x77\x01\x01\x00\x59\x00\x01\x00\x01\x00\x64\x01\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x02\x7c\x02\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x64\x01\x64\x01\x64\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x53\x00\x23\x00\x31\x00\x73\x04\x77\x02\x78\x03\x59\x00\x77\x01\x01\x00\x59\x00\x01\x00\x01\x00\x64\x01\x53\x00",
33937     ._co_firsttraceable = 0,
33938 };
33939 static
33940     struct {
33941         PyASCIIObject _ascii;
33942         uint8_t _data[11];
33943     }
33944 const_str_FileReader = {
33945     ._ascii = {
33946         .ob_base = {
33947             .ob_refcnt = 999999999,
33948             .ob_type = &PyUnicode_Type,
33949         },
33950         .length = 10,
33951         .hash = -1,
33952         .state = {
33953             .kind = 1,
33954             .compact = 1,
33955             .ascii = 1,
33956             .ready = 1,
33957         },
33958     },
33959     ._data = "FileReader",
33960 };
33961 static
33962     struct {
33963         PyGC_Head _gc_head;
33964         struct {
33965             PyObject_VAR_HEAD
33966             PyObject *ob_item[1];
33967         }_object;
33968     }
33969 importlib__bootstrap_external_toplevel_consts_59_consts_8_consts_2 = {
33970     ._object = {
33971         .ob_base = {
33972             .ob_base = {
33973                 .ob_refcnt = 999999999,
33974                 .ob_type = &PyTuple_Type,
33975             },
33976             .ob_size = 1,
33977         },
33978         .ob_item = {
33979             & const_str_FileReader._ascii.ob_base,
33980         },
33981     },
33982 };
33983 static
33984     struct {
33985         PyGC_Head _gc_head;
33986         struct {
33987             PyObject_VAR_HEAD
33988             PyObject *ob_item[3];
33989         }_object;
33990     }
33991 importlib__bootstrap_external_toplevel_consts_59_consts_8_consts = {
33992     ._object = {
33993         .ob_base = {
33994             .ob_base = {
33995                 .ob_refcnt = 999999999,
33996                 .ob_type = &PyTuple_Type,
33997             },
33998             .ob_size = 3,
33999         },
34000         .ob_item = {
34001             Py_None,
34002             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
34003             & importlib__bootstrap_external_toplevel_consts_59_consts_8_consts_2._object.ob_base.ob_base,
34004         },
34005     },
34006 };
34007 static
34008     struct {
34009         PyASCIIObject _ascii;
34010         uint8_t _data[18];
34011     }
34012 importlib__bootstrap_external_toplevel_consts_59_consts_8_names_0 = {
34013     ._ascii = {
34014         .ob_base = {
34015             .ob_refcnt = 999999999,
34016             .ob_type = &PyUnicode_Type,
34017         },
34018         .length = 17,
34019         .hash = -1,
34020         .state = {
34021             .kind = 1,
34022             .compact = 1,
34023             .ascii = 1,
34024             .ready = 1,
34025         },
34026     },
34027     ._data = "importlib.readers",
34028 };
34029 static
34030     struct {
34031         PyGC_Head _gc_head;
34032         struct {
34033             PyObject_VAR_HEAD
34034             PyObject *ob_item[2];
34035         }_object;
34036     }
34037 importlib__bootstrap_external_toplevel_consts_59_consts_8_names = {
34038     ._object = {
34039         .ob_base = {
34040             .ob_base = {
34041                 .ob_refcnt = 999999999,
34042                 .ob_type = &PyTuple_Type,
34043             },
34044             .ob_size = 2,
34045         },
34046         .ob_item = {
34047             & importlib__bootstrap_external_toplevel_consts_59_consts_8_names_0._ascii.ob_base,
34048             & const_str_FileReader._ascii.ob_base,
34049         },
34050     },
34051 };
34052 static
34053     struct {
34054         PyASCIIObject _ascii;
34055         uint8_t _data[20];
34056     }
34057 const_str_get_resource_reader = {
34058     ._ascii = {
34059         .ob_base = {
34060             .ob_refcnt = 999999999,
34061             .ob_type = &PyUnicode_Type,
34062         },
34063         .length = 19,
34064         .hash = -1,
34065         .state = {
34066             .kind = 1,
34067             .compact = 1,
34068             .ascii = 1,
34069             .ready = 1,
34070         },
34071     },
34072     ._data = "get_resource_reader",
34073 };
34074 static
34075     struct {
34076         PyASCIIObject _ascii;
34077         uint8_t _data[31];
34078     }
34079 importlib__bootstrap_external_toplevel_consts_59_consts_8_qualname = {
34080     ._ascii = {
34081         .ob_base = {
34082             .ob_refcnt = 999999999,
34083             .ob_type = &PyUnicode_Type,
34084         },
34085         .length = 30,
34086         .hash = -1,
34087         .state = {
34088             .kind = 1,
34089             .compact = 1,
34090             .ascii = 1,
34091             .ready = 1,
34092         },
34093     },
34094     ._data = "FileLoader.get_resource_reader",
34095 };
34096 static
34097     struct {
34098         PyObject_VAR_HEAD
34099         Py_hash_t ob_shash;
34100         char ob_sval[37];
34101     }
34102 importlib__bootstrap_external_toplevel_consts_59_consts_8_linetable = {
34103     .ob_base = {
34104         .ob_base = {
34105             .ob_refcnt = 999999999,
34106             .ob_type = &PyBytes_Type,
34107         },
34108         .ob_size = 36,
34109     },
34110     .ob_shash = -1,
34111     .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\xd1\x0f\x1f\xd4\x0f\x1f\xd0\x08\x1f",
34112 };
34113 static
34114     struct {
34115         PyGC_Head _gc_head;
34116         struct {
34117             PyObject_VAR_HEAD
34118             PyObject *ob_item[3];
34119         }_object;
34120     }
34121 importlib__bootstrap_external_toplevel_consts_59_consts_8_localsplusnames = {
34122     ._object = {
34123         .ob_base = {
34124             .ob_base = {
34125                 .ob_refcnt = 999999999,
34126                 .ob_type = &PyTuple_Type,
34127             },
34128             .ob_size = 3,
34129         },
34130         .ob_item = {
34131             & const_str_self._ascii.ob_base,
34132             & const_str_module._ascii.ob_base,
34133             & const_str_FileReader._ascii.ob_base,
34134         },
34135     },
34136 };
34137 static
34138     struct _PyCode_DEF(36)
34139 importlib__bootstrap_external_toplevel_consts_59_consts_8 = {
34140     .ob_base = {
34141         .ob_base = {
34142             .ob_refcnt = 999999999,
34143             .ob_type = &PyCode_Type,
34144         },
34145         .ob_size = 18,
34146     },
34147     .co_consts = & importlib__bootstrap_external_toplevel_consts_59_consts_8_consts._object.ob_base.ob_base,
34148     .co_names = & importlib__bootstrap_external_toplevel_consts_59_consts_8_names._object.ob_base.ob_base,
34149     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
34150     .co_flags = 3,
34151     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
34152     ._co_linearray_entry_size = 0,
34153     .co_argcount = 2,
34154     .co_posonlyargcount = 0,
34155     .co_kwonlyargcount = 0,
34156     .co_stacksize = 3,
34157     .co_firstlineno = 1136,
34158     .co_nlocalsplus = 3,
34159     .co_nlocals = 3,
34160     .co_nplaincellvars = 0,
34161     .co_ncellvars = 0,
34162     .co_nfreevars = 0,
34163     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_8_localsplusnames._object.ob_base.ob_base,
34164     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
34165     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
34166     .co_name = & const_str_get_resource_reader._ascii.ob_base,
34167     .co_qualname = & importlib__bootstrap_external_toplevel_consts_59_consts_8_qualname._ascii.ob_base,
34168     .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_8_linetable.ob_base.ob_base,
34169     ._co_code = NULL,
34170     ._co_linearray = NULL,
34171     .co_code_adaptive = "\x97\x00\x64\x01\x64\x02\x6c\x00\x6d\x01\x7d\x02\x01\x00\x02\x00\x7c\x02\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
34172     ._co_firsttraceable = 0,
34173 };
34174 static
34175     struct {
34176         PyGC_Head _gc_head;
34177         struct {
34178             PyObject_VAR_HEAD
34179             PyObject *ob_item[9];
34180         }_object;
34181     }
34182 importlib__bootstrap_external_toplevel_consts_59_consts = {
34183     ._object = {
34184         .ob_base = {
34185             .ob_base = {
34186                 .ob_refcnt = 999999999,
34187                 .ob_type = &PyTuple_Type,
34188             },
34189             .ob_size = 9,
34190         },
34191         .ob_item = {
34192             & const_str_FileLoader._ascii.ob_base,
34193             & importlib__bootstrap_external_toplevel_consts_59_consts_1._ascii.ob_base,
34194             & importlib__bootstrap_external_toplevel_consts_59_consts_2.ob_base.ob_base,
34195             & importlib__bootstrap_external_toplevel_consts_59_consts_3.ob_base.ob_base,
34196             & importlib__bootstrap_external_toplevel_consts_59_consts_4.ob_base.ob_base,
34197             & importlib__bootstrap_external_toplevel_consts_59_consts_5.ob_base.ob_base,
34198             & importlib__bootstrap_external_toplevel_consts_59_consts_6.ob_base.ob_base,
34199             & importlib__bootstrap_external_toplevel_consts_59_consts_7.ob_base.ob_base,
34200             & importlib__bootstrap_external_toplevel_consts_59_consts_8.ob_base.ob_base,
34201         },
34202     },
34203 };
34204 static
34205     struct {
34206         PyGC_Head _gc_head;
34207         struct {
34208             PyObject_VAR_HEAD
34209             PyObject *ob_item[13];
34210         }_object;
34211     }
34212 importlib__bootstrap_external_toplevel_consts_59_names = {
34213     ._object = {
34214         .ob_base = {
34215             .ob_base = {
34216                 .ob_refcnt = 999999999,
34217                 .ob_type = &PyTuple_Type,
34218             },
34219             .ob_size = 13,
34220         },
34221         .ob_item = {
34222             &_Py_ID(__name__),
34223             &_Py_ID(__module__),
34224             &_Py_ID(__qualname__),
34225             &_Py_ID(__doc__),
34226             &_Py_ID(__init__),
34227             &_Py_ID(__eq__),
34228             &_Py_ID(__hash__),
34229             & const_str__check_name._ascii.ob_base,
34230             & const_str_load_module._ascii.ob_base,
34231             & const_str_get_filename._ascii.ob_base,
34232             & const_str_get_data._ascii.ob_base,
34233             & const_str_get_resource_reader._ascii.ob_base,
34234             &_Py_ID(__classcell__),
34235         },
34236     },
34237 };
34238 static
34239     struct {
34240         PyObject_VAR_HEAD
34241         Py_hash_t ob_shash;
34242         char ob_sval[193];
34243     }
34244 importlib__bootstrap_external_toplevel_consts_59_linetable = {
34245     .ob_base = {
34246         .ob_base = {
34247             .ob_refcnt = 999999999,
34248             .ob_type = &PyBytes_Type,
34249         },
34250         .ob_size = 192,
34251     },
34252     .ob_shash = -1,
34253     .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\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x09\x05\x3d\xf0\x16\x00\x06\x11\xf0\x02\x02\x05\x19\xf0\x00\x02\x05\x19\xf1\x03\x00\x06\x11\x84\x5b\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\xf1\x03\x00\x06\x11\x84\x5b\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",
34254 };
34255 static
34256     struct {
34257         PyGC_Head _gc_head;
34258         struct {
34259             PyObject_VAR_HEAD
34260             PyObject *ob_item[1];
34261         }_object;
34262     }
34263 importlib__bootstrap_external_toplevel_consts_59_localsplusnames = {
34264     ._object = {
34265         .ob_base = {
34266             .ob_base = {
34267                 .ob_refcnt = 999999999,
34268                 .ob_type = &PyTuple_Type,
34269             },
34270             .ob_size = 1,
34271         },
34272         .ob_item = {
34273             &_Py_ID(__class__),
34274         },
34275     },
34276 };
34277 static
34278     struct _PyCode_DEF(118)
34279 importlib__bootstrap_external_toplevel_consts_59 = {
34280     .ob_base = {
34281         .ob_base = {
34282             .ob_refcnt = 999999999,
34283             .ob_type = &PyCode_Type,
34284         },
34285         .ob_size = 59,
34286     },
34287     .co_consts = & importlib__bootstrap_external_toplevel_consts_59_consts._object.ob_base.ob_base,
34288     .co_names = & importlib__bootstrap_external_toplevel_consts_59_names._object.ob_base.ob_base,
34289     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
34290     .co_flags = 0,
34291     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
34292     ._co_linearray_entry_size = 0,
34293     .co_argcount = 0,
34294     .co_posonlyargcount = 0,
34295     .co_kwonlyargcount = 0,
34296     .co_stacksize = 3,
34297     .co_firstlineno = 1092,
34298     .co_nlocalsplus = 1,
34299     .co_nlocals = 0,
34300     .co_nplaincellvars = 1,
34301     .co_ncellvars = 1,
34302     .co_nfreevars = 0,
34303     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_localsplusnames._object.ob_base.ob_base,
34304     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[64]),
34305     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
34306     .co_name = & const_str_FileLoader._ascii.ob_base,
34307     .co_qualname = & const_str_FileLoader._ascii.ob_base,
34308     .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_linetable.ob_base.ob_base,
34309     ._co_code = NULL,
34310     ._co_linearray = NULL,
34311     .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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x65\x07\x64\x06\x84\x00\xa6\x00\x00\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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0b\x88\x00\x78\x01\x5a\x0c\x53\x00",
34312     ._co_firsttraceable = 1,
34313 };
34314 static
34315     struct {
34316         PyASCIIObject _ascii;
34317         uint8_t _data[17];
34318     }
34319 const_str_SourceFileLoader = {
34320     ._ascii = {
34321         .ob_base = {
34322             .ob_refcnt = 999999999,
34323             .ob_type = &PyUnicode_Type,
34324         },
34325         .length = 16,
34326         .hash = -1,
34327         .state = {
34328             .kind = 1,
34329             .compact = 1,
34330             .ascii = 1,
34331             .ready = 1,
34332         },
34333     },
34334     ._data = "SourceFileLoader",
34335 };
34336 static
34337     struct {
34338         PyASCIIObject _ascii;
34339         uint8_t _data[63];
34340     }
34341 importlib__bootstrap_external_toplevel_consts_61_consts_1 = {
34342     ._ascii = {
34343         .ob_base = {
34344             .ob_refcnt = 999999999,
34345             .ob_type = &PyUnicode_Type,
34346         },
34347         .length = 62,
34348         .hash = -1,
34349         .state = {
34350             .kind = 1,
34351             .compact = 1,
34352             .ascii = 1,
34353             .ready = 1,
34354         },
34355     },
34356     ._data = "Concrete implementation of SourceLoader using the file system.",
34357 };
34358 static
34359     struct {
34360         PyASCIIObject _ascii;
34361         uint8_t _data[34];
34362     }
34363 importlib__bootstrap_external_toplevel_consts_61_consts_2_consts_0 = {
34364     ._ascii = {
34365         .ob_base = {
34366             .ob_refcnt = 999999999,
34367             .ob_type = &PyUnicode_Type,
34368         },
34369         .length = 33,
34370         .hash = -1,
34371         .state = {
34372             .kind = 1,
34373             .compact = 1,
34374             .ascii = 1,
34375             .ready = 1,
34376         },
34377     },
34378     ._data = "Return the metadata for the path.",
34379 };
34380 static
34381     struct {
34382         PyGC_Head _gc_head;
34383         struct {
34384             PyObject_VAR_HEAD
34385             PyObject *ob_item[2];
34386         }_object;
34387     }
34388 importlib__bootstrap_external_toplevel_consts_61_consts_2_consts_1 = {
34389     ._object = {
34390         .ob_base = {
34391             .ob_base = {
34392                 .ob_refcnt = 999999999,
34393                 .ob_type = &PyTuple_Type,
34394             },
34395             .ob_size = 2,
34396         },
34397         .ob_item = {
34398             & const_str_mtime._ascii.ob_base,
34399             & const_str_size._ascii.ob_base,
34400         },
34401     },
34402 };
34403 static
34404     struct {
34405         PyGC_Head _gc_head;
34406         struct {
34407             PyObject_VAR_HEAD
34408             PyObject *ob_item[2];
34409         }_object;
34410     }
34411 importlib__bootstrap_external_toplevel_consts_61_consts_2_consts = {
34412     ._object = {
34413         .ob_base = {
34414             .ob_base = {
34415                 .ob_refcnt = 999999999,
34416                 .ob_type = &PyTuple_Type,
34417             },
34418             .ob_size = 2,
34419         },
34420         .ob_item = {
34421             & importlib__bootstrap_external_toplevel_consts_61_consts_2_consts_0._ascii.ob_base,
34422             & importlib__bootstrap_external_toplevel_consts_61_consts_2_consts_1._object.ob_base.ob_base,
34423         },
34424     },
34425 };
34426 static
34427     struct {
34428         PyASCIIObject _ascii;
34429         uint8_t _data[9];
34430     }
34431 const_str_st_mtime = {
34432     ._ascii = {
34433         .ob_base = {
34434             .ob_refcnt = 999999999,
34435             .ob_type = &PyUnicode_Type,
34436         },
34437         .length = 8,
34438         .hash = -1,
34439         .state = {
34440             .kind = 1,
34441             .compact = 1,
34442             .ascii = 1,
34443             .ready = 1,
34444         },
34445     },
34446     ._data = "st_mtime",
34447 };
34448 static
34449     struct {
34450         PyASCIIObject _ascii;
34451         uint8_t _data[8];
34452     }
34453 const_str_st_size = {
34454     ._ascii = {
34455         .ob_base = {
34456             .ob_refcnt = 999999999,
34457             .ob_type = &PyUnicode_Type,
34458         },
34459         .length = 7,
34460         .hash = -1,
34461         .state = {
34462             .kind = 1,
34463             .compact = 1,
34464             .ascii = 1,
34465             .ready = 1,
34466         },
34467     },
34468     ._data = "st_size",
34469 };
34470 static
34471     struct {
34472         PyGC_Head _gc_head;
34473         struct {
34474             PyObject_VAR_HEAD
34475             PyObject *ob_item[3];
34476         }_object;
34477     }
34478 importlib__bootstrap_external_toplevel_consts_61_consts_2_names = {
34479     ._object = {
34480         .ob_base = {
34481             .ob_base = {
34482                 .ob_refcnt = 999999999,
34483                 .ob_type = &PyTuple_Type,
34484             },
34485             .ob_size = 3,
34486         },
34487         .ob_item = {
34488             & const_str__path_stat._ascii.ob_base,
34489             & const_str_st_mtime._ascii.ob_base,
34490             & const_str_st_size._ascii.ob_base,
34491         },
34492     },
34493 };
34494 static
34495     struct {
34496         PyASCIIObject _ascii;
34497         uint8_t _data[28];
34498     }
34499 importlib__bootstrap_external_toplevel_consts_61_consts_2_qualname = {
34500     ._ascii = {
34501         .ob_base = {
34502             .ob_refcnt = 999999999,
34503             .ob_type = &PyUnicode_Type,
34504         },
34505         .length = 27,
34506         .hash = -1,
34507         .state = {
34508             .kind = 1,
34509             .compact = 1,
34510             .ascii = 1,
34511             .ready = 1,
34512         },
34513     },
34514     ._data = "SourceFileLoader.path_stats",
34515 };
34516 static
34517     struct {
34518         PyObject_VAR_HEAD
34519         Py_hash_t ob_shash;
34520         char ob_sval[34];
34521     }
34522 importlib__bootstrap_external_toplevel_consts_61_consts_2_linetable = {
34523     .ob_base = {
34524         .ob_base = {
34525             .ob_refcnt = 999999999,
34526             .ob_type = &PyBytes_Type,
34527         },
34528         .ob_size = 33,
34529     },
34530     .ob_shash = -1,
34531     .ob_sval = "\x80\x00\xe5\x0d\x17\x98\x04\xd1\x0d\x1d\xd4\x0d\x1d\x88\x02\xd8\x19\x1b\x9c\x1b\xa8\x62\xac\x6a\xd0\x0f\x39\xd0\x0f\x39\xd0\x08\x39",
34532 };
34533 static
34534     struct {
34535         PyGC_Head _gc_head;
34536         struct {
34537             PyObject_VAR_HEAD
34538             PyObject *ob_item[3];
34539         }_object;
34540     }
34541 importlib__bootstrap_external_toplevel_consts_61_consts_2_localsplusnames = {
34542     ._object = {
34543         .ob_base = {
34544             .ob_base = {
34545                 .ob_refcnt = 999999999,
34546                 .ob_type = &PyTuple_Type,
34547             },
34548             .ob_size = 3,
34549         },
34550         .ob_item = {
34551             & const_str_self._ascii.ob_base,
34552             &_Py_ID(path),
34553             & const_str_st._ascii.ob_base,
34554         },
34555     },
34556 };
34557 static
34558     struct _PyCode_DEF(62)
34559 importlib__bootstrap_external_toplevel_consts_61_consts_2 = {
34560     .ob_base = {
34561         .ob_base = {
34562             .ob_refcnt = 999999999,
34563             .ob_type = &PyCode_Type,
34564         },
34565         .ob_size = 31,
34566     },
34567     .co_consts = & importlib__bootstrap_external_toplevel_consts_61_consts_2_consts._object.ob_base.ob_base,
34568     .co_names = & importlib__bootstrap_external_toplevel_consts_61_consts_2_names._object.ob_base.ob_base,
34569     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
34570     .co_flags = 3,
34571     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
34572     ._co_linearray_entry_size = 0,
34573     .co_argcount = 2,
34574     .co_posonlyargcount = 0,
34575     .co_kwonlyargcount = 0,
34576     .co_stacksize = 3,
34577     .co_firstlineno = 1146,
34578     .co_nlocalsplus = 3,
34579     .co_nlocals = 3,
34580     .co_nplaincellvars = 0,
34581     .co_ncellvars = 0,
34582     .co_nfreevars = 0,
34583     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_61_consts_2_localsplusnames._object.ob_base.ob_base,
34584     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
34585     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
34586     .co_name = & const_str_path_stats._ascii.ob_base,
34587     .co_qualname = & importlib__bootstrap_external_toplevel_consts_61_consts_2_qualname._ascii.ob_base,
34588     .co_linetable = & importlib__bootstrap_external_toplevel_consts_61_consts_2_linetable.ob_base.ob_base,
34589     ._co_code = NULL,
34590     ._co_linearray = NULL,
34591     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x9c\x02\x53\x00",
34592     ._co_firsttraceable = 0,
34593 };
34594 static
34595     struct {
34596         PyASCIIObject _ascii;
34597         uint8_t _data[6];
34598     }
34599 const_str__mode = {
34600     ._ascii = {
34601         .ob_base = {
34602             .ob_refcnt = 999999999,
34603             .ob_type = &PyUnicode_Type,
34604         },
34605         .length = 5,
34606         .hash = -1,
34607         .state = {
34608             .kind = 1,
34609             .compact = 1,
34610             .ascii = 1,
34611             .ready = 1,
34612         },
34613     },
34614     ._data = "_mode",
34615 };
34616 static
34617     struct {
34618         PyGC_Head _gc_head;
34619         struct {
34620             PyObject_VAR_HEAD
34621             PyObject *ob_item[1];
34622         }_object;
34623     }
34624 importlib__bootstrap_external_toplevel_consts_61_consts_3_consts_1 = {
34625     ._object = {
34626         .ob_base = {
34627             .ob_base = {
34628                 .ob_refcnt = 999999999,
34629                 .ob_type = &PyTuple_Type,
34630             },
34631             .ob_size = 1,
34632         },
34633         .ob_item = {
34634             & const_str__mode._ascii.ob_base,
34635         },
34636     },
34637 };
34638 static
34639     struct {
34640         PyGC_Head _gc_head;
34641         struct {
34642             PyObject_VAR_HEAD
34643             PyObject *ob_item[2];
34644         }_object;
34645     }
34646 importlib__bootstrap_external_toplevel_consts_61_consts_3_consts = {
34647     ._object = {
34648         .ob_base = {
34649             .ob_base = {
34650                 .ob_refcnt = 999999999,
34651                 .ob_type = &PyTuple_Type,
34652             },
34653             .ob_size = 2,
34654         },
34655         .ob_item = {
34656             Py_None,
34657             & importlib__bootstrap_external_toplevel_consts_61_consts_3_consts_1._object.ob_base.ob_base,
34658         },
34659     },
34660 };
34661 static
34662     struct {
34663         PyGC_Head _gc_head;
34664         struct {
34665             PyObject_VAR_HEAD
34666             PyObject *ob_item[2];
34667         }_object;
34668     }
34669 importlib__bootstrap_external_toplevel_consts_61_consts_3_names = {
34670     ._object = {
34671         .ob_base = {
34672             .ob_base = {
34673                 .ob_refcnt = 999999999,
34674                 .ob_type = &PyTuple_Type,
34675             },
34676             .ob_size = 2,
34677         },
34678         .ob_item = {
34679             & const_str__calc_mode._ascii.ob_base,
34680             & const_str_set_data._ascii.ob_base,
34681         },
34682     },
34683 };
34684 static
34685     struct {
34686         PyASCIIObject _ascii;
34687         uint8_t _data[33];
34688     }
34689 importlib__bootstrap_external_toplevel_consts_61_consts_3_qualname = {
34690     ._ascii = {
34691         .ob_base = {
34692             .ob_refcnt = 999999999,
34693             .ob_type = &PyUnicode_Type,
34694         },
34695         .length = 32,
34696         .hash = -1,
34697         .state = {
34698             .kind = 1,
34699             .compact = 1,
34700             .ascii = 1,
34701             .ready = 1,
34702         },
34703     },
34704     ._data = "SourceFileLoader._cache_bytecode",
34705 };
34706 static
34707     struct {
34708         PyObject_VAR_HEAD
34709         Py_hash_t ob_shash;
34710         char ob_sval[40];
34711     }
34712 importlib__bootstrap_external_toplevel_consts_61_consts_3_linetable = {
34713     .ob_base = {
34714         .ob_base = {
34715             .ob_refcnt = 999999999,
34716             .ob_type = &PyBytes_Type,
34717         },
34718         .ob_size = 39,
34719     },
34720     .ob_shash = -1,
34721     .ob_sval = "\x80\x00\xe5\x0f\x19\x98\x2b\xd1\x0f\x26\xd4\x0f\x26\x88\x04\xd8\x0f\x13\x8f\x7d\x8a\x7d\x98\x5d\xa8\x44\xb8\x04\x88\x7d\xd1\x0f\x3d\xd4\x0f\x3d\xd0\x08\x3d",
34722 };
34723 static
34724     struct {
34725         PyGC_Head _gc_head;
34726         struct {
34727             PyObject_VAR_HEAD
34728             PyObject *ob_item[5];
34729         }_object;
34730     }
34731 importlib__bootstrap_external_toplevel_consts_61_consts_3_localsplusnames = {
34732     ._object = {
34733         .ob_base = {
34734             .ob_base = {
34735                 .ob_refcnt = 999999999,
34736                 .ob_type = &PyTuple_Type,
34737             },
34738             .ob_size = 5,
34739         },
34740         .ob_item = {
34741             & const_str_self._ascii.ob_base,
34742             & const_str_source_path._ascii.ob_base,
34743             & const_str_bytecode_path._ascii.ob_base,
34744             & const_str_data._ascii.ob_base,
34745             &_Py_ID(mode),
34746         },
34747     },
34748 };
34749 static
34750     struct _PyCode_DEF(80)
34751 importlib__bootstrap_external_toplevel_consts_61_consts_3 = {
34752     .ob_base = {
34753         .ob_base = {
34754             .ob_refcnt = 999999999,
34755             .ob_type = &PyCode_Type,
34756         },
34757         .ob_size = 40,
34758     },
34759     .co_consts = & importlib__bootstrap_external_toplevel_consts_61_consts_3_consts._object.ob_base.ob_base,
34760     .co_names = & importlib__bootstrap_external_toplevel_consts_61_consts_3_names._object.ob_base.ob_base,
34761     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
34762     .co_flags = 3,
34763     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
34764     ._co_linearray_entry_size = 0,
34765     .co_argcount = 4,
34766     .co_posonlyargcount = 0,
34767     .co_kwonlyargcount = 0,
34768     .co_stacksize = 5,
34769     .co_firstlineno = 1151,
34770     .co_nlocalsplus = 5,
34771     .co_nlocals = 5,
34772     .co_nplaincellvars = 0,
34773     .co_ncellvars = 0,
34774     .co_nfreevars = 0,
34775     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_61_consts_3_localsplusnames._object.ob_base.ob_base,
34776     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
34777     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
34778     .co_name = & const_str__cache_bytecode._ascii.ob_base,
34779     .co_qualname = & importlib__bootstrap_external_toplevel_consts_61_consts_3_qualname._ascii.ob_base,
34780     .co_linetable = & importlib__bootstrap_external_toplevel_consts_61_consts_3_linetable.ob_base.ob_base,
34781     ._co_code = NULL,
34782     ._co_linearray = NULL,
34783     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x00\xa0\x01\x00\x00\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
34784     ._co_firsttraceable = 0,
34785 };
34786 static
34787     struct {
34788         PyASCIIObject _ascii;
34789         uint8_t _data[28];
34790     }
34791 importlib__bootstrap_external_toplevel_consts_61_consts_6_consts_0 = {
34792     ._ascii = {
34793         .ob_base = {
34794             .ob_refcnt = 999999999,
34795             .ob_type = &PyUnicode_Type,
34796         },
34797         .length = 27,
34798         .hash = -1,
34799         .state = {
34800             .kind = 1,
34801             .compact = 1,
34802             .ascii = 1,
34803             .ready = 1,
34804         },
34805     },
34806     ._data = "Write bytes data to a file.",
34807 };
34808 static
34809     struct {
34810         PyASCIIObject _ascii;
34811         uint8_t _data[28];
34812     }
34813 importlib__bootstrap_external_toplevel_consts_61_consts_6_consts_1 = {
34814     ._ascii = {
34815         .ob_base = {
34816             .ob_refcnt = 999999999,
34817             .ob_type = &PyUnicode_Type,
34818         },
34819         .length = 27,
34820         .hash = -1,
34821         .state = {
34822             .kind = 1,
34823             .compact = 1,
34824             .ascii = 1,
34825             .ready = 1,
34826         },
34827     },
34828     ._data = "could not create {!r}: {!r}",
34829 };
34830 static
34831     struct {
34832         PyASCIIObject _ascii;
34833         uint8_t _data[13];
34834     }
34835 importlib__bootstrap_external_toplevel_consts_61_consts_6_consts_3 = {
34836     ._ascii = {
34837         .ob_base = {
34838             .ob_refcnt = 999999999,
34839             .ob_type = &PyUnicode_Type,
34840         },
34841         .length = 12,
34842         .hash = -1,
34843         .state = {
34844             .kind = 1,
34845             .compact = 1,
34846             .ascii = 1,
34847             .ready = 1,
34848         },
34849     },
34850     ._data = "created {!r}",
34851 };
34852 static
34853     struct {
34854         PyGC_Head _gc_head;
34855         struct {
34856             PyObject_VAR_HEAD
34857             PyObject *ob_item[4];
34858         }_object;
34859     }
34860 importlib__bootstrap_external_toplevel_consts_61_consts_6_consts = {
34861     ._object = {
34862         .ob_base = {
34863             .ob_base = {
34864                 .ob_refcnt = 999999999,
34865                 .ob_type = &PyTuple_Type,
34866             },
34867             .ob_size = 4,
34868         },
34869         .ob_item = {
34870             & importlib__bootstrap_external_toplevel_consts_61_consts_6_consts_0._ascii.ob_base,
34871             & importlib__bootstrap_external_toplevel_consts_61_consts_6_consts_1._ascii.ob_base,
34872             Py_None,
34873             & importlib__bootstrap_external_toplevel_consts_61_consts_6_consts_3._ascii.ob_base,
34874         },
34875     },
34876 };
34877 static
34878     struct {
34879         PyASCIIObject _ascii;
34880         uint8_t _data[6];
34881     }
34882 const_str_mkdir = {
34883     ._ascii = {
34884         .ob_base = {
34885             .ob_refcnt = 999999999,
34886             .ob_type = &PyUnicode_Type,
34887         },
34888         .length = 5,
34889         .hash = -1,
34890         .state = {
34891             .kind = 1,
34892             .compact = 1,
34893             .ascii = 1,
34894             .ready = 1,
34895         },
34896     },
34897     ._data = "mkdir",
34898 };
34899 static
34900     struct {
34901         PyASCIIObject _ascii;
34902         uint8_t _data[16];
34903     }
34904 const_str_FileExistsError = {
34905     ._ascii = {
34906         .ob_base = {
34907             .ob_refcnt = 999999999,
34908             .ob_type = &PyUnicode_Type,
34909         },
34910         .length = 15,
34911         .hash = -1,
34912         .state = {
34913             .kind = 1,
34914             .compact = 1,
34915             .ascii = 1,
34916             .ready = 1,
34917         },
34918     },
34919     ._data = "FileExistsError",
34920 };
34921 static
34922     struct {
34923         PyGC_Head _gc_head;
34924         struct {
34925             PyObject_VAR_HEAD
34926             PyObject *ob_item[12];
34927         }_object;
34928     }
34929 importlib__bootstrap_external_toplevel_consts_61_consts_6_names = {
34930     ._object = {
34931         .ob_base = {
34932             .ob_base = {
34933                 .ob_refcnt = 999999999,
34934                 .ob_type = &PyTuple_Type,
34935             },
34936             .ob_size = 12,
34937         },
34938         .ob_item = {
34939             & const_str__path_split._ascii.ob_base,
34940             & const_str__path_isdir._ascii.ob_base,
34941             &_Py_ID(append),
34942             &_Py_ID(reversed),
34943             & const_str__path_join._ascii.ob_base,
34944             & const_str__os._ascii.ob_base,
34945             & const_str_mkdir._ascii.ob_base,
34946             & const_str_FileExistsError._ascii.ob_base,
34947             & const_str_OSError._ascii.ob_base,
34948             &_Py_ID(_bootstrap),
34949             & const_str__verbose_message._ascii.ob_base,
34950             & const_str__write_atomic._ascii.ob_base,
34951         },
34952     },
34953 };
34954 static
34955     struct {
34956         PyASCIIObject _ascii;
34957         uint8_t _data[26];
34958     }
34959 importlib__bootstrap_external_toplevel_consts_61_consts_6_qualname = {
34960     ._ascii = {
34961         .ob_base = {
34962             .ob_refcnt = 999999999,
34963             .ob_type = &PyUnicode_Type,
34964         },
34965         .length = 25,
34966         .hash = -1,
34967         .state = {
34968             .kind = 1,
34969             .compact = 1,
34970             .ascii = 1,
34971             .ready = 1,
34972         },
34973     },
34974     ._data = "SourceFileLoader.set_data",
34975 };
34976 static
34977     struct {
34978         PyObject_VAR_HEAD
34979         Py_hash_t ob_shash;
34980         char ob_sval[422];
34981     }
34982 importlib__bootstrap_external_toplevel_consts_61_consts_6_linetable = {
34983     .ob_base = {
34984         .ob_base = {
34985             .ob_refcnt = 999999999,
34986             .ob_type = &PyBytes_Type,
34987         },
34988         .ob_size = 421,
34989     },
34990     .ob_shash = -1,
34991     .ob_sval = "\x80\x00\xe5\x1b\x26\xa0\x74\xd1\x1b\x2c\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\xd1\x1d\x30\xd4\x1d\x30\xf0\x00\x02\x09\x24\xdd\x1b\x26\xa0\x76\xd1\x1b\x2e\xd4\x1b\x2e\x89\x4c\x88\x46\x90\x44\xd8\x0c\x16\xd7\x0c\x1d\xd2\x0c\x1d\x98\x64\xd1\x0c\x23\xd4\x0c\x23\xd0\x0c\x23\xf0\x05\x00\x0f\x15\xf0\x00\x02\x09\x24\x9d\x5b\xa8\x16\xd1\x1d\x30\xd4\x1d\x30\xf0\x00\x02\x09\x24\xf5\x08\x00\x15\x1d\x98\x5a\xd1\x14\x28\xd4\x14\x28\xf0\x00\x0c\x09\x17\xf0\x00\x0c\x09\x17\x88\x44\xdd\x15\x1f\xa0\x06\xa8\x04\xd1\x15\x2d\xd4\x15\x2d\x88\x46\xf0\x02\x0a\x0d\x17\xdd\x10\x13\x94\x09\x98\x26\xd1\x10\x21\xd4\x10\x21\xd0\x10\x21\xd0\x10\x21\xf8\xdd\x13\x22\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\xd2\x10\x2b\xd0\x2c\x49\xd8\x2c\x32\xb0\x43\xf1\x03\x01\x11\x39\xf4\x00\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\xf0\x0c\x06\x09\x2d\xdd\x0c\x19\x98\x24\xa0\x04\xa0\x65\xd1\x0c\x2c\xd4\x0c\x2c\xd0\x0c\x2c\xdd\x0c\x16\xd7\x0c\x27\xd2\x0c\x27\xa8\x0e\xb8\x04\xd1\x0c\x3d\xd4\x0c\x3d\xd0\x0c\x3d\xd0\x0c\x3d\xd0\x0c\x3d\xf8\xdd\x0f\x16\xf0\x00\x03\x09\x2d\xf0\x00\x03\x09\x2d\xf0\x00\x03\x09\x2d\xe5\x0c\x16\xd7\x0c\x27\xd2\x0c\x27\xd0\x28\x45\xc0\x74\xd8\x28\x2b\xf1\x03\x01\x0d\x2d\xf4\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\xf0\x00\x01\x0d\x2d\xf8\xf8\xf8\xf8\xf0\x05\x03\x09\x2d\xf8\xf8\xf8",
34992 };
34993 static
34994     struct {
34995         PyObject_VAR_HEAD
34996         Py_hash_t ob_shash;
34997         char ob_sval[55];
34998     }
34999 importlib__bootstrap_external_toplevel_consts_61_consts_6_exceptiontable = {
35000     .ob_base = {
35001         .ob_base = {
35002             .ob_refcnt = 999999999,
35003             .ob_type = &PyBytes_Type,
35004         },
35005         .ob_size = 54,
35006     },
35007     .ob_shash = -1,
35008     .ob_sval = "\xc2\x00\x14\x42\x15\x02\xc2\x15\x0a\x43\x12\x05\xc2\x21\x09\x43\x12\x05\xc2\x2a\x1c\x43\x0d\x05\xc3\x0d\x05\x43\x12\x05\xc3\x16\x2c\x44\x04\x00\xc4\x04\x0a\x44\x35\x03\xc4\x0e\x1c\x44\x30\x03\xc4\x30\x05\x44\x35\x03",
35009 };
35010 static
35011     struct {
35012         PyGC_Head _gc_head;
35013         struct {
35014             PyObject_VAR_HEAD
35015             PyObject *ob_item[9];
35016         }_object;
35017     }
35018 importlib__bootstrap_external_toplevel_consts_61_consts_6_localsplusnames = {
35019     ._object = {
35020         .ob_base = {
35021             .ob_base = {
35022                 .ob_refcnt = 999999999,
35023                 .ob_type = &PyTuple_Type,
35024             },
35025             .ob_size = 9,
35026         },
35027         .ob_item = {
35028             & const_str_self._ascii.ob_base,
35029             &_Py_ID(path),
35030             & const_str_data._ascii.ob_base,
35031             & const_str__mode._ascii.ob_base,
35032             &_Py_ID(parent),
35033             &_Py_ID(filename),
35034             & const_str_path_parts._ascii.ob_base,
35035             & const_str_part._ascii.ob_base,
35036             & const_str_exc._ascii.ob_base,
35037         },
35038     },
35039 };
35040 static
35041     struct _PyCode_DEF(624)
35042 importlib__bootstrap_external_toplevel_consts_61_consts_6 = {
35043     .ob_base = {
35044         .ob_base = {
35045             .ob_refcnt = 999999999,
35046             .ob_type = &PyCode_Type,
35047         },
35048         .ob_size = 312,
35049     },
35050     .co_consts = & importlib__bootstrap_external_toplevel_consts_61_consts_6_consts._object.ob_base.ob_base,
35051     .co_names = & importlib__bootstrap_external_toplevel_consts_61_consts_6_names._object.ob_base.ob_base,
35052     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_61_consts_6_exceptiontable.ob_base.ob_base,
35053     .co_flags = 3,
35054     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
35055     ._co_linearray_entry_size = 0,
35056     .co_argcount = 3,
35057     .co_posonlyargcount = 0,
35058     .co_kwonlyargcount = 1,
35059     .co_stacksize = 7,
35060     .co_firstlineno = 1156,
35061     .co_nlocalsplus = 9,
35062     .co_nlocals = 9,
35063     .co_nplaincellvars = 0,
35064     .co_ncellvars = 0,
35065     .co_nfreevars = 0,
35066     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_61_consts_6_localsplusnames._object.ob_base.ob_base,
35067     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
35068     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
35069     .co_name = & const_str_set_data._ascii.ob_base,
35070     .co_qualname = & importlib__bootstrap_external_toplevel_consts_61_consts_6_qualname._ascii.ob_base,
35071     .co_linetable = & importlib__bootstrap_external_toplevel_consts_61_consts_6_linetable.ob_base.ob_base,
35072     ._co_code = NULL,
35073     ._co_linearray = NULL,
35074     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\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\x47\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x38\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x04\x7d\x07\x7c\x06\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x04\x72\x0f\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x38\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x67\x7d\x07\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x07\xa6\x02\x00\x00\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\x06\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x28\x23\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x34\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x28\x7d\x08\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x04\x7c\x08\xa6\x03\x00\x00\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\x09\x00\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\x7c\x03\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00\x23\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x27\x7d\x08\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x01\x7c\x08\xa6\x03\x00\x00\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",
35075     ._co_firsttraceable = 0,
35076 };
35077 static
35078     struct {
35079         PyGC_Head _gc_head;
35080         struct {
35081             PyObject_VAR_HEAD
35082             PyObject *ob_item[8];
35083         }_object;
35084     }
35085 importlib__bootstrap_external_toplevel_consts_61_consts = {
35086     ._object = {
35087         .ob_base = {
35088             .ob_base = {
35089                 .ob_refcnt = 999999999,
35090                 .ob_type = &PyTuple_Type,
35091             },
35092             .ob_size = 8,
35093         },
35094         .ob_item = {
35095             & const_str_SourceFileLoader._ascii.ob_base,
35096             & importlib__bootstrap_external_toplevel_consts_61_consts_1._ascii.ob_base,
35097             & importlib__bootstrap_external_toplevel_consts_61_consts_2.ob_base.ob_base,
35098             & importlib__bootstrap_external_toplevel_consts_61_consts_3.ob_base.ob_base,
35099             & const_int_438.ob_base.ob_base,
35100             & importlib__bootstrap_external_toplevel_consts_61_consts_3_consts_1._object.ob_base.ob_base,
35101             & importlib__bootstrap_external_toplevel_consts_61_consts_6.ob_base.ob_base,
35102             Py_None,
35103         },
35104     },
35105 };
35106 static
35107     struct {
35108         PyGC_Head _gc_head;
35109         struct {
35110             PyObject_VAR_HEAD
35111             PyObject *ob_item[7];
35112         }_object;
35113     }
35114 importlib__bootstrap_external_toplevel_consts_61_names = {
35115     ._object = {
35116         .ob_base = {
35117             .ob_base = {
35118                 .ob_refcnt = 999999999,
35119                 .ob_type = &PyTuple_Type,
35120             },
35121             .ob_size = 7,
35122         },
35123         .ob_item = {
35124             &_Py_ID(__name__),
35125             &_Py_ID(__module__),
35126             &_Py_ID(__qualname__),
35127             &_Py_ID(__doc__),
35128             & const_str_path_stats._ascii.ob_base,
35129             & const_str__cache_bytecode._ascii.ob_base,
35130             & const_str_set_data._ascii.ob_base,
35131         },
35132     },
35133 };
35134 static
35135     struct {
35136         PyObject_VAR_HEAD
35137         Py_hash_t ob_shash;
35138         char ob_sval[87];
35139     }
35140 importlib__bootstrap_external_toplevel_consts_61_linetable = {
35141     .ob_base = {
35142         .ob_base = {
35143             .ob_refcnt = 999999999,
35144             .ob_type = &PyBytes_Type,
35145         },
35146         .ob_size = 86,
35147     },
35148     .ob_shash = -1,
35149     .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",
35150 };
35151 static
35152     struct _PyCode_DEF(42)
35153 importlib__bootstrap_external_toplevel_consts_61 = {
35154     .ob_base = {
35155         .ob_base = {
35156             .ob_refcnt = 999999999,
35157             .ob_type = &PyCode_Type,
35158         },
35159         .ob_size = 21,
35160     },
35161     .co_consts = & importlib__bootstrap_external_toplevel_consts_61_consts._object.ob_base.ob_base,
35162     .co_names = & importlib__bootstrap_external_toplevel_consts_61_names._object.ob_base.ob_base,
35163     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
35164     .co_flags = 0,
35165     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
35166     ._co_linearray_entry_size = 0,
35167     .co_argcount = 0,
35168     .co_posonlyargcount = 0,
35169     .co_kwonlyargcount = 0,
35170     .co_stacksize = 2,
35171     .co_firstlineno = 1142,
35172     .co_nlocalsplus = 0,
35173     .co_nlocals = 0,
35174     .co_nplaincellvars = 0,
35175     .co_ncellvars = 0,
35176     .co_nfreevars = 0,
35177     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
35178     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
35179     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
35180     .co_name = & const_str_SourceFileLoader._ascii.ob_base,
35181     .co_qualname = & const_str_SourceFileLoader._ascii.ob_base,
35182     .co_linetable = & importlib__bootstrap_external_toplevel_consts_61_linetable.ob_base.ob_base,
35183     ._co_code = NULL,
35184     ._co_linearray = NULL,
35185     .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",
35186     ._co_firsttraceable = 0,
35187 };
35188 static
35189     struct {
35190         PyASCIIObject _ascii;
35191         uint8_t _data[21];
35192     }
35193 const_str_SourcelessFileLoader = {
35194     ._ascii = {
35195         .ob_base = {
35196             .ob_refcnt = 999999999,
35197             .ob_type = &PyUnicode_Type,
35198         },
35199         .length = 20,
35200         .hash = -1,
35201         .state = {
35202             .kind = 1,
35203             .compact = 1,
35204             .ascii = 1,
35205             .ready = 1,
35206         },
35207     },
35208     ._data = "SourcelessFileLoader",
35209 };
35210 static
35211     struct {
35212         PyASCIIObject _ascii;
35213         uint8_t _data[46];
35214     }
35215 importlib__bootstrap_external_toplevel_consts_63_consts_1 = {
35216     ._ascii = {
35217         .ob_base = {
35218             .ob_refcnt = 999999999,
35219             .ob_type = &PyUnicode_Type,
35220         },
35221         .length = 45,
35222         .hash = -1,
35223         .state = {
35224             .kind = 1,
35225             .compact = 1,
35226             .ascii = 1,
35227             .ready = 1,
35228         },
35229     },
35230     ._data = "Loader which handles sourceless file imports.",
35231 };
35232 static
35233     struct {
35234         PyGC_Head _gc_head;
35235         struct {
35236             PyObject_VAR_HEAD
35237             PyObject *ob_item[2];
35238         }_object;
35239     }
35240 importlib__bootstrap_external_toplevel_consts_63_consts_2_consts_3 = {
35241     ._object = {
35242         .ob_base = {
35243             .ob_base = {
35244                 .ob_refcnt = 999999999,
35245                 .ob_type = &PyTuple_Type,
35246             },
35247             .ob_size = 2,
35248         },
35249         .ob_item = {
35250             &_Py_ID(name),
35251             & const_str_bytecode_path._ascii.ob_base,
35252         },
35253     },
35254 };
35255 static
35256     struct {
35257         PyGC_Head _gc_head;
35258         struct {
35259             PyObject_VAR_HEAD
35260             PyObject *ob_item[4];
35261         }_object;
35262     }
35263 importlib__bootstrap_external_toplevel_consts_63_consts_2_consts = {
35264     ._object = {
35265         .ob_base = {
35266             .ob_base = {
35267                 .ob_refcnt = 999999999,
35268                 .ob_type = &PyTuple_Type,
35269             },
35270             .ob_size = 4,
35271         },
35272         .ob_item = {
35273             Py_None,
35274             & importlib__bootstrap_external_toplevel_consts_46_consts_4._object.ob_base.ob_base,
35275             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 16],
35276             & importlib__bootstrap_external_toplevel_consts_63_consts_2_consts_3._object.ob_base.ob_base,
35277         },
35278     },
35279 };
35280 static
35281     struct {
35282         PyGC_Head _gc_head;
35283         struct {
35284             PyObject_VAR_HEAD
35285             PyObject *ob_item[5];
35286         }_object;
35287     }
35288 importlib__bootstrap_external_toplevel_consts_63_consts_2_names = {
35289     ._object = {
35290         .ob_base = {
35291             .ob_base = {
35292                 .ob_refcnt = 999999999,
35293                 .ob_type = &PyTuple_Type,
35294             },
35295             .ob_size = 5,
35296         },
35297         .ob_item = {
35298             & const_str_get_filename._ascii.ob_base,
35299             & const_str_get_data._ascii.ob_base,
35300             & const_str__classify_pyc._ascii.ob_base,
35301             & const_str__compile_bytecode._ascii.ob_base,
35302             & const_str_memoryview._ascii.ob_base,
35303         },
35304     },
35305 };
35306 static
35307     struct {
35308         PyASCIIObject _ascii;
35309         uint8_t _data[30];
35310     }
35311 importlib__bootstrap_external_toplevel_consts_63_consts_2_qualname = {
35312     ._ascii = {
35313         .ob_base = {
35314             .ob_refcnt = 999999999,
35315             .ob_type = &PyUnicode_Type,
35316         },
35317         .length = 29,
35318         .hash = -1,
35319         .state = {
35320             .kind = 1,
35321             .compact = 1,
35322             .ascii = 1,
35323             .ready = 1,
35324         },
35325     },
35326     ._data = "SourcelessFileLoader.get_code",
35327 };
35328 static
35329     struct {
35330         PyObject_VAR_HEAD
35331         Py_hash_t ob_shash;
35332         char ob_sval[128];
35333     }
35334 importlib__bootstrap_external_toplevel_consts_63_consts_2_linetable = {
35335     .ob_base = {
35336         .ob_base = {
35337             .ob_refcnt = 999999999,
35338             .ob_type = &PyBytes_Type,
35339         },
35340         .ob_size = 127,
35341     },
35342     .ob_shash = -1,
35343     .ob_sval = "\x80\x00\xd8\x0f\x13\xd7\x0f\x20\xd2\x0f\x20\xa0\x18\xd1\x0f\x2a\xd4\x0f\x2a\x88\x04\xd8\x0f\x13\x8f\x7d\x8a\x7d\x98\x54\xd1\x0f\x22\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\xd1\x08\x32\xd4\x08\x32\xd0\x08\x32\xdd\x0f\x20\xdd\x0c\x16\x90\x74\xd1\x0c\x1c\xd4\x0c\x1c\x98\x52\x98\x53\x98\x53\xd4\x0c\x21\xd8\x11\x19\xd8\x1a\x1e\xf0\x07\x04\x10\x0a\xf1\x00\x04\x10\x0a\xf4\x00\x04\x10\x0a\xf0\x00\x04\x09\x0a",
35344 };
35345 static
35346     struct {
35347         PyGC_Head _gc_head;
35348         struct {
35349             PyObject_VAR_HEAD
35350             PyObject *ob_item[5];
35351         }_object;
35352     }
35353 importlib__bootstrap_external_toplevel_consts_63_consts_2_localsplusnames = {
35354     ._object = {
35355         .ob_base = {
35356             .ob_base = {
35357                 .ob_refcnt = 999999999,
35358                 .ob_type = &PyTuple_Type,
35359             },
35360             .ob_size = 5,
35361         },
35362         .ob_item = {
35363             & const_str_self._ascii.ob_base,
35364             & const_str_fullname._ascii.ob_base,
35365             &_Py_ID(path),
35366             & const_str_data._ascii.ob_base,
35367             & const_str_exc_details._ascii.ob_base,
35368         },
35369     },
35370 };
35371 static
35372     struct _PyCode_DEF(208)
35373 importlib__bootstrap_external_toplevel_consts_63_consts_2 = {
35374     .ob_base = {
35375         .ob_base = {
35376             .ob_refcnt = 999999999,
35377             .ob_type = &PyCode_Type,
35378         },
35379         .ob_size = 104,
35380     },
35381     .co_consts = & importlib__bootstrap_external_toplevel_consts_63_consts_2_consts._object.ob_base.ob_base,
35382     .co_names = & importlib__bootstrap_external_toplevel_consts_63_consts_2_names._object.ob_base.ob_base,
35383     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
35384     .co_flags = 3,
35385     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
35386     ._co_linearray_entry_size = 0,
35387     .co_argcount = 2,
35388     .co_posonlyargcount = 0,
35389     .co_kwonlyargcount = 0,
35390     .co_stacksize = 5,
35391     .co_firstlineno = 1191,
35392     .co_nlocalsplus = 5,
35393     .co_nlocals = 5,
35394     .co_nplaincellvars = 0,
35395     .co_ncellvars = 0,
35396     .co_nfreevars = 0,
35397     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_63_consts_2_localsplusnames._object.ob_base.ob_base,
35398     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
35399     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
35400     .co_name = & const_str_get_code._ascii.ob_base,
35401     .co_qualname = & importlib__bootstrap_external_toplevel_consts_63_consts_2_qualname._ascii.ob_base,
35402     .co_linetable = & importlib__bootstrap_external_toplevel_consts_63_consts_2_linetable.ob_base.ob_base,
35403     ._co_code = NULL,
35404     ._co_linearray = NULL,
35405     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\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\xa6\x03\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x00\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xac\x03\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
35406     ._co_firsttraceable = 0,
35407 };
35408 static
35409     struct {
35410         PyASCIIObject _ascii;
35411         uint8_t _data[40];
35412     }
35413 importlib__bootstrap_external_toplevel_consts_63_consts_3_consts_0 = {
35414     ._ascii = {
35415         .ob_base = {
35416             .ob_refcnt = 999999999,
35417             .ob_type = &PyUnicode_Type,
35418         },
35419         .length = 39,
35420         .hash = -1,
35421         .state = {
35422             .kind = 1,
35423             .compact = 1,
35424             .ascii = 1,
35425             .ready = 1,
35426         },
35427     },
35428     ._data = "Return None as there is no source code.",
35429 };
35430 static
35431     struct {
35432         PyGC_Head _gc_head;
35433         struct {
35434             PyObject_VAR_HEAD
35435             PyObject *ob_item[2];
35436         }_object;
35437     }
35438 importlib__bootstrap_external_toplevel_consts_63_consts_3_consts = {
35439     ._object = {
35440         .ob_base = {
35441             .ob_base = {
35442                 .ob_refcnt = 999999999,
35443                 .ob_type = &PyTuple_Type,
35444             },
35445             .ob_size = 2,
35446         },
35447         .ob_item = {
35448             & importlib__bootstrap_external_toplevel_consts_63_consts_3_consts_0._ascii.ob_base,
35449             Py_None,
35450         },
35451     },
35452 };
35453 static
35454     struct {
35455         PyASCIIObject _ascii;
35456         uint8_t _data[32];
35457     }
35458 importlib__bootstrap_external_toplevel_consts_63_consts_3_qualname = {
35459     ._ascii = {
35460         .ob_base = {
35461             .ob_refcnt = 999999999,
35462             .ob_type = &PyUnicode_Type,
35463         },
35464         .length = 31,
35465         .hash = -1,
35466         .state = {
35467             .kind = 1,
35468             .compact = 1,
35469             .ascii = 1,
35470             .ready = 1,
35471         },
35472     },
35473     ._data = "SourcelessFileLoader.get_source",
35474 };
35475 static
35476     struct {
35477         PyObject_VAR_HEAD
35478         Py_hash_t ob_shash;
35479         char ob_sval[8];
35480     }
35481 importlib__bootstrap_external_toplevel_consts_63_consts_3_linetable = {
35482     .ob_base = {
35483         .ob_base = {
35484             .ob_refcnt = 999999999,
35485             .ob_type = &PyBytes_Type,
35486         },
35487         .ob_size = 7,
35488     },
35489     .ob_shash = -1,
35490     .ob_sval = "\x80\x00\xe0\x0f\x13\x88\x74",
35491 };
35492 static
35493     struct _PyCode_DEF(6)
35494 importlib__bootstrap_external_toplevel_consts_63_consts_3 = {
35495     .ob_base = {
35496         .ob_base = {
35497             .ob_refcnt = 999999999,
35498             .ob_type = &PyCode_Type,
35499         },
35500         .ob_size = 3,
35501     },
35502     .co_consts = & importlib__bootstrap_external_toplevel_consts_63_consts_3_consts._object.ob_base.ob_base,
35503     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
35504     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
35505     .co_flags = 3,
35506     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
35507     ._co_linearray_entry_size = 0,
35508     .co_argcount = 2,
35509     .co_posonlyargcount = 0,
35510     .co_kwonlyargcount = 0,
35511     .co_stacksize = 1,
35512     .co_firstlineno = 1207,
35513     .co_nlocalsplus = 2,
35514     .co_nlocals = 2,
35515     .co_nplaincellvars = 0,
35516     .co_ncellvars = 0,
35517     .co_nfreevars = 0,
35518     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
35519     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
35520     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
35521     .co_name = &_Py_ID(get_source),
35522     .co_qualname = & importlib__bootstrap_external_toplevel_consts_63_consts_3_qualname._ascii.ob_base,
35523     .co_linetable = & importlib__bootstrap_external_toplevel_consts_63_consts_3_linetable.ob_base.ob_base,
35524     ._co_code = NULL,
35525     ._co_linearray = NULL,
35526     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
35527     ._co_firsttraceable = 0,
35528 };
35529 static
35530     struct {
35531         PyGC_Head _gc_head;
35532         struct {
35533             PyObject_VAR_HEAD
35534             PyObject *ob_item[5];
35535         }_object;
35536     }
35537 importlib__bootstrap_external_toplevel_consts_63_consts = {
35538     ._object = {
35539         .ob_base = {
35540             .ob_base = {
35541                 .ob_refcnt = 999999999,
35542                 .ob_type = &PyTuple_Type,
35543             },
35544             .ob_size = 5,
35545         },
35546         .ob_item = {
35547             & const_str_SourcelessFileLoader._ascii.ob_base,
35548             & importlib__bootstrap_external_toplevel_consts_63_consts_1._ascii.ob_base,
35549             & importlib__bootstrap_external_toplevel_consts_63_consts_2.ob_base.ob_base,
35550             & importlib__bootstrap_external_toplevel_consts_63_consts_3.ob_base.ob_base,
35551             Py_None,
35552         },
35553     },
35554 };
35555 static
35556     struct {
35557         PyGC_Head _gc_head;
35558         struct {
35559             PyObject_VAR_HEAD
35560             PyObject *ob_item[6];
35561         }_object;
35562     }
35563 importlib__bootstrap_external_toplevel_consts_63_names = {
35564     ._object = {
35565         .ob_base = {
35566             .ob_base = {
35567                 .ob_refcnt = 999999999,
35568                 .ob_type = &PyTuple_Type,
35569             },
35570             .ob_size = 6,
35571         },
35572         .ob_item = {
35573             &_Py_ID(__name__),
35574             &_Py_ID(__module__),
35575             &_Py_ID(__qualname__),
35576             &_Py_ID(__doc__),
35577             & const_str_get_code._ascii.ob_base,
35578             &_Py_ID(get_source),
35579         },
35580     },
35581 };
35582 static
35583     struct {
35584         PyObject_VAR_HEAD
35585         Py_hash_t ob_shash;
35586         char ob_sval[57];
35587     }
35588 importlib__bootstrap_external_toplevel_consts_63_linetable = {
35589     .ob_base = {
35590         .ob_base = {
35591             .ob_refcnt = 999999999,
35592             .ob_type = &PyBytes_Type,
35593         },
35594         .ob_size = 56,
35595     },
35596     .ob_shash = -1,
35597     .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",
35598 };
35599 static
35600     struct _PyCode_DEF(30)
35601 importlib__bootstrap_external_toplevel_consts_63 = {
35602     .ob_base = {
35603         .ob_base = {
35604             .ob_refcnt = 999999999,
35605             .ob_type = &PyCode_Type,
35606         },
35607         .ob_size = 15,
35608     },
35609     .co_consts = & importlib__bootstrap_external_toplevel_consts_63_consts._object.ob_base.ob_base,
35610     .co_names = & importlib__bootstrap_external_toplevel_consts_63_names._object.ob_base.ob_base,
35611     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
35612     .co_flags = 0,
35613     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
35614     ._co_linearray_entry_size = 0,
35615     .co_argcount = 0,
35616     .co_posonlyargcount = 0,
35617     .co_kwonlyargcount = 0,
35618     .co_stacksize = 1,
35619     .co_firstlineno = 1187,
35620     .co_nlocalsplus = 0,
35621     .co_nlocals = 0,
35622     .co_nplaincellvars = 0,
35623     .co_ncellvars = 0,
35624     .co_nfreevars = 0,
35625     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
35626     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
35627     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
35628     .co_name = & const_str_SourcelessFileLoader._ascii.ob_base,
35629     .co_qualname = & const_str_SourcelessFileLoader._ascii.ob_base,
35630     .co_linetable = & importlib__bootstrap_external_toplevel_consts_63_linetable.ob_base.ob_base,
35631     ._co_code = NULL,
35632     ._co_linearray = NULL,
35633     .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",
35634     ._co_firsttraceable = 0,
35635 };
35636 static
35637     struct {
35638         PyASCIIObject _ascii;
35639         uint8_t _data[94];
35640     }
35641 importlib__bootstrap_external_toplevel_consts_65_consts_1 = {
35642     ._ascii = {
35643         .ob_base = {
35644             .ob_refcnt = 999999999,
35645             .ob_type = &PyUnicode_Type,
35646         },
35647         .length = 93,
35648         .hash = -1,
35649         .state = {
35650             .kind = 1,
35651             .compact = 1,
35652             .ascii = 1,
35653             .ready = 1,
35654         },
35655     },
35656     ._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",
35657 };
35658 static
35659     struct {
35660         PyASCIIObject _ascii;
35661         uint8_t _data[29];
35662     }
35663 importlib__bootstrap_external_toplevel_consts_65_consts_2_qualname = {
35664     ._ascii = {
35665         .ob_base = {
35666             .ob_refcnt = 999999999,
35667             .ob_type = &PyUnicode_Type,
35668         },
35669         .length = 28,
35670         .hash = -1,
35671         .state = {
35672             .kind = 1,
35673             .compact = 1,
35674             .ascii = 1,
35675             .ready = 1,
35676         },
35677     },
35678     ._data = "ExtensionFileLoader.__init__",
35679 };
35680 static
35681     struct {
35682         PyObject_VAR_HEAD
35683         Py_hash_t ob_shash;
35684         char ob_sval[21];
35685     }
35686 importlib__bootstrap_external_toplevel_consts_65_consts_2_linetable = {
35687     .ob_base = {
35688         .ob_base = {
35689             .ob_refcnt = 999999999,
35690             .ob_type = &PyBytes_Type,
35691         },
35692         .ob_size = 20,
35693     },
35694     .ob_shash = -1,
35695     .ob_sval = "\x80\x00\xd8\x14\x18\x88\x04\x8c\x09\xd8\x14\x18\x88\x04\x8c\x09\x88\x09\x88\x09",
35696 };
35697 static
35698     struct {
35699         PyGC_Head _gc_head;
35700         struct {
35701             PyObject_VAR_HEAD
35702             PyObject *ob_item[3];
35703         }_object;
35704     }
35705 importlib__bootstrap_external_toplevel_consts_65_consts_2_localsplusnames = {
35706     ._object = {
35707         .ob_base = {
35708             .ob_base = {
35709                 .ob_refcnt = 999999999,
35710                 .ob_type = &PyTuple_Type,
35711             },
35712             .ob_size = 3,
35713         },
35714         .ob_item = {
35715             & const_str_self._ascii.ob_base,
35716             &_Py_ID(name),
35717             &_Py_ID(path),
35718         },
35719     },
35720 };
35721 static
35722     struct _PyCode_DEF(34)
35723 importlib__bootstrap_external_toplevel_consts_65_consts_2 = {
35724     .ob_base = {
35725         .ob_base = {
35726             .ob_refcnt = 999999999,
35727             .ob_type = &PyCode_Type,
35728         },
35729         .ob_size = 17,
35730     },
35731     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
35732     .co_names = & importlib__bootstrap_external_toplevel_consts_46_consts_4._object.ob_base.ob_base,
35733     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
35734     .co_flags = 3,
35735     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
35736     ._co_linearray_entry_size = 0,
35737     .co_argcount = 3,
35738     .co_posonlyargcount = 0,
35739     .co_kwonlyargcount = 0,
35740     .co_stacksize = 2,
35741     .co_firstlineno = 1220,
35742     .co_nlocalsplus = 3,
35743     .co_nlocals = 3,
35744     .co_nplaincellvars = 0,
35745     .co_ncellvars = 0,
35746     .co_nfreevars = 0,
35747     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_65_consts_2_localsplusnames._object.ob_base.ob_base,
35748     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
35749     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
35750     .co_name = &_Py_ID(__init__),
35751     .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_2_qualname._ascii.ob_base,
35752     .co_linetable = & importlib__bootstrap_external_toplevel_consts_65_consts_2_linetable.ob_base.ob_base,
35753     ._co_code = NULL,
35754     ._co_linearray = NULL,
35755     .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",
35756     ._co_firsttraceable = 0,
35757 };
35758 static
35759     struct {
35760         PyASCIIObject _ascii;
35761         uint8_t _data[27];
35762     }
35763 importlib__bootstrap_external_toplevel_consts_65_consts_3_qualname = {
35764     ._ascii = {
35765         .ob_base = {
35766             .ob_refcnt = 999999999,
35767             .ob_type = &PyUnicode_Type,
35768         },
35769         .length = 26,
35770         .hash = -1,
35771         .state = {
35772             .kind = 1,
35773             .compact = 1,
35774             .ascii = 1,
35775             .ready = 1,
35776         },
35777     },
35778     ._data = "ExtensionFileLoader.__eq__",
35779 };
35780 static
35781     struct _PyCode_DEF(66)
35782 importlib__bootstrap_external_toplevel_consts_65_consts_3 = {
35783     .ob_base = {
35784         .ob_base = {
35785             .ob_refcnt = 999999999,
35786             .ob_type = &PyCode_Type,
35787         },
35788         .ob_size = 33,
35789     },
35790     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
35791     .co_names = & importlib__bootstrap_external_toplevel_consts_59_consts_3_names._object.ob_base.ob_base,
35792     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
35793     .co_flags = 3,
35794     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
35795     ._co_linearray_entry_size = 0,
35796     .co_argcount = 2,
35797     .co_posonlyargcount = 0,
35798     .co_kwonlyargcount = 0,
35799     .co_stacksize = 2,
35800     .co_firstlineno = 1224,
35801     .co_nlocalsplus = 2,
35802     .co_nlocals = 2,
35803     .co_nplaincellvars = 0,
35804     .co_ncellvars = 0,
35805     .co_nfreevars = 0,
35806     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
35807     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
35808     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
35809     .co_name = &_Py_ID(__eq__),
35810     .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_3_qualname._ascii.ob_base,
35811     .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_3_linetable.ob_base.ob_base,
35812     ._co_code = NULL,
35813     ._co_linearray = NULL,
35814     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x6f\x0f\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00",
35815     ._co_firsttraceable = 0,
35816 };
35817 static
35818     struct {
35819         PyASCIIObject _ascii;
35820         uint8_t _data[29];
35821     }
35822 importlib__bootstrap_external_toplevel_consts_65_consts_4_qualname = {
35823     ._ascii = {
35824         .ob_base = {
35825             .ob_refcnt = 999999999,
35826             .ob_type = &PyUnicode_Type,
35827         },
35828         .length = 28,
35829         .hash = -1,
35830         .state = {
35831             .kind = 1,
35832             .compact = 1,
35833             .ascii = 1,
35834             .ready = 1,
35835         },
35836     },
35837     ._data = "ExtensionFileLoader.__hash__",
35838 };
35839 static
35840     struct _PyCode_DEF(84)
35841 importlib__bootstrap_external_toplevel_consts_65_consts_4 = {
35842     .ob_base = {
35843         .ob_base = {
35844             .ob_refcnt = 999999999,
35845             .ob_type = &PyCode_Type,
35846         },
35847         .ob_size = 42,
35848     },
35849     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
35850     .co_names = & importlib__bootstrap_external_toplevel_consts_59_consts_4_names._object.ob_base.ob_base,
35851     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
35852     .co_flags = 3,
35853     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
35854     ._co_linearray_entry_size = 0,
35855     .co_argcount = 1,
35856     .co_posonlyargcount = 0,
35857     .co_kwonlyargcount = 0,
35858     .co_stacksize = 4,
35859     .co_firstlineno = 1228,
35860     .co_nlocalsplus = 1,
35861     .co_nlocals = 1,
35862     .co_nplaincellvars = 0,
35863     .co_ncellvars = 0,
35864     .co_nfreevars = 0,
35865     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
35866     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
35867     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
35868     .co_name = &_Py_ID(__hash__),
35869     .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_4_qualname._ascii.ob_base,
35870     .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_4_linetable.ob_base.ob_base,
35871     ._co_code = NULL,
35872     ._co_linearray = NULL,
35873     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x0c\x00\x00\x53\x00",
35874     ._co_firsttraceable = 0,
35875 };
35876 static
35877     struct {
35878         PyASCIIObject _ascii;
35879         uint8_t _data[41];
35880     }
35881 importlib__bootstrap_external_toplevel_consts_65_consts_5_consts_0 = {
35882     ._ascii = {
35883         .ob_base = {
35884             .ob_refcnt = 999999999,
35885             .ob_type = &PyUnicode_Type,
35886         },
35887         .length = 40,
35888         .hash = -1,
35889         .state = {
35890             .kind = 1,
35891             .compact = 1,
35892             .ascii = 1,
35893             .ready = 1,
35894         },
35895     },
35896     ._data = "Create an uninitialized extension module",
35897 };
35898 static
35899     struct {
35900         PyASCIIObject _ascii;
35901         uint8_t _data[39];
35902     }
35903 importlib__bootstrap_external_toplevel_consts_65_consts_5_consts_1 = {
35904     ._ascii = {
35905         .ob_base = {
35906             .ob_refcnt = 999999999,
35907             .ob_type = &PyUnicode_Type,
35908         },
35909         .length = 38,
35910         .hash = -1,
35911         .state = {
35912             .kind = 1,
35913             .compact = 1,
35914             .ascii = 1,
35915             .ready = 1,
35916         },
35917     },
35918     ._data = "extension module {!r} loaded from {!r}",
35919 };
35920 static
35921     struct {
35922         PyGC_Head _gc_head;
35923         struct {
35924             PyObject_VAR_HEAD
35925             PyObject *ob_item[2];
35926         }_object;
35927     }
35928 importlib__bootstrap_external_toplevel_consts_65_consts_5_consts = {
35929     ._object = {
35930         .ob_base = {
35931             .ob_base = {
35932                 .ob_refcnt = 999999999,
35933                 .ob_type = &PyTuple_Type,
35934             },
35935             .ob_size = 2,
35936         },
35937         .ob_item = {
35938             & importlib__bootstrap_external_toplevel_consts_65_consts_5_consts_0._ascii.ob_base,
35939             & importlib__bootstrap_external_toplevel_consts_65_consts_5_consts_1._ascii.ob_base,
35940         },
35941     },
35942 };
35943 static
35944     struct {
35945         PyASCIIObject _ascii;
35946         uint8_t _data[15];
35947     }
35948 const_str_create_dynamic = {
35949     ._ascii = {
35950         .ob_base = {
35951             .ob_refcnt = 999999999,
35952             .ob_type = &PyUnicode_Type,
35953         },
35954         .length = 14,
35955         .hash = -1,
35956         .state = {
35957             .kind = 1,
35958             .compact = 1,
35959             .ascii = 1,
35960             .ready = 1,
35961         },
35962     },
35963     ._data = "create_dynamic",
35964 };
35965 static
35966     struct {
35967         PyGC_Head _gc_head;
35968         struct {
35969             PyObject_VAR_HEAD
35970             PyObject *ob_item[7];
35971         }_object;
35972     }
35973 importlib__bootstrap_external_toplevel_consts_65_consts_5_names = {
35974     ._object = {
35975         .ob_base = {
35976             .ob_base = {
35977                 .ob_refcnt = 999999999,
35978                 .ob_type = &PyTuple_Type,
35979             },
35980             .ob_size = 7,
35981         },
35982         .ob_item = {
35983             &_Py_ID(_bootstrap),
35984             & const_str__call_with_frames_removed._ascii.ob_base,
35985             & const_str__imp._ascii.ob_base,
35986             & const_str_create_dynamic._ascii.ob_base,
35987             & const_str__verbose_message._ascii.ob_base,
35988             &_Py_ID(name),
35989             &_Py_ID(path),
35990         },
35991     },
35992 };
35993 static
35994     struct {
35995         PyASCIIObject _ascii;
35996         uint8_t _data[34];
35997     }
35998 importlib__bootstrap_external_toplevel_consts_65_consts_5_qualname = {
35999     ._ascii = {
36000         .ob_base = {
36001             .ob_refcnt = 999999999,
36002             .ob_type = &PyUnicode_Type,
36003         },
36004         .length = 33,
36005         .hash = -1,
36006         .state = {
36007             .kind = 1,
36008             .compact = 1,
36009             .ascii = 1,
36010             .ready = 1,
36011         },
36012     },
36013     ._data = "ExtensionFileLoader.create_module",
36014 };
36015 static
36016     struct {
36017         PyObject_VAR_HEAD
36018         Py_hash_t ob_shash;
36019         char ob_sval[73];
36020     }
36021 importlib__bootstrap_external_toplevel_consts_65_consts_5_linetable = {
36022     .ob_base = {
36023         .ob_base = {
36024             .ob_refcnt = 999999999,
36025             .ob_type = &PyBytes_Type,
36026         },
36027         .ob_size = 72,
36028     },
36029     .ob_shash = -1,
36030     .ob_sval = "\x80\x00\xe5\x11\x1b\xd7\x11\x35\xd2\x11\x35\xdd\x0c\x10\xd4\x0c\x1f\xa0\x14\xf1\x03\x01\x12\x27\xf4\x00\x01\x12\x27\x88\x06\xe5\x08\x12\xd7\x08\x23\xd2\x08\x23\xd0\x24\x4c\xd8\x19\x1d\x9c\x19\xa0\x44\xa4\x49\xf1\x03\x01\x09\x2f\xf4\x00\x01\x09\x2f\xf0\x00\x01\x09\x2f\xe0\x0f\x15\x88\x0d",
36031 };
36032 static
36033     struct {
36034         PyGC_Head _gc_head;
36035         struct {
36036             PyObject_VAR_HEAD
36037             PyObject *ob_item[3];
36038         }_object;
36039     }
36040 importlib__bootstrap_external_toplevel_consts_65_consts_5_localsplusnames = {
36041     ._object = {
36042         .ob_base = {
36043             .ob_base = {
36044                 .ob_refcnt = 999999999,
36045                 .ob_type = &PyTuple_Type,
36046             },
36047             .ob_size = 3,
36048         },
36049         .ob_item = {
36050             & const_str_self._ascii.ob_base,
36051             & const_str_spec._ascii.ob_base,
36052             & const_str_module._ascii.ob_base,
36053         },
36054     },
36055 };
36056 static
36057     struct _PyCode_DEF(156)
36058 importlib__bootstrap_external_toplevel_consts_65_consts_5 = {
36059     .ob_base = {
36060         .ob_base = {
36061             .ob_refcnt = 999999999,
36062             .ob_type = &PyCode_Type,
36063         },
36064         .ob_size = 78,
36065     },
36066     .co_consts = & importlib__bootstrap_external_toplevel_consts_65_consts_5_consts._object.ob_base.ob_base,
36067     .co_names = & importlib__bootstrap_external_toplevel_consts_65_consts_5_names._object.ob_base.ob_base,
36068     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
36069     .co_flags = 3,
36070     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
36071     ._co_linearray_entry_size = 0,
36072     .co_argcount = 2,
36073     .co_posonlyargcount = 0,
36074     .co_kwonlyargcount = 0,
36075     .co_stacksize = 5,
36076     .co_firstlineno = 1231,
36077     .co_nlocalsplus = 3,
36078     .co_nlocals = 3,
36079     .co_nplaincellvars = 0,
36080     .co_ncellvars = 0,
36081     .co_nfreevars = 0,
36082     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_65_consts_5_localsplusnames._object.ob_base.ob_base,
36083     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
36084     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
36085     .co_name = & const_str_create_module._ascii.ob_base,
36086     .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_5_qualname._ascii.ob_base,
36087     .co_linetable = & importlib__bootstrap_external_toplevel_consts_65_consts_5_linetable.ob_base.ob_base,
36088     ._co_code = NULL,
36089     ._co_linearray = NULL,
36090     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\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\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x01\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x53\x00",
36091     ._co_firsttraceable = 0,
36092 };
36093 static
36094     struct {
36095         PyASCIIObject _ascii;
36096         uint8_t _data[31];
36097     }
36098 importlib__bootstrap_external_toplevel_consts_65_consts_6_consts_0 = {
36099     ._ascii = {
36100         .ob_base = {
36101             .ob_refcnt = 999999999,
36102             .ob_type = &PyUnicode_Type,
36103         },
36104         .length = 30,
36105         .hash = -1,
36106         .state = {
36107             .kind = 1,
36108             .compact = 1,
36109             .ascii = 1,
36110             .ready = 1,
36111         },
36112     },
36113     ._data = "Initialize an extension module",
36114 };
36115 static
36116     struct {
36117         PyASCIIObject _ascii;
36118         uint8_t _data[41];
36119     }
36120 importlib__bootstrap_external_toplevel_consts_65_consts_6_consts_1 = {
36121     ._ascii = {
36122         .ob_base = {
36123             .ob_refcnt = 999999999,
36124             .ob_type = &PyUnicode_Type,
36125         },
36126         .length = 40,
36127         .hash = -1,
36128         .state = {
36129             .kind = 1,
36130             .compact = 1,
36131             .ascii = 1,
36132             .ready = 1,
36133         },
36134     },
36135     ._data = "extension module {!r} executed from {!r}",
36136 };
36137 static
36138     struct {
36139         PyGC_Head _gc_head;
36140         struct {
36141             PyObject_VAR_HEAD
36142             PyObject *ob_item[3];
36143         }_object;
36144     }
36145 importlib__bootstrap_external_toplevel_consts_65_consts_6_consts = {
36146     ._object = {
36147         .ob_base = {
36148             .ob_base = {
36149                 .ob_refcnt = 999999999,
36150                 .ob_type = &PyTuple_Type,
36151             },
36152             .ob_size = 3,
36153         },
36154         .ob_item = {
36155             & importlib__bootstrap_external_toplevel_consts_65_consts_6_consts_0._ascii.ob_base,
36156             & importlib__bootstrap_external_toplevel_consts_65_consts_6_consts_1._ascii.ob_base,
36157             Py_None,
36158         },
36159     },
36160 };
36161 static
36162     struct {
36163         PyASCIIObject _ascii;
36164         uint8_t _data[13];
36165     }
36166 const_str_exec_dynamic = {
36167     ._ascii = {
36168         .ob_base = {
36169             .ob_refcnt = 999999999,
36170             .ob_type = &PyUnicode_Type,
36171         },
36172         .length = 12,
36173         .hash = -1,
36174         .state = {
36175             .kind = 1,
36176             .compact = 1,
36177             .ascii = 1,
36178             .ready = 1,
36179         },
36180     },
36181     ._data = "exec_dynamic",
36182 };
36183 static
36184     struct {
36185         PyGC_Head _gc_head;
36186         struct {
36187             PyObject_VAR_HEAD
36188             PyObject *ob_item[7];
36189         }_object;
36190     }
36191 importlib__bootstrap_external_toplevel_consts_65_consts_6_names = {
36192     ._object = {
36193         .ob_base = {
36194             .ob_base = {
36195                 .ob_refcnt = 999999999,
36196                 .ob_type = &PyTuple_Type,
36197             },
36198             .ob_size = 7,
36199         },
36200         .ob_item = {
36201             &_Py_ID(_bootstrap),
36202             & const_str__call_with_frames_removed._ascii.ob_base,
36203             & const_str__imp._ascii.ob_base,
36204             & const_str_exec_dynamic._ascii.ob_base,
36205             & const_str__verbose_message._ascii.ob_base,
36206             &_Py_ID(name),
36207             &_Py_ID(path),
36208         },
36209     },
36210 };
36211 static
36212     struct {
36213         PyASCIIObject _ascii;
36214         uint8_t _data[32];
36215     }
36216 importlib__bootstrap_external_toplevel_consts_65_consts_6_qualname = {
36217     ._ascii = {
36218         .ob_base = {
36219             .ob_refcnt = 999999999,
36220             .ob_type = &PyUnicode_Type,
36221         },
36222         .length = 31,
36223         .hash = -1,
36224         .state = {
36225             .kind = 1,
36226             .compact = 1,
36227             .ascii = 1,
36228             .ready = 1,
36229         },
36230     },
36231     ._data = "ExtensionFileLoader.exec_module",
36232 };
36233 static
36234     struct {
36235         PyObject_VAR_HEAD
36236         Py_hash_t ob_shash;
36237         char ob_sval[74];
36238     }
36239 importlib__bootstrap_external_toplevel_consts_65_consts_6_linetable = {
36240     .ob_base = {
36241         .ob_base = {
36242             .ob_refcnt = 999999999,
36243             .ob_type = &PyBytes_Type,
36244         },
36245         .ob_size = 73,
36246     },
36247     .ob_shash = -1,
36248     .ob_sval = "\x80\x00\xe5\x08\x12\xd7\x08\x2c\xd2\x08\x2c\xad\x54\xd4\x2d\x3e\xc0\x06\xd1\x08\x47\xd4\x08\x47\xd0\x08\x47\xdd\x08\x12\xd7\x08\x23\xd2\x08\x23\xd0\x24\x4e\xd8\x19\x1d\x9c\x19\xa0\x44\xa4\x49\xf1\x03\x01\x09\x2f\xf4\x00\x01\x09\x2f\xf0\x00\x01\x09\x2f\xf0\x00\x01\x09\x2f\xf0\x00\x01\x09\x2f",
36249 };
36250 static
36251     struct {
36252         PyGC_Head _gc_head;
36253         struct {
36254             PyObject_VAR_HEAD
36255             PyObject *ob_item[2];
36256         }_object;
36257     }
36258 importlib__bootstrap_external_toplevel_consts_65_consts_6_localsplusnames = {
36259     ._object = {
36260         .ob_base = {
36261             .ob_base = {
36262                 .ob_refcnt = 999999999,
36263                 .ob_type = &PyTuple_Type,
36264             },
36265             .ob_size = 2,
36266         },
36267         .ob_item = {
36268             & const_str_self._ascii.ob_base,
36269             & const_str_module._ascii.ob_base,
36270         },
36271     },
36272 };
36273 static
36274     struct _PyCode_DEF(156)
36275 importlib__bootstrap_external_toplevel_consts_65_consts_6 = {
36276     .ob_base = {
36277         .ob_base = {
36278             .ob_refcnt = 999999999,
36279             .ob_type = &PyCode_Type,
36280         },
36281         .ob_size = 78,
36282     },
36283     .co_consts = & importlib__bootstrap_external_toplevel_consts_65_consts_6_consts._object.ob_base.ob_base,
36284     .co_names = & importlib__bootstrap_external_toplevel_consts_65_consts_6_names._object.ob_base.ob_base,
36285     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
36286     .co_flags = 3,
36287     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
36288     ._co_linearray_entry_size = 0,
36289     .co_argcount = 2,
36290     .co_posonlyargcount = 0,
36291     .co_kwonlyargcount = 0,
36292     .co_stacksize = 5,
36293     .co_firstlineno = 1239,
36294     .co_nlocalsplus = 2,
36295     .co_nlocals = 2,
36296     .co_nplaincellvars = 0,
36297     .co_ncellvars = 0,
36298     .co_nfreevars = 0,
36299     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_65_consts_6_localsplusnames._object.ob_base.ob_base,
36300     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
36301     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
36302     .co_name = & const_str_exec_module._ascii.ob_base,
36303     .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_6_qualname._ascii.ob_base,
36304     .co_linetable = & importlib__bootstrap_external_toplevel_consts_65_consts_6_linetable.ob_base.ob_base,
36305     ._co_code = NULL,
36306     ._co_linearray = NULL,
36307     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\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\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x02\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\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00",
36308     ._co_firsttraceable = 0,
36309 };
36310 static
36311     struct {
36312         PyASCIIObject _ascii;
36313         uint8_t _data[50];
36314     }
36315 importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_0 = {
36316     ._ascii = {
36317         .ob_base = {
36318             .ob_refcnt = 999999999,
36319             .ob_type = &PyUnicode_Type,
36320         },
36321         .length = 49,
36322         .hash = -1,
36323         .state = {
36324             .kind = 1,
36325             .compact = 1,
36326             .ascii = 1,
36327             .ready = 1,
36328         },
36329     },
36330     ._data = "Return True if the extension module is a package.",
36331 };
36332 static
36333     struct {
36334         PyGC_Head _gc_head;
36335         struct {
36336             PyObject_VAR_HEAD
36337             PyObject *ob_item[2];
36338         }_object;
36339     }
36340 importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2_consts = {
36341     ._object = {
36342         .ob_base = {
36343             .ob_base = {
36344                 .ob_refcnt = 999999999,
36345                 .ob_type = &PyTuple_Type,
36346             },
36347             .ob_size = 2,
36348         },
36349         .ob_item = {
36350             &_Py_ID(__init__),
36351             Py_None,
36352         },
36353     },
36354 };
36355 static
36356     struct {
36357         PyASCIIObject _ascii;
36358         uint8_t _data[50];
36359     }
36360 importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2_qualname = {
36361     ._ascii = {
36362         .ob_base = {
36363             .ob_refcnt = 999999999,
36364             .ob_type = &PyUnicode_Type,
36365         },
36366         .length = 49,
36367         .hash = -1,
36368         .state = {
36369             .kind = 1,
36370             .compact = 1,
36371             .ascii = 1,
36372             .ready = 1,
36373         },
36374     },
36375     ._data = "ExtensionFileLoader.is_package.<locals>.<genexpr>",
36376 };
36377 static
36378     struct {
36379         PyObject_VAR_HEAD
36380         Py_hash_t ob_shash;
36381         char ob_sval[66];
36382     }
36383 importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2_linetable = {
36384     .ob_base = {
36385         .ob_base = {
36386             .ob_refcnt = 999999999,
36387             .ob_type = &PyBytes_Type,
36388         },
36389         .ob_size = 65,
36390     },
36391     .ob_shash = -1,
36392     .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xf0\x00\x01\x13\x35\xf0\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",
36393 };
36394 static
36395     struct {
36396         PyASCIIObject _ascii;
36397         uint8_t _data[7];
36398     }
36399 const_str_suffix = {
36400     ._ascii = {
36401         .ob_base = {
36402             .ob_refcnt = 999999999,
36403             .ob_type = &PyUnicode_Type,
36404         },
36405         .length = 6,
36406         .hash = -1,
36407         .state = {
36408             .kind = 1,
36409             .compact = 1,
36410             .ascii = 1,
36411             .ready = 1,
36412         },
36413     },
36414     ._data = "suffix",
36415 };
36416 static
36417     struct {
36418         PyASCIIObject _ascii;
36419         uint8_t _data[10];
36420     }
36421 const_str_file_name = {
36422     ._ascii = {
36423         .ob_base = {
36424             .ob_refcnt = 999999999,
36425             .ob_type = &PyUnicode_Type,
36426         },
36427         .length = 9,
36428         .hash = -1,
36429         .state = {
36430             .kind = 1,
36431             .compact = 1,
36432             .ascii = 1,
36433             .ready = 1,
36434         },
36435     },
36436     ._data = "file_name",
36437 };
36438 static
36439     struct {
36440         PyGC_Head _gc_head;
36441         struct {
36442             PyObject_VAR_HEAD
36443             PyObject *ob_item[3];
36444         }_object;
36445     }
36446 importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2_localsplusnames = {
36447     ._object = {
36448         .ob_base = {
36449             .ob_base = {
36450                 .ob_refcnt = 999999999,
36451                 .ob_type = &PyTuple_Type,
36452             },
36453             .ob_size = 3,
36454         },
36455         .ob_item = {
36456             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
36457             & const_str_suffix._ascii.ob_base,
36458             & const_str_file_name._ascii.ob_base,
36459         },
36460     },
36461 };
36462 static
36463     struct _PyCode_DEF(42)
36464 importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2 = {
36465     .ob_base = {
36466         .ob_base = {
36467             .ob_refcnt = 999999999,
36468             .ob_type = &PyCode_Type,
36469         },
36470         .ob_size = 21,
36471     },
36472     .co_consts = & importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2_consts._object.ob_base.ob_base,
36473     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
36474     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
36475     .co_flags = 51,
36476     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
36477     ._co_linearray_entry_size = 0,
36478     .co_argcount = 1,
36479     .co_posonlyargcount = 0,
36480     .co_kwonlyargcount = 0,
36481     .co_stacksize = 4,
36482     .co_firstlineno = 1248,
36483     .co_nlocalsplus = 3,
36484     .co_nlocals = 2,
36485     .co_nplaincellvars = 0,
36486     .co_ncellvars = 0,
36487     .co_nfreevars = 1,
36488     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2_localsplusnames._object.ob_base.ob_base,
36489     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
36490     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
36491     .co_name = &_Py_STR(anon_genexpr),
36492     .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2_qualname._ascii.ob_base,
36493     .co_linetable = & importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2_linetable.ob_base.ob_base,
36494     ._co_code = NULL,
36495     ._co_linearray = NULL,
36496     .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x0d\x7d\x01\x89\x02\x64\x00\x7c\x01\x7a\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x56\x00\x97\x01\x01\x00\x8c\x0e\x64\x01\x53\x00",
36497     ._co_firsttraceable = 3,
36498 };
36499 static
36500     struct {
36501         PyGC_Head _gc_head;
36502         struct {
36503             PyObject_VAR_HEAD
36504             PyObject *ob_item[3];
36505         }_object;
36506     }
36507 importlib__bootstrap_external_toplevel_consts_65_consts_7_consts = {
36508     ._object = {
36509         .ob_base = {
36510             .ob_base = {
36511                 .ob_refcnt = 999999999,
36512                 .ob_type = &PyTuple_Type,
36513             },
36514             .ob_size = 3,
36515         },
36516         .ob_item = {
36517             & importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_0._ascii.ob_base,
36518             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
36519             & importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2.ob_base.ob_base,
36520         },
36521     },
36522 };
36523 static
36524     struct {
36525         PyASCIIObject _ascii;
36526         uint8_t _data[4];
36527     }
36528 const_str_any = {
36529     ._ascii = {
36530         .ob_base = {
36531             .ob_refcnt = 999999999,
36532             .ob_type = &PyUnicode_Type,
36533         },
36534         .length = 3,
36535         .hash = -1,
36536         .state = {
36537             .kind = 1,
36538             .compact = 1,
36539             .ascii = 1,
36540             .ready = 1,
36541         },
36542     },
36543     ._data = "any",
36544 };
36545 static
36546     struct {
36547         PyGC_Head _gc_head;
36548         struct {
36549             PyObject_VAR_HEAD
36550             PyObject *ob_item[4];
36551         }_object;
36552     }
36553 importlib__bootstrap_external_toplevel_consts_65_consts_7_names = {
36554     ._object = {
36555         .ob_base = {
36556             .ob_base = {
36557                 .ob_refcnt = 999999999,
36558                 .ob_type = &PyTuple_Type,
36559             },
36560             .ob_size = 4,
36561         },
36562         .ob_item = {
36563             & const_str__path_split._ascii.ob_base,
36564             &_Py_ID(path),
36565             & const_str_any._ascii.ob_base,
36566             & const_str_EXTENSION_SUFFIXES._ascii.ob_base,
36567         },
36568     },
36569 };
36570 static
36571     struct {
36572         PyASCIIObject _ascii;
36573         uint8_t _data[31];
36574     }
36575 importlib__bootstrap_external_toplevel_consts_65_consts_7_qualname = {
36576     ._ascii = {
36577         .ob_base = {
36578             .ob_refcnt = 999999999,
36579             .ob_type = &PyUnicode_Type,
36580         },
36581         .length = 30,
36582         .hash = -1,
36583         .state = {
36584             .kind = 1,
36585             .compact = 1,
36586             .ascii = 1,
36587             .ready = 1,
36588         },
36589     },
36590     ._data = "ExtensionFileLoader.is_package",
36591 };
36592 static
36593     struct {
36594         PyObject_VAR_HEAD
36595         Py_hash_t ob_shash;
36596         char ob_sval[80];
36597     }
36598 importlib__bootstrap_external_toplevel_consts_65_consts_7_linetable = {
36599     .ob_base = {
36600         .ob_base = {
36601             .ob_refcnt = 999999999,
36602             .ob_type = &PyBytes_Type,
36603         },
36604         .ob_size = 79,
36605     },
36606     .ob_shash = -1,
36607     .ob_sval = "\xf8\x80\x00\xe5\x14\x1f\xa0\x04\xa4\x09\xd1\x14\x2a\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\xf1\x00\x01\x13\x35\xf4\x00\x01\x13\x35\xf1\x00\x01\x10\x35\xf4\x00\x01\x10\x35\xf0\x00\x01\x09\x35",
36608 };
36609 static
36610     struct {
36611         PyGC_Head _gc_head;
36612         struct {
36613             PyObject_VAR_HEAD
36614             PyObject *ob_item[3];
36615         }_object;
36616     }
36617 importlib__bootstrap_external_toplevel_consts_65_consts_7_localsplusnames = {
36618     ._object = {
36619         .ob_base = {
36620             .ob_base = {
36621                 .ob_refcnt = 999999999,
36622                 .ob_type = &PyTuple_Type,
36623             },
36624             .ob_size = 3,
36625         },
36626         .ob_item = {
36627             & const_str_self._ascii.ob_base,
36628             & const_str_fullname._ascii.ob_base,
36629             & const_str_file_name._ascii.ob_base,
36630         },
36631     },
36632 };
36633 static
36634     struct {
36635         PyObject_VAR_HEAD
36636         Py_hash_t ob_shash;
36637         char ob_sval[4];
36638     }
36639 importlib__bootstrap_external_toplevel_consts_65_consts_7_localspluskinds = {
36640     .ob_base = {
36641         .ob_base = {
36642             .ob_refcnt = 999999999,
36643             .ob_type = &PyBytes_Type,
36644         },
36645         .ob_size = 3,
36646     },
36647     .ob_shash = -1,
36648     .ob_sval = "  @",
36649 };
36650 static
36651     struct _PyCode_DEF(120)
36652 importlib__bootstrap_external_toplevel_consts_65_consts_7 = {
36653     .ob_base = {
36654         .ob_base = {
36655             .ob_refcnt = 999999999,
36656             .ob_type = &PyCode_Type,
36657         },
36658         .ob_size = 60,
36659     },
36660     .co_consts = & importlib__bootstrap_external_toplevel_consts_65_consts_7_consts._object.ob_base.ob_base,
36661     .co_names = & importlib__bootstrap_external_toplevel_consts_65_consts_7_names._object.ob_base.ob_base,
36662     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
36663     .co_flags = 3,
36664     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
36665     ._co_linearray_entry_size = 0,
36666     .co_argcount = 2,
36667     .co_posonlyargcount = 0,
36668     .co_kwonlyargcount = 0,
36669     .co_stacksize = 4,
36670     .co_firstlineno = 1245,
36671     .co_nlocalsplus = 3,
36672     .co_nlocals = 2,
36673     .co_nplaincellvars = 1,
36674     .co_ncellvars = 1,
36675     .co_nfreevars = 0,
36676     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_65_consts_7_localsplusnames._object.ob_base.ob_base,
36677     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_65_consts_7_localspluskinds.ob_base.ob_base,
36678     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
36679     .co_name = & const_str_is_package._ascii.ob_base,
36680     .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_7_qualname._ascii.ob_base,
36681     .co_linetable = & importlib__bootstrap_external_toplevel_consts_65_consts_7_linetable.ob_base.ob_base,
36682     ._co_code = NULL,
36683     ._co_linearray = NULL,
36684     .co_code_adaptive = "\x87\x02\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
36685     ._co_firsttraceable = 1,
36686 };
36687 static
36688     struct {
36689         PyASCIIObject _ascii;
36690         uint8_t _data[64];
36691     }
36692 importlib__bootstrap_external_toplevel_consts_65_consts_8_consts_0 = {
36693     ._ascii = {
36694         .ob_base = {
36695             .ob_refcnt = 999999999,
36696             .ob_type = &PyUnicode_Type,
36697         },
36698         .length = 63,
36699         .hash = -1,
36700         .state = {
36701             .kind = 1,
36702             .compact = 1,
36703             .ascii = 1,
36704             .ready = 1,
36705         },
36706     },
36707     ._data = "Return None as an extension module cannot create a code object.",
36708 };
36709 static
36710     struct {
36711         PyGC_Head _gc_head;
36712         struct {
36713             PyObject_VAR_HEAD
36714             PyObject *ob_item[2];
36715         }_object;
36716     }
36717 importlib__bootstrap_external_toplevel_consts_65_consts_8_consts = {
36718     ._object = {
36719         .ob_base = {
36720             .ob_base = {
36721                 .ob_refcnt = 999999999,
36722                 .ob_type = &PyTuple_Type,
36723             },
36724             .ob_size = 2,
36725         },
36726         .ob_item = {
36727             & importlib__bootstrap_external_toplevel_consts_65_consts_8_consts_0._ascii.ob_base,
36728             Py_None,
36729         },
36730     },
36731 };
36732 static
36733     struct {
36734         PyASCIIObject _ascii;
36735         uint8_t _data[29];
36736     }
36737 importlib__bootstrap_external_toplevel_consts_65_consts_8_qualname = {
36738     ._ascii = {
36739         .ob_base = {
36740             .ob_refcnt = 999999999,
36741             .ob_type = &PyUnicode_Type,
36742         },
36743         .length = 28,
36744         .hash = -1,
36745         .state = {
36746             .kind = 1,
36747             .compact = 1,
36748             .ascii = 1,
36749             .ready = 1,
36750         },
36751     },
36752     ._data = "ExtensionFileLoader.get_code",
36753 };
36754 static
36755     struct _PyCode_DEF(6)
36756 importlib__bootstrap_external_toplevel_consts_65_consts_8 = {
36757     .ob_base = {
36758         .ob_base = {
36759             .ob_refcnt = 999999999,
36760             .ob_type = &PyCode_Type,
36761         },
36762         .ob_size = 3,
36763     },
36764     .co_consts = & importlib__bootstrap_external_toplevel_consts_65_consts_8_consts._object.ob_base.ob_base,
36765     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
36766     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
36767     .co_flags = 3,
36768     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
36769     ._co_linearray_entry_size = 0,
36770     .co_argcount = 2,
36771     .co_posonlyargcount = 0,
36772     .co_kwonlyargcount = 0,
36773     .co_stacksize = 1,
36774     .co_firstlineno = 1251,
36775     .co_nlocalsplus = 2,
36776     .co_nlocals = 2,
36777     .co_nplaincellvars = 0,
36778     .co_ncellvars = 0,
36779     .co_nfreevars = 0,
36780     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
36781     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
36782     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
36783     .co_name = & const_str_get_code._ascii.ob_base,
36784     .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_8_qualname._ascii.ob_base,
36785     .co_linetable = & importlib__bootstrap_external_toplevel_consts_63_consts_3_linetable.ob_base.ob_base,
36786     ._co_code = NULL,
36787     ._co_linearray = NULL,
36788     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
36789     ._co_firsttraceable = 0,
36790 };
36791 static
36792     struct {
36793         PyASCIIObject _ascii;
36794         uint8_t _data[54];
36795     }
36796 importlib__bootstrap_external_toplevel_consts_65_consts_9_consts_0 = {
36797     ._ascii = {
36798         .ob_base = {
36799             .ob_refcnt = 999999999,
36800             .ob_type = &PyUnicode_Type,
36801         },
36802         .length = 53,
36803         .hash = -1,
36804         .state = {
36805             .kind = 1,
36806             .compact = 1,
36807             .ascii = 1,
36808             .ready = 1,
36809         },
36810     },
36811     ._data = "Return None as extension modules have no source code.",
36812 };
36813 static
36814     struct {
36815         PyGC_Head _gc_head;
36816         struct {
36817             PyObject_VAR_HEAD
36818             PyObject *ob_item[2];
36819         }_object;
36820     }
36821 importlib__bootstrap_external_toplevel_consts_65_consts_9_consts = {
36822     ._object = {
36823         .ob_base = {
36824             .ob_base = {
36825                 .ob_refcnt = 999999999,
36826                 .ob_type = &PyTuple_Type,
36827             },
36828             .ob_size = 2,
36829         },
36830         .ob_item = {
36831             & importlib__bootstrap_external_toplevel_consts_65_consts_9_consts_0._ascii.ob_base,
36832             Py_None,
36833         },
36834     },
36835 };
36836 static
36837     struct {
36838         PyASCIIObject _ascii;
36839         uint8_t _data[31];
36840     }
36841 importlib__bootstrap_external_toplevel_consts_65_consts_9_qualname = {
36842     ._ascii = {
36843         .ob_base = {
36844             .ob_refcnt = 999999999,
36845             .ob_type = &PyUnicode_Type,
36846         },
36847         .length = 30,
36848         .hash = -1,
36849         .state = {
36850             .kind = 1,
36851             .compact = 1,
36852             .ascii = 1,
36853             .ready = 1,
36854         },
36855     },
36856     ._data = "ExtensionFileLoader.get_source",
36857 };
36858 static
36859     struct _PyCode_DEF(6)
36860 importlib__bootstrap_external_toplevel_consts_65_consts_9 = {
36861     .ob_base = {
36862         .ob_base = {
36863             .ob_refcnt = 999999999,
36864             .ob_type = &PyCode_Type,
36865         },
36866         .ob_size = 3,
36867     },
36868     .co_consts = & importlib__bootstrap_external_toplevel_consts_65_consts_9_consts._object.ob_base.ob_base,
36869     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
36870     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
36871     .co_flags = 3,
36872     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
36873     ._co_linearray_entry_size = 0,
36874     .co_argcount = 2,
36875     .co_posonlyargcount = 0,
36876     .co_kwonlyargcount = 0,
36877     .co_stacksize = 1,
36878     .co_firstlineno = 1255,
36879     .co_nlocalsplus = 2,
36880     .co_nlocals = 2,
36881     .co_nplaincellvars = 0,
36882     .co_ncellvars = 0,
36883     .co_nfreevars = 0,
36884     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
36885     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
36886     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
36887     .co_name = &_Py_ID(get_source),
36888     .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_9_qualname._ascii.ob_base,
36889     .co_linetable = & importlib__bootstrap_external_toplevel_consts_63_consts_3_linetable.ob_base.ob_base,
36890     ._co_code = NULL,
36891     ._co_linearray = NULL,
36892     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
36893     ._co_firsttraceable = 0,
36894 };
36895 static
36896     struct {
36897         PyASCIIObject _ascii;
36898         uint8_t _data[33];
36899     }
36900 importlib__bootstrap_external_toplevel_consts_65_consts_10_qualname = {
36901     ._ascii = {
36902         .ob_base = {
36903             .ob_refcnt = 999999999,
36904             .ob_type = &PyUnicode_Type,
36905         },
36906         .length = 32,
36907         .hash = -1,
36908         .state = {
36909             .kind = 1,
36910             .compact = 1,
36911             .ascii = 1,
36912             .ready = 1,
36913         },
36914     },
36915     ._data = "ExtensionFileLoader.get_filename",
36916 };
36917 static
36918     struct _PyCode_DEF(16)
36919 importlib__bootstrap_external_toplevel_consts_65_consts_10 = {
36920     .ob_base = {
36921         .ob_base = {
36922             .ob_refcnt = 999999999,
36923             .ob_type = &PyCode_Type,
36924         },
36925         .ob_size = 8,
36926     },
36927     .co_consts = & importlib__bootstrap_external_toplevel_consts_59_consts_6_consts._object.ob_base.ob_base,
36928     .co_names = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
36929     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
36930     .co_flags = 3,
36931     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
36932     ._co_linearray_entry_size = 0,
36933     .co_argcount = 2,
36934     .co_posonlyargcount = 0,
36935     .co_kwonlyargcount = 0,
36936     .co_stacksize = 1,
36937     .co_firstlineno = 1259,
36938     .co_nlocalsplus = 2,
36939     .co_nlocals = 2,
36940     .co_nplaincellvars = 0,
36941     .co_ncellvars = 0,
36942     .co_nfreevars = 0,
36943     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
36944     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
36945     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
36946     .co_name = & const_str_get_filename._ascii.ob_base,
36947     .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_10_qualname._ascii.ob_base,
36948     .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_6_linetable.ob_base.ob_base,
36949     ._co_code = NULL,
36950     ._co_linearray = NULL,
36951     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
36952     ._co_firsttraceable = 0,
36953 };
36954 static
36955     struct {
36956         PyGC_Head _gc_head;
36957         struct {
36958             PyObject_VAR_HEAD
36959             PyObject *ob_item[12];
36960         }_object;
36961     }
36962 importlib__bootstrap_external_toplevel_consts_65_consts = {
36963     ._object = {
36964         .ob_base = {
36965             .ob_base = {
36966                 .ob_refcnt = 999999999,
36967                 .ob_type = &PyTuple_Type,
36968             },
36969             .ob_size = 12,
36970         },
36971         .ob_item = {
36972             & const_str_ExtensionFileLoader._ascii.ob_base,
36973             & importlib__bootstrap_external_toplevel_consts_65_consts_1._ascii.ob_base,
36974             & importlib__bootstrap_external_toplevel_consts_65_consts_2.ob_base.ob_base,
36975             & importlib__bootstrap_external_toplevel_consts_65_consts_3.ob_base.ob_base,
36976             & importlib__bootstrap_external_toplevel_consts_65_consts_4.ob_base.ob_base,
36977             & importlib__bootstrap_external_toplevel_consts_65_consts_5.ob_base.ob_base,
36978             & importlib__bootstrap_external_toplevel_consts_65_consts_6.ob_base.ob_base,
36979             & importlib__bootstrap_external_toplevel_consts_65_consts_7.ob_base.ob_base,
36980             & importlib__bootstrap_external_toplevel_consts_65_consts_8.ob_base.ob_base,
36981             & importlib__bootstrap_external_toplevel_consts_65_consts_9.ob_base.ob_base,
36982             & importlib__bootstrap_external_toplevel_consts_65_consts_10.ob_base.ob_base,
36983             Py_None,
36984         },
36985     },
36986 };
36987 static
36988     struct {
36989         PyGC_Head _gc_head;
36990         struct {
36991             PyObject_VAR_HEAD
36992             PyObject *ob_item[14];
36993         }_object;
36994     }
36995 importlib__bootstrap_external_toplevel_consts_65_names = {
36996     ._object = {
36997         .ob_base = {
36998             .ob_base = {
36999                 .ob_refcnt = 999999999,
37000                 .ob_type = &PyTuple_Type,
37001             },
37002             .ob_size = 14,
37003         },
37004         .ob_item = {
37005             &_Py_ID(__name__),
37006             &_Py_ID(__module__),
37007             &_Py_ID(__qualname__),
37008             &_Py_ID(__doc__),
37009             &_Py_ID(__init__),
37010             &_Py_ID(__eq__),
37011             &_Py_ID(__hash__),
37012             & const_str_create_module._ascii.ob_base,
37013             & const_str_exec_module._ascii.ob_base,
37014             & const_str_is_package._ascii.ob_base,
37015             & const_str_get_code._ascii.ob_base,
37016             &_Py_ID(get_source),
37017             & const_str__check_name._ascii.ob_base,
37018             & const_str_get_filename._ascii.ob_base,
37019         },
37020     },
37021 };
37022 static
37023     struct {
37024         PyObject_VAR_HEAD
37025         Py_hash_t ob_shash;
37026         char ob_sval[178];
37027     }
37028 importlib__bootstrap_external_toplevel_consts_65_linetable = {
37029     .ob_base = {
37030         .ob_base = {
37031             .ob_refcnt = 999999999,
37032             .ob_type = &PyBytes_Type,
37033         },
37034         .ob_size = 177,
37035     },
37036     .ob_shash = -1,
37037     .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\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x02\x05\x19\xf0\x00\x02\x05\x19\xf0\x00\x02\x05\x19",
37038 };
37039 static
37040     struct _PyCode_DEF(88)
37041 importlib__bootstrap_external_toplevel_consts_65 = {
37042     .ob_base = {
37043         .ob_base = {
37044             .ob_refcnt = 999999999,
37045             .ob_type = &PyCode_Type,
37046         },
37047         .ob_size = 44,
37048     },
37049     .co_consts = & importlib__bootstrap_external_toplevel_consts_65_consts._object.ob_base.ob_base,
37050     .co_names = & importlib__bootstrap_external_toplevel_consts_65_names._object.ob_base.ob_base,
37051     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
37052     .co_flags = 0,
37053     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
37054     ._co_linearray_entry_size = 0,
37055     .co_argcount = 0,
37056     .co_posonlyargcount = 0,
37057     .co_kwonlyargcount = 0,
37058     .co_stacksize = 2,
37059     .co_firstlineno = 1212,
37060     .co_nlocalsplus = 0,
37061     .co_nlocals = 0,
37062     .co_nplaincellvars = 0,
37063     .co_ncellvars = 0,
37064     .co_nfreevars = 0,
37065     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
37066     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
37067     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
37068     .co_name = & const_str_ExtensionFileLoader._ascii.ob_base,
37069     .co_qualname = & const_str_ExtensionFileLoader._ascii.ob_base,
37070     .co_linetable = & importlib__bootstrap_external_toplevel_consts_65_linetable.ob_base.ob_base,
37071     ._co_code = NULL,
37072     ._co_linearray = NULL,
37073     .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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0d\x64\x0b\x53\x00",
37074     ._co_firsttraceable = 0,
37075 };
37076 static
37077     struct {
37078         PyASCIIObject _ascii;
37079         uint8_t _data[15];
37080     }
37081 const_str__NamespacePath = {
37082     ._ascii = {
37083         .ob_base = {
37084             .ob_refcnt = 999999999,
37085             .ob_type = &PyUnicode_Type,
37086         },
37087         .length = 14,
37088         .hash = -1,
37089         .state = {
37090             .kind = 1,
37091             .compact = 1,
37092             .ascii = 1,
37093             .ready = 1,
37094         },
37095     },
37096     ._data = "_NamespacePath",
37097 };
37098 static
37099     struct {
37100         PyASCIIObject _ascii;
37101         uint8_t _data[295];
37102     }
37103 importlib__bootstrap_external_toplevel_consts_67_consts_1 = {
37104     ._ascii = {
37105         .ob_base = {
37106             .ob_refcnt = 999999999,
37107             .ob_type = &PyUnicode_Type,
37108         },
37109         .length = 294,
37110         .hash = -1,
37111         .state = {
37112             .kind = 1,
37113             .compact = 1,
37114             .ascii = 1,
37115             .ready = 1,
37116         },
37117     },
37118     ._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",
37119 };
37120 static
37121     struct {
37122         PyASCIIObject _ascii;
37123         uint8_t _data[17];
37124     }
37125 const_str__get_parent_path = {
37126     ._ascii = {
37127         .ob_base = {
37128             .ob_refcnt = 999999999,
37129             .ob_type = &PyUnicode_Type,
37130         },
37131         .length = 16,
37132         .hash = -1,
37133         .state = {
37134             .kind = 1,
37135             .compact = 1,
37136             .ascii = 1,
37137             .ready = 1,
37138         },
37139     },
37140     ._data = "_get_parent_path",
37141 };
37142 static
37143     struct {
37144         PyASCIIObject _ascii;
37145         uint8_t _data[18];
37146     }
37147 const_str__last_parent_path = {
37148     ._ascii = {
37149         .ob_base = {
37150             .ob_refcnt = 999999999,
37151             .ob_type = &PyUnicode_Type,
37152         },
37153         .length = 17,
37154         .hash = -1,
37155         .state = {
37156             .kind = 1,
37157             .compact = 1,
37158             .ascii = 1,
37159             .ready = 1,
37160         },
37161     },
37162     ._data = "_last_parent_path",
37163 };
37164 static
37165     struct {
37166         PyASCIIObject _ascii;
37167         uint8_t _data[7];
37168     }
37169 const_str__epoch = {
37170     ._ascii = {
37171         .ob_base = {
37172             .ob_refcnt = 999999999,
37173             .ob_type = &PyUnicode_Type,
37174         },
37175         .length = 6,
37176         .hash = -1,
37177         .state = {
37178             .kind = 1,
37179             .compact = 1,
37180             .ascii = 1,
37181             .ready = 1,
37182         },
37183     },
37184     ._data = "_epoch",
37185 };
37186 static
37187     struct {
37188         PyASCIIObject _ascii;
37189         uint8_t _data[12];
37190     }
37191 const_str__last_epoch = {
37192     ._ascii = {
37193         .ob_base = {
37194             .ob_refcnt = 999999999,
37195             .ob_type = &PyUnicode_Type,
37196         },
37197         .length = 11,
37198         .hash = -1,
37199         .state = {
37200             .kind = 1,
37201             .compact = 1,
37202             .ascii = 1,
37203             .ready = 1,
37204         },
37205     },
37206     ._data = "_last_epoch",
37207 };
37208 static
37209     struct {
37210         PyASCIIObject _ascii;
37211         uint8_t _data[13];
37212     }
37213 const_str__path_finder = {
37214     ._ascii = {
37215         .ob_base = {
37216             .ob_refcnt = 999999999,
37217             .ob_type = &PyUnicode_Type,
37218         },
37219         .length = 12,
37220         .hash = -1,
37221         .state = {
37222             .kind = 1,
37223             .compact = 1,
37224             .ascii = 1,
37225             .ready = 1,
37226         },
37227     },
37228     ._data = "_path_finder",
37229 };
37230 static
37231     struct {
37232         PyGC_Head _gc_head;
37233         struct {
37234             PyObject_VAR_HEAD
37235             PyObject *ob_item[8];
37236         }_object;
37237     }
37238 importlib__bootstrap_external_toplevel_consts_67_consts_3_names = {
37239     ._object = {
37240         .ob_base = {
37241             .ob_base = {
37242                 .ob_refcnt = 999999999,
37243                 .ob_type = &PyTuple_Type,
37244             },
37245             .ob_size = 8,
37246         },
37247         .ob_item = {
37248             & const_str__name._ascii.ob_base,
37249             & const_str__path._ascii.ob_base,
37250             & const_str_tuple._ascii.ob_base,
37251             & const_str__get_parent_path._ascii.ob_base,
37252             & const_str__last_parent_path._ascii.ob_base,
37253             & const_str__epoch._ascii.ob_base,
37254             & const_str__last_epoch._ascii.ob_base,
37255             & const_str__path_finder._ascii.ob_base,
37256         },
37257     },
37258 };
37259 static
37260     struct {
37261         PyASCIIObject _ascii;
37262         uint8_t _data[24];
37263     }
37264 importlib__bootstrap_external_toplevel_consts_67_consts_3_qualname = {
37265     ._ascii = {
37266         .ob_base = {
37267             .ob_refcnt = 999999999,
37268             .ob_type = &PyUnicode_Type,
37269         },
37270         .length = 23,
37271         .hash = -1,
37272         .state = {
37273             .kind = 1,
37274             .compact = 1,
37275             .ascii = 1,
37276             .ready = 1,
37277         },
37278     },
37279     ._data = "_NamespacePath.__init__",
37280 };
37281 static
37282     struct {
37283         PyObject_VAR_HEAD
37284         Py_hash_t ob_shash;
37285         char ob_sval[69];
37286     }
37287 importlib__bootstrap_external_toplevel_consts_67_consts_3_linetable = {
37288     .ob_base = {
37289         .ob_base = {
37290             .ob_refcnt = 999999999,
37291             .ob_type = &PyBytes_Type,
37292         },
37293         .ob_size = 68,
37294     },
37295     .ob_shash = -1,
37296     .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\xd2\x27\x3c\xd1\x27\x3e\xd4\x27\x3e\xd1\x21\x3f\xd4\x21\x3f\x88\x04\xd4\x08\x1e\xd8\x1b\x1f\x9c\x3b\x88\x04\xd4\x08\x18\xd8\x1c\x27\x88\x04\xd4\x08\x19\xd0\x08\x19\xd0\x08\x19",
37297 };
37298 static
37299     struct {
37300         PyASCIIObject _ascii;
37301         uint8_t _data[12];
37302     }
37303 const_str_path_finder = {
37304     ._ascii = {
37305         .ob_base = {
37306             .ob_refcnt = 999999999,
37307             .ob_type = &PyUnicode_Type,
37308         },
37309         .length = 11,
37310         .hash = -1,
37311         .state = {
37312             .kind = 1,
37313             .compact = 1,
37314             .ascii = 1,
37315             .ready = 1,
37316         },
37317     },
37318     ._data = "path_finder",
37319 };
37320 static
37321     struct {
37322         PyGC_Head _gc_head;
37323         struct {
37324             PyObject_VAR_HEAD
37325             PyObject *ob_item[4];
37326         }_object;
37327     }
37328 importlib__bootstrap_external_toplevel_consts_67_consts_3_localsplusnames = {
37329     ._object = {
37330         .ob_base = {
37331             .ob_base = {
37332                 .ob_refcnt = 999999999,
37333                 .ob_type = &PyTuple_Type,
37334             },
37335             .ob_size = 4,
37336         },
37337         .ob_item = {
37338             & const_str_self._ascii.ob_base,
37339             &_Py_ID(name),
37340             &_Py_ID(path),
37341             & const_str_path_finder._ascii.ob_base,
37342         },
37343     },
37344 };
37345 static
37346     struct _PyCode_DEF(148)
37347 importlib__bootstrap_external_toplevel_consts_67_consts_3 = {
37348     .ob_base = {
37349         .ob_base = {
37350             .ob_refcnt = 999999999,
37351             .ob_type = &PyCode_Type,
37352         },
37353         .ob_size = 74,
37354     },
37355     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
37356     .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_3_names._object.ob_base.ob_base,
37357     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
37358     .co_flags = 3,
37359     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
37360     ._co_linearray_entry_size = 0,
37361     .co_argcount = 4,
37362     .co_posonlyargcount = 0,
37363     .co_kwonlyargcount = 0,
37364     .co_stacksize = 4,
37365     .co_firstlineno = 1276,
37366     .co_nlocalsplus = 4,
37367     .co_nlocals = 4,
37368     .co_nplaincellvars = 0,
37369     .co_ncellvars = 0,
37370     .co_nfreevars = 0,
37371     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_3_localsplusnames._object.ob_base.ob_base,
37372     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
37373     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
37374     .co_name = &_Py_ID(__init__),
37375     .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_3_qualname._ascii.ob_base,
37376     .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_3_linetable.ob_base.ob_base,
37377     ._co_code = NULL,
37378     ._co_linearray = NULL,
37379     .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\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\x05\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",
37380     ._co_firsttraceable = 0,
37381 };
37382 static
37383     struct {
37384         PyASCIIObject _ascii;
37385         uint8_t _data[63];
37386     }
37387 importlib__bootstrap_external_toplevel_consts_67_consts_4_consts_0 = {
37388     ._ascii = {
37389         .ob_base = {
37390             .ob_refcnt = 999999999,
37391             .ob_type = &PyUnicode_Type,
37392         },
37393         .length = 62,
37394         .hash = -1,
37395         .state = {
37396             .kind = 1,
37397             .compact = 1,
37398             .ascii = 1,
37399             .ready = 1,
37400         },
37401     },
37402     ._data = "Returns a tuple of (parent-module-name, parent-path-attr-name)",
37403 };
37404 static
37405     struct {
37406         PyGC_Head _gc_head;
37407         struct {
37408             PyObject_VAR_HEAD
37409             PyObject *ob_item[2];
37410         }_object;
37411     }
37412 importlib__bootstrap_external_toplevel_consts_67_consts_4_consts_3 = {
37413     ._object = {
37414         .ob_base = {
37415             .ob_base = {
37416                 .ob_refcnt = 999999999,
37417                 .ob_type = &PyTuple_Type,
37418             },
37419             .ob_size = 2,
37420         },
37421         .ob_item = {
37422             & const_str_sys._ascii.ob_base,
37423             &_Py_ID(path),
37424         },
37425     },
37426 };
37427 static
37428     struct {
37429         PyGC_Head _gc_head;
37430         struct {
37431             PyObject_VAR_HEAD
37432             PyObject *ob_item[5];
37433         }_object;
37434     }
37435 importlib__bootstrap_external_toplevel_consts_67_consts_4_consts = {
37436     ._object = {
37437         .ob_base = {
37438             .ob_base = {
37439                 .ob_refcnt = 999999999,
37440                 .ob_type = &PyTuple_Type,
37441             },
37442             .ob_size = 5,
37443         },
37444         .ob_item = {
37445             & importlib__bootstrap_external_toplevel_consts_67_consts_4_consts_0._ascii.ob_base,
37446             &_Py_STR(dot),
37447             &_Py_STR(empty),
37448             & importlib__bootstrap_external_toplevel_consts_67_consts_4_consts_3._object.ob_base.ob_base,
37449             &_Py_ID(__path__),
37450         },
37451     },
37452 };
37453 static
37454     struct {
37455         PyGC_Head _gc_head;
37456         struct {
37457             PyObject_VAR_HEAD
37458             PyObject *ob_item[2];
37459         }_object;
37460     }
37461 importlib__bootstrap_external_toplevel_consts_67_consts_4_names = {
37462     ._object = {
37463         .ob_base = {
37464             .ob_base = {
37465                 .ob_refcnt = 999999999,
37466                 .ob_type = &PyTuple_Type,
37467             },
37468             .ob_size = 2,
37469         },
37470         .ob_item = {
37471             & const_str__name._ascii.ob_base,
37472             & const_str_rpartition._ascii.ob_base,
37473         },
37474     },
37475 };
37476 static
37477     struct {
37478         PyASCIIObject _ascii;
37479         uint8_t _data[24];
37480     }
37481 const_str__find_parent_path_names = {
37482     ._ascii = {
37483         .ob_base = {
37484             .ob_refcnt = 999999999,
37485             .ob_type = &PyUnicode_Type,
37486         },
37487         .length = 23,
37488         .hash = -1,
37489         .state = {
37490             .kind = 1,
37491             .compact = 1,
37492             .ascii = 1,
37493             .ready = 1,
37494         },
37495     },
37496     ._data = "_find_parent_path_names",
37497 };
37498 static
37499     struct {
37500         PyASCIIObject _ascii;
37501         uint8_t _data[39];
37502     }
37503 importlib__bootstrap_external_toplevel_consts_67_consts_4_qualname = {
37504     ._ascii = {
37505         .ob_base = {
37506             .ob_refcnt = 999999999,
37507             .ob_type = &PyUnicode_Type,
37508         },
37509         .length = 38,
37510         .hash = -1,
37511         .state = {
37512             .kind = 1,
37513             .compact = 1,
37514             .ascii = 1,
37515             .ready = 1,
37516         },
37517     },
37518     ._data = "_NamespacePath._find_parent_path_names",
37519 };
37520 static
37521     struct {
37522         PyObject_VAR_HEAD
37523         Py_hash_t ob_shash;
37524         char ob_sval[57];
37525     }
37526 importlib__bootstrap_external_toplevel_consts_67_consts_4_linetable = {
37527     .ob_base = {
37528         .ob_base = {
37529             .ob_refcnt = 999999999,
37530             .ob_type = &PyBytes_Type,
37531         },
37532         .ob_size = 56,
37533     },
37534     .ob_shash = -1,
37535     .ob_sval = "\x80\x00\xe0\x1a\x1e\x9c\x2a\xd7\x1a\x2f\xd2\x1a\x2f\xb0\x03\xd1\x1a\x34\xd4\x1a\x34\x89\x0f\x88\x06\x90\x03\x90\x52\xd8\x0b\x0e\x90\x22\x8a\x39\x88\x39\xe0\x13\x20\x90\x3d\xf0\x06\x00\x10\x16\x90\x7a\xd0\x0f\x21\xd0\x08\x21",
37536 };
37537 static
37538     struct {
37539         PyASCIIObject _ascii;
37540         uint8_t _data[4];
37541     }
37542 const_str_dot = {
37543     ._ascii = {
37544         .ob_base = {
37545             .ob_refcnt = 999999999,
37546             .ob_type = &PyUnicode_Type,
37547         },
37548         .length = 3,
37549         .hash = -1,
37550         .state = {
37551             .kind = 1,
37552             .compact = 1,
37553             .ascii = 1,
37554             .ready = 1,
37555         },
37556     },
37557     ._data = "dot",
37558 };
37559 static
37560     struct {
37561         PyGC_Head _gc_head;
37562         struct {
37563             PyObject_VAR_HEAD
37564             PyObject *ob_item[4];
37565         }_object;
37566     }
37567 importlib__bootstrap_external_toplevel_consts_67_consts_4_localsplusnames = {
37568     ._object = {
37569         .ob_base = {
37570             .ob_base = {
37571                 .ob_refcnt = 999999999,
37572                 .ob_type = &PyTuple_Type,
37573             },
37574             .ob_size = 4,
37575         },
37576         .ob_item = {
37577             & const_str_self._ascii.ob_base,
37578             &_Py_ID(parent),
37579             & const_str_dot._ascii.ob_base,
37580             & const_str_me._ascii.ob_base,
37581         },
37582     },
37583 };
37584 static
37585     struct _PyCode_DEF(86)
37586 importlib__bootstrap_external_toplevel_consts_67_consts_4 = {
37587     .ob_base = {
37588         .ob_base = {
37589             .ob_refcnt = 999999999,
37590             .ob_type = &PyCode_Type,
37591         },
37592         .ob_size = 43,
37593     },
37594     .co_consts = & importlib__bootstrap_external_toplevel_consts_67_consts_4_consts._object.ob_base.ob_base,
37595     .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_4_names._object.ob_base.ob_base,
37596     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
37597     .co_flags = 3,
37598     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
37599     ._co_linearray_entry_size = 0,
37600     .co_argcount = 1,
37601     .co_posonlyargcount = 0,
37602     .co_kwonlyargcount = 0,
37603     .co_stacksize = 3,
37604     .co_firstlineno = 1283,
37605     .co_nlocalsplus = 4,
37606     .co_nlocals = 4,
37607     .co_nplaincellvars = 0,
37608     .co_ncellvars = 0,
37609     .co_nfreevars = 0,
37610     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_4_localsplusnames._object.ob_base.ob_base,
37611     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
37612     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
37613     .co_name = & const_str__find_parent_path_names._ascii.ob_base,
37614     .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_4_qualname._ascii.ob_base,
37615     .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_4_linetable.ob_base.ob_base,
37616     ._co_code = NULL,
37617     ._co_linearray = NULL,
37618     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\x00\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",
37619     ._co_firsttraceable = 0,
37620 };
37621 static
37622     struct {
37623         PyGC_Head _gc_head;
37624         struct {
37625             PyObject_VAR_HEAD
37626             PyObject *ob_item[4];
37627         }_object;
37628     }
37629 importlib__bootstrap_external_toplevel_consts_67_consts_5_names = {
37630     ._object = {
37631         .ob_base = {
37632             .ob_base = {
37633                 .ob_refcnt = 999999999,
37634                 .ob_type = &PyTuple_Type,
37635             },
37636             .ob_size = 4,
37637         },
37638         .ob_item = {
37639             & const_str__find_parent_path_names._ascii.ob_base,
37640             &_Py_ID(getattr),
37641             & const_str_sys._ascii.ob_base,
37642             &_Py_ID(modules),
37643         },
37644     },
37645 };
37646 static
37647     struct {
37648         PyASCIIObject _ascii;
37649         uint8_t _data[32];
37650     }
37651 importlib__bootstrap_external_toplevel_consts_67_consts_5_qualname = {
37652     ._ascii = {
37653         .ob_base = {
37654             .ob_refcnt = 999999999,
37655             .ob_type = &PyUnicode_Type,
37656         },
37657         .length = 31,
37658         .hash = -1,
37659         .state = {
37660             .kind = 1,
37661             .compact = 1,
37662             .ascii = 1,
37663             .ready = 1,
37664         },
37665     },
37666     ._data = "_NamespacePath._get_parent_path",
37667 };
37668 static
37669     struct {
37670         PyObject_VAR_HEAD
37671         Py_hash_t ob_shash;
37672         char ob_sval[50];
37673     }
37674 importlib__bootstrap_external_toplevel_consts_67_consts_5_linetable = {
37675     .ob_base = {
37676         .ob_base = {
37677             .ob_refcnt = 999999999,
37678             .ob_type = &PyBytes_Type,
37679         },
37680         .ob_size = 49,
37681     },
37682     .ob_shash = -1,
37683     .ob_sval = "\x80\x00\xd8\x2d\x31\xd7\x2d\x49\xd2\x2d\x49\xd1\x2d\x4b\xd4\x2d\x4b\xd1\x08\x2a\xd0\x08\x1a\x98\x4e\xdd\x0f\x16\x95\x73\x94\x7b\xd0\x23\x35\xd4\x17\x36\xb8\x0e\xd1\x0f\x47\xd4\x0f\x47\xd0\x08\x47",
37684 };
37685 static
37686     struct {
37687         PyASCIIObject _ascii;
37688         uint8_t _data[19];
37689     }
37690 const_str_parent_module_name = {
37691     ._ascii = {
37692         .ob_base = {
37693             .ob_refcnt = 999999999,
37694             .ob_type = &PyUnicode_Type,
37695         },
37696         .length = 18,
37697         .hash = -1,
37698         .state = {
37699             .kind = 1,
37700             .compact = 1,
37701             .ascii = 1,
37702             .ready = 1,
37703         },
37704     },
37705     ._data = "parent_module_name",
37706 };
37707 static
37708     struct {
37709         PyASCIIObject _ascii;
37710         uint8_t _data[15];
37711     }
37712 const_str_path_attr_name = {
37713     ._ascii = {
37714         .ob_base = {
37715             .ob_refcnt = 999999999,
37716             .ob_type = &PyUnicode_Type,
37717         },
37718         .length = 14,
37719         .hash = -1,
37720         .state = {
37721             .kind = 1,
37722             .compact = 1,
37723             .ascii = 1,
37724             .ready = 1,
37725         },
37726     },
37727     ._data = "path_attr_name",
37728 };
37729 static
37730     struct {
37731         PyGC_Head _gc_head;
37732         struct {
37733             PyObject_VAR_HEAD
37734             PyObject *ob_item[3];
37735         }_object;
37736     }
37737 importlib__bootstrap_external_toplevel_consts_67_consts_5_localsplusnames = {
37738     ._object = {
37739         .ob_base = {
37740             .ob_base = {
37741                 .ob_refcnt = 999999999,
37742                 .ob_type = &PyTuple_Type,
37743             },
37744             .ob_size = 3,
37745         },
37746         .ob_item = {
37747             & const_str_self._ascii.ob_base,
37748             & const_str_parent_module_name._ascii.ob_base,
37749             & const_str_path_attr_name._ascii.ob_base,
37750         },
37751     },
37752 };
37753 static
37754     struct _PyCode_DEF(112)
37755 importlib__bootstrap_external_toplevel_consts_67_consts_5 = {
37756     .ob_base = {
37757         .ob_base = {
37758             .ob_refcnt = 999999999,
37759             .ob_type = &PyCode_Type,
37760         },
37761         .ob_size = 56,
37762     },
37763     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
37764     .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_5_names._object.ob_base.ob_base,
37765     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
37766     .co_flags = 3,
37767     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
37768     ._co_linearray_entry_size = 0,
37769     .co_argcount = 1,
37770     .co_posonlyargcount = 0,
37771     .co_kwonlyargcount = 0,
37772     .co_stacksize = 4,
37773     .co_firstlineno = 1293,
37774     .co_nlocalsplus = 3,
37775     .co_nlocals = 3,
37776     .co_nplaincellvars = 0,
37777     .co_ncellvars = 0,
37778     .co_nfreevars = 0,
37779     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_5_localsplusnames._object.ob_base.ob_base,
37780     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
37781     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
37782     .co_name = & const_str__get_parent_path._ascii.ob_base,
37783     .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_5_qualname._ascii.ob_base,
37784     .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_5_linetable.ob_base.ob_base,
37785     ._co_code = NULL,
37786     ._co_linearray = NULL,
37787     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
37788     ._co_firsttraceable = 0,
37789 };
37790 static
37791     struct {
37792         PyGC_Head _gc_head;
37793         struct {
37794             PyObject_VAR_HEAD
37795             PyObject *ob_item[10];
37796         }_object;
37797     }
37798 importlib__bootstrap_external_toplevel_consts_67_consts_6_names = {
37799     ._object = {
37800         .ob_base = {
37801             .ob_base = {
37802                 .ob_refcnt = 999999999,
37803                 .ob_type = &PyTuple_Type,
37804             },
37805             .ob_size = 10,
37806         },
37807         .ob_item = {
37808             & const_str_tuple._ascii.ob_base,
37809             & const_str__get_parent_path._ascii.ob_base,
37810             & const_str__last_parent_path._ascii.ob_base,
37811             & const_str__epoch._ascii.ob_base,
37812             & const_str__last_epoch._ascii.ob_base,
37813             & const_str__path_finder._ascii.ob_base,
37814             & const_str__name._ascii.ob_base,
37815             & const_str_loader._ascii.ob_base,
37816             & const_str_submodule_search_locations._ascii.ob_base,
37817             & const_str__path._ascii.ob_base,
37818         },
37819     },
37820 };
37821 static
37822     struct {
37823         PyASCIIObject _ascii;
37824         uint8_t _data[13];
37825     }
37826 const_str__recalculate = {
37827     ._ascii = {
37828         .ob_base = {
37829             .ob_refcnt = 999999999,
37830             .ob_type = &PyUnicode_Type,
37831         },
37832         .length = 12,
37833         .hash = -1,
37834         .state = {
37835             .kind = 1,
37836             .compact = 1,
37837             .ascii = 1,
37838             .ready = 1,
37839         },
37840     },
37841     ._data = "_recalculate",
37842 };
37843 static
37844     struct {
37845         PyASCIIObject _ascii;
37846         uint8_t _data[28];
37847     }
37848 importlib__bootstrap_external_toplevel_consts_67_consts_6_qualname = {
37849     ._ascii = {
37850         .ob_base = {
37851             .ob_refcnt = 999999999,
37852             .ob_type = &PyUnicode_Type,
37853         },
37854         .length = 27,
37855         .hash = -1,
37856         .state = {
37857             .kind = 1,
37858             .compact = 1,
37859             .ascii = 1,
37860             .ready = 1,
37861         },
37862     },
37863     ._data = "_NamespacePath._recalculate",
37864 };
37865 static
37866     struct {
37867         PyObject_VAR_HEAD
37868         Py_hash_t ob_shash;
37869         char ob_sval[143];
37870     }
37871 importlib__bootstrap_external_toplevel_consts_67_consts_6_linetable = {
37872     .ob_base = {
37873         .ob_base = {
37874             .ob_refcnt = 999999999,
37875             .ob_type = &PyBytes_Type,
37876         },
37877         .ob_size = 142,
37878     },
37879     .ob_shash = -1,
37880     .ob_sval = "\x80\x00\xe5\x16\x1b\x98\x44\xd7\x1c\x31\xd2\x1c\x31\xd1\x1c\x33\xd4\x1c\x33\xd1\x16\x34\xd4\x16\x34\x88\x0b\xd8\x0b\x16\x98\x24\xd4\x1a\x30\xd2\x0b\x30\xd0\x0b\x30\xb0\x44\xb4\x4b\xc0\x34\xd4\x43\x53\xd2\x34\x53\xd0\x34\x53\xd8\x13\x17\xd7\x13\x24\xd2\x13\x24\xa0\x54\xa4\x5a\xb0\x1b\xd1\x13\x3d\xd4\x13\x3d\x88\x44\xf0\x06\x00\x10\x14\xd0\x0f\x1f\xa0\x44\xa4\x4b\xd0\x24\x37\xd8\x13\x17\xd4\x13\x32\xf0\x00\x01\x11\x41\x01\xd8\x21\x25\xd4\x21\x40\x90\x44\x94\x4a\xd8\x25\x30\x88\x44\xd4\x0c\x22\xd8\x1f\x23\x9c\x7b\x88\x44\xd4\x0c\x1c\xd8\x0f\x13\x8c\x7a\xd0\x08\x19",
37881 };
37882 static
37883     struct {
37884         PyASCIIObject _ascii;
37885         uint8_t _data[12];
37886     }
37887 const_str_parent_path = {
37888     ._ascii = {
37889         .ob_base = {
37890             .ob_refcnt = 999999999,
37891             .ob_type = &PyUnicode_Type,
37892         },
37893         .length = 11,
37894         .hash = -1,
37895         .state = {
37896             .kind = 1,
37897             .compact = 1,
37898             .ascii = 1,
37899             .ready = 1,
37900         },
37901     },
37902     ._data = "parent_path",
37903 };
37904 static
37905     struct {
37906         PyGC_Head _gc_head;
37907         struct {
37908             PyObject_VAR_HEAD
37909             PyObject *ob_item[3];
37910         }_object;
37911     }
37912 importlib__bootstrap_external_toplevel_consts_67_consts_6_localsplusnames = {
37913     ._object = {
37914         .ob_base = {
37915             .ob_base = {
37916                 .ob_refcnt = 999999999,
37917                 .ob_type = &PyTuple_Type,
37918             },
37919             .ob_size = 3,
37920         },
37921         .ob_item = {
37922             & const_str_self._ascii.ob_base,
37923             & const_str_parent_path._ascii.ob_base,
37924             & const_str_spec._ascii.ob_base,
37925         },
37926     },
37927 };
37928 static
37929     struct _PyCode_DEF(284)
37930 importlib__bootstrap_external_toplevel_consts_67_consts_6 = {
37931     .ob_base = {
37932         .ob_base = {
37933             .ob_refcnt = 999999999,
37934             .ob_type = &PyCode_Type,
37935         },
37936         .ob_size = 142,
37937     },
37938     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
37939     .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_6_names._object.ob_base.ob_base,
37940     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
37941     .co_flags = 3,
37942     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
37943     ._co_linearray_entry_size = 0,
37944     .co_argcount = 1,
37945     .co_posonlyargcount = 0,
37946     .co_kwonlyargcount = 0,
37947     .co_stacksize = 4,
37948     .co_firstlineno = 1297,
37949     .co_nlocalsplus = 3,
37950     .co_nlocals = 3,
37951     .co_nplaincellvars = 0,
37952     .co_ncellvars = 0,
37953     .co_nfreevars = 0,
37954     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_6_localsplusnames._object.ob_base.ob_base,
37955     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
37956     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
37957     .co_name = & const_str__recalculate._ascii.ob_base,
37958     .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_6_qualname._ascii.ob_base,
37959     .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_6_linetable.ob_base.ob_base,
37960     ._co_code = NULL,
37961     ._co_linearray = NULL,
37962     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x73\x10\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x4a\x7c\x00\xa0\x05\x00\x00\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\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x81\x1a\x7c\x02\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x80\x13\x7c\x02\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0c\x7c\x02\x6a\x08\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\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
37963     ._co_firsttraceable = 0,
37964 };
37965 static
37966     struct {
37967         PyGC_Head _gc_head;
37968         struct {
37969             PyObject_VAR_HEAD
37970             PyObject *ob_item[2];
37971         }_object;
37972     }
37973 importlib__bootstrap_external_toplevel_consts_67_consts_7_names = {
37974     ._object = {
37975         .ob_base = {
37976             .ob_base = {
37977                 .ob_refcnt = 999999999,
37978                 .ob_type = &PyTuple_Type,
37979             },
37980             .ob_size = 2,
37981         },
37982         .ob_item = {
37983             &_Py_ID(iter),
37984             & const_str__recalculate._ascii.ob_base,
37985         },
37986     },
37987 };
37988 static
37989     struct {
37990         PyASCIIObject _ascii;
37991         uint8_t _data[24];
37992     }
37993 importlib__bootstrap_external_toplevel_consts_67_consts_7_qualname = {
37994     ._ascii = {
37995         .ob_base = {
37996             .ob_refcnt = 999999999,
37997             .ob_type = &PyUnicode_Type,
37998         },
37999         .length = 23,
38000         .hash = -1,
38001         .state = {
38002             .kind = 1,
38003             .compact = 1,
38004             .ascii = 1,
38005             .ready = 1,
38006         },
38007     },
38008     ._data = "_NamespacePath.__iter__",
38009 };
38010 static
38011     struct {
38012         PyObject_VAR_HEAD
38013         Py_hash_t ob_shash;
38014         char ob_sval[29];
38015     }
38016 importlib__bootstrap_external_toplevel_consts_67_consts_7_linetable = {
38017     .ob_base = {
38018         .ob_base = {
38019             .ob_refcnt = 999999999,
38020             .ob_type = &PyBytes_Type,
38021         },
38022         .ob_size = 28,
38023     },
38024     .ob_shash = -1,
38025     .ob_sval = "\x80\x00\xdd\x0f\x13\x90\x44\xd7\x14\x25\xd2\x14\x25\xd1\x14\x27\xd4\x14\x27\xd1\x0f\x28\xd4\x0f\x28\xd0\x08\x28",
38026 };
38027 static
38028     struct _PyCode_DEF(68)
38029 importlib__bootstrap_external_toplevel_consts_67_consts_7 = {
38030     .ob_base = {
38031         .ob_base = {
38032             .ob_refcnt = 999999999,
38033             .ob_type = &PyCode_Type,
38034         },
38035         .ob_size = 34,
38036     },
38037     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
38038     .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_7_names._object.ob_base.ob_base,
38039     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
38040     .co_flags = 3,
38041     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
38042     ._co_linearray_entry_size = 0,
38043     .co_argcount = 1,
38044     .co_posonlyargcount = 0,
38045     .co_kwonlyargcount = 0,
38046     .co_stacksize = 4,
38047     .co_firstlineno = 1311,
38048     .co_nlocalsplus = 1,
38049     .co_nlocals = 1,
38050     .co_nplaincellvars = 0,
38051     .co_ncellvars = 0,
38052     .co_nfreevars = 0,
38053     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
38054     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
38055     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
38056     .co_name = &_Py_ID(__iter__),
38057     .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_7_qualname._ascii.ob_base,
38058     .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_7_linetable.ob_base.ob_base,
38059     ._co_code = NULL,
38060     ._co_linearray = NULL,
38061     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
38062     ._co_firsttraceable = 0,
38063 };
38064 static
38065     struct {
38066         PyGC_Head _gc_head;
38067         struct {
38068             PyObject_VAR_HEAD
38069             PyObject *ob_item[1];
38070         }_object;
38071     }
38072 importlib__bootstrap_external_toplevel_consts_67_consts_8_names = {
38073     ._object = {
38074         .ob_base = {
38075             .ob_base = {
38076                 .ob_refcnt = 999999999,
38077                 .ob_type = &PyTuple_Type,
38078             },
38079             .ob_size = 1,
38080         },
38081         .ob_item = {
38082             & const_str__recalculate._ascii.ob_base,
38083         },
38084     },
38085 };
38086 static
38087     struct {
38088         PyASCIIObject _ascii;
38089         uint8_t _data[27];
38090     }
38091 importlib__bootstrap_external_toplevel_consts_67_consts_8_qualname = {
38092     ._ascii = {
38093         .ob_base = {
38094             .ob_refcnt = 999999999,
38095             .ob_type = &PyUnicode_Type,
38096         },
38097         .length = 26,
38098         .hash = -1,
38099         .state = {
38100             .kind = 1,
38101             .compact = 1,
38102             .ascii = 1,
38103             .ready = 1,
38104         },
38105     },
38106     ._data = "_NamespacePath.__getitem__",
38107 };
38108 static
38109     struct {
38110         PyObject_VAR_HEAD
38111         Py_hash_t ob_shash;
38112         char ob_sval[26];
38113     }
38114 importlib__bootstrap_external_toplevel_consts_67_consts_8_linetable = {
38115     .ob_base = {
38116         .ob_base = {
38117             .ob_refcnt = 999999999,
38118             .ob_type = &PyBytes_Type,
38119         },
38120         .ob_size = 25,
38121     },
38122     .ob_shash = -1,
38123     .ob_sval = "\x80\x00\xd8\x0f\x13\xd7\x0f\x20\xd2\x0f\x20\xd1\x0f\x22\xd4\x0f\x22\xa0\x35\xd4\x0f\x29\xd0\x08\x29",
38124 };
38125 static
38126     struct {
38127         PyASCIIObject _ascii;
38128         uint8_t _data[6];
38129     }
38130 const_str_index = {
38131     ._ascii = {
38132         .ob_base = {
38133             .ob_refcnt = 999999999,
38134             .ob_type = &PyUnicode_Type,
38135         },
38136         .length = 5,
38137         .hash = -1,
38138         .state = {
38139             .kind = 1,
38140             .compact = 1,
38141             .ascii = 1,
38142             .ready = 1,
38143         },
38144     },
38145     ._data = "index",
38146 };
38147 static
38148     struct {
38149         PyGC_Head _gc_head;
38150         struct {
38151             PyObject_VAR_HEAD
38152             PyObject *ob_item[2];
38153         }_object;
38154     }
38155 importlib__bootstrap_external_toplevel_consts_67_consts_8_localsplusnames = {
38156     ._object = {
38157         .ob_base = {
38158             .ob_base = {
38159                 .ob_refcnt = 999999999,
38160                 .ob_type = &PyTuple_Type,
38161             },
38162             .ob_size = 2,
38163         },
38164         .ob_item = {
38165             & const_str_self._ascii.ob_base,
38166             & const_str_index._ascii.ob_base,
38167         },
38168     },
38169 };
38170 static
38171     struct _PyCode_DEF(54)
38172 importlib__bootstrap_external_toplevel_consts_67_consts_8 = {
38173     .ob_base = {
38174         .ob_base = {
38175             .ob_refcnt = 999999999,
38176             .ob_type = &PyCode_Type,
38177         },
38178         .ob_size = 27,
38179     },
38180     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
38181     .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_8_names._object.ob_base.ob_base,
38182     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
38183     .co_flags = 3,
38184     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
38185     ._co_linearray_entry_size = 0,
38186     .co_argcount = 2,
38187     .co_posonlyargcount = 0,
38188     .co_kwonlyargcount = 0,
38189     .co_stacksize = 2,
38190     .co_firstlineno = 1314,
38191     .co_nlocalsplus = 2,
38192     .co_nlocals = 2,
38193     .co_nplaincellvars = 0,
38194     .co_ncellvars = 0,
38195     .co_nfreevars = 0,
38196     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_8_localsplusnames._object.ob_base.ob_base,
38197     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
38198     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
38199     .co_name = &_Py_ID(__getitem__),
38200     .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_8_qualname._ascii.ob_base,
38201     .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_8_linetable.ob_base.ob_base,
38202     ._co_code = NULL,
38203     ._co_linearray = NULL,
38204     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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",
38205     ._co_firsttraceable = 0,
38206 };
38207 static
38208     struct {
38209         PyGC_Head _gc_head;
38210         struct {
38211             PyObject_VAR_HEAD
38212             PyObject *ob_item[1];
38213         }_object;
38214     }
38215 importlib__bootstrap_external_toplevel_consts_67_consts_9_names = {
38216     ._object = {
38217         .ob_base = {
38218             .ob_base = {
38219                 .ob_refcnt = 999999999,
38220                 .ob_type = &PyTuple_Type,
38221             },
38222             .ob_size = 1,
38223         },
38224         .ob_item = {
38225             & const_str__path._ascii.ob_base,
38226         },
38227     },
38228 };
38229 static
38230     struct {
38231         PyASCIIObject _ascii;
38232         uint8_t _data[27];
38233     }
38234 importlib__bootstrap_external_toplevel_consts_67_consts_9_qualname = {
38235     ._ascii = {
38236         .ob_base = {
38237             .ob_refcnt = 999999999,
38238             .ob_type = &PyUnicode_Type,
38239         },
38240         .length = 26,
38241         .hash = -1,
38242         .state = {
38243             .kind = 1,
38244             .compact = 1,
38245             .ascii = 1,
38246             .ready = 1,
38247         },
38248     },
38249     ._data = "_NamespacePath.__setitem__",
38250 };
38251 static
38252     struct {
38253         PyObject_VAR_HEAD
38254         Py_hash_t ob_shash;
38255         char ob_sval[21];
38256     }
38257 importlib__bootstrap_external_toplevel_consts_67_consts_9_linetable = {
38258     .ob_base = {
38259         .ob_base = {
38260             .ob_refcnt = 999999999,
38261             .ob_type = &PyBytes_Type,
38262         },
38263         .ob_size = 20,
38264     },
38265     .ob_shash = -1,
38266     .ob_sval = "\x80\x00\xd8\x1c\x20\x88\x04\x8c\x0a\x90\x35\xd1\x08\x19\xd0\x08\x19\xd0\x08\x19",
38267 };
38268 static
38269     struct {
38270         PyGC_Head _gc_head;
38271         struct {
38272             PyObject_VAR_HEAD
38273             PyObject *ob_item[3];
38274         }_object;
38275     }
38276 importlib__bootstrap_external_toplevel_consts_67_consts_9_localsplusnames = {
38277     ._object = {
38278         .ob_base = {
38279             .ob_base = {
38280                 .ob_refcnt = 999999999,
38281                 .ob_type = &PyTuple_Type,
38282             },
38283             .ob_size = 3,
38284         },
38285         .ob_item = {
38286             & const_str_self._ascii.ob_base,
38287             & const_str_index._ascii.ob_base,
38288             &_Py_ID(path),
38289         },
38290     },
38291 };
38292 static
38293     struct _PyCode_DEF(26)
38294 importlib__bootstrap_external_toplevel_consts_67_consts_9 = {
38295     .ob_base = {
38296         .ob_base = {
38297             .ob_refcnt = 999999999,
38298             .ob_type = &PyCode_Type,
38299         },
38300         .ob_size = 13,
38301     },
38302     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
38303     .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_9_names._object.ob_base.ob_base,
38304     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
38305     .co_flags = 3,
38306     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
38307     ._co_linearray_entry_size = 0,
38308     .co_argcount = 3,
38309     .co_posonlyargcount = 0,
38310     .co_kwonlyargcount = 0,
38311     .co_stacksize = 3,
38312     .co_firstlineno = 1317,
38313     .co_nlocalsplus = 3,
38314     .co_nlocals = 3,
38315     .co_nplaincellvars = 0,
38316     .co_ncellvars = 0,
38317     .co_nfreevars = 0,
38318     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_9_localsplusnames._object.ob_base.ob_base,
38319     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
38320     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
38321     .co_name = &_Py_ID(__setitem__),
38322     .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_9_qualname._ascii.ob_base,
38323     .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_9_linetable.ob_base.ob_base,
38324     ._co_code = NULL,
38325     ._co_linearray = NULL,
38326     .co_code_adaptive = "\x97\x00\x7c\x02\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3c\x00\x00\x00\x64\x00\x53\x00",
38327     ._co_firsttraceable = 0,
38328 };
38329 static
38330     struct {
38331         PyGC_Head _gc_head;
38332         struct {
38333             PyObject_VAR_HEAD
38334             PyObject *ob_item[2];
38335         }_object;
38336     }
38337 importlib__bootstrap_external_toplevel_consts_67_consts_10_names = {
38338     ._object = {
38339         .ob_base = {
38340             .ob_base = {
38341                 .ob_refcnt = 999999999,
38342                 .ob_type = &PyTuple_Type,
38343             },
38344             .ob_size = 2,
38345         },
38346         .ob_item = {
38347             &_Py_ID(len),
38348             & const_str__recalculate._ascii.ob_base,
38349         },
38350     },
38351 };
38352 static
38353     struct {
38354         PyASCIIObject _ascii;
38355         uint8_t _data[23];
38356     }
38357 importlib__bootstrap_external_toplevel_consts_67_consts_10_qualname = {
38358     ._ascii = {
38359         .ob_base = {
38360             .ob_refcnt = 999999999,
38361             .ob_type = &PyUnicode_Type,
38362         },
38363         .length = 22,
38364         .hash = -1,
38365         .state = {
38366             .kind = 1,
38367             .compact = 1,
38368             .ascii = 1,
38369             .ready = 1,
38370         },
38371     },
38372     ._data = "_NamespacePath.__len__",
38373 };
38374 static
38375     struct {
38376         PyObject_VAR_HEAD
38377         Py_hash_t ob_shash;
38378         char ob_sval[29];
38379     }
38380 importlib__bootstrap_external_toplevel_consts_67_consts_10_linetable = {
38381     .ob_base = {
38382         .ob_base = {
38383             .ob_refcnt = 999999999,
38384             .ob_type = &PyBytes_Type,
38385         },
38386         .ob_size = 28,
38387     },
38388     .ob_shash = -1,
38389     .ob_sval = "\x80\x00\xdd\x0f\x12\x90\x34\xd7\x13\x24\xd2\x13\x24\xd1\x13\x26\xd4\x13\x26\xd1\x0f\x27\xd4\x0f\x27\xd0\x08\x27",
38390 };
38391 static
38392     struct _PyCode_DEF(68)
38393 importlib__bootstrap_external_toplevel_consts_67_consts_10 = {
38394     .ob_base = {
38395         .ob_base = {
38396             .ob_refcnt = 999999999,
38397             .ob_type = &PyCode_Type,
38398         },
38399         .ob_size = 34,
38400     },
38401     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
38402     .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_10_names._object.ob_base.ob_base,
38403     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
38404     .co_flags = 3,
38405     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
38406     ._co_linearray_entry_size = 0,
38407     .co_argcount = 1,
38408     .co_posonlyargcount = 0,
38409     .co_kwonlyargcount = 0,
38410     .co_stacksize = 4,
38411     .co_firstlineno = 1320,
38412     .co_nlocalsplus = 1,
38413     .co_nlocals = 1,
38414     .co_nplaincellvars = 0,
38415     .co_ncellvars = 0,
38416     .co_nfreevars = 0,
38417     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
38418     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
38419     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
38420     .co_name = &_Py_ID(__len__),
38421     .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_10_qualname._ascii.ob_base,
38422     .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_10_linetable.ob_base.ob_base,
38423     ._co_code = NULL,
38424     ._co_linearray = NULL,
38425     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
38426     ._co_firsttraceable = 0,
38427 };
38428 static
38429     struct {
38430         PyASCIIObject _ascii;
38431         uint8_t _data[21];
38432     }
38433 importlib__bootstrap_external_toplevel_consts_67_consts_11_consts_1 = {
38434     ._ascii = {
38435         .ob_base = {
38436             .ob_refcnt = 999999999,
38437             .ob_type = &PyUnicode_Type,
38438         },
38439         .length = 20,
38440         .hash = -1,
38441         .state = {
38442             .kind = 1,
38443             .compact = 1,
38444             .ascii = 1,
38445             .ready = 1,
38446         },
38447     },
38448     ._data = "_NamespacePath({!r})",
38449 };
38450 static
38451     struct {
38452         PyGC_Head _gc_head;
38453         struct {
38454             PyObject_VAR_HEAD
38455             PyObject *ob_item[2];
38456         }_object;
38457     }
38458 importlib__bootstrap_external_toplevel_consts_67_consts_11_consts = {
38459     ._object = {
38460         .ob_base = {
38461             .ob_base = {
38462                 .ob_refcnt = 999999999,
38463                 .ob_type = &PyTuple_Type,
38464             },
38465             .ob_size = 2,
38466         },
38467         .ob_item = {
38468             Py_None,
38469             & importlib__bootstrap_external_toplevel_consts_67_consts_11_consts_1._ascii.ob_base,
38470         },
38471     },
38472 };
38473 static
38474     struct {
38475         PyGC_Head _gc_head;
38476         struct {
38477             PyObject_VAR_HEAD
38478             PyObject *ob_item[2];
38479         }_object;
38480     }
38481 importlib__bootstrap_external_toplevel_consts_67_consts_11_names = {
38482     ._object = {
38483         .ob_base = {
38484             .ob_base = {
38485                 .ob_refcnt = 999999999,
38486                 .ob_type = &PyTuple_Type,
38487             },
38488             .ob_size = 2,
38489         },
38490         .ob_item = {
38491             & const_str_format._ascii.ob_base,
38492             & const_str__path._ascii.ob_base,
38493         },
38494     },
38495 };
38496 static
38497     struct {
38498         PyASCIIObject _ascii;
38499         uint8_t _data[24];
38500     }
38501 importlib__bootstrap_external_toplevel_consts_67_consts_11_qualname = {
38502     ._ascii = {
38503         .ob_base = {
38504             .ob_refcnt = 999999999,
38505             .ob_type = &PyUnicode_Type,
38506         },
38507         .length = 23,
38508         .hash = -1,
38509         .state = {
38510             .kind = 1,
38511             .compact = 1,
38512             .ascii = 1,
38513             .ready = 1,
38514         },
38515     },
38516     ._data = "_NamespacePath.__repr__",
38517 };
38518 static
38519     struct {
38520         PyObject_VAR_HEAD
38521         Py_hash_t ob_shash;
38522         char ob_sval[25];
38523     }
38524 importlib__bootstrap_external_toplevel_consts_67_consts_11_linetable = {
38525     .ob_base = {
38526         .ob_base = {
38527             .ob_refcnt = 999999999,
38528             .ob_type = &PyBytes_Type,
38529         },
38530         .ob_size = 24,
38531     },
38532     .ob_shash = -1,
38533     .ob_sval = "\x80\x00\xd8\x0f\x25\xd7\x0f\x2c\xd2\x0f\x2c\xa8\x54\xac\x5a\xd1\x0f\x38\xd4\x0f\x38\xd0\x08\x38",
38534 };
38535 static
38536     struct _PyCode_DEF(54)
38537 importlib__bootstrap_external_toplevel_consts_67_consts_11 = {
38538     .ob_base = {
38539         .ob_base = {
38540             .ob_refcnt = 999999999,
38541             .ob_type = &PyCode_Type,
38542         },
38543         .ob_size = 27,
38544     },
38545     .co_consts = & importlib__bootstrap_external_toplevel_consts_67_consts_11_consts._object.ob_base.ob_base,
38546     .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_11_names._object.ob_base.ob_base,
38547     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
38548     .co_flags = 3,
38549     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
38550     ._co_linearray_entry_size = 0,
38551     .co_argcount = 1,
38552     .co_posonlyargcount = 0,
38553     .co_kwonlyargcount = 0,
38554     .co_stacksize = 3,
38555     .co_firstlineno = 1323,
38556     .co_nlocalsplus = 1,
38557     .co_nlocals = 1,
38558     .co_nplaincellvars = 0,
38559     .co_ncellvars = 0,
38560     .co_nfreevars = 0,
38561     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
38562     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
38563     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
38564     .co_name = &_Py_ID(__repr__),
38565     .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_11_qualname._ascii.ob_base,
38566     .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_11_linetable.ob_base.ob_base,
38567     ._co_code = NULL,
38568     ._co_linearray = NULL,
38569     .co_code_adaptive = "\x97\x00\x64\x01\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
38570     ._co_firsttraceable = 0,
38571 };
38572 static
38573     struct {
38574         PyASCIIObject _ascii;
38575         uint8_t _data[28];
38576     }
38577 importlib__bootstrap_external_toplevel_consts_67_consts_12_qualname = {
38578     ._ascii = {
38579         .ob_base = {
38580             .ob_refcnt = 999999999,
38581             .ob_type = &PyUnicode_Type,
38582         },
38583         .length = 27,
38584         .hash = -1,
38585         .state = {
38586             .kind = 1,
38587             .compact = 1,
38588             .ascii = 1,
38589             .ready = 1,
38590         },
38591     },
38592     ._data = "_NamespacePath.__contains__",
38593 };
38594 static
38595     struct {
38596         PyObject_VAR_HEAD
38597         Py_hash_t ob_shash;
38598         char ob_sval[26];
38599     }
38600 importlib__bootstrap_external_toplevel_consts_67_consts_12_linetable = {
38601     .ob_base = {
38602         .ob_base = {
38603             .ob_refcnt = 999999999,
38604             .ob_type = &PyBytes_Type,
38605         },
38606         .ob_size = 25,
38607     },
38608     .ob_shash = -1,
38609     .ob_sval = "\x80\x00\xd8\x0f\x13\x90\x74\xd7\x17\x28\xd2\x17\x28\xd1\x17\x2a\xd4\x17\x2a\xd0\x0f\x2a\xd0\x08\x2a",
38610 };
38611 static
38612     struct {
38613         PyASCIIObject _ascii;
38614         uint8_t _data[5];
38615     }
38616 const_str_item = {
38617     ._ascii = {
38618         .ob_base = {
38619             .ob_refcnt = 999999999,
38620             .ob_type = &PyUnicode_Type,
38621         },
38622         .length = 4,
38623         .hash = -1,
38624         .state = {
38625             .kind = 1,
38626             .compact = 1,
38627             .ascii = 1,
38628             .ready = 1,
38629         },
38630     },
38631     ._data = "item",
38632 };
38633 static
38634     struct {
38635         PyGC_Head _gc_head;
38636         struct {
38637             PyObject_VAR_HEAD
38638             PyObject *ob_item[2];
38639         }_object;
38640     }
38641 importlib__bootstrap_external_toplevel_consts_67_consts_12_localsplusnames = {
38642     ._object = {
38643         .ob_base = {
38644             .ob_base = {
38645                 .ob_refcnt = 999999999,
38646                 .ob_type = &PyTuple_Type,
38647             },
38648             .ob_size = 2,
38649         },
38650         .ob_item = {
38651             & const_str_self._ascii.ob_base,
38652             & const_str_item._ascii.ob_base,
38653         },
38654     },
38655 };
38656 static
38657     struct _PyCode_DEF(46)
38658 importlib__bootstrap_external_toplevel_consts_67_consts_12 = {
38659     .ob_base = {
38660         .ob_base = {
38661             .ob_refcnt = 999999999,
38662             .ob_type = &PyCode_Type,
38663         },
38664         .ob_size = 23,
38665     },
38666     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
38667     .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_8_names._object.ob_base.ob_base,
38668     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
38669     .co_flags = 3,
38670     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
38671     ._co_linearray_entry_size = 0,
38672     .co_argcount = 2,
38673     .co_posonlyargcount = 0,
38674     .co_kwonlyargcount = 0,
38675     .co_stacksize = 3,
38676     .co_firstlineno = 1326,
38677     .co_nlocalsplus = 2,
38678     .co_nlocals = 2,
38679     .co_nplaincellvars = 0,
38680     .co_ncellvars = 0,
38681     .co_nfreevars = 0,
38682     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_12_localsplusnames._object.ob_base.ob_base,
38683     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
38684     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
38685     .co_name = &_Py_ID(__contains__),
38686     .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_12_qualname._ascii.ob_base,
38687     .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_12_linetable.ob_base.ob_base,
38688     ._co_code = NULL,
38689     ._co_linearray = NULL,
38690     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x53\x00",
38691     ._co_firsttraceable = 0,
38692 };
38693 static
38694     struct {
38695         PyGC_Head _gc_head;
38696         struct {
38697             PyObject_VAR_HEAD
38698             PyObject *ob_item[2];
38699         }_object;
38700     }
38701 importlib__bootstrap_external_toplevel_consts_67_consts_13_names = {
38702     ._object = {
38703         .ob_base = {
38704             .ob_base = {
38705                 .ob_refcnt = 999999999,
38706                 .ob_type = &PyTuple_Type,
38707             },
38708             .ob_size = 2,
38709         },
38710         .ob_item = {
38711             & const_str__path._ascii.ob_base,
38712             &_Py_ID(append),
38713         },
38714     },
38715 };
38716 static
38717     struct {
38718         PyASCIIObject _ascii;
38719         uint8_t _data[22];
38720     }
38721 importlib__bootstrap_external_toplevel_consts_67_consts_13_qualname = {
38722     ._ascii = {
38723         .ob_base = {
38724             .ob_refcnt = 999999999,
38725             .ob_type = &PyUnicode_Type,
38726         },
38727         .length = 21,
38728         .hash = -1,
38729         .state = {
38730             .kind = 1,
38731             .compact = 1,
38732             .ascii = 1,
38733             .ready = 1,
38734         },
38735     },
38736     ._data = "_NamespacePath.append",
38737 };
38738 static
38739     struct {
38740         PyObject_VAR_HEAD
38741         Py_hash_t ob_shash;
38742         char ob_sval[31];
38743     }
38744 importlib__bootstrap_external_toplevel_consts_67_consts_13_linetable = {
38745     .ob_base = {
38746         .ob_base = {
38747             .ob_refcnt = 999999999,
38748             .ob_type = &PyBytes_Type,
38749         },
38750         .ob_size = 30,
38751     },
38752     .ob_shash = -1,
38753     .ob_sval = "\x80\x00\xd8\x08\x0c\x8c\x0a\xd7\x08\x19\xd2\x08\x19\x98\x24\xd1\x08\x1f\xd4\x08\x1f\xd0\x08\x1f\xd0\x08\x1f\xd0\x08\x1f",
38754 };
38755 static
38756     struct _PyCode_DEF(58)
38757 importlib__bootstrap_external_toplevel_consts_67_consts_13 = {
38758     .ob_base = {
38759         .ob_base = {
38760             .ob_refcnt = 999999999,
38761             .ob_type = &PyCode_Type,
38762         },
38763         .ob_size = 29,
38764     },
38765     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
38766     .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_13_names._object.ob_base.ob_base,
38767     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
38768     .co_flags = 3,
38769     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
38770     ._co_linearray_entry_size = 0,
38771     .co_argcount = 2,
38772     .co_posonlyargcount = 0,
38773     .co_kwonlyargcount = 0,
38774     .co_stacksize = 3,
38775     .co_firstlineno = 1329,
38776     .co_nlocalsplus = 2,
38777     .co_nlocals = 2,
38778     .co_nplaincellvars = 0,
38779     .co_ncellvars = 0,
38780     .co_nfreevars = 0,
38781     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_12_localsplusnames._object.ob_base.ob_base,
38782     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
38783     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
38784     .co_name = &_Py_ID(append),
38785     .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_13_qualname._ascii.ob_base,
38786     .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_13_linetable.ob_base.ob_base,
38787     ._co_code = NULL,
38788     ._co_linearray = NULL,
38789     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
38790     ._co_firsttraceable = 0,
38791 };
38792 static
38793     struct {
38794         PyGC_Head _gc_head;
38795         struct {
38796             PyObject_VAR_HEAD
38797             PyObject *ob_item[15];
38798         }_object;
38799     }
38800 importlib__bootstrap_external_toplevel_consts_67_consts = {
38801     ._object = {
38802         .ob_base = {
38803             .ob_base = {
38804                 .ob_refcnt = 999999999,
38805                 .ob_type = &PyTuple_Type,
38806             },
38807             .ob_size = 15,
38808         },
38809         .ob_item = {
38810             & const_str__NamespacePath._ascii.ob_base,
38811             & importlib__bootstrap_external_toplevel_consts_67_consts_1._ascii.ob_base,
38812             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
38813             & importlib__bootstrap_external_toplevel_consts_67_consts_3.ob_base.ob_base,
38814             & importlib__bootstrap_external_toplevel_consts_67_consts_4.ob_base.ob_base,
38815             & importlib__bootstrap_external_toplevel_consts_67_consts_5.ob_base.ob_base,
38816             & importlib__bootstrap_external_toplevel_consts_67_consts_6.ob_base.ob_base,
38817             & importlib__bootstrap_external_toplevel_consts_67_consts_7.ob_base.ob_base,
38818             & importlib__bootstrap_external_toplevel_consts_67_consts_8.ob_base.ob_base,
38819             & importlib__bootstrap_external_toplevel_consts_67_consts_9.ob_base.ob_base,
38820             & importlib__bootstrap_external_toplevel_consts_67_consts_10.ob_base.ob_base,
38821             & importlib__bootstrap_external_toplevel_consts_67_consts_11.ob_base.ob_base,
38822             & importlib__bootstrap_external_toplevel_consts_67_consts_12.ob_base.ob_base,
38823             & importlib__bootstrap_external_toplevel_consts_67_consts_13.ob_base.ob_base,
38824             Py_None,
38825         },
38826     },
38827 };
38828 static
38829     struct {
38830         PyGC_Head _gc_head;
38831         struct {
38832             PyObject_VAR_HEAD
38833             PyObject *ob_item[16];
38834         }_object;
38835     }
38836 importlib__bootstrap_external_toplevel_consts_67_names = {
38837     ._object = {
38838         .ob_base = {
38839             .ob_base = {
38840                 .ob_refcnt = 999999999,
38841                 .ob_type = &PyTuple_Type,
38842             },
38843             .ob_size = 16,
38844         },
38845         .ob_item = {
38846             &_Py_ID(__name__),
38847             &_Py_ID(__module__),
38848             &_Py_ID(__qualname__),
38849             &_Py_ID(__doc__),
38850             & const_str__epoch._ascii.ob_base,
38851             &_Py_ID(__init__),
38852             & const_str__find_parent_path_names._ascii.ob_base,
38853             & const_str__get_parent_path._ascii.ob_base,
38854             & const_str__recalculate._ascii.ob_base,
38855             &_Py_ID(__iter__),
38856             &_Py_ID(__getitem__),
38857             &_Py_ID(__setitem__),
38858             &_Py_ID(__len__),
38859             &_Py_ID(__repr__),
38860             &_Py_ID(__contains__),
38861             &_Py_ID(append),
38862         },
38863     },
38864 };
38865 static
38866     struct {
38867         PyObject_VAR_HEAD
38868         Py_hash_t ob_shash;
38869         char ob_sval[206];
38870     }
38871 importlib__bootstrap_external_toplevel_consts_67_linetable = {
38872     .ob_base = {
38873         .ob_base = {
38874             .ob_refcnt = 999999999,
38875             .ob_type = &PyBytes_Type,
38876         },
38877         .ob_size = 205,
38878     },
38879     .ob_shash = -1,
38880     .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",
38881 };
38882 static
38883     struct _PyCode_DEF(88)
38884 importlib__bootstrap_external_toplevel_consts_67 = {
38885     .ob_base = {
38886         .ob_base = {
38887             .ob_refcnt = 999999999,
38888             .ob_type = &PyCode_Type,
38889         },
38890         .ob_size = 44,
38891     },
38892     .co_consts = & importlib__bootstrap_external_toplevel_consts_67_consts._object.ob_base.ob_base,
38893     .co_names = & importlib__bootstrap_external_toplevel_consts_67_names._object.ob_base.ob_base,
38894     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
38895     .co_flags = 0,
38896     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
38897     ._co_linearray_entry_size = 0,
38898     .co_argcount = 0,
38899     .co_posonlyargcount = 0,
38900     .co_kwonlyargcount = 0,
38901     .co_stacksize = 1,
38902     .co_firstlineno = 1265,
38903     .co_nlocalsplus = 0,
38904     .co_nlocals = 0,
38905     .co_nplaincellvars = 0,
38906     .co_ncellvars = 0,
38907     .co_nfreevars = 0,
38908     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
38909     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
38910     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
38911     .co_name = & const_str__NamespacePath._ascii.ob_base,
38912     .co_qualname = & const_str__NamespacePath._ascii.ob_base,
38913     .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_linetable.ob_base.ob_base,
38914     ._co_code = NULL,
38915     ._co_linearray = NULL,
38916     .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",
38917     ._co_firsttraceable = 0,
38918 };
38919 static
38920     struct {
38921         PyGC_Head _gc_head;
38922         struct {
38923             PyObject_VAR_HEAD
38924             PyObject *ob_item[2];
38925         }_object;
38926     }
38927 importlib__bootstrap_external_toplevel_consts_69_consts_1_names = {
38928     ._object = {
38929         .ob_base = {
38930             .ob_base = {
38931                 .ob_refcnt = 999999999,
38932                 .ob_type = &PyTuple_Type,
38933             },
38934             .ob_size = 2,
38935         },
38936         .ob_item = {
38937             & const_str__NamespacePath._ascii.ob_base,
38938             & const_str__path._ascii.ob_base,
38939         },
38940     },
38941 };
38942 static
38943     struct {
38944         PyASCIIObject _ascii;
38945         uint8_t _data[25];
38946     }
38947 importlib__bootstrap_external_toplevel_consts_69_consts_1_qualname = {
38948     ._ascii = {
38949         .ob_base = {
38950             .ob_refcnt = 999999999,
38951             .ob_type = &PyUnicode_Type,
38952         },
38953         .length = 24,
38954         .hash = -1,
38955         .state = {
38956             .kind = 1,
38957             .compact = 1,
38958             .ascii = 1,
38959             .ready = 1,
38960         },
38961     },
38962     ._data = "NamespaceLoader.__init__",
38963 };
38964 static
38965     struct {
38966         PyObject_VAR_HEAD
38967         Py_hash_t ob_shash;
38968         char ob_sval[26];
38969     }
38970 importlib__bootstrap_external_toplevel_consts_69_consts_1_linetable = {
38971     .ob_base = {
38972         .ob_base = {
38973             .ob_refcnt = 999999999,
38974             .ob_type = &PyBytes_Type,
38975         },
38976         .ob_size = 25,
38977     },
38978     .ob_shash = -1,
38979     .ob_sval = "\x80\x00\xdd\x15\x23\xa0\x44\xa8\x24\xb0\x0b\xd1\x15\x3c\xd4\x15\x3c\x88\x04\x8c\x0a\x88\x0a\x88\x0a",
38980 };
38981 static
38982     struct _PyCode_DEF(50)
38983 importlib__bootstrap_external_toplevel_consts_69_consts_1 = {
38984     .ob_base = {
38985         .ob_base = {
38986             .ob_refcnt = 999999999,
38987             .ob_type = &PyCode_Type,
38988         },
38989         .ob_size = 25,
38990     },
38991     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
38992     .co_names = & importlib__bootstrap_external_toplevel_consts_69_consts_1_names._object.ob_base.ob_base,
38993     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
38994     .co_flags = 3,
38995     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
38996     ._co_linearray_entry_size = 0,
38997     .co_argcount = 4,
38998     .co_posonlyargcount = 0,
38999     .co_kwonlyargcount = 0,
39000     .co_stacksize = 5,
39001     .co_firstlineno = 1337,
39002     .co_nlocalsplus = 4,
39003     .co_nlocals = 4,
39004     .co_nplaincellvars = 0,
39005     .co_ncellvars = 0,
39006     .co_nfreevars = 0,
39007     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_3_localsplusnames._object.ob_base.ob_base,
39008     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
39009     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
39010     .co_name = &_Py_ID(__init__),
39011     .co_qualname = & importlib__bootstrap_external_toplevel_consts_69_consts_1_qualname._ascii.ob_base,
39012     .co_linetable = & importlib__bootstrap_external_toplevel_consts_69_consts_1_linetable.ob_base.ob_base,
39013     ._co_code = NULL,
39014     ._co_linearray = NULL,
39015     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\x7c\x03\xa6\x03\x00\x00\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",
39016     ._co_firsttraceable = 0,
39017 };
39018 static
39019     struct {
39020         PyASCIIObject _ascii;
39021         uint8_t _data[82];
39022     }
39023 importlib__bootstrap_external_toplevel_consts_69_consts_2_consts_1 = {
39024     ._ascii = {
39025         .ob_base = {
39026             .ob_refcnt = 999999999,
39027             .ob_type = &PyUnicode_Type,
39028         },
39029         .length = 81,
39030         .hash = -1,
39031         .state = {
39032             .kind = 1,
39033             .compact = 1,
39034             .ascii = 1,
39035             .ready = 1,
39036         },
39037     },
39038     ._data = "NamespaceLoader.module_repr() is deprecated and slated for removal in Python 3.12",
39039 };
39040 static
39041     struct {
39042         PyASCIIObject _ascii;
39043         uint8_t _data[26];
39044     }
39045 importlib__bootstrap_external_toplevel_consts_69_consts_2_consts_2 = {
39046     ._ascii = {
39047         .ob_base = {
39048             .ob_refcnt = 999999999,
39049             .ob_type = &PyUnicode_Type,
39050         },
39051         .length = 25,
39052         .hash = -1,
39053         .state = {
39054             .kind = 1,
39055             .compact = 1,
39056             .ascii = 1,
39057             .ready = 1,
39058         },
39059     },
39060     ._data = "<module {!r} (namespace)>",
39061 };
39062 static
39063     struct {
39064         PyGC_Head _gc_head;
39065         struct {
39066             PyObject_VAR_HEAD
39067             PyObject *ob_item[3];
39068         }_object;
39069     }
39070 importlib__bootstrap_external_toplevel_consts_69_consts_2_consts = {
39071     ._object = {
39072         .ob_base = {
39073             .ob_base = {
39074                 .ob_refcnt = 999999999,
39075                 .ob_type = &PyTuple_Type,
39076             },
39077             .ob_size = 3,
39078         },
39079         .ob_item = {
39080             & importlib__bootstrap_toplevel_consts_37_consts_3_consts_0._ascii.ob_base,
39081             & importlib__bootstrap_external_toplevel_consts_69_consts_2_consts_1._ascii.ob_base,
39082             & importlib__bootstrap_external_toplevel_consts_69_consts_2_consts_2._ascii.ob_base,
39083         },
39084     },
39085 };
39086 static
39087     struct {
39088         PyGC_Head _gc_head;
39089         struct {
39090             PyObject_VAR_HEAD
39091             PyObject *ob_item[5];
39092         }_object;
39093     }
39094 importlib__bootstrap_external_toplevel_consts_69_consts_2_names = {
39095     ._object = {
39096         .ob_base = {
39097             .ob_base = {
39098                 .ob_refcnt = 999999999,
39099                 .ob_type = &PyTuple_Type,
39100             },
39101             .ob_size = 5,
39102         },
39103         .ob_item = {
39104             & const_str__warnings._ascii.ob_base,
39105             & const_str_warn._ascii.ob_base,
39106             & const_str_DeprecationWarning._ascii.ob_base,
39107             & const_str_format._ascii.ob_base,
39108             &_Py_ID(__name__),
39109         },
39110     },
39111 };
39112 static
39113     struct {
39114         PyASCIIObject _ascii;
39115         uint8_t _data[28];
39116     }
39117 importlib__bootstrap_external_toplevel_consts_69_consts_2_qualname = {
39118     ._ascii = {
39119         .ob_base = {
39120             .ob_refcnt = 999999999,
39121             .ob_type = &PyUnicode_Type,
39122         },
39123         .length = 27,
39124         .hash = -1,
39125         .state = {
39126             .kind = 1,
39127             .compact = 1,
39128             .ascii = 1,
39129             .ready = 1,
39130         },
39131     },
39132     ._data = "NamespaceLoader.module_repr",
39133 };
39134 static
39135     struct {
39136         PyObject_VAR_HEAD
39137         Py_hash_t ob_shash;
39138         char ob_sval[58];
39139     }
39140 importlib__bootstrap_external_toplevel_consts_69_consts_2_linetable = {
39141     .ob_base = {
39142         .ob_base = {
39143             .ob_refcnt = 999999999,
39144             .ob_type = &PyBytes_Type,
39145         },
39146         .ob_size = 57,
39147     },
39148     .ob_shash = -1,
39149     .ob_sval = "\x80\x00\xf5\x0e\x00\x09\x12\x8c\x0e\xf0\x00\x01\x18\x3b\xdd\x3c\x4e\xf1\x03\x01\x09\x50\x01\xf4\x00\x01\x09\x50\x01\xf0\x00\x01\x09\x50\x01\xe0\x0f\x2a\xd7\x0f\x31\xd2\x0f\x31\xb0\x26\xb4\x2f\xd1\x0f\x42\xd4\x0f\x42\xd0\x08\x42",
39150 };
39151 static
39152     struct _PyCode_DEF(106)
39153 importlib__bootstrap_external_toplevel_consts_69_consts_2 = {
39154     .ob_base = {
39155         .ob_base = {
39156             .ob_refcnt = 999999999,
39157             .ob_type = &PyCode_Type,
39158         },
39159         .ob_size = 53,
39160     },
39161     .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_2_consts._object.ob_base.ob_base,
39162     .co_names = & importlib__bootstrap_external_toplevel_consts_69_consts_2_names._object.ob_base.ob_base,
39163     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
39164     .co_flags = 3,
39165     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
39166     ._co_linearray_entry_size = 0,
39167     .co_argcount = 1,
39168     .co_posonlyargcount = 0,
39169     .co_kwonlyargcount = 0,
39170     .co_stacksize = 4,
39171     .co_firstlineno = 1340,
39172     .co_nlocalsplus = 1,
39173     .co_nlocals = 1,
39174     .co_nplaincellvars = 0,
39175     .co_ncellvars = 0,
39176     .co_nfreevars = 0,
39177     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_3_localsplusnames._object.ob_base.ob_base,
39178     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
39179     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
39180     .co_name = & const_str_module_repr._ascii.ob_base,
39181     .co_qualname = & importlib__bootstrap_external_toplevel_consts_69_consts_2_qualname._ascii.ob_base,
39182     .co_linetable = & importlib__bootstrap_external_toplevel_consts_69_consts_2_linetable.ob_base.ob_base,
39183     ._co_code = NULL,
39184     ._co_linearray = NULL,
39185     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\xa0\x03\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
39186     ._co_firsttraceable = 0,
39187 };
39188 static
39189     struct {
39190         PyGC_Head _gc_head;
39191         struct {
39192             PyObject_VAR_HEAD
39193             PyObject *ob_item[2];
39194         }_object;
39195     }
39196 importlib__bootstrap_external_toplevel_consts_69_consts_3_consts = {
39197     ._object = {
39198         .ob_base = {
39199             .ob_base = {
39200                 .ob_refcnt = 999999999,
39201                 .ob_type = &PyTuple_Type,
39202             },
39203             .ob_size = 2,
39204         },
39205         .ob_item = {
39206             Py_None,
39207             Py_True,
39208         },
39209     },
39210 };
39211 static
39212     struct {
39213         PyASCIIObject _ascii;
39214         uint8_t _data[27];
39215     }
39216 importlib__bootstrap_external_toplevel_consts_69_consts_3_qualname = {
39217     ._ascii = {
39218         .ob_base = {
39219             .ob_refcnt = 999999999,
39220             .ob_type = &PyUnicode_Type,
39221         },
39222         .length = 26,
39223         .hash = -1,
39224         .state = {
39225             .kind = 1,
39226             .compact = 1,
39227             .ascii = 1,
39228             .ready = 1,
39229         },
39230     },
39231     ._data = "NamespaceLoader.is_package",
39232 };
39233 static
39234     struct {
39235         PyObject_VAR_HEAD
39236         Py_hash_t ob_shash;
39237         char ob_sval[8];
39238     }
39239 importlib__bootstrap_external_toplevel_consts_69_consts_3_linetable = {
39240     .ob_base = {
39241         .ob_base = {
39242             .ob_refcnt = 999999999,
39243             .ob_type = &PyBytes_Type,
39244         },
39245         .ob_size = 7,
39246     },
39247     .ob_shash = -1,
39248     .ob_sval = "\x80\x00\xd8\x0f\x13\x88\x74",
39249 };
39250 static
39251     struct _PyCode_DEF(6)
39252 importlib__bootstrap_external_toplevel_consts_69_consts_3 = {
39253     .ob_base = {
39254         .ob_base = {
39255             .ob_refcnt = 999999999,
39256             .ob_type = &PyCode_Type,
39257         },
39258         .ob_size = 3,
39259     },
39260     .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_3_consts._object.ob_base.ob_base,
39261     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
39262     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
39263     .co_flags = 3,
39264     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
39265     ._co_linearray_entry_size = 0,
39266     .co_argcount = 2,
39267     .co_posonlyargcount = 0,
39268     .co_kwonlyargcount = 0,
39269     .co_stacksize = 1,
39270     .co_firstlineno = 1351,
39271     .co_nlocalsplus = 2,
39272     .co_nlocals = 2,
39273     .co_nplaincellvars = 0,
39274     .co_ncellvars = 0,
39275     .co_nfreevars = 0,
39276     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
39277     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
39278     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
39279     .co_name = & const_str_is_package._ascii.ob_base,
39280     .co_qualname = & importlib__bootstrap_external_toplevel_consts_69_consts_3_qualname._ascii.ob_base,
39281     .co_linetable = & importlib__bootstrap_external_toplevel_consts_69_consts_3_linetable.ob_base.ob_base,
39282     ._co_code = NULL,
39283     ._co_linearray = NULL,
39284     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
39285     ._co_firsttraceable = 0,
39286 };
39287 static
39288     struct {
39289         PyGC_Head _gc_head;
39290         struct {
39291             PyObject_VAR_HEAD
39292             PyObject *ob_item[2];
39293         }_object;
39294     }
39295 importlib__bootstrap_external_toplevel_consts_69_consts_4_consts = {
39296     ._object = {
39297         .ob_base = {
39298             .ob_base = {
39299                 .ob_refcnt = 999999999,
39300                 .ob_type = &PyTuple_Type,
39301             },
39302             .ob_size = 2,
39303         },
39304         .ob_item = {
39305             Py_None,
39306             &_Py_STR(empty),
39307         },
39308     },
39309 };
39310 static
39311     struct {
39312         PyASCIIObject _ascii;
39313         uint8_t _data[27];
39314     }
39315 importlib__bootstrap_external_toplevel_consts_69_consts_4_qualname = {
39316     ._ascii = {
39317         .ob_base = {
39318             .ob_refcnt = 999999999,
39319             .ob_type = &PyUnicode_Type,
39320         },
39321         .length = 26,
39322         .hash = -1,
39323         .state = {
39324             .kind = 1,
39325             .compact = 1,
39326             .ascii = 1,
39327             .ready = 1,
39328         },
39329     },
39330     ._data = "NamespaceLoader.get_source",
39331 };
39332 static
39333     struct {
39334         PyObject_VAR_HEAD
39335         Py_hash_t ob_shash;
39336         char ob_sval[8];
39337     }
39338 importlib__bootstrap_external_toplevel_consts_69_consts_4_linetable = {
39339     .ob_base = {
39340         .ob_base = {
39341             .ob_refcnt = 999999999,
39342             .ob_type = &PyBytes_Type,
39343         },
39344         .ob_size = 7,
39345     },
39346     .ob_shash = -1,
39347     .ob_sval = "\x80\x00\xd8\x0f\x11\x88\x72",
39348 };
39349 static
39350     struct _PyCode_DEF(6)
39351 importlib__bootstrap_external_toplevel_consts_69_consts_4 = {
39352     .ob_base = {
39353         .ob_base = {
39354             .ob_refcnt = 999999999,
39355             .ob_type = &PyCode_Type,
39356         },
39357         .ob_size = 3,
39358     },
39359     .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_4_consts._object.ob_base.ob_base,
39360     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
39361     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
39362     .co_flags = 3,
39363     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
39364     ._co_linearray_entry_size = 0,
39365     .co_argcount = 2,
39366     .co_posonlyargcount = 0,
39367     .co_kwonlyargcount = 0,
39368     .co_stacksize = 1,
39369     .co_firstlineno = 1354,
39370     .co_nlocalsplus = 2,
39371     .co_nlocals = 2,
39372     .co_nplaincellvars = 0,
39373     .co_ncellvars = 0,
39374     .co_nfreevars = 0,
39375     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
39376     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
39377     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
39378     .co_name = &_Py_ID(get_source),
39379     .co_qualname = & importlib__bootstrap_external_toplevel_consts_69_consts_4_qualname._ascii.ob_base,
39380     .co_linetable = & importlib__bootstrap_external_toplevel_consts_69_consts_4_linetable.ob_base.ob_base,
39381     ._co_code = NULL,
39382     ._co_linearray = NULL,
39383     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
39384     ._co_firsttraceable = 0,
39385 };
39386 static
39387     struct {
39388         PyGC_Head _gc_head;
39389         struct {
39390             PyObject_VAR_HEAD
39391             PyObject *ob_item[1];
39392         }_object;
39393     }
39394 importlib__bootstrap_external_toplevel_consts_69_consts_5_consts_5 = {
39395     ._object = {
39396         .ob_base = {
39397             .ob_base = {
39398                 .ob_refcnt = 999999999,
39399                 .ob_type = &PyTuple_Type,
39400             },
39401             .ob_size = 1,
39402         },
39403         .ob_item = {
39404             & const_str_dont_inherit._ascii.ob_base,
39405         },
39406     },
39407 };
39408 static
39409     struct {
39410         PyGC_Head _gc_head;
39411         struct {
39412             PyObject_VAR_HEAD
39413             PyObject *ob_item[6];
39414         }_object;
39415     }
39416 importlib__bootstrap_external_toplevel_consts_69_consts_5_consts = {
39417     ._object = {
39418         .ob_base = {
39419             .ob_base = {
39420                 .ob_refcnt = 999999999,
39421                 .ob_type = &PyTuple_Type,
39422             },
39423             .ob_size = 6,
39424         },
39425         .ob_item = {
39426             Py_None,
39427             &_Py_STR(empty),
39428             &_Py_STR(anon_string),
39429             & const_str_exec._ascii.ob_base,
39430             Py_True,
39431             & importlib__bootstrap_external_toplevel_consts_69_consts_5_consts_5._object.ob_base.ob_base,
39432         },
39433     },
39434 };
39435 static
39436     struct {
39437         PyGC_Head _gc_head;
39438         struct {
39439             PyObject_VAR_HEAD
39440             PyObject *ob_item[1];
39441         }_object;
39442     }
39443 importlib__bootstrap_external_toplevel_consts_69_consts_5_names = {
39444     ._object = {
39445         .ob_base = {
39446             .ob_base = {
39447                 .ob_refcnt = 999999999,
39448                 .ob_type = &PyTuple_Type,
39449             },
39450             .ob_size = 1,
39451         },
39452         .ob_item = {
39453             & const_str_compile._ascii.ob_base,
39454         },
39455     },
39456 };
39457 static
39458     struct {
39459         PyASCIIObject _ascii;
39460         uint8_t _data[25];
39461     }
39462 importlib__bootstrap_external_toplevel_consts_69_consts_5_qualname = {
39463     ._ascii = {
39464         .ob_base = {
39465             .ob_refcnt = 999999999,
39466             .ob_type = &PyUnicode_Type,
39467         },
39468         .length = 24,
39469         .hash = -1,
39470         .state = {
39471             .kind = 1,
39472             .compact = 1,
39473             .ascii = 1,
39474             .ready = 1,
39475         },
39476     },
39477     ._data = "NamespaceLoader.get_code",
39478 };
39479 static
39480     struct {
39481         PyObject_VAR_HEAD
39482         Py_hash_t ob_shash;
39483         char ob_sval[26];
39484     }
39485 importlib__bootstrap_external_toplevel_consts_69_consts_5_linetable = {
39486     .ob_base = {
39487         .ob_base = {
39488             .ob_refcnt = 999999999,
39489             .ob_type = &PyBytes_Type,
39490         },
39491         .ob_size = 25,
39492     },
39493     .ob_shash = -1,
39494     .ob_sval = "\x80\x00\xdd\x0f\x16\x90\x72\x98\x3a\xa0\x76\xb8\x44\xd0\x0f\x41\xd1\x0f\x41\xd4\x0f\x41\xd0\x08\x41",
39495 };
39496 static
39497     struct _PyCode_DEF(40)
39498 importlib__bootstrap_external_toplevel_consts_69_consts_5 = {
39499     .ob_base = {
39500         .ob_base = {
39501             .ob_refcnt = 999999999,
39502             .ob_type = &PyCode_Type,
39503         },
39504         .ob_size = 20,
39505     },
39506     .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_5_consts._object.ob_base.ob_base,
39507     .co_names = & importlib__bootstrap_external_toplevel_consts_69_consts_5_names._object.ob_base.ob_base,
39508     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
39509     .co_flags = 3,
39510     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
39511     ._co_linearray_entry_size = 0,
39512     .co_argcount = 2,
39513     .co_posonlyargcount = 0,
39514     .co_kwonlyargcount = 0,
39515     .co_stacksize = 6,
39516     .co_firstlineno = 1357,
39517     .co_nlocalsplus = 2,
39518     .co_nlocals = 2,
39519     .co_nplaincellvars = 0,
39520     .co_ncellvars = 0,
39521     .co_nfreevars = 0,
39522     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
39523     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
39524     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
39525     .co_name = & const_str_get_code._ascii.ob_base,
39526     .co_qualname = & importlib__bootstrap_external_toplevel_consts_69_consts_5_qualname._ascii.ob_base,
39527     .co_linetable = & importlib__bootstrap_external_toplevel_consts_69_consts_5_linetable.ob_base.ob_base,
39528     ._co_code = NULL,
39529     ._co_linearray = NULL,
39530     .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\xa6\x04\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
39531     ._co_firsttraceable = 0,
39532 };
39533 static
39534     struct {
39535         PyASCIIObject _ascii;
39536         uint8_t _data[30];
39537     }
39538 importlib__bootstrap_external_toplevel_consts_69_consts_6_qualname = {
39539     ._ascii = {
39540         .ob_base = {
39541             .ob_refcnt = 999999999,
39542             .ob_type = &PyUnicode_Type,
39543         },
39544         .length = 29,
39545         .hash = -1,
39546         .state = {
39547             .kind = 1,
39548             .compact = 1,
39549             .ascii = 1,
39550             .ready = 1,
39551         },
39552     },
39553     ._data = "NamespaceLoader.create_module",
39554 };
39555 static
39556     struct _PyCode_DEF(6)
39557 importlib__bootstrap_external_toplevel_consts_69_consts_6 = {
39558     .ob_base = {
39559         .ob_base = {
39560             .ob_refcnt = 999999999,
39561             .ob_type = &PyCode_Type,
39562         },
39563         .ob_size = 3,
39564     },
39565     .co_consts = & importlib__bootstrap_external_toplevel_consts_55_consts_3_consts._object.ob_base.ob_base,
39566     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
39567     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
39568     .co_flags = 3,
39569     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
39570     ._co_linearray_entry_size = 0,
39571     .co_argcount = 2,
39572     .co_posonlyargcount = 0,
39573     .co_kwonlyargcount = 0,
39574     .co_stacksize = 1,
39575     .co_firstlineno = 1360,
39576     .co_nlocalsplus = 2,
39577     .co_nlocals = 2,
39578     .co_nplaincellvars = 0,
39579     .co_ncellvars = 0,
39580     .co_nfreevars = 0,
39581     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_3_localsplusnames._object.ob_base.ob_base,
39582     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
39583     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
39584     .co_name = & const_str_create_module._ascii.ob_base,
39585     .co_qualname = & importlib__bootstrap_external_toplevel_consts_69_consts_6_qualname._ascii.ob_base,
39586     .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_3_linetable.ob_base.ob_base,
39587     ._co_code = NULL,
39588     ._co_linearray = NULL,
39589     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
39590     ._co_firsttraceable = 0,
39591 };
39592 static
39593     struct {
39594         PyASCIIObject _ascii;
39595         uint8_t _data[28];
39596     }
39597 importlib__bootstrap_external_toplevel_consts_69_consts_7_qualname = {
39598     ._ascii = {
39599         .ob_base = {
39600             .ob_refcnt = 999999999,
39601             .ob_type = &PyUnicode_Type,
39602         },
39603         .length = 27,
39604         .hash = -1,
39605         .state = {
39606             .kind = 1,
39607             .compact = 1,
39608             .ascii = 1,
39609             .ready = 1,
39610         },
39611     },
39612     ._data = "NamespaceLoader.exec_module",
39613 };
39614 static
39615     struct {
39616         PyObject_VAR_HEAD
39617         Py_hash_t ob_shash;
39618         char ob_sval[8];
39619     }
39620 importlib__bootstrap_external_toplevel_consts_69_consts_7_linetable = {
39621     .ob_base = {
39622         .ob_base = {
39623             .ob_refcnt = 999999999,
39624             .ob_type = &PyBytes_Type,
39625         },
39626         .ob_size = 7,
39627     },
39628     .ob_shash = -1,
39629     .ob_sval = "\x80\x00\xd8\x08\x0c\x88\x04",
39630 };
39631 static
39632     struct _PyCode_DEF(6)
39633 importlib__bootstrap_external_toplevel_consts_69_consts_7 = {
39634     .ob_base = {
39635         .ob_base = {
39636             .ob_refcnt = 999999999,
39637             .ob_type = &PyCode_Type,
39638         },
39639         .ob_size = 3,
39640     },
39641     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
39642     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
39643     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
39644     .co_flags = 3,
39645     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
39646     ._co_linearray_entry_size = 0,
39647     .co_argcount = 2,
39648     .co_posonlyargcount = 0,
39649     .co_kwonlyargcount = 0,
39650     .co_stacksize = 1,
39651     .co_firstlineno = 1363,
39652     .co_nlocalsplus = 2,
39653     .co_nlocals = 2,
39654     .co_nplaincellvars = 0,
39655     .co_ncellvars = 0,
39656     .co_nfreevars = 0,
39657     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_65_consts_6_localsplusnames._object.ob_base.ob_base,
39658     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
39659     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
39660     .co_name = & const_str_exec_module._ascii.ob_base,
39661     .co_qualname = & importlib__bootstrap_external_toplevel_consts_69_consts_7_qualname._ascii.ob_base,
39662     .co_linetable = & importlib__bootstrap_external_toplevel_consts_69_consts_7_linetable.ob_base.ob_base,
39663     ._co_code = NULL,
39664     ._co_linearray = NULL,
39665     .co_code_adaptive = "\x97\x00\x64\x00\x53\x00",
39666     ._co_firsttraceable = 0,
39667 };
39668 static
39669     struct {
39670         PyASCIIObject _ascii;
39671         uint8_t _data[99];
39672     }
39673 importlib__bootstrap_external_toplevel_consts_69_consts_8_consts_0 = {
39674     ._ascii = {
39675         .ob_base = {
39676             .ob_refcnt = 999999999,
39677             .ob_type = &PyUnicode_Type,
39678         },
39679         .length = 98,
39680         .hash = -1,
39681         .state = {
39682             .kind = 1,
39683             .compact = 1,
39684             .ascii = 1,
39685             .ready = 1,
39686         },
39687     },
39688     ._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",
39689 };
39690 static
39691     struct {
39692         PyASCIIObject _ascii;
39693         uint8_t _data[39];
39694     }
39695 importlib__bootstrap_external_toplevel_consts_69_consts_8_consts_1 = {
39696     ._ascii = {
39697         .ob_base = {
39698             .ob_refcnt = 999999999,
39699             .ob_type = &PyUnicode_Type,
39700         },
39701         .length = 38,
39702         .hash = -1,
39703         .state = {
39704             .kind = 1,
39705             .compact = 1,
39706             .ascii = 1,
39707             .ready = 1,
39708         },
39709     },
39710     ._data = "namespace module loaded with path {!r}",
39711 };
39712 static
39713     struct {
39714         PyGC_Head _gc_head;
39715         struct {
39716             PyObject_VAR_HEAD
39717             PyObject *ob_item[2];
39718         }_object;
39719     }
39720 importlib__bootstrap_external_toplevel_consts_69_consts_8_consts = {
39721     ._object = {
39722         .ob_base = {
39723             .ob_base = {
39724                 .ob_refcnt = 999999999,
39725                 .ob_type = &PyTuple_Type,
39726             },
39727             .ob_size = 2,
39728         },
39729         .ob_item = {
39730             & importlib__bootstrap_external_toplevel_consts_69_consts_8_consts_0._ascii.ob_base,
39731             & importlib__bootstrap_external_toplevel_consts_69_consts_8_consts_1._ascii.ob_base,
39732         },
39733     },
39734 };
39735 static
39736     struct {
39737         PyGC_Head _gc_head;
39738         struct {
39739             PyObject_VAR_HEAD
39740             PyObject *ob_item[4];
39741         }_object;
39742     }
39743 importlib__bootstrap_external_toplevel_consts_69_consts_8_names = {
39744     ._object = {
39745         .ob_base = {
39746             .ob_base = {
39747                 .ob_refcnt = 999999999,
39748                 .ob_type = &PyTuple_Type,
39749             },
39750             .ob_size = 4,
39751         },
39752         .ob_item = {
39753             &_Py_ID(_bootstrap),
39754             & const_str__verbose_message._ascii.ob_base,
39755             & const_str__path._ascii.ob_base,
39756             & const_str__load_module_shim._ascii.ob_base,
39757         },
39758     },
39759 };
39760 static
39761     struct {
39762         PyASCIIObject _ascii;
39763         uint8_t _data[28];
39764     }
39765 importlib__bootstrap_external_toplevel_consts_69_consts_8_qualname = {
39766     ._ascii = {
39767         .ob_base = {
39768             .ob_refcnt = 999999999,
39769             .ob_type = &PyUnicode_Type,
39770         },
39771         .length = 27,
39772         .hash = -1,
39773         .state = {
39774             .kind = 1,
39775             .compact = 1,
39776             .ascii = 1,
39777             .ready = 1,
39778         },
39779     },
39780     ._data = "NamespaceLoader.load_module",
39781 };
39782 static
39783     struct {
39784         PyObject_VAR_HEAD
39785         Py_hash_t ob_shash;
39786         char ob_sval[61];
39787     }
39788 importlib__bootstrap_external_toplevel_consts_69_consts_8_linetable = {
39789     .ob_base = {
39790         .ob_base = {
39791             .ob_refcnt = 999999999,
39792             .ob_type = &PyBytes_Type,
39793         },
39794         .ob_size = 60,
39795     },
39796     .ob_shash = -1,
39797     .ob_sval = "\x80\x00\xf5\x0e\x00\x09\x13\xd7\x08\x23\xd2\x08\x23\xd0\x24\x4c\xd8\x24\x28\xa4\x4a\xf1\x03\x01\x09\x30\xf4\x00\x01\x09\x30\xf0\x00\x01\x09\x30\xf5\x06\x00\x10\x1a\xd7\x0f\x2b\xd2\x0f\x2b\xa8\x44\xb0\x28\xd1\x0f\x3b\xd4\x0f\x3b\xd0\x08\x3b",
39798 };
39799 static
39800     struct _PyCode_DEF(120)
39801 importlib__bootstrap_external_toplevel_consts_69_consts_8 = {
39802     .ob_base = {
39803         .ob_base = {
39804             .ob_refcnt = 999999999,
39805             .ob_type = &PyCode_Type,
39806         },
39807         .ob_size = 60,
39808     },
39809     .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_8_consts._object.ob_base.ob_base,
39810     .co_names = & importlib__bootstrap_external_toplevel_consts_69_consts_8_names._object.ob_base.ob_base,
39811     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
39812     .co_flags = 3,
39813     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
39814     ._co_linearray_entry_size = 0,
39815     .co_argcount = 2,
39816     .co_posonlyargcount = 0,
39817     .co_kwonlyargcount = 0,
39818     .co_stacksize = 4,
39819     .co_firstlineno = 1366,
39820     .co_nlocalsplus = 2,
39821     .co_nlocals = 2,
39822     .co_nplaincellvars = 0,
39823     .co_ncellvars = 0,
39824     .co_nfreevars = 0,
39825     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
39826     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
39827     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
39828     .co_name = & const_str_load_module._ascii.ob_base,
39829     .co_qualname = & importlib__bootstrap_external_toplevel_consts_69_consts_8_qualname._ascii.ob_base,
39830     .co_linetable = & importlib__bootstrap_external_toplevel_consts_69_consts_8_linetable.ob_base.ob_base,
39831     ._co_code = NULL,
39832     ._co_linearray = NULL,
39833     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\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\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
39834     ._co_firsttraceable = 0,
39835 };
39836 static
39837     struct {
39838         PyASCIIObject _ascii;
39839         uint8_t _data[16];
39840     }
39841 const_str_NamespaceReader = {
39842     ._ascii = {
39843         .ob_base = {
39844             .ob_refcnt = 999999999,
39845             .ob_type = &PyUnicode_Type,
39846         },
39847         .length = 15,
39848         .hash = -1,
39849         .state = {
39850             .kind = 1,
39851             .compact = 1,
39852             .ascii = 1,
39853             .ready = 1,
39854         },
39855     },
39856     ._data = "NamespaceReader",
39857 };
39858 static
39859     struct {
39860         PyGC_Head _gc_head;
39861         struct {
39862             PyObject_VAR_HEAD
39863             PyObject *ob_item[1];
39864         }_object;
39865     }
39866 importlib__bootstrap_external_toplevel_consts_69_consts_9_consts_2 = {
39867     ._object = {
39868         .ob_base = {
39869             .ob_base = {
39870                 .ob_refcnt = 999999999,
39871                 .ob_type = &PyTuple_Type,
39872             },
39873             .ob_size = 1,
39874         },
39875         .ob_item = {
39876             & const_str_NamespaceReader._ascii.ob_base,
39877         },
39878     },
39879 };
39880 static
39881     struct {
39882         PyGC_Head _gc_head;
39883         struct {
39884             PyObject_VAR_HEAD
39885             PyObject *ob_item[3];
39886         }_object;
39887     }
39888 importlib__bootstrap_external_toplevel_consts_69_consts_9_consts = {
39889     ._object = {
39890         .ob_base = {
39891             .ob_base = {
39892                 .ob_refcnt = 999999999,
39893                 .ob_type = &PyTuple_Type,
39894             },
39895             .ob_size = 3,
39896         },
39897         .ob_item = {
39898             Py_None,
39899             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
39900             & importlib__bootstrap_external_toplevel_consts_69_consts_9_consts_2._object.ob_base.ob_base,
39901         },
39902     },
39903 };
39904 static
39905     struct {
39906         PyGC_Head _gc_head;
39907         struct {
39908             PyObject_VAR_HEAD
39909             PyObject *ob_item[3];
39910         }_object;
39911     }
39912 importlib__bootstrap_external_toplevel_consts_69_consts_9_names = {
39913     ._object = {
39914         .ob_base = {
39915             .ob_base = {
39916                 .ob_refcnt = 999999999,
39917                 .ob_type = &PyTuple_Type,
39918             },
39919             .ob_size = 3,
39920         },
39921         .ob_item = {
39922             & importlib__bootstrap_external_toplevel_consts_59_consts_8_names_0._ascii.ob_base,
39923             & const_str_NamespaceReader._ascii.ob_base,
39924             & const_str__path._ascii.ob_base,
39925         },
39926     },
39927 };
39928 static
39929     struct {
39930         PyASCIIObject _ascii;
39931         uint8_t _data[36];
39932     }
39933 importlib__bootstrap_external_toplevel_consts_69_consts_9_qualname = {
39934     ._ascii = {
39935         .ob_base = {
39936             .ob_refcnt = 999999999,
39937             .ob_type = &PyUnicode_Type,
39938         },
39939         .length = 35,
39940         .hash = -1,
39941         .state = {
39942             .kind = 1,
39943             .compact = 1,
39944             .ascii = 1,
39945             .ready = 1,
39946         },
39947     },
39948     ._data = "NamespaceLoader.get_resource_reader",
39949 };
39950 static
39951     struct {
39952         PyObject_VAR_HEAD
39953         Py_hash_t ob_shash;
39954         char ob_sval[39];
39955     }
39956 importlib__bootstrap_external_toplevel_consts_69_consts_9_linetable = {
39957     .ob_base = {
39958         .ob_base = {
39959             .ob_refcnt = 999999999,
39960             .ob_type = &PyBytes_Type,
39961         },
39962         .ob_size = 38,
39963     },
39964     .ob_shash = -1,
39965     .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\x9c\x7a\xd1\x0f\x2a\xd4\x0f\x2a\xd0\x08\x2a",
39966 };
39967 static
39968     struct {
39969         PyGC_Head _gc_head;
39970         struct {
39971             PyObject_VAR_HEAD
39972             PyObject *ob_item[3];
39973         }_object;
39974     }
39975 importlib__bootstrap_external_toplevel_consts_69_consts_9_localsplusnames = {
39976     ._object = {
39977         .ob_base = {
39978             .ob_base = {
39979                 .ob_refcnt = 999999999,
39980                 .ob_type = &PyTuple_Type,
39981             },
39982             .ob_size = 3,
39983         },
39984         .ob_item = {
39985             & const_str_self._ascii.ob_base,
39986             & const_str_module._ascii.ob_base,
39987             & const_str_NamespaceReader._ascii.ob_base,
39988         },
39989     },
39990 };
39991 static
39992     struct _PyCode_DEF(46)
39993 importlib__bootstrap_external_toplevel_consts_69_consts_9 = {
39994     .ob_base = {
39995         .ob_base = {
39996             .ob_refcnt = 999999999,
39997             .ob_type = &PyCode_Type,
39998         },
39999         .ob_size = 23,
40000     },
40001     .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_9_consts._object.ob_base.ob_base,
40002     .co_names = & importlib__bootstrap_external_toplevel_consts_69_consts_9_names._object.ob_base.ob_base,
40003     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
40004     .co_flags = 3,
40005     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
40006     ._co_linearray_entry_size = 0,
40007     .co_argcount = 2,
40008     .co_posonlyargcount = 0,
40009     .co_kwonlyargcount = 0,
40010     .co_stacksize = 3,
40011     .co_firstlineno = 1378,
40012     .co_nlocalsplus = 3,
40013     .co_nlocals = 3,
40014     .co_nplaincellvars = 0,
40015     .co_ncellvars = 0,
40016     .co_nfreevars = 0,
40017     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_69_consts_9_localsplusnames._object.ob_base.ob_base,
40018     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
40019     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
40020     .co_name = & const_str_get_resource_reader._ascii.ob_base,
40021     .co_qualname = & importlib__bootstrap_external_toplevel_consts_69_consts_9_qualname._ascii.ob_base,
40022     .co_linetable = & importlib__bootstrap_external_toplevel_consts_69_consts_9_linetable.ob_base.ob_base,
40023     ._co_code = NULL,
40024     ._co_linearray = NULL,
40025     .co_code_adaptive = "\x97\x00\x64\x01\x64\x02\x6c\x00\x6d\x01\x7d\x02\x01\x00\x02\x00\x7c\x02\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
40026     ._co_firsttraceable = 0,
40027 };
40028 static
40029     struct {
40030         PyGC_Head _gc_head;
40031         struct {
40032             PyObject_VAR_HEAD
40033             PyObject *ob_item[11];
40034         }_object;
40035     }
40036 importlib__bootstrap_external_toplevel_consts_69_consts = {
40037     ._object = {
40038         .ob_base = {
40039             .ob_base = {
40040                 .ob_refcnt = 999999999,
40041                 .ob_type = &PyTuple_Type,
40042             },
40043             .ob_size = 11,
40044         },
40045         .ob_item = {
40046             & const_str_NamespaceLoader._ascii.ob_base,
40047             & importlib__bootstrap_external_toplevel_consts_69_consts_1.ob_base.ob_base,
40048             & importlib__bootstrap_external_toplevel_consts_69_consts_2.ob_base.ob_base,
40049             & importlib__bootstrap_external_toplevel_consts_69_consts_3.ob_base.ob_base,
40050             & importlib__bootstrap_external_toplevel_consts_69_consts_4.ob_base.ob_base,
40051             & importlib__bootstrap_external_toplevel_consts_69_consts_5.ob_base.ob_base,
40052             & importlib__bootstrap_external_toplevel_consts_69_consts_6.ob_base.ob_base,
40053             & importlib__bootstrap_external_toplevel_consts_69_consts_7.ob_base.ob_base,
40054             & importlib__bootstrap_external_toplevel_consts_69_consts_8.ob_base.ob_base,
40055             & importlib__bootstrap_external_toplevel_consts_69_consts_9.ob_base.ob_base,
40056             Py_None,
40057         },
40058     },
40059 };
40060 static
40061     struct {
40062         PyGC_Head _gc_head;
40063         struct {
40064             PyObject_VAR_HEAD
40065             PyObject *ob_item[13];
40066         }_object;
40067     }
40068 importlib__bootstrap_external_toplevel_consts_69_names = {
40069     ._object = {
40070         .ob_base = {
40071             .ob_base = {
40072                 .ob_refcnt = 999999999,
40073                 .ob_type = &PyTuple_Type,
40074             },
40075             .ob_size = 13,
40076         },
40077         .ob_item = {
40078             &_Py_ID(__name__),
40079             &_Py_ID(__module__),
40080             &_Py_ID(__qualname__),
40081             &_Py_ID(__init__),
40082             & const_str_staticmethod._ascii.ob_base,
40083             & const_str_module_repr._ascii.ob_base,
40084             & const_str_is_package._ascii.ob_base,
40085             &_Py_ID(get_source),
40086             & const_str_get_code._ascii.ob_base,
40087             & const_str_create_module._ascii.ob_base,
40088             & const_str_exec_module._ascii.ob_base,
40089             & const_str_load_module._ascii.ob_base,
40090             & const_str_get_resource_reader._ascii.ob_base,
40091         },
40092     },
40093 };
40094 static
40095     struct {
40096         PyObject_VAR_HEAD
40097         Py_hash_t ob_shash;
40098         char ob_sval[174];
40099     }
40100 importlib__bootstrap_external_toplevel_consts_69_linetable = {
40101     .ob_base = {
40102         .ob_base = {
40103             .ob_refcnt = 999999999,
40104             .ob_type = &PyBytes_Type,
40105         },
40106         .ob_size = 173,
40107     },
40108     .ob_shash = -1,
40109     .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\xf1\x03\x00\x06\x12\x84\x5c\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",
40110 };
40111 static
40112     struct _PyCode_DEF(84)
40113 importlib__bootstrap_external_toplevel_consts_69 = {
40114     .ob_base = {
40115         .ob_base = {
40116             .ob_refcnt = 999999999,
40117             .ob_type = &PyCode_Type,
40118         },
40119         .ob_size = 42,
40120     },
40121     .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts._object.ob_base.ob_base,
40122     .co_names = & importlib__bootstrap_external_toplevel_consts_69_names._object.ob_base.ob_base,
40123     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
40124     .co_flags = 0,
40125     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
40126     ._co_linearray_entry_size = 0,
40127     .co_argcount = 0,
40128     .co_posonlyargcount = 0,
40129     .co_kwonlyargcount = 0,
40130     .co_stacksize = 2,
40131     .co_firstlineno = 1336,
40132     .co_nlocalsplus = 0,
40133     .co_nlocals = 0,
40134     .co_nplaincellvars = 0,
40135     .co_ncellvars = 0,
40136     .co_nfreevars = 0,
40137     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
40138     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
40139     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
40140     .co_name = & const_str_NamespaceLoader._ascii.ob_base,
40141     .co_qualname = & const_str_NamespaceLoader._ascii.ob_base,
40142     .co_linetable = & importlib__bootstrap_external_toplevel_consts_69_linetable.ob_base.ob_base,
40143     ._co_code = NULL,
40144     ._co_linearray = NULL,
40145     .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\xa6\x00\x00\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",
40146     ._co_firsttraceable = 0,
40147 };
40148 static
40149     struct {
40150         PyASCIIObject _ascii;
40151         uint8_t _data[11];
40152     }
40153 const_str_PathFinder = {
40154     ._ascii = {
40155         .ob_base = {
40156             .ob_refcnt = 999999999,
40157             .ob_type = &PyUnicode_Type,
40158         },
40159         .length = 10,
40160         .hash = -1,
40161         .state = {
40162             .kind = 1,
40163             .compact = 1,
40164             .ascii = 1,
40165             .ready = 1,
40166         },
40167     },
40168     ._data = "PathFinder",
40169 };
40170 static
40171     struct {
40172         PyASCIIObject _ascii;
40173         uint8_t _data[63];
40174     }
40175 importlib__bootstrap_external_toplevel_consts_71_consts_1 = {
40176     ._ascii = {
40177         .ob_base = {
40178             .ob_refcnt = 999999999,
40179             .ob_type = &PyUnicode_Type,
40180         },
40181         .length = 62,
40182         .hash = -1,
40183         .state = {
40184             .kind = 1,
40185             .compact = 1,
40186             .ascii = 1,
40187             .ready = 1,
40188         },
40189     },
40190     ._data = "Meta path finder for sys.path and package __path__ attributes.",
40191 };
40192 static
40193     struct {
40194         PyASCIIObject _ascii;
40195         uint8_t _data[126];
40196     }
40197 importlib__bootstrap_external_toplevel_consts_71_consts_2_consts_0 = {
40198     ._ascii = {
40199         .ob_base = {
40200             .ob_refcnt = 999999999,
40201             .ob_type = &PyUnicode_Type,
40202         },
40203         .length = 125,
40204         .hash = -1,
40205         .state = {
40206             .kind = 1,
40207             .compact = 1,
40208             .ascii = 1,
40209             .ready = 1,
40210         },
40211     },
40212     ._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",
40213 };
40214 static
40215     struct {
40216         PyASCIIObject _ascii;
40217         uint8_t _data[18];
40218     }
40219 const_str_invalidate_caches = {
40220     ._ascii = {
40221         .ob_base = {
40222             .ob_refcnt = 999999999,
40223             .ob_type = &PyUnicode_Type,
40224         },
40225         .length = 17,
40226         .hash = -1,
40227         .state = {
40228             .kind = 1,
40229             .compact = 1,
40230             .ascii = 1,
40231             .ready = 1,
40232         },
40233     },
40234     ._data = "invalidate_caches",
40235 };
40236 static
40237     struct {
40238         PyGC_Head _gc_head;
40239         struct {
40240             PyObject_VAR_HEAD
40241             PyObject *ob_item[4];
40242         }_object;
40243     }
40244 importlib__bootstrap_external_toplevel_consts_71_consts_2_consts = {
40245     ._object = {
40246         .ob_base = {
40247             .ob_base = {
40248                 .ob_refcnt = 999999999,
40249                 .ob_type = &PyTuple_Type,
40250             },
40251             .ob_size = 4,
40252         },
40253         .ob_item = {
40254             & importlib__bootstrap_external_toplevel_consts_71_consts_2_consts_0._ascii.ob_base,
40255             Py_None,
40256             & const_str_invalidate_caches._ascii.ob_base,
40257             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
40258         },
40259     },
40260 };
40261 static
40262     struct {
40263         PyASCIIObject _ascii;
40264         uint8_t _data[20];
40265     }
40266 const_str_path_importer_cache = {
40267     ._ascii = {
40268         .ob_base = {
40269             .ob_refcnt = 999999999,
40270             .ob_type = &PyUnicode_Type,
40271         },
40272         .length = 19,
40273         .hash = -1,
40274         .state = {
40275             .kind = 1,
40276             .compact = 1,
40277             .ascii = 1,
40278             .ready = 1,
40279         },
40280     },
40281     ._data = "path_importer_cache",
40282 };
40283 static
40284     struct {
40285         PyGC_Head _gc_head;
40286         struct {
40287             PyObject_VAR_HEAD
40288             PyObject *ob_item[9];
40289         }_object;
40290     }
40291 importlib__bootstrap_external_toplevel_consts_71_consts_2_names = {
40292     ._object = {
40293         .ob_base = {
40294             .ob_base = {
40295                 .ob_refcnt = 999999999,
40296                 .ob_type = &PyTuple_Type,
40297             },
40298             .ob_size = 9,
40299         },
40300         .ob_item = {
40301             & const_str_list._ascii.ob_base,
40302             & const_str_sys._ascii.ob_base,
40303             & const_str_path_importer_cache._ascii.ob_base,
40304             &_Py_ID(items),
40305             & const_str__path_isabs._ascii.ob_base,
40306             & const_str_hasattr._ascii.ob_base,
40307             & const_str_invalidate_caches._ascii.ob_base,
40308             & const_str__NamespacePath._ascii.ob_base,
40309             & const_str__epoch._ascii.ob_base,
40310         },
40311     },
40312 };
40313 static
40314     struct {
40315         PyASCIIObject _ascii;
40316         uint8_t _data[29];
40317     }
40318 importlib__bootstrap_external_toplevel_consts_71_consts_2_qualname = {
40319     ._ascii = {
40320         .ob_base = {
40321             .ob_refcnt = 999999999,
40322             .ob_type = &PyUnicode_Type,
40323         },
40324         .length = 28,
40325         .hash = -1,
40326         .state = {
40327             .kind = 1,
40328             .compact = 1,
40329             .ascii = 1,
40330             .ready = 1,
40331         },
40332     },
40333     ._data = "PathFinder.invalidate_caches",
40334 };
40335 static
40336     struct {
40337         PyObject_VAR_HEAD
40338         Py_hash_t ob_shash;
40339         char ob_sval[146];
40340     }
40341 importlib__bootstrap_external_toplevel_consts_71_consts_2_linetable = {
40342     .ob_base = {
40343         .ob_base = {
40344             .ob_refcnt = 999999999,
40345             .ob_type = &PyBytes_Type,
40346         },
40347         .ob_size = 145,
40348     },
40349     .ob_shash = -1,
40350     .ob_sval = "\x80\x00\xf5\x08\x00\x1d\x21\xa5\x13\xd4\x21\x38\xd7\x21\x3e\xd2\x21\x3e\xd1\x21\x40\xd4\x21\x40\xd1\x1c\x41\xd4\x1c\x41\xf0\x00\x06\x09\x2b\xf0\x00\x06\x09\x2b\x89\x4c\x88\x44\x90\x26\xf0\x06\x00\x10\x16\x88\x7e\xa5\x5b\xb0\x14\xd1\x25\x36\xd4\x25\x36\x88\x7e\xdd\x14\x17\xd4\x14\x2b\xa8\x44\xd0\x14\x31\xd0\x14\x31\xdd\x11\x18\x98\x16\xd0\x21\x34\xd1\x11\x35\xd4\x11\x35\xf0\x00\x01\x0d\x2b\xd8\x10\x16\xd7\x10\x28\xd2\x10\x28\xd1\x10\x2a\xd4\x10\x2a\xd0\x10\x2a\xf8\xf5\x06\x00\x09\x17\xd0\x08\x1d\xd4\x08\x1d\xa0\x11\xd1\x08\x22\xd0\x08\x1d\xd4\x08\x1d\xd0\x08\x1d\xd0\x08\x1d",
40351 };
40352 static
40353     struct {
40354         PyGC_Head _gc_head;
40355         struct {
40356             PyObject_VAR_HEAD
40357             PyObject *ob_item[2];
40358         }_object;
40359     }
40360 importlib__bootstrap_external_toplevel_consts_71_consts_2_localsplusnames = {
40361     ._object = {
40362         .ob_base = {
40363             .ob_base = {
40364                 .ob_refcnt = 999999999,
40365                 .ob_type = &PyTuple_Type,
40366             },
40367             .ob_size = 2,
40368         },
40369         .ob_item = {
40370             &_Py_ID(name),
40371             & const_str_finder._ascii.ob_base,
40372         },
40373     },
40374 };
40375 static
40376     struct _PyCode_DEF(280)
40377 importlib__bootstrap_external_toplevel_consts_71_consts_2 = {
40378     .ob_base = {
40379         .ob_base = {
40380             .ob_refcnt = 999999999,
40381             .ob_type = &PyCode_Type,
40382         },
40383         .ob_size = 140,
40384     },
40385     .co_consts = & importlib__bootstrap_external_toplevel_consts_71_consts_2_consts._object.ob_base.ob_base,
40386     .co_names = & importlib__bootstrap_external_toplevel_consts_71_consts_2_names._object.ob_base.ob_base,
40387     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
40388     .co_flags = 3,
40389     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
40390     ._co_linearray_entry_size = 0,
40391     .co_argcount = 0,
40392     .co_posonlyargcount = 0,
40393     .co_kwonlyargcount = 0,
40394     .co_stacksize = 5,
40395     .co_firstlineno = 1393,
40396     .co_nlocalsplus = 2,
40397     .co_nlocals = 2,
40398     .co_nplaincellvars = 0,
40399     .co_ncellvars = 0,
40400     .co_nfreevars = 0,
40401     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_71_consts_2_localsplusnames._object.ob_base.ob_base,
40402     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
40403     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
40404     .co_name = & const_str_invalidate_caches._ascii.ob_base,
40405     .co_qualname = & importlib__bootstrap_external_toplevel_consts_71_consts_2_qualname._ascii.ob_base,
40406     .co_linetable = & importlib__bootstrap_external_toplevel_consts_71_consts_2_linetable.ob_base.ob_base,
40407     ._co_code = NULL,
40408     ._co_linearray = NULL,
40409     .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\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x48\x5c\x02\x00\x00\x7d\x00\x7d\x01\x7c\x01\x81\x0f\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x0e\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x3d\x00\x8c\x24\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x14\x7c\x01\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x49\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x78\x01\x6a\x08\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",
40410     ._co_firsttraceable = 0,
40411 };
40412 static
40413     struct {
40414         PyASCIIObject _ascii;
40415         uint8_t _data[47];
40416     }
40417 importlib__bootstrap_external_toplevel_consts_71_consts_3_consts_0 = {
40418     ._ascii = {
40419         .ob_base = {
40420             .ob_refcnt = 999999999,
40421             .ob_type = &PyUnicode_Type,
40422         },
40423         .length = 46,
40424         .hash = -1,
40425         .state = {
40426             .kind = 1,
40427             .compact = 1,
40428             .ascii = 1,
40429             .ready = 1,
40430         },
40431     },
40432     ._data = "Search sys.path_hooks for a finder for 'path'.",
40433 };
40434 static
40435     struct {
40436         PyASCIIObject _ascii;
40437         uint8_t _data[24];
40438     }
40439 importlib__bootstrap_external_toplevel_consts_71_consts_3_consts_2 = {
40440     ._ascii = {
40441         .ob_base = {
40442             .ob_refcnt = 999999999,
40443             .ob_type = &PyUnicode_Type,
40444         },
40445         .length = 23,
40446         .hash = -1,
40447         .state = {
40448             .kind = 1,
40449             .compact = 1,
40450             .ascii = 1,
40451             .ready = 1,
40452         },
40453     },
40454     ._data = "sys.path_hooks is empty",
40455 };
40456 static
40457     struct {
40458         PyGC_Head _gc_head;
40459         struct {
40460             PyObject_VAR_HEAD
40461             PyObject *ob_item[3];
40462         }_object;
40463     }
40464 importlib__bootstrap_external_toplevel_consts_71_consts_3_consts = {
40465     ._object = {
40466         .ob_base = {
40467             .ob_base = {
40468                 .ob_refcnt = 999999999,
40469                 .ob_type = &PyTuple_Type,
40470             },
40471             .ob_size = 3,
40472         },
40473         .ob_item = {
40474             & importlib__bootstrap_external_toplevel_consts_71_consts_3_consts_0._ascii.ob_base,
40475             Py_None,
40476             & importlib__bootstrap_external_toplevel_consts_71_consts_3_consts_2._ascii.ob_base,
40477         },
40478     },
40479 };
40480 static
40481     struct {
40482         PyASCIIObject _ascii;
40483         uint8_t _data[11];
40484     }
40485 const_str_path_hooks = {
40486     ._ascii = {
40487         .ob_base = {
40488             .ob_refcnt = 999999999,
40489             .ob_type = &PyUnicode_Type,
40490         },
40491         .length = 10,
40492         .hash = -1,
40493         .state = {
40494             .kind = 1,
40495             .compact = 1,
40496             .ascii = 1,
40497             .ready = 1,
40498         },
40499     },
40500     ._data = "path_hooks",
40501 };
40502 static
40503     struct {
40504         PyGC_Head _gc_head;
40505         struct {
40506             PyObject_VAR_HEAD
40507             PyObject *ob_item[6];
40508         }_object;
40509     }
40510 importlib__bootstrap_external_toplevel_consts_71_consts_3_names = {
40511     ._object = {
40512         .ob_base = {
40513             .ob_base = {
40514                 .ob_refcnt = 999999999,
40515                 .ob_type = &PyTuple_Type,
40516             },
40517             .ob_size = 6,
40518         },
40519         .ob_item = {
40520             & const_str_sys._ascii.ob_base,
40521             & const_str_path_hooks._ascii.ob_base,
40522             & const_str__warnings._ascii.ob_base,
40523             & const_str_warn._ascii.ob_base,
40524             & const_str_ImportWarning._ascii.ob_base,
40525             & const_str_ImportError._ascii.ob_base,
40526         },
40527     },
40528 };
40529 static
40530     struct {
40531         PyASCIIObject _ascii;
40532         uint8_t _data[12];
40533     }
40534 const_str__path_hooks = {
40535     ._ascii = {
40536         .ob_base = {
40537             .ob_refcnt = 999999999,
40538             .ob_type = &PyUnicode_Type,
40539         },
40540         .length = 11,
40541         .hash = -1,
40542         .state = {
40543             .kind = 1,
40544             .compact = 1,
40545             .ascii = 1,
40546             .ready = 1,
40547         },
40548     },
40549     ._data = "_path_hooks",
40550 };
40551 static
40552     struct {
40553         PyASCIIObject _ascii;
40554         uint8_t _data[23];
40555     }
40556 importlib__bootstrap_external_toplevel_consts_71_consts_3_qualname = {
40557     ._ascii = {
40558         .ob_base = {
40559             .ob_refcnt = 999999999,
40560             .ob_type = &PyUnicode_Type,
40561         },
40562         .length = 22,
40563         .hash = -1,
40564         .state = {
40565             .kind = 1,
40566             .compact = 1,
40567             .ascii = 1,
40568             .ready = 1,
40569         },
40570     },
40571     ._data = "PathFinder._path_hooks",
40572 };
40573 static
40574     struct {
40575         PyObject_VAR_HEAD
40576         Py_hash_t ob_shash;
40577         char ob_sval[120];
40578     }
40579 importlib__bootstrap_external_toplevel_consts_71_consts_3_linetable = {
40580     .ob_base = {
40581         .ob_base = {
40582             .ob_refcnt = 999999999,
40583             .ob_type = &PyBytes_Type,
40584         },
40585         .ob_size = 119,
40586     },
40587     .ob_shash = -1,
40588     .ob_sval = "\x80\x00\xf5\x06\x00\x0c\x0f\x8c\x3e\xd0\x0b\x25\xad\x63\xac\x6e\xd0\x0b\x25\xdd\x0c\x15\x8c\x4e\xd0\x1b\x34\xb5\x6d\xd1\x0c\x44\xd4\x0c\x44\xd0\x0c\x44\xdd\x14\x17\x94\x4e\xf0\x00\x06\x09\x18\xf0\x00\x06\x09\x18\x88\x44\xf0\x02\x03\x0d\x19\xd8\x17\x1b\x90\x74\x98\x44\x91\x7a\x94\x7a\xd0\x10\x21\xd0\x10\x21\xd0\x10\x21\xf8\xdd\x13\x1e\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\xf0\x06\x00\x14\x18\x90\x34",
40589 };
40590 static
40591     struct {
40592         PyObject_VAR_HEAD
40593         Py_hash_t ob_shash;
40594         char ob_sval[19];
40595     }
40596 importlib__bootstrap_external_toplevel_consts_71_consts_3_exceptiontable = {
40597     .ob_base = {
40598         .ob_base = {
40599             .ob_refcnt = 999999999,
40600             .ob_type = &PyBytes_Type,
40601         },
40602         .ob_size = 18,
40603     },
40604     .ob_shash = -1,
40605     .ob_sval = "\xc1\x02\x0a\x41\x0f\x02\xc1\x0f\x0a\x41\x1c\x05\xc1\x1b\x01\x41\x1c\x05",
40606 };
40607 static
40608     struct {
40609         PyASCIIObject _ascii;
40610         uint8_t _data[5];
40611     }
40612 const_str_hook = {
40613     ._ascii = {
40614         .ob_base = {
40615             .ob_refcnt = 999999999,
40616             .ob_type = &PyUnicode_Type,
40617         },
40618         .length = 4,
40619         .hash = -1,
40620         .state = {
40621             .kind = 1,
40622             .compact = 1,
40623             .ascii = 1,
40624             .ready = 1,
40625         },
40626     },
40627     ._data = "hook",
40628 };
40629 static
40630     struct {
40631         PyGC_Head _gc_head;
40632         struct {
40633             PyObject_VAR_HEAD
40634             PyObject *ob_item[2];
40635         }_object;
40636     }
40637 importlib__bootstrap_external_toplevel_consts_71_consts_3_localsplusnames = {
40638     ._object = {
40639         .ob_base = {
40640             .ob_base = {
40641                 .ob_refcnt = 999999999,
40642                 .ob_type = &PyTuple_Type,
40643             },
40644             .ob_size = 2,
40645         },
40646         .ob_item = {
40647             &_Py_ID(path),
40648             & const_str_hook._ascii.ob_base,
40649         },
40650     },
40651 };
40652 static
40653     struct _PyCode_DEF(194)
40654 importlib__bootstrap_external_toplevel_consts_71_consts_3 = {
40655     .ob_base = {
40656         .ob_base = {
40657             .ob_refcnt = 999999999,
40658             .ob_type = &PyCode_Type,
40659         },
40660         .ob_size = 97,
40661     },
40662     .co_consts = & importlib__bootstrap_external_toplevel_consts_71_consts_3_consts._object.ob_base.ob_base,
40663     .co_names = & importlib__bootstrap_external_toplevel_consts_71_consts_3_names._object.ob_base.ob_base,
40664     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_71_consts_3_exceptiontable.ob_base.ob_base,
40665     .co_flags = 3,
40666     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
40667     ._co_linearray_entry_size = 0,
40668     .co_argcount = 1,
40669     .co_posonlyargcount = 0,
40670     .co_kwonlyargcount = 0,
40671     .co_stacksize = 5,
40672     .co_firstlineno = 1408,
40673     .co_nlocalsplus = 2,
40674     .co_nlocals = 2,
40675     .co_nplaincellvars = 0,
40676     .co_ncellvars = 0,
40677     .co_nfreevars = 0,
40678     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_71_consts_3_localsplusnames._object.ob_base.ob_base,
40679     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
40680     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
40681     .co_name = & const_str__path_hooks._ascii.ob_base,
40682     .co_qualname = & importlib__bootstrap_external_toplevel_consts_71_consts_3_qualname._ascii.ob_base,
40683     .co_linetable = & importlib__bootstrap_external_toplevel_consts_71_consts_3_linetable.ob_base.ob_base,
40684     ._co_code = NULL,
40685     ._co_linearray = NULL,
40686     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x81\x26\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x1a\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\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\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x1f\x7d\x01\x09\x00\x02\x00\x7c\x01\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x01\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\x1c\x77\x00\x78\x03\x59\x00\x77\x01\x64\x01\x53\x00",
40687     ._co_firsttraceable = 0,
40688 };
40689 static
40690     struct {
40691         PyASCIIObject _ascii;
40692         uint8_t _data[211];
40693     }
40694 importlib__bootstrap_external_toplevel_consts_71_consts_4_consts_0 = {
40695     ._ascii = {
40696         .ob_base = {
40697             .ob_refcnt = 999999999,
40698             .ob_type = &PyUnicode_Type,
40699         },
40700         .length = 210,
40701         .hash = -1,
40702         .state = {
40703             .kind = 1,
40704             .compact = 1,
40705             .ascii = 1,
40706             .ready = 1,
40707         },
40708     },
40709     ._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",
40710 };
40711 static
40712     struct {
40713         PyGC_Head _gc_head;
40714         struct {
40715             PyObject_VAR_HEAD
40716             PyObject *ob_item[3];
40717         }_object;
40718     }
40719 importlib__bootstrap_external_toplevel_consts_71_consts_4_consts = {
40720     ._object = {
40721         .ob_base = {
40722             .ob_base = {
40723                 .ob_refcnt = 999999999,
40724                 .ob_type = &PyTuple_Type,
40725             },
40726             .ob_size = 3,
40727         },
40728         .ob_item = {
40729             & importlib__bootstrap_external_toplevel_consts_71_consts_4_consts_0._ascii.ob_base,
40730             &_Py_STR(empty),
40731             Py_None,
40732         },
40733     },
40734 };
40735 static
40736     struct {
40737         PyASCIIObject _ascii;
40738         uint8_t _data[18];
40739     }
40740 const_str_FileNotFoundError = {
40741     ._ascii = {
40742         .ob_base = {
40743             .ob_refcnt = 999999999,
40744             .ob_type = &PyUnicode_Type,
40745         },
40746         .length = 17,
40747         .hash = -1,
40748         .state = {
40749             .kind = 1,
40750             .compact = 1,
40751             .ascii = 1,
40752             .ready = 1,
40753         },
40754     },
40755     ._data = "FileNotFoundError",
40756 };
40757 static
40758     struct {
40759         PyGC_Head _gc_head;
40760         struct {
40761             PyObject_VAR_HEAD
40762             PyObject *ob_item[7];
40763         }_object;
40764     }
40765 importlib__bootstrap_external_toplevel_consts_71_consts_4_names = {
40766     ._object = {
40767         .ob_base = {
40768             .ob_base = {
40769                 .ob_refcnt = 999999999,
40770                 .ob_type = &PyTuple_Type,
40771             },
40772             .ob_size = 7,
40773         },
40774         .ob_item = {
40775             & const_str__os._ascii.ob_base,
40776             & const_str_getcwd._ascii.ob_base,
40777             & const_str_FileNotFoundError._ascii.ob_base,
40778             & const_str_sys._ascii.ob_base,
40779             & const_str_path_importer_cache._ascii.ob_base,
40780             & const_str_KeyError._ascii.ob_base,
40781             & const_str__path_hooks._ascii.ob_base,
40782         },
40783     },
40784 };
40785 static
40786     struct {
40787         PyASCIIObject _ascii;
40788         uint8_t _data[21];
40789     }
40790 const_str__path_importer_cache = {
40791     ._ascii = {
40792         .ob_base = {
40793             .ob_refcnt = 999999999,
40794             .ob_type = &PyUnicode_Type,
40795         },
40796         .length = 20,
40797         .hash = -1,
40798         .state = {
40799             .kind = 1,
40800             .compact = 1,
40801             .ascii = 1,
40802             .ready = 1,
40803         },
40804     },
40805     ._data = "_path_importer_cache",
40806 };
40807 static
40808     struct {
40809         PyASCIIObject _ascii;
40810         uint8_t _data[32];
40811     }
40812 importlib__bootstrap_external_toplevel_consts_71_consts_4_qualname = {
40813     ._ascii = {
40814         .ob_base = {
40815             .ob_refcnt = 999999999,
40816             .ob_type = &PyUnicode_Type,
40817         },
40818         .length = 31,
40819         .hash = -1,
40820         .state = {
40821             .kind = 1,
40822             .compact = 1,
40823             .ascii = 1,
40824             .ready = 1,
40825         },
40826     },
40827     ._data = "PathFinder._path_importer_cache",
40828 };
40829 static
40830     struct {
40831         PyObject_VAR_HEAD
40832         Py_hash_t ob_shash;
40833         char ob_sval[158];
40834     }
40835 importlib__bootstrap_external_toplevel_consts_71_consts_4_linetable = {
40836     .ob_base = {
40837         .ob_base = {
40838             .ob_refcnt = 999999999,
40839             .ob_type = &PyBytes_Type,
40840         },
40841         .ob_size = 157,
40842     },
40843     .ob_shash = -1,
40844     .ob_sval = "\x80\x00\xf0\x10\x00\x0c\x10\x90\x32\x8a\x3a\x88\x3a\xf0\x02\x05\x0d\x1c\xdd\x17\x1a\x94\x7a\x91\x7c\x94\x7c\x90\x04\x90\x04\xf8\xdd\x13\x24\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\xf0\x08\x04\x09\x33\xdd\x15\x18\xd4\x15\x2c\xa8\x54\xd4\x15\x32\x88\x46\x88\x46\xf8\xdd\x0f\x17\xf0\x00\x02\x09\x33\xf0\x00\x02\x09\x33\xf0\x00\x02\x09\x33\xd8\x15\x18\x97\x5f\x92\x5f\xa0\x54\xd1\x15\x2a\xd4\x15\x2a\x88\x46\xd8\x2c\x32\x8d\x43\xd4\x0c\x23\xa0\x44\xd1\x0c\x29\xd0\x0c\x29\xd0\x0c\x29\xf0\x05\x02\x09\x33\xf8\xf8\xf8\xf0\x06\x00\x10\x16\x88\x0d",
40845 };
40846 static
40847     struct {
40848         PyObject_VAR_HEAD
40849         Py_hash_t ob_shash;
40850         char ob_sval[30];
40851     }
40852 importlib__bootstrap_external_toplevel_consts_71_consts_4_exceptiontable = {
40853     .ob_base = {
40854         .ob_base = {
40855             .ob_refcnt = 999999999,
40856             .ob_type = &PyBytes_Type,
40857         },
40858         .ob_size = 29,
40859     },
40860     .ob_shash = -1,
40861     .ob_sval = "\x88\x13\x1c\x00\x9c\x0a\x2a\x03\xa9\x01\x2a\x03\xae\x12\x41\x01\x00\xc1\x01\x2e\x41\x32\x03\xc1\x31\x01\x41\x32\x03",
40862 };
40863 static
40864     struct {
40865         PyGC_Head _gc_head;
40866         struct {
40867             PyObject_VAR_HEAD
40868             PyObject *ob_item[3];
40869         }_object;
40870     }
40871 importlib__bootstrap_external_toplevel_consts_71_consts_4_localsplusnames = {
40872     ._object = {
40873         .ob_base = {
40874             .ob_base = {
40875                 .ob_refcnt = 999999999,
40876                 .ob_type = &PyTuple_Type,
40877             },
40878             .ob_size = 3,
40879         },
40880         .ob_item = {
40881             & const_str_cls._ascii.ob_base,
40882             &_Py_ID(path),
40883             & const_str_finder._ascii.ob_base,
40884         },
40885     },
40886 };
40887 static
40888     struct _PyCode_DEF(238)
40889 importlib__bootstrap_external_toplevel_consts_71_consts_4 = {
40890     .ob_base = {
40891         .ob_base = {
40892             .ob_refcnt = 999999999,
40893             .ob_type = &PyCode_Type,
40894         },
40895         .ob_size = 119,
40896     },
40897     .co_consts = & importlib__bootstrap_external_toplevel_consts_71_consts_4_consts._object.ob_base.ob_base,
40898     .co_names = & importlib__bootstrap_external_toplevel_consts_71_consts_4_names._object.ob_base.ob_base,
40899     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_71_consts_4_exceptiontable.ob_base.ob_base,
40900     .co_flags = 3,
40901     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
40902     ._co_linearray_entry_size = 0,
40903     .co_argcount = 2,
40904     .co_posonlyargcount = 0,
40905     .co_kwonlyargcount = 0,
40906     .co_stacksize = 4,
40907     .co_firstlineno = 1421,
40908     .co_nlocalsplus = 3,
40909     .co_nlocals = 3,
40910     .co_nplaincellvars = 0,
40911     .co_ncellvars = 0,
40912     .co_nfreevars = 0,
40913     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_71_consts_4_localsplusnames._object.ob_base.ob_base,
40914     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
40915     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
40916     .co_name = & const_str__path_importer_cache._ascii.ob_base,
40917     .co_qualname = & importlib__bootstrap_external_toplevel_consts_71_consts_4_qualname._ascii.ob_base,
40918     .co_linetable = & importlib__bootstrap_external_toplevel_consts_71_consts_4_linetable.ob_base.ob_base,
40919     ._co_code = NULL,
40920     ._co_linearray = NULL,
40921     .co_code_adaptive = "\x97\x00\x7c\x01\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x26\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x11\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\x09\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x6e\x34\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x27\x01\x00\x7c\x00\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\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\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3c\x00\x00\x00\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x02\x53\x00",
40922     ._co_firsttraceable = 0,
40923 };
40924 static
40925     struct {
40926         PyASCIIObject _ascii;
40927         uint8_t _data[54];
40928     }
40929 importlib__bootstrap_external_toplevel_consts_71_consts_5_consts_2 = {
40930     ._ascii = {
40931         .ob_base = {
40932             .ob_refcnt = 999999999,
40933             .ob_type = &PyUnicode_Type,
40934         },
40935         .length = 53,
40936         .hash = -1,
40937         .state = {
40938             .kind = 1,
40939             .compact = 1,
40940             .ascii = 1,
40941             .ready = 1,
40942         },
40943     },
40944     ._data = ".find_spec() not found; falling back to find_loader()",
40945 };
40946 static
40947     struct {
40948         PyGC_Head _gc_head;
40949         struct {
40950             PyObject_VAR_HEAD
40951             PyObject *ob_item[4];
40952         }_object;
40953     }
40954 importlib__bootstrap_external_toplevel_consts_71_consts_5_consts = {
40955     ._object = {
40956         .ob_base = {
40957             .ob_base = {
40958                 .ob_refcnt = 999999999,
40959                 .ob_type = &PyTuple_Type,
40960             },
40961             .ob_size = 4,
40962         },
40963         .ob_item = {
40964             Py_None,
40965             & const_str_find_loader._ascii.ob_base,
40966             & importlib__bootstrap_external_toplevel_consts_71_consts_5_consts_2._ascii.ob_base,
40967             & importlib__bootstrap_toplevel_consts_44_consts_1._ascii.ob_base,
40968         },
40969     },
40970 };
40971 static
40972     struct {
40973         PyGC_Head _gc_head;
40974         struct {
40975             PyObject_VAR_HEAD
40976             PyObject *ob_item[11];
40977         }_object;
40978     }
40979 importlib__bootstrap_external_toplevel_consts_71_consts_5_names = {
40980     ._object = {
40981         .ob_base = {
40982             .ob_base = {
40983                 .ob_refcnt = 999999999,
40984                 .ob_type = &PyTuple_Type,
40985             },
40986             .ob_size = 11,
40987         },
40988         .ob_item = {
40989             & const_str_hasattr._ascii.ob_base,
40990             &_Py_ID(_bootstrap),
40991             & const_str__object_name._ascii.ob_base,
40992             & const_str__warnings._ascii.ob_base,
40993             & const_str_warn._ascii.ob_base,
40994             & const_str_ImportWarning._ascii.ob_base,
40995             & const_str_find_loader._ascii.ob_base,
40996             & const_str_find_module._ascii.ob_base,
40997             & const_str_spec_from_loader._ascii.ob_base,
40998             & const_str_ModuleSpec._ascii.ob_base,
40999             & const_str_submodule_search_locations._ascii.ob_base,
41000         },
41001     },
41002 };
41003 static
41004     struct {
41005         PyASCIIObject _ascii;
41006         uint8_t _data[17];
41007     }
41008 const_str__legacy_get_spec = {
41009     ._ascii = {
41010         .ob_base = {
41011             .ob_refcnt = 999999999,
41012             .ob_type = &PyUnicode_Type,
41013         },
41014         .length = 16,
41015         .hash = -1,
41016         .state = {
41017             .kind = 1,
41018             .compact = 1,
41019             .ascii = 1,
41020             .ready = 1,
41021         },
41022     },
41023     ._data = "_legacy_get_spec",
41024 };
41025 static
41026     struct {
41027         PyASCIIObject _ascii;
41028         uint8_t _data[28];
41029     }
41030 importlib__bootstrap_external_toplevel_consts_71_consts_5_qualname = {
41031     ._ascii = {
41032         .ob_base = {
41033             .ob_refcnt = 999999999,
41034             .ob_type = &PyUnicode_Type,
41035         },
41036         .length = 27,
41037         .hash = -1,
41038         .state = {
41039             .kind = 1,
41040             .compact = 1,
41041             .ascii = 1,
41042             .ready = 1,
41043         },
41044     },
41045     ._data = "PathFinder._legacy_get_spec",
41046 };
41047 static
41048     struct {
41049         PyObject_VAR_HEAD
41050         Py_hash_t ob_shash;
41051         char ob_sval[239];
41052     }
41053 importlib__bootstrap_external_toplevel_consts_71_consts_5_linetable = {
41054     .ob_base = {
41055         .ob_base = {
41056             .ob_refcnt = 999999999,
41057             .ob_type = &PyBytes_Type,
41058         },
41059         .ob_size = 238,
41060     },
41061     .ob_shash = -1,
41062     .ob_sval = "\x80\x00\xf5\x08\x00\x0c\x13\x90\x36\x98\x3d\xd1\x0b\x29\xd4\x0b\x29\xf0\x00\x0a\x09\x1a\xdd\x16\x20\xd7\x16\x2d\xd2\x16\x2d\xa8\x66\xd1\x16\x35\xd4\x16\x35\xf0\x00\x01\x14\x34\xf0\x00\x01\x14\x34\xf0\x00\x01\x14\x34\x88\x43\xe5\x0c\x15\x8c\x4e\x98\x33\xa5\x0d\xd1\x0c\x2e\xd4\x0c\x2e\xd0\x0c\x2e\xd8\x1f\x25\xd7\x1f\x31\xd2\x1f\x31\xb0\x28\xd1\x1f\x3b\xd4\x1f\x3b\xd1\x0c\x1c\x88\x46\x90\x48\x90\x48\xe5\x16\x20\xd7\x16\x2d\xd2\x16\x2d\xa8\x66\xd1\x16\x35\xd4\x16\x35\xf0\x00\x01\x14\x34\xf0\x00\x01\x14\x34\xf0\x00\x01\x14\x34\x88\x43\xe5\x0c\x15\x8c\x4e\x98\x33\xa5\x0d\xd1\x0c\x2e\xd4\x0c\x2e\xd0\x0c\x2e\xd8\x15\x1b\xd7\x15\x27\xd2\x15\x27\xa8\x08\xd1\x15\x31\xd4\x15\x31\x88\x46\xd8\x17\x19\x88\x48\xd8\x0b\x11\xd0\x0b\x1d\xdd\x13\x1d\xd7\x13\x2e\xd2\x13\x2e\xa8\x78\xb8\x16\xd1\x13\x40\xd4\x13\x40\xd0\x0c\x40\xdd\x0f\x19\xd7\x0f\x24\xd2\x0f\x24\xa0\x58\xa8\x74\xd1\x0f\x34\xd4\x0f\x34\x88\x04\xd8\x2a\x32\x88\x04\xd4\x08\x27\xd8\x0f\x13\x88\x0b",
41063 };
41064 static
41065     struct {
41066         PyGC_Head _gc_head;
41067         struct {
41068             PyObject_VAR_HEAD
41069             PyObject *ob_item[7];
41070         }_object;
41071     }
41072 importlib__bootstrap_external_toplevel_consts_71_consts_5_localsplusnames = {
41073     ._object = {
41074         .ob_base = {
41075             .ob_base = {
41076                 .ob_refcnt = 999999999,
41077                 .ob_type = &PyTuple_Type,
41078             },
41079             .ob_size = 7,
41080         },
41081         .ob_item = {
41082             & const_str_cls._ascii.ob_base,
41083             & const_str_fullname._ascii.ob_base,
41084             & const_str_finder._ascii.ob_base,
41085             &_Py_ID(msg),
41086             & const_str_loader._ascii.ob_base,
41087             & const_str_portions._ascii.ob_base,
41088             & const_str_spec._ascii.ob_base,
41089         },
41090     },
41091 };
41092 static
41093     struct _PyCode_DEF(480)
41094 importlib__bootstrap_external_toplevel_consts_71_consts_5 = {
41095     .ob_base = {
41096         .ob_base = {
41097             .ob_refcnt = 999999999,
41098             .ob_type = &PyCode_Type,
41099         },
41100         .ob_size = 240,
41101     },
41102     .co_consts = & importlib__bootstrap_external_toplevel_consts_71_consts_5_consts._object.ob_base.ob_base,
41103     .co_names = & importlib__bootstrap_external_toplevel_consts_71_consts_5_names._object.ob_base.ob_base,
41104     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
41105     .co_flags = 3,
41106     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
41107     ._co_linearray_entry_size = 0,
41108     .co_argcount = 3,
41109     .co_posonlyargcount = 0,
41110     .co_kwonlyargcount = 0,
41111     .co_stacksize = 4,
41112     .co_firstlineno = 1443,
41113     .co_nlocalsplus = 7,
41114     .co_nlocals = 7,
41115     .co_nplaincellvars = 0,
41116     .co_ncellvars = 0,
41117     .co_nfreevars = 0,
41118     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_71_consts_5_localsplusnames._object.ob_base.ob_base,
41119     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
41120     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
41121     .co_name = & const_str__legacy_get_spec._ascii.ob_base,
41122     .co_qualname = & importlib__bootstrap_external_toplevel_consts_71_consts_5_qualname._ascii.ob_base,
41123     .co_linetable = & importlib__bootstrap_external_toplevel_consts_71_consts_5_linetable.ob_base.ob_base,
41124     ._co_code = NULL,
41125     ._co_linearray = NULL,
41126     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x50\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\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\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x04\x7d\x05\x6e\x4e\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\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\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\xa0\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x67\x00\x7d\x05\x7c\x04\x81\x1b\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x04\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x00\xa6\x02\x00\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",
41127     ._co_firsttraceable = 0,
41128 };
41129 static
41130     struct {
41131         PyASCIIObject _ascii;
41132         uint8_t _data[64];
41133     }
41134 importlib__bootstrap_external_toplevel_consts_71_consts_7_consts_0 = {
41135     ._ascii = {
41136         .ob_base = {
41137             .ob_refcnt = 999999999,
41138             .ob_type = &PyUnicode_Type,
41139         },
41140         .length = 63,
41141         .hash = -1,
41142         .state = {
41143             .kind = 1,
41144             .compact = 1,
41145             .ascii = 1,
41146             .ready = 1,
41147         },
41148     },
41149     ._data = "Find the loader or namespace_path for this module/package name.",
41150 };
41151 static
41152     struct {
41153         PyASCIIObject _ascii;
41154         uint8_t _data[20];
41155     }
41156 importlib__bootstrap_external_toplevel_consts_71_consts_7_consts_3 = {
41157     ._ascii = {
41158         .ob_base = {
41159             .ob_refcnt = 999999999,
41160             .ob_type = &PyUnicode_Type,
41161         },
41162         .length = 19,
41163         .hash = -1,
41164         .state = {
41165             .kind = 1,
41166             .compact = 1,
41167             .ascii = 1,
41168             .ready = 1,
41169         },
41170     },
41171     ._data = "spec missing loader",
41172 };
41173 static
41174     struct {
41175         PyGC_Head _gc_head;
41176         struct {
41177             PyObject_VAR_HEAD
41178             PyObject *ob_item[4];
41179         }_object;
41180     }
41181 importlib__bootstrap_external_toplevel_consts_71_consts_7_consts = {
41182     ._object = {
41183         .ob_base = {
41184             .ob_base = {
41185                 .ob_refcnt = 999999999,
41186                 .ob_type = &PyTuple_Type,
41187             },
41188             .ob_size = 4,
41189         },
41190         .ob_item = {
41191             & importlib__bootstrap_external_toplevel_consts_71_consts_7_consts_0._ascii.ob_base,
41192             Py_None,
41193             & const_str_find_spec._ascii.ob_base,
41194             & importlib__bootstrap_external_toplevel_consts_71_consts_7_consts_3._ascii.ob_base,
41195         },
41196     },
41197 };
41198 static
41199     struct {
41200         PyGC_Head _gc_head;
41201         struct {
41202             PyObject_VAR_HEAD
41203             PyObject *ob_item[12];
41204         }_object;
41205     }
41206 importlib__bootstrap_external_toplevel_consts_71_consts_7_names = {
41207     ._object = {
41208         .ob_base = {
41209             .ob_base = {
41210                 .ob_refcnt = 999999999,
41211                 .ob_type = &PyTuple_Type,
41212             },
41213             .ob_size = 12,
41214         },
41215         .ob_item = {
41216             &_Py_ID(isinstance),
41217             & const_str_str._ascii.ob_base,
41218             & const_str__path_importer_cache._ascii.ob_base,
41219             & const_str_hasattr._ascii.ob_base,
41220             & const_str_find_spec._ascii.ob_base,
41221             & const_str__legacy_get_spec._ascii.ob_base,
41222             & const_str_loader._ascii.ob_base,
41223             & const_str_submodule_search_locations._ascii.ob_base,
41224             & const_str_ImportError._ascii.ob_base,
41225             &_Py_ID(extend),
41226             &_Py_ID(_bootstrap),
41227             & const_str_ModuleSpec._ascii.ob_base,
41228         },
41229     },
41230 };
41231 static
41232     struct {
41233         PyASCIIObject _ascii;
41234         uint8_t _data[10];
41235     }
41236 const_str__get_spec = {
41237     ._ascii = {
41238         .ob_base = {
41239             .ob_refcnt = 999999999,
41240             .ob_type = &PyUnicode_Type,
41241         },
41242         .length = 9,
41243         .hash = -1,
41244         .state = {
41245             .kind = 1,
41246             .compact = 1,
41247             .ascii = 1,
41248             .ready = 1,
41249         },
41250     },
41251     ._data = "_get_spec",
41252 };
41253 static
41254     struct {
41255         PyASCIIObject _ascii;
41256         uint8_t _data[21];
41257     }
41258 importlib__bootstrap_external_toplevel_consts_71_consts_7_qualname = {
41259     ._ascii = {
41260         .ob_base = {
41261             .ob_refcnt = 999999999,
41262             .ob_type = &PyUnicode_Type,
41263         },
41264         .length = 20,
41265         .hash = -1,
41266         .state = {
41267             .kind = 1,
41268             .compact = 1,
41269             .ascii = 1,
41270             .ready = 1,
41271         },
41272     },
41273     ._data = "PathFinder._get_spec",
41274 };
41275 static
41276     struct {
41277         PyObject_VAR_HEAD
41278         Py_hash_t ob_shash;
41279         char ob_sval[245];
41280     }
41281 importlib__bootstrap_external_toplevel_consts_71_consts_7_linetable = {
41282     .ob_base = {
41283         .ob_base = {
41284             .ob_refcnt = 999999999,
41285             .ob_type = &PyBytes_Type,
41286         },
41287         .ob_size = 244,
41288     },
41289     .ob_shash = -1,
41290     .ob_sval = "\x80\x00\xf0\x0a\x00\x1a\x1c\x88\x0e\xd8\x15\x19\xf0\x00\x18\x09\x18\xf0\x00\x18\x09\x18\x88\x45\xdd\x13\x1d\x98\x65\xa5\x53\xd1\x13\x29\xd4\x13\x29\xf0\x00\x01\x0d\x19\xd8\x10\x18\xd8\x15\x18\xd7\x15\x2d\xd2\x15\x2d\xa8\x65\xd1\x15\x34\xd4\x15\x34\x88\x46\xd8\x0f\x15\xd0\x0f\x21\xdd\x13\x1a\x98\x36\xa0\x3b\xd1\x13\x2f\xd4\x13\x2f\xf0\x00\x03\x11\x42\x01\xd8\x1b\x21\xd7\x1b\x2b\xd2\x1b\x2b\xa8\x48\xb0\x66\xd1\x1b\x3d\xd4\x1b\x3d\x90\x44\x90\x44\xe0\x1b\x1e\xd7\x1b\x2f\xd2\x1b\x2f\xb0\x08\xb8\x26\xd1\x1b\x41\xd4\x1b\x41\x90\x44\xd8\x13\x17\x90\x3c\xd8\x14\x1c\xd8\x13\x17\x94\x3b\xd0\x13\x2a\xd8\x1b\x1f\x90\x4b\x90\x4b\x90\x4b\xd8\x1b\x1f\xd4\x1b\x3a\x90\x08\xd8\x13\x1b\xd0\x13\x23\xdd\x1a\x25\xd0\x26\x3b\xd1\x1a\x3c\xd4\x1a\x3c\xd0\x14\x3c\xf0\x0a\x00\x11\x1f\xd7\x10\x25\xd2\x10\x25\xa0\x68\xd1\x10\x2f\xd4\x10\x2f\xd0\x10\x2f\xf8\xe5\x13\x1d\xd7\x13\x28\xd2\x13\x28\xa8\x18\xb0\x34\xd1\x13\x38\xd4\x13\x38\x88\x44\xd8\x2e\x3c\x88\x44\xd4\x0c\x2b\xd8\x13\x17\x88\x4b",
41291 };
41292 static
41293     struct {
41294         PyASCIIObject _ascii;
41295         uint8_t _data[15];
41296     }
41297 const_str_namespace_path = {
41298     ._ascii = {
41299         .ob_base = {
41300             .ob_refcnt = 999999999,
41301             .ob_type = &PyUnicode_Type,
41302         },
41303         .length = 14,
41304         .hash = -1,
41305         .state = {
41306             .kind = 1,
41307             .compact = 1,
41308             .ascii = 1,
41309             .ready = 1,
41310         },
41311     },
41312     ._data = "namespace_path",
41313 };
41314 static
41315     struct {
41316         PyASCIIObject _ascii;
41317         uint8_t _data[6];
41318     }
41319 const_str_entry = {
41320     ._ascii = {
41321         .ob_base = {
41322             .ob_refcnt = 999999999,
41323             .ob_type = &PyUnicode_Type,
41324         },
41325         .length = 5,
41326         .hash = -1,
41327         .state = {
41328             .kind = 1,
41329             .compact = 1,
41330             .ascii = 1,
41331             .ready = 1,
41332         },
41333     },
41334     ._data = "entry",
41335 };
41336 static
41337     struct {
41338         PyGC_Head _gc_head;
41339         struct {
41340             PyObject_VAR_HEAD
41341             PyObject *ob_item[9];
41342         }_object;
41343     }
41344 importlib__bootstrap_external_toplevel_consts_71_consts_7_localsplusnames = {
41345     ._object = {
41346         .ob_base = {
41347             .ob_base = {
41348                 .ob_refcnt = 999999999,
41349                 .ob_type = &PyTuple_Type,
41350             },
41351             .ob_size = 9,
41352         },
41353         .ob_item = {
41354             & const_str_cls._ascii.ob_base,
41355             & const_str_fullname._ascii.ob_base,
41356             &_Py_ID(path),
41357             & const_str_target._ascii.ob_base,
41358             & const_str_namespace_path._ascii.ob_base,
41359             & const_str_entry._ascii.ob_base,
41360             & const_str_finder._ascii.ob_base,
41361             & const_str_spec._ascii.ob_base,
41362             & const_str_portions._ascii.ob_base,
41363         },
41364     },
41365 };
41366 static
41367     struct _PyCode_DEF(418)
41368 importlib__bootstrap_external_toplevel_consts_71_consts_7 = {
41369     .ob_base = {
41370         .ob_base = {
41371             .ob_refcnt = 999999999,
41372             .ob_type = &PyCode_Type,
41373         },
41374         .ob_size = 209,
41375     },
41376     .co_consts = & importlib__bootstrap_external_toplevel_consts_71_consts_7_consts._object.ob_base.ob_base,
41377     .co_names = & importlib__bootstrap_external_toplevel_consts_71_consts_7_names._object.ob_base.ob_base,
41378     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
41379     .co_flags = 3,
41380     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
41381     ._co_linearray_entry_size = 0,
41382     .co_argcount = 4,
41383     .co_posonlyargcount = 0,
41384     .co_kwonlyargcount = 0,
41385     .co_stacksize = 5,
41386     .co_firstlineno = 1464,
41387     .co_nlocalsplus = 9,
41388     .co_nlocals = 9,
41389     .co_nplaincellvars = 0,
41390     .co_ncellvars = 0,
41391     .co_nfreevars = 0,
41392     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_71_consts_7_localsplusnames._object.ob_base.ob_base,
41393     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
41394     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
41395     .co_name = & const_str__get_spec._ascii.ob_base,
41396     .co_qualname = & importlib__bootstrap_external_toplevel_consts_71_consts_7_qualname._ascii.ob_base,
41397     .co_linetable = & importlib__bootstrap_external_toplevel_consts_71_consts_7_linetable.ob_base.ob_base,
41398     ._co_code = NULL,
41399     ._co_linearray = NULL,
41400     .co_code_adaptive = "\x97\x00\x67\x00\x7d\x04\x7c\x02\x44\x00\x5d\xa7\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x01\x8c\x18\x7c\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x81\x78\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x64\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x17\x7c\x06\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x03\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x6e\x16\x7c\x00\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x06\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x80\x01\x8c\x6f\x7c\x07\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x81\x04\x7c\x07\x63\x02\x01\x00\x53\x00\x7c\x07\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x08\x80\x0f\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x04\xa0\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\xa8\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x04\x7c\x07\x5f\x07\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x53\x00",
41401     ._co_firsttraceable = 0,
41402 };
41403 static
41404     struct {
41405         PyASCIIObject _ascii;
41406         uint8_t _data[142];
41407     }
41408 importlib__bootstrap_external_toplevel_consts_71_consts_8_consts_0 = {
41409     ._ascii = {
41410         .ob_base = {
41411             .ob_refcnt = 999999999,
41412             .ob_type = &PyUnicode_Type,
41413         },
41414         .length = 141,
41415         .hash = -1,
41416         .state = {
41417             .kind = 1,
41418             .compact = 1,
41419             .ascii = 1,
41420             .ready = 1,
41421         },
41422     },
41423     ._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",
41424 };
41425 static
41426     struct {
41427         PyGC_Head _gc_head;
41428         struct {
41429             PyObject_VAR_HEAD
41430             PyObject *ob_item[2];
41431         }_object;
41432     }
41433 importlib__bootstrap_external_toplevel_consts_71_consts_8_consts = {
41434     ._object = {
41435         .ob_base = {
41436             .ob_base = {
41437                 .ob_refcnt = 999999999,
41438                 .ob_type = &PyTuple_Type,
41439             },
41440             .ob_size = 2,
41441         },
41442         .ob_item = {
41443             & importlib__bootstrap_external_toplevel_consts_71_consts_8_consts_0._ascii.ob_base,
41444             Py_None,
41445         },
41446     },
41447 };
41448 static
41449     struct {
41450         PyGC_Head _gc_head;
41451         struct {
41452             PyObject_VAR_HEAD
41453             PyObject *ob_item[7];
41454         }_object;
41455     }
41456 importlib__bootstrap_external_toplevel_consts_71_consts_8_names = {
41457     ._object = {
41458         .ob_base = {
41459             .ob_base = {
41460                 .ob_refcnt = 999999999,
41461                 .ob_type = &PyTuple_Type,
41462             },
41463             .ob_size = 7,
41464         },
41465         .ob_item = {
41466             & const_str_sys._ascii.ob_base,
41467             &_Py_ID(path),
41468             & const_str__get_spec._ascii.ob_base,
41469             & const_str_loader._ascii.ob_base,
41470             & const_str_submodule_search_locations._ascii.ob_base,
41471             & const_str_origin._ascii.ob_base,
41472             & const_str__NamespacePath._ascii.ob_base,
41473         },
41474     },
41475 };
41476 static
41477     struct {
41478         PyASCIIObject _ascii;
41479         uint8_t _data[21];
41480     }
41481 importlib__bootstrap_external_toplevel_consts_71_consts_8_qualname = {
41482     ._ascii = {
41483         .ob_base = {
41484             .ob_refcnt = 999999999,
41485             .ob_type = &PyUnicode_Type,
41486         },
41487         .length = 20,
41488         .hash = -1,
41489         .state = {
41490             .kind = 1,
41491             .compact = 1,
41492             .ascii = 1,
41493             .ready = 1,
41494         },
41495     },
41496     ._data = "PathFinder.find_spec",
41497 };
41498 static
41499     struct {
41500         PyObject_VAR_HEAD
41501         Py_hash_t ob_shash;
41502         char ob_sval[120];
41503     }
41504 importlib__bootstrap_external_toplevel_consts_71_consts_8_linetable = {
41505     .ob_base = {
41506         .ob_base = {
41507             .ob_refcnt = 999999999,
41508             .ob_type = &PyBytes_Type,
41509         },
41510         .ob_size = 119,
41511     },
41512     .ob_shash = -1,
41513     .ob_sval = "\x80\x00\xf0\x0c\x00\x0c\x10\x88\x3c\xdd\x13\x16\x94\x38\x88\x44\xd8\x0f\x12\x8f\x7d\x8a\x7d\x98\x58\xa0\x74\xa8\x56\xd1\x0f\x34\xd4\x0f\x34\x88\x04\xd8\x0b\x0f\x88\x3c\xd8\x13\x17\x90\x34\xd8\x0d\x11\x8c\x5b\xd0\x0d\x20\xd8\x1d\x21\xd4\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\xd4\x5b\x68\xd1\x32\x69\xd4\x32\x69\x90\x04\xd4\x10\x2f\xd8\x17\x1b\x90\x0b\xe0\x17\x1b\x90\x74\xe0\x13\x17\x88\x4b",
41514 };
41515 static
41516     struct {
41517         PyGC_Head _gc_head;
41518         struct {
41519             PyObject_VAR_HEAD
41520             PyObject *ob_item[6];
41521         }_object;
41522     }
41523 importlib__bootstrap_external_toplevel_consts_71_consts_8_localsplusnames = {
41524     ._object = {
41525         .ob_base = {
41526             .ob_base = {
41527                 .ob_refcnt = 999999999,
41528                 .ob_type = &PyTuple_Type,
41529             },
41530             .ob_size = 6,
41531         },
41532         .ob_item = {
41533             & const_str_cls._ascii.ob_base,
41534             & const_str_fullname._ascii.ob_base,
41535             &_Py_ID(path),
41536             & const_str_target._ascii.ob_base,
41537             & const_str_spec._ascii.ob_base,
41538             & const_str_namespace_path._ascii.ob_base,
41539         },
41540     },
41541 };
41542 static
41543     struct _PyCode_DEF(196)
41544 importlib__bootstrap_external_toplevel_consts_71_consts_8 = {
41545     .ob_base = {
41546         .ob_base = {
41547             .ob_refcnt = 999999999,
41548             .ob_type = &PyCode_Type,
41549         },
41550         .ob_size = 98,
41551     },
41552     .co_consts = & importlib__bootstrap_external_toplevel_consts_71_consts_8_consts._object.ob_base.ob_base,
41553     .co_names = & importlib__bootstrap_external_toplevel_consts_71_consts_8_names._object.ob_base.ob_base,
41554     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
41555     .co_flags = 3,
41556     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
41557     ._co_linearray_entry_size = 0,
41558     .co_argcount = 4,
41559     .co_posonlyargcount = 0,
41560     .co_kwonlyargcount = 0,
41561     .co_stacksize = 5,
41562     .co_firstlineno = 1496,
41563     .co_nlocalsplus = 6,
41564     .co_nlocals = 6,
41565     .co_nplaincellvars = 0,
41566     .co_ncellvars = 0,
41567     .co_nfreevars = 0,
41568     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_71_consts_8_localsplusnames._object.ob_base.ob_base,
41569     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
41570     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
41571     .co_name = & const_str_find_spec._ascii.ob_base,
41572     .co_qualname = & importlib__bootstrap_external_toplevel_consts_71_consts_8_qualname._ascii.ob_base,
41573     .co_linetable = & importlib__bootstrap_external_toplevel_consts_71_consts_8_linetable.ob_base.ob_base,
41574     ._co_code = NULL,
41575     ._co_linearray = NULL,
41576     .co_code_adaptive = "\x97\x00\x7c\x02\x80\x0c\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\x7c\x03\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x80\x02\x64\x01\x53\x00\x7c\x04\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x2f\x7c\x04\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x72\x24\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\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x03\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",
41577     ._co_firsttraceable = 0,
41578 };
41579 static
41580     struct {
41581         PyASCIIObject _ascii;
41582         uint8_t _data[171];
41583     }
41584 importlib__bootstrap_external_toplevel_consts_71_consts_9_consts_0 = {
41585     ._ascii = {
41586         .ob_base = {
41587             .ob_refcnt = 999999999,
41588             .ob_type = &PyUnicode_Type,
41589         },
41590         .length = 170,
41591         .hash = -1,
41592         .state = {
41593             .kind = 1,
41594             .compact = 1,
41595             .ascii = 1,
41596             .ready = 1,
41597         },
41598     },
41599     ._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",
41600 };
41601 static
41602     struct {
41603         PyASCIIObject _ascii;
41604         uint8_t _data[102];
41605     }
41606 importlib__bootstrap_external_toplevel_consts_71_consts_9_consts_1 = {
41607     ._ascii = {
41608         .ob_base = {
41609             .ob_refcnt = 999999999,
41610             .ob_type = &PyUnicode_Type,
41611         },
41612         .length = 101,
41613         .hash = -1,
41614         .state = {
41615             .kind = 1,
41616             .compact = 1,
41617             .ascii = 1,
41618             .ready = 1,
41619         },
41620     },
41621     ._data = "PathFinder.find_module() is deprecated and slated for removal in Python 3.12; use find_spec() instead",
41622 };
41623 static
41624     struct {
41625         PyGC_Head _gc_head;
41626         struct {
41627             PyObject_VAR_HEAD
41628             PyObject *ob_item[3];
41629         }_object;
41630     }
41631 importlib__bootstrap_external_toplevel_consts_71_consts_9_consts = {
41632     ._object = {
41633         .ob_base = {
41634             .ob_base = {
41635                 .ob_refcnt = 999999999,
41636                 .ob_type = &PyTuple_Type,
41637             },
41638             .ob_size = 3,
41639         },
41640         .ob_item = {
41641             & importlib__bootstrap_external_toplevel_consts_71_consts_9_consts_0._ascii.ob_base,
41642             & importlib__bootstrap_external_toplevel_consts_71_consts_9_consts_1._ascii.ob_base,
41643             Py_None,
41644         },
41645     },
41646 };
41647 static
41648     struct {
41649         PyASCIIObject _ascii;
41650         uint8_t _data[23];
41651     }
41652 importlib__bootstrap_external_toplevel_consts_71_consts_9_qualname = {
41653     ._ascii = {
41654         .ob_base = {
41655             .ob_refcnt = 999999999,
41656             .ob_type = &PyUnicode_Type,
41657         },
41658         .length = 22,
41659         .hash = -1,
41660         .state = {
41661             .kind = 1,
41662             .compact = 1,
41663             .ascii = 1,
41664             .ready = 1,
41665         },
41666     },
41667     ._data = "PathFinder.find_module",
41668 };
41669 static
41670     struct {
41671         PyObject_VAR_HEAD
41672         Py_hash_t ob_shash;
41673         char ob_sval[73];
41674     }
41675 importlib__bootstrap_external_toplevel_consts_71_consts_9_linetable = {
41676     .ob_base = {
41677         .ob_base = {
41678             .ob_refcnt = 999999999,
41679             .ob_type = &PyBytes_Type,
41680         },
41681         .ob_size = 72,
41682     },
41683     .ob_shash = -1,
41684     .ob_sval = "\x80\x00\xf5\x10\x00\x09\x12\x8c\x0e\xf0\x00\x01\x18\x54\x01\xe5\x17\x29\xf1\x05\x02\x09\x2b\xf4\x00\x02\x09\x2b\xf0\x00\x02\x09\x2b\xf0\x06\x00\x10\x13\x8f\x7d\x8a\x7d\x98\x58\xa0\x74\xd1\x0f\x2c\xd4\x0f\x2c\x88\x04\xd8\x0b\x0f\x88\x3c\xd8\x13\x17\x90\x34\xd8\x0f\x13\x8c\x7b\xd0\x08\x1a",
41685 };
41686 static
41687     struct _PyCode_DEF(120)
41688 importlib__bootstrap_external_toplevel_consts_71_consts_9 = {
41689     .ob_base = {
41690         .ob_base = {
41691             .ob_refcnt = 999999999,
41692             .ob_type = &PyCode_Type,
41693         },
41694         .ob_size = 60,
41695     },
41696     .co_consts = & importlib__bootstrap_external_toplevel_consts_71_consts_9_consts._object.ob_base.ob_base,
41697     .co_names = & importlib__bootstrap_toplevel_consts_37_consts_6_names._object.ob_base.ob_base,
41698     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
41699     .co_flags = 3,
41700     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
41701     ._co_linearray_entry_size = 0,
41702     .co_argcount = 3,
41703     .co_posonlyargcount = 0,
41704     .co_kwonlyargcount = 0,
41705     .co_stacksize = 4,
41706     .co_firstlineno = 1520,
41707     .co_nlocalsplus = 4,
41708     .co_nlocals = 4,
41709     .co_nplaincellvars = 0,
41710     .co_ncellvars = 0,
41711     .co_nfreevars = 0,
41712     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_6_localsplusnames._object.ob_base.ob_base,
41713     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
41714     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
41715     .co_name = & const_str_find_module._ascii.ob_base,
41716     .co_qualname = & importlib__bootstrap_external_toplevel_consts_71_consts_9_qualname._ascii.ob_base,
41717     .co_linetable = & importlib__bootstrap_external_toplevel_consts_71_consts_9_linetable.ob_base.ob_base,
41718     ._co_code = NULL,
41719     ._co_linearray = NULL,
41720     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x80\x02\x64\x02\x53\x00\x7c\x03\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
41721     ._co_firsttraceable = 0,
41722 };
41723 static
41724     struct {
41725         PyASCIIObject _ascii;
41726         uint8_t _data[289];
41727     }
41728 importlib__bootstrap_external_toplevel_consts_71_consts_10_consts_0 = {
41729     ._ascii = {
41730         .ob_base = {
41731             .ob_refcnt = 999999999,
41732             .ob_type = &PyUnicode_Type,
41733         },
41734         .length = 288,
41735         .hash = -1,
41736         .state = {
41737             .kind = 1,
41738             .compact = 1,
41739             .ascii = 1,
41740             .ready = 1,
41741         },
41742     },
41743     ._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",
41744 };
41745 static
41746     struct {
41747         PyASCIIObject _ascii;
41748         uint8_t _data[19];
41749     }
41750 const_str_MetadataPathFinder = {
41751     ._ascii = {
41752         .ob_base = {
41753             .ob_refcnt = 999999999,
41754             .ob_type = &PyUnicode_Type,
41755         },
41756         .length = 18,
41757         .hash = -1,
41758         .state = {
41759             .kind = 1,
41760             .compact = 1,
41761             .ascii = 1,
41762             .ready = 1,
41763         },
41764     },
41765     ._data = "MetadataPathFinder",
41766 };
41767 static
41768     struct {
41769         PyGC_Head _gc_head;
41770         struct {
41771             PyObject_VAR_HEAD
41772             PyObject *ob_item[1];
41773         }_object;
41774     }
41775 importlib__bootstrap_external_toplevel_consts_71_consts_10_consts_2 = {
41776     ._object = {
41777         .ob_base = {
41778             .ob_base = {
41779                 .ob_refcnt = 999999999,
41780                 .ob_type = &PyTuple_Type,
41781             },
41782             .ob_size = 1,
41783         },
41784         .ob_item = {
41785             & const_str_MetadataPathFinder._ascii.ob_base,
41786         },
41787     },
41788 };
41789 static
41790     struct {
41791         PyGC_Head _gc_head;
41792         struct {
41793             PyObject_VAR_HEAD
41794             PyObject *ob_item[3];
41795         }_object;
41796     }
41797 importlib__bootstrap_external_toplevel_consts_71_consts_10_consts = {
41798     ._object = {
41799         .ob_base = {
41800             .ob_base = {
41801                 .ob_refcnt = 999999999,
41802                 .ob_type = &PyTuple_Type,
41803             },
41804             .ob_size = 3,
41805         },
41806         .ob_item = {
41807             & importlib__bootstrap_external_toplevel_consts_71_consts_10_consts_0._ascii.ob_base,
41808             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
41809             & importlib__bootstrap_external_toplevel_consts_71_consts_10_consts_2._object.ob_base.ob_base,
41810         },
41811     },
41812 };
41813 static
41814     struct {
41815         PyASCIIObject _ascii;
41816         uint8_t _data[19];
41817     }
41818 importlib__bootstrap_external_toplevel_consts_71_consts_10_names_0 = {
41819     ._ascii = {
41820         .ob_base = {
41821             .ob_refcnt = 999999999,
41822             .ob_type = &PyUnicode_Type,
41823         },
41824         .length = 18,
41825         .hash = -1,
41826         .state = {
41827             .kind = 1,
41828             .compact = 1,
41829             .ascii = 1,
41830             .ready = 1,
41831         },
41832     },
41833     ._data = "importlib.metadata",
41834 };
41835 static
41836     struct {
41837         PyASCIIObject _ascii;
41838         uint8_t _data[19];
41839     }
41840 const_str_find_distributions = {
41841     ._ascii = {
41842         .ob_base = {
41843             .ob_refcnt = 999999999,
41844             .ob_type = &PyUnicode_Type,
41845         },
41846         .length = 18,
41847         .hash = -1,
41848         .state = {
41849             .kind = 1,
41850             .compact = 1,
41851             .ascii = 1,
41852             .ready = 1,
41853         },
41854     },
41855     ._data = "find_distributions",
41856 };
41857 static
41858     struct {
41859         PyGC_Head _gc_head;
41860         struct {
41861             PyObject_VAR_HEAD
41862             PyObject *ob_item[3];
41863         }_object;
41864     }
41865 importlib__bootstrap_external_toplevel_consts_71_consts_10_names = {
41866     ._object = {
41867         .ob_base = {
41868             .ob_base = {
41869                 .ob_refcnt = 999999999,
41870                 .ob_type = &PyTuple_Type,
41871             },
41872             .ob_size = 3,
41873         },
41874         .ob_item = {
41875             & importlib__bootstrap_external_toplevel_consts_71_consts_10_names_0._ascii.ob_base,
41876             & const_str_MetadataPathFinder._ascii.ob_base,
41877             & const_str_find_distributions._ascii.ob_base,
41878         },
41879     },
41880 };
41881 static
41882     struct {
41883         PyASCIIObject _ascii;
41884         uint8_t _data[30];
41885     }
41886 importlib__bootstrap_external_toplevel_consts_71_consts_10_qualname = {
41887     ._ascii = {
41888         .ob_base = {
41889             .ob_refcnt = 999999999,
41890             .ob_type = &PyUnicode_Type,
41891         },
41892         .length = 29,
41893         .hash = -1,
41894         .state = {
41895             .kind = 1,
41896             .compact = 1,
41897             .ascii = 1,
41898             .ready = 1,
41899         },
41900     },
41901     ._data = "PathFinder.find_distributions",
41902 };
41903 static
41904     struct {
41905         PyObject_VAR_HEAD
41906         Py_hash_t ob_shash;
41907         char ob_sval[48];
41908     }
41909 importlib__bootstrap_external_toplevel_consts_71_consts_10_linetable = {
41910     .ob_base = {
41911         .ob_base = {
41912             .ob_refcnt = 999999999,
41913             .ob_type = &PyBytes_Type,
41914         },
41915         .ob_size = 47,
41916     },
41917     .ob_shash = -1,
41918     .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\xd4\x0f\x34\xb0\x64\xd0\x0f\x45\xb8\x66\xd0\x0f\x45\xd0\x0f\x45\xd0\x08\x45",
41919 };
41920 static
41921     struct {
41922         PyGC_Head _gc_head;
41923         struct {
41924             PyObject_VAR_HEAD
41925             PyObject *ob_item[3];
41926         }_object;
41927     }
41928 importlib__bootstrap_external_toplevel_consts_71_consts_10_localsplusnames = {
41929     ._object = {
41930         .ob_base = {
41931             .ob_base = {
41932                 .ob_refcnt = 999999999,
41933                 .ob_type = &PyTuple_Type,
41934             },
41935             .ob_size = 3,
41936         },
41937         .ob_item = {
41938             & const_str_args._ascii.ob_base,
41939             & const_str_kwargs._ascii.ob_base,
41940             & const_str_MetadataPathFinder._ascii.ob_base,
41941         },
41942     },
41943 };
41944 static
41945     struct _PyCode_DEF(40)
41946 importlib__bootstrap_external_toplevel_consts_71_consts_10 = {
41947     .ob_base = {
41948         .ob_base = {
41949             .ob_refcnt = 999999999,
41950             .ob_type = &PyCode_Type,
41951         },
41952         .ob_size = 20,
41953     },
41954     .co_consts = & importlib__bootstrap_external_toplevel_consts_71_consts_10_consts._object.ob_base.ob_base,
41955     .co_names = & importlib__bootstrap_external_toplevel_consts_71_consts_10_names._object.ob_base.ob_base,
41956     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
41957     .co_flags = 15,
41958     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
41959     ._co_linearray_entry_size = 0,
41960     .co_argcount = 0,
41961     .co_posonlyargcount = 0,
41962     .co_kwonlyargcount = 0,
41963     .co_stacksize = 5,
41964     .co_firstlineno = 1536,
41965     .co_nlocalsplus = 3,
41966     .co_nlocals = 3,
41967     .co_nplaincellvars = 0,
41968     .co_ncellvars = 0,
41969     .co_nfreevars = 0,
41970     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_71_consts_10_localsplusnames._object.ob_base.ob_base,
41971     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
41972     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
41973     .co_name = & const_str_find_distributions._ascii.ob_base,
41974     .co_qualname = & importlib__bootstrap_external_toplevel_consts_71_consts_10_qualname._ascii.ob_base,
41975     .co_linetable = & importlib__bootstrap_external_toplevel_consts_71_consts_10_linetable.ob_base.ob_base,
41976     ._co_code = NULL,
41977     ._co_linearray = NULL,
41978     .co_code_adaptive = "\x97\x00\x64\x01\x64\x02\x6c\x00\x6d\x01\x7d\x02\x01\x00\x02\x00\x7c\x02\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x69\x00\x7c\x01\xa4\x01\x8e\x01\x53\x00",
41979     ._co_firsttraceable = 0,
41980 };
41981 static
41982     struct {
41983         PyGC_Head _gc_head;
41984         struct {
41985             PyObject_VAR_HEAD
41986             PyObject *ob_item[13];
41987         }_object;
41988     }
41989 importlib__bootstrap_external_toplevel_consts_71_consts = {
41990     ._object = {
41991         .ob_base = {
41992             .ob_base = {
41993                 .ob_refcnt = 999999999,
41994                 .ob_type = &PyTuple_Type,
41995             },
41996             .ob_size = 13,
41997         },
41998         .ob_item = {
41999             & const_str_PathFinder._ascii.ob_base,
42000             & importlib__bootstrap_external_toplevel_consts_71_consts_1._ascii.ob_base,
42001             & importlib__bootstrap_external_toplevel_consts_71_consts_2.ob_base.ob_base,
42002             & importlib__bootstrap_external_toplevel_consts_71_consts_3.ob_base.ob_base,
42003             & importlib__bootstrap_external_toplevel_consts_71_consts_4.ob_base.ob_base,
42004             & importlib__bootstrap_external_toplevel_consts_71_consts_5.ob_base.ob_base,
42005             Py_None,
42006             & importlib__bootstrap_external_toplevel_consts_71_consts_7.ob_base.ob_base,
42007             & importlib__bootstrap_external_toplevel_consts_71_consts_8.ob_base.ob_base,
42008             & importlib__bootstrap_external_toplevel_consts_71_consts_9.ob_base.ob_base,
42009             & importlib__bootstrap_external_toplevel_consts_71_consts_10.ob_base.ob_base,
42010             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
42011             & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
42012         },
42013     },
42014 };
42015 static
42016     struct {
42017         PyGC_Head _gc_head;
42018         struct {
42019             PyObject_VAR_HEAD
42020             PyObject *ob_item[14];
42021         }_object;
42022     }
42023 importlib__bootstrap_external_toplevel_consts_71_names = {
42024     ._object = {
42025         .ob_base = {
42026             .ob_base = {
42027                 .ob_refcnt = 999999999,
42028                 .ob_type = &PyTuple_Type,
42029             },
42030             .ob_size = 14,
42031         },
42032         .ob_item = {
42033             &_Py_ID(__name__),
42034             &_Py_ID(__module__),
42035             &_Py_ID(__qualname__),
42036             &_Py_ID(__doc__),
42037             & const_str_staticmethod._ascii.ob_base,
42038             & const_str_invalidate_caches._ascii.ob_base,
42039             & const_str__path_hooks._ascii.ob_base,
42040             & const_str_classmethod._ascii.ob_base,
42041             & const_str__path_importer_cache._ascii.ob_base,
42042             & const_str__legacy_get_spec._ascii.ob_base,
42043             & const_str__get_spec._ascii.ob_base,
42044             & const_str_find_spec._ascii.ob_base,
42045             & const_str_find_module._ascii.ob_base,
42046             & const_str_find_distributions._ascii.ob_base,
42047         },
42048     },
42049 };
42050 static
42051     struct {
42052         PyObject_VAR_HEAD
42053         Py_hash_t ob_shash;
42054         char ob_sval[261];
42055     }
42056 importlib__bootstrap_external_toplevel_consts_71_linetable = {
42057     .ob_base = {
42058         .ob_base = {
42059             .ob_refcnt = 999999999,
42060             .ob_type = &PyBytes_Type,
42061         },
42062         .ob_size = 260,
42063     },
42064     .ob_shash = -1,
42065     .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\xf1\x03\x00\x06\x12\x84\x5c\xf0\x02\x0c\x05\x23\xf0\x1c\x00\x06\x12\xf0\x02\x0a\x05\x18\xf0\x00\x0a\x05\x18\xf1\x03\x00\x06\x12\x84\x5c\xf0\x02\x0a\x05\x18\xf0\x18\x00\x06\x11\xf0\x02\x13\x05\x16\xf0\x00\x13\x05\x16\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x13\x05\x16\xf0\x2a\x00\x06\x11\xf0\x02\x12\x05\x14\xf0\x00\x12\x05\x14\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x12\x05\x14\xf0\x28\x00\x06\x11\xf0\x02\x1d\x05\x18\xf0\x00\x1d\x05\x18\xf0\x00\x1d\x05\x18\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x1d\x05\x18\xf0\x3e\x00\x06\x11\xf0\x02\x15\x05\x18\xf0\x00\x15\x05\x18\xf0\x00\x15\x05\x18\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x15\x05\x18\xf0\x2e\x00\x06\x11\xf0\x02\x0d\x05\x1b\xf0\x00\x0d\x05\x1b\xf0\x00\x0d\x05\x1b\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x0d\x05\x1b\xf0\x1e\x00\x06\x12\xf0\x02\x0a\x05\x46\x01\xf0\x00\x0a\x05\x46\x01\xf1\x03\x00\x06\x12\x84\x5c\xf0\x02\x0a\x05\x46\x01\xf0\x00\x0a\x05\x46\x01\xf0\x00\x0a\x05\x46\x01",
42066 };
42067 static
42068     struct _PyCode_DEF(200)
42069 importlib__bootstrap_external_toplevel_consts_71 = {
42070     .ob_base = {
42071         .ob_base = {
42072             .ob_refcnt = 999999999,
42073             .ob_type = &PyCode_Type,
42074         },
42075         .ob_size = 100,
42076     },
42077     .co_consts = & importlib__bootstrap_external_toplevel_consts_71_consts._object.ob_base.ob_base,
42078     .co_names = & importlib__bootstrap_external_toplevel_consts_71_names._object.ob_base.ob_base,
42079     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
42080     .co_flags = 0,
42081     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
42082     ._co_linearray_entry_size = 0,
42083     .co_argcount = 0,
42084     .co_posonlyargcount = 0,
42085     .co_kwonlyargcount = 0,
42086     .co_stacksize = 3,
42087     .co_firstlineno = 1389,
42088     .co_nlocalsplus = 0,
42089     .co_nlocals = 0,
42090     .co_nplaincellvars = 0,
42091     .co_ncellvars = 0,
42092     .co_nfreevars = 0,
42093     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
42094     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
42095     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
42096     .co_name = & const_str_PathFinder._ascii.ob_base,
42097     .co_qualname = & const_str_PathFinder._ascii.ob_base,
42098     .co_linetable = & importlib__bootstrap_external_toplevel_consts_71_linetable.ob_base.ob_base,
42099     ._co_code = NULL,
42100     ._co_linearray = NULL,
42101     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x04\x64\x03\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x65\x07\x64\x04\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x65\x07\x64\x05\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x65\x07\x64\x0b\x64\x07\x84\x01\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0a\x65\x07\x64\x0c\x64\x08\x84\x01\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0b\x65\x07\x64\x0b\x64\x09\x84\x01\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0c\x65\x04\x64\x0a\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0d\x64\x06\x53\x00",
42102     ._co_firsttraceable = 0,
42103 };
42104 static
42105     struct {
42106         PyASCIIObject _ascii;
42107         uint8_t _data[11];
42108     }
42109 const_str_FileFinder = {
42110     ._ascii = {
42111         .ob_base = {
42112             .ob_refcnt = 999999999,
42113             .ob_type = &PyUnicode_Type,
42114         },
42115         .length = 10,
42116         .hash = -1,
42117         .state = {
42118             .kind = 1,
42119             .compact = 1,
42120             .ascii = 1,
42121             .ready = 1,
42122         },
42123     },
42124     ._data = "FileFinder",
42125 };
42126 static
42127     struct {
42128         PyASCIIObject _ascii;
42129         uint8_t _data[173];
42130     }
42131 importlib__bootstrap_external_toplevel_consts_73_consts_1 = {
42132     ._ascii = {
42133         .ob_base = {
42134             .ob_refcnt = 999999999,
42135             .ob_type = &PyUnicode_Type,
42136         },
42137         .length = 172,
42138         .hash = -1,
42139         .state = {
42140             .kind = 1,
42141             .compact = 1,
42142             .ascii = 1,
42143             .ready = 1,
42144         },
42145     },
42146     ._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",
42147 };
42148 static
42149     struct {
42150         PyASCIIObject _ascii;
42151         uint8_t _data[155];
42152     }
42153 importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_0 = {
42154     ._ascii = {
42155         .ob_base = {
42156             .ob_refcnt = 999999999,
42157             .ob_type = &PyUnicode_Type,
42158         },
42159         .length = 154,
42160         .hash = -1,
42161         .state = {
42162             .kind = 1,
42163             .compact = 1,
42164             .ascii = 1,
42165             .ready = 1,
42166         },
42167     },
42168     ._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",
42169 };
42170 static
42171     struct {
42172         PyASCIIObject _ascii;
42173         uint8_t _data[39];
42174     }
42175 importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1_qualname = {
42176     ._ascii = {
42177         .ob_base = {
42178             .ob_refcnt = 999999999,
42179             .ob_type = &PyUnicode_Type,
42180         },
42181         .length = 38,
42182         .hash = -1,
42183         .state = {
42184             .kind = 1,
42185             .compact = 1,
42186             .ascii = 1,
42187             .ready = 1,
42188         },
42189     },
42190     ._data = "FileFinder.__init__.<locals>.<genexpr>",
42191 };
42192 static
42193     struct {
42194         PyObject_VAR_HEAD
42195         Py_hash_t ob_shash;
42196         char ob_sval[41];
42197     }
42198 importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1_linetable = {
42199     .ob_base = {
42200         .ob_base = {
42201             .ob_refcnt = 999999999,
42202             .ob_type = &PyBytes_Type,
42203         },
42204         .ob_size = 40,
42205     },
42206     .ob_shash = -1,
42207     .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xd0\x1a\x43\xd0\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",
42208 };
42209 static
42210     struct {
42211         PyGC_Head _gc_head;
42212         struct {
42213             PyObject_VAR_HEAD
42214             PyObject *ob_item[3];
42215         }_object;
42216     }
42217 importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1_localsplusnames = {
42218     ._object = {
42219         .ob_base = {
42220             .ob_base = {
42221                 .ob_refcnt = 999999999,
42222                 .ob_type = &PyTuple_Type,
42223             },
42224             .ob_size = 3,
42225         },
42226         .ob_item = {
42227             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
42228             & const_str_suffix._ascii.ob_base,
42229             & const_str_loader._ascii.ob_base,
42230         },
42231     },
42232 };
42233 static
42234     struct _PyCode_DEF(32)
42235 importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1 = {
42236     .ob_base = {
42237         .ob_base = {
42238             .ob_refcnt = 999999999,
42239             .ob_type = &PyCode_Type,
42240         },
42241         .ob_size = 16,
42242     },
42243     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
42244     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
42245     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
42246     .co_flags = 51,
42247     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
42248     ._co_linearray_entry_size = 0,
42249     .co_argcount = 1,
42250     .co_posonlyargcount = 0,
42251     .co_kwonlyargcount = 0,
42252     .co_stacksize = 3,
42253     .co_firstlineno = 1565,
42254     .co_nlocalsplus = 3,
42255     .co_nlocals = 2,
42256     .co_nplaincellvars = 0,
42257     .co_ncellvars = 0,
42258     .co_nfreevars = 1,
42259     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1_localsplusnames._object.ob_base.ob_base,
42260     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
42261     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
42262     .co_name = &_Py_STR(anon_genexpr),
42263     .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1_qualname._ascii.ob_base,
42264     .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1_linetable.ob_base.ob_base,
42265     ._co_code = NULL,
42266     ._co_linearray = NULL,
42267     .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x08\x7d\x01\x7c\x01\x89\x02\x66\x02\x56\x00\x97\x01\x01\x00\x8c\x09\x64\x00\x53\x00",
42268     ._co_firsttraceable = 3,
42269 };
42270 static
42271     struct {
42272         PyGC_Head _gc_head;
42273         struct {
42274             PyObject_VAR_HEAD
42275             PyObject *ob_item[5];
42276         }_object;
42277     }
42278 importlib__bootstrap_external_toplevel_consts_73_consts_2_consts = {
42279     ._object = {
42280         .ob_base = {
42281             .ob_base = {
42282                 .ob_refcnt = 999999999,
42283                 .ob_type = &PyTuple_Type,
42284             },
42285             .ob_size = 5,
42286         },
42287         .ob_item = {
42288             & importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_0._ascii.ob_base,
42289             & importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1.ob_base.ob_base,
42290             &_Py_STR(dot),
42291             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
42292             Py_None,
42293         },
42294     },
42295 };
42296 static
42297     struct {
42298         PyASCIIObject _ascii;
42299         uint8_t _data[9];
42300     }
42301 const_str__loaders = {
42302     ._ascii = {
42303         .ob_base = {
42304             .ob_refcnt = 999999999,
42305             .ob_type = &PyUnicode_Type,
42306         },
42307         .length = 8,
42308         .hash = -1,
42309         .state = {
42310             .kind = 1,
42311             .compact = 1,
42312             .ascii = 1,
42313             .ready = 1,
42314         },
42315     },
42316     ._data = "_loaders",
42317 };
42318 static
42319     struct {
42320         PyASCIIObject _ascii;
42321         uint8_t _data[12];
42322     }
42323 const_str__path_mtime = {
42324     ._ascii = {
42325         .ob_base = {
42326             .ob_refcnt = 999999999,
42327             .ob_type = &PyUnicode_Type,
42328         },
42329         .length = 11,
42330         .hash = -1,
42331         .state = {
42332             .kind = 1,
42333             .compact = 1,
42334             .ascii = 1,
42335             .ready = 1,
42336         },
42337     },
42338     ._data = "_path_mtime",
42339 };
42340 static
42341     struct {
42342         PyASCIIObject _ascii;
42343         uint8_t _data[12];
42344     }
42345 const_str__path_cache = {
42346     ._ascii = {
42347         .ob_base = {
42348             .ob_refcnt = 999999999,
42349             .ob_type = &PyUnicode_Type,
42350         },
42351         .length = 11,
42352         .hash = -1,
42353         .state = {
42354             .kind = 1,
42355             .compact = 1,
42356             .ascii = 1,
42357             .ready = 1,
42358         },
42359     },
42360     ._data = "_path_cache",
42361 };
42362 static
42363     struct {
42364         PyASCIIObject _ascii;
42365         uint8_t _data[20];
42366     }
42367 const_str__relaxed_path_cache = {
42368     ._ascii = {
42369         .ob_base = {
42370             .ob_refcnt = 999999999,
42371             .ob_type = &PyUnicode_Type,
42372         },
42373         .length = 19,
42374         .hash = -1,
42375         .state = {
42376             .kind = 1,
42377             .compact = 1,
42378             .ascii = 1,
42379             .ready = 1,
42380         },
42381     },
42382     ._data = "_relaxed_path_cache",
42383 };
42384 static
42385     struct {
42386         PyGC_Head _gc_head;
42387         struct {
42388             PyObject_VAR_HEAD
42389             PyObject *ob_item[11];
42390         }_object;
42391     }
42392 importlib__bootstrap_external_toplevel_consts_73_consts_2_names = {
42393     ._object = {
42394         .ob_base = {
42395             .ob_base = {
42396                 .ob_refcnt = 999999999,
42397                 .ob_type = &PyTuple_Type,
42398             },
42399             .ob_size = 11,
42400         },
42401         .ob_item = {
42402             &_Py_ID(extend),
42403             & const_str__loaders._ascii.ob_base,
42404             & const_str__os._ascii.ob_base,
42405             & const_str_getcwd._ascii.ob_base,
42406             &_Py_ID(path),
42407             & const_str__path_isabs._ascii.ob_base,
42408             & const_str__path_join._ascii.ob_base,
42409             & const_str__path_mtime._ascii.ob_base,
42410             & const_str_set._ascii.ob_base,
42411             & const_str__path_cache._ascii.ob_base,
42412             & const_str__relaxed_path_cache._ascii.ob_base,
42413         },
42414     },
42415 };
42416 static
42417     struct {
42418         PyASCIIObject _ascii;
42419         uint8_t _data[20];
42420     }
42421 importlib__bootstrap_external_toplevel_consts_73_consts_2_qualname = {
42422     ._ascii = {
42423         .ob_base = {
42424             .ob_refcnt = 999999999,
42425             .ob_type = &PyUnicode_Type,
42426         },
42427         .length = 19,
42428         .hash = -1,
42429         .state = {
42430             .kind = 1,
42431             .compact = 1,
42432             .ascii = 1,
42433             .ready = 1,
42434         },
42435     },
42436     ._data = "FileFinder.__init__",
42437 };
42438 static
42439     struct {
42440         PyObject_VAR_HEAD
42441         Py_hash_t ob_shash;
42442         char ob_sval[199];
42443     }
42444 importlib__bootstrap_external_toplevel_consts_73_consts_2_linetable = {
42445     .ob_base = {
42446         .ob_base = {
42447             .ob_refcnt = 999999999,
42448             .ob_type = &PyBytes_Type,
42449         },
42450         .ob_size = 198,
42451     },
42452     .ob_shash = -1,
42453     .ob_sval = "\xf8\x80\x00\xf0\x08\x00\x13\x15\x88\x07\xd8\x20\x2e\xf0\x00\x01\x09\x44\x01\xf0\x00\x01\x09\x44\x01\xd1\x0c\x1c\x88\x46\x90\x48\xd8\x0c\x13\x8f\x4e\x8a\x4e\xd0\x1a\x43\xd0\x1a\x43\xd0\x1a\x43\xd0\x1a\x43\xb8\x28\xd0\x1a\x43\xd1\x1a\x43\xd4\x1a\x43\xd1\x0c\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\x90\x7b\xdd\x18\x1b\x9c\x0a\x99\x0c\x9c\x0c\x88\x44\x8c\x49\x88\x49\xdd\x11\x1c\x98\x54\xd1\x11\x22\xd4\x11\x22\xf0\x00\x03\x09\x1d\xdd\x18\x22\xa5\x33\xa4\x3a\xa1\x3c\xa4\x3c\xb0\x14\xd1\x18\x36\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\x99\x35\x9c\x35\x88\x04\xd4\x08\x18\xdd\x23\x26\xa1\x35\xa4\x35\x88\x04\xd4\x08\x20\xd0\x08\x20\xd0\x08\x20",
42454 };
42455 static
42456     struct {
42457         PyASCIIObject _ascii;
42458         uint8_t _data[15];
42459     }
42460 const_str_loader_details = {
42461     ._ascii = {
42462         .ob_base = {
42463             .ob_refcnt = 999999999,
42464             .ob_type = &PyUnicode_Type,
42465         },
42466         .length = 14,
42467         .hash = -1,
42468         .state = {
42469             .kind = 1,
42470             .compact = 1,
42471             .ascii = 1,
42472             .ready = 1,
42473         },
42474     },
42475     ._data = "loader_details",
42476 };
42477 static
42478     struct {
42479         PyASCIIObject _ascii;
42480         uint8_t _data[8];
42481     }
42482 const_str_loaders = {
42483     ._ascii = {
42484         .ob_base = {
42485             .ob_refcnt = 999999999,
42486             .ob_type = &PyUnicode_Type,
42487         },
42488         .length = 7,
42489         .hash = -1,
42490         .state = {
42491             .kind = 1,
42492             .compact = 1,
42493             .ascii = 1,
42494             .ready = 1,
42495         },
42496     },
42497     ._data = "loaders",
42498 };
42499 static
42500     struct {
42501         PyGC_Head _gc_head;
42502         struct {
42503             PyObject_VAR_HEAD
42504             PyObject *ob_item[6];
42505         }_object;
42506     }
42507 importlib__bootstrap_external_toplevel_consts_73_consts_2_localsplusnames = {
42508     ._object = {
42509         .ob_base = {
42510             .ob_base = {
42511                 .ob_refcnt = 999999999,
42512                 .ob_type = &PyTuple_Type,
42513             },
42514             .ob_size = 6,
42515         },
42516         .ob_item = {
42517             & const_str_self._ascii.ob_base,
42518             &_Py_ID(path),
42519             & const_str_loader_details._ascii.ob_base,
42520             & const_str_loaders._ascii.ob_base,
42521             & const_str_suffixes._ascii.ob_base,
42522             & const_str_loader._ascii.ob_base,
42523         },
42524     },
42525 };
42526 static
42527     struct {
42528         PyObject_VAR_HEAD
42529         Py_hash_t ob_shash;
42530         char ob_sval[7];
42531     }
42532 importlib__bootstrap_external_toplevel_consts_73_consts_2_localspluskinds = {
42533     .ob_base = {
42534         .ob_base = {
42535             .ob_refcnt = 999999999,
42536             .ob_type = &PyBytes_Type,
42537         },
42538         .ob_size = 6,
42539     },
42540     .ob_shash = -1,
42541     .ob_sval = "     @",
42542 };
42543 static
42544     struct _PyCode_DEF(386)
42545 importlib__bootstrap_external_toplevel_consts_73_consts_2 = {
42546     .ob_base = {
42547         .ob_base = {
42548             .ob_refcnt = 999999999,
42549             .ob_type = &PyCode_Type,
42550         },
42551         .ob_size = 193,
42552     },
42553     .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts_2_consts._object.ob_base.ob_base,
42554     .co_names = & importlib__bootstrap_external_toplevel_consts_73_consts_2_names._object.ob_base.ob_base,
42555     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
42556     .co_flags = 7,
42557     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
42558     ._co_linearray_entry_size = 0,
42559     .co_argcount = 2,
42560     .co_posonlyargcount = 0,
42561     .co_kwonlyargcount = 0,
42562     .co_stacksize = 5,
42563     .co_firstlineno = 1559,
42564     .co_nlocalsplus = 6,
42565     .co_nlocals = 5,
42566     .co_nplaincellvars = 1,
42567     .co_ncellvars = 1,
42568     .co_nfreevars = 0,
42569     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_73_consts_2_localsplusnames._object.ob_base.ob_base,
42570     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_73_consts_2_localspluskinds.ob_base.ob_base,
42571     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
42572     .co_name = &_Py_ID(__init__),
42573     .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_2_qualname._ascii.ob_base,
42574     .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_2_linetable.ob_base.ob_base,
42575     ._co_code = NULL,
42576     ._co_linearray = NULL,
42577     .co_code_adaptive = "\x87\x05\x97\x00\x67\x00\x7d\x03\x7c\x02\x44\x00\x5d\x26\x5c\x02\x00\x00\x8a\x05\x7d\x04\x7c\x03\xa0\x00\x00\x00\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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x27\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\x19\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\x3d\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x27\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\x03\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x02\x00\x00\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\xa6\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\xa6\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",
42578     ._co_firsttraceable = 1,
42579 };
42580 static
42581     struct {
42582         PyASCIIObject _ascii;
42583         uint8_t _data[32];
42584     }
42585 importlib__bootstrap_external_toplevel_consts_73_consts_3_consts_0 = {
42586     ._ascii = {
42587         .ob_base = {
42588             .ob_refcnt = 999999999,
42589             .ob_type = &PyUnicode_Type,
42590         },
42591         .length = 31,
42592         .hash = -1,
42593         .state = {
42594             .kind = 1,
42595             .compact = 1,
42596             .ascii = 1,
42597             .ready = 1,
42598         },
42599     },
42600     ._data = "Invalidate the directory mtime.",
42601 };
42602 static
42603     struct {
42604         PyGC_Head _gc_head;
42605         struct {
42606             PyObject_VAR_HEAD
42607             PyObject *ob_item[3];
42608         }_object;
42609     }
42610 importlib__bootstrap_external_toplevel_consts_73_consts_3_consts = {
42611     ._object = {
42612         .ob_base = {
42613             .ob_base = {
42614                 .ob_refcnt = 999999999,
42615                 .ob_type = &PyTuple_Type,
42616             },
42617             .ob_size = 3,
42618         },
42619         .ob_item = {
42620             & importlib__bootstrap_external_toplevel_consts_73_consts_3_consts_0._ascii.ob_base,
42621             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
42622             Py_None,
42623         },
42624     },
42625 };
42626 static
42627     struct {
42628         PyGC_Head _gc_head;
42629         struct {
42630             PyObject_VAR_HEAD
42631             PyObject *ob_item[1];
42632         }_object;
42633     }
42634 importlib__bootstrap_external_toplevel_consts_73_consts_3_names = {
42635     ._object = {
42636         .ob_base = {
42637             .ob_base = {
42638                 .ob_refcnt = 999999999,
42639                 .ob_type = &PyTuple_Type,
42640             },
42641             .ob_size = 1,
42642         },
42643         .ob_item = {
42644             & const_str__path_mtime._ascii.ob_base,
42645         },
42646     },
42647 };
42648 static
42649     struct {
42650         PyASCIIObject _ascii;
42651         uint8_t _data[29];
42652     }
42653 importlib__bootstrap_external_toplevel_consts_73_consts_3_qualname = {
42654     ._ascii = {
42655         .ob_base = {
42656             .ob_refcnt = 999999999,
42657             .ob_type = &PyUnicode_Type,
42658         },
42659         .length = 28,
42660         .hash = -1,
42661         .state = {
42662             .kind = 1,
42663             .compact = 1,
42664             .ascii = 1,
42665             .ready = 1,
42666         },
42667     },
42668     ._data = "FileFinder.invalidate_caches",
42669 };
42670 static
42671     struct {
42672         PyObject_VAR_HEAD
42673         Py_hash_t ob_shash;
42674         char ob_sval[17];
42675     }
42676 importlib__bootstrap_external_toplevel_consts_73_consts_3_linetable = {
42677     .ob_base = {
42678         .ob_base = {
42679             .ob_refcnt = 999999999,
42680             .ob_type = &PyBytes_Type,
42681         },
42682         .ob_size = 16,
42683     },
42684     .ob_shash = -1,
42685     .ob_sval = "\x80\x00\xe0\x1b\x1d\x88\x04\xd4\x08\x18\xd0\x08\x18\xd0\x08\x18",
42686 };
42687 static
42688     struct _PyCode_DEF(20)
42689 importlib__bootstrap_external_toplevel_consts_73_consts_3 = {
42690     .ob_base = {
42691         .ob_base = {
42692             .ob_refcnt = 999999999,
42693             .ob_type = &PyCode_Type,
42694         },
42695         .ob_size = 10,
42696     },
42697     .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts_3_consts._object.ob_base.ob_base,
42698     .co_names = & importlib__bootstrap_external_toplevel_consts_73_consts_3_names._object.ob_base.ob_base,
42699     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
42700     .co_flags = 3,
42701     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
42702     ._co_linearray_entry_size = 0,
42703     .co_argcount = 1,
42704     .co_posonlyargcount = 0,
42705     .co_kwonlyargcount = 0,
42706     .co_stacksize = 2,
42707     .co_firstlineno = 1578,
42708     .co_nlocalsplus = 1,
42709     .co_nlocals = 1,
42710     .co_nplaincellvars = 0,
42711     .co_ncellvars = 0,
42712     .co_nfreevars = 0,
42713     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
42714     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
42715     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
42716     .co_name = & const_str_invalidate_caches._ascii.ob_base,
42717     .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_3_qualname._ascii.ob_base,
42718     .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_3_linetable.ob_base.ob_base,
42719     ._co_code = NULL,
42720     ._co_linearray = NULL,
42721     .co_code_adaptive = "\x97\x00\x64\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x53\x00",
42722     ._co_firsttraceable = 0,
42723 };
42724 static
42725     struct {
42726         PyASCIIObject _ascii;
42727         uint8_t _data[198];
42728     }
42729 importlib__bootstrap_external_toplevel_consts_73_consts_4_consts_0 = {
42730     ._ascii = {
42731         .ob_base = {
42732             .ob_refcnt = 999999999,
42733             .ob_type = &PyUnicode_Type,
42734         },
42735         .length = 197,
42736         .hash = -1,
42737         .state = {
42738             .kind = 1,
42739             .compact = 1,
42740             .ascii = 1,
42741             .ready = 1,
42742         },
42743     },
42744     ._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",
42745 };
42746 static
42747     struct {
42748         PyASCIIObject _ascii;
42749         uint8_t _data[102];
42750     }
42751 importlib__bootstrap_external_toplevel_consts_73_consts_4_consts_1 = {
42752     ._ascii = {
42753         .ob_base = {
42754             .ob_refcnt = 999999999,
42755             .ob_type = &PyUnicode_Type,
42756         },
42757         .length = 101,
42758         .hash = -1,
42759         .state = {
42760             .kind = 1,
42761             .compact = 1,
42762             .ascii = 1,
42763             .ready = 1,
42764         },
42765     },
42766     ._data = "FileFinder.find_loader() is deprecated and slated for removal in Python 3.12; use find_spec() instead",
42767 };
42768 static
42769     struct {
42770         PyGC_Head _gc_head;
42771         struct {
42772             PyObject_VAR_HEAD
42773             PyObject *ob_item[3];
42774         }_object;
42775     }
42776 importlib__bootstrap_external_toplevel_consts_73_consts_4_consts = {
42777     ._object = {
42778         .ob_base = {
42779             .ob_base = {
42780                 .ob_refcnt = 999999999,
42781                 .ob_type = &PyTuple_Type,
42782             },
42783             .ob_size = 3,
42784         },
42785         .ob_item = {
42786             & importlib__bootstrap_external_toplevel_consts_73_consts_4_consts_0._ascii.ob_base,
42787             & importlib__bootstrap_external_toplevel_consts_73_consts_4_consts_1._ascii.ob_base,
42788             Py_None,
42789         },
42790     },
42791 };
42792 static
42793     struct {
42794         PyGC_Head _gc_head;
42795         struct {
42796             PyObject_VAR_HEAD
42797             PyObject *ob_item[6];
42798         }_object;
42799     }
42800 importlib__bootstrap_external_toplevel_consts_73_consts_4_names = {
42801     ._object = {
42802         .ob_base = {
42803             .ob_base = {
42804                 .ob_refcnt = 999999999,
42805                 .ob_type = &PyTuple_Type,
42806             },
42807             .ob_size = 6,
42808         },
42809         .ob_item = {
42810             & const_str__warnings._ascii.ob_base,
42811             & const_str_warn._ascii.ob_base,
42812             & const_str_DeprecationWarning._ascii.ob_base,
42813             & const_str_find_spec._ascii.ob_base,
42814             & const_str_loader._ascii.ob_base,
42815             & const_str_submodule_search_locations._ascii.ob_base,
42816         },
42817     },
42818 };
42819 static
42820     struct {
42821         PyASCIIObject _ascii;
42822         uint8_t _data[23];
42823     }
42824 importlib__bootstrap_external_toplevel_consts_73_consts_4_qualname = {
42825     ._ascii = {
42826         .ob_base = {
42827             .ob_refcnt = 999999999,
42828             .ob_type = &PyUnicode_Type,
42829         },
42830         .length = 22,
42831         .hash = -1,
42832         .state = {
42833             .kind = 1,
42834             .compact = 1,
42835             .ascii = 1,
42836             .ready = 1,
42837         },
42838     },
42839     ._data = "FileFinder.find_loader",
42840 };
42841 static
42842     struct {
42843         PyObject_VAR_HEAD
42844         Py_hash_t ob_shash;
42845         char ob_sval[88];
42846     }
42847 importlib__bootstrap_external_toplevel_consts_73_consts_4_linetable = {
42848     .ob_base = {
42849         .ob_base = {
42850             .ob_refcnt = 999999999,
42851             .ob_type = &PyBytes_Type,
42852         },
42853         .ob_size = 87,
42854     },
42855     .ob_shash = -1,
42856     .ob_sval = "\x80\x00\xf5\x0e\x00\x09\x12\x8c\x0e\xf0\x00\x01\x18\x54\x01\xe5\x17\x29\xf1\x05\x02\x09\x2b\xf4\x00\x02\x09\x2b\xf0\x00\x02\x09\x2b\xf0\x06\x00\x10\x14\x8f\x7e\x8a\x7e\x98\x68\xd1\x0f\x27\xd4\x0f\x27\x88\x04\xd8\x0b\x0f\x88\x3c\xd8\x13\x17\x98\x12\x90\x38\x88\x4f\xd8\x0f\x13\x8c\x7b\x98\x44\xd4\x1c\x3b\xd0\x1c\x41\xb8\x72\xd0\x0f\x41\xd0\x08\x41",
42857 };
42858 static
42859     struct {
42860         PyGC_Head _gc_head;
42861         struct {
42862             PyObject_VAR_HEAD
42863             PyObject *ob_item[3];
42864         }_object;
42865     }
42866 importlib__bootstrap_external_toplevel_consts_73_consts_4_localsplusnames = {
42867     ._object = {
42868         .ob_base = {
42869             .ob_base = {
42870                 .ob_refcnt = 999999999,
42871                 .ob_type = &PyTuple_Type,
42872             },
42873             .ob_size = 3,
42874         },
42875         .ob_item = {
42876             & const_str_self._ascii.ob_base,
42877             & const_str_fullname._ascii.ob_base,
42878             & const_str_spec._ascii.ob_base,
42879         },
42880     },
42881 };
42882 static
42883     struct _PyCode_DEF(140)
42884 importlib__bootstrap_external_toplevel_consts_73_consts_4 = {
42885     .ob_base = {
42886         .ob_base = {
42887             .ob_refcnt = 999999999,
42888             .ob_type = &PyCode_Type,
42889         },
42890         .ob_size = 70,
42891     },
42892     .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts_4_consts._object.ob_base.ob_base,
42893     .co_names = & importlib__bootstrap_external_toplevel_consts_73_consts_4_names._object.ob_base.ob_base,
42894     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
42895     .co_flags = 3,
42896     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
42897     ._co_linearray_entry_size = 0,
42898     .co_argcount = 2,
42899     .co_posonlyargcount = 0,
42900     .co_kwonlyargcount = 0,
42901     .co_stacksize = 4,
42902     .co_firstlineno = 1584,
42903     .co_nlocalsplus = 3,
42904     .co_nlocals = 3,
42905     .co_nplaincellvars = 0,
42906     .co_ncellvars = 0,
42907     .co_nfreevars = 0,
42908     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_73_consts_4_localsplusnames._object.ob_base.ob_base,
42909     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
42910     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
42911     .co_name = & const_str_find_loader._ascii.ob_base,
42912     .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_4_qualname._ascii.ob_base,
42913     .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_4_linetable.ob_base.ob_base,
42914     ._co_code = NULL,
42915     ._co_linearray = NULL,
42916     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\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\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x70\x01\x67\x00\x66\x02\x53\x00",
42917     ._co_firsttraceable = 0,
42918 };
42919 static
42920     struct {
42921         PyGC_Head _gc_head;
42922         struct {
42923             PyObject_VAR_HEAD
42924             PyObject *ob_item[2];
42925         }_object;
42926     }
42927 importlib__bootstrap_external_toplevel_consts_73_consts_5_consts = {
42928     ._object = {
42929         .ob_base = {
42930             .ob_base = {
42931                 .ob_refcnt = 999999999,
42932                 .ob_type = &PyTuple_Type,
42933             },
42934             .ob_size = 2,
42935         },
42936         .ob_item = {
42937             Py_None,
42938             & importlib__bootstrap_toplevel_consts_26_consts_5._object.ob_base.ob_base,
42939         },
42940     },
42941 };
42942 static
42943     struct {
42944         PyGC_Head _gc_head;
42945         struct {
42946             PyObject_VAR_HEAD
42947             PyObject *ob_item[1];
42948         }_object;
42949     }
42950 importlib__bootstrap_external_toplevel_consts_73_consts_5_names = {
42951     ._object = {
42952         .ob_base = {
42953             .ob_base = {
42954                 .ob_refcnt = 999999999,
42955                 .ob_type = &PyTuple_Type,
42956             },
42957             .ob_size = 1,
42958         },
42959         .ob_item = {
42960             & const_str_spec_from_file_location._ascii.ob_base,
42961         },
42962     },
42963 };
42964 static
42965     struct {
42966         PyASCIIObject _ascii;
42967         uint8_t _data[21];
42968     }
42969 importlib__bootstrap_external_toplevel_consts_73_consts_5_qualname = {
42970     ._ascii = {
42971         .ob_base = {
42972             .ob_refcnt = 999999999,
42973             .ob_type = &PyUnicode_Type,
42974         },
42975         .length = 20,
42976         .hash = -1,
42977         .state = {
42978             .kind = 1,
42979             .compact = 1,
42980             .ascii = 1,
42981             .ready = 1,
42982         },
42983     },
42984     ._data = "FileFinder._get_spec",
42985 };
42986 static
42987     struct {
42988         PyObject_VAR_HEAD
42989         Py_hash_t ob_shash;
42990         char ob_sval[56];
42991     }
42992 importlib__bootstrap_external_toplevel_consts_73_consts_5_linetable = {
42993     .ob_base = {
42994         .ob_base = {
42995             .ob_refcnt = 999999999,
42996             .ob_type = &PyBytes_Type,
42997         },
42998         .ob_size = 55,
42999     },
43000     .ob_shash = -1,
43001     .ob_sval = "\x80\x00\xd8\x11\x1d\x90\x1c\x98\x68\xa8\x04\xd1\x11\x2d\xd4\x11\x2d\x88\x06\xdd\x0f\x26\xa0\x78\xb0\x14\xb8\x66\xd8\x42\x46\xf0\x03\x01\x10\x48\x01\xf1\x00\x01\x10\x48\x01\xf4\x00\x01\x10\x48\x01\xf0\x00\x01\x09\x48\x01",
43002 };
43003 static
43004     struct {
43005         PyGC_Head _gc_head;
43006         struct {
43007             PyObject_VAR_HEAD
43008             PyObject *ob_item[7];
43009         }_object;
43010     }
43011 importlib__bootstrap_external_toplevel_consts_73_consts_5_localsplusnames = {
43012     ._object = {
43013         .ob_base = {
43014             .ob_base = {
43015                 .ob_refcnt = 999999999,
43016                 .ob_type = &PyTuple_Type,
43017             },
43018             .ob_size = 7,
43019         },
43020         .ob_item = {
43021             & const_str_self._ascii.ob_base,
43022             & const_str_loader_class._ascii.ob_base,
43023             & const_str_fullname._ascii.ob_base,
43024             &_Py_ID(path),
43025             & const_str_smsl._ascii.ob_base,
43026             & const_str_target._ascii.ob_base,
43027             & const_str_loader._ascii.ob_base,
43028         },
43029     },
43030 };
43031 static
43032     struct _PyCode_DEF(64)
43033 importlib__bootstrap_external_toplevel_consts_73_consts_5 = {
43034     .ob_base = {
43035         .ob_base = {
43036             .ob_refcnt = 999999999,
43037             .ob_type = &PyCode_Type,
43038         },
43039         .ob_size = 32,
43040     },
43041     .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts_5_consts._object.ob_base.ob_base,
43042     .co_names = & importlib__bootstrap_external_toplevel_consts_73_consts_5_names._object.ob_base.ob_base,
43043     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
43044     .co_flags = 3,
43045     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
43046     ._co_linearray_entry_size = 0,
43047     .co_argcount = 6,
43048     .co_posonlyargcount = 0,
43049     .co_kwonlyargcount = 0,
43050     .co_stacksize = 6,
43051     .co_firstlineno = 1599,
43052     .co_nlocalsplus = 7,
43053     .co_nlocals = 7,
43054     .co_nplaincellvars = 0,
43055     .co_ncellvars = 0,
43056     .co_nfreevars = 0,
43057     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_73_consts_5_localsplusnames._object.ob_base.ob_base,
43058     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
43059     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
43060     .co_name = & const_str__get_spec._ascii.ob_base,
43061     .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_5_qualname._ascii.ob_base,
43062     .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_5_linetable.ob_base.ob_base,
43063     ._co_code = NULL,
43064     ._co_linearray = NULL,
43065     .co_code_adaptive = "\x97\x00\x02\x00\x7c\x01\x7c\x02\x7c\x03\xa6\x02\x00\x00\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\xa6\x04\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
43066     ._co_firsttraceable = 0,
43067 };
43068 static
43069     struct {
43070         PyASCIIObject _ascii;
43071         uint8_t _data[112];
43072     }
43073 importlib__bootstrap_external_toplevel_consts_73_consts_7_consts_0 = {
43074     ._ascii = {
43075         .ob_base = {
43076             .ob_refcnt = 999999999,
43077             .ob_type = &PyUnicode_Type,
43078         },
43079         .length = 111,
43080         .hash = -1,
43081         .state = {
43082             .kind = 1,
43083             .compact = 1,
43084             .ascii = 1,
43085             .ready = 1,
43086         },
43087     },
43088     ._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",
43089 };
43090 static
43091     struct {
43092         PyASCIIObject _ascii;
43093         uint8_t _data[10];
43094     }
43095 importlib__bootstrap_external_toplevel_consts_73_consts_7_consts_7 = {
43096     ._ascii = {
43097         .ob_base = {
43098             .ob_refcnt = 999999999,
43099             .ob_type = &PyUnicode_Type,
43100         },
43101         .length = 9,
43102         .hash = -1,
43103         .state = {
43104             .kind = 1,
43105             .compact = 1,
43106             .ascii = 1,
43107             .ready = 1,
43108         },
43109     },
43110     ._data = "trying {}",
43111 };
43112 static
43113     struct {
43114         PyASCIIObject _ascii;
43115         uint8_t _data[26];
43116     }
43117 importlib__bootstrap_external_toplevel_consts_73_consts_7_consts_9 = {
43118     ._ascii = {
43119         .ob_base = {
43120             .ob_refcnt = 999999999,
43121             .ob_type = &PyUnicode_Type,
43122         },
43123         .length = 25,
43124         .hash = -1,
43125         .state = {
43126             .kind = 1,
43127             .compact = 1,
43128             .ascii = 1,
43129             .ready = 1,
43130         },
43131     },
43132     ._data = "possible namespace for {}",
43133 };
43134 static
43135     struct {
43136         PyGC_Head _gc_head;
43137         struct {
43138             PyObject_VAR_HEAD
43139             PyObject *ob_item[10];
43140         }_object;
43141     }
43142 importlib__bootstrap_external_toplevel_consts_73_consts_7_consts = {
43143     ._object = {
43144         .ob_base = {
43145             .ob_base = {
43146                 .ob_refcnt = 999999999,
43147                 .ob_type = &PyTuple_Type,
43148             },
43149             .ob_size = 10,
43150         },
43151         .ob_item = {
43152             & importlib__bootstrap_external_toplevel_consts_73_consts_7_consts_0._ascii.ob_base,
43153             Py_False,
43154             &_Py_STR(dot),
43155             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
43156             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
43157             &_Py_ID(__init__),
43158             Py_None,
43159             & importlib__bootstrap_external_toplevel_consts_73_consts_7_consts_7._ascii.ob_base,
43160             & importlib__bootstrap_toplevel_consts_17._object.ob_base.ob_base,
43161             & importlib__bootstrap_external_toplevel_consts_73_consts_7_consts_9._ascii.ob_base,
43162         },
43163     },
43164 };
43165 static
43166     struct {
43167         PyASCIIObject _ascii;
43168         uint8_t _data[12];
43169     }
43170 const_str__fill_cache = {
43171     ._ascii = {
43172         .ob_base = {
43173             .ob_refcnt = 999999999,
43174             .ob_type = &PyUnicode_Type,
43175         },
43176         .length = 11,
43177         .hash = -1,
43178         .state = {
43179             .kind = 1,
43180             .compact = 1,
43181             .ascii = 1,
43182             .ready = 1,
43183         },
43184     },
43185     ._data = "_fill_cache",
43186 };
43187 static
43188     struct {
43189         PyGC_Head _gc_head;
43190         struct {
43191             PyObject_VAR_HEAD
43192             PyObject *ob_item[23];
43193         }_object;
43194     }
43195 importlib__bootstrap_external_toplevel_consts_73_consts_7_names = {
43196     ._object = {
43197         .ob_base = {
43198             .ob_base = {
43199                 .ob_refcnt = 999999999,
43200                 .ob_type = &PyTuple_Type,
43201             },
43202             .ob_size = 23,
43203         },
43204         .ob_item = {
43205             & const_str_rpartition._ascii.ob_base,
43206             & const_str__path_stat._ascii.ob_base,
43207             &_Py_ID(path),
43208             & const_str__os._ascii.ob_base,
43209             & const_str_getcwd._ascii.ob_base,
43210             & const_str_st_mtime._ascii.ob_base,
43211             & const_str_OSError._ascii.ob_base,
43212             & const_str__path_mtime._ascii.ob_base,
43213             & const_str__fill_cache._ascii.ob_base,
43214             & const_str__relax_case._ascii.ob_base,
43215             & const_str__relaxed_path_cache._ascii.ob_base,
43216             & const_str_lower._ascii.ob_base,
43217             & const_str__path_cache._ascii.ob_base,
43218             & const_str__path_join._ascii.ob_base,
43219             & const_str__loaders._ascii.ob_base,
43220             & const_str__path_isfile._ascii.ob_base,
43221             & const_str__get_spec._ascii.ob_base,
43222             & const_str__path_isdir._ascii.ob_base,
43223             & const_str_ValueError._ascii.ob_base,
43224             &_Py_ID(_bootstrap),
43225             & const_str__verbose_message._ascii.ob_base,
43226             & const_str_ModuleSpec._ascii.ob_base,
43227             & const_str_submodule_search_locations._ascii.ob_base,
43228         },
43229     },
43230 };
43231 static
43232     struct {
43233         PyASCIIObject _ascii;
43234         uint8_t _data[21];
43235     }
43236 importlib__bootstrap_external_toplevel_consts_73_consts_7_qualname = {
43237     ._ascii = {
43238         .ob_base = {
43239             .ob_refcnt = 999999999,
43240             .ob_type = &PyUnicode_Type,
43241         },
43242         .length = 20,
43243         .hash = -1,
43244         .state = {
43245             .kind = 1,
43246             .compact = 1,
43247             .ascii = 1,
43248             .ready = 1,
43249         },
43250     },
43251     ._data = "FileFinder.find_spec",
43252 };
43253 static
43254     struct {
43255         PyObject_VAR_HEAD
43256         Py_hash_t ob_shash;
43257         char ob_sval[608];
43258     }
43259 importlib__bootstrap_external_toplevel_consts_73_consts_7_linetable = {
43260     .ob_base = {
43261         .ob_base = {
43262             .ob_refcnt = 999999999,
43263             .ob_type = &PyBytes_Type,
43264         },
43265         .ob_size = 607,
43266     },
43267     .ob_shash = -1,
43268     .ob_sval = "\x80\x00\xf0\x0a\x00\x18\x1d\x88\x0c\xd8\x16\x1e\xd7\x16\x29\xd2\x16\x29\xa8\x23\xd1\x16\x2e\xd4\x16\x2e\xa8\x71\xd4\x16\x31\x88\x0b\xf0\x02\x03\x09\x17\xdd\x14\x1e\x98\x74\x9c\x79\xd0\x1f\x38\xad\x43\xac\x4a\xa9\x4c\xac\x4c\xd1\x14\x39\xd4\x14\x39\xd4\x14\x42\x88\x45\x88\x45\xf8\xdd\x0f\x16\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\xe0\x0b\x10\x90\x44\xd4\x14\x24\xd2\x0b\x24\xd0\x0b\x24\xd8\x0c\x10\xd7\x0c\x1c\xd2\x0c\x1c\xd1\x0c\x1e\xd4\x0c\x1e\xd0\x0c\x1e\xd8\x1f\x24\x88\x44\xd4\x0c\x1c\xe5\x0b\x16\x89\x3d\x8c\x3d\xf0\x00\x05\x09\x27\xd8\x14\x18\xd4\x14\x2c\x88\x45\xd8\x1b\x26\xd7\x1b\x2c\xd2\x1b\x2c\xd1\x1b\x2e\xd4\x1b\x2e\x88\x4c\x88\x4c\xe0\x14\x18\xd4\x14\x24\x88\x45\xd8\x1b\x26\x88\x4c\xe0\x0b\x17\x98\x35\xd0\x0b\x20\xd0\x0b\x20\xdd\x18\x22\xa0\x34\xa4\x39\xa8\x6b\xd1\x18\x3a\xd4\x18\x3a\x88\x49\xd8\x28\x2c\xac\x0d\xf0\x00\x08\x0d\x36\xf0\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\xd1\x1c\x40\xd4\x1c\x40\x90\x09\xdd\x13\x1f\xa0\x09\xd1\x13\x2a\xd4\x13\x2a\xf0\x00\x01\x11\x62\x01\xd8\x1b\x1f\x9f\x3e\x9a\x3e\xa8\x2c\xb8\x08\xc0\x29\xc8\x69\xc8\x5b\xd0\x5a\x60\xd1\x1b\x61\xd4\x1b\x61\xd0\x14\x61\xd0\x14\x61\xd0\x14\x61\xf0\x03\x01\x11\x62\x01\xf5\x0a\x00\x20\x2b\xa8\x39\xd1\x1f\x35\xd4\x1f\x35\x90\x0c\xe0\x24\x28\xa4\x4d\xf0\x00\x09\x09\x38\xf0\x00\x09\x09\x38\xd1\x0c\x20\x88\x46\x90\x4c\xf0\x02\x03\x0d\x1c\xdd\x1c\x26\xa0\x74\xa4\x79\xb0\x2b\xc0\x06\xd1\x32\x46\xd1\x1c\x47\xd4\x1c\x47\x90\x09\x90\x09\xf8\xdd\x13\x1d\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\xe5\x0c\x16\xd7\x0c\x27\xd2\x0c\x27\xa8\x0b\xb0\x59\xc8\x21\xd0\x0c\x27\xd1\x0c\x4c\xd4\x0c\x4c\xd0\x0c\x4c\xd8\x0f\x1b\x98\x66\xd1\x0f\x24\xa8\x05\xd0\x0f\x2d\xd0\x0f\x2d\xdd\x13\x1f\xa0\x09\xd1\x13\x2a\xd4\x13\x2a\xf0\x00\x02\x11\x38\xd8\x1b\x1f\x9f\x3e\x9a\x3e\xa8\x2c\xb8\x08\xc0\x29\xd8\x2a\x2e\xb0\x06\xf1\x03\x01\x1c\x38\xf4\x00\x01\x1c\x38\xf0\x00\x01\x15\x38\xf0\x00\x01\x15\x38\xf0\x00\x01\x15\x38\xf8\xe0\x0b\x17\xf0\x00\x04\x09\x18\xdd\x0c\x16\xd7\x0c\x27\xd2\x0c\x27\xd0\x28\x43\xc0\x59\xd1\x0c\x4f\xd4\x0c\x4f\xd0\x0c\x4f\xdd\x13\x1d\xd7\x13\x28\xd2\x13\x28\xa8\x18\xb0\x34\xd1\x13\x38\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",
43269 };
43270 static
43271     struct {
43272         PyObject_VAR_HEAD
43273         Py_hash_t ob_shash;
43274         char ob_sval[36];
43275     }
43276 importlib__bootstrap_external_toplevel_consts_73_consts_7_exceptiontable = {
43277     .ob_base = {
43278         .ob_base = {
43279             .ob_refcnt = 999999999,
43280             .ob_type = &PyBytes_Type,
43281         },
43282         .ob_size = 35,
43283     },
43284     .ob_shash = -1,
43285     .ob_sval = "\x9f\x2c\x41\x0c\x00\xc1\x0c\x0c\x41\x1b\x03\xc1\x1a\x01\x41\x1b\x03\xc4\x39\x18\x45\x12\x02\xc5\x12\x0a\x45\x21\x05\xc5\x20\x01\x45\x21\x05",
43286 };
43287 static
43288     struct {
43289         PyASCIIObject _ascii;
43290         uint8_t _data[13];
43291     }
43292 const_str_is_namespace = {
43293     ._ascii = {
43294         .ob_base = {
43295             .ob_refcnt = 999999999,
43296             .ob_type = &PyUnicode_Type,
43297         },
43298         .length = 12,
43299         .hash = -1,
43300         .state = {
43301             .kind = 1,
43302             .compact = 1,
43303             .ascii = 1,
43304             .ready = 1,
43305         },
43306     },
43307     ._data = "is_namespace",
43308 };
43309 static
43310     struct {
43311         PyASCIIObject _ascii;
43312         uint8_t _data[12];
43313     }
43314 const_str_tail_module = {
43315     ._ascii = {
43316         .ob_base = {
43317             .ob_refcnt = 999999999,
43318             .ob_type = &PyUnicode_Type,
43319         },
43320         .length = 11,
43321         .hash = -1,
43322         .state = {
43323             .kind = 1,
43324             .compact = 1,
43325             .ascii = 1,
43326             .ready = 1,
43327         },
43328     },
43329     ._data = "tail_module",
43330 };
43331 static
43332     struct {
43333         PyASCIIObject _ascii;
43334         uint8_t _data[6];
43335     }
43336 const_str_cache = {
43337     ._ascii = {
43338         .ob_base = {
43339             .ob_refcnt = 999999999,
43340             .ob_type = &PyUnicode_Type,
43341         },
43342         .length = 5,
43343         .hash = -1,
43344         .state = {
43345             .kind = 1,
43346             .compact = 1,
43347             .ascii = 1,
43348             .ready = 1,
43349         },
43350     },
43351     ._data = "cache",
43352 };
43353 static
43354     struct {
43355         PyASCIIObject _ascii;
43356         uint8_t _data[13];
43357     }
43358 const_str_cache_module = {
43359     ._ascii = {
43360         .ob_base = {
43361             .ob_refcnt = 999999999,
43362             .ob_type = &PyUnicode_Type,
43363         },
43364         .length = 12,
43365         .hash = -1,
43366         .state = {
43367             .kind = 1,
43368             .compact = 1,
43369             .ascii = 1,
43370             .ready = 1,
43371         },
43372     },
43373     ._data = "cache_module",
43374 };
43375 static
43376     struct {
43377         PyASCIIObject _ascii;
43378         uint8_t _data[10];
43379     }
43380 const_str_base_path = {
43381     ._ascii = {
43382         .ob_base = {
43383             .ob_refcnt = 999999999,
43384             .ob_type = &PyUnicode_Type,
43385         },
43386         .length = 9,
43387         .hash = -1,
43388         .state = {
43389             .kind = 1,
43390             .compact = 1,
43391             .ascii = 1,
43392             .ready = 1,
43393         },
43394     },
43395     ._data = "base_path",
43396 };
43397 static
43398     struct {
43399         PyASCIIObject _ascii;
43400         uint8_t _data[14];
43401     }
43402 const_str_init_filename = {
43403     ._ascii = {
43404         .ob_base = {
43405             .ob_refcnt = 999999999,
43406             .ob_type = &PyUnicode_Type,
43407         },
43408         .length = 13,
43409         .hash = -1,
43410         .state = {
43411             .kind = 1,
43412             .compact = 1,
43413             .ascii = 1,
43414             .ready = 1,
43415         },
43416     },
43417     ._data = "init_filename",
43418 };
43419 static
43420     struct {
43421         PyASCIIObject _ascii;
43422         uint8_t _data[10];
43423     }
43424 const_str_full_path = {
43425     ._ascii = {
43426         .ob_base = {
43427             .ob_refcnt = 999999999,
43428             .ob_type = &PyUnicode_Type,
43429         },
43430         .length = 9,
43431         .hash = -1,
43432         .state = {
43433             .kind = 1,
43434             .compact = 1,
43435             .ascii = 1,
43436             .ready = 1,
43437         },
43438     },
43439     ._data = "full_path",
43440 };
43441 static
43442     struct {
43443         PyGC_Head _gc_head;
43444         struct {
43445             PyObject_VAR_HEAD
43446             PyObject *ob_item[14];
43447         }_object;
43448     }
43449 importlib__bootstrap_external_toplevel_consts_73_consts_7_localsplusnames = {
43450     ._object = {
43451         .ob_base = {
43452             .ob_base = {
43453                 .ob_refcnt = 999999999,
43454                 .ob_type = &PyTuple_Type,
43455             },
43456             .ob_size = 14,
43457         },
43458         .ob_item = {
43459             & const_str_self._ascii.ob_base,
43460             & const_str_fullname._ascii.ob_base,
43461             & const_str_target._ascii.ob_base,
43462             & const_str_is_namespace._ascii.ob_base,
43463             & const_str_tail_module._ascii.ob_base,
43464             & const_str_mtime._ascii.ob_base,
43465             & const_str_cache._ascii.ob_base,
43466             & const_str_cache_module._ascii.ob_base,
43467             & const_str_base_path._ascii.ob_base,
43468             & const_str_suffix._ascii.ob_base,
43469             & const_str_loader_class._ascii.ob_base,
43470             & const_str_init_filename._ascii.ob_base,
43471             & const_str_full_path._ascii.ob_base,
43472             & const_str_spec._ascii.ob_base,
43473         },
43474     },
43475 };
43476 static
43477     struct {
43478         PyObject_VAR_HEAD
43479         Py_hash_t ob_shash;
43480         char ob_sval[15];
43481     }
43482 importlib__bootstrap_external_toplevel_consts_73_consts_7_localspluskinds = {
43483     .ob_base = {
43484         .ob_base = {
43485             .ob_refcnt = 999999999,
43486             .ob_type = &PyBytes_Type,
43487         },
43488         .ob_size = 14,
43489     },
43490     .ob_shash = -1,
43491     .ob_sval = "              ",
43492 };
43493 static
43494     struct _PyCode_DEF(1006)
43495 importlib__bootstrap_external_toplevel_consts_73_consts_7 = {
43496     .ob_base = {
43497         .ob_base = {
43498             .ob_refcnt = 999999999,
43499             .ob_type = &PyCode_Type,
43500         },
43501         .ob_size = 503,
43502     },
43503     .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts_7_consts._object.ob_base.ob_base,
43504     .co_names = & importlib__bootstrap_external_toplevel_consts_73_consts_7_names._object.ob_base.ob_base,
43505     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_73_consts_7_exceptiontable.ob_base.ob_base,
43506     .co_flags = 3,
43507     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
43508     ._co_linearray_entry_size = 0,
43509     .co_argcount = 3,
43510     .co_posonlyargcount = 0,
43511     .co_kwonlyargcount = 0,
43512     .co_stacksize = 8,
43513     .co_firstlineno = 1604,
43514     .co_nlocalsplus = 14,
43515     .co_nlocals = 14,
43516     .co_nplaincellvars = 0,
43517     .co_ncellvars = 0,
43518     .co_nfreevars = 0,
43519     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_73_consts_7_localsplusnames._object.ob_base.ob_base,
43520     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_73_consts_7_localspluskinds.ob_base.ob_base,
43521     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
43522     .co_name = & const_str_find_spec._ascii.ob_base,
43523     .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_7_qualname._ascii.ob_base,
43524     .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_7_linetable.ob_base.ob_base,
43525     ._co_code = NULL,
43526     ._co_linearray = NULL,
43527     .co_code_adaptive = "\x97\x00\x64\x01\x7d\x03\x7c\x01\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xa6\x01\x00\x00\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\x02\x00\x00\x00\x00\x00\x00\x00\x00\x70\x12\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x6e\x12\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x64\x04\x7d\x05\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x05\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x1b\x7c\x00\xa0\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1c\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x04\xa0\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x6e\x09\x7c\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x04\x7d\x07\x7c\x07\x7c\x06\x76\x00\x72\x71\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x45\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\xa6\x02\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1c\x7c\x00\xa0\x10\x00\x00\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\xa6\x05\x00\x00\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x01\x00\x53\x00\x8c\x46\x74\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x7f\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\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x09\x7a\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x6e\x12\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\x74\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x14\x00\x00\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x07\x7c\x09\x7a\x00\x00\x00\x7c\x06\x76\x00\x72\x2a\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0c\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1b\x7c\x00\xa0\x10\x00\x00\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\xa6\x05\x00\x00\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x01\x00\x53\x00\x8c\x80\x7c\x03\x72\x40\x74\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\x7c\x08\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x06\xa6\x02\x00\x00\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",
43528     ._co_firsttraceable = 0,
43529 };
43530 static
43531     struct {
43532         PyASCIIObject _ascii;
43533         uint8_t _data[69];
43534     }
43535 importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_0 = {
43536     ._ascii = {
43537         .ob_base = {
43538             .ob_refcnt = 999999999,
43539             .ob_type = &PyUnicode_Type,
43540         },
43541         .length = 68,
43542         .hash = -1,
43543         .state = {
43544             .kind = 1,
43545             .compact = 1,
43546             .ascii = 1,
43547             .ready = 1,
43548         },
43549     },
43550     ._data = "Fill the cache of potential modules and packages for this directory.",
43551 };
43552 static
43553     struct {
43554         PyGC_Head _gc_head;
43555         struct {
43556             PyObject_VAR_HEAD
43557             PyObject *ob_item[1];
43558         }_object;
43559     }
43560 importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4_names = {
43561     ._object = {
43562         .ob_base = {
43563             .ob_base = {
43564                 .ob_refcnt = 999999999,
43565                 .ob_type = &PyTuple_Type,
43566             },
43567             .ob_size = 1,
43568         },
43569         .ob_item = {
43570             & const_str_lower._ascii.ob_base,
43571         },
43572     },
43573 };
43574 static
43575     struct {
43576         PyASCIIObject _ascii;
43577         uint8_t _data[42];
43578     }
43579 importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4_qualname = {
43580     ._ascii = {
43581         .ob_base = {
43582             .ob_refcnt = 999999999,
43583             .ob_type = &PyUnicode_Type,
43584         },
43585         .length = 41,
43586         .hash = -1,
43587         .state = {
43588             .kind = 1,
43589             .compact = 1,
43590             .ascii = 1,
43591             .ready = 1,
43592         },
43593     },
43594     ._data = "FileFinder._fill_cache.<locals>.<setcomp>",
43595 };
43596 static
43597     struct {
43598         PyObject_VAR_HEAD
43599         Py_hash_t ob_shash;
43600         char ob_sval[33];
43601     }
43602 importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4_linetable = {
43603     .ob_base = {
43604         .ob_base = {
43605             .ob_refcnt = 999999999,
43606             .ob_type = &PyBytes_Type,
43607         },
43608         .ob_size = 32,
43609     },
43610     .ob_shash = -1,
43611     .ob_sval = "\x80\x00\xd0\x27\x46\xd0\x27\x46\xd0\x27\x46\xb0\x72\xa8\x02\xaf\x08\xaa\x08\xa9\x0a\xac\x0a\xd0\x27\x46\xd0\x27\x46\xd0\x27\x46",
43612 };
43613 static
43614     struct {
43615         PyASCIIObject _ascii;
43616         uint8_t _data[3];
43617     }
43618 const_str_fn = {
43619     ._ascii = {
43620         .ob_base = {
43621             .ob_refcnt = 999999999,
43622             .ob_type = &PyUnicode_Type,
43623         },
43624         .length = 2,
43625         .hash = -1,
43626         .state = {
43627             .kind = 1,
43628             .compact = 1,
43629             .ascii = 1,
43630             .ready = 1,
43631         },
43632     },
43633     ._data = "fn",
43634 };
43635 static
43636     struct {
43637         PyGC_Head _gc_head;
43638         struct {
43639             PyObject_VAR_HEAD
43640             PyObject *ob_item[2];
43641         }_object;
43642     }
43643 importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4_localsplusnames = {
43644     ._object = {
43645         .ob_base = {
43646             .ob_base = {
43647                 .ob_refcnt = 999999999,
43648                 .ob_type = &PyTuple_Type,
43649             },
43650             .ob_size = 2,
43651         },
43652         .ob_item = {
43653             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
43654             & const_str_fn._ascii.ob_base,
43655         },
43656     },
43657 };
43658 static
43659     struct _PyCode_DEF(54)
43660 importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4 = {
43661     .ob_base = {
43662         .ob_base = {
43663             .ob_refcnt = 999999999,
43664             .ob_type = &PyCode_Type,
43665         },
43666         .ob_size = 27,
43667     },
43668     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
43669     .co_names = & importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4_names._object.ob_base.ob_base,
43670     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
43671     .co_flags = 19,
43672     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
43673     ._co_linearray_entry_size = 0,
43674     .co_argcount = 1,
43675     .co_posonlyargcount = 0,
43676     .co_kwonlyargcount = 0,
43677     .co_stacksize = 4,
43678     .co_firstlineno = 1684,
43679     .co_nlocalsplus = 2,
43680     .co_nlocals = 2,
43681     .co_nplaincellvars = 0,
43682     .co_ncellvars = 0,
43683     .co_nfreevars = 0,
43684     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4_localsplusnames._object.ob_base.ob_base,
43685     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
43686     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
43687     .co_name = &_Py_STR(anon_setcomp),
43688     .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4_qualname._ascii.ob_base,
43689     .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4_linetable.ob_base.ob_base,
43690     ._co_code = NULL,
43691     ._co_linearray = NULL,
43692     .co_code_adaptive = "\x97\x00\x68\x00\x7c\x00\x5d\x16\x7d\x01\x7c\x01\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x92\x02\x8c\x17\x53\x00",
43693     ._co_firsttraceable = 0,
43694 };
43695 static
43696     struct {
43697         PyGC_Head _gc_head;
43698         struct {
43699             PyObject_VAR_HEAD
43700             PyObject *ob_item[6];
43701         }_object;
43702     }
43703 importlib__bootstrap_external_toplevel_consts_73_consts_8_consts = {
43704     ._object = {
43705         .ob_base = {
43706             .ob_base = {
43707                 .ob_refcnt = 999999999,
43708                 .ob_type = &PyTuple_Type,
43709             },
43710             .ob_size = 6,
43711         },
43712         .ob_item = {
43713             & importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_0._ascii.ob_base,
43714             & const_str_win._ascii.ob_base,
43715             &_Py_STR(dot),
43716             & importlib__bootstrap_toplevel_consts_43_consts_5._ascii.ob_base,
43717             & importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4.ob_base.ob_base,
43718             Py_None,
43719         },
43720     },
43721 };
43722 static
43723     struct {
43724         PyASCIIObject _ascii;
43725         uint8_t _data[8];
43726     }
43727 const_str_listdir = {
43728     ._ascii = {
43729         .ob_base = {
43730             .ob_refcnt = 999999999,
43731             .ob_type = &PyUnicode_Type,
43732         },
43733         .length = 7,
43734         .hash = -1,
43735         .state = {
43736             .kind = 1,
43737             .compact = 1,
43738             .ascii = 1,
43739             .ready = 1,
43740         },
43741     },
43742     ._data = "listdir",
43743 };
43744 static
43745     struct {
43746         PyASCIIObject _ascii;
43747         uint8_t _data[16];
43748     }
43749 const_str_PermissionError = {
43750     ._ascii = {
43751         .ob_base = {
43752             .ob_refcnt = 999999999,
43753             .ob_type = &PyUnicode_Type,
43754         },
43755         .length = 15,
43756         .hash = -1,
43757         .state = {
43758             .kind = 1,
43759             .compact = 1,
43760             .ascii = 1,
43761             .ready = 1,
43762         },
43763     },
43764     ._data = "PermissionError",
43765 };
43766 static
43767     struct {
43768         PyASCIIObject _ascii;
43769         uint8_t _data[19];
43770     }
43771 const_str_NotADirectoryError = {
43772     ._ascii = {
43773         .ob_base = {
43774             .ob_refcnt = 999999999,
43775             .ob_type = &PyUnicode_Type,
43776         },
43777         .length = 18,
43778         .hash = -1,
43779         .state = {
43780             .kind = 1,
43781             .compact = 1,
43782             .ascii = 1,
43783             .ready = 1,
43784         },
43785     },
43786     ._data = "NotADirectoryError",
43787 };
43788 static
43789     struct {
43790         PyGC_Head _gc_head;
43791         struct {
43792             PyObject_VAR_HEAD
43793             PyObject *ob_item[18];
43794         }_object;
43795     }
43796 importlib__bootstrap_external_toplevel_consts_73_consts_8_names = {
43797     ._object = {
43798         .ob_base = {
43799             .ob_base = {
43800                 .ob_refcnt = 999999999,
43801                 .ob_type = &PyTuple_Type,
43802             },
43803             .ob_size = 18,
43804         },
43805         .ob_item = {
43806             &_Py_ID(path),
43807             & const_str__os._ascii.ob_base,
43808             & const_str_listdir._ascii.ob_base,
43809             & const_str_getcwd._ascii.ob_base,
43810             & const_str_FileNotFoundError._ascii.ob_base,
43811             & const_str_PermissionError._ascii.ob_base,
43812             & const_str_NotADirectoryError._ascii.ob_base,
43813             & const_str_sys._ascii.ob_base,
43814             & const_str_platform._ascii.ob_base,
43815             & const_str_startswith._ascii.ob_base,
43816             & const_str_set._ascii.ob_base,
43817             & const_str__path_cache._ascii.ob_base,
43818             & const_str_partition._ascii.ob_base,
43819             & const_str_format._ascii.ob_base,
43820             & const_str_lower._ascii.ob_base,
43821             &_Py_ID(add),
43822             & const_str__CASE_INSENSITIVE_PLATFORMS._ascii.ob_base,
43823             & const_str__relaxed_path_cache._ascii.ob_base,
43824         },
43825     },
43826 };
43827 static
43828     struct {
43829         PyASCIIObject _ascii;
43830         uint8_t _data[23];
43831     }
43832 importlib__bootstrap_external_toplevel_consts_73_consts_8_qualname = {
43833     ._ascii = {
43834         .ob_base = {
43835             .ob_refcnt = 999999999,
43836             .ob_type = &PyUnicode_Type,
43837         },
43838         .length = 22,
43839         .hash = -1,
43840         .state = {
43841             .kind = 1,
43842             .compact = 1,
43843             .ascii = 1,
43844             .ready = 1,
43845         },
43846     },
43847     ._data = "FileFinder._fill_cache",
43848 };
43849 static
43850     struct {
43851         PyObject_VAR_HEAD
43852         Py_hash_t ob_shash;
43853         char ob_sval[322];
43854     }
43855 importlib__bootstrap_external_toplevel_consts_73_consts_8_linetable = {
43856     .ob_base = {
43857         .ob_base = {
43858             .ob_refcnt = 999999999,
43859             .ob_type = &PyBytes_Type,
43860         },
43861         .ob_size = 321,
43862     },
43863     .ob_shash = -1,
43864     .ob_sval = "\x80\x00\xe0\x0f\x13\x8c\x79\x88\x04\xf0\x02\x05\x09\x1a\xdd\x17\x1a\x94\x7b\xa0\x34\xd0\x23\x37\xad\x33\xac\x3a\xa9\x3c\xac\x3c\xd1\x17\x38\xd4\x17\x38\x88\x48\x88\x48\xf8\xdd\x10\x21\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\xf5\x0c\x00\x10\x13\x8c\x7c\xd7\x0f\x26\xd2\x0f\x26\xa0\x75\xd1\x0f\x2d\xd4\x0f\x2d\xf0\x00\x10\x09\x35\xdd\x1f\x22\xa0\x38\x99\x7d\x9c\x7d\x88\x44\xd4\x0c\x1c\xd0\x0c\x1c\xf5\x0e\x00\x25\x28\xa1\x45\xa4\x45\xd0\x0c\x21\xd8\x18\x20\xf0\x00\x06\x0d\x34\xf0\x00\x06\x0d\x34\x90\x04\xd8\x24\x28\xa7\x4e\xa2\x4e\xb0\x33\xd1\x24\x37\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\x9a\x7e\xa8\x64\xb0\x46\xb7\x4c\xb2\x4c\xb1\x4e\xb4\x4e\xd1\x1f\x43\xd4\x1f\x43\x90\x48\x90\x48\xe0\x1f\x23\x90\x48\xd8\x10\x25\xd7\x10\x29\xd2\x10\x29\xa8\x28\xd1\x10\x33\xd4\x10\x33\xd0\x10\x33\xd0\x10\x33\xd8\x1f\x34\x88\x44\xd4\x0c\x1c\xdd\x0b\x0e\x8c\x3c\xd7\x0b\x22\xd2\x0b\x22\xd5\x23\x3e\xd1\x0b\x3f\xd4\x0b\x3f\xf0\x00\x01\x09\x47\x01\xd8\x27\x46\xd0\x27\x46\xb8\x58\xd0\x27\x46\xd1\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",
43865 };
43866 static
43867     struct {
43868         PyObject_VAR_HEAD
43869         Py_hash_t ob_shash;
43870         char ob_sval[16];
43871     }
43872 importlib__bootstrap_external_toplevel_consts_73_consts_8_exceptiontable = {
43873     .ob_base = {
43874         .ob_base = {
43875             .ob_refcnt = 999999999,
43876             .ob_type = &PyBytes_Type,
43877         },
43878         .ob_size = 15,
43879     },
43880     .ob_shash = -1,
43881     .ob_sval = "\x89\x27\x31\x00\xb1\x19\x41\x0d\x03\xc1\x0c\x01\x41\x0d\x03",
43882 };
43883 static
43884     struct {
43885         PyASCIIObject _ascii;
43886         uint8_t _data[9];
43887     }
43888 const_str_contents = {
43889     ._ascii = {
43890         .ob_base = {
43891             .ob_refcnt = 999999999,
43892             .ob_type = &PyUnicode_Type,
43893         },
43894         .length = 8,
43895         .hash = -1,
43896         .state = {
43897             .kind = 1,
43898             .compact = 1,
43899             .ascii = 1,
43900             .ready = 1,
43901         },
43902     },
43903     ._data = "contents",
43904 };
43905 static
43906     struct {
43907         PyASCIIObject _ascii;
43908         uint8_t _data[22];
43909     }
43910 const_str_lower_suffix_contents = {
43911     ._ascii = {
43912         .ob_base = {
43913             .ob_refcnt = 999999999,
43914             .ob_type = &PyUnicode_Type,
43915         },
43916         .length = 21,
43917         .hash = -1,
43918         .state = {
43919             .kind = 1,
43920             .compact = 1,
43921             .ascii = 1,
43922             .ready = 1,
43923         },
43924     },
43925     ._data = "lower_suffix_contents",
43926 };
43927 static
43928     struct {
43929         PyASCIIObject _ascii;
43930         uint8_t _data[9];
43931     }
43932 const_str_new_name = {
43933     ._ascii = {
43934         .ob_base = {
43935             .ob_refcnt = 999999999,
43936             .ob_type = &PyUnicode_Type,
43937         },
43938         .length = 8,
43939         .hash = -1,
43940         .state = {
43941             .kind = 1,
43942             .compact = 1,
43943             .ascii = 1,
43944             .ready = 1,
43945         },
43946     },
43947     ._data = "new_name",
43948 };
43949 static
43950     struct {
43951         PyGC_Head _gc_head;
43952         struct {
43953             PyObject_VAR_HEAD
43954             PyObject *ob_item[9];
43955         }_object;
43956     }
43957 importlib__bootstrap_external_toplevel_consts_73_consts_8_localsplusnames = {
43958     ._object = {
43959         .ob_base = {
43960             .ob_base = {
43961                 .ob_refcnt = 999999999,
43962                 .ob_type = &PyTuple_Type,
43963             },
43964             .ob_size = 9,
43965         },
43966         .ob_item = {
43967             & const_str_self._ascii.ob_base,
43968             &_Py_ID(path),
43969             & const_str_contents._ascii.ob_base,
43970             & const_str_lower_suffix_contents._ascii.ob_base,
43971             & const_str_item._ascii.ob_base,
43972             &_Py_ID(name),
43973             & const_str_dot._ascii.ob_base,
43974             & const_str_suffix._ascii.ob_base,
43975             & const_str_new_name._ascii.ob_base,
43976         },
43977     },
43978 };
43979 static
43980     struct _PyCode_DEF(612)
43981 importlib__bootstrap_external_toplevel_consts_73_consts_8 = {
43982     .ob_base = {
43983         .ob_base = {
43984             .ob_refcnt = 999999999,
43985             .ob_type = &PyCode_Type,
43986         },
43987         .ob_size = 306,
43988     },
43989     .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts_8_consts._object.ob_base.ob_base,
43990     .co_names = & importlib__bootstrap_external_toplevel_consts_73_consts_8_names._object.ob_base.ob_base,
43991     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_73_consts_8_exceptiontable.ob_base.ob_base,
43992     .co_flags = 3,
43993     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
43994     ._co_linearray_entry_size = 0,
43995     .co_argcount = 1,
43996     .co_posonlyargcount = 0,
43997     .co_kwonlyargcount = 0,
43998     .co_stacksize = 6,
43999     .co_firstlineno = 1655,
44000     .co_nlocalsplus = 9,
44001     .co_nlocals = 9,
44002     .co_nplaincellvars = 0,
44003     .co_ncellvars = 0,
44004     .co_nfreevars = 0,
44005     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_73_consts_8_localsplusnames._object.ob_base.ob_base,
44006     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
44007     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
44008     .co_name = & const_str__fill_cache._ascii.ob_base,
44009     .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_8_qualname._ascii.ob_base,
44010     .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_8_linetable.ob_base.ob_base,
44011     ._co_code = NULL,
44012     ._co_linearray = NULL,
44013     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\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\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x70\x12\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x6e\x1f\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\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x15\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x75\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x02\x44\x00\x5d\x5d\x7d\x04\x7c\x04\xa0\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x05\x7d\x06\x7d\x07\x7c\x06\x72\x29\x64\x03\xa0\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x07\xa0\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x6e\x02\x7c\x05\x7d\x08\x7c\x03\xa0\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x5e\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\x08\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x09\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x13\x64\x04\x84\x00\x7c\x02\x44\x00\xa6\x00\x00\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",
44014     ._co_firsttraceable = 0,
44015 };
44016 static
44017     struct {
44018         PyASCIIObject _ascii;
44019         uint8_t _data[277];
44020     }
44021 importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_0 = {
44022     ._ascii = {
44023         .ob_base = {
44024             .ob_refcnt = 999999999,
44025             .ob_type = &PyUnicode_Type,
44026         },
44027         .length = 276,
44028         .hash = -1,
44029         .state = {
44030             .kind = 1,
44031             .compact = 1,
44032             .ascii = 1,
44033             .ready = 1,
44034         },
44035     },
44036     ._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",
44037 };
44038 static
44039     struct {
44040         PyASCIIObject _ascii;
44041         uint8_t _data[46];
44042     }
44043 importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_consts_0 = {
44044     ._ascii = {
44045         .ob_base = {
44046             .ob_refcnt = 999999999,
44047             .ob_type = &PyUnicode_Type,
44048         },
44049         .length = 45,
44050         .hash = -1,
44051         .state = {
44052             .kind = 1,
44053             .compact = 1,
44054             .ascii = 1,
44055             .ready = 1,
44056         },
44057     },
44058     ._data = "Path hook for importlib.machinery.FileFinder.",
44059 };
44060 static
44061     struct {
44062         PyASCIIObject _ascii;
44063         uint8_t _data[31];
44064     }
44065 importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_consts_1 = {
44066     ._ascii = {
44067         .ob_base = {
44068             .ob_refcnt = 999999999,
44069             .ob_type = &PyUnicode_Type,
44070         },
44071         .length = 30,
44072         .hash = -1,
44073         .state = {
44074             .kind = 1,
44075             .compact = 1,
44076             .ascii = 1,
44077             .ready = 1,
44078         },
44079     },
44080     ._data = "only directories are supported",
44081 };
44082 static
44083     struct {
44084         PyGC_Head _gc_head;
44085         struct {
44086             PyObject_VAR_HEAD
44087             PyObject *ob_item[3];
44088         }_object;
44089     }
44090 importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_consts = {
44091     ._object = {
44092         .ob_base = {
44093             .ob_base = {
44094                 .ob_refcnt = 999999999,
44095                 .ob_type = &PyTuple_Type,
44096             },
44097             .ob_size = 3,
44098         },
44099         .ob_item = {
44100             & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_consts_0._ascii.ob_base,
44101             & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_consts_1._ascii.ob_base,
44102             & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
44103         },
44104     },
44105 };
44106 static
44107     struct {
44108         PyGC_Head _gc_head;
44109         struct {
44110             PyObject_VAR_HEAD
44111             PyObject *ob_item[2];
44112         }_object;
44113     }
44114 importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_names = {
44115     ._object = {
44116         .ob_base = {
44117             .ob_base = {
44118                 .ob_refcnt = 999999999,
44119                 .ob_type = &PyTuple_Type,
44120             },
44121             .ob_size = 2,
44122         },
44123         .ob_item = {
44124             & const_str__path_isdir._ascii.ob_base,
44125             & const_str_ImportError._ascii.ob_base,
44126         },
44127     },
44128 };
44129 static
44130     struct {
44131         PyASCIIObject _ascii;
44132         uint8_t _data[25];
44133     }
44134 const_str_path_hook_for_FileFinder = {
44135     ._ascii = {
44136         .ob_base = {
44137             .ob_refcnt = 999999999,
44138             .ob_type = &PyUnicode_Type,
44139         },
44140         .length = 24,
44141         .hash = -1,
44142         .state = {
44143             .kind = 1,
44144             .compact = 1,
44145             .ascii = 1,
44146             .ready = 1,
44147         },
44148     },
44149     ._data = "path_hook_for_FileFinder",
44150 };
44151 static
44152     struct {
44153         PyASCIIObject _ascii;
44154         uint8_t _data[55];
44155     }
44156 importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_qualname = {
44157     ._ascii = {
44158         .ob_base = {
44159             .ob_refcnt = 999999999,
44160             .ob_type = &PyUnicode_Type,
44161         },
44162         .length = 54,
44163         .hash = -1,
44164         .state = {
44165             .kind = 1,
44166             .compact = 1,
44167             .ascii = 1,
44168             .ready = 1,
44169         },
44170     },
44171     ._data = "FileFinder.path_hook.<locals>.path_hook_for_FileFinder",
44172 };
44173 static
44174     struct {
44175         PyObject_VAR_HEAD
44176         Py_hash_t ob_shash;
44177         char ob_sval[65];
44178     }
44179 importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_linetable = {
44180     .ob_base = {
44181         .ob_base = {
44182             .ob_refcnt = 999999999,
44183             .ob_type = &PyBytes_Type,
44184         },
44185         .ob_size = 64,
44186     },
44187     .ob_shash = -1,
44188     .ob_sval = "\xf8\x80\x00\xe5\x13\x1e\x98\x74\xd1\x13\x24\xd4\x13\x24\xf0\x00\x01\x0d\x4f\x01\xdd\x16\x21\xd0\x22\x42\xc8\x14\xd0\x16\x4e\xd1\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",
44189 };
44190 static
44191     struct {
44192         PyGC_Head _gc_head;
44193         struct {
44194             PyObject_VAR_HEAD
44195             PyObject *ob_item[3];
44196         }_object;
44197     }
44198 importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_localsplusnames = {
44199     ._object = {
44200         .ob_base = {
44201             .ob_base = {
44202                 .ob_refcnt = 999999999,
44203                 .ob_type = &PyTuple_Type,
44204             },
44205             .ob_size = 3,
44206         },
44207         .ob_item = {
44208             &_Py_ID(path),
44209             & const_str_cls._ascii.ob_base,
44210             & const_str_loader_details._ascii.ob_base,
44211         },
44212     },
44213 };
44214 static
44215     struct {
44216         PyObject_VAR_HEAD
44217         Py_hash_t ob_shash;
44218         char ob_sval[4];
44219     }
44220 importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_localspluskinds = {
44221     .ob_base = {
44222         .ob_base = {
44223             .ob_refcnt = 999999999,
44224             .ob_type = &PyBytes_Type,
44225         },
44226         .ob_size = 3,
44227     },
44228     .ob_shash = -1,
44229     .ob_sval = "\x20\x80\x80",
44230 };
44231 static
44232     struct _PyCode_DEF(86)
44233 importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1 = {
44234     .ob_base = {
44235         .ob_base = {
44236             .ob_refcnt = 999999999,
44237             .ob_type = &PyCode_Type,
44238         },
44239         .ob_size = 43,
44240     },
44241     .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_consts._object.ob_base.ob_base,
44242     .co_names = & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_names._object.ob_base.ob_base,
44243     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
44244     .co_flags = 19,
44245     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
44246     ._co_linearray_entry_size = 0,
44247     .co_argcount = 1,
44248     .co_posonlyargcount = 0,
44249     .co_kwonlyargcount = 0,
44250     .co_stacksize = 4,
44251     .co_firstlineno = 1696,
44252     .co_nlocalsplus = 3,
44253     .co_nlocals = 1,
44254     .co_nplaincellvars = 0,
44255     .co_ncellvars = 0,
44256     .co_nfreevars = 2,
44257     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_localsplusnames._object.ob_base.ob_base,
44258     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_localspluskinds.ob_base.ob_base,
44259     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
44260     .co_name = & const_str_path_hook_for_FileFinder._ascii.ob_base,
44261     .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_qualname._ascii.ob_base,
44262     .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_linetable.ob_base.ob_base,
44263     ._co_code = NULL,
44264     ._co_linearray = NULL,
44265     .co_code_adaptive = "\x95\x02\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x11\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\xac\x02\xa6\x02\x00\x00\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",
44266     ._co_firsttraceable = 1,
44267 };
44268 static
44269     struct {
44270         PyGC_Head _gc_head;
44271         struct {
44272             PyObject_VAR_HEAD
44273             PyObject *ob_item[2];
44274         }_object;
44275     }
44276 importlib__bootstrap_external_toplevel_consts_73_consts_9_consts = {
44277     ._object = {
44278         .ob_base = {
44279             .ob_base = {
44280                 .ob_refcnt = 999999999,
44281                 .ob_type = &PyTuple_Type,
44282             },
44283             .ob_size = 2,
44284         },
44285         .ob_item = {
44286             & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_0._ascii.ob_base,
44287             & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1.ob_base.ob_base,
44288         },
44289     },
44290 };
44291 static
44292     struct {
44293         PyASCIIObject _ascii;
44294         uint8_t _data[10];
44295     }
44296 const_str_path_hook = {
44297     ._ascii = {
44298         .ob_base = {
44299             .ob_refcnt = 999999999,
44300             .ob_type = &PyUnicode_Type,
44301         },
44302         .length = 9,
44303         .hash = -1,
44304         .state = {
44305             .kind = 1,
44306             .compact = 1,
44307             .ascii = 1,
44308             .ready = 1,
44309         },
44310     },
44311     ._data = "path_hook",
44312 };
44313 static
44314     struct {
44315         PyASCIIObject _ascii;
44316         uint8_t _data[21];
44317     }
44318 importlib__bootstrap_external_toplevel_consts_73_consts_9_qualname = {
44319     ._ascii = {
44320         .ob_base = {
44321             .ob_refcnt = 999999999,
44322             .ob_type = &PyUnicode_Type,
44323         },
44324         .length = 20,
44325         .hash = -1,
44326         .state = {
44327             .kind = 1,
44328             .compact = 1,
44329             .ascii = 1,
44330             .ready = 1,
44331         },
44332     },
44333     ._data = "FileFinder.path_hook",
44334 };
44335 static
44336     struct {
44337         PyObject_VAR_HEAD
44338         Py_hash_t ob_shash;
44339         char ob_sval[43];
44340     }
44341 importlib__bootstrap_external_toplevel_consts_73_consts_9_linetable = {
44342     .ob_base = {
44343         .ob_base = {
44344             .ob_refcnt = 999999999,
44345             .ob_type = &PyBytes_Type,
44346         },
44347         .ob_size = 42,
44348     },
44349     .ob_shash = -1,
44350     .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",
44351 };
44352 static
44353     struct {
44354         PyGC_Head _gc_head;
44355         struct {
44356             PyObject_VAR_HEAD
44357             PyObject *ob_item[3];
44358         }_object;
44359     }
44360 importlib__bootstrap_external_toplevel_consts_73_consts_9_localsplusnames = {
44361     ._object = {
44362         .ob_base = {
44363             .ob_base = {
44364                 .ob_refcnt = 999999999,
44365                 .ob_type = &PyTuple_Type,
44366             },
44367             .ob_size = 3,
44368         },
44369         .ob_item = {
44370             & const_str_cls._ascii.ob_base,
44371             & const_str_loader_details._ascii.ob_base,
44372             & const_str_path_hook_for_FileFinder._ascii.ob_base,
44373         },
44374     },
44375 };
44376 static
44377     struct {
44378         PyObject_VAR_HEAD
44379         Py_hash_t ob_shash;
44380         char ob_sval[4];
44381     }
44382 importlib__bootstrap_external_toplevel_consts_73_consts_9_localspluskinds = {
44383     .ob_base = {
44384         .ob_base = {
44385             .ob_refcnt = 999999999,
44386             .ob_type = &PyBytes_Type,
44387         },
44388         .ob_size = 3,
44389     },
44390     .ob_shash = -1,
44391     .ob_sval = "`` ",
44392 };
44393 static
44394     struct _PyCode_DEF(22)
44395 importlib__bootstrap_external_toplevel_consts_73_consts_9 = {
44396     .ob_base = {
44397         .ob_base = {
44398             .ob_refcnt = 999999999,
44399             .ob_type = &PyCode_Type,
44400         },
44401         .ob_size = 11,
44402     },
44403     .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts._object.ob_base.ob_base,
44404     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
44405     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
44406     .co_flags = 7,
44407     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
44408     ._co_linearray_entry_size = 0,
44409     .co_argcount = 1,
44410     .co_posonlyargcount = 0,
44411     .co_kwonlyargcount = 0,
44412     .co_stacksize = 2,
44413     .co_firstlineno = 1686,
44414     .co_nlocalsplus = 3,
44415     .co_nlocals = 3,
44416     .co_nplaincellvars = 0,
44417     .co_ncellvars = 2,
44418     .co_nfreevars = 0,
44419     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_73_consts_9_localsplusnames._object.ob_base.ob_base,
44420     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_73_consts_9_localspluskinds.ob_base.ob_base,
44421     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
44422     .co_name = & const_str_path_hook._ascii.ob_base,
44423     .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_9_qualname._ascii.ob_base,
44424     .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_9_linetable.ob_base.ob_base,
44425     ._co_code = NULL,
44426     ._co_linearray = NULL,
44427     .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",
44428     ._co_firsttraceable = 2,
44429 };
44430 static
44431     struct {
44432         PyASCIIObject _ascii;
44433         uint8_t _data[17];
44434     }
44435 importlib__bootstrap_external_toplevel_consts_73_consts_10_consts_1 = {
44436     ._ascii = {
44437         .ob_base = {
44438             .ob_refcnt = 999999999,
44439             .ob_type = &PyUnicode_Type,
44440         },
44441         .length = 16,
44442         .hash = -1,
44443         .state = {
44444             .kind = 1,
44445             .compact = 1,
44446             .ascii = 1,
44447             .ready = 1,
44448         },
44449     },
44450     ._data = "FileFinder({!r})",
44451 };
44452 static
44453     struct {
44454         PyGC_Head _gc_head;
44455         struct {
44456             PyObject_VAR_HEAD
44457             PyObject *ob_item[2];
44458         }_object;
44459     }
44460 importlib__bootstrap_external_toplevel_consts_73_consts_10_consts = {
44461     ._object = {
44462         .ob_base = {
44463             .ob_base = {
44464                 .ob_refcnt = 999999999,
44465                 .ob_type = &PyTuple_Type,
44466             },
44467             .ob_size = 2,
44468         },
44469         .ob_item = {
44470             Py_None,
44471             & importlib__bootstrap_external_toplevel_consts_73_consts_10_consts_1._ascii.ob_base,
44472         },
44473     },
44474 };
44475 static
44476     struct {
44477         PyGC_Head _gc_head;
44478         struct {
44479             PyObject_VAR_HEAD
44480             PyObject *ob_item[2];
44481         }_object;
44482     }
44483 importlib__bootstrap_external_toplevel_consts_73_consts_10_names = {
44484     ._object = {
44485         .ob_base = {
44486             .ob_base = {
44487                 .ob_refcnt = 999999999,
44488                 .ob_type = &PyTuple_Type,
44489             },
44490             .ob_size = 2,
44491         },
44492         .ob_item = {
44493             & const_str_format._ascii.ob_base,
44494             &_Py_ID(path),
44495         },
44496     },
44497 };
44498 static
44499     struct {
44500         PyASCIIObject _ascii;
44501         uint8_t _data[20];
44502     }
44503 importlib__bootstrap_external_toplevel_consts_73_consts_10_qualname = {
44504     ._ascii = {
44505         .ob_base = {
44506             .ob_refcnt = 999999999,
44507             .ob_type = &PyUnicode_Type,
44508         },
44509         .length = 19,
44510         .hash = -1,
44511         .state = {
44512             .kind = 1,
44513             .compact = 1,
44514             .ascii = 1,
44515             .ready = 1,
44516         },
44517     },
44518     ._data = "FileFinder.__repr__",
44519 };
44520 static
44521     struct {
44522         PyObject_VAR_HEAD
44523         Py_hash_t ob_shash;
44524         char ob_sval[25];
44525     }
44526 importlib__bootstrap_external_toplevel_consts_73_consts_10_linetable = {
44527     .ob_base = {
44528         .ob_base = {
44529             .ob_refcnt = 999999999,
44530             .ob_type = &PyBytes_Type,
44531         },
44532         .ob_size = 24,
44533     },
44534     .ob_shash = -1,
44535     .ob_sval = "\x80\x00\xd8\x0f\x21\xd7\x0f\x28\xd2\x0f\x28\xa8\x14\xac\x19\xd1\x0f\x33\xd4\x0f\x33\xd0\x08\x33",
44536 };
44537 static
44538     struct _PyCode_DEF(54)
44539 importlib__bootstrap_external_toplevel_consts_73_consts_10 = {
44540     .ob_base = {
44541         .ob_base = {
44542             .ob_refcnt = 999999999,
44543             .ob_type = &PyCode_Type,
44544         },
44545         .ob_size = 27,
44546     },
44547     .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts_10_consts._object.ob_base.ob_base,
44548     .co_names = & importlib__bootstrap_external_toplevel_consts_73_consts_10_names._object.ob_base.ob_base,
44549     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
44550     .co_flags = 3,
44551     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
44552     ._co_linearray_entry_size = 0,
44553     .co_argcount = 1,
44554     .co_posonlyargcount = 0,
44555     .co_kwonlyargcount = 0,
44556     .co_stacksize = 3,
44557     .co_firstlineno = 1704,
44558     .co_nlocalsplus = 1,
44559     .co_nlocals = 1,
44560     .co_nplaincellvars = 0,
44561     .co_ncellvars = 0,
44562     .co_nfreevars = 0,
44563     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
44564     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
44565     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
44566     .co_name = &_Py_ID(__repr__),
44567     .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_10_qualname._ascii.ob_base,
44568     .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_10_linetable.ob_base.ob_base,
44569     ._co_code = NULL,
44570     ._co_linearray = NULL,
44571     .co_code_adaptive = "\x97\x00\x64\x01\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
44572     ._co_firsttraceable = 0,
44573 };
44574 static
44575     struct {
44576         PyGC_Head _gc_head;
44577         struct {
44578             PyObject_VAR_HEAD
44579             PyObject *ob_item[12];
44580         }_object;
44581     }
44582 importlib__bootstrap_external_toplevel_consts_73_consts = {
44583     ._object = {
44584         .ob_base = {
44585             .ob_base = {
44586                 .ob_refcnt = 999999999,
44587                 .ob_type = &PyTuple_Type,
44588             },
44589             .ob_size = 12,
44590         },
44591         .ob_item = {
44592             & const_str_FileFinder._ascii.ob_base,
44593             & importlib__bootstrap_external_toplevel_consts_73_consts_1._ascii.ob_base,
44594             & importlib__bootstrap_external_toplevel_consts_73_consts_2.ob_base.ob_base,
44595             & importlib__bootstrap_external_toplevel_consts_73_consts_3.ob_base.ob_base,
44596             & importlib__bootstrap_external_toplevel_consts_73_consts_4.ob_base.ob_base,
44597             & importlib__bootstrap_external_toplevel_consts_73_consts_5.ob_base.ob_base,
44598             Py_None,
44599             & importlib__bootstrap_external_toplevel_consts_73_consts_7.ob_base.ob_base,
44600             & importlib__bootstrap_external_toplevel_consts_73_consts_8.ob_base.ob_base,
44601             & importlib__bootstrap_external_toplevel_consts_73_consts_9.ob_base.ob_base,
44602             & importlib__bootstrap_external_toplevel_consts_73_consts_10.ob_base.ob_base,
44603             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
44604         },
44605     },
44606 };
44607 static
44608     struct {
44609         PyGC_Head _gc_head;
44610         struct {
44611             PyObject_VAR_HEAD
44612             PyObject *ob_item[15];
44613         }_object;
44614     }
44615 importlib__bootstrap_external_toplevel_consts_73_names = {
44616     ._object = {
44617         .ob_base = {
44618             .ob_base = {
44619                 .ob_refcnt = 999999999,
44620                 .ob_type = &PyTuple_Type,
44621             },
44622             .ob_size = 15,
44623         },
44624         .ob_item = {
44625             &_Py_ID(__name__),
44626             &_Py_ID(__module__),
44627             &_Py_ID(__qualname__),
44628             &_Py_ID(__doc__),
44629             &_Py_ID(__init__),
44630             & const_str_invalidate_caches._ascii.ob_base,
44631             & const_str__find_module_shim._ascii.ob_base,
44632             & const_str_find_module._ascii.ob_base,
44633             & const_str_find_loader._ascii.ob_base,
44634             & const_str__get_spec._ascii.ob_base,
44635             & const_str_find_spec._ascii.ob_base,
44636             & const_str__fill_cache._ascii.ob_base,
44637             & const_str_classmethod._ascii.ob_base,
44638             & const_str_path_hook._ascii.ob_base,
44639             &_Py_ID(__repr__),
44640         },
44641     },
44642 };
44643 static
44644     struct {
44645         PyObject_VAR_HEAD
44646         Py_hash_t ob_shash;
44647         char ob_sval[185];
44648     }
44649 importlib__bootstrap_external_toplevel_consts_73_linetable = {
44650     .ob_base = {
44651         .ob_base = {
44652             .ob_refcnt = 999999999,
44653             .ob_type = &PyBytes_Type,
44654         },
44655         .ob_size = 184,
44656     },
44657     .ob_shash = -1,
44658     .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\x31\x05\x14\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\xf1\x03\x00\x06\x11\x84\x5b\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",
44659 };
44660 static
44661     struct _PyCode_DEF(88)
44662 importlib__bootstrap_external_toplevel_consts_73 = {
44663     .ob_base = {
44664         .ob_base = {
44665             .ob_refcnt = 999999999,
44666             .ob_type = &PyCode_Type,
44667         },
44668         .ob_size = 44,
44669     },
44670     .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts._object.ob_base.ob_base,
44671     .co_names = & importlib__bootstrap_external_toplevel_consts_73_names._object.ob_base.ob_base,
44672     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
44673     .co_flags = 0,
44674     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
44675     ._co_linearray_entry_size = 0,
44676     .co_argcount = 0,
44677     .co_posonlyargcount = 0,
44678     .co_kwonlyargcount = 0,
44679     .co_stacksize = 2,
44680     .co_firstlineno = 1550,
44681     .co_nlocalsplus = 0,
44682     .co_nlocals = 0,
44683     .co_nplaincellvars = 0,
44684     .co_ncellvars = 0,
44685     .co_nfreevars = 0,
44686     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
44687     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
44688     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
44689     .co_name = & const_str_FileFinder._ascii.ob_base,
44690     .co_qualname = & const_str_FileFinder._ascii.ob_base,
44691     .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_linetable.ob_base.ob_base,
44692     ._co_code = NULL,
44693     ._co_linearray = NULL,
44694     .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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0d\x64\x0a\x84\x00\x5a\x0e\x64\x06\x53\x00",
44695     ._co_firsttraceable = 0,
44696 };
44697 static
44698     struct {
44699         PyGC_Head _gc_head;
44700         struct {
44701             PyObject_VAR_HEAD
44702             PyObject *ob_item[6];
44703         }_object;
44704     }
44705 importlib__bootstrap_external_toplevel_consts_75_consts = {
44706     ._object = {
44707         .ob_base = {
44708             .ob_base = {
44709                 .ob_refcnt = 999999999,
44710                 .ob_type = &PyTuple_Type,
44711             },
44712             .ob_size = 6,
44713         },
44714         .ob_item = {
44715             Py_None,
44716             &_Py_ID(__loader__),
44717             &_Py_ID(__spec__),
44718             & importlib__bootstrap_toplevel_consts_26_consts_4._object.ob_base.ob_base,
44719             &_Py_ID(__file__),
44720             & const_str___cached__._ascii.ob_base,
44721         },
44722     },
44723 };
44724 static
44725     struct {
44726         PyGC_Head _gc_head;
44727         struct {
44728             PyObject_VAR_HEAD
44729             PyObject *ob_item[6];
44730         }_object;
44731     }
44732 importlib__bootstrap_external_toplevel_consts_75_names = {
44733     ._object = {
44734         .ob_base = {
44735             .ob_base = {
44736                 .ob_refcnt = 999999999,
44737                 .ob_type = &PyTuple_Type,
44738             },
44739             .ob_size = 6,
44740         },
44741         .ob_item = {
44742             &_Py_ID(get),
44743             & const_str_loader._ascii.ob_base,
44744             & const_str_SourcelessFileLoader._ascii.ob_base,
44745             & const_str_SourceFileLoader._ascii.ob_base,
44746             & const_str_spec_from_file_location._ascii.ob_base,
44747             & const_str_Exception._ascii.ob_base,
44748         },
44749     },
44750 };
44751 static
44752     struct {
44753         PyObject_VAR_HEAD
44754         Py_hash_t ob_shash;
44755         char ob_sval[217];
44756     }
44757 importlib__bootstrap_external_toplevel_consts_75_linetable = {
44758     .ob_base = {
44759         .ob_base = {
44760             .ob_refcnt = 999999999,
44761             .ob_type = &PyBytes_Type,
44762         },
44763         .ob_size = 216,
44764     },
44765     .ob_shash = -1,
44766     .ob_sval = "\x80\x00\xe0\x0d\x0f\x8f\x56\x8a\x56\x90\x4c\xd1\x0d\x21\xd4\x0d\x21\x80\x46\xd8\x0b\x0d\x8f\x36\x8a\x36\x90\x2a\xd1\x0b\x1d\xd4\x0b\x1d\x80\x44\xd8\x0b\x11\xf0\x00\x06\x05\x36\xd8\x0b\x0f\xf0\x00\x05\x09\x36\xd8\x15\x19\x94\x5b\x88\x46\x88\x46\xd8\x0d\x15\x98\x19\xd2\x0d\x22\xd0\x0d\x22\xdd\x15\x29\xa8\x24\xb0\x08\xd1\x15\x39\xd4\x15\x39\x88\x46\x88\x46\xe5\x15\x25\xa0\x64\xa8\x48\xd1\x15\x35\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\xd1\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",
44767 };
44768 static
44769     struct {
44770         PyObject_VAR_HEAD
44771         Py_hash_t ob_shash;
44772         char ob_sval[19];
44773     }
44774 importlib__bootstrap_external_toplevel_consts_75_exceptiontable = {
44775     .ob_base = {
44776         .ob_base = {
44777             .ob_refcnt = 999999999,
44778             .ob_type = &PyBytes_Type,
44779         },
44780         .ob_size = 18,
44781     },
44782     .ob_shash = -1,
44783     .ob_sval = "\xc1\x33\x14\x42\x09\x00\xc2\x09\x0a\x42\x17\x03\xc2\x16\x01\x42\x17\x03",
44784 };
44785 static
44786     struct {
44787         PyASCIIObject _ascii;
44788         uint8_t _data[3];
44789     }
44790 const_str_ns = {
44791     ._ascii = {
44792         .ob_base = {
44793             .ob_refcnt = 999999999,
44794             .ob_type = &PyUnicode_Type,
44795         },
44796         .length = 2,
44797         .hash = -1,
44798         .state = {
44799             .kind = 1,
44800             .compact = 1,
44801             .ascii = 1,
44802             .ready = 1,
44803         },
44804     },
44805     ._data = "ns",
44806 };
44807 static
44808     struct {
44809         PyASCIIObject _ascii;
44810         uint8_t _data[9];
44811     }
44812 const_str_pathname = {
44813     ._ascii = {
44814         .ob_base = {
44815             .ob_refcnt = 999999999,
44816             .ob_type = &PyUnicode_Type,
44817         },
44818         .length = 8,
44819         .hash = -1,
44820         .state = {
44821             .kind = 1,
44822             .compact = 1,
44823             .ascii = 1,
44824             .ready = 1,
44825         },
44826     },
44827     ._data = "pathname",
44828 };
44829 static
44830     struct {
44831         PyASCIIObject _ascii;
44832         uint8_t _data[10];
44833     }
44834 const_str_cpathname = {
44835     ._ascii = {
44836         .ob_base = {
44837             .ob_refcnt = 999999999,
44838             .ob_type = &PyUnicode_Type,
44839         },
44840         .length = 9,
44841         .hash = -1,
44842         .state = {
44843             .kind = 1,
44844             .compact = 1,
44845             .ascii = 1,
44846             .ready = 1,
44847         },
44848     },
44849     ._data = "cpathname",
44850 };
44851 static
44852     struct {
44853         PyGC_Head _gc_head;
44854         struct {
44855             PyObject_VAR_HEAD
44856             PyObject *ob_item[6];
44857         }_object;
44858     }
44859 importlib__bootstrap_external_toplevel_consts_75_localsplusnames = {
44860     ._object = {
44861         .ob_base = {
44862             .ob_base = {
44863                 .ob_refcnt = 999999999,
44864                 .ob_type = &PyTuple_Type,
44865             },
44866             .ob_size = 6,
44867         },
44868         .ob_item = {
44869             & const_str_ns._ascii.ob_base,
44870             &_Py_ID(name),
44871             & const_str_pathname._ascii.ob_base,
44872             & const_str_cpathname._ascii.ob_base,
44873             & const_str_loader._ascii.ob_base,
44874             & const_str_spec._ascii.ob_base,
44875         },
44876     },
44877 };
44878 static
44879     struct _PyCode_DEF(308)
44880 importlib__bootstrap_external_toplevel_consts_75 = {
44881     .ob_base = {
44882         .ob_base = {
44883             .ob_refcnt = 999999999,
44884             .ob_type = &PyCode_Type,
44885         },
44886         .ob_size = 154,
44887     },
44888     .co_consts = & importlib__bootstrap_external_toplevel_consts_75_consts._object.ob_base.ob_base,
44889     .co_names = & importlib__bootstrap_external_toplevel_consts_75_names._object.ob_base.ob_base,
44890     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_75_exceptiontable.ob_base.ob_base,
44891     .co_flags = 3,
44892     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
44893     ._co_linearray_entry_size = 0,
44894     .co_argcount = 4,
44895     .co_posonlyargcount = 0,
44896     .co_kwonlyargcount = 0,
44897     .co_stacksize = 5,
44898     .co_firstlineno = 1710,
44899     .co_nlocalsplus = 6,
44900     .co_nlocals = 6,
44901     .co_nplaincellvars = 0,
44902     .co_ncellvars = 0,
44903     .co_nfreevars = 0,
44904     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_75_localsplusnames._object.ob_base.ob_base,
44905     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
44906     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
44907     .co_name = &_Py_ID(_fix_up_module),
44908     .co_qualname = &_Py_ID(_fix_up_module),
44909     .co_linetable = & importlib__bootstrap_external_toplevel_consts_75_linetable.ob_base.ob_base,
44910     ._co_code = NULL,
44911     ._co_linearray = NULL,
44912     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x04\x73\x31\x7c\x05\x72\x08\x7c\x05\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x6e\x27\x7c\x02\x7c\x03\x6b\x02\x00\x00\x00\x00\x72\x11\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x6e\x10\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x05\x73\x12\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\x7c\x04\xac\x03\xa6\x03\x00\x00\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",
44913     ._co_firsttraceable = 0,
44914 };
44915 static
44916     struct {
44917         PyASCIIObject _ascii;
44918         uint8_t _data[96];
44919     }
44920 importlib__bootstrap_external_toplevel_consts_76_consts_0 = {
44921     ._ascii = {
44922         .ob_base = {
44923             .ob_refcnt = 999999999,
44924             .ob_type = &PyUnicode_Type,
44925         },
44926         .length = 95,
44927         .hash = -1,
44928         .state = {
44929             .kind = 1,
44930             .compact = 1,
44931             .ascii = 1,
44932             .ready = 1,
44933         },
44934     },
44935     ._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",
44936 };
44937 static
44938     struct {
44939         PyGC_Head _gc_head;
44940         struct {
44941             PyObject_VAR_HEAD
44942             PyObject *ob_item[1];
44943         }_object;
44944     }
44945 importlib__bootstrap_external_toplevel_consts_76_consts = {
44946     ._object = {
44947         .ob_base = {
44948             .ob_base = {
44949                 .ob_refcnt = 999999999,
44950                 .ob_type = &PyTuple_Type,
44951             },
44952             .ob_size = 1,
44953         },
44954         .ob_item = {
44955             & importlib__bootstrap_external_toplevel_consts_76_consts_0._ascii.ob_base,
44956         },
44957     },
44958 };
44959 static
44960     struct {
44961         PyASCIIObject _ascii;
44962         uint8_t _data[19];
44963     }
44964 const_str_extension_suffixes = {
44965     ._ascii = {
44966         .ob_base = {
44967             .ob_refcnt = 999999999,
44968             .ob_type = &PyUnicode_Type,
44969         },
44970         .length = 18,
44971         .hash = -1,
44972         .state = {
44973             .kind = 1,
44974             .compact = 1,
44975             .ascii = 1,
44976             .ready = 1,
44977         },
44978     },
44979     ._data = "extension_suffixes",
44980 };
44981 static
44982     struct {
44983         PyGC_Head _gc_head;
44984         struct {
44985             PyObject_VAR_HEAD
44986             PyObject *ob_item[7];
44987         }_object;
44988     }
44989 importlib__bootstrap_external_toplevel_consts_76_names = {
44990     ._object = {
44991         .ob_base = {
44992             .ob_base = {
44993                 .ob_refcnt = 999999999,
44994                 .ob_type = &PyTuple_Type,
44995             },
44996             .ob_size = 7,
44997         },
44998         .ob_item = {
44999             & const_str_ExtensionFileLoader._ascii.ob_base,
45000             & const_str__imp._ascii.ob_base,
45001             & const_str_extension_suffixes._ascii.ob_base,
45002             & const_str_SourceFileLoader._ascii.ob_base,
45003             & const_str_SOURCE_SUFFIXES._ascii.ob_base,
45004             & const_str_SourcelessFileLoader._ascii.ob_base,
45005             & const_str_BYTECODE_SUFFIXES._ascii.ob_base,
45006         },
45007     },
45008 };
45009 static
45010     struct {
45011         PyObject_VAR_HEAD
45012         Py_hash_t ob_shash;
45013         char ob_sval[58];
45014     }
45015 importlib__bootstrap_external_toplevel_consts_76_linetable = {
45016     .ob_base = {
45017         .ob_base = {
45018             .ob_refcnt = 999999999,
45019             .ob_type = &PyBytes_Type,
45020         },
45021         .ob_size = 57,
45022     },
45023     .ob_shash = -1,
45024     .ob_sval = "\x80\x00\xf5\x0a\x00\x12\x25\xa5\x64\xd4\x26\x3d\xd1\x26\x3f\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",
45025 };
45026 static
45027     struct {
45028         PyASCIIObject _ascii;
45029         uint8_t _data[11];
45030     }
45031 const_str_extensions = {
45032     ._ascii = {
45033         .ob_base = {
45034             .ob_refcnt = 999999999,
45035             .ob_type = &PyUnicode_Type,
45036         },
45037         .length = 10,
45038         .hash = -1,
45039         .state = {
45040             .kind = 1,
45041             .compact = 1,
45042             .ascii = 1,
45043             .ready = 1,
45044         },
45045     },
45046     ._data = "extensions",
45047 };
45048 static
45049     struct {
45050         PyASCIIObject _ascii;
45051         uint8_t _data[7];
45052     }
45053 const_str_source = {
45054     ._ascii = {
45055         .ob_base = {
45056             .ob_refcnt = 999999999,
45057             .ob_type = &PyUnicode_Type,
45058         },
45059         .length = 6,
45060         .hash = -1,
45061         .state = {
45062             .kind = 1,
45063             .compact = 1,
45064             .ascii = 1,
45065             .ready = 1,
45066         },
45067     },
45068     ._data = "source",
45069 };
45070 static
45071     struct {
45072         PyASCIIObject _ascii;
45073         uint8_t _data[9];
45074     }
45075 const_str_bytecode = {
45076     ._ascii = {
45077         .ob_base = {
45078             .ob_refcnt = 999999999,
45079             .ob_type = &PyUnicode_Type,
45080         },
45081         .length = 8,
45082         .hash = -1,
45083         .state = {
45084             .kind = 1,
45085             .compact = 1,
45086             .ascii = 1,
45087             .ready = 1,
45088         },
45089     },
45090     ._data = "bytecode",
45091 };
45092 static
45093     struct {
45094         PyGC_Head _gc_head;
45095         struct {
45096             PyObject_VAR_HEAD
45097             PyObject *ob_item[3];
45098         }_object;
45099     }
45100 importlib__bootstrap_external_toplevel_consts_76_localsplusnames = {
45101     ._object = {
45102         .ob_base = {
45103             .ob_base = {
45104                 .ob_refcnt = 999999999,
45105                 .ob_type = &PyTuple_Type,
45106             },
45107             .ob_size = 3,
45108         },
45109         .ob_item = {
45110             & const_str_extensions._ascii.ob_base,
45111             & const_str_source._ascii.ob_base,
45112             & const_str_bytecode._ascii.ob_base,
45113         },
45114     },
45115 };
45116 static
45117     struct _PyCode_DEF(120)
45118 importlib__bootstrap_external_toplevel_consts_76 = {
45119     .ob_base = {
45120         .ob_base = {
45121             .ob_refcnt = 999999999,
45122             .ob_type = &PyCode_Type,
45123         },
45124         .ob_size = 60,
45125     },
45126     .co_consts = & importlib__bootstrap_external_toplevel_consts_76_consts._object.ob_base.ob_base,
45127     .co_names = & importlib__bootstrap_external_toplevel_consts_76_names._object.ob_base.ob_base,
45128     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
45129     .co_flags = 3,
45130     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
45131     ._co_linearray_entry_size = 0,
45132     .co_argcount = 0,
45133     .co_posonlyargcount = 0,
45134     .co_kwonlyargcount = 0,
45135     .co_stacksize = 3,
45136     .co_firstlineno = 1733,
45137     .co_nlocalsplus = 3,
45138     .co_nlocals = 3,
45139     .co_nplaincellvars = 0,
45140     .co_ncellvars = 0,
45141     .co_nfreevars = 0,
45142     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_76_localsplusnames._object.ob_base.ob_base,
45143     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
45144     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
45145     .co_name = & const_str__get_supported_file_loaders._ascii.ob_base,
45146     .co_qualname = & const_str__get_supported_file_loaders._ascii.ob_base,
45147     .co_linetable = & importlib__bootstrap_external_toplevel_consts_76_linetable.ob_base.ob_base,
45148     ._co_code = NULL,
45149     ._co_linearray = NULL,
45150     .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\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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",
45151     ._co_firsttraceable = 0,
45152 };
45153 static
45154     struct {
45155         PyGC_Head _gc_head;
45156         struct {
45157             PyObject_VAR_HEAD
45158             PyObject *ob_item[1];
45159         }_object;
45160     }
45161 importlib__bootstrap_external_toplevel_consts_77_names = {
45162     ._object = {
45163         .ob_base = {
45164             .ob_base = {
45165                 .ob_refcnt = 999999999,
45166                 .ob_type = &PyTuple_Type,
45167             },
45168             .ob_size = 1,
45169         },
45170         .ob_item = {
45171             &_Py_ID(_bootstrap),
45172         },
45173     },
45174 };
45175 static
45176     struct {
45177         PyASCIIObject _ascii;
45178         uint8_t _data[22];
45179     }
45180 const_str__set_bootstrap_module = {
45181     ._ascii = {
45182         .ob_base = {
45183             .ob_refcnt = 999999999,
45184             .ob_type = &PyUnicode_Type,
45185         },
45186         .length = 21,
45187         .hash = -1,
45188         .state = {
45189             .kind = 1,
45190             .compact = 1,
45191             .ascii = 1,
45192             .ready = 1,
45193         },
45194     },
45195     ._data = "_set_bootstrap_module",
45196 };
45197 static
45198     struct {
45199         PyObject_VAR_HEAD
45200         Py_hash_t ob_shash;
45201         char ob_sval[12];
45202     }
45203 importlib__bootstrap_external_toplevel_consts_77_linetable = {
45204     .ob_base = {
45205         .ob_base = {
45206             .ob_refcnt = 999999999,
45207             .ob_type = &PyBytes_Type,
45208         },
45209         .ob_size = 11,
45210     },
45211     .ob_shash = -1,
45212     .ob_sval = "\x80\x00\xe0\x11\x22\x80\x4a\x80\x4a\x80\x4a",
45213 };
45214 static
45215     struct {
45216         PyASCIIObject _ascii;
45217         uint8_t _data[18];
45218     }
45219 const_str__bootstrap_module = {
45220     ._ascii = {
45221         .ob_base = {
45222             .ob_refcnt = 999999999,
45223             .ob_type = &PyUnicode_Type,
45224         },
45225         .length = 17,
45226         .hash = -1,
45227         .state = {
45228             .kind = 1,
45229             .compact = 1,
45230             .ascii = 1,
45231             .ready = 1,
45232         },
45233     },
45234     ._data = "_bootstrap_module",
45235 };
45236 static
45237     struct {
45238         PyGC_Head _gc_head;
45239         struct {
45240             PyObject_VAR_HEAD
45241             PyObject *ob_item[1];
45242         }_object;
45243     }
45244 importlib__bootstrap_external_toplevel_consts_77_localsplusnames = {
45245     ._object = {
45246         .ob_base = {
45247             .ob_base = {
45248                 .ob_refcnt = 999999999,
45249                 .ob_type = &PyTuple_Type,
45250             },
45251             .ob_size = 1,
45252         },
45253         .ob_item = {
45254             & const_str__bootstrap_module._ascii.ob_base,
45255         },
45256     },
45257 };
45258 static
45259     struct _PyCode_DEF(10)
45260 importlib__bootstrap_external_toplevel_consts_77 = {
45261     .ob_base = {
45262         .ob_base = {
45263             .ob_refcnt = 999999999,
45264             .ob_type = &PyCode_Type,
45265         },
45266         .ob_size = 5,
45267     },
45268     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
45269     .co_names = & importlib__bootstrap_external_toplevel_consts_77_names._object.ob_base.ob_base,
45270     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
45271     .co_flags = 3,
45272     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
45273     ._co_linearray_entry_size = 0,
45274     .co_argcount = 1,
45275     .co_posonlyargcount = 0,
45276     .co_kwonlyargcount = 0,
45277     .co_stacksize = 1,
45278     .co_firstlineno = 1744,
45279     .co_nlocalsplus = 1,
45280     .co_nlocals = 1,
45281     .co_nplaincellvars = 0,
45282     .co_ncellvars = 0,
45283     .co_nfreevars = 0,
45284     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_77_localsplusnames._object.ob_base.ob_base,
45285     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
45286     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
45287     .co_name = & const_str__set_bootstrap_module._ascii.ob_base,
45288     .co_qualname = & const_str__set_bootstrap_module._ascii.ob_base,
45289     .co_linetable = & importlib__bootstrap_external_toplevel_consts_77_linetable.ob_base.ob_base,
45290     ._co_code = NULL,
45291     ._co_linearray = NULL,
45292     .co_code_adaptive = "\x97\x00\x7c\x00\x61\x00\x64\x00\x53\x00",
45293     ._co_firsttraceable = 0,
45294 };
45295 static
45296     struct {
45297         PyASCIIObject _ascii;
45298         uint8_t _data[42];
45299     }
45300 importlib__bootstrap_external_toplevel_consts_78_consts_0 = {
45301     ._ascii = {
45302         .ob_base = {
45303             .ob_refcnt = 999999999,
45304             .ob_type = &PyUnicode_Type,
45305         },
45306         .length = 41,
45307         .hash = -1,
45308         .state = {
45309             .kind = 1,
45310             .compact = 1,
45311             .ascii = 1,
45312             .ready = 1,
45313         },
45314     },
45315     ._data = "Install the path-based import components.",
45316 };
45317 static
45318     struct {
45319         PyGC_Head _gc_head;
45320         struct {
45321             PyObject_VAR_HEAD
45322             PyObject *ob_item[2];
45323         }_object;
45324     }
45325 importlib__bootstrap_external_toplevel_consts_78_consts = {
45326     ._object = {
45327         .ob_base = {
45328             .ob_base = {
45329                 .ob_refcnt = 999999999,
45330                 .ob_type = &PyTuple_Type,
45331             },
45332             .ob_size = 2,
45333         },
45334         .ob_item = {
45335             & importlib__bootstrap_external_toplevel_consts_78_consts_0._ascii.ob_base,
45336             Py_None,
45337         },
45338     },
45339 };
45340 static
45341     struct {
45342         PyGC_Head _gc_head;
45343         struct {
45344             PyObject_VAR_HEAD
45345             PyObject *ob_item[10];
45346         }_object;
45347     }
45348 importlib__bootstrap_external_toplevel_consts_78_names = {
45349     ._object = {
45350         .ob_base = {
45351             .ob_base = {
45352                 .ob_refcnt = 999999999,
45353                 .ob_type = &PyTuple_Type,
45354             },
45355             .ob_size = 10,
45356         },
45357         .ob_item = {
45358             & const_str__set_bootstrap_module._ascii.ob_base,
45359             & const_str__get_supported_file_loaders._ascii.ob_base,
45360             & const_str_sys._ascii.ob_base,
45361             & const_str_path_hooks._ascii.ob_base,
45362             &_Py_ID(extend),
45363             & const_str_FileFinder._ascii.ob_base,
45364             & const_str_path_hook._ascii.ob_base,
45365             & const_str_meta_path._ascii.ob_base,
45366             &_Py_ID(append),
45367             & const_str_PathFinder._ascii.ob_base,
45368         },
45369     },
45370 };
45371 static
45372     struct {
45373         PyObject_VAR_HEAD
45374         Py_hash_t ob_shash;
45375         char ob_sval[92];
45376     }
45377 importlib__bootstrap_external_toplevel_consts_78_linetable = {
45378     .ob_base = {
45379         .ob_base = {
45380             .ob_refcnt = 999999999,
45381             .ob_type = &PyBytes_Type,
45382         },
45383         .ob_size = 91,
45384     },
45385     .ob_shash = -1,
45386     .ob_sval = "\x80\x00\xe5\x04\x19\xd0\x1a\x2b\xd1\x04\x2c\xd4\x04\x2c\xd0\x04\x2c\xdd\x18\x33\xd1\x18\x35\xd4\x18\x35\xd0\x04\x15\xdd\x04\x07\x84\x4e\xd7\x04\x19\xd2\x04\x19\x9d\x3a\xd4\x1b\x2f\xd0\x31\x42\xd0\x1b\x43\xd0\x1a\x44\xd1\x04\x45\xd4\x04\x45\xd0\x04\x45\xdd\x04\x07\x84\x4d\xd7\x04\x18\xd2\x04\x18\x9d\x1a\xd1\x04\x24\xd4\x04\x24\xd0\x04\x24\xd0\x04\x24\xd0\x04\x24",
45387 };
45388 static
45389     struct {
45390         PyASCIIObject _ascii;
45391         uint8_t _data[18];
45392     }
45393 const_str_supported_loaders = {
45394     ._ascii = {
45395         .ob_base = {
45396             .ob_refcnt = 999999999,
45397             .ob_type = &PyUnicode_Type,
45398         },
45399         .length = 17,
45400         .hash = -1,
45401         .state = {
45402             .kind = 1,
45403             .compact = 1,
45404             .ascii = 1,
45405             .ready = 1,
45406         },
45407     },
45408     ._data = "supported_loaders",
45409 };
45410 static
45411     struct {
45412         PyGC_Head _gc_head;
45413         struct {
45414             PyObject_VAR_HEAD
45415             PyObject *ob_item[2];
45416         }_object;
45417     }
45418 importlib__bootstrap_external_toplevel_consts_78_localsplusnames = {
45419     ._object = {
45420         .ob_base = {
45421             .ob_base = {
45422                 .ob_refcnt = 999999999,
45423                 .ob_type = &PyTuple_Type,
45424             },
45425             .ob_size = 2,
45426         },
45427         .ob_item = {
45428             & const_str__bootstrap_module._ascii.ob_base,
45429             & const_str_supported_loaders._ascii.ob_base,
45430         },
45431     },
45432 };
45433 static
45434     struct _PyCode_DEF(224)
45435 importlib__bootstrap_external_toplevel_consts_78 = {
45436     .ob_base = {
45437         .ob_base = {
45438             .ob_refcnt = 999999999,
45439             .ob_type = &PyCode_Type,
45440         },
45441         .ob_size = 112,
45442     },
45443     .co_consts = & importlib__bootstrap_external_toplevel_consts_78_consts._object.ob_base.ob_base,
45444     .co_names = & importlib__bootstrap_external_toplevel_consts_78_names._object.ob_base.ob_base,
45445     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
45446     .co_flags = 3,
45447     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
45448     ._co_linearray_entry_size = 0,
45449     .co_argcount = 1,
45450     .co_posonlyargcount = 0,
45451     .co_kwonlyargcount = 0,
45452     .co_stacksize = 5,
45453     .co_firstlineno = 1749,
45454     .co_nlocalsplus = 2,
45455     .co_nlocals = 2,
45456     .co_nplaincellvars = 0,
45457     .co_ncellvars = 0,
45458     .co_nfreevars = 0,
45459     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_78_localsplusnames._object.ob_base.ob_base,
45460     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
45461     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
45462     .co_name = & const_str__install._ascii.ob_base,
45463     .co_qualname = & const_str__install._ascii.ob_base,
45464     .co_linetable = & importlib__bootstrap_external_toplevel_consts_78_linetable.ob_base.ob_base,
45465     ._co_code = NULL,
45466     ._co_linearray = NULL,
45467     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\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\x03\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x04\x00\x00\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\x06\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x8e\x00\x67\x01\xa6\x01\x00\x00\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\x07\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x08\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
45468     ._co_firsttraceable = 0,
45469 };
45470 static
45471     struct {
45472         PyGC_Head _gc_head;
45473         struct {
45474             PyObject_VAR_HEAD
45475             PyObject *ob_item[1];
45476         }_object;
45477     }
45478 importlib__bootstrap_external_toplevel_consts_79 = {
45479     ._object = {
45480         .ob_base = {
45481             .ob_base = {
45482                 .ob_refcnt = 999999999,
45483                 .ob_type = &PyTuple_Type,
45484             },
45485             .ob_size = 1,
45486         },
45487         .ob_item = {
45488             & const_int_438.ob_base.ob_base,
45489         },
45490     },
45491 };
45492 static
45493     struct {
45494         PyGC_Head _gc_head;
45495         struct {
45496             PyObject_VAR_HEAD
45497             PyObject *ob_item[3];
45498         }_object;
45499     }
45500 importlib__bootstrap_external_toplevel_consts_81 = {
45501     ._object = {
45502         .ob_base = {
45503             .ob_base = {
45504                 .ob_refcnt = 999999999,
45505                 .ob_type = &PyTuple_Type,
45506             },
45507             .ob_size = 3,
45508         },
45509         .ob_item = {
45510             Py_None,
45511             Py_None,
45512             Py_None,
45513         },
45514     },
45515 };
45516 static
45517     struct {
45518         PyGC_Head _gc_head;
45519         struct {
45520             PyObject_VAR_HEAD
45521             PyObject *ob_item[2];
45522         }_object;
45523     }
45524 importlib__bootstrap_external_toplevel_consts_82 = {
45525     ._object = {
45526         .ob_base = {
45527             .ob_base = {
45528                 .ob_refcnt = 999999999,
45529                 .ob_type = &PyTuple_Type,
45530             },
45531             .ob_size = 2,
45532         },
45533         .ob_item = {
45534             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
45535             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
45536         },
45537     },
45538 };
45539 static
45540     struct {
45541         PyGC_Head _gc_head;
45542         struct {
45543             PyObject_VAR_HEAD
45544             PyObject *ob_item[1];
45545         }_object;
45546     }
45547 importlib__bootstrap_external_toplevel_consts_83 = {
45548     ._object = {
45549         .ob_base = {
45550             .ob_base = {
45551                 .ob_refcnt = 999999999,
45552                 .ob_type = &PyTuple_Type,
45553             },
45554             .ob_size = 1,
45555         },
45556         .ob_item = {
45557             Py_True,
45558         },
45559     },
45560 };
45561 static
45562     struct {
45563         PyGC_Head _gc_head;
45564         struct {
45565             PyObject_VAR_HEAD
45566             PyObject *ob_item[84];
45567         }_object;
45568     }
45569 importlib__bootstrap_external_toplevel_consts = {
45570     ._object = {
45571         .ob_base = {
45572             .ob_base = {
45573                 .ob_refcnt = 999999999,
45574                 .ob_type = &PyTuple_Type,
45575             },
45576             .ob_size = 84,
45577         },
45578         .ob_item = {
45579             & importlib__bootstrap_external_toplevel_consts_0._ascii.ob_base,
45580             Py_None,
45581             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
45582             & const_str_win32._ascii.ob_base,
45583             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
45584             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
45585             & importlib__bootstrap_external_toplevel_consts_6.ob_base.ob_base,
45586             &_Py_STR(empty),
45587             & importlib__bootstrap_external_toplevel_consts_8.ob_base.ob_base,
45588             & importlib__bootstrap_external_toplevel_consts_9._object.ob_base.ob_base,
45589             & importlib__bootstrap_external_toplevel_consts_10._object.ob_base.ob_base,
45590             & importlib__bootstrap_external_toplevel_consts_11.ob_base.ob_base,
45591             & importlib__bootstrap_external_toplevel_consts_12.ob_base.ob_base,
45592             & importlib__bootstrap_external_toplevel_consts_13.ob_base.ob_base,
45593             & importlib__bootstrap_external_toplevel_consts_14.ob_base.ob_base,
45594             & importlib__bootstrap_external_toplevel_consts_15.ob_base.ob_base,
45595             & importlib__bootstrap_external_toplevel_consts_16.ob_base.ob_base,
45596             & importlib__bootstrap_external_toplevel_consts_17.ob_base.ob_base,
45597             & importlib__bootstrap_external_toplevel_consts_18.ob_base.ob_base,
45598             & importlib__bootstrap_external_toplevel_consts_19.ob_base.ob_base,
45599             & importlib__bootstrap_external_toplevel_consts_20.ob_base.ob_base,
45600             & importlib__bootstrap_external_toplevel_consts_21.ob_base.ob_base,
45601             & importlib__bootstrap_external_toplevel_consts_22.ob_base.ob_base,
45602             & importlib__bootstrap_external_toplevel_consts_23.ob_base.ob_base,
45603             & const_int_438.ob_base.ob_base,
45604             & importlib__bootstrap_external_toplevel_consts_25.ob_base.ob_base,
45605             & const_int_3495.ob_base.ob_base,
45606             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
45607             &_Py_ID(little),
45608             & importlib__bootstrap_external_toplevel_consts_29.ob_base.ob_base,
45609             & const_str___pycache__._ascii.ob_base,
45610             & importlib__bootstrap_external_toplevel_consts_31._ascii.ob_base,
45611             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_12._ascii.ob_base,
45612             & importlib__bootstrap_external_toplevel_consts_33._ascii.ob_base,
45613             & importlib__bootstrap_external_toplevel_consts_34._ascii.ob_base,
45614             & importlib__bootstrap_external_toplevel_consts_35._object.ob_base.ob_base,
45615             & importlib__bootstrap_external_toplevel_consts_36.ob_base.ob_base,
45616             & importlib__bootstrap_external_toplevel_consts_37.ob_base.ob_base,
45617             & importlib__bootstrap_external_toplevel_consts_38.ob_base.ob_base,
45618             & importlib__bootstrap_external_toplevel_consts_39.ob_base.ob_base,
45619             & importlib__bootstrap_external_toplevel_consts_40.ob_base.ob_base,
45620             & importlib__bootstrap_external_toplevel_consts_41.ob_base.ob_base,
45621             & importlib__bootstrap_external_toplevel_consts_42.ob_base.ob_base,
45622             & importlib__bootstrap_external_toplevel_consts_43.ob_base.ob_base,
45623             & importlib__bootstrap_external_toplevel_consts_44.ob_base.ob_base,
45624             & importlib__bootstrap_external_toplevel_consts_45.ob_base.ob_base,
45625             & importlib__bootstrap_external_toplevel_consts_46.ob_base.ob_base,
45626             & importlib__bootstrap_external_toplevel_consts_47.ob_base.ob_base,
45627             Py_True,
45628             & importlib__bootstrap_external_toplevel_consts_49.ob_base.ob_base,
45629             & importlib__bootstrap_external_toplevel_consts_50.ob_base.ob_base,
45630             & importlib__bootstrap_toplevel_consts_26_consts_5._object.ob_base.ob_base,
45631             & importlib__bootstrap_external_toplevel_consts_52.ob_base.ob_base,
45632             & importlib__bootstrap_external_toplevel_consts_53.ob_base.ob_base,
45633             & const_str_WindowsRegistryFinder._ascii.ob_base,
45634             & importlib__bootstrap_external_toplevel_consts_55.ob_base.ob_base,
45635             & const_str__LoaderBasics._ascii.ob_base,
45636             & importlib__bootstrap_external_toplevel_consts_57.ob_base.ob_base,
45637             & const_str_SourceLoader._ascii.ob_base,
45638             & importlib__bootstrap_external_toplevel_consts_59.ob_base.ob_base,
45639             & const_str_FileLoader._ascii.ob_base,
45640             & importlib__bootstrap_external_toplevel_consts_61.ob_base.ob_base,
45641             & const_str_SourceFileLoader._ascii.ob_base,
45642             & importlib__bootstrap_external_toplevel_consts_63.ob_base.ob_base,
45643             & const_str_SourcelessFileLoader._ascii.ob_base,
45644             & importlib__bootstrap_external_toplevel_consts_65.ob_base.ob_base,
45645             & const_str_ExtensionFileLoader._ascii.ob_base,
45646             & importlib__bootstrap_external_toplevel_consts_67.ob_base.ob_base,
45647             & const_str__NamespacePath._ascii.ob_base,
45648             & importlib__bootstrap_external_toplevel_consts_69.ob_base.ob_base,
45649             & const_str_NamespaceLoader._ascii.ob_base,
45650             & importlib__bootstrap_external_toplevel_consts_71.ob_base.ob_base,
45651             & const_str_PathFinder._ascii.ob_base,
45652             & importlib__bootstrap_external_toplevel_consts_73.ob_base.ob_base,
45653             & const_str_FileFinder._ascii.ob_base,
45654             & importlib__bootstrap_external_toplevel_consts_75.ob_base.ob_base,
45655             & importlib__bootstrap_external_toplevel_consts_76.ob_base.ob_base,
45656             & importlib__bootstrap_external_toplevel_consts_77.ob_base.ob_base,
45657             & importlib__bootstrap_external_toplevel_consts_78.ob_base.ob_base,
45658             & importlib__bootstrap_external_toplevel_consts_79._object.ob_base.ob_base,
45659             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
45660             & importlib__bootstrap_external_toplevel_consts_81._object.ob_base.ob_base,
45661             & importlib__bootstrap_external_toplevel_consts_82._object.ob_base.ob_base,
45662             & importlib__bootstrap_external_toplevel_consts_83._object.ob_base.ob_base,
45663         },
45664     },
45665 };
45666 static
45667     struct {
45668         PyASCIIObject _ascii;
45669         uint8_t _data[3];
45670     }
45671 const_str_nt = {
45672     ._ascii = {
45673         .ob_base = {
45674             .ob_refcnt = 999999999,
45675             .ob_type = &PyUnicode_Type,
45676         },
45677         .length = 2,
45678         .hash = -1,
45679         .state = {
45680             .kind = 1,
45681             .compact = 1,
45682             .ascii = 1,
45683             .ready = 1,
45684         },
45685     },
45686     ._data = "nt",
45687 };
45688 static
45689     struct {
45690         PyASCIIObject _ascii;
45691         uint8_t _data[6];
45692     }
45693 const_str_posix = {
45694     ._ascii = {
45695         .ob_base = {
45696             .ob_refcnt = 999999999,
45697             .ob_type = &PyUnicode_Type,
45698         },
45699         .length = 5,
45700         .hash = -1,
45701         .state = {
45702             .kind = 1,
45703             .compact = 1,
45704             .ascii = 1,
45705             .ready = 1,
45706         },
45707     },
45708     ._data = "posix",
45709 };
45710 static
45711     struct {
45712         PyASCIIObject _ascii;
45713         uint8_t _data[4];
45714     }
45715 const_str_all = {
45716     ._ascii = {
45717         .ob_base = {
45718             .ob_refcnt = 999999999,
45719             .ob_type = &PyUnicode_Type,
45720         },
45721         .length = 3,
45722         .hash = -1,
45723         .state = {
45724             .kind = 1,
45725             .compact = 1,
45726             .ascii = 1,
45727             .ready = 1,
45728         },
45729     },
45730     ._data = "all",
45731 };
45732 static
45733     struct {
45734         PyASCIIObject _ascii;
45735         uint8_t _data[21];
45736     }
45737 const_str__pathseps_with_colon = {
45738     ._ascii = {
45739         .ob_base = {
45740             .ob_refcnt = 999999999,
45741             .ob_type = &PyUnicode_Type,
45742         },
45743         .length = 20,
45744         .hash = -1,
45745         .state = {
45746             .kind = 1,
45747             .compact = 1,
45748             .ascii = 1,
45749             .ready = 1,
45750         },
45751     },
45752     ._data = "_pathseps_with_colon",
45753 };
45754 static
45755     struct {
45756         PyASCIIObject _ascii;
45757         uint8_t _data[38];
45758     }
45759 const_str__CASE_INSENSITIVE_PLATFORMS_BYTES_KEY = {
45760     ._ascii = {
45761         .ob_base = {
45762             .ob_refcnt = 999999999,
45763             .ob_type = &PyUnicode_Type,
45764         },
45765         .length = 37,
45766         .hash = -1,
45767         .state = {
45768             .kind = 1,
45769             .compact = 1,
45770             .ascii = 1,
45771             .ready = 1,
45772         },
45773     },
45774     ._data = "_CASE_INSENSITIVE_PLATFORMS_BYTES_KEY",
45775 };
45776 static
45777     struct {
45778         PyASCIIObject _ascii;
45779         uint8_t _data[9];
45780     }
45781 const_str___code__ = {
45782     ._ascii = {
45783         .ob_base = {
45784             .ob_refcnt = 999999999,
45785             .ob_type = &PyUnicode_Type,
45786         },
45787         .length = 8,
45788         .hash = -1,
45789         .state = {
45790             .kind = 1,
45791             .compact = 1,
45792             .ascii = 1,
45793             .ready = 1,
45794         },
45795     },
45796     ._data = "__code__",
45797 };
45798 static
45799     struct {
45800         PyASCIIObject _ascii;
45801         uint8_t _data[24];
45802     }
45803 const_str_DEBUG_BYTECODE_SUFFIXES = {
45804     ._ascii = {
45805         .ob_base = {
45806             .ob_refcnt = 999999999,
45807             .ob_type = &PyUnicode_Type,
45808         },
45809         .length = 23,
45810         .hash = -1,
45811         .state = {
45812             .kind = 1,
45813             .compact = 1,
45814             .ascii = 1,
45815             .ready = 1,
45816         },
45817     },
45818     ._data = "DEBUG_BYTECODE_SUFFIXES",
45819 };
45820 static
45821     struct {
45822         PyASCIIObject _ascii;
45823         uint8_t _data[28];
45824     }
45825 const_str_OPTIMIZED_BYTECODE_SUFFIXES = {
45826     ._ascii = {
45827         .ob_base = {
45828             .ob_refcnt = 999999999,
45829             .ob_type = &PyUnicode_Type,
45830         },
45831         .length = 27,
45832         .hash = -1,
45833         .state = {
45834             .kind = 1,
45835             .compact = 1,
45836             .ascii = 1,
45837             .ready = 1,
45838         },
45839     },
45840     ._data = "OPTIMIZED_BYTECODE_SUFFIXES",
45841 };
45842 static
45843     struct {
45844         PyASCIIObject _ascii;
45845         uint8_t _data[17];
45846     }
45847 const_str__NamespaceLoader = {
45848     ._ascii = {
45849         .ob_base = {
45850             .ob_refcnt = 999999999,
45851             .ob_type = &PyUnicode_Type,
45852         },
45853         .length = 16,
45854         .hash = -1,
45855         .state = {
45856             .kind = 1,
45857             .compact = 1,
45858             .ascii = 1,
45859             .ready = 1,
45860         },
45861     },
45862     ._data = "_NamespaceLoader",
45863 };
45864 static
45865     struct {
45866         PyGC_Head _gc_head;
45867         struct {
45868             PyObject_VAR_HEAD
45869             PyObject *ob_item[86];
45870         }_object;
45871     }
45872 importlib__bootstrap_external_toplevel_names = {
45873     ._object = {
45874         .ob_base = {
45875             .ob_base = {
45876                 .ob_refcnt = 999999999,
45877                 .ob_type = &PyTuple_Type,
45878             },
45879             .ob_size = 86,
45880         },
45881         .ob_item = {
45882             &_Py_ID(__doc__),
45883             &_Py_ID(_bootstrap),
45884             & const_str__imp._ascii.ob_base,
45885             & const_str__io._ascii.ob_base,
45886             & const_str_sys._ascii.ob_base,
45887             & const_str__warnings._ascii.ob_base,
45888             & const_str_marshal._ascii.ob_base,
45889             & const_str_platform._ascii.ob_base,
45890             & const_str__MS_WINDOWS._ascii.ob_base,
45891             & const_str_nt._ascii.ob_base,
45892             & const_str__os._ascii.ob_base,
45893             & const_str_winreg._ascii.ob_base,
45894             & const_str_posix._ascii.ob_base,
45895             & const_str_path_separators._ascii.ob_base,
45896             & const_str_all._ascii.ob_base,
45897             & const_str_path_sep._ascii.ob_base,
45898             & const_str_tuple._ascii.ob_base,
45899             & const_str_path_sep_tuple._ascii.ob_base,
45900             &_Py_ID(join),
45901             & const_str__pathseps_with_colon._ascii.ob_base,
45902             & const_str__CASE_INSENSITIVE_PLATFORMS_STR_KEY._ascii.ob_base,
45903             & const_str__CASE_INSENSITIVE_PLATFORMS_BYTES_KEY._ascii.ob_base,
45904             & const_str__CASE_INSENSITIVE_PLATFORMS._ascii.ob_base,
45905             & const_str__make_relax_case._ascii.ob_base,
45906             & const_str__relax_case._ascii.ob_base,
45907             & const_str__pack_uint32._ascii.ob_base,
45908             & const_str__unpack_uint32._ascii.ob_base,
45909             & const_str__unpack_uint16._ascii.ob_base,
45910             & const_str__path_join._ascii.ob_base,
45911             & const_str__path_split._ascii.ob_base,
45912             & const_str__path_stat._ascii.ob_base,
45913             & const_str__path_is_mode_type._ascii.ob_base,
45914             & const_str__path_isfile._ascii.ob_base,
45915             & const_str__path_isdir._ascii.ob_base,
45916             & const_str__path_isabs._ascii.ob_base,
45917             & const_str__write_atomic._ascii.ob_base,
45918             & const_str_type._ascii.ob_base,
45919             & const_str___code__._ascii.ob_base,
45920             & const_str__code_type._ascii.ob_base,
45921             & const_str_to_bytes._ascii.ob_base,
45922             & const_str_MAGIC_NUMBER._ascii.ob_base,
45923             & const_str_int._ascii.ob_base,
45924             & const_str_from_bytes._ascii.ob_base,
45925             & const_str__RAW_MAGIC_NUMBER._ascii.ob_base,
45926             & const_str__PYCACHE._ascii.ob_base,
45927             & const_str__OPT._ascii.ob_base,
45928             & const_str_SOURCE_SUFFIXES._ascii.ob_base,
45929             &_Py_ID(append),
45930             & const_str_extension_suffixes._ascii.ob_base,
45931             & const_str_EXTENSION_SUFFIXES._ascii.ob_base,
45932             & const_str_BYTECODE_SUFFIXES._ascii.ob_base,
45933             & const_str_DEBUG_BYTECODE_SUFFIXES._ascii.ob_base,
45934             & const_str_OPTIMIZED_BYTECODE_SUFFIXES._ascii.ob_base,
45935             & const_str_cache_from_source._ascii.ob_base,
45936             & const_str_source_from_cache._ascii.ob_base,
45937             &_Py_ID(_get_sourcefile),
45938             & const_str__get_cached._ascii.ob_base,
45939             & const_str__calc_mode._ascii.ob_base,
45940             & const_str__check_name._ascii.ob_base,
45941             & const_str__find_module_shim._ascii.ob_base,
45942             & const_str__classify_pyc._ascii.ob_base,
45943             & const_str__validate_timestamp_pyc._ascii.ob_base,
45944             & const_str__validate_hash_pyc._ascii.ob_base,
45945             & const_str__compile_bytecode._ascii.ob_base,
45946             & const_str__code_to_timestamp_pyc._ascii.ob_base,
45947             & const_str__code_to_hash_pyc._ascii.ob_base,
45948             & const_str_decode_source._ascii.ob_base,
45949             & const_str_object._ascii.ob_base,
45950             & const_str__POPULATE._ascii.ob_base,
45951             & const_str_spec_from_file_location._ascii.ob_base,
45952             & const_str_WindowsRegistryFinder._ascii.ob_base,
45953             & const_str__LoaderBasics._ascii.ob_base,
45954             & const_str_SourceLoader._ascii.ob_base,
45955             & const_str_FileLoader._ascii.ob_base,
45956             & const_str_SourceFileLoader._ascii.ob_base,
45957             & const_str_SourcelessFileLoader._ascii.ob_base,
45958             & const_str_ExtensionFileLoader._ascii.ob_base,
45959             & const_str__NamespacePath._ascii.ob_base,
45960             & const_str_NamespaceLoader._ascii.ob_base,
45961             & const_str__NamespaceLoader._ascii.ob_base,
45962             & const_str_PathFinder._ascii.ob_base,
45963             & const_str_FileFinder._ascii.ob_base,
45964             &_Py_ID(_fix_up_module),
45965             & const_str__get_supported_file_loaders._ascii.ob_base,
45966             & const_str__set_bootstrap_module._ascii.ob_base,
45967             & const_str__install._ascii.ob_base,
45968         },
45969     },
45970 };
45971 static
45972     struct {
45973         PyObject_VAR_HEAD
45974         Py_hash_t ob_shash;
45975         char ob_sval[1612];
45976     }
45977 importlib__bootstrap_external_toplevel_linetable = {
45978     .ob_base = {
45979         .ob_base = {
45980             .ob_refcnt = 999999999,
45981             .ob_type = &PyBytes_Type,
45982         },
45983         .ob_size = 1611,
45984     },
45985     .ob_shash = -1,
45986     .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\x8c\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\xd1\x0a\x34\xd4\x0a\x34\xd1\x07\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\xd1\x11\x27\xd4\x11\x27\x80\x0e\xd8\x12\x14\x97\x27\x92\x27\x98\x2f\xd1\x12\x2a\xd4\x12\x2a\x80\x0f\xd8\x17\x39\xd0\x17\x39\xa8\x1f\xd0\x17\x39\xd1\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\xd1\x0e\x20\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\x13\x01\x0e\xf0\x00\x13\x01\x0e\xf0\x00\x13\x01\x0e\xf0\x00\x13\x01\x0e\xf0\x2c\x00\x0e\x12\x88\x54\x90\x2d\xd4\x12\x28\xd1\x0d\x29\xd4\x0d\x29\x80\x0a\xf0\x6a\x06\x00\x11\x15\x8f\x7f\x8a\x7f\x98\x71\xa0\x28\xd1\x0f\x2b\xd4\x0f\x2b\xa8\x67\xd1\x0f\x35\x80\x0c\xe0\x14\x17\x97\x4e\x92\x4e\xa0\x3c\xb0\x18\xd1\x14\x3a\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\xd2\x04\x1a\x98\x36\xd1\x04\x22\xd4\x04\x22\xd0\x04\x22\xe0\x15\x2c\x90\x54\xd4\x15\x2c\xd1\x15\x2e\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\xf0\x04\x44\x01\x01\x30\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\x0a\x01\x39\xf0\x00\x0a\x01\x39\xf0\x00\x0a\x01\x39\xf0\x00\x0a\x01\x39\xf0\x1a\x07\x01\x10\xf0\x00\x07\x01\x10\xf0\x00\x07\x01\x10\xf0\x00\x07\x01\x10\xf0\x14\x08\x01\x10\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\x89\x48\x8c\x48\x80\x09\xf0\x06\x44\x01\x01\x10\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\xf1\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\xf1\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\xf1\x00\x4d\x02\x01\x1b\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\xf1\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\xf1\x00\x2a\x01\x2d\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\xf1\x00\x16\x01\x14\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\xf1\x00\x32\x01\x19\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\xf1\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\xf1\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\xf1\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\xf1\x00\x5b\x02\x01\x34\xf4\x00\x5b\x02\x01\x34\xf0\x00\x5b\x02\x01\x34\xf0\x40\x05\x14\x01\x0d\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",
45987 };
45988 static
45989     struct _PyCode_DEF(1106)
45990 importlib__bootstrap_external_toplevel = {
45991     .ob_base = {
45992         .ob_base = {
45993             .ob_refcnt = 999999999,
45994             .ob_type = &PyCode_Type,
45995         },
45996         .ob_size = 553,
45997     },
45998     .co_consts = & importlib__bootstrap_external_toplevel_consts._object.ob_base.ob_base,
45999     .co_names = & importlib__bootstrap_external_toplevel_names._object.ob_base.ob_base,
46000     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
46001     .co_flags = 0,
46002     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
46003     ._co_linearray_entry_size = 0,
46004     .co_argcount = 0,
46005     .co_posonlyargcount = 0,
46006     .co_kwonlyargcount = 0,
46007     .co_stacksize = 6,
46008     .co_firstlineno = 1,
46009     .co_nlocalsplus = 0,
46010     .co_nlocals = 0,
46011     .co_nplaincellvars = 0,
46012     .co_ncellvars = 0,
46013     .co_nfreevars = 0,
46014     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
46015     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
46016     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
46017     .co_name = &_Py_STR(anon_module),
46018     .co_qualname = &_Py_STR(anon_module),
46019     .co_linetable = & importlib__bootstrap_external_toplevel_linetable.ob_base.ob_base,
46020     ._co_code = NULL,
46021     ._co_linearray = NULL,
46022     .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\x07\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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x11\x64\x07\xa0\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x0d\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0d\x64\x08\x84\x00\x65\x0d\x44\x00\xa6\x00\x00\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\xa6\x00\x00\x00\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\x25\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x26\x64\x1a\xa0\x27\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x1b\x64\x1c\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x1d\x7a\x00\x00\x00\x5a\x28\x65\x29\xa0\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x28\x64\x1c\xa6\x02\x00\x00\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\x15\x65\x2e\xa0\x2f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x21\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x02\x6a\x30\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\xa6\x00\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x46\x02\x00\x47\x00\x64\x37\x84\x00\x64\x38\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x47\x02\x00\x47\x00\x64\x39\x84\x00\x64\x3a\x65\x47\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x48\x02\x00\x47\x00\x64\x3b\x84\x00\x64\x3c\xa6\x02\x00\x00\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\xa6\x04\x00\x00\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\xa6\x04\x00\x00\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\xa6\x04\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x4c\x02\x00\x47\x00\x64\x43\x84\x00\x64\x44\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x4d\x02\x00\x47\x00\x64\x45\x84\x00\x64\x46\xa6\x02\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x50\x02\x00\x47\x00\x64\x49\x84\x00\x64\x4a\xa6\x02\x00\x00\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",
46023     ._co_firsttraceable = 0,
46024 };
importlib__bootstrap_external_do_patchups(void)46025 static void importlib__bootstrap_external_do_patchups(void) {
46026 }
46027 
46028 PyObject *
_Py_get_importlib__bootstrap_external_toplevel(void)46029 _Py_get_importlib__bootstrap_external_toplevel(void)
46030 {
46031     importlib__bootstrap_external_do_patchups();
46032     return Py_NewRef((PyObject *) &importlib__bootstrap_external_toplevel);
46033 }
46034 
46035 static
46036     struct {
46037         PyASCIIObject _ascii;
46038         uint8_t _data[593];
46039     }
46040 zipimport_toplevel_consts_0 = {
46041     ._ascii = {
46042         .ob_base = {
46043             .ob_refcnt = 999999999,
46044             .ob_type = &PyUnicode_Type,
46045         },
46046         .length = 592,
46047         .hash = -1,
46048         .state = {
46049             .kind = 1,
46050             .compact = 1,
46051             .ascii = 1,
46052             .ready = 1,
46053         },
46054     },
46055     ._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",
46056 };
46057 static
46058     struct {
46059         PyGC_Head _gc_head;
46060         struct {
46061             PyObject_VAR_HEAD
46062             PyObject *ob_item[2];
46063         }_object;
46064     }
46065 zipimport_toplevel_consts_3 = {
46066     ._object = {
46067         .ob_base = {
46068             .ob_base = {
46069                 .ob_refcnt = 999999999,
46070                 .ob_type = &PyTuple_Type,
46071             },
46072             .ob_size = 2,
46073         },
46074         .ob_item = {
46075             & const_str__unpack_uint16._ascii.ob_base,
46076             & const_str__unpack_uint32._ascii.ob_base,
46077         },
46078     },
46079 };
46080 static
46081     struct {
46082         PyASCIIObject _ascii;
46083         uint8_t _data[15];
46084     }
46085 const_str_ZipImportError = {
46086     ._ascii = {
46087         .ob_base = {
46088             .ob_refcnt = 999999999,
46089             .ob_type = &PyUnicode_Type,
46090         },
46091         .length = 14,
46092         .hash = -1,
46093         .state = {
46094             .kind = 1,
46095             .compact = 1,
46096             .ascii = 1,
46097             .ready = 1,
46098         },
46099     },
46100     ._data = "ZipImportError",
46101 };
46102 static
46103     struct {
46104         PyGC_Head _gc_head;
46105         struct {
46106             PyObject_VAR_HEAD
46107             PyObject *ob_item[2];
46108         }_object;
46109     }
46110 zipimport_toplevel_consts_7_consts = {
46111     ._object = {
46112         .ob_base = {
46113             .ob_base = {
46114                 .ob_refcnt = 999999999,
46115                 .ob_type = &PyTuple_Type,
46116             },
46117             .ob_size = 2,
46118         },
46119         .ob_item = {
46120             & const_str_ZipImportError._ascii.ob_base,
46121             Py_None,
46122         },
46123     },
46124 };
46125 static
46126     struct {
46127         PyASCIIObject _ascii;
46128         uint8_t _data[19];
46129     }
46130 zipimport_toplevel_consts_7_filename = {
46131     ._ascii = {
46132         .ob_base = {
46133             .ob_refcnt = 999999999,
46134             .ob_type = &PyUnicode_Type,
46135         },
46136         .length = 18,
46137         .hash = -1,
46138         .state = {
46139             .kind = 1,
46140             .compact = 1,
46141             .ascii = 1,
46142             .ready = 1,
46143         },
46144     },
46145     ._data = "<frozen zipimport>",
46146 };
46147 static
46148     struct _PyCode_DEF(14)
46149 zipimport_toplevel_consts_7 = {
46150     .ob_base = {
46151         .ob_base = {
46152             .ob_refcnt = 999999999,
46153             .ob_type = &PyCode_Type,
46154         },
46155         .ob_size = 7,
46156     },
46157     .co_consts = & zipimport_toplevel_consts_7_consts._object.ob_base.ob_base,
46158     .co_names = & importlib__bootstrap_toplevel_consts_5_names._object.ob_base.ob_base,
46159     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
46160     .co_flags = 0,
46161     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
46162     ._co_linearray_entry_size = 0,
46163     .co_argcount = 0,
46164     .co_posonlyargcount = 0,
46165     .co_kwonlyargcount = 0,
46166     .co_stacksize = 1,
46167     .co_firstlineno = 34,
46168     .co_nlocalsplus = 0,
46169     .co_nlocals = 0,
46170     .co_nplaincellvars = 0,
46171     .co_ncellvars = 0,
46172     .co_nfreevars = 0,
46173     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
46174     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
46175     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
46176     .co_name = & const_str_ZipImportError._ascii.ob_base,
46177     .co_qualname = & const_str_ZipImportError._ascii.ob_base,
46178     .co_linetable = & importlib__bootstrap_toplevel_consts_5_linetable.ob_base.ob_base,
46179     ._co_code = NULL,
46180     ._co_linearray = NULL,
46181     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x53\x00",
46182     ._co_firsttraceable = 0,
46183 };
46184 static
46185     struct {
46186         PyObject_VAR_HEAD
46187         Py_hash_t ob_shash;
46188         char ob_sval[5];
46189     }
46190 zipimport_toplevel_consts_9 = {
46191     .ob_base = {
46192         .ob_base = {
46193             .ob_refcnt = 999999999,
46194             .ob_type = &PyBytes_Type,
46195         },
46196         .ob_size = 4,
46197     },
46198     .ob_shash = -1,
46199     .ob_sval = "\x50\x4b\x05\x06",
46200 };
46201 #if PYLONG_BITS_IN_DIGIT == 15
46202 static
46203     struct {
46204         PyObject_VAR_HEAD
46205         digit ob_digit[2];
46206     }
46207 const_int_65535 = {
46208     .ob_base = {
46209         .ob_base = {
46210             .ob_refcnt = 999999999,
46211             .ob_type = &PyLong_Type,
46212         },
46213         .ob_size = 2,
46214     },
46215     .ob_digit = { 32767, 1 },
46216 };
46217 #elif PYLONG_BITS_IN_DIGIT == 30
46218 static
46219     struct {
46220         PyObject_VAR_HEAD
46221         digit ob_digit[1];
46222     }
46223 const_int_65535 = {
46224     .ob_base = {
46225         .ob_base = {
46226             .ob_refcnt = 999999999,
46227             .ob_type = &PyLong_Type,
46228         },
46229         .ob_size = 1,
46230     },
46231     .ob_digit = { 65535 },
46232 };
46233 #else
46234 #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
46235 #endif
46236 static
46237     struct {
46238         PyASCIIObject _ascii;
46239         uint8_t _data[512];
46240     }
46241 zipimport_toplevel_consts_11_consts_1 = {
46242     ._ascii = {
46243         .ob_base = {
46244             .ob_refcnt = 999999999,
46245             .ob_type = &PyUnicode_Type,
46246         },
46247         .length = 511,
46248         .hash = -1,
46249         .state = {
46250             .kind = 1,
46251             .compact = 1,
46252             .ascii = 1,
46253             .ready = 1,
46254         },
46255     },
46256     ._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",
46257 };
46258 static
46259     struct {
46260         PyASCIIObject _ascii;
46261         uint8_t _data[19];
46262     }
46263 zipimport_toplevel_consts_11_consts_2_consts_1 = {
46264     ._ascii = {
46265         .ob_base = {
46266             .ob_refcnt = 999999999,
46267             .ob_type = &PyUnicode_Type,
46268         },
46269         .length = 18,
46270         .hash = -1,
46271         .state = {
46272             .kind = 1,
46273             .compact = 1,
46274             .ascii = 1,
46275             .ready = 1,
46276         },
46277     },
46278     ._data = "expected str, not ",
46279 };
46280 static
46281     struct {
46282         PyASCIIObject _ascii;
46283         uint8_t _data[22];
46284     }
46285 zipimport_toplevel_consts_11_consts_2_consts_2 = {
46286     ._ascii = {
46287         .ob_base = {
46288             .ob_refcnt = 999999999,
46289             .ob_type = &PyUnicode_Type,
46290         },
46291         .length = 21,
46292         .hash = -1,
46293         .state = {
46294             .kind = 1,
46295             .compact = 1,
46296             .ascii = 1,
46297             .ready = 1,
46298         },
46299     },
46300     ._data = "archive path is empty",
46301 };
46302 static
46303     struct {
46304         PyASCIIObject _ascii;
46305         uint8_t _data[15];
46306     }
46307 zipimport_toplevel_consts_11_consts_2_consts_7 = {
46308     ._ascii = {
46309         .ob_base = {
46310             .ob_refcnt = 999999999,
46311             .ob_type = &PyUnicode_Type,
46312         },
46313         .length = 14,
46314         .hash = -1,
46315         .state = {
46316             .kind = 1,
46317             .compact = 1,
46318             .ascii = 1,
46319             .ready = 1,
46320         },
46321     },
46322     ._data = "not a Zip file",
46323 };
46324 static
46325     struct {
46326         PyGC_Head _gc_head;
46327         struct {
46328             PyObject_VAR_HEAD
46329             PyObject *ob_item[9];
46330         }_object;
46331     }
46332 zipimport_toplevel_consts_11_consts_2_consts = {
46333     ._object = {
46334         .ob_base = {
46335             .ob_base = {
46336                 .ob_refcnt = 999999999,
46337                 .ob_type = &PyTuple_Type,
46338             },
46339             .ob_size = 9,
46340         },
46341         .ob_item = {
46342             Py_None,
46343             & zipimport_toplevel_consts_11_consts_2_consts_1._ascii.ob_base,
46344             & zipimport_toplevel_consts_11_consts_2_consts_2._ascii.ob_base,
46345             & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
46346             Py_True,
46347             & const_int_61440.ob_base.ob_base,
46348             & const_int_32768.ob_base.ob_base,
46349             & zipimport_toplevel_consts_11_consts_2_consts_7._ascii.ob_base,
46350             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
46351         },
46352     },
46353 };
46354 static
46355     struct {
46356         PyASCIIObject _ascii;
46357         uint8_t _data[13];
46358     }
46359 const_str_alt_path_sep = {
46360     ._ascii = {
46361         .ob_base = {
46362             .ob_refcnt = 999999999,
46363             .ob_type = &PyUnicode_Type,
46364         },
46365         .length = 12,
46366         .hash = -1,
46367         .state = {
46368             .kind = 1,
46369             .compact = 1,
46370             .ascii = 1,
46371             .ready = 1,
46372         },
46373     },
46374     ._data = "alt_path_sep",
46375 };
46376 static
46377     struct {
46378         PyASCIIObject _ascii;
46379         uint8_t _data[21];
46380     }
46381 const_str__zip_directory_cache = {
46382     ._ascii = {
46383         .ob_base = {
46384             .ob_refcnt = 999999999,
46385             .ob_type = &PyUnicode_Type,
46386         },
46387         .length = 20,
46388         .hash = -1,
46389         .state = {
46390             .kind = 1,
46391             .compact = 1,
46392             .ascii = 1,
46393             .ready = 1,
46394         },
46395     },
46396     ._data = "_zip_directory_cache",
46397 };
46398 static
46399     struct {
46400         PyASCIIObject _ascii;
46401         uint8_t _data[16];
46402     }
46403 const_str__read_directory = {
46404     ._ascii = {
46405         .ob_base = {
46406             .ob_refcnt = 999999999,
46407             .ob_type = &PyUnicode_Type,
46408         },
46409         .length = 15,
46410         .hash = -1,
46411         .state = {
46412             .kind = 1,
46413             .compact = 1,
46414             .ascii = 1,
46415             .ready = 1,
46416         },
46417     },
46418     ._data = "_read_directory",
46419 };
46420 static
46421     struct {
46422         PyASCIIObject _ascii;
46423         uint8_t _data[7];
46424     }
46425 const_str__files = {
46426     ._ascii = {
46427         .ob_base = {
46428             .ob_refcnt = 999999999,
46429             .ob_type = &PyUnicode_Type,
46430         },
46431         .length = 6,
46432         .hash = -1,
46433         .state = {
46434             .kind = 1,
46435             .compact = 1,
46436             .ascii = 1,
46437             .ready = 1,
46438         },
46439     },
46440     ._data = "_files",
46441 };
46442 static
46443     struct {
46444         PyASCIIObject _ascii;
46445         uint8_t _data[8];
46446     }
46447 const_str_archive = {
46448     ._ascii = {
46449         .ob_base = {
46450             .ob_refcnt = 999999999,
46451             .ob_type = &PyUnicode_Type,
46452         },
46453         .length = 7,
46454         .hash = -1,
46455         .state = {
46456             .kind = 1,
46457             .compact = 1,
46458             .ascii = 1,
46459             .ready = 1,
46460         },
46461     },
46462     ._data = "archive",
46463 };
46464 static
46465     struct {
46466         PyASCIIObject _ascii;
46467         uint8_t _data[7];
46468     }
46469 const_str_prefix = {
46470     ._ascii = {
46471         .ob_base = {
46472             .ob_refcnt = 999999999,
46473             .ob_type = &PyUnicode_Type,
46474         },
46475         .length = 6,
46476         .hash = -1,
46477         .state = {
46478             .kind = 1,
46479             .compact = 1,
46480             .ascii = 1,
46481             .ready = 1,
46482         },
46483     },
46484     ._data = "prefix",
46485 };
46486 static
46487     struct {
46488         PyGC_Head _gc_head;
46489         struct {
46490             PyObject_VAR_HEAD
46491             PyObject *ob_item[22];
46492         }_object;
46493     }
46494 zipimport_toplevel_consts_11_consts_2_names = {
46495     ._object = {
46496         .ob_base = {
46497             .ob_base = {
46498                 .ob_refcnt = 999999999,
46499                 .ob_type = &PyTuple_Type,
46500             },
46501             .ob_size = 22,
46502         },
46503         .ob_item = {
46504             &_Py_ID(isinstance),
46505             & const_str_str._ascii.ob_base,
46506             & const_str_TypeError._ascii.ob_base,
46507             & const_str_type._ascii.ob_base,
46508             & const_str_ZipImportError._ascii.ob_base,
46509             & const_str_alt_path_sep._ascii.ob_base,
46510             &_Py_ID(replace),
46511             & const_str_path_sep._ascii.ob_base,
46512             & const_str__bootstrap_external._ascii.ob_base,
46513             & const_str__path_stat._ascii.ob_base,
46514             & const_str_st_mode._ascii.ob_base,
46515             & const_str_OSError._ascii.ob_base,
46516             & const_str_ValueError._ascii.ob_base,
46517             & const_str__path_split._ascii.ob_base,
46518             &_Py_ID(append),
46519             & const_str__zip_directory_cache._ascii.ob_base,
46520             & const_str_KeyError._ascii.ob_base,
46521             & const_str__read_directory._ascii.ob_base,
46522             & const_str__files._ascii.ob_base,
46523             & const_str_archive._ascii.ob_base,
46524             & const_str__path_join._ascii.ob_base,
46525             & const_str_prefix._ascii.ob_base,
46526         },
46527     },
46528 };
46529 static
46530     struct {
46531         PyASCIIObject _ascii;
46532         uint8_t _data[21];
46533     }
46534 zipimport_toplevel_consts_11_consts_2_qualname = {
46535     ._ascii = {
46536         .ob_base = {
46537             .ob_refcnt = 999999999,
46538             .ob_type = &PyUnicode_Type,
46539         },
46540         .length = 20,
46541         .hash = -1,
46542         .state = {
46543             .kind = 1,
46544             .compact = 1,
46545             .ascii = 1,
46546             .ready = 1,
46547         },
46548     },
46549     ._data = "zipimporter.__init__",
46550 };
46551 static
46552     struct {
46553         PyObject_VAR_HEAD
46554         Py_hash_t ob_shash;
46555         char ob_sval[456];
46556     }
46557 zipimport_toplevel_consts_11_consts_2_linetable = {
46558     .ob_base = {
46559         .ob_base = {
46560             .ob_refcnt = 999999999,
46561             .ob_type = &PyBytes_Type,
46562         },
46563         .ob_size = 455,
46564     },
46565     .ob_shash = -1,
46566     .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x24\xa5\x03\xd1\x0f\x24\xd4\x0f\x24\xf0\x00\x01\x09\x41\x01\xdd\x12\x1b\xd0\x1c\x3f\xb5\x14\xb0\x64\xb1\x1a\xb4\x1a\xd0\x1c\x3f\xd0\x1c\x3f\xd1\x12\x40\xd4\x12\x40\xd0\x0c\x40\xd8\x0f\x13\xf0\x00\x01\x09\x45\x01\xdd\x12\x20\xd0\x21\x38\xb8\x74\xd0\x12\x44\xd1\x12\x44\xd4\x12\x44\xd0\x0c\x44\xdd\x0b\x17\xf0\x00\x01\x09\x38\xd8\x13\x17\x97\x3c\x92\x3c\xa5\x0c\xad\x68\xd1\x13\x37\xd4\x13\x37\x88\x44\xe0\x11\x13\x88\x06\xf0\x02\x10\x09\x16\xf0\x02\x0f\x0d\x16\xdd\x15\x28\xd4\x15\x33\xb0\x44\xd1\x15\x39\xd4\x15\x39\x90\x02\xf0\x16\x00\x15\x17\x94\x4a\xa0\x18\xd1\x14\x29\xa8\x68\xd2\x13\x36\xd0\x13\x36\xe5\x1a\x28\xd0\x29\x39\xc0\x04\xd0\x1a\x45\xd1\x1a\x45\xd4\x1a\x45\xd0\x14\x45\xd8\x10\x15\xf8\xf5\x1b\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\x38\xd4\x24\x43\xc0\x44\xd1\x24\x49\xd4\x24\x49\xd1\x10\x21\x90\x07\x98\x18\xd8\x13\x1a\x98\x64\x92\x3f\x90\x3f\xdd\x1a\x28\xd0\x29\x39\xc0\x04\xd0\x1a\x45\xd1\x1a\x45\xd4\x1a\x45\xd0\x14\x45\xd8\x17\x1e\x90\x04\xd8\x10\x16\x97\x0d\x92\x0d\x98\x68\xd1\x10\x27\xd4\x10\x27\xd0\x10\x27\xd0\x10\x27\xd0\x10\x27\xf0\x0f\x07\x0d\x28\xf8\xf8\xf8\xf0\x07\x10\x09\x16\xf0\x24\x04\x09\x2f\xdd\x14\x28\xa8\x14\xd4\x14\x2e\x88\x45\x88\x45\xf8\xdd\x0f\x17\xf0\x00\x02\x09\x2f\xf0\x00\x02\x09\x2f\xf0\x00\x02\x09\x2f\xdd\x14\x23\xa0\x44\xd1\x14\x29\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\xf0\x06\x00\x17\x1c\x88\x04\x8c\x0b\xd8\x17\x1b\x88\x04\x8c\x0c\xe5\x16\x29\xd4\x16\x34\xb0\x66\xb8\x54\xb8\x54\xb8\x72\xb8\x54\xb4\x6c\xd0\x16\x43\x88\x04\x8c\x0b\xd8\x0b\x0f\x8c\x3b\xf0\x00\x01\x09\x24\xd8\x0c\x10\x88\x4b\x8c\x4b\x9d\x38\xd1\x0c\x23\x88\x4b\x8c\x4b\x88\x4b\x88\x4b\xf0\x03\x01\x09\x24\xf0\x00\x01\x09\x24",
46567 };
46568 static
46569     struct {
46570         PyObject_VAR_HEAD
46571         Py_hash_t ob_shash;
46572         char ob_sval[38];
46573     }
46574 zipimport_toplevel_consts_11_consts_2_exceptiontable = {
46575     .ob_base = {
46576         .ob_base = {
46577             .ob_refcnt = 999999999,
46578             .ob_type = &PyBytes_Type,
46579         },
46580         .ob_size = 37,
46581     },
46582     .ob_shash = -1,
46583     .ob_sval = "\xc1\x33\x14\x42\x27\x00\xc2\x27\x41\x16\x44\x00\x03\xc3\x3f\x01\x44\x00\x03\xc4\x05\x0d\x44\x13\x00\xc4\x13\x23\x44\x39\x03\xc4\x38\x01\x44\x39\x03",
46584 };
46585 static
46586     struct {
46587         PyASCIIObject _ascii;
46588         uint8_t _data[9];
46589     }
46590 const_str_basename = {
46591     ._ascii = {
46592         .ob_base = {
46593             .ob_refcnt = 999999999,
46594             .ob_type = &PyUnicode_Type,
46595         },
46596         .length = 8,
46597         .hash = -1,
46598         .state = {
46599             .kind = 1,
46600             .compact = 1,
46601             .ascii = 1,
46602             .ready = 1,
46603         },
46604     },
46605     ._data = "basename",
46606 };
46607 static
46608     struct {
46609         PyASCIIObject _ascii;
46610         uint8_t _data[6];
46611     }
46612 const_str_files = {
46613     ._ascii = {
46614         .ob_base = {
46615             .ob_refcnt = 999999999,
46616             .ob_type = &PyUnicode_Type,
46617         },
46618         .length = 5,
46619         .hash = -1,
46620         .state = {
46621             .kind = 1,
46622             .compact = 1,
46623             .ascii = 1,
46624             .ready = 1,
46625         },
46626     },
46627     ._data = "files",
46628 };
46629 static
46630     struct {
46631         PyGC_Head _gc_head;
46632         struct {
46633             PyObject_VAR_HEAD
46634             PyObject *ob_item[7];
46635         }_object;
46636     }
46637 zipimport_toplevel_consts_11_consts_2_localsplusnames = {
46638     ._object = {
46639         .ob_base = {
46640             .ob_base = {
46641                 .ob_refcnt = 999999999,
46642                 .ob_type = &PyTuple_Type,
46643             },
46644             .ob_size = 7,
46645         },
46646         .ob_item = {
46647             & const_str_self._ascii.ob_base,
46648             &_Py_ID(path),
46649             & const_str_prefix._ascii.ob_base,
46650             & const_str_st._ascii.ob_base,
46651             & const_str_dirname._ascii.ob_base,
46652             & const_str_basename._ascii.ob_base,
46653             & const_str_files._ascii.ob_base,
46654         },
46655     },
46656 };
46657 static
46658     struct _PyCode_DEF(780)
46659 zipimport_toplevel_consts_11_consts_2 = {
46660     .ob_base = {
46661         .ob_base = {
46662             .ob_refcnt = 999999999,
46663             .ob_type = &PyCode_Type,
46664         },
46665         .ob_size = 390,
46666     },
46667     .co_consts = & zipimport_toplevel_consts_11_consts_2_consts._object.ob_base.ob_base,
46668     .co_names = & zipimport_toplevel_consts_11_consts_2_names._object.ob_base.ob_base,
46669     .co_exceptiontable = & zipimport_toplevel_consts_11_consts_2_exceptiontable.ob_base.ob_base,
46670     .co_flags = 3,
46671     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
46672     ._co_linearray_entry_size = 0,
46673     .co_argcount = 2,
46674     .co_posonlyargcount = 0,
46675     .co_kwonlyargcount = 0,
46676     .co_stacksize = 6,
46677     .co_firstlineno = 64,
46678     .co_nlocalsplus = 7,
46679     .co_nlocals = 7,
46680     .co_nplaincellvars = 0,
46681     .co_ncellvars = 0,
46682     .co_nfreevars = 0,
46683     .co_localsplusnames = & zipimport_toplevel_consts_11_consts_2_localsplusnames._object.ob_base.ob_base,
46684     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
46685     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
46686     .co_name = &_Py_ID(__init__),
46687     .co_qualname = & zipimport_toplevel_consts_11_consts_2_qualname._ascii.ob_base,
46688     .co_linetable = & zipimport_toplevel_consts_11_consts_2_linetable.ob_base.ob_base,
46689     ._co_code = NULL,
46690     ._co_linearray = NULL,
46691     .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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x1f\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\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x02\x9d\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x01\x73\x11\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x7c\x01\xac\x03\xa6\x02\x00\x00\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\x20\x7c\x01\xa0\x06\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x67\x00\x7d\x02\x09\x00\x09\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x7a\x01\x00\x00\x64\x06\x6b\x03\x00\x00\x00\x00\x72\x11\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\x7c\x01\xac\x03\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x6e\x5d\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\x48\x01\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x04\x7d\x05\x7c\x04\x7c\x01\x6b\x02\x00\x00\x00\x00\x72\x11\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\x7c\x01\xac\x03\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x04\x7d\x01\x7c\x02\xa0\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xa6\x01\x00\x00\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\x92\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\x06\x6e\x29\x23\x00\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1c\x01\x00\x74\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x74\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3c\x00\x00\x00\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x06\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\x14\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\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\x15\x00\x00\x00\x00\x00\x00\x00\x00\x72\x17\x7c\x00\x78\x01\x6a\x15\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",
46692     ._co_firsttraceable = 0,
46693 };
46694 static
46695     struct {
46696         PyASCIIObject _ascii;
46697         uint8_t _data[560];
46698     }
46699 zipimport_toplevel_consts_11_consts_4_consts_0 = {
46700     ._ascii = {
46701         .ob_base = {
46702             .ob_refcnt = 999999999,
46703             .ob_type = &PyUnicode_Type,
46704         },
46705         .length = 559,
46706         .hash = -1,
46707         .state = {
46708             .kind = 1,
46709             .compact = 1,
46710             .ascii = 1,
46711             .ready = 1,
46712         },
46713     },
46714     ._data = "\x66\x69\x6e\x64\x5f\x6c\x6f\x61\x64\x65\x72\x28\x66\x75\x6c\x6c\x6e\x61\x6d\x65\x2c\x20\x70\x61\x74\x68\x3d\x4e\x6f\x6e\x65\x29\x20\x2d\x3e\x20\x73\x65\x6c\x66\x2c\x20\x73\x74\x72\x20\x6f\x72\x20\x4e\x6f\x6e\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x53\x65\x61\x72\x63\x68\x20\x66\x6f\x72\x20\x61\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\x7a\x69\x70\x69\x6d\x70\x6f\x72\x74\x65\x72\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x73\x74\x61\x6e\x63\x65\x20\x69\x74\x73\x65\x6c\x66\x20\x69\x66\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x77\x61\x73\x20\x66\x6f\x75\x6e\x64\x2c\x20\x61\x20\x73\x74\x72\x69\x6e\x67\x20\x63\x6f\x6e\x74\x61\x69\x6e\x69\x6e\x67\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x66\x75\x6c\x6c\x20\x70\x61\x74\x68\x20\x6e\x61\x6d\x65\x20\x69\x66\x20\x69\x74\x27\x73\x20\x70\x6f\x73\x73\x69\x62\x6c\x79\x20\x61\x20\x70\x6f\x72\x74\x69\x6f\x6e\x20\x6f\x66\x20\x61\x20\x6e\x61\x6d\x65\x73\x70\x61\x63\x65\x20\x70\x61\x63\x6b\x61\x67\x65\x2c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x72\x20\x4e\x6f\x6e\x65\x20\x6f\x74\x68\x65\x72\x77\x69\x73\x65\x2e\x20\x54\x68\x65\x20\x6f\x70\x74\x69\x6f\x6e\x61\x6c\x20\x27\x70\x61\x74\x68\x27\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x69\x73\x20\x69\x67\x6e\x6f\x72\x65\x64\x20\x2d\x2d\x20\x69\x74\x27\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x74\x68\x65\x72\x65\x20\x66\x6f\x72\x20\x63\x6f\x6d\x70\x61\x74\x69\x62\x69\x6c\x69\x74\x79\x20\x77\x69\x74\x68\x20\x74\x68\x65\x20\x69\x6d\x70\x6f\x72\x74\x65\x72\x20\x70\x72\x6f\x74\x6f\x63\x6f\x6c\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\x66\x69\x6e\x64\x5f\x73\x70\x65\x63\x28\x29\x20\x69\x6e\x73\x74\x65\x61\x64\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
46715 };
46716 static
46717     struct {
46718         PyASCIIObject _ascii;
46719         uint8_t _data[103];
46720     }
46721 zipimport_toplevel_consts_11_consts_4_consts_1 = {
46722     ._ascii = {
46723         .ob_base = {
46724             .ob_refcnt = 999999999,
46725             .ob_type = &PyUnicode_Type,
46726         },
46727         .length = 102,
46728         .hash = -1,
46729         .state = {
46730             .kind = 1,
46731             .compact = 1,
46732             .ascii = 1,
46733             .ready = 1,
46734         },
46735     },
46736     ._data = "zipimporter.find_loader() is deprecated and slated for removal in Python 3.12; use find_spec() instead",
46737 };
46738 static
46739     struct {
46740         PyGC_Head _gc_head;
46741         struct {
46742             PyObject_VAR_HEAD
46743             PyObject *ob_item[3];
46744         }_object;
46745     }
46746 zipimport_toplevel_consts_11_consts_4_consts = {
46747     ._object = {
46748         .ob_base = {
46749             .ob_base = {
46750                 .ob_refcnt = 999999999,
46751                 .ob_type = &PyTuple_Type,
46752             },
46753             .ob_size = 3,
46754         },
46755         .ob_item = {
46756             & zipimport_toplevel_consts_11_consts_4_consts_0._ascii.ob_base,
46757             & zipimport_toplevel_consts_11_consts_4_consts_1._ascii.ob_base,
46758             Py_None,
46759         },
46760     },
46761 };
46762 static
46763     struct {
46764         PyASCIIObject _ascii;
46765         uint8_t _data[17];
46766     }
46767 const_str__get_module_info = {
46768     ._ascii = {
46769         .ob_base = {
46770             .ob_refcnt = 999999999,
46771             .ob_type = &PyUnicode_Type,
46772         },
46773         .length = 16,
46774         .hash = -1,
46775         .state = {
46776             .kind = 1,
46777             .compact = 1,
46778             .ascii = 1,
46779             .ready = 1,
46780         },
46781     },
46782     ._data = "_get_module_info",
46783 };
46784 static
46785     struct {
46786         PyASCIIObject _ascii;
46787         uint8_t _data[17];
46788     }
46789 const_str__get_module_path = {
46790     ._ascii = {
46791         .ob_base = {
46792             .ob_refcnt = 999999999,
46793             .ob_type = &PyUnicode_Type,
46794         },
46795         .length = 16,
46796         .hash = -1,
46797         .state = {
46798             .kind = 1,
46799             .compact = 1,
46800             .ascii = 1,
46801             .ready = 1,
46802         },
46803     },
46804     ._data = "_get_module_path",
46805 };
46806 static
46807     struct {
46808         PyASCIIObject _ascii;
46809         uint8_t _data[8];
46810     }
46811 const_str__is_dir = {
46812     ._ascii = {
46813         .ob_base = {
46814             .ob_refcnt = 999999999,
46815             .ob_type = &PyUnicode_Type,
46816         },
46817         .length = 7,
46818         .hash = -1,
46819         .state = {
46820             .kind = 1,
46821             .compact = 1,
46822             .ascii = 1,
46823             .ready = 1,
46824         },
46825     },
46826     ._data = "_is_dir",
46827 };
46828 static
46829     struct {
46830         PyGC_Head _gc_head;
46831         struct {
46832             PyObject_VAR_HEAD
46833             PyObject *ob_item[8];
46834         }_object;
46835     }
46836 zipimport_toplevel_consts_11_consts_4_names = {
46837     ._object = {
46838         .ob_base = {
46839             .ob_base = {
46840                 .ob_refcnt = 999999999,
46841                 .ob_type = &PyTuple_Type,
46842             },
46843             .ob_size = 8,
46844         },
46845         .ob_item = {
46846             & const_str__warnings._ascii.ob_base,
46847             & const_str_warn._ascii.ob_base,
46848             & const_str_DeprecationWarning._ascii.ob_base,
46849             & const_str__get_module_info._ascii.ob_base,
46850             & const_str__get_module_path._ascii.ob_base,
46851             & const_str__is_dir._ascii.ob_base,
46852             & const_str_archive._ascii.ob_base,
46853             & const_str_path_sep._ascii.ob_base,
46854         },
46855     },
46856 };
46857 static
46858     struct {
46859         PyASCIIObject _ascii;
46860         uint8_t _data[24];
46861     }
46862 zipimport_toplevel_consts_11_consts_4_qualname = {
46863     ._ascii = {
46864         .ob_base = {
46865             .ob_refcnt = 999999999,
46866             .ob_type = &PyUnicode_Type,
46867         },
46868         .length = 23,
46869         .hash = -1,
46870         .state = {
46871             .kind = 1,
46872             .compact = 1,
46873             .ascii = 1,
46874             .ready = 1,
46875         },
46876     },
46877     ._data = "zipimporter.find_loader",
46878 };
46879 static
46880     struct {
46881         PyObject_VAR_HEAD
46882         Py_hash_t ob_shash;
46883         char ob_sval[144];
46884     }
46885 zipimport_toplevel_consts_11_consts_4_linetable = {
46886     .ob_base = {
46887         .ob_base = {
46888             .ob_refcnt = 999999999,
46889             .ob_type = &PyBytes_Type,
46890         },
46891         .ob_size = 143,
46892     },
46893     .ob_shash = -1,
46894     .ob_sval = "\x80\x00\xf5\x18\x00\x09\x12\x8c\x0e\xf0\x00\x01\x18\x49\x01\xe5\x17\x29\xf1\x05\x02\x09\x2b\xf4\x00\x02\x09\x2b\xf0\x00\x02\x09\x2b\xf5\x06\x00\x0e\x1e\x98\x64\xa0\x48\xd1\x0d\x2d\xd4\x0d\x2d\x88\x02\xd8\x0b\x0d\x88\x3e\xe0\x13\x17\x98\x12\x90\x38\x88\x4f\xf5\x0e\x00\x13\x23\xa0\x34\xa8\x18\xd1\x12\x32\xd4\x12\x32\x88\x07\xdd\x0b\x12\x90\x34\x98\x17\xd1\x0b\x21\xd4\x0b\x21\xf0\x00\x04\x09\x40\x01\xf0\x08\x00\x14\x18\x98\x54\x9c\x5c\xd0\x1a\x3e\xad\x38\xd0\x1a\x3e\xb0\x57\xd0\x1a\x3e\xd0\x1a\x3e\xd0\x19\x3f\xd0\x13\x3f\xd0\x0c\x3f\xe0\x0f\x13\x90\x52\x88\x78\x88\x0f",
46895 };
46896 static
46897     struct {
46898         PyASCIIObject _ascii;
46899         uint8_t _data[3];
46900     }
46901 const_str_mi = {
46902     ._ascii = {
46903         .ob_base = {
46904             .ob_refcnt = 999999999,
46905             .ob_type = &PyUnicode_Type,
46906         },
46907         .length = 2,
46908         .hash = -1,
46909         .state = {
46910             .kind = 1,
46911             .compact = 1,
46912             .ascii = 1,
46913             .ready = 1,
46914         },
46915     },
46916     ._data = "mi",
46917 };
46918 static
46919     struct {
46920         PyASCIIObject _ascii;
46921         uint8_t _data[8];
46922     }
46923 const_str_modpath = {
46924     ._ascii = {
46925         .ob_base = {
46926             .ob_refcnt = 999999999,
46927             .ob_type = &PyUnicode_Type,
46928         },
46929         .length = 7,
46930         .hash = -1,
46931         .state = {
46932             .kind = 1,
46933             .compact = 1,
46934             .ascii = 1,
46935             .ready = 1,
46936         },
46937     },
46938     ._data = "modpath",
46939 };
46940 static
46941     struct {
46942         PyGC_Head _gc_head;
46943         struct {
46944             PyObject_VAR_HEAD
46945             PyObject *ob_item[5];
46946         }_object;
46947     }
46948 zipimport_toplevel_consts_11_consts_4_localsplusnames = {
46949     ._object = {
46950         .ob_base = {
46951             .ob_base = {
46952                 .ob_refcnt = 999999999,
46953                 .ob_type = &PyTuple_Type,
46954             },
46955             .ob_size = 5,
46956         },
46957         .ob_item = {
46958             & const_str_self._ascii.ob_base,
46959             & const_str_fullname._ascii.ob_base,
46960             &_Py_ID(path),
46961             & const_str_mi._ascii.ob_base,
46962             & const_str_modpath._ascii.ob_base,
46963         },
46964     },
46965 };
46966 static
46967     struct _PyCode_DEF(212)
46968 zipimport_toplevel_consts_11_consts_4 = {
46969     .ob_base = {
46970         .ob_base = {
46971             .ob_refcnt = 999999999,
46972             .ob_type = &PyCode_Type,
46973         },
46974         .ob_size = 106,
46975     },
46976     .co_consts = & zipimport_toplevel_consts_11_consts_4_consts._object.ob_base.ob_base,
46977     .co_names = & zipimport_toplevel_consts_11_consts_4_names._object.ob_base.ob_base,
46978     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
46979     .co_flags = 3,
46980     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
46981     ._co_linearray_entry_size = 0,
46982     .co_argcount = 3,
46983     .co_posonlyargcount = 0,
46984     .co_kwonlyargcount = 0,
46985     .co_stacksize = 4,
46986     .co_firstlineno = 109,
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_4_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_find_loader._ascii.ob_base,
46996     .co_qualname = & zipimport_toplevel_consts_11_consts_4_qualname._ascii.ob_base,
46997     .co_linetable = & zipimport_toplevel_consts_11_consts_4_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\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x81\x04\x7c\x00\x67\x00\x66\x02\x53\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x04\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x15\x64\x02\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x7c\x04\x9b\x00\x9d\x03\x67\x01\x66\x02\x53\x00\x64\x02\x67\x00\x66\x02\x53\x00",
47001     ._co_firsttraceable = 0,
47002 };
47003 static
47004     struct {
47005         PyASCIIObject _ascii;
47006         uint8_t _data[460];
47007     }
47008 zipimport_toplevel_consts_11_consts_5_consts_0 = {
47009     ._ascii = {
47010         .ob_base = {
47011             .ob_refcnt = 999999999,
47012             .ob_type = &PyUnicode_Type,
47013         },
47014         .length = 459,
47015         .hash = -1,
47016         .state = {
47017             .kind = 1,
47018             .compact = 1,
47019             .ascii = 1,
47020             .ready = 1,
47021         },
47022     },
47023     ._data = "\x66\x69\x6e\x64\x5f\x6d\x6f\x64\x75\x6c\x65\x28\x66\x75\x6c\x6c\x6e\x61\x6d\x65\x2c\x20\x70\x61\x74\x68\x3d\x4e\x6f\x6e\x65\x29\x20\x2d\x3e\x20\x73\x65\x6c\x66\x20\x6f\x72\x20\x4e\x6f\x6e\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x53\x65\x61\x72\x63\x68\x20\x66\x6f\x72\x20\x61\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\x7a\x69\x70\x69\x6d\x70\x6f\x72\x74\x65\x72\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x73\x74\x61\x6e\x63\x65\x20\x69\x74\x73\x65\x6c\x66\x20\x69\x66\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x77\x61\x73\x20\x66\x6f\x75\x6e\x64\x2c\x20\x6f\x72\x20\x4e\x6f\x6e\x65\x20\x69\x66\x20\x69\x74\x20\x77\x61\x73\x6e\x27\x74\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x6f\x70\x74\x69\x6f\x6e\x61\x6c\x20\x27\x70\x61\x74\x68\x27\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x69\x73\x20\x69\x67\x6e\x6f\x72\x65\x64\x20\x2d\x2d\x20\x69\x74\x27\x73\x20\x74\x68\x65\x72\x65\x20\x66\x6f\x72\x20\x63\x6f\x6d\x70\x61\x74\x69\x62\x69\x6c\x69\x74\x79\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x77\x69\x74\x68\x20\x74\x68\x65\x20\x69\x6d\x70\x6f\x72\x74\x65\x72\x20\x70\x72\x6f\x74\x6f\x63\x6f\x6c\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\x66\x69\x6e\x64\x5f\x73\x70\x65\x63\x28\x29\x20\x69\x6e\x73\x74\x65\x61\x64\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
47024 };
47025 static
47026     struct {
47027         PyASCIIObject _ascii;
47028         uint8_t _data[103];
47029     }
47030 zipimport_toplevel_consts_11_consts_5_consts_1 = {
47031     ._ascii = {
47032         .ob_base = {
47033             .ob_refcnt = 999999999,
47034             .ob_type = &PyUnicode_Type,
47035         },
47036         .length = 102,
47037         .hash = -1,
47038         .state = {
47039             .kind = 1,
47040             .compact = 1,
47041             .ascii = 1,
47042             .ready = 1,
47043         },
47044     },
47045     ._data = "zipimporter.find_module() is deprecated and slated for removal in Python 3.12; use find_spec() instead",
47046 };
47047 static
47048     struct {
47049         PyGC_Head _gc_head;
47050         struct {
47051             PyObject_VAR_HEAD
47052             PyObject *ob_item[3];
47053         }_object;
47054     }
47055 zipimport_toplevel_consts_11_consts_5_consts = {
47056     ._object = {
47057         .ob_base = {
47058             .ob_base = {
47059                 .ob_refcnt = 999999999,
47060                 .ob_type = &PyTuple_Type,
47061             },
47062             .ob_size = 3,
47063         },
47064         .ob_item = {
47065             & zipimport_toplevel_consts_11_consts_5_consts_0._ascii.ob_base,
47066             & zipimport_toplevel_consts_11_consts_5_consts_1._ascii.ob_base,
47067             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
47068         },
47069     },
47070 };
47071 static
47072     struct {
47073         PyGC_Head _gc_head;
47074         struct {
47075             PyObject_VAR_HEAD
47076             PyObject *ob_item[4];
47077         }_object;
47078     }
47079 zipimport_toplevel_consts_11_consts_5_names = {
47080     ._object = {
47081         .ob_base = {
47082             .ob_base = {
47083                 .ob_refcnt = 999999999,
47084                 .ob_type = &PyTuple_Type,
47085             },
47086             .ob_size = 4,
47087         },
47088         .ob_item = {
47089             & const_str__warnings._ascii.ob_base,
47090             & const_str_warn._ascii.ob_base,
47091             & const_str_DeprecationWarning._ascii.ob_base,
47092             & const_str_find_loader._ascii.ob_base,
47093         },
47094     },
47095 };
47096 static
47097     struct {
47098         PyASCIIObject _ascii;
47099         uint8_t _data[24];
47100     }
47101 zipimport_toplevel_consts_11_consts_5_qualname = {
47102     ._ascii = {
47103         .ob_base = {
47104             .ob_refcnt = 999999999,
47105             .ob_type = &PyUnicode_Type,
47106         },
47107         .length = 23,
47108         .hash = -1,
47109         .state = {
47110             .kind = 1,
47111             .compact = 1,
47112             .ascii = 1,
47113             .ready = 1,
47114         },
47115     },
47116     ._data = "zipimporter.find_module",
47117 };
47118 static
47119     struct {
47120         PyObject_VAR_HEAD
47121         Py_hash_t ob_shash;
47122         char ob_sval[63];
47123     }
47124 zipimport_toplevel_consts_11_consts_5_linetable = {
47125     .ob_base = {
47126         .ob_base = {
47127             .ob_refcnt = 999999999,
47128             .ob_type = &PyBytes_Type,
47129         },
47130         .ob_size = 62,
47131     },
47132     .ob_shash = -1,
47133     .ob_sval = "\x80\x00\xf5\x16\x00\x09\x12\x8c\x0e\xf0\x00\x01\x18\x49\x01\xe5\x17\x29\xf1\x05\x02\x09\x2b\xf4\x00\x02\x09\x2b\xf0\x00\x02\x09\x2b\xf0\x06\x00\x10\x14\xd7\x0f\x1f\xd2\x0f\x1f\xa0\x08\xa8\x24\xd1\x0f\x2f\xd4\x0f\x2f\xb0\x01\xd4\x0f\x32\xd0\x08\x32",
47134 };
47135 static
47136     struct _PyCode_DEF(110)
47137 zipimport_toplevel_consts_11_consts_5 = {
47138     .ob_base = {
47139         .ob_base = {
47140             .ob_refcnt = 999999999,
47141             .ob_type = &PyCode_Type,
47142         },
47143         .ob_size = 55,
47144     },
47145     .co_consts = & zipimport_toplevel_consts_11_consts_5_consts._object.ob_base.ob_base,
47146     .co_names = & zipimport_toplevel_consts_11_consts_5_names._object.ob_base.ob_base,
47147     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
47148     .co_flags = 3,
47149     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
47150     ._co_linearray_entry_size = 0,
47151     .co_argcount = 3,
47152     .co_posonlyargcount = 0,
47153     .co_kwonlyargcount = 0,
47154     .co_stacksize = 4,
47155     .co_firstlineno = 146,
47156     .co_nlocalsplus = 3,
47157     .co_nlocals = 3,
47158     .co_nplaincellvars = 0,
47159     .co_ncellvars = 0,
47160     .co_nfreevars = 0,
47161     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_2_localsplusnames._object.ob_base.ob_base,
47162     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
47163     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
47164     .co_name = & const_str_find_module._ascii.ob_base,
47165     .co_qualname = & zipimport_toplevel_consts_11_consts_5_qualname._ascii.ob_base,
47166     .co_linetable = & zipimport_toplevel_consts_11_consts_5_linetable.ob_base.ob_base,
47167     ._co_code = NULL,
47168     ._co_linearray = NULL,
47169     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
47170     ._co_firsttraceable = 0,
47171 };
47172 static
47173     struct {
47174         PyASCIIObject _ascii;
47175         uint8_t _data[108];
47176     }
47177 zipimport_toplevel_consts_11_consts_6_consts_0 = {
47178     ._ascii = {
47179         .ob_base = {
47180             .ob_refcnt = 999999999,
47181             .ob_type = &PyUnicode_Type,
47182         },
47183         .length = 107,
47184         .hash = -1,
47185         .state = {
47186             .kind = 1,
47187             .compact = 1,
47188             .ascii = 1,
47189             .ready = 1,
47190         },
47191     },
47192     ._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",
47193 };
47194 static
47195     struct {
47196         PyGC_Head _gc_head;
47197         struct {
47198             PyObject_VAR_HEAD
47199             PyObject *ob_item[1];
47200         }_object;
47201     }
47202 zipimport_toplevel_consts_11_consts_6_consts_2 = {
47203     ._object = {
47204         .ob_base = {
47205             .ob_base = {
47206                 .ob_refcnt = 999999999,
47207                 .ob_type = &PyTuple_Type,
47208             },
47209             .ob_size = 1,
47210         },
47211         .ob_item = {
47212             & const_str_is_package._ascii.ob_base,
47213         },
47214     },
47215 };
47216 static
47217     struct {
47218         PyGC_Head _gc_head;
47219         struct {
47220             PyObject_VAR_HEAD
47221             PyObject *ob_item[3];
47222         }_object;
47223     }
47224 zipimport_toplevel_consts_11_consts_6_consts_4 = {
47225     ._object = {
47226         .ob_base = {
47227             .ob_base = {
47228                 .ob_refcnt = 999999999,
47229                 .ob_type = &PyTuple_Type,
47230             },
47231             .ob_size = 3,
47232         },
47233         .ob_item = {
47234             &_Py_ID(name),
47235             & const_str_loader._ascii.ob_base,
47236             & const_str_is_package._ascii.ob_base,
47237         },
47238     },
47239 };
47240 static
47241     struct {
47242         PyGC_Head _gc_head;
47243         struct {
47244             PyObject_VAR_HEAD
47245             PyObject *ob_item[5];
47246         }_object;
47247     }
47248 zipimport_toplevel_consts_11_consts_6_consts = {
47249     ._object = {
47250         .ob_base = {
47251             .ob_base = {
47252                 .ob_refcnt = 999999999,
47253                 .ob_type = &PyTuple_Type,
47254             },
47255             .ob_size = 5,
47256         },
47257         .ob_item = {
47258             & zipimport_toplevel_consts_11_consts_6_consts_0._ascii.ob_base,
47259             Py_None,
47260             & zipimport_toplevel_consts_11_consts_6_consts_2._object.ob_base.ob_base,
47261             Py_True,
47262             & zipimport_toplevel_consts_11_consts_6_consts_4._object.ob_base.ob_base,
47263         },
47264     },
47265 };
47266 static
47267     struct {
47268         PyGC_Head _gc_head;
47269         struct {
47270             PyObject_VAR_HEAD
47271             PyObject *ob_item[10];
47272         }_object;
47273     }
47274 zipimport_toplevel_consts_11_consts_6_names = {
47275     ._object = {
47276         .ob_base = {
47277             .ob_base = {
47278                 .ob_refcnt = 999999999,
47279                 .ob_type = &PyTuple_Type,
47280             },
47281             .ob_size = 10,
47282         },
47283         .ob_item = {
47284             & const_str__get_module_info._ascii.ob_base,
47285             &_Py_ID(_bootstrap),
47286             & const_str_spec_from_loader._ascii.ob_base,
47287             & const_str__get_module_path._ascii.ob_base,
47288             & const_str__is_dir._ascii.ob_base,
47289             & const_str_archive._ascii.ob_base,
47290             & const_str_path_sep._ascii.ob_base,
47291             & const_str_ModuleSpec._ascii.ob_base,
47292             & const_str_submodule_search_locations._ascii.ob_base,
47293             &_Py_ID(append),
47294         },
47295     },
47296 };
47297 static
47298     struct {
47299         PyASCIIObject _ascii;
47300         uint8_t _data[22];
47301     }
47302 zipimport_toplevel_consts_11_consts_6_qualname = {
47303     ._ascii = {
47304         .ob_base = {
47305             .ob_refcnt = 999999999,
47306             .ob_type = &PyUnicode_Type,
47307         },
47308         .length = 21,
47309         .hash = -1,
47310         .state = {
47311             .kind = 1,
47312             .compact = 1,
47313             .ascii = 1,
47314             .ready = 1,
47315         },
47316     },
47317     ._data = "zipimporter.find_spec",
47318 };
47319 static
47320     struct {
47321         PyObject_VAR_HEAD
47322         Py_hash_t ob_shash;
47323         char ob_sval[173];
47324     }
47325 zipimport_toplevel_consts_11_consts_6_linetable = {
47326     .ob_base = {
47327         .ob_base = {
47328             .ob_refcnt = 999999999,
47329             .ob_type = &PyBytes_Type,
47330         },
47331         .ob_size = 172,
47332     },
47333     .ob_shash = -1,
47334     .ob_sval = "\x80\x00\xf5\x0a\x00\x17\x27\xa0\x74\xa8\x58\xd1\x16\x36\xd4\x16\x36\x88\x0b\xd8\x0b\x16\xd0\x0b\x22\xdd\x13\x1d\xd4\x13\x2e\xa8\x78\xb8\x14\xc8\x2b\xd0\x13\x56\xd1\x13\x56\xd4\x13\x56\xd0\x0c\x56\xf5\x0e\x00\x17\x27\xa0\x74\xa8\x58\xd1\x16\x36\xd4\x16\x36\x88\x47\xdd\x0f\x16\x90\x74\x98\x57\xd1\x0f\x25\xd4\x0f\x25\xf0\x00\x0a\x0d\x1c\xf0\x08\x00\x1b\x1f\x9c\x2c\xd0\x17\x3b\xad\x08\xd0\x17\x3b\xb0\x27\xd0\x17\x3b\xd0\x17\x3b\x90\x04\xdd\x17\x21\xd4\x17\x2c\xb0\x28\xc0\x34\xd8\x38\x3c\xf0\x03\x01\x18\x3e\xf1\x00\x01\x18\x3e\xf4\x00\x01\x18\x3e\x90\x04\xe0\x10\x14\xd4\x10\x2f\xd7\x10\x36\xd2\x10\x36\xb0\x74\xd1\x10\x3c\xd4\x10\x3c\xd0\x10\x3c\xd8\x17\x1b\x90\x0b\xe0\x17\x1b\x90\x74",
47335 };
47336 static
47337     struct {
47338         PyASCIIObject _ascii;
47339         uint8_t _data[12];
47340     }
47341 const_str_module_info = {
47342     ._ascii = {
47343         .ob_base = {
47344             .ob_refcnt = 999999999,
47345             .ob_type = &PyUnicode_Type,
47346         },
47347         .length = 11,
47348         .hash = -1,
47349         .state = {
47350             .kind = 1,
47351             .compact = 1,
47352             .ascii = 1,
47353             .ready = 1,
47354         },
47355     },
47356     ._data = "module_info",
47357 };
47358 static
47359     struct {
47360         PyGC_Head _gc_head;
47361         struct {
47362             PyObject_VAR_HEAD
47363             PyObject *ob_item[7];
47364         }_object;
47365     }
47366 zipimport_toplevel_consts_11_consts_6_localsplusnames = {
47367     ._object = {
47368         .ob_base = {
47369             .ob_base = {
47370                 .ob_refcnt = 999999999,
47371                 .ob_type = &PyTuple_Type,
47372             },
47373             .ob_size = 7,
47374         },
47375         .ob_item = {
47376             & const_str_self._ascii.ob_base,
47377             & const_str_fullname._ascii.ob_base,
47378             & const_str_target._ascii.ob_base,
47379             & const_str_module_info._ascii.ob_base,
47380             & const_str_modpath._ascii.ob_base,
47381             &_Py_ID(path),
47382             & const_str_spec._ascii.ob_base,
47383         },
47384     },
47385 };
47386 static
47387     struct _PyCode_DEF(290)
47388 zipimport_toplevel_consts_11_consts_6 = {
47389     .ob_base = {
47390         .ob_base = {
47391             .ob_refcnt = 999999999,
47392             .ob_type = &PyCode_Type,
47393         },
47394         .ob_size = 145,
47395     },
47396     .co_consts = & zipimport_toplevel_consts_11_consts_6_consts._object.ob_base.ob_base,
47397     .co_names = & zipimport_toplevel_consts_11_consts_6_names._object.ob_base.ob_base,
47398     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
47399     .co_flags = 3,
47400     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
47401     ._co_linearray_entry_size = 0,
47402     .co_argcount = 3,
47403     .co_posonlyargcount = 0,
47404     .co_kwonlyargcount = 0,
47405     .co_stacksize = 5,
47406     .co_firstlineno = 162,
47407     .co_nlocalsplus = 7,
47408     .co_nlocals = 7,
47409     .co_nplaincellvars = 0,
47410     .co_ncellvars = 0,
47411     .co_nfreevars = 0,
47412     .co_localsplusnames = & zipimport_toplevel_consts_11_consts_6_localsplusnames._object.ob_base.ob_base,
47413     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
47414     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
47415     .co_name = & const_str_find_spec._ascii.ob_base,
47416     .co_qualname = & zipimport_toplevel_consts_11_consts_6_qualname._ascii.ob_base,
47417     .co_linetable = & zipimport_toplevel_consts_11_consts_6_linetable.ob_base.ob_base,
47418     ._co_code = NULL,
47419     ._co_linearray = NULL,
47420     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x81\x17\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x7c\x03\xac\x02\xa6\x03\x00\x00\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\xa6\x02\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x45\x7c\x00\x6a\x05\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\x07\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x64\x03\xac\x04\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x06\x53\x00\x64\x01\x53\x00",
47421     ._co_firsttraceable = 0,
47422 };
47423 static
47424     struct {
47425         PyASCIIObject _ascii;
47426         uint8_t _data[167];
47427     }
47428 zipimport_toplevel_consts_11_consts_7_consts_0 = {
47429     ._ascii = {
47430         .ob_base = {
47431             .ob_refcnt = 999999999,
47432             .ob_type = &PyUnicode_Type,
47433         },
47434         .length = 166,
47435         .hash = -1,
47436         .state = {
47437             .kind = 1,
47438             .compact = 1,
47439             .ascii = 1,
47440             .ready = 1,
47441         },
47442     },
47443     ._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",
47444 };
47445 static
47446     struct {
47447         PyGC_Head _gc_head;
47448         struct {
47449             PyObject_VAR_HEAD
47450             PyObject *ob_item[1];
47451         }_object;
47452     }
47453 zipimport_toplevel_consts_11_consts_7_consts = {
47454     ._object = {
47455         .ob_base = {
47456             .ob_base = {
47457                 .ob_refcnt = 999999999,
47458                 .ob_type = &PyTuple_Type,
47459             },
47460             .ob_size = 1,
47461         },
47462         .ob_item = {
47463             & zipimport_toplevel_consts_11_consts_7_consts_0._ascii.ob_base,
47464         },
47465     },
47466 };
47467 static
47468     struct {
47469         PyASCIIObject _ascii;
47470         uint8_t _data[17];
47471     }
47472 const_str__get_module_code = {
47473     ._ascii = {
47474         .ob_base = {
47475             .ob_refcnt = 999999999,
47476             .ob_type = &PyUnicode_Type,
47477         },
47478         .length = 16,
47479         .hash = -1,
47480         .state = {
47481             .kind = 1,
47482             .compact = 1,
47483             .ascii = 1,
47484             .ready = 1,
47485         },
47486     },
47487     ._data = "_get_module_code",
47488 };
47489 static
47490     struct {
47491         PyGC_Head _gc_head;
47492         struct {
47493             PyObject_VAR_HEAD
47494             PyObject *ob_item[1];
47495         }_object;
47496     }
47497 zipimport_toplevel_consts_11_consts_7_names = {
47498     ._object = {
47499         .ob_base = {
47500             .ob_base = {
47501                 .ob_refcnt = 999999999,
47502                 .ob_type = &PyTuple_Type,
47503             },
47504             .ob_size = 1,
47505         },
47506         .ob_item = {
47507             & const_str__get_module_code._ascii.ob_base,
47508         },
47509     },
47510 };
47511 static
47512     struct {
47513         PyASCIIObject _ascii;
47514         uint8_t _data[21];
47515     }
47516 zipimport_toplevel_consts_11_consts_7_qualname = {
47517     ._ascii = {
47518         .ob_base = {
47519             .ob_refcnt = 999999999,
47520             .ob_type = &PyUnicode_Type,
47521         },
47522         .length = 20,
47523         .hash = -1,
47524         .state = {
47525             .kind = 1,
47526             .compact = 1,
47527             .ascii = 1,
47528             .ready = 1,
47529         },
47530     },
47531     ._data = "zipimporter.get_code",
47532 };
47533 static
47534     struct {
47535         PyObject_VAR_HEAD
47536         Py_hash_t ob_shash;
47537         char ob_sval[32];
47538     }
47539 zipimport_toplevel_consts_11_consts_7_linetable = {
47540     .ob_base = {
47541         .ob_base = {
47542             .ob_refcnt = 999999999,
47543             .ob_type = &PyBytes_Type,
47544         },
47545         .ob_size = 31,
47546     },
47547     .ob_shash = -1,
47548     .ob_sval = "\x80\x00\xf5\x0c\x00\x24\x34\xb0\x44\xb8\x28\xd1\x23\x43\xd4\x23\x43\xd1\x08\x20\x88\x04\x88\x69\x98\x17\xd8\x0f\x13\x88\x0b",
47549 };
47550 static
47551     struct {
47552         PyASCIIObject _ascii;
47553         uint8_t _data[10];
47554     }
47555 const_str_ispackage = {
47556     ._ascii = {
47557         .ob_base = {
47558             .ob_refcnt = 999999999,
47559             .ob_type = &PyUnicode_Type,
47560         },
47561         .length = 9,
47562         .hash = -1,
47563         .state = {
47564             .kind = 1,
47565             .compact = 1,
47566             .ascii = 1,
47567             .ready = 1,
47568         },
47569     },
47570     ._data = "ispackage",
47571 };
47572 static
47573     struct {
47574         PyGC_Head _gc_head;
47575         struct {
47576             PyObject_VAR_HEAD
47577             PyObject *ob_item[5];
47578         }_object;
47579     }
47580 zipimport_toplevel_consts_11_consts_7_localsplusnames = {
47581     ._object = {
47582         .ob_base = {
47583             .ob_base = {
47584                 .ob_refcnt = 999999999,
47585                 .ob_type = &PyTuple_Type,
47586             },
47587             .ob_size = 5,
47588         },
47589         .ob_item = {
47590             & const_str_self._ascii.ob_base,
47591             & const_str_fullname._ascii.ob_base,
47592             &_Py_ID(code),
47593             & const_str_ispackage._ascii.ob_base,
47594             & const_str_modpath._ascii.ob_base,
47595         },
47596     },
47597 };
47598 static
47599     struct _PyCode_DEF(46)
47600 zipimport_toplevel_consts_11_consts_7 = {
47601     .ob_base = {
47602         .ob_base = {
47603             .ob_refcnt = 999999999,
47604             .ob_type = &PyCode_Type,
47605         },
47606         .ob_size = 23,
47607     },
47608     .co_consts = & zipimport_toplevel_consts_11_consts_7_consts._object.ob_base.ob_base,
47609     .co_names = & zipimport_toplevel_consts_11_consts_7_names._object.ob_base.ob_base,
47610     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
47611     .co_flags = 3,
47612     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
47613     ._co_linearray_entry_size = 0,
47614     .co_argcount = 2,
47615     .co_posonlyargcount = 0,
47616     .co_kwonlyargcount = 0,
47617     .co_stacksize = 4,
47618     .co_firstlineno = 189,
47619     .co_nlocalsplus = 5,
47620     .co_nlocals = 5,
47621     .co_nplaincellvars = 0,
47622     .co_ncellvars = 0,
47623     .co_nfreevars = 0,
47624     .co_localsplusnames = & zipimport_toplevel_consts_11_consts_7_localsplusnames._object.ob_base.ob_base,
47625     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
47626     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
47627     .co_name = & const_str_get_code._ascii.ob_base,
47628     .co_qualname = & zipimport_toplevel_consts_11_consts_7_qualname._ascii.ob_base,
47629     .co_linetable = & zipimport_toplevel_consts_11_consts_7_linetable.ob_base.ob_base,
47630     ._co_code = NULL,
47631     ._co_linearray = NULL,
47632     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x02\x7d\x03\x7d\x04\x7c\x02\x53\x00",
47633     ._co_firsttraceable = 0,
47634 };
47635 static
47636     struct {
47637         PyASCIIObject _ascii;
47638         uint8_t _data[155];
47639     }
47640 zipimport_toplevel_consts_11_consts_8_consts_0 = {
47641     ._ascii = {
47642         .ob_base = {
47643             .ob_refcnt = 999999999,
47644             .ob_type = &PyUnicode_Type,
47645         },
47646         .length = 154,
47647         .hash = -1,
47648         .state = {
47649             .kind = 1,
47650             .compact = 1,
47651             .ascii = 1,
47652             .ready = 1,
47653         },
47654     },
47655     ._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",
47656 };
47657 static
47658     struct {
47659         PyGC_Head _gc_head;
47660         struct {
47661             PyObject_VAR_HEAD
47662             PyObject *ob_item[4];
47663         }_object;
47664     }
47665 zipimport_toplevel_consts_11_consts_8_consts = {
47666     ._object = {
47667         .ob_base = {
47668             .ob_base = {
47669                 .ob_refcnt = 999999999,
47670                 .ob_type = &PyTuple_Type,
47671             },
47672             .ob_size = 4,
47673         },
47674         .ob_item = {
47675             & zipimport_toplevel_consts_11_consts_8_consts_0._ascii.ob_base,
47676             Py_None,
47677             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
47678             &_Py_STR(empty),
47679         },
47680     },
47681 };
47682 static
47683     struct {
47684         PyASCIIObject _ascii;
47685         uint8_t _data[10];
47686     }
47687 const_str__get_data = {
47688     ._ascii = {
47689         .ob_base = {
47690             .ob_refcnt = 999999999,
47691             .ob_type = &PyUnicode_Type,
47692         },
47693         .length = 9,
47694         .hash = -1,
47695         .state = {
47696             .kind = 1,
47697             .compact = 1,
47698             .ascii = 1,
47699             .ready = 1,
47700         },
47701     },
47702     ._data = "_get_data",
47703 };
47704 static
47705     struct {
47706         PyGC_Head _gc_head;
47707         struct {
47708             PyObject_VAR_HEAD
47709             PyObject *ob_item[10];
47710         }_object;
47711     }
47712 zipimport_toplevel_consts_11_consts_8_names = {
47713     ._object = {
47714         .ob_base = {
47715             .ob_base = {
47716                 .ob_refcnt = 999999999,
47717                 .ob_type = &PyTuple_Type,
47718             },
47719             .ob_size = 10,
47720         },
47721         .ob_item = {
47722             & const_str_alt_path_sep._ascii.ob_base,
47723             &_Py_ID(replace),
47724             & const_str_path_sep._ascii.ob_base,
47725             & const_str_startswith._ascii.ob_base,
47726             & const_str_archive._ascii.ob_base,
47727             &_Py_ID(len),
47728             & const_str__files._ascii.ob_base,
47729             & const_str_KeyError._ascii.ob_base,
47730             & const_str_OSError._ascii.ob_base,
47731             & const_str__get_data._ascii.ob_base,
47732         },
47733     },
47734 };
47735 static
47736     struct {
47737         PyASCIIObject _ascii;
47738         uint8_t _data[21];
47739     }
47740 zipimport_toplevel_consts_11_consts_8_qualname = {
47741     ._ascii = {
47742         .ob_base = {
47743             .ob_refcnt = 999999999,
47744             .ob_type = &PyUnicode_Type,
47745         },
47746         .length = 20,
47747         .hash = -1,
47748         .state = {
47749             .kind = 1,
47750             .compact = 1,
47751             .ascii = 1,
47752             .ready = 1,
47753         },
47754     },
47755     ._data = "zipimporter.get_data",
47756 };
47757 static
47758     struct {
47759         PyObject_VAR_HEAD
47760         Py_hash_t ob_shash;
47761         char ob_sval[182];
47762     }
47763 zipimport_toplevel_consts_11_consts_8_linetable = {
47764     .ob_base = {
47765         .ob_base = {
47766             .ob_refcnt = 999999999,
47767             .ob_type = &PyBytes_Type,
47768         },
47769         .ob_size = 181,
47770     },
47771     .ob_shash = -1,
47772     .ob_sval = "\x80\x00\xf5\x0c\x00\x0c\x18\xf0\x00\x01\x09\x40\x01\xd8\x17\x1f\xd7\x17\x27\xd2\x17\x27\xad\x0c\xb5\x68\xd1\x17\x3f\xd4\x17\x3f\x88\x48\xe0\x0e\x16\x88\x03\xd8\x0b\x13\xd7\x0b\x1e\xd2\x0b\x1e\x98\x74\x9c\x7c\xad\x68\xd1\x1f\x36\xd1\x0b\x37\xd4\x0b\x37\xf0\x00\x01\x09\x3a\xd8\x12\x1a\x9d\x33\x98\x74\x9c\x7c\xad\x68\xd1\x1f\x36\xd1\x1b\x37\xd4\x1b\x37\xd0\x1b\x38\xd0\x1b\x38\xd4\x12\x39\x88\x43\xf0\x04\x03\x09\x26\xd8\x18\x1c\x9c\x0b\xa0\x43\xd4\x18\x28\x88\x49\x88\x49\xf8\xdd\x0f\x17\xf0\x00\x01\x09\x26\xf0\x00\x01\x09\x26\xf0\x00\x01\x09\x26\xdd\x12\x19\x98\x21\x98\x52\xa0\x13\xd1\x12\x25\xd4\x12\x25\xd0\x0c\x25\xf0\x03\x01\x09\x26\xf8\xf8\xf8\xe5\x0f\x18\x98\x14\x9c\x1c\xa0\x79\xd1\x0f\x31\xd4\x0f\x31\xd0\x08\x31",
47773 };
47774 static
47775     struct {
47776         PyObject_VAR_HEAD
47777         Py_hash_t ob_shash;
47778         char ob_sval[13];
47779     }
47780 zipimport_toplevel_consts_11_consts_8_exceptiontable = {
47781     .ob_base = {
47782         .ob_base = {
47783             .ob_refcnt = 999999999,
47784             .ob_type = &PyBytes_Type,
47785         },
47786         .ob_size = 12,
47787     },
47788     .ob_shash = -1,
47789     .ob_sval = "\xc1\x31\x0d\x41\x3f\x00\xc1\x3f\x1c\x42\x1b\x03",
47790 };
47791 static
47792     struct {
47793         PyASCIIObject _ascii;
47794         uint8_t _data[10];
47795     }
47796 const_str_toc_entry = {
47797     ._ascii = {
47798         .ob_base = {
47799             .ob_refcnt = 999999999,
47800             .ob_type = &PyUnicode_Type,
47801         },
47802         .length = 9,
47803         .hash = -1,
47804         .state = {
47805             .kind = 1,
47806             .compact = 1,
47807             .ascii = 1,
47808             .ready = 1,
47809         },
47810     },
47811     ._data = "toc_entry",
47812 };
47813 static
47814     struct {
47815         PyGC_Head _gc_head;
47816         struct {
47817             PyObject_VAR_HEAD
47818             PyObject *ob_item[4];
47819         }_object;
47820     }
47821 zipimport_toplevel_consts_11_consts_8_localsplusnames = {
47822     ._object = {
47823         .ob_base = {
47824             .ob_base = {
47825                 .ob_refcnt = 999999999,
47826                 .ob_type = &PyTuple_Type,
47827             },
47828             .ob_size = 4,
47829         },
47830         .ob_item = {
47831             & const_str_self._ascii.ob_base,
47832             & const_str_pathname._ascii.ob_base,
47833             & const_str_key._ascii.ob_base,
47834             & const_str_toc_entry._ascii.ob_base,
47835         },
47836     },
47837 };
47838 static
47839     struct _PyCode_DEF(358)
47840 zipimport_toplevel_consts_11_consts_8 = {
47841     .ob_base = {
47842         .ob_base = {
47843             .ob_refcnt = 999999999,
47844             .ob_type = &PyCode_Type,
47845         },
47846         .ob_size = 179,
47847     },
47848     .co_consts = & zipimport_toplevel_consts_11_consts_8_consts._object.ob_base.ob_base,
47849     .co_names = & zipimport_toplevel_consts_11_consts_8_names._object.ob_base.ob_base,
47850     .co_exceptiontable = & zipimport_toplevel_consts_11_consts_8_exceptiontable.ob_base.ob_base,
47851     .co_flags = 3,
47852     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
47853     ._co_linearray_entry_size = 0,
47854     .co_argcount = 2,
47855     .co_posonlyargcount = 0,
47856     .co_kwonlyargcount = 0,
47857     .co_stacksize = 6,
47858     .co_firstlineno = 199,
47859     .co_nlocalsplus = 4,
47860     .co_nlocals = 4,
47861     .co_nplaincellvars = 0,
47862     .co_ncellvars = 0,
47863     .co_nfreevars = 0,
47864     .co_localsplusnames = & zipimport_toplevel_consts_11_consts_8_localsplusnames._object.ob_base.ob_base,
47865     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
47866     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
47867     .co_name = & const_str_get_data._ascii.ob_base,
47868     .co_qualname = & zipimport_toplevel_consts_11_consts_8_qualname._ascii.ob_base,
47869     .co_linetable = & zipimport_toplevel_consts_11_consts_8_linetable.ob_base.ob_base,
47870     ._co_code = NULL,
47871     ._co_linearray = NULL,
47872     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x20\x7c\x01\xa0\x01\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x7d\x02\x7c\x01\xa0\x03\x00\x00\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\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x24\x7c\x01\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x09\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x6e\x1f\x23\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x12\x01\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x03\x7c\x02\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
47873     ._co_firsttraceable = 0,
47874 };
47875 static
47876     struct {
47877         PyASCIIObject _ascii;
47878         uint8_t _data[166];
47879     }
47880 zipimport_toplevel_consts_11_consts_9_consts_0 = {
47881     ._ascii = {
47882         .ob_base = {
47883             .ob_refcnt = 999999999,
47884             .ob_type = &PyUnicode_Type,
47885         },
47886         .length = 165,
47887         .hash = -1,
47888         .state = {
47889             .kind = 1,
47890             .compact = 1,
47891             .ascii = 1,
47892             .ready = 1,
47893         },
47894     },
47895     ._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",
47896 };
47897 static
47898     struct {
47899         PyGC_Head _gc_head;
47900         struct {
47901             PyObject_VAR_HEAD
47902             PyObject *ob_item[1];
47903         }_object;
47904     }
47905 zipimport_toplevel_consts_11_consts_9_consts = {
47906     ._object = {
47907         .ob_base = {
47908             .ob_base = {
47909                 .ob_refcnt = 999999999,
47910                 .ob_type = &PyTuple_Type,
47911             },
47912             .ob_size = 1,
47913         },
47914         .ob_item = {
47915             & zipimport_toplevel_consts_11_consts_9_consts_0._ascii.ob_base,
47916         },
47917     },
47918 };
47919 static
47920     struct {
47921         PyASCIIObject _ascii;
47922         uint8_t _data[25];
47923     }
47924 zipimport_toplevel_consts_11_consts_9_qualname = {
47925     ._ascii = {
47926         .ob_base = {
47927             .ob_refcnt = 999999999,
47928             .ob_type = &PyUnicode_Type,
47929         },
47930         .length = 24,
47931         .hash = -1,
47932         .state = {
47933             .kind = 1,
47934             .compact = 1,
47935             .ascii = 1,
47936             .ready = 1,
47937         },
47938     },
47939     ._data = "zipimporter.get_filename",
47940 };
47941 static
47942     struct {
47943         PyObject_VAR_HEAD
47944         Py_hash_t ob_shash;
47945         char ob_sval[32];
47946     }
47947 zipimport_toplevel_consts_11_consts_9_linetable = {
47948     .ob_base = {
47949         .ob_base = {
47950             .ob_refcnt = 999999999,
47951             .ob_type = &PyBytes_Type,
47952         },
47953         .ob_size = 31,
47954     },
47955     .ob_shash = -1,
47956     .ob_sval = "\x80\x00\xf5\x10\x00\x24\x34\xb0\x44\xb8\x28\xd1\x23\x43\xd4\x23\x43\xd1\x08\x20\x88\x04\x88\x69\x98\x17\xd8\x0f\x16\x88\x0e",
47957 };
47958 static
47959     struct _PyCode_DEF(46)
47960 zipimport_toplevel_consts_11_consts_9 = {
47961     .ob_base = {
47962         .ob_base = {
47963             .ob_refcnt = 999999999,
47964             .ob_type = &PyCode_Type,
47965         },
47966         .ob_size = 23,
47967     },
47968     .co_consts = & zipimport_toplevel_consts_11_consts_9_consts._object.ob_base.ob_base,
47969     .co_names = & zipimport_toplevel_consts_11_consts_7_names._object.ob_base.ob_base,
47970     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
47971     .co_flags = 3,
47972     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
47973     ._co_linearray_entry_size = 0,
47974     .co_argcount = 2,
47975     .co_posonlyargcount = 0,
47976     .co_kwonlyargcount = 0,
47977     .co_stacksize = 4,
47978     .co_firstlineno = 220,
47979     .co_nlocalsplus = 5,
47980     .co_nlocals = 5,
47981     .co_nplaincellvars = 0,
47982     .co_ncellvars = 0,
47983     .co_nfreevars = 0,
47984     .co_localsplusnames = & zipimport_toplevel_consts_11_consts_7_localsplusnames._object.ob_base.ob_base,
47985     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
47986     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
47987     .co_name = & const_str_get_filename._ascii.ob_base,
47988     .co_qualname = & zipimport_toplevel_consts_11_consts_9_qualname._ascii.ob_base,
47989     .co_linetable = & zipimport_toplevel_consts_11_consts_9_linetable.ob_base.ob_base,
47990     ._co_code = NULL,
47991     ._co_linearray = NULL,
47992     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x02\x7d\x03\x7d\x04\x7c\x04\x53\x00",
47993     ._co_firsttraceable = 0,
47994 };
47995 static
47996     struct {
47997         PyASCIIObject _ascii;
47998         uint8_t _data[254];
47999     }
48000 zipimport_toplevel_consts_11_consts_10_consts_0 = {
48001     ._ascii = {
48002         .ob_base = {
48003             .ob_refcnt = 999999999,
48004             .ob_type = &PyUnicode_Type,
48005         },
48006         .length = 253,
48007         .hash = -1,
48008         .state = {
48009             .kind = 1,
48010             .compact = 1,
48011             .ascii = 1,
48012             .ready = 1,
48013         },
48014     },
48015     ._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",
48016 };
48017 static
48018     struct {
48019         PyASCIIObject _ascii;
48020         uint8_t _data[19];
48021     }
48022 zipimport_toplevel_consts_11_consts_10_consts_2 = {
48023     ._ascii = {
48024         .ob_base = {
48025             .ob_refcnt = 999999999,
48026             .ob_type = &PyUnicode_Type,
48027         },
48028         .length = 18,
48029         .hash = -1,
48030         .state = {
48031             .kind = 1,
48032             .compact = 1,
48033             .ascii = 1,
48034             .ready = 1,
48035         },
48036     },
48037     ._data = "can't find module ",
48038 };
48039 static
48040     struct {
48041         PyGC_Head _gc_head;
48042         struct {
48043             PyObject_VAR_HEAD
48044             PyObject *ob_item[6];
48045         }_object;
48046     }
48047 zipimport_toplevel_consts_11_consts_10_consts = {
48048     ._object = {
48049         .ob_base = {
48050             .ob_base = {
48051                 .ob_refcnt = 999999999,
48052                 .ob_type = &PyTuple_Type,
48053             },
48054             .ob_size = 6,
48055         },
48056         .ob_item = {
48057             & zipimport_toplevel_consts_11_consts_10_consts_0._ascii.ob_base,
48058             Py_None,
48059             & zipimport_toplevel_consts_11_consts_10_consts_2._ascii.ob_base,
48060             & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
48061             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_11._ascii.ob_base,
48062             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_12._ascii.ob_base,
48063         },
48064     },
48065 };
48066 static
48067     struct {
48068         PyGC_Head _gc_head;
48069         struct {
48070             PyObject_VAR_HEAD
48071             PyObject *ob_item[10];
48072         }_object;
48073     }
48074 zipimport_toplevel_consts_11_consts_10_names = {
48075     ._object = {
48076         .ob_base = {
48077             .ob_base = {
48078                 .ob_refcnt = 999999999,
48079                 .ob_type = &PyTuple_Type,
48080             },
48081             .ob_size = 10,
48082         },
48083         .ob_item = {
48084             & const_str__get_module_info._ascii.ob_base,
48085             & const_str_ZipImportError._ascii.ob_base,
48086             & const_str__get_module_path._ascii.ob_base,
48087             & const_str__bootstrap_external._ascii.ob_base,
48088             & const_str__path_join._ascii.ob_base,
48089             & const_str__files._ascii.ob_base,
48090             & const_str_KeyError._ascii.ob_base,
48091             & const_str__get_data._ascii.ob_base,
48092             & const_str_archive._ascii.ob_base,
48093             &_Py_ID(decode),
48094         },
48095     },
48096 };
48097 static
48098     struct {
48099         PyASCIIObject _ascii;
48100         uint8_t _data[23];
48101     }
48102 zipimport_toplevel_consts_11_consts_10_qualname = {
48103     ._ascii = {
48104         .ob_base = {
48105             .ob_refcnt = 999999999,
48106             .ob_type = &PyUnicode_Type,
48107         },
48108         .length = 22,
48109         .hash = -1,
48110         .state = {
48111             .kind = 1,
48112             .compact = 1,
48113             .ascii = 1,
48114             .ready = 1,
48115         },
48116     },
48117     ._data = "zipimporter.get_source",
48118 };
48119 static
48120     struct {
48121         PyObject_VAR_HEAD
48122         Py_hash_t ob_shash;
48123         char ob_sval[192];
48124     }
48125 zipimport_toplevel_consts_11_consts_10_linetable = {
48126     .ob_base = {
48127         .ob_base = {
48128             .ob_refcnt = 999999999,
48129             .ob_type = &PyBytes_Type,
48130         },
48131         .ob_size = 191,
48132     },
48133     .ob_shash = -1,
48134     .ob_sval = "\x80\x00\xf5\x0e\x00\x0e\x1e\x98\x64\xa0\x48\xd1\x0d\x2d\xd4\x0d\x2d\x88\x02\xd8\x0b\x0d\x88\x3a\xdd\x12\x20\xd0\x21\x42\xb0\x68\xd0\x21\x42\xd0\x21\x42\xc8\x18\xd0\x12\x52\xd1\x12\x52\xd4\x12\x52\xd0\x0c\x52\xe5\x0f\x1f\xa0\x04\xa0\x68\xd1\x0f\x2f\xd4\x0f\x2f\x88\x04\xd8\x0b\x0d\xf0\x00\x03\x09\x24\xdd\x17\x2a\xd4\x17\x35\xb0\x64\xb8\x4d\xd1\x17\x4a\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\x9c\x0b\xa0\x48\xd4\x18\x2d\x88\x49\x88\x49\xf8\xdd\x0f\x17\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\xf5\x06\x00\x10\x19\x98\x14\x9c\x1c\xa0\x79\xd1\x0f\x31\xd4\x0f\x31\xd7\x0f\x38\xd2\x0f\x38\xd1\x0f\x3a\xd4\x0f\x3a\xd0\x08\x3a",
48135 };
48136 static
48137     struct {
48138         PyObject_VAR_HEAD
48139         Py_hash_t ob_shash;
48140         char ob_sval[19];
48141     }
48142 zipimport_toplevel_consts_11_consts_10_exceptiontable = {
48143     .ob_base = {
48144         .ob_base = {
48145             .ob_refcnt = 999999999,
48146             .ob_type = &PyBytes_Type,
48147         },
48148         .ob_size = 18,
48149     },
48150     .ob_shash = -1,
48151     .ob_sval = "\xc1\x15\x0d\x41\x23\x00\xc1\x23\x0a\x41\x31\x03\xc1\x30\x01\x41\x31\x03",
48152 };
48153 static
48154     struct {
48155         PyASCIIObject _ascii;
48156         uint8_t _data[9];
48157     }
48158 const_str_fullpath = {
48159     ._ascii = {
48160         .ob_base = {
48161             .ob_refcnt = 999999999,
48162             .ob_type = &PyUnicode_Type,
48163         },
48164         .length = 8,
48165         .hash = -1,
48166         .state = {
48167             .kind = 1,
48168             .compact = 1,
48169             .ascii = 1,
48170             .ready = 1,
48171         },
48172     },
48173     ._data = "fullpath",
48174 };
48175 static
48176     struct {
48177         PyGC_Head _gc_head;
48178         struct {
48179             PyObject_VAR_HEAD
48180             PyObject *ob_item[6];
48181         }_object;
48182     }
48183 zipimport_toplevel_consts_11_consts_10_localsplusnames = {
48184     ._object = {
48185         .ob_base = {
48186             .ob_base = {
48187                 .ob_refcnt = 999999999,
48188                 .ob_type = &PyTuple_Type,
48189             },
48190             .ob_size = 6,
48191         },
48192         .ob_item = {
48193             & const_str_self._ascii.ob_base,
48194             & const_str_fullname._ascii.ob_base,
48195             & const_str_mi._ascii.ob_base,
48196             &_Py_ID(path),
48197             & const_str_fullpath._ascii.ob_base,
48198             & const_str_toc_entry._ascii.ob_base,
48199         },
48200     },
48201 };
48202 static
48203     struct _PyCode_DEF(310)
48204 zipimport_toplevel_consts_11_consts_10 = {
48205     .ob_base = {
48206         .ob_base = {
48207             .ob_refcnt = 999999999,
48208             .ob_type = &PyCode_Type,
48209         },
48210         .ob_size = 155,
48211     },
48212     .co_consts = & zipimport_toplevel_consts_11_consts_10_consts._object.ob_base.ob_base,
48213     .co_names = & zipimport_toplevel_consts_11_consts_10_names._object.ob_base.ob_base,
48214     .co_exceptiontable = & zipimport_toplevel_consts_11_consts_10_exceptiontable.ob_base.ob_base,
48215     .co_flags = 3,
48216     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
48217     ._co_linearray_entry_size = 0,
48218     .co_argcount = 2,
48219     .co_posonlyargcount = 0,
48220     .co_kwonlyargcount = 0,
48221     .co_stacksize = 4,
48222     .co_firstlineno = 232,
48223     .co_nlocalsplus = 6,
48224     .co_nlocals = 6,
48225     .co_nplaincellvars = 0,
48226     .co_ncellvars = 0,
48227     .co_nfreevars = 0,
48228     .co_localsplusnames = & zipimport_toplevel_consts_11_consts_10_localsplusnames._object.ob_base.ob_base,
48229     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
48230     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
48231     .co_name = &_Py_ID(get_source),
48232     .co_qualname = & zipimport_toplevel_consts_11_consts_10_qualname._ascii.ob_base,
48233     .co_linetable = & zipimport_toplevel_consts_11_consts_10_linetable.ob_base.ob_base,
48234     ._co_code = NULL,
48235     ._co_linearray = NULL,
48236     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x80\x14\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x7c\x01\x9b\x02\x9d\x02\x7c\x01\xac\x03\xa6\x02\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x02\x72\x16\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x04\xa6\x02\x00\x00\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\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x6e\x11\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\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
48237     ._co_firsttraceable = 0,
48238 };
48239 static
48240     struct {
48241         PyASCIIObject _ascii;
48242         uint8_t _data[172];
48243     }
48244 zipimport_toplevel_consts_11_consts_11_consts_0 = {
48245     ._ascii = {
48246         .ob_base = {
48247             .ob_refcnt = 999999999,
48248             .ob_type = &PyUnicode_Type,
48249         },
48250         .length = 171,
48251         .hash = -1,
48252         .state = {
48253             .kind = 1,
48254             .compact = 1,
48255             .ascii = 1,
48256             .ready = 1,
48257         },
48258     },
48259     ._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",
48260 };
48261 static
48262     struct {
48263         PyGC_Head _gc_head;
48264         struct {
48265             PyObject_VAR_HEAD
48266             PyObject *ob_item[4];
48267         }_object;
48268     }
48269 zipimport_toplevel_consts_11_consts_11_consts = {
48270     ._object = {
48271         .ob_base = {
48272             .ob_base = {
48273                 .ob_refcnt = 999999999,
48274                 .ob_type = &PyTuple_Type,
48275             },
48276             .ob_size = 4,
48277         },
48278         .ob_item = {
48279             & zipimport_toplevel_consts_11_consts_11_consts_0._ascii.ob_base,
48280             Py_None,
48281             & zipimport_toplevel_consts_11_consts_10_consts_2._ascii.ob_base,
48282             & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
48283         },
48284     },
48285 };
48286 static
48287     struct {
48288         PyGC_Head _gc_head;
48289         struct {
48290             PyObject_VAR_HEAD
48291             PyObject *ob_item[2];
48292         }_object;
48293     }
48294 zipimport_toplevel_consts_11_consts_11_names = {
48295     ._object = {
48296         .ob_base = {
48297             .ob_base = {
48298                 .ob_refcnt = 999999999,
48299                 .ob_type = &PyTuple_Type,
48300             },
48301             .ob_size = 2,
48302         },
48303         .ob_item = {
48304             & const_str__get_module_info._ascii.ob_base,
48305             & const_str_ZipImportError._ascii.ob_base,
48306         },
48307     },
48308 };
48309 static
48310     struct {
48311         PyASCIIObject _ascii;
48312         uint8_t _data[23];
48313     }
48314 zipimport_toplevel_consts_11_consts_11_qualname = {
48315     ._ascii = {
48316         .ob_base = {
48317             .ob_refcnt = 999999999,
48318             .ob_type = &PyUnicode_Type,
48319         },
48320         .length = 22,
48321         .hash = -1,
48322         .state = {
48323             .kind = 1,
48324             .compact = 1,
48325             .ascii = 1,
48326             .ready = 1,
48327         },
48328     },
48329     ._data = "zipimporter.is_package",
48330 };
48331 static
48332     struct {
48333         PyObject_VAR_HEAD
48334         Py_hash_t ob_shash;
48335         char ob_sval[58];
48336     }
48337 zipimport_toplevel_consts_11_consts_11_linetable = {
48338     .ob_base = {
48339         .ob_base = {
48340             .ob_refcnt = 999999999,
48341             .ob_type = &PyBytes_Type,
48342         },
48343         .ob_size = 57,
48344     },
48345     .ob_shash = -1,
48346     .ob_sval = "\x80\x00\xf5\x0c\x00\x0e\x1e\x98\x64\xa0\x48\xd1\x0d\x2d\xd4\x0d\x2d\x88\x02\xd8\x0b\x0d\x88\x3a\xdd\x12\x20\xd0\x21\x42\xb0\x68\xd0\x21\x42\xd0\x21\x42\xc8\x18\xd0\x12\x52\xd1\x12\x52\xd4\x12\x52\xd0\x0c\x52\xd8\x0f\x11\x88\x09",
48347 };
48348 static
48349     struct {
48350         PyGC_Head _gc_head;
48351         struct {
48352             PyObject_VAR_HEAD
48353             PyObject *ob_item[3];
48354         }_object;
48355     }
48356 zipimport_toplevel_consts_11_consts_11_localsplusnames = {
48357     ._object = {
48358         .ob_base = {
48359             .ob_base = {
48360                 .ob_refcnt = 999999999,
48361                 .ob_type = &PyTuple_Type,
48362             },
48363             .ob_size = 3,
48364         },
48365         .ob_item = {
48366             & const_str_self._ascii.ob_base,
48367             & const_str_fullname._ascii.ob_base,
48368             & const_str_mi._ascii.ob_base,
48369         },
48370     },
48371 };
48372 static
48373     struct _PyCode_DEF(82)
48374 zipimport_toplevel_consts_11_consts_11 = {
48375     .ob_base = {
48376         .ob_base = {
48377             .ob_refcnt = 999999999,
48378             .ob_type = &PyCode_Type,
48379         },
48380         .ob_size = 41,
48381     },
48382     .co_consts = & zipimport_toplevel_consts_11_consts_11_consts._object.ob_base.ob_base,
48383     .co_names = & zipimport_toplevel_consts_11_consts_11_names._object.ob_base.ob_base,
48384     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
48385     .co_flags = 3,
48386     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
48387     ._co_linearray_entry_size = 0,
48388     .co_argcount = 2,
48389     .co_posonlyargcount = 0,
48390     .co_kwonlyargcount = 0,
48391     .co_stacksize = 4,
48392     .co_firstlineno = 258,
48393     .co_nlocalsplus = 3,
48394     .co_nlocals = 3,
48395     .co_nplaincellvars = 0,
48396     .co_ncellvars = 0,
48397     .co_nfreevars = 0,
48398     .co_localsplusnames = & zipimport_toplevel_consts_11_consts_11_localsplusnames._object.ob_base.ob_base,
48399     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
48400     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
48401     .co_name = & const_str_is_package._ascii.ob_base,
48402     .co_qualname = & zipimport_toplevel_consts_11_consts_11_qualname._ascii.ob_base,
48403     .co_linetable = & zipimport_toplevel_consts_11_consts_11_linetable.ob_base.ob_base,
48404     ._co_code = NULL,
48405     ._co_linearray = NULL,
48406     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x80\x14\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x7c\x01\x9b\x02\x9d\x02\x7c\x01\xac\x03\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\x53\x00",
48407     ._co_firsttraceable = 0,
48408 };
48409 static
48410     struct {
48411         PyASCIIObject _ascii;
48412         uint8_t _data[321];
48413     }
48414 zipimport_toplevel_consts_11_consts_12_consts_0 = {
48415     ._ascii = {
48416         .ob_base = {
48417             .ob_refcnt = 999999999,
48418             .ob_type = &PyUnicode_Type,
48419         },
48420         .length = 320,
48421         .hash = -1,
48422         .state = {
48423             .kind = 1,
48424             .compact = 1,
48425             .ascii = 1,
48426             .ready = 1,
48427         },
48428     },
48429     ._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",
48430 };
48431 static
48432     struct {
48433         PyASCIIObject _ascii;
48434         uint8_t _data[115];
48435     }
48436 zipimport_toplevel_consts_11_consts_12_consts_1 = {
48437     ._ascii = {
48438         .ob_base = {
48439             .ob_refcnt = 999999999,
48440             .ob_type = &PyUnicode_Type,
48441         },
48442         .length = 114,
48443         .hash = -1,
48444         .state = {
48445             .kind = 1,
48446             .compact = 1,
48447             .ascii = 1,
48448             .ready = 1,
48449         },
48450     },
48451     ._data = "zipimport.zipimporter.load_module() is deprecated and slated for removal in Python 3.12; use exec_module() instead",
48452 };
48453 static
48454     struct {
48455         PyASCIIObject _ascii;
48456         uint8_t _data[15];
48457     }
48458 zipimport_toplevel_consts_11_consts_12_consts_4 = {
48459     ._ascii = {
48460         .ob_base = {
48461             .ob_refcnt = 999999999,
48462             .ob_type = &PyUnicode_Type,
48463         },
48464         .length = 14,
48465         .hash = -1,
48466         .state = {
48467             .kind = 1,
48468             .compact = 1,
48469             .ascii = 1,
48470             .ready = 1,
48471         },
48472     },
48473     ._data = "Loaded module ",
48474 };
48475 static
48476     struct {
48477         PyASCIIObject _ascii;
48478         uint8_t _data[26];
48479     }
48480 zipimport_toplevel_consts_11_consts_12_consts_5 = {
48481     ._ascii = {
48482         .ob_base = {
48483             .ob_refcnt = 999999999,
48484             .ob_type = &PyUnicode_Type,
48485         },
48486         .length = 25,
48487         .hash = -1,
48488         .state = {
48489             .kind = 1,
48490             .compact = 1,
48491             .ascii = 1,
48492             .ready = 1,
48493         },
48494     },
48495     ._data = " not found in sys.modules",
48496 };
48497 static
48498     struct {
48499         PyASCIIObject _ascii;
48500         uint8_t _data[31];
48501     }
48502 zipimport_toplevel_consts_11_consts_12_consts_6 = {
48503     ._ascii = {
48504         .ob_base = {
48505             .ob_refcnt = 999999999,
48506             .ob_type = &PyUnicode_Type,
48507         },
48508         .length = 30,
48509         .hash = -1,
48510         .state = {
48511             .kind = 1,
48512             .compact = 1,
48513             .ascii = 1,
48514             .ready = 1,
48515         },
48516     },
48517     ._data = "import {} # loaded from Zip {}",
48518 };
48519 static
48520     struct {
48521         PyGC_Head _gc_head;
48522         struct {
48523             PyObject_VAR_HEAD
48524             PyObject *ob_item[7];
48525         }_object;
48526     }
48527 zipimport_toplevel_consts_11_consts_12_consts = {
48528     ._object = {
48529         .ob_base = {
48530             .ob_base = {
48531                 .ob_refcnt = 999999999,
48532                 .ob_type = &PyTuple_Type,
48533             },
48534             .ob_size = 7,
48535         },
48536         .ob_item = {
48537             & zipimport_toplevel_consts_11_consts_12_consts_0._ascii.ob_base,
48538             & zipimport_toplevel_consts_11_consts_12_consts_1._ascii.ob_base,
48539             Py_None,
48540             &_Py_ID(__builtins__),
48541             & zipimport_toplevel_consts_11_consts_12_consts_4._ascii.ob_base,
48542             & zipimport_toplevel_consts_11_consts_12_consts_5._ascii.ob_base,
48543             & zipimport_toplevel_consts_11_consts_12_consts_6._ascii.ob_base,
48544         },
48545     },
48546 };
48547 static
48548     struct {
48549         PyASCIIObject _ascii;
48550         uint8_t _data[13];
48551     }
48552 const_str__module_type = {
48553     ._ascii = {
48554         .ob_base = {
48555             .ob_refcnt = 999999999,
48556             .ob_type = &PyUnicode_Type,
48557         },
48558         .length = 12,
48559         .hash = -1,
48560         .state = {
48561             .kind = 1,
48562             .compact = 1,
48563             .ascii = 1,
48564             .ready = 1,
48565         },
48566     },
48567     ._data = "_module_type",
48568 };
48569 static
48570     struct {
48571         PyGC_Head _gc_head;
48572         struct {
48573             PyObject_VAR_HEAD
48574             PyObject *ob_item[24];
48575         }_object;
48576     }
48577 zipimport_toplevel_consts_11_consts_12_names = {
48578     ._object = {
48579         .ob_base = {
48580             .ob_base = {
48581                 .ob_refcnt = 999999999,
48582                 .ob_type = &PyTuple_Type,
48583             },
48584             .ob_size = 24,
48585         },
48586         .ob_item = {
48587             & const_str__warnings._ascii.ob_base,
48588             & const_str_warn._ascii.ob_base,
48589             & const_str_DeprecationWarning._ascii.ob_base,
48590             & const_str__get_module_code._ascii.ob_base,
48591             & const_str_sys._ascii.ob_base,
48592             &_Py_ID(modules),
48593             &_Py_ID(get),
48594             &_Py_ID(isinstance),
48595             & const_str__module_type._ascii.ob_base,
48596             &_Py_ID(__loader__),
48597             & const_str__get_module_path._ascii.ob_base,
48598             & const_str__bootstrap_external._ascii.ob_base,
48599             & const_str__path_join._ascii.ob_base,
48600             & const_str_archive._ascii.ob_base,
48601             &_Py_ID(__path__),
48602             & const_str_hasattr._ascii.ob_base,
48603             &_Py_ID(__builtins__),
48604             &_Py_ID(_fix_up_module),
48605             &_Py_ID(__dict__),
48606             & const_str_exec._ascii.ob_base,
48607             & const_str_KeyError._ascii.ob_base,
48608             & const_str_ImportError._ascii.ob_base,
48609             &_Py_ID(_bootstrap),
48610             & const_str__verbose_message._ascii.ob_base,
48611         },
48612     },
48613 };
48614 static
48615     struct {
48616         PyASCIIObject _ascii;
48617         uint8_t _data[24];
48618     }
48619 zipimport_toplevel_consts_11_consts_12_qualname = {
48620     ._ascii = {
48621         .ob_base = {
48622             .ob_refcnt = 999999999,
48623             .ob_type = &PyUnicode_Type,
48624         },
48625         .length = 23,
48626         .hash = -1,
48627         .state = {
48628             .kind = 1,
48629             .compact = 1,
48630             .ascii = 1,
48631             .ready = 1,
48632         },
48633     },
48634     ._data = "zipimporter.load_module",
48635 };
48636 static
48637     struct {
48638         PyObject_VAR_HEAD
48639         Py_hash_t ob_shash;
48640         char ob_sval[378];
48641     }
48642 zipimport_toplevel_consts_11_consts_12_linetable = {
48643     .ob_base = {
48644         .ob_base = {
48645             .ob_refcnt = 999999999,
48646             .ob_type = &PyBytes_Type,
48647         },
48648         .ob_size = 377,
48649     },
48650     .ob_shash = -1,
48651     .ob_sval = "\x80\x00\xf0\x12\x01\x10\x43\x01\x88\x03\xe5\x08\x11\x8c\x0e\x90\x73\xd5\x1c\x2e\xd1\x08\x2f\xd4\x08\x2f\xd0\x08\x2f\xdd\x23\x33\xb0\x44\xb8\x28\xd1\x23\x43\xd4\x23\x43\xd1\x08\x20\x88\x04\x88\x69\x98\x17\xdd\x0e\x11\x8c\x6b\x8f\x6f\x8a\x6f\x98\x68\xd1\x0e\x27\xd4\x0e\x27\x88\x03\xd8\x0b\x0e\x88\x3b\x9d\x6a\xa8\x13\xad\x6c\xd1\x1e\x3b\xd4\x1e\x3b\x88\x3b\xdd\x12\x1e\x98\x78\xd1\x12\x28\xd4\x12\x28\x88\x43\xd8\x24\x27\x8d\x43\x8c\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\xd1\x17\x37\xd4\x17\x37\x90\x04\xdd\x1b\x2e\xd4\x1b\x39\xb8\x24\xbc\x2c\xc8\x04\xd1\x1b\x4d\xd4\x1b\x4d\x90\x08\xd8\x20\x28\x98\x7a\x90\x03\x94\x0c\xe5\x13\x1a\x98\x33\xa0\x0e\xd1\x13\x2f\xd4\x13\x2f\xf0\x00\x01\x0d\x30\xdd\x23\x2f\x90\x03\xd4\x10\x20\xdd\x0c\x1f\xd4\x0c\x2e\xa8\x73\xac\x7c\xb8\x58\xc0\x77\xd1\x0c\x4f\xd4\x0c\x4f\xd0\x0c\x4f\xdd\x0c\x10\x90\x14\x90\x73\x94\x7c\xd1\x0c\x24\xd4\x0c\x24\xd0\x0c\x24\xd0\x0c\x24\xf8\xf0\x02\x02\x09\x12\xdd\x10\x13\x94\x0b\x98\x48\xd0\x10\x25\xd8\x0c\x11\xf8\xf8\xf8\xf0\x04\x03\x09\x56\x01\xdd\x12\x15\x94\x2b\x98\x68\xd4\x12\x27\x88\x43\x88\x43\xf8\xdd\x0f\x17\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\xd1\x12\x55\xd4\x12\x55\xd0\x0c\x55\xf0\x03\x01\x09\x56\x01\xf8\xf8\xf8\xe5\x08\x12\xd4\x08\x23\xd0\x24\x44\xc0\x68\xd0\x50\x57\xd1\x08\x58\xd4\x08\x58\xd0\x08\x58\xd8\x0f\x12\x88\x0a",
48652 };
48653 static
48654     struct {
48655         PyObject_VAR_HEAD
48656         Py_hash_t ob_shash;
48657         char ob_sval[26];
48658     }
48659 zipimport_toplevel_consts_11_consts_12_exceptiontable = {
48660     .ob_base = {
48661         .ob_base = {
48662             .ob_refcnt = 999999999,
48663             .ob_type = &PyBytes_Type,
48664         },
48665         .ob_size = 25,
48666     },
48667     .ob_shash = -1,
48668     .ob_sval = "\xc2\x0d\x42\x00\x44\x0e\x00\xc4\x0e\x10\x44\x1e\x03\xc4\x22\x12\x44\x35\x00\xc4\x35\x1e\x45\x13\x03",
48669 };
48670 static
48671     struct {
48672         PyASCIIObject _ascii;
48673         uint8_t _data[4];
48674     }
48675 const_str_mod = {
48676     ._ascii = {
48677         .ob_base = {
48678             .ob_refcnt = 999999999,
48679             .ob_type = &PyUnicode_Type,
48680         },
48681         .length = 3,
48682         .hash = -1,
48683         .state = {
48684             .kind = 1,
48685             .compact = 1,
48686             .ascii = 1,
48687             .ready = 1,
48688         },
48689     },
48690     ._data = "mod",
48691 };
48692 static
48693     struct {
48694         PyGC_Head _gc_head;
48695         struct {
48696             PyObject_VAR_HEAD
48697             PyObject *ob_item[9];
48698         }_object;
48699     }
48700 zipimport_toplevel_consts_11_consts_12_localsplusnames = {
48701     ._object = {
48702         .ob_base = {
48703             .ob_base = {
48704                 .ob_refcnt = 999999999,
48705                 .ob_type = &PyTuple_Type,
48706             },
48707             .ob_size = 9,
48708         },
48709         .ob_item = {
48710             & const_str_self._ascii.ob_base,
48711             & const_str_fullname._ascii.ob_base,
48712             &_Py_ID(msg),
48713             &_Py_ID(code),
48714             & const_str_ispackage._ascii.ob_base,
48715             & const_str_modpath._ascii.ob_base,
48716             & const_str_mod._ascii.ob_base,
48717             &_Py_ID(path),
48718             & const_str_fullpath._ascii.ob_base,
48719         },
48720     },
48721 };
48722 static
48723     struct _PyCode_DEF(732)
48724 zipimport_toplevel_consts_11_consts_12 = {
48725     .ob_base = {
48726         .ob_base = {
48727             .ob_refcnt = 999999999,
48728             .ob_type = &PyCode_Type,
48729         },
48730         .ob_size = 366,
48731     },
48732     .co_consts = & zipimport_toplevel_consts_11_consts_12_consts._object.ob_base.ob_base,
48733     .co_names = & zipimport_toplevel_consts_11_consts_12_names._object.ob_base.ob_base,
48734     .co_exceptiontable = & zipimport_toplevel_consts_11_consts_12_exceptiontable.ob_base.ob_base,
48735     .co_flags = 3,
48736     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
48737     ._co_linearray_entry_size = 0,
48738     .co_argcount = 2,
48739     .co_posonlyargcount = 0,
48740     .co_kwonlyargcount = 0,
48741     .co_stacksize = 6,
48742     .co_firstlineno = 271,
48743     .co_nlocalsplus = 9,
48744     .co_nlocals = 9,
48745     .co_nplaincellvars = 0,
48746     .co_ncellvars = 0,
48747     .co_nfreevars = 0,
48748     .co_localsplusnames = & zipimport_toplevel_consts_11_consts_12_localsplusnames._object.ob_base.ob_base,
48749     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
48750     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
48751     .co_name = & const_str_load_module._ascii.ob_base,
48752     .co_qualname = & zipimport_toplevel_consts_11_consts_12_qualname._ascii.ob_base,
48753     .co_linetable = & zipimport_toplevel_consts_11_consts_12_linetable.ob_base.ob_base,
48754     ._co_code = NULL,
48755     ._co_linearray = NULL,
48756     .co_code_adaptive = "\x97\x00\x64\x01\x7d\x02\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\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\xa6\x02\x00\x00\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\x05\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x81\x15\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x1e\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\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\x05\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\x32\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xa6\x02\x00\x00\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\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xa6\x02\x00\x00\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\xa6\x02\x00\x00\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\x11\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x05\xa6\x03\x00\x00\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\x12\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x13\x23\x00\x01\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3d\x00\x82\x00\x78\x03\x59\x00\x77\x01\x09\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x6e\x21\x23\x00\x74\x28\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x14\x01\x00\x74\x2b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x01\x9b\x02\x64\x05\x9d\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x74\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x7c\x01\x7c\x05\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x06\x53\x00",
48757     ._co_firsttraceable = 0,
48758 };
48759 static
48760     struct {
48761         PyASCIIObject _ascii;
48762         uint8_t _data[205];
48763     }
48764 zipimport_toplevel_consts_11_consts_13_consts_0 = {
48765     ._ascii = {
48766         .ob_base = {
48767             .ob_refcnt = 999999999,
48768             .ob_type = &PyUnicode_Type,
48769         },
48770         .length = 204,
48771         .hash = -1,
48772         .state = {
48773             .kind = 1,
48774             .compact = 1,
48775             .ascii = 1,
48776             .ready = 1,
48777         },
48778     },
48779     ._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",
48780 };
48781 static
48782     struct {
48783         PyASCIIObject _ascii;
48784         uint8_t _data[10];
48785     }
48786 const_str_ZipReader = {
48787     ._ascii = {
48788         .ob_base = {
48789             .ob_refcnt = 999999999,
48790             .ob_type = &PyUnicode_Type,
48791         },
48792         .length = 9,
48793         .hash = -1,
48794         .state = {
48795             .kind = 1,
48796             .compact = 1,
48797             .ascii = 1,
48798             .ready = 1,
48799         },
48800     },
48801     ._data = "ZipReader",
48802 };
48803 static
48804     struct {
48805         PyGC_Head _gc_head;
48806         struct {
48807             PyObject_VAR_HEAD
48808             PyObject *ob_item[1];
48809         }_object;
48810     }
48811 zipimport_toplevel_consts_11_consts_13_consts_3 = {
48812     ._object = {
48813         .ob_base = {
48814             .ob_base = {
48815                 .ob_refcnt = 999999999,
48816                 .ob_type = &PyTuple_Type,
48817             },
48818             .ob_size = 1,
48819         },
48820         .ob_item = {
48821             & const_str_ZipReader._ascii.ob_base,
48822         },
48823     },
48824 };
48825 static
48826     struct {
48827         PyGC_Head _gc_head;
48828         struct {
48829             PyObject_VAR_HEAD
48830             PyObject *ob_item[4];
48831         }_object;
48832     }
48833 zipimport_toplevel_consts_11_consts_13_consts = {
48834     ._object = {
48835         .ob_base = {
48836             .ob_base = {
48837                 .ob_refcnt = 999999999,
48838                 .ob_type = &PyTuple_Type,
48839             },
48840             .ob_size = 4,
48841         },
48842         .ob_item = {
48843             & zipimport_toplevel_consts_11_consts_13_consts_0._ascii.ob_base,
48844             Py_None,
48845             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
48846             & zipimport_toplevel_consts_11_consts_13_consts_3._object.ob_base.ob_base,
48847         },
48848     },
48849 };
48850 static
48851     struct {
48852         PyGC_Head _gc_head;
48853         struct {
48854             PyObject_VAR_HEAD
48855             PyObject *ob_item[4];
48856         }_object;
48857     }
48858 zipimport_toplevel_consts_11_consts_13_names = {
48859     ._object = {
48860         .ob_base = {
48861             .ob_base = {
48862                 .ob_refcnt = 999999999,
48863                 .ob_type = &PyTuple_Type,
48864             },
48865             .ob_size = 4,
48866         },
48867         .ob_item = {
48868             & const_str_is_package._ascii.ob_base,
48869             & const_str_ZipImportError._ascii.ob_base,
48870             & importlib__bootstrap_external_toplevel_consts_59_consts_8_names_0._ascii.ob_base,
48871             & const_str_ZipReader._ascii.ob_base,
48872         },
48873     },
48874 };
48875 static
48876     struct {
48877         PyASCIIObject _ascii;
48878         uint8_t _data[32];
48879     }
48880 zipimport_toplevel_consts_11_consts_13_qualname = {
48881     ._ascii = {
48882         .ob_base = {
48883             .ob_refcnt = 999999999,
48884             .ob_type = &PyUnicode_Type,
48885         },
48886         .length = 31,
48887         .hash = -1,
48888         .state = {
48889             .kind = 1,
48890             .compact = 1,
48891             .ascii = 1,
48892             .ready = 1,
48893         },
48894     },
48895     ._data = "zipimporter.get_resource_reader",
48896 };
48897 static
48898     struct {
48899         PyObject_VAR_HEAD
48900         Py_hash_t ob_shash;
48901         char ob_sval[108];
48902     }
48903 zipimport_toplevel_consts_11_consts_13_linetable = {
48904     .ob_base = {
48905         .ob_base = {
48906             .ob_refcnt = 999999999,
48907             .ob_type = &PyBytes_Type,
48908         },
48909         .ob_size = 107,
48910     },
48911     .ob_shash = -1,
48912     .ob_sval = "\x80\x00\xf0\x0c\x04\x09\x18\xd8\x13\x17\x97\x3f\x92\x3f\xa0\x38\xd1\x13\x2c\xd4\x13\x2c\xf0\x00\x01\x0d\x1c\xd8\x17\x1b\x90\x74\xf0\x03\x01\x0d\x1c\xf8\xe5\x0f\x1d\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\xe0\x08\x2f\xd0\x08\x2f\xd0\x08\x2f\xd0\x08\x2f\xd0\x08\x2f\xd0\x08\x2f\xd8\x0f\x18\x88\x79\x98\x14\x98\x78\xd1\x0f\x28\xd4\x0f\x28\xd0\x08\x28",
48913 };
48914 static
48915     struct {
48916         PyObject_VAR_HEAD
48917         Py_hash_t ob_shash;
48918         char ob_sval[13];
48919     }
48920 zipimport_toplevel_consts_11_consts_13_exceptiontable = {
48921     .ob_base = {
48922         .ob_base = {
48923             .ob_refcnt = 999999999,
48924             .ob_type = &PyBytes_Type,
48925         },
48926         .ob_size = 12,
48927     },
48928     .ob_shash = -1,
48929     .ob_sval = "\x82\x15\x1a\x00\x9a\x0a\x28\x03\xa7\x01\x28\x03",
48930 };
48931 static
48932     struct {
48933         PyGC_Head _gc_head;
48934         struct {
48935             PyObject_VAR_HEAD
48936             PyObject *ob_item[3];
48937         }_object;
48938     }
48939 zipimport_toplevel_consts_11_consts_13_localsplusnames = {
48940     ._object = {
48941         .ob_base = {
48942             .ob_base = {
48943                 .ob_refcnt = 999999999,
48944                 .ob_type = &PyTuple_Type,
48945             },
48946             .ob_size = 3,
48947         },
48948         .ob_item = {
48949             & const_str_self._ascii.ob_base,
48950             & const_str_fullname._ascii.ob_base,
48951             & const_str_ZipReader._ascii.ob_base,
48952         },
48953     },
48954 };
48955 static
48956     struct _PyCode_DEF(122)
48957 zipimport_toplevel_consts_11_consts_13 = {
48958     .ob_base = {
48959         .ob_base = {
48960             .ob_refcnt = 999999999,
48961             .ob_type = &PyCode_Type,
48962         },
48963         .ob_size = 61,
48964     },
48965     .co_consts = & zipimport_toplevel_consts_11_consts_13_consts._object.ob_base.ob_base,
48966     .co_names = & zipimport_toplevel_consts_11_consts_13_names._object.ob_base.ob_base,
48967     .co_exceptiontable = & zipimport_toplevel_consts_11_consts_13_exceptiontable.ob_base.ob_base,
48968     .co_flags = 3,
48969     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
48970     ._co_linearray_entry_size = 0,
48971     .co_argcount = 2,
48972     .co_posonlyargcount = 0,
48973     .co_kwonlyargcount = 0,
48974     .co_stacksize = 4,
48975     .co_firstlineno = 314,
48976     .co_nlocalsplus = 3,
48977     .co_nlocals = 3,
48978     .co_nplaincellvars = 0,
48979     .co_ncellvars = 0,
48980     .co_nfreevars = 0,
48981     .co_localsplusnames = & zipimport_toplevel_consts_11_consts_13_localsplusnames._object.ob_base.ob_base,
48982     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
48983     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
48984     .co_name = & const_str_get_resource_reader._ascii.ob_base,
48985     .co_qualname = & zipimport_toplevel_consts_11_consts_13_qualname._ascii.ob_base,
48986     .co_linetable = & zipimport_toplevel_consts_11_consts_13_linetable.ob_base.ob_base,
48987     ._co_code = NULL,
48988     ._co_linearray = NULL,
48989     .co_code_adaptive = "\x97\x00\x09\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x64\x01\x53\x00\x6e\x11\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\x64\x02\x64\x03\x6c\x02\x6d\x03\x7d\x02\x01\x00\x02\x00\x7c\x02\x7c\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
48990     ._co_firsttraceable = 0,
48991 };
48992 static
48993     struct {
48994         PyASCIIObject _ascii;
48995         uint8_t _data[42];
48996     }
48997 zipimport_toplevel_consts_11_consts_14_consts_0 = {
48998     ._ascii = {
48999         .ob_base = {
49000             .ob_refcnt = 999999999,
49001             .ob_type = &PyUnicode_Type,
49002         },
49003         .length = 41,
49004         .hash = -1,
49005         .state = {
49006             .kind = 1,
49007             .compact = 1,
49008             .ascii = 1,
49009             .ready = 1,
49010         },
49011     },
49012     ._data = "Reload the file data of the archive path.",
49013 };
49014 static
49015     struct {
49016         PyGC_Head _gc_head;
49017         struct {
49018             PyObject_VAR_HEAD
49019             PyObject *ob_item[2];
49020         }_object;
49021     }
49022 zipimport_toplevel_consts_11_consts_14_consts = {
49023     ._object = {
49024         .ob_base = {
49025             .ob_base = {
49026                 .ob_refcnt = 999999999,
49027                 .ob_type = &PyTuple_Type,
49028             },
49029             .ob_size = 2,
49030         },
49031         .ob_item = {
49032             & zipimport_toplevel_consts_11_consts_14_consts_0._ascii.ob_base,
49033             Py_None,
49034         },
49035     },
49036 };
49037 static
49038     struct {
49039         PyGC_Head _gc_head;
49040         struct {
49041             PyObject_VAR_HEAD
49042             PyObject *ob_item[6];
49043         }_object;
49044     }
49045 zipimport_toplevel_consts_11_consts_14_names = {
49046     ._object = {
49047         .ob_base = {
49048             .ob_base = {
49049                 .ob_refcnt = 999999999,
49050                 .ob_type = &PyTuple_Type,
49051             },
49052             .ob_size = 6,
49053         },
49054         .ob_item = {
49055             & const_str__read_directory._ascii.ob_base,
49056             & const_str_archive._ascii.ob_base,
49057             & const_str__files._ascii.ob_base,
49058             & const_str__zip_directory_cache._ascii.ob_base,
49059             & const_str_ZipImportError._ascii.ob_base,
49060             & const_str_pop._ascii.ob_base,
49061         },
49062     },
49063 };
49064 static
49065     struct {
49066         PyASCIIObject _ascii;
49067         uint8_t _data[30];
49068     }
49069 zipimport_toplevel_consts_11_consts_14_qualname = {
49070     ._ascii = {
49071         .ob_base = {
49072             .ob_refcnt = 999999999,
49073             .ob_type = &PyUnicode_Type,
49074         },
49075         .length = 29,
49076         .hash = -1,
49077         .state = {
49078             .kind = 1,
49079             .compact = 1,
49080             .ascii = 1,
49081             .ready = 1,
49082         },
49083     },
49084     ._data = "zipimporter.invalidate_caches",
49085 };
49086 static
49087     struct {
49088         PyObject_VAR_HEAD
49089         Py_hash_t ob_shash;
49090         char ob_sval[110];
49091     }
49092 zipimport_toplevel_consts_11_consts_14_linetable = {
49093     .ob_base = {
49094         .ob_base = {
49095             .ob_refcnt = 999999999,
49096             .ob_type = &PyBytes_Type,
49097         },
49098         .ob_size = 109,
49099     },
49100     .ob_shash = -1,
49101     .ob_sval = "\x80\x00\xf0\x04\x05\x09\x1d\xdd\x1a\x29\xa8\x24\xac\x2c\xd1\x1a\x37\xd4\x1a\x37\x88\x44\x8c\x4b\xd8\x31\x35\xb4\x1b\xd5\x0c\x20\xa0\x14\xa4\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\xd2\x0c\x24\xa0\x54\xa4\x5c\xb0\x34\xd1\x0c\x38\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",
49102 };
49103 static
49104     struct {
49105         PyObject_VAR_HEAD
49106         Py_hash_t ob_shash;
49107         char ob_sval[16];
49108     }
49109 zipimport_toplevel_consts_11_consts_14_exceptiontable = {
49110     .ob_base = {
49111         .ob_base = {
49112             .ob_refcnt = 999999999,
49113             .ob_type = &PyBytes_Type,
49114         },
49115         .ob_size = 15,
49116     },
49117     .ob_shash = -1,
49118     .ob_sval = "\x82\x2d\x31\x00\xb1\x31\x41\x26\x03\xc1\x25\x01\x41\x26\x03",
49119 };
49120 static
49121     struct _PyCode_DEF(210)
49122 zipimport_toplevel_consts_11_consts_14 = {
49123     .ob_base = {
49124         .ob_base = {
49125             .ob_refcnt = 999999999,
49126             .ob_type = &PyCode_Type,
49127         },
49128         .ob_size = 105,
49129     },
49130     .co_consts = & zipimport_toplevel_consts_11_consts_14_consts._object.ob_base.ob_base,
49131     .co_names = & zipimport_toplevel_consts_11_consts_14_names._object.ob_base.ob_base,
49132     .co_exceptiontable = & zipimport_toplevel_consts_11_consts_14_exceptiontable.ob_base.ob_base,
49133     .co_flags = 3,
49134     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
49135     ._co_linearray_entry_size = 0,
49136     .co_argcount = 1,
49137     .co_posonlyargcount = 0,
49138     .co_kwonlyargcount = 0,
49139     .co_stacksize = 5,
49140     .co_firstlineno = 329,
49141     .co_nlocalsplus = 1,
49142     .co_nlocals = 1,
49143     .co_nplaincellvars = 0,
49144     .co_ncellvars = 0,
49145     .co_nfreevars = 0,
49146     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
49147     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
49148     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
49149     .co_name = & const_str_invalidate_caches._ascii.ob_base,
49150     .co_qualname = & zipimport_toplevel_consts_11_consts_14_qualname._ascii.ob_base,
49151     .co_linetable = & zipimport_toplevel_consts_11_consts_14_linetable.ob_base.ob_base,
49152     ._co_code = NULL,
49153     ._co_linearray = NULL,
49154     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\x02\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\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\x2b\x01\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x02\x00\x00\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",
49155     ._co_firsttraceable = 0,
49156 };
49157 static
49158     struct {
49159         PyASCIIObject _ascii;
49160         uint8_t _data[22];
49161     }
49162 zipimport_toplevel_consts_11_consts_15_consts_1 = {
49163     ._ascii = {
49164         .ob_base = {
49165             .ob_refcnt = 999999999,
49166             .ob_type = &PyUnicode_Type,
49167         },
49168         .length = 21,
49169         .hash = -1,
49170         .state = {
49171             .kind = 1,
49172             .compact = 1,
49173             .ascii = 1,
49174             .ready = 1,
49175         },
49176     },
49177     ._data = "<zipimporter object \"",
49178 };
49179 static
49180     struct {
49181         PyASCIIObject _ascii;
49182         uint8_t _data[3];
49183     }
49184 zipimport_toplevel_consts_11_consts_15_consts_2 = {
49185     ._ascii = {
49186         .ob_base = {
49187             .ob_refcnt = 999999999,
49188             .ob_type = &PyUnicode_Type,
49189         },
49190         .length = 2,
49191         .hash = -1,
49192         .state = {
49193             .kind = 1,
49194             .compact = 1,
49195             .ascii = 1,
49196             .ready = 1,
49197         },
49198     },
49199     ._data = "\">",
49200 };
49201 static
49202     struct {
49203         PyGC_Head _gc_head;
49204         struct {
49205             PyObject_VAR_HEAD
49206             PyObject *ob_item[3];
49207         }_object;
49208     }
49209 zipimport_toplevel_consts_11_consts_15_consts = {
49210     ._object = {
49211         .ob_base = {
49212             .ob_base = {
49213                 .ob_refcnt = 999999999,
49214                 .ob_type = &PyTuple_Type,
49215             },
49216             .ob_size = 3,
49217         },
49218         .ob_item = {
49219             Py_None,
49220             & zipimport_toplevel_consts_11_consts_15_consts_1._ascii.ob_base,
49221             & zipimport_toplevel_consts_11_consts_15_consts_2._ascii.ob_base,
49222         },
49223     },
49224 };
49225 static
49226     struct {
49227         PyGC_Head _gc_head;
49228         struct {
49229             PyObject_VAR_HEAD
49230             PyObject *ob_item[3];
49231         }_object;
49232     }
49233 zipimport_toplevel_consts_11_consts_15_names = {
49234     ._object = {
49235         .ob_base = {
49236             .ob_base = {
49237                 .ob_refcnt = 999999999,
49238                 .ob_type = &PyTuple_Type,
49239             },
49240             .ob_size = 3,
49241         },
49242         .ob_item = {
49243             & const_str_archive._ascii.ob_base,
49244             & const_str_path_sep._ascii.ob_base,
49245             & const_str_prefix._ascii.ob_base,
49246         },
49247     },
49248 };
49249 static
49250     struct {
49251         PyASCIIObject _ascii;
49252         uint8_t _data[21];
49253     }
49254 zipimport_toplevel_consts_11_consts_15_qualname = {
49255     ._ascii = {
49256         .ob_base = {
49257             .ob_refcnt = 999999999,
49258             .ob_type = &PyUnicode_Type,
49259         },
49260         .length = 20,
49261         .hash = -1,
49262         .state = {
49263             .kind = 1,
49264             .compact = 1,
49265             .ascii = 1,
49266             .ready = 1,
49267         },
49268     },
49269     ._data = "zipimporter.__repr__",
49270 };
49271 static
49272     struct {
49273         PyObject_VAR_HEAD
49274         Py_hash_t ob_shash;
49275         char ob_sval[34];
49276     }
49277 zipimport_toplevel_consts_11_consts_15_linetable = {
49278     .ob_base = {
49279         .ob_base = {
49280             .ob_refcnt = 999999999,
49281             .ob_type = &PyBytes_Type,
49282         },
49283         .ob_size = 33,
49284     },
49285     .ob_shash = -1,
49286     .ob_sval = "\x80\x00\xd8\x0f\x4e\xa0\x74\xa4\x7c\xd0\x0f\x4e\xb5\x58\xd0\x0f\x4e\xb8\x74\xbc\x7b\xd0\x0f\x4e\xd0\x0f\x4e\xd0\x0f\x4e\xd0\x08\x4e",
49287 };
49288 static
49289     struct _PyCode_DEF(52)
49290 zipimport_toplevel_consts_11_consts_15 = {
49291     .ob_base = {
49292         .ob_base = {
49293             .ob_refcnt = 999999999,
49294             .ob_type = &PyCode_Type,
49295         },
49296         .ob_size = 26,
49297     },
49298     .co_consts = & zipimport_toplevel_consts_11_consts_15_consts._object.ob_base.ob_base,
49299     .co_names = & zipimport_toplevel_consts_11_consts_15_names._object.ob_base.ob_base,
49300     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
49301     .co_flags = 3,
49302     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
49303     ._co_linearray_entry_size = 0,
49304     .co_argcount = 1,
49305     .co_posonlyargcount = 0,
49306     .co_kwonlyargcount = 0,
49307     .co_stacksize = 5,
49308     .co_firstlineno = 339,
49309     .co_nlocalsplus = 1,
49310     .co_nlocals = 1,
49311     .co_nplaincellvars = 0,
49312     .co_ncellvars = 0,
49313     .co_nfreevars = 0,
49314     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
49315     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
49316     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
49317     .co_name = &_Py_ID(__repr__),
49318     .co_qualname = & zipimport_toplevel_consts_11_consts_15_qualname._ascii.ob_base,
49319     .co_linetable = & zipimport_toplevel_consts_11_consts_15_linetable.ob_base.ob_base,
49320     ._co_code = NULL,
49321     ._co_linearray = NULL,
49322     .co_code_adaptive = "\x97\x00\x64\x01\x7c\x00\x6a\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\x02\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x02\x9d\x05\x53\x00",
49323     ._co_firsttraceable = 0,
49324 };
49325 static
49326     struct {
49327         PyGC_Head _gc_head;
49328         struct {
49329             PyObject_VAR_HEAD
49330             PyObject *ob_item[17];
49331         }_object;
49332     }
49333 zipimport_toplevel_consts_11_consts = {
49334     ._object = {
49335         .ob_base = {
49336             .ob_base = {
49337                 .ob_refcnt = 999999999,
49338                 .ob_type = &PyTuple_Type,
49339             },
49340             .ob_size = 17,
49341         },
49342         .ob_item = {
49343             &_Py_ID(zipimporter),
49344             & zipimport_toplevel_consts_11_consts_1._ascii.ob_base,
49345             & zipimport_toplevel_consts_11_consts_2.ob_base.ob_base,
49346             Py_None,
49347             & zipimport_toplevel_consts_11_consts_4.ob_base.ob_base,
49348             & zipimport_toplevel_consts_11_consts_5.ob_base.ob_base,
49349             & zipimport_toplevel_consts_11_consts_6.ob_base.ob_base,
49350             & zipimport_toplevel_consts_11_consts_7.ob_base.ob_base,
49351             & zipimport_toplevel_consts_11_consts_8.ob_base.ob_base,
49352             & zipimport_toplevel_consts_11_consts_9.ob_base.ob_base,
49353             & zipimport_toplevel_consts_11_consts_10.ob_base.ob_base,
49354             & zipimport_toplevel_consts_11_consts_11.ob_base.ob_base,
49355             & zipimport_toplevel_consts_11_consts_12.ob_base.ob_base,
49356             & zipimport_toplevel_consts_11_consts_13.ob_base.ob_base,
49357             & zipimport_toplevel_consts_11_consts_14.ob_base.ob_base,
49358             & zipimport_toplevel_consts_11_consts_15.ob_base.ob_base,
49359             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
49360         },
49361     },
49362 };
49363 static
49364     struct {
49365         PyGC_Head _gc_head;
49366         struct {
49367             PyObject_VAR_HEAD
49368             PyObject *ob_item[17];
49369         }_object;
49370     }
49371 zipimport_toplevel_consts_11_names = {
49372     ._object = {
49373         .ob_base = {
49374             .ob_base = {
49375                 .ob_refcnt = 999999999,
49376                 .ob_type = &PyTuple_Type,
49377             },
49378             .ob_size = 17,
49379         },
49380         .ob_item = {
49381             &_Py_ID(__name__),
49382             &_Py_ID(__module__),
49383             &_Py_ID(__qualname__),
49384             &_Py_ID(__doc__),
49385             &_Py_ID(__init__),
49386             & const_str_find_loader._ascii.ob_base,
49387             & const_str_find_module._ascii.ob_base,
49388             & const_str_find_spec._ascii.ob_base,
49389             & const_str_get_code._ascii.ob_base,
49390             & const_str_get_data._ascii.ob_base,
49391             & const_str_get_filename._ascii.ob_base,
49392             &_Py_ID(get_source),
49393             & const_str_is_package._ascii.ob_base,
49394             & const_str_load_module._ascii.ob_base,
49395             & const_str_get_resource_reader._ascii.ob_base,
49396             & const_str_invalidate_caches._ascii.ob_base,
49397             &_Py_ID(__repr__),
49398         },
49399     },
49400 };
49401 static
49402     struct {
49403         PyObject_VAR_HEAD
49404         Py_hash_t ob_shash;
49405         char ob_sval[249];
49406     }
49407 zipimport_toplevel_consts_11_linetable = {
49408     .ob_base = {
49409         .ob_base = {
49410             .ob_refcnt = 999999999,
49411             .ob_type = &PyBytes_Type,
49412         },
49413         .ob_size = 248,
49414     },
49415     .ob_shash = -1,
49416     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x0c\x05\x08\xf0\x00\x0c\x05\x08\xf0\x22\x25\x05\x24\xf0\x00\x25\x05\x24\xf0\x00\x25\x05\x24\xf0\x5a\x01\x20\x05\x18\xf0\x00\x20\x05\x18\xf0\x00\x20\x05\x18\xf0\x00\x20\x05\x18\xf0\x4a\x01\x0e\x05\x33\xf0\x00\x0e\x05\x33\xf0\x00\x0e\x05\x33\xf0\x00\x0e\x05\x33\xf0\x20\x19\x05\x1c\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",
49417 };
49418 static
49419     struct _PyCode_DEF(102)
49420 zipimport_toplevel_consts_11 = {
49421     .ob_base = {
49422         .ob_base = {
49423             .ob_refcnt = 999999999,
49424             .ob_type = &PyCode_Type,
49425         },
49426         .ob_size = 51,
49427     },
49428     .co_consts = & zipimport_toplevel_consts_11_consts._object.ob_base.ob_base,
49429     .co_names = & zipimport_toplevel_consts_11_names._object.ob_base.ob_base,
49430     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
49431     .co_flags = 0,
49432     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
49433     ._co_linearray_entry_size = 0,
49434     .co_argcount = 0,
49435     .co_posonlyargcount = 0,
49436     .co_kwonlyargcount = 0,
49437     .co_stacksize = 2,
49438     .co_firstlineno = 46,
49439     .co_nlocalsplus = 0,
49440     .co_nlocals = 0,
49441     .co_nplaincellvars = 0,
49442     .co_ncellvars = 0,
49443     .co_nfreevars = 0,
49444     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
49445     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
49446     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
49447     .co_name = &_Py_ID(zipimporter),
49448     .co_qualname = &_Py_ID(zipimporter),
49449     .co_linetable = & zipimport_toplevel_consts_11_linetable.ob_base.ob_base,
49450     ._co_code = NULL,
49451     ._co_linearray = NULL,
49452     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x10\x64\x04\x84\x01\x5a\x05\x64\x10\x64\x05\x84\x01\x5a\x06\x64\x10\x64\x06\x84\x01\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\x0e\x84\x00\x5a\x0f\x64\x0f\x84\x00\x5a\x10\x64\x03\x53\x00",
49453     ._co_firsttraceable = 0,
49454 };
49455 static
49456     struct {
49457         PyASCIIObject _ascii;
49458         uint8_t _data[13];
49459     }
49460 zipimport_toplevel_consts_12 = {
49461     ._ascii = {
49462         .ob_base = {
49463             .ob_refcnt = 999999999,
49464             .ob_type = &PyUnicode_Type,
49465         },
49466         .length = 12,
49467         .hash = -1,
49468         .state = {
49469             .kind = 1,
49470             .compact = 1,
49471             .ascii = 1,
49472             .ready = 1,
49473         },
49474     },
49475     ._data = "__init__.pyc",
49476 };
49477 static
49478     struct {
49479         PyGC_Head _gc_head;
49480         struct {
49481             PyObject_VAR_HEAD
49482             PyObject *ob_item[3];
49483         }_object;
49484     }
49485 zipimport_toplevel_consts_16 = {
49486     ._object = {
49487         .ob_base = {
49488             .ob_base = {
49489                 .ob_refcnt = 999999999,
49490                 .ob_type = &PyTuple_Type,
49491             },
49492             .ob_size = 3,
49493         },
49494         .ob_item = {
49495             & importlib__bootstrap_external_toplevel_consts_34._ascii.ob_base,
49496             Py_True,
49497             Py_False,
49498         },
49499     },
49500 };
49501 static
49502     struct {
49503         PyGC_Head _gc_head;
49504         struct {
49505             PyObject_VAR_HEAD
49506             PyObject *ob_item[3];
49507         }_object;
49508     }
49509 zipimport_toplevel_consts_17 = {
49510     ._object = {
49511         .ob_base = {
49512             .ob_base = {
49513                 .ob_refcnt = 999999999,
49514                 .ob_type = &PyTuple_Type,
49515             },
49516             .ob_size = 3,
49517         },
49518         .ob_item = {
49519             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_12._ascii.ob_base,
49520             Py_False,
49521             Py_False,
49522         },
49523     },
49524 };
49525 static
49526     struct {
49527         PyGC_Head _gc_head;
49528         struct {
49529             PyObject_VAR_HEAD
49530             PyObject *ob_item[3];
49531         }_object;
49532     }
49533 zipimport_toplevel_consts_18_consts = {
49534     ._object = {
49535         .ob_base = {
49536             .ob_base = {
49537                 .ob_refcnt = 999999999,
49538                 .ob_type = &PyTuple_Type,
49539             },
49540             .ob_size = 3,
49541         },
49542         .ob_item = {
49543             Py_None,
49544             &_Py_STR(dot),
49545             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
49546         },
49547     },
49548 };
49549 static
49550     struct {
49551         PyGC_Head _gc_head;
49552         struct {
49553             PyObject_VAR_HEAD
49554             PyObject *ob_item[2];
49555         }_object;
49556     }
49557 zipimport_toplevel_consts_18_names = {
49558     ._object = {
49559         .ob_base = {
49560             .ob_base = {
49561                 .ob_refcnt = 999999999,
49562                 .ob_type = &PyTuple_Type,
49563             },
49564             .ob_size = 2,
49565         },
49566         .ob_item = {
49567             & const_str_prefix._ascii.ob_base,
49568             & const_str_rpartition._ascii.ob_base,
49569         },
49570     },
49571 };
49572 static
49573     struct {
49574         PyObject_VAR_HEAD
49575         Py_hash_t ob_shash;
49576         char ob_sval[35];
49577     }
49578 zipimport_toplevel_consts_18_linetable = {
49579     .ob_base = {
49580         .ob_base = {
49581             .ob_refcnt = 999999999,
49582             .ob_type = &PyBytes_Type,
49583         },
49584         .ob_size = 34,
49585     },
49586     .ob_shash = -1,
49587     .ob_sval = "\x80\x00\xd8\x0b\x0f\x8c\x3b\x98\x18\xd7\x19\x2c\xd2\x19\x2c\xa8\x53\xd1\x19\x31\xd4\x19\x31\xb0\x21\xd4\x19\x34\xd1\x0b\x34\xd0\x04\x34",
49588 };
49589 static
49590     struct _PyCode_DEF(72)
49591 zipimport_toplevel_consts_18 = {
49592     .ob_base = {
49593         .ob_base = {
49594             .ob_refcnt = 999999999,
49595             .ob_type = &PyCode_Type,
49596         },
49597         .ob_size = 36,
49598     },
49599     .co_consts = & zipimport_toplevel_consts_18_consts._object.ob_base.ob_base,
49600     .co_names = & zipimport_toplevel_consts_18_names._object.ob_base.ob_base,
49601     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
49602     .co_flags = 3,
49603     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
49604     ._co_linearray_entry_size = 0,
49605     .co_argcount = 2,
49606     .co_posonlyargcount = 0,
49607     .co_kwonlyargcount = 0,
49608     .co_stacksize = 4,
49609     .co_firstlineno = 357,
49610     .co_nlocalsplus = 2,
49611     .co_nlocals = 2,
49612     .co_nplaincellvars = 0,
49613     .co_ncellvars = 0,
49614     .co_nfreevars = 0,
49615     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
49616     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
49617     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
49618     .co_name = & const_str__get_module_path._ascii.ob_base,
49619     .co_qualname = & const_str__get_module_path._ascii.ob_base,
49620     .co_linetable = & zipimport_toplevel_consts_18_linetable.ob_base.ob_base,
49621     ._co_code = NULL,
49622     ._co_linearray = NULL,
49623     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\x00\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",
49624     ._co_firsttraceable = 0,
49625 };
49626 static
49627     struct {
49628         PyGC_Head _gc_head;
49629         struct {
49630             PyObject_VAR_HEAD
49631             PyObject *ob_item[2];
49632         }_object;
49633     }
49634 zipimport_toplevel_consts_19_names = {
49635     ._object = {
49636         .ob_base = {
49637             .ob_base = {
49638                 .ob_refcnt = 999999999,
49639                 .ob_type = &PyTuple_Type,
49640             },
49641             .ob_size = 2,
49642         },
49643         .ob_item = {
49644             & const_str_path_sep._ascii.ob_base,
49645             & const_str__files._ascii.ob_base,
49646         },
49647     },
49648 };
49649 static
49650     struct {
49651         PyObject_VAR_HEAD
49652         Py_hash_t ob_shash;
49653         char ob_sval[27];
49654     }
49655 zipimport_toplevel_consts_19_linetable = {
49656     .ob_base = {
49657         .ob_base = {
49658             .ob_refcnt = 999999999,
49659             .ob_type = &PyBytes_Type,
49660         },
49661         .ob_size = 26,
49662     },
49663     .ob_shash = -1,
49664     .ob_sval = "\x80\x00\xf0\x08\x00\x0f\x13\x95\x58\x89\x6f\x80\x47\xe0\x0b\x12\x90\x64\x94\x6b\xd0\x0b\x21\xd0\x04\x21",
49665 };
49666 static
49667     struct {
49668         PyASCIIObject _ascii;
49669         uint8_t _data[8];
49670     }
49671 const_str_dirpath = {
49672     ._ascii = {
49673         .ob_base = {
49674             .ob_refcnt = 999999999,
49675             .ob_type = &PyUnicode_Type,
49676         },
49677         .length = 7,
49678         .hash = -1,
49679         .state = {
49680             .kind = 1,
49681             .compact = 1,
49682             .ascii = 1,
49683             .ready = 1,
49684         },
49685     },
49686     ._data = "dirpath",
49687 };
49688 static
49689     struct {
49690         PyGC_Head _gc_head;
49691         struct {
49692             PyObject_VAR_HEAD
49693             PyObject *ob_item[3];
49694         }_object;
49695     }
49696 zipimport_toplevel_consts_19_localsplusnames = {
49697     ._object = {
49698         .ob_base = {
49699             .ob_base = {
49700                 .ob_refcnt = 999999999,
49701                 .ob_type = &PyTuple_Type,
49702             },
49703             .ob_size = 3,
49704         },
49705         .ob_item = {
49706             & const_str_self._ascii.ob_base,
49707             &_Py_ID(path),
49708             & const_str_dirpath._ascii.ob_base,
49709         },
49710     },
49711 };
49712 static
49713     struct _PyCode_DEF(40)
49714 zipimport_toplevel_consts_19 = {
49715     .ob_base = {
49716         .ob_base = {
49717             .ob_refcnt = 999999999,
49718             .ob_type = &PyCode_Type,
49719         },
49720         .ob_size = 20,
49721     },
49722     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
49723     .co_names = & zipimport_toplevel_consts_19_names._object.ob_base.ob_base,
49724     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
49725     .co_flags = 3,
49726     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
49727     ._co_linearray_entry_size = 0,
49728     .co_argcount = 2,
49729     .co_posonlyargcount = 0,
49730     .co_kwonlyargcount = 0,
49731     .co_stacksize = 2,
49732     .co_firstlineno = 361,
49733     .co_nlocalsplus = 3,
49734     .co_nlocals = 3,
49735     .co_nplaincellvars = 0,
49736     .co_ncellvars = 0,
49737     .co_nfreevars = 0,
49738     .co_localsplusnames = & zipimport_toplevel_consts_19_localsplusnames._object.ob_base.ob_base,
49739     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
49740     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
49741     .co_name = & const_str__is_dir._ascii.ob_base,
49742     .co_qualname = & const_str__is_dir._ascii.ob_base,
49743     .co_linetable = & zipimport_toplevel_consts_19_linetable.ob_base.ob_base,
49744     ._co_code = NULL,
49745     ._co_linearray = NULL,
49746     .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\x01\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x53\x00",
49747     ._co_firsttraceable = 0,
49748 };
49749 static
49750     struct {
49751         PyASCIIObject _ascii;
49752         uint8_t _data[17];
49753     }
49754 const_str__zip_searchorder = {
49755     ._ascii = {
49756         .ob_base = {
49757             .ob_refcnt = 999999999,
49758             .ob_type = &PyUnicode_Type,
49759         },
49760         .length = 16,
49761         .hash = -1,
49762         .state = {
49763             .kind = 1,
49764             .compact = 1,
49765             .ascii = 1,
49766             .ready = 1,
49767         },
49768     },
49769     ._data = "_zip_searchorder",
49770 };
49771 static
49772     struct {
49773         PyGC_Head _gc_head;
49774         struct {
49775             PyObject_VAR_HEAD
49776             PyObject *ob_item[3];
49777         }_object;
49778     }
49779 zipimport_toplevel_consts_20_names = {
49780     ._object = {
49781         .ob_base = {
49782             .ob_base = {
49783                 .ob_refcnt = 999999999,
49784                 .ob_type = &PyTuple_Type,
49785             },
49786             .ob_size = 3,
49787         },
49788         .ob_item = {
49789             & const_str__get_module_path._ascii.ob_base,
49790             & const_str__zip_searchorder._ascii.ob_base,
49791             & const_str__files._ascii.ob_base,
49792         },
49793     },
49794 };
49795 static
49796     struct {
49797         PyObject_VAR_HEAD
49798         Py_hash_t ob_shash;
49799         char ob_sval[84];
49800     }
49801 zipimport_toplevel_consts_20_linetable = {
49802     .ob_base = {
49803         .ob_base = {
49804             .ob_refcnt = 999999999,
49805             .ob_type = &PyBytes_Type,
49806         },
49807         .ob_size = 83,
49808     },
49809     .ob_shash = -1,
49810     .ob_sval = "\x80\x00\xdd\x0b\x1b\x98\x44\xa0\x28\xd1\x0b\x2b\xd4\x0b\x2b\x80\x44\xdd\x29\x39\xf0\x00\x03\x05\x1d\xf0\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\x94\x7b\xd0\x0b\x22\xd0\x0b\x22\xd8\x13\x1c\xd0\x0c\x1c\xd0\x0c\x1c\xd0\x0c\x1c\xf0\x03\x00\x0c\x23\xe0\x0b\x0f\x88\x34",
49811 };
49812 static
49813     struct {
49814         PyASCIIObject _ascii;
49815         uint8_t _data[11];
49816     }
49817 const_str_isbytecode = {
49818     ._ascii = {
49819         .ob_base = {
49820             .ob_refcnt = 999999999,
49821             .ob_type = &PyUnicode_Type,
49822         },
49823         .length = 10,
49824         .hash = -1,
49825         .state = {
49826             .kind = 1,
49827             .compact = 1,
49828             .ascii = 1,
49829             .ready = 1,
49830         },
49831     },
49832     ._data = "isbytecode",
49833 };
49834 static
49835     struct {
49836         PyGC_Head _gc_head;
49837         struct {
49838             PyObject_VAR_HEAD
49839             PyObject *ob_item[7];
49840         }_object;
49841     }
49842 zipimport_toplevel_consts_20_localsplusnames = {
49843     ._object = {
49844         .ob_base = {
49845             .ob_base = {
49846                 .ob_refcnt = 999999999,
49847                 .ob_type = &PyTuple_Type,
49848             },
49849             .ob_size = 7,
49850         },
49851         .ob_item = {
49852             & const_str_self._ascii.ob_base,
49853             & const_str_fullname._ascii.ob_base,
49854             &_Py_ID(path),
49855             & const_str_suffix._ascii.ob_base,
49856             & const_str_isbytecode._ascii.ob_base,
49857             & const_str_ispackage._ascii.ob_base,
49858             & const_str_fullpath._ascii.ob_base,
49859         },
49860     },
49861 };
49862 static
49863     struct _PyCode_DEF(102)
49864 zipimport_toplevel_consts_20 = {
49865     .ob_base = {
49866         .ob_base = {
49867             .ob_refcnt = 999999999,
49868             .ob_type = &PyCode_Type,
49869         },
49870         .ob_size = 51,
49871     },
49872     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
49873     .co_names = & zipimport_toplevel_consts_20_names._object.ob_base.ob_base,
49874     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
49875     .co_flags = 3,
49876     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
49877     ._co_linearray_entry_size = 0,
49878     .co_argcount = 2,
49879     .co_posonlyargcount = 0,
49880     .co_kwonlyargcount = 0,
49881     .co_stacksize = 4,
49882     .co_firstlineno = 370,
49883     .co_nlocalsplus = 7,
49884     .co_nlocals = 7,
49885     .co_nplaincellvars = 0,
49886     .co_ncellvars = 0,
49887     .co_nfreevars = 0,
49888     .co_localsplusnames = & zipimport_toplevel_consts_20_localsplusnames._object.ob_base.ob_base,
49889     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
49890     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
49891     .co_name = & const_str__get_module_info._ascii.ob_base,
49892     .co_qualname = & const_str__get_module_info._ascii.ob_base,
49893     .co_linetable = & zipimport_toplevel_consts_20_linetable.ob_base.ob_base,
49894     ._co_code = NULL,
49895     ._co_linearray = NULL,
49896     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xa6\x02\x00\x00\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\x18\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\x02\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x04\x7c\x05\x63\x02\x01\x00\x53\x00\x8c\x19\x64\x00\x53\x00",
49897     ._co_firsttraceable = 0,
49898 };
49899 static
49900     struct {
49901         PyASCIIObject _ascii;
49902         uint8_t _data[22];
49903     }
49904 zipimport_toplevel_consts_21_consts_1 = {
49905     ._ascii = {
49906         .ob_base = {
49907             .ob_refcnt = 999999999,
49908             .ob_type = &PyUnicode_Type,
49909         },
49910         .length = 21,
49911         .hash = -1,
49912         .state = {
49913             .kind = 1,
49914             .compact = 1,
49915             .ascii = 1,
49916             .ready = 1,
49917         },
49918     },
49919     ._data = "can't open Zip file: ",
49920 };
49921 static
49922     struct {
49923         PyASCIIObject _ascii;
49924         uint8_t _data[22];
49925     }
49926 zipimport_toplevel_consts_21_consts_4 = {
49927     ._ascii = {
49928         .ob_base = {
49929             .ob_refcnt = 999999999,
49930             .ob_type = &PyUnicode_Type,
49931         },
49932         .length = 21,
49933         .hash = -1,
49934         .state = {
49935             .kind = 1,
49936             .compact = 1,
49937             .ascii = 1,
49938             .ready = 1,
49939         },
49940     },
49941     ._data = "can't read Zip file: ",
49942 };
49943 static
49944     struct {
49945         PyASCIIObject _ascii;
49946         uint8_t _data[17];
49947     }
49948 zipimport_toplevel_consts_21_consts_7 = {
49949     ._ascii = {
49950         .ob_base = {
49951             .ob_refcnt = 999999999,
49952             .ob_type = &PyUnicode_Type,
49953         },
49954         .length = 16,
49955         .hash = -1,
49956         .state = {
49957             .kind = 1,
49958             .compact = 1,
49959             .ascii = 1,
49960             .ready = 1,
49961         },
49962     },
49963     ._data = "not a Zip file: ",
49964 };
49965 static
49966     struct {
49967         PyASCIIObject _ascii;
49968         uint8_t _data[19];
49969     }
49970 zipimport_toplevel_consts_21_consts_8 = {
49971     ._ascii = {
49972         .ob_base = {
49973             .ob_refcnt = 999999999,
49974             .ob_type = &PyUnicode_Type,
49975         },
49976         .length = 18,
49977         .hash = -1,
49978         .state = {
49979             .kind = 1,
49980             .compact = 1,
49981             .ascii = 1,
49982             .ready = 1,
49983         },
49984     },
49985     ._data = "corrupt Zip file: ",
49986 };
49987 static
49988     struct {
49989         PyASCIIObject _ascii;
49990         uint8_t _data[29];
49991     }
49992 zipimport_toplevel_consts_21_consts_12 = {
49993     ._ascii = {
49994         .ob_base = {
49995             .ob_refcnt = 999999999,
49996             .ob_type = &PyUnicode_Type,
49997         },
49998         .length = 28,
49999         .hash = -1,
50000         .state = {
50001             .kind = 1,
50002             .compact = 1,
50003             .ascii = 1,
50004             .ready = 1,
50005         },
50006     },
50007     ._data = "bad central directory size: ",
50008 };
50009 static
50010     struct {
50011         PyASCIIObject _ascii;
50012         uint8_t _data[31];
50013     }
50014 zipimport_toplevel_consts_21_consts_13 = {
50015     ._ascii = {
50016         .ob_base = {
50017             .ob_refcnt = 999999999,
50018             .ob_type = &PyUnicode_Type,
50019         },
50020         .length = 30,
50021         .hash = -1,
50022         .state = {
50023             .kind = 1,
50024             .compact = 1,
50025             .ascii = 1,
50026             .ready = 1,
50027         },
50028     },
50029     ._data = "bad central directory offset: ",
50030 };
50031 static
50032     struct {
50033         PyASCIIObject _ascii;
50034         uint8_t _data[39];
50035     }
50036 zipimport_toplevel_consts_21_consts_14 = {
50037     ._ascii = {
50038         .ob_base = {
50039             .ob_refcnt = 999999999,
50040             .ob_type = &PyUnicode_Type,
50041         },
50042         .length = 38,
50043         .hash = -1,
50044         .state = {
50045             .kind = 1,
50046             .compact = 1,
50047             .ascii = 1,
50048             .ready = 1,
50049         },
50050     },
50051     ._data = "bad central directory size or offset: ",
50052 };
50053 static
50054     struct {
50055         PyASCIIObject _ascii;
50056         uint8_t _data[28];
50057     }
50058 zipimport_toplevel_consts_21_consts_17 = {
50059     ._ascii = {
50060         .ob_base = {
50061             .ob_refcnt = 999999999,
50062             .ob_type = &PyUnicode_Type,
50063         },
50064         .length = 27,
50065         .hash = -1,
50066         .state = {
50067             .kind = 1,
50068             .compact = 1,
50069             .ascii = 1,
50070             .ready = 1,
50071         },
50072     },
50073     ._data = "EOF read where not expected",
50074 };
50075 static
50076     struct {
50077         PyObject_VAR_HEAD
50078         Py_hash_t ob_shash;
50079         char ob_sval[5];
50080     }
50081 zipimport_toplevel_consts_21_consts_18 = {
50082     .ob_base = {
50083         .ob_base = {
50084             .ob_refcnt = 999999999,
50085             .ob_type = &PyBytes_Type,
50086         },
50087         .ob_size = 4,
50088     },
50089     .ob_shash = -1,
50090     .ob_sval = "\x50\x4b\x01\x02",
50091 };
50092 static
50093     struct {
50094         PyASCIIObject _ascii;
50095         uint8_t _data[26];
50096     }
50097 zipimport_toplevel_consts_21_consts_28 = {
50098     ._ascii = {
50099         .ob_base = {
50100             .ob_refcnt = 999999999,
50101             .ob_type = &PyUnicode_Type,
50102         },
50103         .length = 25,
50104         .hash = -1,
50105         .state = {
50106             .kind = 1,
50107             .compact = 1,
50108             .ascii = 1,
50109             .ready = 1,
50110         },
50111     },
50112     ._data = "bad local header offset: ",
50113 };
50114 static
50115     struct {
50116         PyObject_VAR_HEAD
50117         digit ob_digit[1];
50118     }
50119 const_int_2048 = {
50120     .ob_base = {
50121         .ob_base = {
50122             .ob_refcnt = 999999999,
50123             .ob_type = &PyLong_Type,
50124         },
50125         .ob_size = 1,
50126     },
50127     .ob_digit = { 2048 },
50128 };
50129 static
50130     struct {
50131         PyASCIIObject _ascii;
50132         uint8_t _data[6];
50133     }
50134 const_str_ascii = {
50135     ._ascii = {
50136         .ob_base = {
50137             .ob_refcnt = 999999999,
50138             .ob_type = &PyUnicode_Type,
50139         },
50140         .length = 5,
50141         .hash = -1,
50142         .state = {
50143             .kind = 1,
50144             .compact = 1,
50145             .ascii = 1,
50146             .ready = 1,
50147         },
50148     },
50149     ._data = "ascii",
50150 };
50151 static
50152     struct {
50153         PyASCIIObject _ascii;
50154         uint8_t _data[34];
50155     }
50156 zipimport_toplevel_consts_21_consts_34 = {
50157     ._ascii = {
50158         .ob_base = {
50159             .ob_refcnt = 999999999,
50160             .ob_type = &PyUnicode_Type,
50161         },
50162         .length = 33,
50163         .hash = -1,
50164         .state = {
50165             .kind = 1,
50166             .compact = 1,
50167             .ascii = 1,
50168             .ready = 1,
50169         },
50170     },
50171     ._data = "zipimport: found {} names in {!r}",
50172 };
50173 static
50174     struct {
50175         PyGC_Head _gc_head;
50176         struct {
50177             PyObject_VAR_HEAD
50178             PyObject *ob_item[35];
50179         }_object;
50180     }
50181 zipimport_toplevel_consts_21_consts = {
50182     ._object = {
50183         .ob_base = {
50184             .ob_base = {
50185                 .ob_refcnt = 999999999,
50186                 .ob_type = &PyTuple_Type,
50187             },
50188             .ob_size = 35,
50189         },
50190         .ob_item = {
50191             Py_None,
50192             & zipimport_toplevel_consts_21_consts_1._ascii.ob_base,
50193             & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
50194             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
50195             & zipimport_toplevel_consts_21_consts_4._ascii.ob_base,
50196             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 4],
50197             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
50198             & zipimport_toplevel_consts_21_consts_7._ascii.ob_base,
50199             & zipimport_toplevel_consts_21_consts_8._ascii.ob_base,
50200             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 12],
50201             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 16],
50202             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 20],
50203             & zipimport_toplevel_consts_21_consts_12._ascii.ob_base,
50204             & zipimport_toplevel_consts_21_consts_13._ascii.ob_base,
50205             & zipimport_toplevel_consts_21_consts_14._ascii.ob_base,
50206             Py_True,
50207             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 46],
50208             & zipimport_toplevel_consts_21_consts_17._ascii.ob_base,
50209             & zipimport_toplevel_consts_21_consts_18.ob_base.ob_base,
50210             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 8],
50211             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 10],
50212             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 14],
50213             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 24],
50214             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 28],
50215             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 30],
50216             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 32],
50217             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 34],
50218             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 42],
50219             & zipimport_toplevel_consts_21_consts_28._ascii.ob_base,
50220             & const_int_2048.ob_base.ob_base,
50221             & const_str_ascii._ascii.ob_base,
50222             &_Py_ID(latin1),
50223             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
50224             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
50225             & zipimport_toplevel_consts_21_consts_34._ascii.ob_base,
50226         },
50227     },
50228 };
50229 static
50230     struct {
50231         PyASCIIObject _ascii;
50232         uint8_t _data[21];
50233     }
50234 const_str_END_CENTRAL_DIR_SIZE = {
50235     ._ascii = {
50236         .ob_base = {
50237             .ob_refcnt = 999999999,
50238             .ob_type = &PyUnicode_Type,
50239         },
50240         .length = 20,
50241         .hash = -1,
50242         .state = {
50243             .kind = 1,
50244             .compact = 1,
50245             .ascii = 1,
50246             .ready = 1,
50247         },
50248     },
50249     ._data = "END_CENTRAL_DIR_SIZE",
50250 };
50251 static
50252     struct {
50253         PyASCIIObject _ascii;
50254         uint8_t _data[19];
50255     }
50256 const_str_STRING_END_ARCHIVE = {
50257     ._ascii = {
50258         .ob_base = {
50259             .ob_refcnt = 999999999,
50260             .ob_type = &PyUnicode_Type,
50261         },
50262         .length = 18,
50263         .hash = -1,
50264         .state = {
50265             .kind = 1,
50266             .compact = 1,
50267             .ascii = 1,
50268             .ready = 1,
50269         },
50270     },
50271     ._data = "STRING_END_ARCHIVE",
50272 };
50273 static
50274     struct {
50275         PyASCIIObject _ascii;
50276         uint8_t _data[16];
50277     }
50278 const_str_MAX_COMMENT_LEN = {
50279     ._ascii = {
50280         .ob_base = {
50281             .ob_refcnt = 999999999,
50282             .ob_type = &PyUnicode_Type,
50283         },
50284         .length = 15,
50285         .hash = -1,
50286         .state = {
50287             .kind = 1,
50288             .compact = 1,
50289             .ascii = 1,
50290             .ready = 1,
50291         },
50292     },
50293     ._data = "MAX_COMMENT_LEN",
50294 };
50295 static
50296     struct {
50297         PyASCIIObject _ascii;
50298         uint8_t _data[19];
50299     }
50300 const_str_UnicodeDecodeError = {
50301     ._ascii = {
50302         .ob_base = {
50303             .ob_refcnt = 999999999,
50304             .ob_type = &PyUnicode_Type,
50305         },
50306         .length = 18,
50307         .hash = -1,
50308         .state = {
50309             .kind = 1,
50310             .compact = 1,
50311             .ascii = 1,
50312             .ready = 1,
50313         },
50314     },
50315     ._data = "UnicodeDecodeError",
50316 };
50317 static
50318     struct {
50319         PyASCIIObject _ascii;
50320         uint8_t _data[10];
50321     }
50322 const_str_translate = {
50323     ._ascii = {
50324         .ob_base = {
50325             .ob_refcnt = 999999999,
50326             .ob_type = &PyUnicode_Type,
50327         },
50328         .length = 9,
50329         .hash = -1,
50330         .state = {
50331             .kind = 1,
50332             .compact = 1,
50333             .ascii = 1,
50334             .ready = 1,
50335         },
50336     },
50337     ._data = "translate",
50338 };
50339 static
50340     struct {
50341         PyASCIIObject _ascii;
50342         uint8_t _data[12];
50343     }
50344 const_str_cp437_table = {
50345     ._ascii = {
50346         .ob_base = {
50347             .ob_refcnt = 999999999,
50348             .ob_type = &PyUnicode_Type,
50349         },
50350         .length = 11,
50351         .hash = -1,
50352         .state = {
50353             .kind = 1,
50354             .compact = 1,
50355             .ascii = 1,
50356             .ready = 1,
50357         },
50358     },
50359     ._data = "cp437_table",
50360 };
50361 static
50362     struct {
50363         PyGC_Head _gc_head;
50364         struct {
50365             PyObject_VAR_HEAD
50366             PyObject *ob_item[26];
50367         }_object;
50368     }
50369 zipimport_toplevel_consts_21_names = {
50370     ._object = {
50371         .ob_base = {
50372             .ob_base = {
50373                 .ob_refcnt = 999999999,
50374                 .ob_type = &PyTuple_Type,
50375             },
50376             .ob_size = 26,
50377         },
50378         .ob_item = {
50379             & const_str__io._ascii.ob_base,
50380             & const_str_open_code._ascii.ob_base,
50381             & const_str_OSError._ascii.ob_base,
50382             & const_str_ZipImportError._ascii.ob_base,
50383             &_Py_ID(tell),
50384             &_Py_ID(seek),
50385             & const_str_END_CENTRAL_DIR_SIZE._ascii.ob_base,
50386             &_Py_ID(read),
50387             &_Py_ID(len),
50388             & const_str_STRING_END_ARCHIVE._ascii.ob_base,
50389             & const_str_max._ascii.ob_base,
50390             & const_str_MAX_COMMENT_LEN._ascii.ob_base,
50391             & const_str_rfind._ascii.ob_base,
50392             & const_str__unpack_uint32._ascii.ob_base,
50393             & const_str_EOFError._ascii.ob_base,
50394             & const_str__unpack_uint16._ascii.ob_base,
50395             &_Py_ID(decode),
50396             & const_str_UnicodeDecodeError._ascii.ob_base,
50397             & const_str_translate._ascii.ob_base,
50398             & const_str_cp437_table._ascii.ob_base,
50399             &_Py_ID(replace),
50400             & const_str_path_sep._ascii.ob_base,
50401             & const_str__bootstrap_external._ascii.ob_base,
50402             & const_str__path_join._ascii.ob_base,
50403             &_Py_ID(_bootstrap),
50404             & const_str__verbose_message._ascii.ob_base,
50405         },
50406     },
50407 };
50408 static
50409     struct {
50410         PyObject_VAR_HEAD
50411         Py_hash_t ob_shash;
50412         char ob_sval[2052];
50413     }
50414 zipimport_toplevel_consts_21_linetable = {
50415     .ob_base = {
50416         .ob_base = {
50417             .ob_refcnt = 999999999,
50418             .ob_type = &PyBytes_Type,
50419         },
50420         .ob_size = 2051,
50421     },
50422     .ob_shash = -1,
50423     .ob_sval = "\x80\x00\xf0\x02\x03\x05\x50\x01\xdd\x0d\x10\x8c\x5d\x98\x37\xd1\x0d\x23\xd4\x0d\x23\x88\x02\x88\x02\xf8\xdd\x0b\x12\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\xd1\x0e\x4f\xd4\x0e\x4f\xd0\x08\x4f\xf0\x03\x01\x05\x50\x01\xf8\xf8\xf8\xf0\x06\x00\x0a\x0c\xf0\x00\x73\x01\x05\x22\xf0\x00\x73\x01\x05\x22\xf0\x08\x00\x18\x1a\x97\x77\x92\x77\x91\x79\x94\x79\x88\x0c\xf0\x02\x6e\x01\x09\x22\xf0\x02\x05\x0d\x58\x01\xd8\x10\x12\x97\x07\x92\x07\xd5\x19\x2d\xd0\x18\x2d\xa8\x71\xd1\x10\x31\xd4\x10\x31\xd0\x10\x31\xd8\x22\x24\xa7\x27\xa2\x27\xa1\x29\xa4\x29\x90\x0f\xd8\x19\x1b\x9f\x17\x9a\x17\xd5\x21\x35\xd1\x19\x36\xd4\x19\x36\x90\x06\x90\x06\xf8\xdd\x13\x1a\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\xd1\x16\x57\xd4\x16\x57\xd0\x10\x57\xf0\x03\x01\x0d\x58\x01\xf8\xf8\xf8\xe5\x0f\x12\x90\x36\x89\x7b\x8c\x7b\xd5\x1e\x32\xd2\x0f\x32\xd0\x0f\x32\xdd\x16\x24\xd0\x25\x48\xb8\x57\xd0\x25\x48\xd0\x25\x48\xc8\x77\xd0\x16\x57\xd1\x16\x57\xd4\x16\x57\xd0\x10\x57\xd8\x0f\x15\x90\x62\x90\x71\x90\x62\x8c\x7a\xd5\x1d\x2f\xd2\x0f\x2f\xd1\x0f\x2f\xf0\x06\x05\x11\x37\xd8\x14\x16\x97\x47\x92\x47\x98\x41\x98\x71\x91\x4d\x94\x4d\x90\x4d\xd8\x20\x22\xa7\x07\xa2\x07\xa1\x09\xa4\x09\x90\x49\x90\x49\xf8\xdd\x17\x1e\xf0\x00\x02\x11\x37\xf0\x00\x02\x11\x37\xf0\x00\x02\x11\x37\xdd\x1a\x28\xd0\x29\x4c\xc0\x17\xd0\x29\x4c\xd0\x29\x4c\xd8\x2e\x35\xf0\x03\x01\x1b\x37\xf1\x00\x01\x1b\x37\xf4\x00\x01\x1b\x37\xf0\x00\x01\x15\x37\xf0\x03\x02\x11\x37\xf8\xf8\xf8\xf5\x06\x00\x25\x28\xa8\x09\xb5\x4f\xd1\x28\x43\xdd\x28\x3c\xf1\x03\x01\x29\x3d\xd8\x3e\x3f\xf1\x03\x01\x25\x41\x01\xf4\x00\x01\x25\x41\x01\xd0\x10\x21\xf0\x04\x05\x11\x37\xd8\x14\x16\x97\x47\x92\x47\xd0\x1c\x2d\xd1\x14\x2e\xd4\x14\x2e\xd0\x14\x2e\xd8\x1b\x1d\x9f\x37\x9a\x37\x99\x39\x9c\x39\x90\x44\x90\x44\xf8\xdd\x17\x1e\xf0\x00\x02\x11\x37\xf0\x00\x02\x11\x37\xf0\x00\x02\x11\x37\xdd\x1a\x28\xd0\x29\x4c\xc0\x17\xd0\x29\x4c\xd0\x29\x4c\xd8\x2e\x35\xf0\x03\x01\x1b\x37\xf1\x00\x01\x1b\x37\xf4\x00\x01\x1b\x37\xf0\x00\x01\x15\x37\xf0\x03\x02\x11\x37\xf8\xf8\xf8\xf0\x06\x00\x17\x1b\x97\x6a\x92\x6a\xd5\x21\x33\xd1\x16\x34\xd4\x16\x34\x90\x03\xd8\x13\x16\x98\x11\x92\x37\x90\x37\xdd\x1a\x28\xd0\x29\x47\xb8\x47\xd0\x29\x47\xd0\x29\x47\xd8\x2e\x35\xf0\x03\x01\x1b\x37\xf1\x00\x01\x1b\x37\xf4\x00\x01\x1b\x37\xf0\x00\x01\x15\x37\xe0\x19\x1d\x98\x63\xa0\x23\xd5\x26\x3a\xd1\x22\x3a\xd0\x1e\x3a\xd4\x19\x3b\x90\x06\xdd\x13\x16\x90\x76\x91\x3b\x94\x3b\xd5\x22\x36\xd2\x13\x36\xd0\x13\x36\xdd\x1a\x28\xd0\x29\x49\xb8\x67\xd0\x29\x49\xd0\x29\x49\xd8\x2e\x35\xf0\x03\x01\x1b\x37\xf1\x00\x01\x1b\x37\xf4\x00\x01\x1b\x37\xf0\x00\x01\x15\x37\xe0\x22\x2b\xad\x63\xb0\x24\xa9\x69\xac\x69\xd1\x22\x37\xb8\x23\xd1\x22\x3d\x90\x0f\xe5\x1a\x28\xa8\x16\xb0\x02\xb0\x32\xb0\x05\xac\x1d\xd1\x1a\x37\xd4\x1a\x37\x88\x4b\xdd\x1c\x2a\xa8\x36\xb0\x22\xb0\x52\xb0\x25\xac\x3d\xd1\x1c\x39\xd4\x1c\x39\x88\x4d\xd8\x0f\x1e\xa0\x1b\xd2\x0f\x2c\xd0\x0f\x2c\xdd\x16\x24\xd0\x25\x4f\xc0\x47\xd0\x25\x4f\xd0\x25\x4f\xd0\x56\x5d\xd0\x16\x5e\xd1\x16\x5e\xd4\x16\x5e\xd0\x10\x5e\xd8\x0f\x1e\xa0\x1d\xd2\x0f\x2e\xd0\x0f\x2e\xdd\x16\x24\xd0\x25\x51\xc0\x67\xd0\x25\x51\xd0\x25\x51\xd0\x58\x5f\xd0\x16\x60\xd1\x16\x60\xd4\x16\x60\xd0\x10\x60\xd8\x0c\x1b\x98\x7b\xd1\x0c\x2a\x88\x4f\xd8\x19\x28\xa8\x3d\xd1\x19\x38\x88\x4a\xd8\x0f\x19\x98\x41\x8a\x7e\x88\x7e\xdd\x16\x24\xd0\x25\x59\xc8\x67\xd0\x25\x59\xd0\x25\x59\xd0\x60\x67\xd0\x16\x68\xd1\x16\x68\xd4\x16\x68\xd0\x10\x68\xe0\x14\x16\x88\x45\xe0\x14\x15\x88\x45\xf0\x02\x03\x0d\x58\x01\xd8\x10\x12\x97\x07\x92\x07\x98\x0f\xd1\x10\x28\xd4\x10\x28\xd0\x10\x28\xd0\x10\x28\xf8\xdd\x13\x1a\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\xd1\x16\x57\xd4\x16\x57\xd0\x10\x57\xf0\x03\x01\x0d\x58\x01\xf8\xf8\xf8\xf0\x04\x36\x0d\x1b\xd8\x19\x1b\x9f\x17\x9a\x17\xa0\x12\x99\x1b\x9c\x1b\x90\x06\xdd\x13\x16\x90\x76\x91\x3b\x94\x3b\xa0\x11\x92\x3f\x90\x3f\xdd\x1a\x22\xd0\x23\x40\xd1\x1a\x41\xd4\x1a\x41\xd0\x14\x41\xe0\x13\x19\x98\x22\x98\x31\x98\x22\x94\x3a\xa0\x1d\xd2\x13\x2e\xd0\x13\x2e\xd9\x14\x19\xdd\x13\x16\x90\x76\x91\x3b\x94\x3b\xa0\x22\xd2\x13\x24\xd0\x13\x24\xdd\x1a\x22\xd0\x23\x40\xd1\x1a\x41\xd4\x1a\x41\xd0\x14\x41\xdd\x18\x26\xa0\x76\xa8\x61\xb0\x02\xa8\x64\xa4\x7c\xd1\x18\x34\xd4\x18\x34\x90\x05\xdd\x1b\x29\xa8\x26\xb0\x12\xb0\x42\xb0\x15\xac\x2d\xd1\x1b\x38\xd4\x1b\x38\x90\x08\xdd\x17\x25\xa0\x66\xa8\x52\xb0\x02\xa8\x55\xa4\x6d\xd1\x17\x34\xd4\x17\x34\x90\x04\xdd\x17\x25\xa0\x66\xa8\x52\xb0\x02\xa8\x55\xa4\x6d\xd1\x17\x34\xd4\x17\x34\x90\x04\xdd\x16\x24\xa0\x56\xa8\x42\xa8\x72\xa8\x45\xa4\x5d\xd1\x16\x33\xd4\x16\x33\x90\x03\xdd\x1c\x2a\xa8\x36\xb0\x22\xb0\x52\xb0\x25\xac\x3d\xd1\x1c\x39\xd4\x1c\x39\x90\x09\xdd\x1c\x2a\xa8\x36\xb0\x22\xb0\x52\xb0\x25\xac\x3d\xd1\x1c\x39\xd4\x1c\x39\x90\x09\xdd\x1c\x2a\xa8\x36\xb0\x22\xb0\x52\xb0\x25\xac\x3d\xd1\x1c\x39\xd4\x1c\x39\x90\x09\xdd\x1d\x2b\xa8\x46\xb0\x32\xb0\x62\xb0\x35\xac\x4d\xd1\x1d\x3a\xd4\x1d\x3a\x90\x0a\xdd\x1f\x2d\xa8\x66\xb0\x52\xb8\x02\xb0\x55\xac\x6d\xd1\x1f\x3c\xd4\x1f\x3c\x90\x0c\xdd\x1e\x2c\xa8\x56\xb0\x42\xb0\x72\xb0\x45\xac\x5d\xd1\x1e\x3b\xd4\x1e\x3b\x90\x0b\xd8\x1e\x27\xa8\x2a\xd1\x1e\x34\xb0\x7c\xd1\x1e\x43\x90\x0b\xd8\x13\x1e\xa0\x1d\xd2\x13\x2e\xd0\x13\x2e\xdd\x1a\x28\xd0\x29\x50\xc0\x57\xd0\x29\x50\xd0\x29\x50\xd0\x57\x5e\xd0\x1a\x5f\xd1\x1a\x5f\xd4\x1a\x5f\xd0\x14\x5f\xd8\x10\x1b\x98\x7a\xd1\x10\x29\x90\x0b\xf0\x04\x03\x11\x5c\x01\xd8\x1b\x1d\x9f\x37\x9a\x37\xa0\x39\xd1\x1b\x2d\xd4\x1b\x2d\x90\x44\x90\x44\xf8\xdd\x17\x1e\xf0\x00\x01\x11\x5c\x01\xf0\x00\x01\x11\x5c\x01\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\xd1\x1a\x5b\xd4\x1a\x5b\xd0\x14\x5b\xf0\x03\x01\x11\x5c\x01\xf8\xf8\xf8\xe5\x13\x16\x90\x74\x91\x39\x94\x39\xa0\x09\xd2\x13\x29\xd0\x13\x29\xdd\x1a\x28\xd0\x29\x4c\xc0\x17\xd0\x29\x4c\xd0\x29\x4c\xd0\x53\x5a\xd0\x1a\x5b\xd1\x1a\x5b\xd4\x1a\x5b\xd0\x14\x5b\xf0\x08\x04\x11\x5c\x01\xdd\x17\x1a\x98\x32\x9f\x37\x9a\x37\xa0\x3b\xb0\x19\xd1\x23\x3a\xd1\x1b\x3b\xd4\x1b\x3b\xd1\x17\x3c\xd4\x17\x3c\xc0\x0b\xc8\x69\xd1\x40\x57\xd2\x17\x57\xd0\x17\x57\xdd\x1e\x2c\xd0\x2d\x50\xc0\x57\xd0\x2d\x50\xd0\x2d\x50\xd0\x57\x5e\xd0\x1e\x5f\xd1\x1e\x5f\xd4\x1e\x5f\xd0\x18\x5f\xf0\x03\x00\x18\x58\x01\xf8\xe5\x17\x1e\xf0\x00\x01\x11\x5c\x01\xf0\x00\x01\x11\x5c\x01\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\xd1\x1a\x5b\xd4\x1a\x5b\xd0\x14\x5b\xf0\x03\x01\x11\x5c\x01\xf8\xf8\xf8\xf0\x06\x00\x14\x19\x98\x35\x91\x3d\xf0\x00\x08\x11\x4c\x01\xe0\x1b\x1f\x9f\x3b\x9a\x3b\x99\x3d\x9c\x3d\x90\x44\x90\x44\xf0\x06\x03\x15\x4c\x01\xd8\x1f\x23\x9f\x7b\x9a\x7b\xa8\x37\xd1\x1f\x33\xd4\x1f\x33\x98\x04\x98\x04\xf8\xdd\x1b\x2d\xf0\x00\x01\x15\x4c\x01\xf0\x00\x01\x15\x4c\x01\xf0\x00\x01\x15\x4c\x01\xd8\x1f\x23\x9f\x7b\x9a\x7b\xa8\x38\xd1\x1f\x34\xd4\x1f\x34\xd7\x1f\x3e\xd2\x1f\x3e\xbd\x7b\xd1\x1f\x4b\xd4\x1f\x4b\x98\x04\x98\x04\x98\x04\xf0\x03\x01\x15\x4c\x01\xf8\xf8\xf8\xf0\x06\x00\x18\x1c\x97\x7c\x92\x7c\xa0\x43\xad\x18\xd1\x17\x32\xd4\x17\x32\x90\x04\xdd\x17\x2a\xd4\x17\x35\xb0\x67\xb8\x74\xd1\x17\x44\xd4\x17\x44\x90\x04\xd8\x15\x19\x98\x38\xa0\x59\xb0\x09\xb8\x3b\xc8\x04\xc8\x64\xd0\x54\x57\xd0\x14\x58\x90\x01\xd8\x1e\x1f\x90\x05\x90\x64\x91\x0b\xd8\x10\x15\x98\x11\x91\x0a\x90\x05\xf1\x6d\x01\x36\x0d\x1b\xf0\x0c\x00\x15\x1a\xf0\x64\x01\x00\x0d\x0f\x8f\x47\x8a\x47\x90\x4c\xd1\x0c\x21\xd4\x0c\x21\xd0\x0c\x21\xd0\x0c\x21\xf8\x88\x42\x8f\x47\x8a\x47\x90\x4c\xd1\x0c\x21\xd4\x0c\x21\xd0\x0c\x21\xd0\x0c\x21\xf8\xf8\xf8\xd0\x0c\x21\xf0\x67\x03\x73\x01\x05\x22\xf0\x00\x73\x01\x05\x22\xf0\x00\x73\x01\x05\x22\xf1\x00\x73\x01\x05\x22\xf4\x00\x73\x01\x05\x22\xf0\x00\x73\x01\x05\x22\xf0\x00\x73\x01\x05\x22\xf0\x00\x73\x01\x05\x22\xf0\x00\x73\x01\x05\x22\xf0\x00\x73\x01\x05\x22\xf0\x00\x73\x01\x05\x22\xf8\xf8\xf8\xf0\x00\x73\x01\x05\x22\xf0\x00\x73\x01\x05\x22\xf0\x00\x73\x01\x05\x22\xf0\x00\x73\x01\x05\x22\xf5\x68\x03\x00\x05\x0f\xd4\x04\x1f\xd0\x20\x43\xc0\x55\xc8\x47\xd1\x04\x54\xd4\x04\x54\xd0\x04\x54\xd8\x0b\x10\x80\x4c",
50424 };
50425 static
50426     struct {
50427         PyObject_VAR_HEAD
50428         Py_hash_t ob_shash;
50429         char ob_sval[230];
50430     }
50431 zipimport_toplevel_consts_21_exceptiontable = {
50432     .ob_base = {
50433         .ob_base = {
50434             .ob_refcnt = 999999999,
50435             .ob_type = &PyBytes_Type,
50436         },
50437         .ob_size = 229,
50438     },
50439     .ob_shash = -1,
50440     .ob_sval = "\x82\x14\x17\x00\x97\x1f\x36\x03\xbb\x15\x59\x08\x03\xc1\x12\x41\x0a\x42\x1d\x02\xc2\x1c\x01\x58\x21\x02\xc2\x1d\x1f\x42\x3c\x05\xc2\x3c\x41\x03\x58\x21\x02\xc4\x00\x2a\x44\x2b\x02\xc4\x2a\x01\x58\x21\x02\xc4\x2b\x1f\x45\x0a\x05\xc5\x0a\x23\x58\x21\x02\xc5\x2e\x29\x46\x18\x02\xc6\x17\x01\x58\x21\x02\xc6\x18\x1f\x46\x37\x05\xc6\x37\x44\x14\x58\x21\x02\xcb\x0c\x15\x4b\x22\x02\xcb\x21\x01\x58\x21\x02\xcb\x22\x1f\x4c\x01\x05\xcc\x01\x46\x11\x58\x21\x02\xd2\x13\x15\x52\x29\x02\xd2\x28\x01\x58\x21\x02\xd2\x29\x1f\x53\x08\x05\xd3\x08\x2a\x58\x21\x02\xd3\x33\x41\x00\x54\x34\x02\xd4\x33\x01\x58\x21\x02\xd4\x34\x1f\x55\x13\x05\xd5\x13\x1d\x58\x21\x02\xd5\x31\x15\x56\x07\x02\xd6\x06\x01\x58\x21\x02\xd6\x07\x37\x57\x01\x05\xd6\x3e\x02\x58\x21\x02\xd7\x00\x01\x57\x01\x05\xd7\x01\x41\x09\x58\x21\x02\xd8\x0b\x16\x59\x08\x03\xd8\x21\x17\x58\x38\x05\xd8\x38\x03\x59\x08\x03\xd9\x08\x04\x59\x0c\x07\xd9\x0f\x01\x59\x0c\x07",
50441 };
50442 static
50443     struct {
50444         PyASCIIObject _ascii;
50445         uint8_t _data[3];
50446     }
50447 const_str_fp = {
50448     ._ascii = {
50449         .ob_base = {
50450             .ob_refcnt = 999999999,
50451             .ob_type = &PyUnicode_Type,
50452         },
50453         .length = 2,
50454         .hash = -1,
50455         .state = {
50456             .kind = 1,
50457             .compact = 1,
50458             .ascii = 1,
50459             .ready = 1,
50460         },
50461     },
50462     ._data = "fp",
50463 };
50464 static
50465     struct {
50466         PyASCIIObject _ascii;
50467         uint8_t _data[13];
50468     }
50469 const_str_start_offset = {
50470     ._ascii = {
50471         .ob_base = {
50472             .ob_refcnt = 999999999,
50473             .ob_type = &PyUnicode_Type,
50474         },
50475         .length = 12,
50476         .hash = -1,
50477         .state = {
50478             .kind = 1,
50479             .compact = 1,
50480             .ascii = 1,
50481             .ready = 1,
50482         },
50483     },
50484     ._data = "start_offset",
50485 };
50486 static
50487     struct {
50488         PyASCIIObject _ascii;
50489         uint8_t _data[16];
50490     }
50491 const_str_header_position = {
50492     ._ascii = {
50493         .ob_base = {
50494             .ob_refcnt = 999999999,
50495             .ob_type = &PyUnicode_Type,
50496         },
50497         .length = 15,
50498         .hash = -1,
50499         .state = {
50500             .kind = 1,
50501             .compact = 1,
50502             .ascii = 1,
50503             .ready = 1,
50504         },
50505     },
50506     ._data = "header_position",
50507 };
50508 static
50509     struct {
50510         PyASCIIObject _ascii;
50511         uint8_t _data[10];
50512     }
50513 const_str_file_size = {
50514     ._ascii = {
50515         .ob_base = {
50516             .ob_refcnt = 999999999,
50517             .ob_type = &PyUnicode_Type,
50518         },
50519         .length = 9,
50520         .hash = -1,
50521         .state = {
50522             .kind = 1,
50523             .compact = 1,
50524             .ascii = 1,
50525             .ready = 1,
50526         },
50527     },
50528     ._data = "file_size",
50529 };
50530 static
50531     struct {
50532         PyASCIIObject _ascii;
50533         uint8_t _data[18];
50534     }
50535 const_str_max_comment_start = {
50536     ._ascii = {
50537         .ob_base = {
50538             .ob_refcnt = 999999999,
50539             .ob_type = &PyUnicode_Type,
50540         },
50541         .length = 17,
50542         .hash = -1,
50543         .state = {
50544             .kind = 1,
50545             .compact = 1,
50546             .ascii = 1,
50547             .ready = 1,
50548         },
50549     },
50550     ._data = "max_comment_start",
50551 };
50552 static
50553     struct {
50554         PyASCIIObject _ascii;
50555         uint8_t _data[4];
50556     }
50557 const_str_pos = {
50558     ._ascii = {
50559         .ob_base = {
50560             .ob_refcnt = 999999999,
50561             .ob_type = &PyUnicode_Type,
50562         },
50563         .length = 3,
50564         .hash = -1,
50565         .state = {
50566             .kind = 1,
50567             .compact = 1,
50568             .ascii = 1,
50569             .ready = 1,
50570         },
50571     },
50572     ._data = "pos",
50573 };
50574 static
50575     struct {
50576         PyASCIIObject _ascii;
50577         uint8_t _data[12];
50578     }
50579 const_str_header_size = {
50580     ._ascii = {
50581         .ob_base = {
50582             .ob_refcnt = 999999999,
50583             .ob_type = &PyUnicode_Type,
50584         },
50585         .length = 11,
50586         .hash = -1,
50587         .state = {
50588             .kind = 1,
50589             .compact = 1,
50590             .ascii = 1,
50591             .ready = 1,
50592         },
50593     },
50594     ._data = "header_size",
50595 };
50596 static
50597     struct {
50598         PyASCIIObject _ascii;
50599         uint8_t _data[14];
50600     }
50601 const_str_header_offset = {
50602     ._ascii = {
50603         .ob_base = {
50604             .ob_refcnt = 999999999,
50605             .ob_type = &PyUnicode_Type,
50606         },
50607         .length = 13,
50608         .hash = -1,
50609         .state = {
50610             .kind = 1,
50611             .compact = 1,
50612             .ascii = 1,
50613             .ready = 1,
50614         },
50615     },
50616     ._data = "header_offset",
50617 };
50618 static
50619     struct {
50620         PyASCIIObject _ascii;
50621         uint8_t _data[11];
50622     }
50623 const_str_arc_offset = {
50624     ._ascii = {
50625         .ob_base = {
50626             .ob_refcnt = 999999999,
50627             .ob_type = &PyUnicode_Type,
50628         },
50629         .length = 10,
50630         .hash = -1,
50631         .state = {
50632             .kind = 1,
50633             .compact = 1,
50634             .ascii = 1,
50635             .ready = 1,
50636         },
50637     },
50638     ._data = "arc_offset",
50639 };
50640 static
50641     struct {
50642         PyASCIIObject _ascii;
50643         uint8_t _data[9];
50644     }
50645 const_str_compress = {
50646     ._ascii = {
50647         .ob_base = {
50648             .ob_refcnt = 999999999,
50649             .ob_type = &PyUnicode_Type,
50650         },
50651         .length = 8,
50652         .hash = -1,
50653         .state = {
50654             .kind = 1,
50655             .compact = 1,
50656             .ascii = 1,
50657             .ready = 1,
50658         },
50659     },
50660     ._data = "compress",
50661 };
50662 static
50663     struct {
50664         PyASCIIObject _ascii;
50665         uint8_t _data[5];
50666     }
50667 const_str_time = {
50668     ._ascii = {
50669         .ob_base = {
50670             .ob_refcnt = 999999999,
50671             .ob_type = &PyUnicode_Type,
50672         },
50673         .length = 4,
50674         .hash = -1,
50675         .state = {
50676             .kind = 1,
50677             .compact = 1,
50678             .ascii = 1,
50679             .ready = 1,
50680         },
50681     },
50682     ._data = "time",
50683 };
50684 static
50685     struct {
50686         PyASCIIObject _ascii;
50687         uint8_t _data[5];
50688     }
50689 const_str_date = {
50690     ._ascii = {
50691         .ob_base = {
50692             .ob_refcnt = 999999999,
50693             .ob_type = &PyUnicode_Type,
50694         },
50695         .length = 4,
50696         .hash = -1,
50697         .state = {
50698             .kind = 1,
50699             .compact = 1,
50700             .ascii = 1,
50701             .ready = 1,
50702         },
50703     },
50704     ._data = "date",
50705 };
50706 static
50707     struct {
50708         PyASCIIObject _ascii;
50709         uint8_t _data[4];
50710     }
50711 const_str_crc = {
50712     ._ascii = {
50713         .ob_base = {
50714             .ob_refcnt = 999999999,
50715             .ob_type = &PyUnicode_Type,
50716         },
50717         .length = 3,
50718         .hash = -1,
50719         .state = {
50720             .kind = 1,
50721             .compact = 1,
50722             .ascii = 1,
50723             .ready = 1,
50724         },
50725     },
50726     ._data = "crc",
50727 };
50728 static
50729     struct {
50730         PyASCIIObject _ascii;
50731         uint8_t _data[10];
50732     }
50733 const_str_data_size = {
50734     ._ascii = {
50735         .ob_base = {
50736             .ob_refcnt = 999999999,
50737             .ob_type = &PyUnicode_Type,
50738         },
50739         .length = 9,
50740         .hash = -1,
50741         .state = {
50742             .kind = 1,
50743             .compact = 1,
50744             .ascii = 1,
50745             .ready = 1,
50746         },
50747     },
50748     ._data = "data_size",
50749 };
50750 static
50751     struct {
50752         PyASCIIObject _ascii;
50753         uint8_t _data[10];
50754     }
50755 const_str_name_size = {
50756     ._ascii = {
50757         .ob_base = {
50758             .ob_refcnt = 999999999,
50759             .ob_type = &PyUnicode_Type,
50760         },
50761         .length = 9,
50762         .hash = -1,
50763         .state = {
50764             .kind = 1,
50765             .compact = 1,
50766             .ascii = 1,
50767             .ready = 1,
50768         },
50769     },
50770     ._data = "name_size",
50771 };
50772 static
50773     struct {
50774         PyASCIIObject _ascii;
50775         uint8_t _data[11];
50776     }
50777 const_str_extra_size = {
50778     ._ascii = {
50779         .ob_base = {
50780             .ob_refcnt = 999999999,
50781             .ob_type = &PyUnicode_Type,
50782         },
50783         .length = 10,
50784         .hash = -1,
50785         .state = {
50786             .kind = 1,
50787             .compact = 1,
50788             .ascii = 1,
50789             .ready = 1,
50790         },
50791     },
50792     ._data = "extra_size",
50793 };
50794 static
50795     struct {
50796         PyASCIIObject _ascii;
50797         uint8_t _data[13];
50798     }
50799 const_str_comment_size = {
50800     ._ascii = {
50801         .ob_base = {
50802             .ob_refcnt = 999999999,
50803             .ob_type = &PyUnicode_Type,
50804         },
50805         .length = 12,
50806         .hash = -1,
50807         .state = {
50808             .kind = 1,
50809             .compact = 1,
50810             .ascii = 1,
50811             .ready = 1,
50812         },
50813     },
50814     ._data = "comment_size",
50815 };
50816 static
50817     struct {
50818         PyASCIIObject _ascii;
50819         uint8_t _data[12];
50820     }
50821 const_str_file_offset = {
50822     ._ascii = {
50823         .ob_base = {
50824             .ob_refcnt = 999999999,
50825             .ob_type = &PyUnicode_Type,
50826         },
50827         .length = 11,
50828         .hash = -1,
50829         .state = {
50830             .kind = 1,
50831             .compact = 1,
50832             .ascii = 1,
50833             .ready = 1,
50834         },
50835     },
50836     ._data = "file_offset",
50837 };
50838 static
50839     struct {
50840         PyASCIIObject _ascii;
50841         uint8_t _data[2];
50842     }
50843 const_str_t = {
50844     ._ascii = {
50845         .ob_base = {
50846             .ob_refcnt = 999999999,
50847             .ob_type = &PyUnicode_Type,
50848         },
50849         .length = 1,
50850         .hash = -1,
50851         .state = {
50852             .kind = 1,
50853             .compact = 1,
50854             .ascii = 1,
50855             .ready = 1,
50856         },
50857     },
50858     ._data = "t",
50859 };
50860 static
50861     struct {
50862         PyGC_Head _gc_head;
50863         struct {
50864             PyObject_VAR_HEAD
50865             PyObject *ob_item[27];
50866         }_object;
50867     }
50868 zipimport_toplevel_consts_21_localsplusnames = {
50869     ._object = {
50870         .ob_base = {
50871             .ob_base = {
50872                 .ob_refcnt = 999999999,
50873                 .ob_type = &PyTuple_Type,
50874             },
50875             .ob_size = 27,
50876         },
50877         .ob_item = {
50878             & const_str_archive._ascii.ob_base,
50879             & const_str_fp._ascii.ob_base,
50880             & const_str_start_offset._ascii.ob_base,
50881             & const_str_header_position._ascii.ob_base,
50882             &_Py_ID(buffer),
50883             & const_str_file_size._ascii.ob_base,
50884             & const_str_max_comment_start._ascii.ob_base,
50885             & const_str_data._ascii.ob_base,
50886             & const_str_pos._ascii.ob_base,
50887             & const_str_header_size._ascii.ob_base,
50888             & const_str_header_offset._ascii.ob_base,
50889             & const_str_arc_offset._ascii.ob_base,
50890             & const_str_files._ascii.ob_base,
50891             & const_str_count._ascii.ob_base,
50892             & const_str_flags._ascii.ob_base,
50893             & const_str_compress._ascii.ob_base,
50894             & const_str_time._ascii.ob_base,
50895             & const_str_date._ascii.ob_base,
50896             & const_str_crc._ascii.ob_base,
50897             & const_str_data_size._ascii.ob_base,
50898             & const_str_name_size._ascii.ob_base,
50899             & const_str_extra_size._ascii.ob_base,
50900             & const_str_comment_size._ascii.ob_base,
50901             & const_str_file_offset._ascii.ob_base,
50902             &_Py_ID(name),
50903             &_Py_ID(path),
50904             & const_str_t._ascii.ob_base,
50905         },
50906     },
50907 };
50908 static
50909     struct {
50910         PyObject_VAR_HEAD
50911         Py_hash_t ob_shash;
50912         char ob_sval[28];
50913     }
50914 zipimport_toplevel_consts_21_localspluskinds = {
50915     .ob_base = {
50916         .ob_base = {
50917             .ob_refcnt = 999999999,
50918             .ob_type = &PyBytes_Type,
50919         },
50920         .ob_size = 27,
50921     },
50922     .ob_shash = -1,
50923     .ob_sval = "                           ",
50924 };
50925 static
50926     struct _PyCode_DEF(3286)
50927 zipimport_toplevel_consts_21 = {
50928     .ob_base = {
50929         .ob_base = {
50930             .ob_refcnt = 999999999,
50931             .ob_type = &PyCode_Type,
50932         },
50933         .ob_size = 1643,
50934     },
50935     .co_consts = & zipimport_toplevel_consts_21_consts._object.ob_base.ob_base,
50936     .co_names = & zipimport_toplevel_consts_21_names._object.ob_base.ob_base,
50937     .co_exceptiontable = & zipimport_toplevel_consts_21_exceptiontable.ob_base.ob_base,
50938     .co_flags = 3,
50939     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
50940     ._co_linearray_entry_size = 0,
50941     .co_argcount = 1,
50942     .co_posonlyargcount = 0,
50943     .co_kwonlyargcount = 0,
50944     .co_stacksize = 9,
50945     .co_firstlineno = 401,
50946     .co_nlocalsplus = 27,
50947     .co_nlocals = 27,
50948     .co_nplaincellvars = 0,
50949     .co_ncellvars = 0,
50950     .co_nfreevars = 0,
50951     .co_localsplusnames = & zipimport_toplevel_consts_21_localsplusnames._object.ob_base.ob_base,
50952     .co_localspluskinds = & zipimport_toplevel_consts_21_localspluskinds.ob_base.ob_base,
50953     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
50954     .co_name = & const_str__read_directory._ascii.ob_base,
50955     .co_qualname = & const_str__read_directory._ascii.ob_base,
50956     .co_linetable = & zipimport_toplevel_consts_21_linetable.ob_base.ob_base,
50957     ._co_code = NULL,
50958     ._co_linearray = NULL,
50959     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x22\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x15\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x01\x35\x00\x01\x00\x7c\x01\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x09\x00\x09\x00\x7c\x01\xa0\x05\x00\x00\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\x0b\x00\x64\x03\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x01\xa0\x07\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x6e\x22\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x15\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x14\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x04\x64\x00\x64\x05\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x90\x01\x72\x42\x09\x00\x7c\x01\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x64\x03\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x6e\x22\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x15\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x0a\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x0a\x00\x00\x64\x06\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x09\x00\x7c\x01\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\xa0\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x6e\x22\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x15\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x07\xa0\x0c\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x08\x64\x06\x6b\x00\x00\x00\x00\x00\x72\x14\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x07\x7c\x08\x7c\x08\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x14\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x05\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x0a\x00\x00\x7c\x08\x7a\x00\x00\x00\x7d\x03\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x64\x09\x64\x0a\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x64\x0a\x64\x0b\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x7c\x03\x7c\x09\x6b\x00\x00\x00\x00\x00\x72\x14\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0c\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x03\x7c\x0a\x6b\x00\x00\x00\x00\x00\x72\x14\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0d\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x03\x7c\x09\x7a\x17\x00\x00\x7d\x03\x7c\x03\x7c\x0a\x7a\x0a\x00\x00\x7d\x0b\x7c\x0b\x64\x06\x6b\x00\x00\x00\x00\x00\x72\x14\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0e\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x69\x00\x7d\x0c\x64\x06\x7d\x0d\x09\x00\x7c\x01\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x22\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x15\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x09\x00\x7c\x01\xa0\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x10\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x6b\x00\x00\x00\x00\x00\x72\x0f\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x11\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x04\x64\x00\x64\x05\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x12\x6b\x03\x00\x00\x00\x00\x72\x02\x90\x02\x6e\xbe\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x10\x6b\x03\x00\x00\x00\x00\x72\x0f\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x11\xa6\x01\x00\x00\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\x04\x64\x13\x64\x14\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\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\x04\x64\x14\x64\x09\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\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\x04\x64\x09\x64\x15\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x10\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x64\x15\x64\x0a\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\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\x04\x64\x0a\x64\x0b\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\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\x04\x64\x0b\x64\x16\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x13\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x64\x16\x64\x17\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x64\x17\x64\x18\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\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\x04\x64\x18\x64\x19\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x15\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x64\x19\x64\x1a\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x16\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x64\x1b\x64\x10\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x17\x7c\x14\x7c\x15\x7a\x00\x00\x00\x7c\x16\x7a\x00\x00\x00\x7d\x09\x7c\x17\x7c\x0a\x6b\x04\x00\x00\x00\x00\x72\x14\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x1c\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x17\x7c\x0b\x7a\x0d\x00\x00\x7d\x17\x09\x00\x7c\x01\xa0\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x14\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x18\x6e\x22\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x15\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x18\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x14\x6b\x03\x00\x00\x00\x00\x72\x14\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xa6\x02\x00\x00\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\xa0\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x7c\x14\x7a\x0a\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x7c\x14\x7a\x0a\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x14\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x6e\x22\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x15\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x0e\x64\x1d\x7a\x01\x00\x00\x72\x15\x7c\x18\xa0\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x18\x6e\x54\x09\x00\x7c\x18\xa0\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x1e\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x18\x6e\x3d\x23\x00\x74\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x30\x01\x00\x7c\x18\xa0\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x1f\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x12\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x18\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x18\xa0\x14\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x18\x74\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x18\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x19\x7c\x19\x7c\x0f\x7c\x13\x7c\x05\x7c\x17\x7c\x10\x7c\x11\x7c\x12\x66\x08\x7d\x1a\x7c\x1a\x7c\x0c\x7c\x18\x3c\x00\x00\x00\x7c\x0d\x64\x21\x7a\x0d\x00\x00\x7d\x0d\x90\x03\x8c\x05\x09\x00\x7c\x01\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x1a\x23\x00\x7c\x01\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x77\x00\x78\x03\x59\x00\x77\x01\x09\x00\x64\x00\x64\x00\x64\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0b\x23\x00\x31\x00\x73\x04\x77\x02\x78\x03\x59\x00\x77\x01\x01\x00\x59\x00\x01\x00\x01\x00\x74\x31\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x64\x22\x7c\x0d\x7c\x00\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x0c\x53\x00",
50960     ._co_firsttraceable = 0,
50961 };
50962 static
50963     struct {
50964         PyCompactUnicodeObject _compact;
50965         uint16_t _data[257];
50966     }
50967 zipimport_toplevel_consts_22 = {
50968     ._compact = {
50969         ._base = {
50970             .ob_base = {
50971                 .ob_refcnt = 999999999,
50972                 .ob_type = &PyUnicode_Type,
50973             },
50974             .length = 256,
50975             .hash = -1,
50976             .state = {
50977                 .kind = 2,
50978                 .compact = 1,
50979                 .ascii = 0,
50980                 .ready = 1,
50981             },
50982         },
50983     },
50984     ._data = {
50985         0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
50986         16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31,
50987         32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47,
50988         48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63,
50989         64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
50990         80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95,
50991         96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111,
50992         112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127,
50993         199, 252, 233, 226, 228, 224, 229, 231, 234, 235, 232, 239, 238, 236, 196, 197,
50994         201, 230, 198, 244, 246, 242, 251, 249, 255, 214, 220, 162, 163, 165, 8359, 402,
50995         225, 237, 243, 250, 241, 209, 170, 186, 191, 8976, 172, 189, 188, 161, 171, 187,
50996         9617, 9618, 9619, 9474, 9508, 9569, 9570, 9558, 9557, 9571, 9553, 9559, 9565, 9564, 9563, 9488,
50997         9492, 9524, 9516, 9500, 9472, 9532, 9566, 9567, 9562, 9556, 9577, 9574, 9568, 9552, 9580, 9575,
50998         9576, 9572, 9573, 9561, 9560, 9554, 9555, 9579, 9578, 9496, 9484, 9608, 9604, 9612, 9616, 9600,
50999         945, 223, 915, 960, 931, 963, 181, 964, 934, 920, 937, 948, 8734, 966, 949, 8745,
51000         8801, 177, 8805, 8804, 8992, 8993, 247, 8776, 176, 8729, 183, 8730, 8319, 178, 9632, 160,
51001     },
51002 };
51003 static
51004     struct {
51005         PyASCIIObject _ascii;
51006         uint8_t _data[28];
51007     }
51008 zipimport_toplevel_consts_23_consts_1 = {
51009     ._ascii = {
51010         .ob_base = {
51011             .ob_refcnt = 999999999,
51012             .ob_type = &PyUnicode_Type,
51013         },
51014         .length = 27,
51015         .hash = -1,
51016         .state = {
51017             .kind = 1,
51018             .compact = 1,
51019             .ascii = 1,
51020             .ready = 1,
51021         },
51022     },
51023     ._data = "zipimport: zlib UNAVAILABLE",
51024 };
51025 static
51026     struct {
51027         PyASCIIObject _ascii;
51028         uint8_t _data[42];
51029     }
51030 zipimport_toplevel_consts_23_consts_2 = {
51031     ._ascii = {
51032         .ob_base = {
51033             .ob_refcnt = 999999999,
51034             .ob_type = &PyUnicode_Type,
51035         },
51036         .length = 41,
51037         .hash = -1,
51038         .state = {
51039             .kind = 1,
51040             .compact = 1,
51041             .ascii = 1,
51042             .ready = 1,
51043         },
51044     },
51045     ._data = "can't decompress data; zlib not available",
51046 };
51047 static
51048     struct {
51049         PyASCIIObject _ascii;
51050         uint8_t _data[11];
51051     }
51052 const_str_decompress = {
51053     ._ascii = {
51054         .ob_base = {
51055             .ob_refcnt = 999999999,
51056             .ob_type = &PyUnicode_Type,
51057         },
51058         .length = 10,
51059         .hash = -1,
51060         .state = {
51061             .kind = 1,
51062             .compact = 1,
51063             .ascii = 1,
51064             .ready = 1,
51065         },
51066     },
51067     ._data = "decompress",
51068 };
51069 static
51070     struct {
51071         PyGC_Head _gc_head;
51072         struct {
51073             PyObject_VAR_HEAD
51074             PyObject *ob_item[1];
51075         }_object;
51076     }
51077 zipimport_toplevel_consts_23_consts_5 = {
51078     ._object = {
51079         .ob_base = {
51080             .ob_base = {
51081                 .ob_refcnt = 999999999,
51082                 .ob_type = &PyTuple_Type,
51083             },
51084             .ob_size = 1,
51085         },
51086         .ob_item = {
51087             & const_str_decompress._ascii.ob_base,
51088         },
51089     },
51090 };
51091 static
51092     struct {
51093         PyASCIIObject _ascii;
51094         uint8_t _data[26];
51095     }
51096 zipimport_toplevel_consts_23_consts_7 = {
51097     ._ascii = {
51098         .ob_base = {
51099             .ob_refcnt = 999999999,
51100             .ob_type = &PyUnicode_Type,
51101         },
51102         .length = 25,
51103         .hash = -1,
51104         .state = {
51105             .kind = 1,
51106             .compact = 1,
51107             .ascii = 1,
51108             .ready = 1,
51109         },
51110     },
51111     ._data = "zipimport: zlib available",
51112 };
51113 static
51114     struct {
51115         PyGC_Head _gc_head;
51116         struct {
51117             PyObject_VAR_HEAD
51118             PyObject *ob_item[8];
51119         }_object;
51120     }
51121 zipimport_toplevel_consts_23_consts = {
51122     ._object = {
51123         .ob_base = {
51124             .ob_base = {
51125                 .ob_refcnt = 999999999,
51126                 .ob_type = &PyTuple_Type,
51127             },
51128             .ob_size = 8,
51129         },
51130         .ob_item = {
51131             Py_None,
51132             & zipimport_toplevel_consts_23_consts_1._ascii.ob_base,
51133             & zipimport_toplevel_consts_23_consts_2._ascii.ob_base,
51134             Py_True,
51135             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
51136             & zipimport_toplevel_consts_23_consts_5._object.ob_base.ob_base,
51137             Py_False,
51138             & zipimport_toplevel_consts_23_consts_7._ascii.ob_base,
51139         },
51140     },
51141 };
51142 static
51143     struct {
51144         PyASCIIObject _ascii;
51145         uint8_t _data[16];
51146     }
51147 const_str__importing_zlib = {
51148     ._ascii = {
51149         .ob_base = {
51150             .ob_refcnt = 999999999,
51151             .ob_type = &PyUnicode_Type,
51152         },
51153         .length = 15,
51154         .hash = -1,
51155         .state = {
51156             .kind = 1,
51157             .compact = 1,
51158             .ascii = 1,
51159             .ready = 1,
51160         },
51161     },
51162     ._data = "_importing_zlib",
51163 };
51164 static
51165     struct {
51166         PyASCIIObject _ascii;
51167         uint8_t _data[5];
51168     }
51169 const_str_zlib = {
51170     ._ascii = {
51171         .ob_base = {
51172             .ob_refcnt = 999999999,
51173             .ob_type = &PyUnicode_Type,
51174         },
51175         .length = 4,
51176         .hash = -1,
51177         .state = {
51178             .kind = 1,
51179             .compact = 1,
51180             .ascii = 1,
51181             .ready = 1,
51182         },
51183     },
51184     ._data = "zlib",
51185 };
51186 static
51187     struct {
51188         PyGC_Head _gc_head;
51189         struct {
51190             PyObject_VAR_HEAD
51191             PyObject *ob_item[7];
51192         }_object;
51193     }
51194 zipimport_toplevel_consts_23_names = {
51195     ._object = {
51196         .ob_base = {
51197             .ob_base = {
51198                 .ob_refcnt = 999999999,
51199                 .ob_type = &PyTuple_Type,
51200             },
51201             .ob_size = 7,
51202         },
51203         .ob_item = {
51204             & const_str__importing_zlib._ascii.ob_base,
51205             &_Py_ID(_bootstrap),
51206             & const_str__verbose_message._ascii.ob_base,
51207             & const_str_ZipImportError._ascii.ob_base,
51208             & const_str_zlib._ascii.ob_base,
51209             & const_str_decompress._ascii.ob_base,
51210             & const_str_Exception._ascii.ob_base,
51211         },
51212     },
51213 };
51214 static
51215     struct {
51216         PyASCIIObject _ascii;
51217         uint8_t _data[21];
51218     }
51219 const_str__get_decompress_func = {
51220     ._ascii = {
51221         .ob_base = {
51222             .ob_refcnt = 999999999,
51223             .ob_type = &PyUnicode_Type,
51224         },
51225         .length = 20,
51226         .hash = -1,
51227         .state = {
51228             .kind = 1,
51229             .compact = 1,
51230             .ascii = 1,
51231             .ready = 1,
51232         },
51233     },
51234     ._data = "_get_decompress_func",
51235 };
51236 static
51237     struct {
51238         PyObject_VAR_HEAD
51239         Py_hash_t ob_shash;
51240         char ob_sval[197];
51241     }
51242 zipimport_toplevel_consts_23_linetable = {
51243     .ob_base = {
51244         .ob_base = {
51245             .ob_refcnt = 999999999,
51246             .ob_type = &PyBytes_Type,
51247         },
51248         .ob_size = 196,
51249     },
51250     .ob_shash = -1,
51251     .ob_sval = "\x80\x00\xe5\x07\x16\xf0\x00\x04\x05\x4a\x01\xf5\x06\x00\x09\x13\xd4\x08\x23\xd0\x24\x41\xd1\x08\x42\xd4\x08\x42\xd0\x08\x42\xdd\x0e\x1c\xd0\x1d\x48\xd1\x0e\x49\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\xf8\xdd\x0b\x14\xf0\x00\x02\x05\x4a\x01\xf0\x00\x02\x05\x4a\x01\xf0\x00\x02\x05\x4a\x01\xdd\x08\x12\xd4\x08\x23\xd0\x24\x41\xd1\x08\x42\xd4\x08\x42\xd0\x08\x42\xdd\x0e\x1c\xd0\x1d\x48\xd1\x0e\x49\xd4\x0e\x49\xd0\x08\x49\xf0\x05\x02\x05\x4a\x01\xf8\xf8\xf8\xf0\x03\x00\x09\x24\xf0\x0a\x00\x1b\x20\x88\x0f\x88\x0f\xf8\x98\x25\x88\x0f\xd0\x08\x1f\xd0\x08\x1f\xd0\x08\x1f\xd0\x08\x1f\xe5\x04\x0e\xd4\x04\x1f\xd0\x20\x3b\xd1\x04\x3c\xd4\x04\x3c\xd0\x04\x3c\xd8\x0b\x15\xd0\x04\x15",
51252 };
51253 static
51254     struct {
51255         PyObject_VAR_HEAD
51256         Py_hash_t ob_shash;
51257         char ob_sval[27];
51258     }
51259 zipimport_toplevel_consts_23_exceptiontable = {
51260     .ob_base = {
51261         .ob_base = {
51262             .ob_refcnt = 999999999,
51263             .ob_type = &PyBytes_Type,
51264         },
51265         .ob_size = 26,
51266     },
51267     .ob_shash = -1,
51268     .ob_sval = "\xae\x06\x35\x00\xb4\x01\x41\x2a\x00\xb5\x2e\x41\x23\x03\xc1\x23\x03\x41\x2a\x00\xc1\x2a\x04\x41\x2e\x03",
51269 };
51270 static
51271     struct _PyCode_DEF(270)
51272 zipimport_toplevel_consts_23 = {
51273     .ob_base = {
51274         .ob_base = {
51275             .ob_refcnt = 999999999,
51276             .ob_type = &PyCode_Type,
51277         },
51278         .ob_size = 135,
51279     },
51280     .co_consts = & zipimport_toplevel_consts_23_consts._object.ob_base.ob_base,
51281     .co_names = & zipimport_toplevel_consts_23_names._object.ob_base.ob_base,
51282     .co_exceptiontable = & zipimport_toplevel_consts_23_exceptiontable.ob_base.ob_base,
51283     .co_flags = 3,
51284     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
51285     ._co_linearray_entry_size = 0,
51286     .co_argcount = 0,
51287     .co_posonlyargcount = 0,
51288     .co_kwonlyargcount = 0,
51289     .co_stacksize = 4,
51290     .co_firstlineno = 566,
51291     .co_nlocalsplus = 1,
51292     .co_nlocals = 1,
51293     .co_nplaincellvars = 0,
51294     .co_ncellvars = 0,
51295     .co_nfreevars = 0,
51296     .co_localsplusnames = & zipimport_toplevel_consts_23_consts_5._object.ob_base.ob_base,
51297     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
51298     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
51299     .co_name = & const_str__get_decompress_func._ascii.ob_base,
51300     .co_qualname = & const_str__get_decompress_func._ascii.ob_base,
51301     .co_linetable = & zipimport_toplevel_consts_23_linetable.ob_base.ob_base,
51302     ._co_code = NULL,
51303     ._co_linearray = NULL,
51304     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x23\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\x00\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\xa6\x01\x00\x00\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\x6e\x31\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x24\x01\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x09\x00\x64\x06\x61\x00\x6e\x07\x23\x00\x64\x06\x61\x00\x77\x00\x78\x03\x59\x00\x77\x01\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x53\x00",
51305     ._co_firsttraceable = 0,
51306 };
51307 static
51308     struct {
51309         PyASCIIObject _ascii;
51310         uint8_t _data[19];
51311     }
51312 zipimport_toplevel_consts_24_consts_2 = {
51313     ._ascii = {
51314         .ob_base = {
51315             .ob_refcnt = 999999999,
51316             .ob_type = &PyUnicode_Type,
51317         },
51318         .length = 18,
51319         .hash = -1,
51320         .state = {
51321             .kind = 1,
51322             .compact = 1,
51323             .ascii = 1,
51324             .ready = 1,
51325         },
51326     },
51327     ._data = "negative data size",
51328 };
51329 static
51330     struct {
51331         PyObject_VAR_HEAD
51332         Py_hash_t ob_shash;
51333         char ob_sval[5];
51334     }
51335 zipimport_toplevel_consts_24_consts_8 = {
51336     .ob_base = {
51337         .ob_base = {
51338             .ob_refcnt = 999999999,
51339             .ob_type = &PyBytes_Type,
51340         },
51341         .ob_size = 4,
51342     },
51343     .ob_shash = -1,
51344     .ob_sval = "\x50\x4b\x03\x04",
51345 };
51346 static
51347     struct {
51348         PyASCIIObject _ascii;
51349         uint8_t _data[24];
51350     }
51351 zipimport_toplevel_consts_24_consts_9 = {
51352     ._ascii = {
51353         .ob_base = {
51354             .ob_refcnt = 999999999,
51355             .ob_type = &PyUnicode_Type,
51356         },
51357         .length = 23,
51358         .hash = -1,
51359         .state = {
51360             .kind = 1,
51361             .compact = 1,
51362             .ascii = 1,
51363             .ready = 1,
51364         },
51365     },
51366     ._data = "bad local file header: ",
51367 };
51368 static
51369     struct {
51370         PyASCIIObject _ascii;
51371         uint8_t _data[27];
51372     }
51373 zipimport_toplevel_consts_24_consts_12 = {
51374     ._ascii = {
51375         .ob_base = {
51376             .ob_refcnt = 999999999,
51377             .ob_type = &PyUnicode_Type,
51378         },
51379         .length = 26,
51380         .hash = -1,
51381         .state = {
51382             .kind = 1,
51383             .compact = 1,
51384             .ascii = 1,
51385             .ready = 1,
51386         },
51387     },
51388     ._data = "zipimport: can't read data",
51389 };
51390 static
51391     struct {
51392         PyObject_VAR_HEAD
51393         digit ob_digit[1];
51394     }
51395 const_int_negative_15 = {
51396     .ob_base = {
51397         .ob_base = {
51398             .ob_refcnt = 999999999,
51399             .ob_type = &PyLong_Type,
51400         },
51401         .ob_size = -1,
51402     },
51403     .ob_digit = { 15 },
51404 };
51405 static
51406     struct {
51407         PyGC_Head _gc_head;
51408         struct {
51409             PyObject_VAR_HEAD
51410             PyObject *ob_item[15];
51411         }_object;
51412     }
51413 zipimport_toplevel_consts_24_consts = {
51414     ._object = {
51415         .ob_base = {
51416             .ob_base = {
51417                 .ob_refcnt = 999999999,
51418                 .ob_type = &PyTuple_Type,
51419             },
51420             .ob_size = 15,
51421         },
51422         .ob_item = {
51423             Py_None,
51424             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
51425             & zipimport_toplevel_consts_24_consts_2._ascii.ob_base,
51426             & zipimport_toplevel_consts_21_consts_4._ascii.ob_base,
51427             & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
51428             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 30],
51429             & zipimport_toplevel_consts_21_consts_17._ascii.ob_base,
51430             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 4],
51431             & zipimport_toplevel_consts_24_consts_8.ob_base.ob_base,
51432             & zipimport_toplevel_consts_24_consts_9._ascii.ob_base,
51433             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 26],
51434             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 28],
51435             & zipimport_toplevel_consts_24_consts_12._ascii.ob_base,
51436             & zipimport_toplevel_consts_23_consts_2._ascii.ob_base,
51437             & const_int_negative_15.ob_base.ob_base,
51438         },
51439     },
51440 };
51441 static
51442     struct {
51443         PyGC_Head _gc_head;
51444         struct {
51445             PyObject_VAR_HEAD
51446             PyObject *ob_item[11];
51447         }_object;
51448     }
51449 zipimport_toplevel_consts_24_names = {
51450     ._object = {
51451         .ob_base = {
51452             .ob_base = {
51453                 .ob_refcnt = 999999999,
51454                 .ob_type = &PyTuple_Type,
51455             },
51456             .ob_size = 11,
51457         },
51458         .ob_item = {
51459             & const_str_ZipImportError._ascii.ob_base,
51460             & const_str__io._ascii.ob_base,
51461             & const_str_open_code._ascii.ob_base,
51462             &_Py_ID(seek),
51463             & const_str_OSError._ascii.ob_base,
51464             &_Py_ID(read),
51465             &_Py_ID(len),
51466             & const_str_EOFError._ascii.ob_base,
51467             & const_str__unpack_uint16._ascii.ob_base,
51468             & const_str__get_decompress_func._ascii.ob_base,
51469             & const_str_Exception._ascii.ob_base,
51470         },
51471     },
51472 };
51473 static
51474     struct {
51475         PyObject_VAR_HEAD
51476         Py_hash_t ob_shash;
51477         char ob_sval[632];
51478     }
51479 zipimport_toplevel_consts_24_linetable = {
51480     .ob_base = {
51481         .ob_base = {
51482             .ob_refcnt = 999999999,
51483             .ob_type = &PyBytes_Type,
51484         },
51485         .ob_size = 631,
51486     },
51487     .ob_shash = -1,
51488     .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\x80\x7d\xdd\x0e\x1c\xd0\x1d\x31\xd1\x0e\x32\xd4\x0e\x32\xd0\x08\x32\xe5\x09\x0c\x8c\x1d\x90\x77\xd1\x09\x1f\xd4\x09\x1f\xf0\x00\x18\x05\x38\xa0\x32\xf0\x04\x03\x09\x54\x01\xd8\x0c\x0e\x8f\x47\x8a\x47\x90\x4b\xd1\x0c\x20\xd4\x0c\x20\xd0\x0c\x20\xd0\x0c\x20\xf8\xdd\x0f\x16\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\xd1\x12\x53\xd4\x12\x53\xd0\x0c\x53\xf0\x03\x01\x09\x54\x01\xf8\xf8\xf8\xe0\x11\x13\x97\x17\x92\x17\x98\x12\x91\x1b\x94\x1b\x88\x06\xdd\x0b\x0e\x88\x76\x89\x3b\x8c\x3b\x98\x22\xd2\x0b\x1c\xd0\x0b\x1c\xdd\x12\x1a\xd0\x1b\x38\xd1\x12\x39\xd4\x12\x39\xd0\x0c\x39\xe0\x0b\x11\x90\x22\x90\x31\x90\x22\x8c\x3a\x98\x1d\xd2\x0b\x26\xd0\x0b\x26\xe5\x12\x20\xd0\x21\x46\xb8\x37\xd0\x21\x46\xd0\x21\x46\xc8\x57\xd0\x12\x55\xd1\x12\x55\xd4\x12\x55\xd0\x0c\x55\xe5\x14\x22\xa0\x36\xa8\x22\xa8\x52\xa8\x25\xa4\x3d\xd1\x14\x31\xd4\x14\x31\x88\x09\xdd\x15\x23\xa0\x46\xa8\x32\xa8\x62\xa8\x35\xa4\x4d\xd1\x15\x32\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\x8a\x47\x90\x4b\xd1\x0c\x20\xd4\x0c\x20\xd0\x0c\x20\xd0\x0c\x20\xf8\xdd\x0f\x16\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\xd1\x12\x53\xd4\x12\x53\xd0\x0c\x53\xf0\x03\x01\x09\x54\x01\xf8\xf8\xf8\xe0\x13\x15\x97\x37\x92\x37\x98\x39\xd1\x13\x25\xd4\x13\x25\x88\x08\xdd\x0b\x0e\x88\x78\x89\x3d\x8c\x3d\x98\x49\xd2\x0b\x25\xd0\x0b\x25\xdd\x12\x19\xd0\x1a\x36\xd1\x12\x37\xd4\x12\x37\xd0\x0c\x37\xf0\x03\x00\x0c\x26\xf0\x2f\x18\x05\x38\xf0\x00\x18\x05\x38\xf0\x00\x18\x05\x38\xf1\x00\x18\x05\x38\xf4\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\xf0\x00\x18\x05\x38\xf0\x00\x18\x05\x38\xf0\x00\x18\x05\x38\xf0\x00\x18\x05\x38\xf0\x34\x00\x08\x10\x90\x31\x82\x7d\x80\x7d\xe0\x0f\x17\x88\x0f\xf0\x06\x03\x05\x4a\x01\xdd\x15\x29\xd1\x15\x2b\xd4\x15\x2b\x88\x0a\x88\x0a\xf8\xdd\x0b\x14\xf0\x00\x01\x05\x4a\x01\xf0\x00\x01\x05\x4a\x01\xf0\x00\x01\x05\x4a\x01\xdd\x0e\x1c\xd0\x1d\x48\xd1\x0e\x49\xd4\x0e\x49\xd0\x08\x49\xf0\x03\x01\x05\x4a\x01\xf8\xf8\xf8\xe0\x0b\x15\x88\x3a\x90\x68\xa0\x03\xd1\x0b\x24\xd4\x0b\x24\xd0\x04\x24",
51489 };
51490 static
51491     struct {
51492         PyObject_VAR_HEAD
51493         Py_hash_t ob_shash;
51494         char ob_sval[78];
51495     }
51496 zipimport_toplevel_consts_24_exceptiontable = {
51497     .ob_base = {
51498         .ob_base = {
51499             .ob_refcnt = 999999999,
51500             .ob_type = &PyBytes_Type,
51501         },
51502         .ob_size = 77,
51503     },
51504     .ob_shash = -1,
51505     .ob_sval = "\xb5\x01\x46\x00\x03\xb7\x15\x41\x0d\x02\xc1\x0c\x01\x46\x00\x03\xc1\x0d\x1f\x41\x2c\x05\xc1\x2c\x42\x17\x46\x00\x03\xc4\x04\x15\x44\x1a\x02\xc4\x19\x01\x46\x00\x03\xc4\x1a\x1f\x44\x39\x05\xc4\x39\x3a\x46\x00\x03\xc6\x00\x04\x46\x04\x07\xc6\x07\x01\x46\x04\x07\xc6\x14\x0e\x46\x23\x00\xc6\x23\x1a\x46\x3d\x03",
51506 };
51507 static
51508     struct {
51509         PyASCIIObject _ascii;
51510         uint8_t _data[9];
51511     }
51512 const_str_datapath = {
51513     ._ascii = {
51514         .ob_base = {
51515             .ob_refcnt = 999999999,
51516             .ob_type = &PyUnicode_Type,
51517         },
51518         .length = 8,
51519         .hash = -1,
51520         .state = {
51521             .kind = 1,
51522             .compact = 1,
51523             .ascii = 1,
51524             .ready = 1,
51525         },
51526     },
51527     ._data = "datapath",
51528 };
51529 static
51530     struct {
51531         PyASCIIObject _ascii;
51532         uint8_t _data[9];
51533     }
51534 const_str_raw_data = {
51535     ._ascii = {
51536         .ob_base = {
51537             .ob_refcnt = 999999999,
51538             .ob_type = &PyUnicode_Type,
51539         },
51540         .length = 8,
51541         .hash = -1,
51542         .state = {
51543             .kind = 1,
51544             .compact = 1,
51545             .ascii = 1,
51546             .ready = 1,
51547         },
51548     },
51549     ._data = "raw_data",
51550 };
51551 static
51552     struct {
51553         PyGC_Head _gc_head;
51554         struct {
51555             PyObject_VAR_HEAD
51556             PyObject *ob_item[17];
51557         }_object;
51558     }
51559 zipimport_toplevel_consts_24_localsplusnames = {
51560     ._object = {
51561         .ob_base = {
51562             .ob_base = {
51563                 .ob_refcnt = 999999999,
51564                 .ob_type = &PyTuple_Type,
51565             },
51566             .ob_size = 17,
51567         },
51568         .ob_item = {
51569             & const_str_archive._ascii.ob_base,
51570             & const_str_toc_entry._ascii.ob_base,
51571             & const_str_datapath._ascii.ob_base,
51572             & const_str_compress._ascii.ob_base,
51573             & const_str_data_size._ascii.ob_base,
51574             & const_str_file_size._ascii.ob_base,
51575             & const_str_file_offset._ascii.ob_base,
51576             & const_str_time._ascii.ob_base,
51577             & const_str_date._ascii.ob_base,
51578             & const_str_crc._ascii.ob_base,
51579             & const_str_fp._ascii.ob_base,
51580             &_Py_ID(buffer),
51581             & const_str_name_size._ascii.ob_base,
51582             & const_str_extra_size._ascii.ob_base,
51583             & const_str_header_size._ascii.ob_base,
51584             & const_str_raw_data._ascii.ob_base,
51585             & const_str_decompress._ascii.ob_base,
51586         },
51587     },
51588 };
51589 static
51590     struct {
51591         PyObject_VAR_HEAD
51592         Py_hash_t ob_shash;
51593         char ob_sval[18];
51594     }
51595 zipimport_toplevel_consts_24_localspluskinds = {
51596     .ob_base = {
51597         .ob_base = {
51598             .ob_refcnt = 999999999,
51599             .ob_type = &PyBytes_Type,
51600         },
51601         .ob_size = 17,
51602     },
51603     .ob_shash = -1,
51604     .ob_sval = "                 ",
51605 };
51606 static
51607     struct _PyCode_DEF(920)
51608 zipimport_toplevel_consts_24 = {
51609     .ob_base = {
51610         .ob_base = {
51611             .ob_refcnt = 999999999,
51612             .ob_type = &PyCode_Type,
51613         },
51614         .ob_size = 460,
51615     },
51616     .co_consts = & zipimport_toplevel_consts_24_consts._object.ob_base.ob_base,
51617     .co_names = & zipimport_toplevel_consts_24_names._object.ob_base.ob_base,
51618     .co_exceptiontable = & zipimport_toplevel_consts_24_exceptiontable.ob_base.ob_base,
51619     .co_flags = 3,
51620     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
51621     ._co_linearray_entry_size = 0,
51622     .co_argcount = 2,
51623     .co_posonlyargcount = 0,
51624     .co_kwonlyargcount = 0,
51625     .co_stacksize = 8,
51626     .co_firstlineno = 587,
51627     .co_nlocalsplus = 17,
51628     .co_nlocals = 17,
51629     .co_nplaincellvars = 0,
51630     .co_ncellvars = 0,
51631     .co_nfreevars = 0,
51632     .co_localsplusnames = & zipimport_toplevel_consts_24_localsplusnames._object.ob_base.ob_base,
51633     .co_localspluskinds = & zipimport_toplevel_consts_24_localspluskinds.ob_base.ob_base,
51634     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
51635     .co_name = & const_str__get_data._ascii.ob_base,
51636     .co_qualname = & const_str__get_data._ascii.ob_base,
51637     .co_linetable = & zipimport_toplevel_consts_24_linetable.ob_base.ob_base,
51638     ._co_code = NULL,
51639     ._co_linearray = NULL,
51640     .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\x0f\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xa6\x01\x00\x00\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\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x0a\x09\x00\x7c\x0a\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x22\x23\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x15\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x0a\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\xa6\x01\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x6b\x03\x00\x00\x00\x00\x72\x0f\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x0b\x64\x00\x64\x07\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x6b\x03\x00\x00\x00\x00\x72\x14\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x04\xa6\x02\x00\x00\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\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\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\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\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\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x22\x23\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x15\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x0a\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x01\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6b\x03\x00\x00\x00\x00\x72\x0f\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0c\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x09\x00\x64\x00\x64\x00\x64\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0b\x23\x00\x31\x00\x73\x04\x77\x02\x78\x03\x59\x00\x77\x01\x01\x00\x59\x00\x01\x00\x01\x00\x7c\x03\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x02\x7c\x0f\x53\x00\x09\x00\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x10\x6e\x1d\x23\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x10\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0d\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x02\x00\x7c\x10\x7c\x0f\x64\x0e\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
51641     ._co_firsttraceable = 0,
51642 };
51643 static
51644     struct {
51645         PyGC_Head _gc_head;
51646         struct {
51647             PyObject_VAR_HEAD
51648             PyObject *ob_item[2];
51649         }_object;
51650     }
51651 zipimport_toplevel_consts_25_consts = {
51652     ._object = {
51653         .ob_base = {
51654             .ob_base = {
51655                 .ob_refcnt = 999999999,
51656                 .ob_type = &PyTuple_Type,
51657             },
51658             .ob_size = 2,
51659         },
51660         .ob_item = {
51661             Py_None,
51662             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
51663         },
51664     },
51665 };
51666 static
51667     struct {
51668         PyASCIIObject _ascii;
51669         uint8_t _data[4];
51670     }
51671 const_str_abs = {
51672     ._ascii = {
51673         .ob_base = {
51674             .ob_refcnt = 999999999,
51675             .ob_type = &PyUnicode_Type,
51676         },
51677         .length = 3,
51678         .hash = -1,
51679         .state = {
51680             .kind = 1,
51681             .compact = 1,
51682             .ascii = 1,
51683             .ready = 1,
51684         },
51685     },
51686     ._data = "abs",
51687 };
51688 static
51689     struct {
51690         PyGC_Head _gc_head;
51691         struct {
51692             PyObject_VAR_HEAD
51693             PyObject *ob_item[1];
51694         }_object;
51695     }
51696 zipimport_toplevel_consts_25_names = {
51697     ._object = {
51698         .ob_base = {
51699             .ob_base = {
51700                 .ob_refcnt = 999999999,
51701                 .ob_type = &PyTuple_Type,
51702             },
51703             .ob_size = 1,
51704         },
51705         .ob_item = {
51706             & const_str_abs._ascii.ob_base,
51707         },
51708     },
51709 };
51710 static
51711     struct {
51712         PyASCIIObject _ascii;
51713         uint8_t _data[10];
51714     }
51715 const_str__eq_mtime = {
51716     ._ascii = {
51717         .ob_base = {
51718             .ob_refcnt = 999999999,
51719             .ob_type = &PyUnicode_Type,
51720         },
51721         .length = 9,
51722         .hash = -1,
51723         .state = {
51724             .kind = 1,
51725             .compact = 1,
51726             .ascii = 1,
51727             .ready = 1,
51728         },
51729     },
51730     ._data = "_eq_mtime",
51731 };
51732 static
51733     struct {
51734         PyObject_VAR_HEAD
51735         Py_hash_t ob_shash;
51736         char ob_sval[24];
51737     }
51738 zipimport_toplevel_consts_25_linetable = {
51739     .ob_base = {
51740         .ob_base = {
51741             .ob_refcnt = 999999999,
51742             .ob_type = &PyBytes_Type,
51743         },
51744         .ob_size = 23,
51745     },
51746     .ob_shash = -1,
51747     .ob_sval = "\x80\x00\xe5\x0b\x0e\x88\x72\x90\x42\x89\x77\x89\x3c\x8c\x3c\x98\x31\xd2\x0b\x1c\xd0\x04\x1c",
51748 };
51749 static
51750     struct {
51751         PyASCIIObject _ascii;
51752         uint8_t _data[3];
51753     }
51754 const_str_t1 = {
51755     ._ascii = {
51756         .ob_base = {
51757             .ob_refcnt = 999999999,
51758             .ob_type = &PyUnicode_Type,
51759         },
51760         .length = 2,
51761         .hash = -1,
51762         .state = {
51763             .kind = 1,
51764             .compact = 1,
51765             .ascii = 1,
51766             .ready = 1,
51767         },
51768     },
51769     ._data = "t1",
51770 };
51771 static
51772     struct {
51773         PyASCIIObject _ascii;
51774         uint8_t _data[3];
51775     }
51776 const_str_t2 = {
51777     ._ascii = {
51778         .ob_base = {
51779             .ob_refcnt = 999999999,
51780             .ob_type = &PyUnicode_Type,
51781         },
51782         .length = 2,
51783         .hash = -1,
51784         .state = {
51785             .kind = 1,
51786             .compact = 1,
51787             .ascii = 1,
51788             .ready = 1,
51789         },
51790     },
51791     ._data = "t2",
51792 };
51793 static
51794     struct {
51795         PyGC_Head _gc_head;
51796         struct {
51797             PyObject_VAR_HEAD
51798             PyObject *ob_item[2];
51799         }_object;
51800     }
51801 zipimport_toplevel_consts_25_localsplusnames = {
51802     ._object = {
51803         .ob_base = {
51804             .ob_base = {
51805                 .ob_refcnt = 999999999,
51806                 .ob_type = &PyTuple_Type,
51807             },
51808             .ob_size = 2,
51809         },
51810         .ob_item = {
51811             & const_str_t1._ascii.ob_base,
51812             & const_str_t2._ascii.ob_base,
51813         },
51814     },
51815 };
51816 static
51817     struct _PyCode_DEF(46)
51818 zipimport_toplevel_consts_25 = {
51819     .ob_base = {
51820         .ob_base = {
51821             .ob_refcnt = 999999999,
51822             .ob_type = &PyCode_Type,
51823         },
51824         .ob_size = 23,
51825     },
51826     .co_consts = & zipimport_toplevel_consts_25_consts._object.ob_base.ob_base,
51827     .co_names = & zipimport_toplevel_consts_25_names._object.ob_base.ob_base,
51828     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
51829     .co_flags = 3,
51830     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
51831     ._co_linearray_entry_size = 0,
51832     .co_argcount = 2,
51833     .co_posonlyargcount = 0,
51834     .co_kwonlyargcount = 0,
51835     .co_stacksize = 4,
51836     .co_firstlineno = 633,
51837     .co_nlocalsplus = 2,
51838     .co_nlocals = 2,
51839     .co_nplaincellvars = 0,
51840     .co_ncellvars = 0,
51841     .co_nfreevars = 0,
51842     .co_localsplusnames = & zipimport_toplevel_consts_25_localsplusnames._object.ob_base.ob_base,
51843     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
51844     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
51845     .co_name = & const_str__eq_mtime._ascii.ob_base,
51846     .co_qualname = & const_str__eq_mtime._ascii.ob_base,
51847     .co_linetable = & zipimport_toplevel_consts_25_linetable.ob_base.ob_base,
51848     ._co_code = NULL,
51849     ._co_linearray = NULL,
51850     .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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x01\x00\x00\x00\x00\x53\x00",
51851     ._co_firsttraceable = 0,
51852 };
51853 static
51854     struct {
51855         PyASCIIObject _ascii;
51856         uint8_t _data[17];
51857     }
51858 zipimport_toplevel_consts_26_consts_11 = {
51859     ._ascii = {
51860         .ob_base = {
51861             .ob_refcnt = 999999999,
51862             .ob_type = &PyUnicode_Type,
51863         },
51864         .length = 16,
51865         .hash = -1,
51866         .state = {
51867             .kind = 1,
51868             .compact = 1,
51869             .ascii = 1,
51870             .ready = 1,
51871         },
51872     },
51873     ._data = "compiled module ",
51874 };
51875 static
51876     struct {
51877         PyASCIIObject _ascii;
51878         uint8_t _data[22];
51879     }
51880 zipimport_toplevel_consts_26_consts_12 = {
51881     ._ascii = {
51882         .ob_base = {
51883             .ob_refcnt = 999999999,
51884             .ob_type = &PyUnicode_Type,
51885         },
51886         .length = 21,
51887         .hash = -1,
51888         .state = {
51889             .kind = 1,
51890             .compact = 1,
51891             .ascii = 1,
51892             .ready = 1,
51893         },
51894     },
51895     ._data = " is not a code object",
51896 };
51897 static
51898     struct {
51899         PyGC_Head _gc_head;
51900         struct {
51901             PyObject_VAR_HEAD
51902             PyObject *ob_item[13];
51903         }_object;
51904     }
51905 zipimport_toplevel_consts_26_consts = {
51906     ._object = {
51907         .ob_base = {
51908             .ob_base = {
51909                 .ob_refcnt = 999999999,
51910                 .ob_type = &PyTuple_Type,
51911             },
51912             .ob_size = 13,
51913         },
51914         .ob_item = {
51915             Py_None,
51916             & importlib__bootstrap_external_toplevel_consts_46_consts_4._object.ob_base.ob_base,
51917             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
51918             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
51919             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
51920             & const_str_never._ascii.ob_base,
51921             & const_str_always._ascii.ob_base,
51922             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 8],
51923             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 12],
51924             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 16],
51925             & importlib__bootstrap_external_toplevel_consts_44_consts_4._ascii.ob_base,
51926             & zipimport_toplevel_consts_26_consts_11._ascii.ob_base,
51927             & zipimport_toplevel_consts_26_consts_12._ascii.ob_base,
51928         },
51929     },
51930 };
51931 static
51932     struct {
51933         PyASCIIObject _ascii;
51934         uint8_t _data[16];
51935     }
51936 const_str__get_pyc_source = {
51937     ._ascii = {
51938         .ob_base = {
51939             .ob_refcnt = 999999999,
51940             .ob_type = &PyUnicode_Type,
51941         },
51942         .length = 15,
51943         .hash = -1,
51944         .state = {
51945             .kind = 1,
51946             .compact = 1,
51947             .ascii = 1,
51948             .ready = 1,
51949         },
51950     },
51951     ._data = "_get_pyc_source",
51952 };
51953 static
51954     struct {
51955         PyASCIIObject _ascii;
51956         uint8_t _data[30];
51957     }
51958 const_str__get_mtime_and_size_of_source = {
51959     ._ascii = {
51960         .ob_base = {
51961             .ob_refcnt = 999999999,
51962             .ob_type = &PyUnicode_Type,
51963         },
51964         .length = 29,
51965         .hash = -1,
51966         .state = {
51967             .kind = 1,
51968             .compact = 1,
51969             .ascii = 1,
51970             .ready = 1,
51971         },
51972     },
51973     ._data = "_get_mtime_and_size_of_source",
51974 };
51975 static
51976     struct {
51977         PyGC_Head _gc_head;
51978         struct {
51979             PyObject_VAR_HEAD
51980             PyObject *ob_item[18];
51981         }_object;
51982     }
51983 zipimport_toplevel_consts_26_names = {
51984     ._object = {
51985         .ob_base = {
51986             .ob_base = {
51987                 .ob_refcnt = 999999999,
51988                 .ob_type = &PyTuple_Type,
51989             },
51990             .ob_size = 18,
51991         },
51992         .ob_item = {
51993             & const_str__bootstrap_external._ascii.ob_base,
51994             & const_str__classify_pyc._ascii.ob_base,
51995             & const_str__imp._ascii.ob_base,
51996             & const_str_check_hash_based_pycs._ascii.ob_base,
51997             & const_str__get_pyc_source._ascii.ob_base,
51998             & const_str_source_hash._ascii.ob_base,
51999             & const_str__RAW_MAGIC_NUMBER._ascii.ob_base,
52000             & const_str__validate_hash_pyc._ascii.ob_base,
52001             & const_str__get_mtime_and_size_of_source._ascii.ob_base,
52002             & const_str__eq_mtime._ascii.ob_base,
52003             & const_str__unpack_uint32._ascii.ob_base,
52004             &_Py_ID(_bootstrap),
52005             & const_str__verbose_message._ascii.ob_base,
52006             & const_str_marshal._ascii.ob_base,
52007             & const_str_loads._ascii.ob_base,
52008             &_Py_ID(isinstance),
52009             & const_str__code_type._ascii.ob_base,
52010             & const_str_TypeError._ascii.ob_base,
52011         },
52012     },
52013 };
52014 static
52015     struct {
52016         PyASCIIObject _ascii;
52017         uint8_t _data[16];
52018     }
52019 const_str__unmarshal_code = {
52020     ._ascii = {
52021         .ob_base = {
52022             .ob_refcnt = 999999999,
52023             .ob_type = &PyUnicode_Type,
52024         },
52025         .length = 15,
52026         .hash = -1,
52027         .state = {
52028             .kind = 1,
52029             .compact = 1,
52030             .ascii = 1,
52031             .ready = 1,
52032         },
52033     },
52034     ._data = "_unmarshal_code",
52035 };
52036 static
52037     struct {
52038         PyObject_VAR_HEAD
52039         Py_hash_t ob_shash;
52040         char ob_sval[403];
52041     }
52042 zipimport_toplevel_consts_26_linetable = {
52043     .ob_base = {
52044         .ob_base = {
52045             .ob_refcnt = 999999999,
52046             .ob_type = &PyBytes_Type,
52047         },
52048         .ob_size = 402,
52049     },
52050     .ob_shash = -1,
52051     .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\x20\xd4\x0c\x2d\xa8\x64\xb0\x48\xb8\x6b\xd1\x0c\x4a\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\xd4\x0c\x26\xa8\x27\xd2\x0c\x31\xd0\x0c\x31\xd8\x11\x1d\xf0\x03\x00\x0d\x32\xdd\x21\x25\xd4\x21\x3b\xb8\x78\xd2\x21\x47\xd0\x21\x47\xdd\x1b\x2a\xa8\x34\xb0\x18\xd1\x1b\x3a\xd4\x1b\x3a\x88\x4c\xd8\x0f\x1b\xd0\x0f\x27\xdd\x1e\x22\xd4\x1e\x2e\xdd\x14\x27\xd4\x14\x39\xd8\x14\x20\xf1\x05\x03\x1f\x12\xf4\x00\x03\x1f\x12\x90\x0b\xf5\x0a\x00\x11\x24\xd4\x10\x36\xd8\x14\x18\x98\x2b\xa0\x78\xb0\x1b\xf1\x03\x01\x11\x3e\xf4\x00\x01\x11\x3e\xf0\x00\x01\x11\x3e\xf8\xf5\x08\x00\x0d\x2a\xa8\x24\xb0\x08\xd1\x0c\x39\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\xb0\x24\xac\x5a\xd1\x1e\x38\xd4\x1e\x38\xb8\x2c\xd1\x14\x47\xd4\x14\x47\xf0\x00\x04\x0d\x1c\xdd\x14\x22\xa0\x34\xa8\x02\xa8\x32\xa8\x05\xa4\x3b\xd1\x14\x2f\xd4\x14\x2f\xb0\x3b\xd2\x14\x3e\xd0\x14\x3e\xdd\x10\x1a\xd4\x10\x2b\xd8\x14\x39\xa8\x58\xd0\x14\x39\xd0\x14\x39\xf1\x03\x01\x11\x3b\xf4\x00\x01\x11\x3b\xf0\x00\x01\x11\x3b\xe0\x17\x1b\x90\x74\xe5\x0b\x12\x8c\x3d\x98\x14\x98\x62\x98\x63\x98\x63\x9c\x19\xd1\x0b\x23\xd4\x0b\x23\x80\x44\xdd\x0b\x15\x90\x64\x9d\x4a\xd1\x0b\x27\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\xd1\x0e\x4d\xd4\x0e\x4d\xd0\x08\x4d\xd8\x0b\x0f\x80\x4b",
52052 };
52053 static
52054     struct {
52055         PyGC_Head _gc_head;
52056         struct {
52057             PyObject_VAR_HEAD
52058             PyObject *ob_item[14];
52059         }_object;
52060     }
52061 zipimport_toplevel_consts_26_localsplusnames = {
52062     ._object = {
52063         .ob_base = {
52064             .ob_base = {
52065                 .ob_refcnt = 999999999,
52066                 .ob_type = &PyTuple_Type,
52067             },
52068             .ob_size = 14,
52069         },
52070         .ob_item = {
52071             & const_str_self._ascii.ob_base,
52072             & const_str_pathname._ascii.ob_base,
52073             & const_str_fullpath._ascii.ob_base,
52074             & const_str_fullname._ascii.ob_base,
52075             & const_str_data._ascii.ob_base,
52076             & const_str_exc_details._ascii.ob_base,
52077             & const_str_flags._ascii.ob_base,
52078             & const_str_hash_based._ascii.ob_base,
52079             & const_str_check_source._ascii.ob_base,
52080             & const_str_source_bytes._ascii.ob_base,
52081             & const_str_source_hash._ascii.ob_base,
52082             & const_str_source_mtime._ascii.ob_base,
52083             & const_str_source_size._ascii.ob_base,
52084             &_Py_ID(code),
52085         },
52086     },
52087 };
52088 static
52089     struct _PyCode_DEF(670)
52090 zipimport_toplevel_consts_26 = {
52091     .ob_base = {
52092         .ob_base = {
52093             .ob_refcnt = 999999999,
52094             .ob_type = &PyCode_Type,
52095         },
52096         .ob_size = 335,
52097     },
52098     .co_consts = & zipimport_toplevel_consts_26_consts._object.ob_base.ob_base,
52099     .co_names = & zipimport_toplevel_consts_26_names._object.ob_base.ob_base,
52100     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
52101     .co_flags = 3,
52102     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
52103     ._co_linearray_entry_size = 0,
52104     .co_argcount = 5,
52105     .co_posonlyargcount = 0,
52106     .co_kwonlyargcount = 0,
52107     .co_stacksize = 7,
52108     .co_firstlineno = 641,
52109     .co_nlocalsplus = 14,
52110     .co_nlocals = 14,
52111     .co_nplaincellvars = 0,
52112     .co_ncellvars = 0,
52113     .co_nfreevars = 0,
52114     .co_localsplusnames = & zipimport_toplevel_consts_26_localsplusnames._object.ob_base.ob_base,
52115     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_73_consts_7_localspluskinds.ob_base.ob_base,
52116     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
52117     .co_name = & const_str__unmarshal_code._ascii.ob_base,
52118     .co_qualname = & const_str__unmarshal_code._ascii.ob_base,
52119     .co_linetable = & zipimport_toplevel_consts_26_linetable.ob_base.ob_base,
52120     ._co_code = NULL,
52121     ._co_linearray = NULL,
52122     .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\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x03\x7c\x05\xa6\x03\x00\x00\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\x74\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\x03\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x6b\x03\x00\x00\x00\x00\x72\x5a\x7c\x08\x73\x10\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x6b\x02\x00\x00\x00\x00\x72\x48\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x7c\x09\x81\x36\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xa6\x02\x00\x00\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\x07\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x0a\x7c\x03\x7c\x05\xa6\x04\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x6e\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x0b\x7d\x0c\x7c\x0b\x72\x59\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\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1b\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x64\x08\x64\x09\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0c\x6b\x03\x00\x00\x00\x00\x72\x19\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\x7c\x03\x9b\x02\x9d\x02\xa6\x01\x00\x00\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\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x64\x09\x64\x00\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x13\x74\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0b\x7c\x01\x9b\x02\x64\x0c\x9d\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x0d\x53\x00",
52123     ._co_firsttraceable = 0,
52124 };
52125 static
52126     struct {
52127         PyGC_Head _gc_head;
52128         struct {
52129             PyObject_VAR_HEAD
52130             PyObject *ob_item[4];
52131         }_object;
52132     }
52133 zipimport_toplevel_consts_27_consts = {
52134     ._object = {
52135         .ob_base = {
52136             .ob_base = {
52137                 .ob_refcnt = 999999999,
52138                 .ob_type = &PyTuple_Type,
52139             },
52140             .ob_size = 4,
52141         },
52142         .ob_item = {
52143             Py_None,
52144             & importlib__bootstrap_external_toplevel_consts_29.ob_base.ob_base,
52145             (PyObject *)&_Py_SINGLETON(bytes_characters[10]),
52146             (PyObject *)&_Py_SINGLETON(bytes_characters[13]),
52147         },
52148     },
52149 };
52150 static
52151     struct {
52152         PyGC_Head _gc_head;
52153         struct {
52154             PyObject_VAR_HEAD
52155             PyObject *ob_item[1];
52156         }_object;
52157     }
52158 zipimport_toplevel_consts_27_names = {
52159     ._object = {
52160         .ob_base = {
52161             .ob_base = {
52162                 .ob_refcnt = 999999999,
52163                 .ob_type = &PyTuple_Type,
52164             },
52165             .ob_size = 1,
52166         },
52167         .ob_item = {
52168             &_Py_ID(replace),
52169         },
52170     },
52171 };
52172 static
52173     struct {
52174         PyASCIIObject _ascii;
52175         uint8_t _data[24];
52176     }
52177 const_str__normalize_line_endings = {
52178     ._ascii = {
52179         .ob_base = {
52180             .ob_refcnt = 999999999,
52181             .ob_type = &PyUnicode_Type,
52182         },
52183         .length = 23,
52184         .hash = -1,
52185         .state = {
52186             .kind = 1,
52187             .compact = 1,
52188             .ascii = 1,
52189             .ready = 1,
52190         },
52191     },
52192     ._data = "_normalize_line_endings",
52193 };
52194 static
52195     struct {
52196         PyObject_VAR_HEAD
52197         Py_hash_t ob_shash;
52198         char ob_sval[46];
52199     }
52200 zipimport_toplevel_consts_27_linetable = {
52201     .ob_base = {
52202         .ob_base = {
52203             .ob_refcnt = 999999999,
52204             .ob_type = &PyBytes_Type,
52205         },
52206         .ob_size = 45,
52207     },
52208     .ob_shash = -1,
52209     .ob_sval = "\x80\x00\xd8\x0d\x13\x8f\x5e\x8a\x5e\x98\x47\xa0\x55\xd1\x0d\x2b\xd4\x0d\x2b\x80\x46\xd8\x0d\x13\x8f\x5e\x8a\x5e\x98\x45\xa0\x35\xd1\x0d\x29\xd4\x0d\x29\x80\x46\xd8\x0b\x11\x80\x4d",
52210 };
52211 static
52212     struct {
52213         PyGC_Head _gc_head;
52214         struct {
52215             PyObject_VAR_HEAD
52216             PyObject *ob_item[1];
52217         }_object;
52218     }
52219 zipimport_toplevel_consts_27_localsplusnames = {
52220     ._object = {
52221         .ob_base = {
52222             .ob_base = {
52223                 .ob_refcnt = 999999999,
52224                 .ob_type = &PyTuple_Type,
52225             },
52226             .ob_size = 1,
52227         },
52228         .ob_item = {
52229             & const_str_source._ascii.ob_base,
52230         },
52231     },
52232 };
52233 static
52234     struct _PyCode_DEF(94)
52235 zipimport_toplevel_consts_27 = {
52236     .ob_base = {
52237         .ob_base = {
52238             .ob_refcnt = 999999999,
52239             .ob_type = &PyCode_Type,
52240         },
52241         .ob_size = 47,
52242     },
52243     .co_consts = & zipimport_toplevel_consts_27_consts._object.ob_base.ob_base,
52244     .co_names = & zipimport_toplevel_consts_27_names._object.ob_base.ob_base,
52245     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
52246     .co_flags = 3,
52247     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
52248     ._co_linearray_entry_size = 0,
52249     .co_argcount = 1,
52250     .co_posonlyargcount = 0,
52251     .co_kwonlyargcount = 0,
52252     .co_stacksize = 4,
52253     .co_firstlineno = 686,
52254     .co_nlocalsplus = 1,
52255     .co_nlocals = 1,
52256     .co_nplaincellvars = 0,
52257     .co_ncellvars = 0,
52258     .co_nfreevars = 0,
52259     .co_localsplusnames = & zipimport_toplevel_consts_27_localsplusnames._object.ob_base.ob_base,
52260     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
52261     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
52262     .co_name = & const_str__normalize_line_endings._ascii.ob_base,
52263     .co_qualname = & const_str__normalize_line_endings._ascii.ob_base,
52264     .co_linetable = & zipimport_toplevel_consts_27_linetable.ob_base.ob_base,
52265     ._co_code = NULL,
52266     ._co_linearray = NULL,
52267     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x64\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x00\x53\x00",
52268     ._co_firsttraceable = 0,
52269 };
52270 static
52271     struct {
52272         PyGC_Head _gc_head;
52273         struct {
52274             PyObject_VAR_HEAD
52275             PyObject *ob_item[4];
52276         }_object;
52277     }
52278 zipimport_toplevel_consts_28_consts = {
52279     ._object = {
52280         .ob_base = {
52281             .ob_base = {
52282                 .ob_refcnt = 999999999,
52283                 .ob_type = &PyTuple_Type,
52284             },
52285             .ob_size = 4,
52286         },
52287         .ob_item = {
52288             Py_None,
52289             & const_str_exec._ascii.ob_base,
52290             Py_True,
52291             & importlib__bootstrap_external_toplevel_consts_69_consts_5_consts_5._object.ob_base.ob_base,
52292         },
52293     },
52294 };
52295 static
52296     struct {
52297         PyGC_Head _gc_head;
52298         struct {
52299             PyObject_VAR_HEAD
52300             PyObject *ob_item[2];
52301         }_object;
52302     }
52303 zipimport_toplevel_consts_28_names = {
52304     ._object = {
52305         .ob_base = {
52306             .ob_base = {
52307                 .ob_refcnt = 999999999,
52308                 .ob_type = &PyTuple_Type,
52309             },
52310             .ob_size = 2,
52311         },
52312         .ob_item = {
52313             & const_str__normalize_line_endings._ascii.ob_base,
52314             & const_str_compile._ascii.ob_base,
52315         },
52316     },
52317 };
52318 static
52319     struct {
52320         PyASCIIObject _ascii;
52321         uint8_t _data[16];
52322     }
52323 const_str__compile_source = {
52324     ._ascii = {
52325         .ob_base = {
52326             .ob_refcnt = 999999999,
52327             .ob_type = &PyUnicode_Type,
52328         },
52329         .length = 15,
52330         .hash = -1,
52331         .state = {
52332             .kind = 1,
52333             .compact = 1,
52334             .ascii = 1,
52335             .ready = 1,
52336         },
52337     },
52338     ._data = "_compile_source",
52339 };
52340 static
52341     struct {
52342         PyObject_VAR_HEAD
52343         Py_hash_t ob_shash;
52344         char ob_sval[39];
52345     }
52346 zipimport_toplevel_consts_28_linetable = {
52347     .ob_base = {
52348         .ob_base = {
52349             .ob_refcnt = 999999999,
52350             .ob_type = &PyBytes_Type,
52351         },
52352         .ob_size = 38,
52353     },
52354     .ob_shash = -1,
52355     .ob_sval = "\x80\x00\xdd\x0d\x24\xa0\x56\xd1\x0d\x2c\xd4\x0d\x2c\x80\x46\xdd\x0b\x12\x90\x36\x98\x38\xa0\x56\xb8\x24\xd0\x0b\x3f\xd1\x0b\x3f\xd4\x0b\x3f\xd0\x04\x3f",
52356 };
52357 static
52358     struct {
52359         PyGC_Head _gc_head;
52360         struct {
52361             PyObject_VAR_HEAD
52362             PyObject *ob_item[2];
52363         }_object;
52364     }
52365 zipimport_toplevel_consts_28_localsplusnames = {
52366     ._object = {
52367         .ob_base = {
52368             .ob_base = {
52369                 .ob_refcnt = 999999999,
52370                 .ob_type = &PyTuple_Type,
52371             },
52372             .ob_size = 2,
52373         },
52374         .ob_item = {
52375             & const_str_pathname._ascii.ob_base,
52376             & const_str_source._ascii.ob_base,
52377         },
52378     },
52379 };
52380 static
52381     struct _PyCode_DEF(70)
52382 zipimport_toplevel_consts_28 = {
52383     .ob_base = {
52384         .ob_base = {
52385             .ob_refcnt = 999999999,
52386             .ob_type = &PyCode_Type,
52387         },
52388         .ob_size = 35,
52389     },
52390     .co_consts = & zipimport_toplevel_consts_28_consts._object.ob_base.ob_base,
52391     .co_names = & zipimport_toplevel_consts_28_names._object.ob_base.ob_base,
52392     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
52393     .co_flags = 3,
52394     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
52395     ._co_linearray_entry_size = 0,
52396     .co_argcount = 2,
52397     .co_posonlyargcount = 0,
52398     .co_kwonlyargcount = 0,
52399     .co_stacksize = 6,
52400     .co_firstlineno = 693,
52401     .co_nlocalsplus = 2,
52402     .co_nlocals = 2,
52403     .co_nplaincellvars = 0,
52404     .co_ncellvars = 0,
52405     .co_nfreevars = 0,
52406     .co_localsplusnames = & zipimport_toplevel_consts_28_localsplusnames._object.ob_base.ob_base,
52407     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
52408     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
52409     .co_name = & const_str__compile_source._ascii.ob_base,
52410     .co_qualname = & const_str__compile_source._ascii.ob_base,
52411     .co_linetable = & zipimport_toplevel_consts_28_linetable.ob_base.ob_base,
52412     ._co_code = NULL,
52413     ._co_linearray = NULL,
52414     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\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\x7c\x00\x64\x01\x64\x02\xac\x03\xa6\x04\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
52415     ._co_firsttraceable = 0,
52416 };
52417 static
52418     struct {
52419         PyObject_VAR_HEAD
52420         digit ob_digit[1];
52421     }
52422 const_int_1980 = {
52423     .ob_base = {
52424         .ob_base = {
52425             .ob_refcnt = 999999999,
52426             .ob_type = &PyLong_Type,
52427         },
52428         .ob_size = 1,
52429     },
52430     .ob_digit = { 1980 },
52431 };
52432 static
52433     struct {
52434         PyGC_Head _gc_head;
52435         struct {
52436             PyObject_VAR_HEAD
52437             PyObject *ob_item[10];
52438         }_object;
52439     }
52440 zipimport_toplevel_consts_29_consts = {
52441     ._object = {
52442         .ob_base = {
52443             .ob_base = {
52444                 .ob_refcnt = 999999999,
52445                 .ob_type = &PyTuple_Type,
52446             },
52447             .ob_size = 10,
52448         },
52449         .ob_item = {
52450             Py_None,
52451             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 9],
52452             & const_int_1980.ob_base.ob_base,
52453             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 5],
52454             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 15],
52455             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 31],
52456             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 11],
52457             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 63],
52458             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
52459             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
52460         },
52461     },
52462 };
52463 static
52464     struct {
52465         PyASCIIObject _ascii;
52466         uint8_t _data[7];
52467     }
52468 const_str_mktime = {
52469     ._ascii = {
52470         .ob_base = {
52471             .ob_refcnt = 999999999,
52472             .ob_type = &PyUnicode_Type,
52473         },
52474         .length = 6,
52475         .hash = -1,
52476         .state = {
52477             .kind = 1,
52478             .compact = 1,
52479             .ascii = 1,
52480             .ready = 1,
52481         },
52482     },
52483     ._data = "mktime",
52484 };
52485 static
52486     struct {
52487         PyGC_Head _gc_head;
52488         struct {
52489             PyObject_VAR_HEAD
52490             PyObject *ob_item[2];
52491         }_object;
52492     }
52493 zipimport_toplevel_consts_29_names = {
52494     ._object = {
52495         .ob_base = {
52496             .ob_base = {
52497                 .ob_refcnt = 999999999,
52498                 .ob_type = &PyTuple_Type,
52499             },
52500             .ob_size = 2,
52501         },
52502         .ob_item = {
52503             & const_str_time._ascii.ob_base,
52504             & const_str_mktime._ascii.ob_base,
52505         },
52506     },
52507 };
52508 static
52509     struct {
52510         PyASCIIObject _ascii;
52511         uint8_t _data[15];
52512     }
52513 const_str__parse_dostime = {
52514     ._ascii = {
52515         .ob_base = {
52516             .ob_refcnt = 999999999,
52517             .ob_type = &PyUnicode_Type,
52518         },
52519         .length = 14,
52520         .hash = -1,
52521         .state = {
52522             .kind = 1,
52523             .compact = 1,
52524             .ascii = 1,
52525             .ready = 1,
52526         },
52527     },
52528     ._data = "_parse_dostime",
52529 };
52530 static
52531     struct {
52532         PyObject_VAR_HEAD
52533         Py_hash_t ob_shash;
52534         char ob_sval[93];
52535     }
52536 zipimport_toplevel_consts_29_linetable = {
52537     .ob_base = {
52538         .ob_base = {
52539             .ob_refcnt = 999999999,
52540             .ob_type = &PyBytes_Type,
52541         },
52542         .ob_size = 92,
52543     },
52544     .ob_shash = -1,
52545     .ob_sval = "\x80\x00\xdd\x0b\x0f\x8c\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\xf1\x00\x07\x0c\x15\xf4\x00\x07\x0c\x15\xf0\x00\x07\x05\x15",
52546 };
52547 static
52548     struct {
52549         PyASCIIObject _ascii;
52550         uint8_t _data[2];
52551     }
52552 const_str_d = {
52553     ._ascii = {
52554         .ob_base = {
52555             .ob_refcnt = 999999999,
52556             .ob_type = &PyUnicode_Type,
52557         },
52558         .length = 1,
52559         .hash = -1,
52560         .state = {
52561             .kind = 1,
52562             .compact = 1,
52563             .ascii = 1,
52564             .ready = 1,
52565         },
52566     },
52567     ._data = "d",
52568 };
52569 static
52570     struct {
52571         PyGC_Head _gc_head;
52572         struct {
52573             PyObject_VAR_HEAD
52574             PyObject *ob_item[2];
52575         }_object;
52576     }
52577 zipimport_toplevel_consts_29_localsplusnames = {
52578     ._object = {
52579         .ob_base = {
52580             .ob_base = {
52581                 .ob_refcnt = 999999999,
52582                 .ob_type = &PyTuple_Type,
52583             },
52584             .ob_size = 2,
52585         },
52586         .ob_item = {
52587             & const_str_d._ascii.ob_base,
52588             & const_str_t._ascii.ob_base,
52589         },
52590     },
52591 };
52592 static
52593     struct _PyCode_DEF(120)
52594 zipimport_toplevel_consts_29 = {
52595     .ob_base = {
52596         .ob_base = {
52597             .ob_refcnt = 999999999,
52598             .ob_type = &PyCode_Type,
52599         },
52600         .ob_size = 60,
52601     },
52602     .co_consts = & zipimport_toplevel_consts_29_consts._object.ob_base.ob_base,
52603     .co_names = & zipimport_toplevel_consts_29_names._object.ob_base.ob_base,
52604     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
52605     .co_flags = 3,
52606     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
52607     ._co_linearray_entry_size = 0,
52608     .co_argcount = 2,
52609     .co_posonlyargcount = 0,
52610     .co_kwonlyargcount = 0,
52611     .co_stacksize = 11,
52612     .co_firstlineno = 699,
52613     .co_nlocalsplus = 2,
52614     .co_nlocals = 2,
52615     .co_nplaincellvars = 0,
52616     .co_ncellvars = 0,
52617     .co_nfreevars = 0,
52618     .co_localsplusnames = & zipimport_toplevel_consts_29_localsplusnames._object.ob_base.ob_base,
52619     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
52620     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
52621     .co_name = & const_str__parse_dostime._ascii.ob_base,
52622     .co_qualname = & const_str__parse_dostime._ascii.ob_base,
52623     .co_linetable = & zipimport_toplevel_consts_29_linetable.ob_base.ob_base,
52624     ._co_code = NULL,
52625     ._co_linearray = NULL,
52626     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
52627     ._co_firsttraceable = 0,
52628 };
52629 static
52630     struct {
52631         PyASCIIObject _ascii;
52632         uint8_t _data[2];
52633     }
52634 const_str_c = {
52635     ._ascii = {
52636         .ob_base = {
52637             .ob_refcnt = 999999999,
52638             .ob_type = &PyUnicode_Type,
52639         },
52640         .length = 1,
52641         .hash = -1,
52642         .state = {
52643             .kind = 1,
52644             .compact = 1,
52645             .ascii = 1,
52646             .ready = 1,
52647         },
52648     },
52649     ._data = "c",
52650 };
52651 static
52652     struct {
52653         PyASCIIObject _ascii;
52654         uint8_t _data[2];
52655     }
52656 const_str_o = {
52657     ._ascii = {
52658         .ob_base = {
52659             .ob_refcnt = 999999999,
52660             .ob_type = &PyUnicode_Type,
52661         },
52662         .length = 1,
52663         .hash = -1,
52664         .state = {
52665             .kind = 1,
52666             .compact = 1,
52667             .ascii = 1,
52668             .ready = 1,
52669         },
52670     },
52671     ._data = "o",
52672 };
52673 static
52674     struct {
52675         PyGC_Head _gc_head;
52676         struct {
52677             PyObject_VAR_HEAD
52678             PyObject *ob_item[2];
52679         }_object;
52680     }
52681 zipimport_toplevel_consts_30_consts_2 = {
52682     ._object = {
52683         .ob_base = {
52684             .ob_base = {
52685                 .ob_refcnt = 999999999,
52686                 .ob_type = &PyTuple_Type,
52687             },
52688             .ob_size = 2,
52689         },
52690         .ob_item = {
52691             & const_str_c._ascii.ob_base,
52692             & const_str_o._ascii.ob_base,
52693         },
52694     },
52695 };
52696 static
52697     struct {
52698         PyGC_Head _gc_head;
52699         struct {
52700             PyObject_VAR_HEAD
52701             PyObject *ob_item[7];
52702         }_object;
52703     }
52704 zipimport_toplevel_consts_30_consts = {
52705     ._object = {
52706         .ob_base = {
52707             .ob_base = {
52708                 .ob_refcnt = 999999999,
52709                 .ob_type = &PyTuple_Type,
52710             },
52711             .ob_size = 7,
52712         },
52713         .ob_item = {
52714             Py_None,
52715             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
52716             & zipimport_toplevel_consts_30_consts_2._object.ob_base.ob_base,
52717             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 5],
52718             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 6],
52719             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
52720             & importlib__bootstrap_external_toplevel_consts_82._object.ob_base.ob_base,
52721         },
52722     },
52723 };
52724 static
52725     struct {
52726         PyASCIIObject _ascii;
52727         uint8_t _data[11];
52728     }
52729 const_str_IndexError = {
52730     ._ascii = {
52731         .ob_base = {
52732             .ob_refcnt = 999999999,
52733             .ob_type = &PyUnicode_Type,
52734         },
52735         .length = 10,
52736         .hash = -1,
52737         .state = {
52738             .kind = 1,
52739             .compact = 1,
52740             .ascii = 1,
52741             .ready = 1,
52742         },
52743     },
52744     ._data = "IndexError",
52745 };
52746 static
52747     struct {
52748         PyGC_Head _gc_head;
52749         struct {
52750             PyObject_VAR_HEAD
52751             PyObject *ob_item[5];
52752         }_object;
52753     }
52754 zipimport_toplevel_consts_30_names = {
52755     ._object = {
52756         .ob_base = {
52757             .ob_base = {
52758                 .ob_refcnt = 999999999,
52759                 .ob_type = &PyTuple_Type,
52760             },
52761             .ob_size = 5,
52762         },
52763         .ob_item = {
52764             & const_str__files._ascii.ob_base,
52765             & const_str__parse_dostime._ascii.ob_base,
52766             & const_str_KeyError._ascii.ob_base,
52767             & const_str_IndexError._ascii.ob_base,
52768             & const_str_TypeError._ascii.ob_base,
52769         },
52770     },
52771 };
52772 static
52773     struct {
52774         PyObject_VAR_HEAD
52775         Py_hash_t ob_shash;
52776         char ob_sval[151];
52777     }
52778 zipimport_toplevel_consts_30_linetable = {
52779     .ob_base = {
52780         .ob_base = {
52781             .ob_refcnt = 999999999,
52782             .ob_type = &PyBytes_Type,
52783         },
52784         .ob_size = 150,
52785     },
52786     .ob_shash = -1,
52787     .ob_sval = "\x80\x00\xf0\x02\x0c\x05\x14\xe0\x0f\x13\x90\x42\x90\x43\x90\x43\x8c\x79\x98\x4a\xd0\x0f\x26\xd0\x0f\x26\xd0\x0f\x26\xd0\x0f\x26\xd8\x0f\x13\x90\x43\x90\x52\x90\x43\x8c\x79\x88\x04\xd8\x14\x18\x94\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\xd1\x0f\x29\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",
52788 };
52789 static
52790     struct {
52791         PyObject_VAR_HEAD
52792         Py_hash_t ob_shash;
52793         char ob_sval[19];
52794     }
52795 zipimport_toplevel_consts_30_exceptiontable = {
52796     .ob_base = {
52797         .ob_base = {
52798             .ob_refcnt = 999999999,
52799             .ob_type = &PyBytes_Type,
52800         },
52801         .ob_size = 18,
52802     },
52803     .ob_shash = -1,
52804     .ob_sval = "\x82\x41\x0e\x41\x11\x00\xc1\x11\x17\x41\x2c\x03\xc1\x2b\x01\x41\x2c\x03",
52805 };
52806 static
52807     struct {
52808         PyASCIIObject _ascii;
52809         uint8_t _data[18];
52810     }
52811 const_str_uncompressed_size = {
52812     ._ascii = {
52813         .ob_base = {
52814             .ob_refcnt = 999999999,
52815             .ob_type = &PyUnicode_Type,
52816         },
52817         .length = 17,
52818         .hash = -1,
52819         .state = {
52820             .kind = 1,
52821             .compact = 1,
52822             .ascii = 1,
52823             .ready = 1,
52824         },
52825     },
52826     ._data = "uncompressed_size",
52827 };
52828 static
52829     struct {
52830         PyGC_Head _gc_head;
52831         struct {
52832             PyObject_VAR_HEAD
52833             PyObject *ob_item[6];
52834         }_object;
52835     }
52836 zipimport_toplevel_consts_30_localsplusnames = {
52837     ._object = {
52838         .ob_base = {
52839             .ob_base = {
52840                 .ob_refcnt = 999999999,
52841                 .ob_type = &PyTuple_Type,
52842             },
52843             .ob_size = 6,
52844         },
52845         .ob_item = {
52846             & const_str_self._ascii.ob_base,
52847             &_Py_ID(path),
52848             & const_str_toc_entry._ascii.ob_base,
52849             & const_str_time._ascii.ob_base,
52850             & const_str_date._ascii.ob_base,
52851             & const_str_uncompressed_size._ascii.ob_base,
52852         },
52853     },
52854 };
52855 static
52856     struct _PyCode_DEF(222)
52857 zipimport_toplevel_consts_30 = {
52858     .ob_base = {
52859         .ob_base = {
52860             .ob_refcnt = 999999999,
52861             .ob_type = &PyCode_Type,
52862         },
52863         .ob_size = 111,
52864     },
52865     .co_consts = & zipimport_toplevel_consts_30_consts._object.ob_base.ob_base,
52866     .co_names = & zipimport_toplevel_consts_30_names._object.ob_base.ob_base,
52867     .co_exceptiontable = & zipimport_toplevel_consts_30_exceptiontable.ob_base.ob_base,
52868     .co_flags = 3,
52869     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
52870     ._co_linearray_entry_size = 0,
52871     .co_argcount = 2,
52872     .co_posonlyargcount = 0,
52873     .co_kwonlyargcount = 0,
52874     .co_stacksize = 5,
52875     .co_firstlineno = 712,
52876     .co_nlocalsplus = 6,
52877     .co_nlocals = 6,
52878     .co_nplaincellvars = 0,
52879     .co_ncellvars = 0,
52880     .co_nfreevars = 0,
52881     .co_localsplusnames = & zipimport_toplevel_consts_30_localsplusnames._object.ob_base.ob_base,
52882     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
52883     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
52884     .co_name = & const_str__get_mtime_and_size_of_source._ascii.ob_base,
52885     .co_qualname = & const_str__get_mtime_and_size_of_source._ascii.ob_base,
52886     .co_linetable = & zipimport_toplevel_consts_30_linetable.ob_base.ob_base,
52887     ._co_code = NULL,
52888     ._co_linearray = NULL,
52889     .co_code_adaptive = "\x97\x00\x09\x00\x7c\x01\x64\x01\x64\x00\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x76\x00\x73\x02\x4a\x00\x82\x01\x7c\x01\x64\x00\x64\x01\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\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\xa6\x02\x00\x00\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",
52890     ._co_firsttraceable = 0,
52891 };
52892 static
52893     struct {
52894         PyGC_Head _gc_head;
52895         struct {
52896             PyObject_VAR_HEAD
52897             PyObject *ob_item[3];
52898         }_object;
52899     }
52900 zipimport_toplevel_consts_31_consts = {
52901     ._object = {
52902         .ob_base = {
52903             .ob_base = {
52904                 .ob_refcnt = 999999999,
52905                 .ob_type = &PyTuple_Type,
52906             },
52907             .ob_size = 3,
52908         },
52909         .ob_item = {
52910             Py_None,
52911             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
52912             & zipimport_toplevel_consts_30_consts_2._object.ob_base.ob_base,
52913         },
52914     },
52915 };
52916 static
52917     struct {
52918         PyGC_Head _gc_head;
52919         struct {
52920             PyObject_VAR_HEAD
52921             PyObject *ob_item[4];
52922         }_object;
52923     }
52924 zipimport_toplevel_consts_31_names = {
52925     ._object = {
52926         .ob_base = {
52927             .ob_base = {
52928                 .ob_refcnt = 999999999,
52929                 .ob_type = &PyTuple_Type,
52930             },
52931             .ob_size = 4,
52932         },
52933         .ob_item = {
52934             & const_str__files._ascii.ob_base,
52935             & const_str__get_data._ascii.ob_base,
52936             & const_str_archive._ascii.ob_base,
52937             & const_str_KeyError._ascii.ob_base,
52938         },
52939     },
52940 };
52941 static
52942     struct {
52943         PyObject_VAR_HEAD
52944         Py_hash_t ob_shash;
52945         char ob_sval[114];
52946     }
52947 zipimport_toplevel_consts_31_linetable = {
52948     .ob_base = {
52949         .ob_base = {
52950             .ob_refcnt = 999999999,
52951             .ob_type = &PyBytes_Type,
52952         },
52953         .ob_size = 113,
52954     },
52955     .ob_shash = -1,
52956     .ob_sval = "\x80\x00\xe0\x0b\x0f\x90\x02\x90\x03\x90\x03\x8c\x39\x98\x0a\xd0\x0b\x22\xd0\x0b\x22\xd0\x0b\x22\xd0\x0b\x22\xd8\x0b\x0f\x90\x03\x90\x12\x90\x03\x8c\x39\x80\x44\xf0\x04\x05\x05\x32\xd8\x14\x18\x94\x4b\xa0\x04\xd4\x14\x25\x88\x09\xf5\x08\x00\x10\x19\x98\x14\x9c\x1c\xa0\x79\xd1\x0f\x31\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",
52957 };
52958 static
52959     struct {
52960         PyObject_VAR_HEAD
52961         Py_hash_t ob_shash;
52962         char ob_sval[16];
52963     }
52964 zipimport_toplevel_consts_31_exceptiontable = {
52965     .ob_base = {
52966         .ob_base = {
52967             .ob_refcnt = 999999999,
52968             .ob_type = &PyBytes_Type,
52969         },
52970         .ob_size = 15,
52971     },
52972     .ob_shash = -1,
52973     .ob_sval = "\x9a\x0d\x3c\x00\xbc\x0a\x41\x0a\x03\xc1\x09\x01\x41\x0a\x03",
52974 };
52975 static
52976     struct {
52977         PyGC_Head _gc_head;
52978         struct {
52979             PyObject_VAR_HEAD
52980             PyObject *ob_item[3];
52981         }_object;
52982     }
52983 zipimport_toplevel_consts_31_localsplusnames = {
52984     ._object = {
52985         .ob_base = {
52986             .ob_base = {
52987                 .ob_refcnt = 999999999,
52988                 .ob_type = &PyTuple_Type,
52989             },
52990             .ob_size = 3,
52991         },
52992         .ob_item = {
52993             & const_str_self._ascii.ob_base,
52994             &_Py_ID(path),
52995             & const_str_toc_entry._ascii.ob_base,
52996         },
52997     },
52998 };
52999 static
53000     struct _PyCode_DEF(154)
53001 zipimport_toplevel_consts_31 = {
53002     .ob_base = {
53003         .ob_base = {
53004             .ob_refcnt = 999999999,
53005             .ob_type = &PyCode_Type,
53006         },
53007         .ob_size = 77,
53008     },
53009     .co_consts = & zipimport_toplevel_consts_31_consts._object.ob_base.ob_base,
53010     .co_names = & zipimport_toplevel_consts_31_names._object.ob_base.ob_base,
53011     .co_exceptiontable = & zipimport_toplevel_consts_31_exceptiontable.ob_base.ob_base,
53012     .co_flags = 3,
53013     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
53014     ._co_linearray_entry_size = 0,
53015     .co_argcount = 2,
53016     .co_posonlyargcount = 0,
53017     .co_kwonlyargcount = 0,
53018     .co_stacksize = 4,
53019     .co_firstlineno = 731,
53020     .co_nlocalsplus = 3,
53021     .co_nlocals = 3,
53022     .co_nplaincellvars = 0,
53023     .co_ncellvars = 0,
53024     .co_nfreevars = 0,
53025     .co_localsplusnames = & zipimport_toplevel_consts_31_localsplusnames._object.ob_base.ob_base,
53026     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
53027     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
53028     .co_name = & const_str__get_pyc_source._ascii.ob_base,
53029     .co_qualname = & const_str__get_pyc_source._ascii.ob_base,
53030     .co_linetable = & zipimport_toplevel_consts_31_linetable.ob_base.ob_base,
53031     ._co_code = NULL,
53032     ._co_linearray = NULL,
53033     .co_code_adaptive = "\x97\x00\x7c\x01\x64\x01\x64\x00\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x76\x00\x73\x02\x4a\x00\x82\x01\x7c\x01\x64\x00\x64\x01\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x09\x00\x7c\x00\x6a\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\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x02\x00\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\x04\x01\x00\x59\x00\x64\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
53034     ._co_firsttraceable = 0,
53035 };
53036 static
53037     struct {
53038         PyASCIIObject _ascii;
53039         uint8_t _data[14];
53040     }
53041 zipimport_toplevel_consts_32_consts_1 = {
53042     ._ascii = {
53043         .ob_base = {
53044             .ob_refcnt = 999999999,
53045             .ob_type = &PyUnicode_Type,
53046         },
53047         .length = 13,
53048         .hash = -1,
53049         .state = {
53050             .kind = 1,
53051             .compact = 1,
53052             .ascii = 1,
53053             .ready = 1,
53054         },
53055     },
53056     ._data = "trying {}{}{}",
53057 };
53058 static
53059     struct {
53060         PyASCIIObject _ascii;
53061         uint8_t _data[21];
53062     }
53063 zipimport_toplevel_consts_32_consts_5 = {
53064     ._ascii = {
53065         .ob_base = {
53066             .ob_refcnt = 999999999,
53067             .ob_type = &PyUnicode_Type,
53068         },
53069         .length = 20,
53070         .hash = -1,
53071         .state = {
53072             .kind = 1,
53073             .compact = 1,
53074             .ascii = 1,
53075             .ready = 1,
53076         },
53077     },
53078     ._data = "module load failed: ",
53079 };
53080 static
53081     struct {
53082         PyGC_Head _gc_head;
53083         struct {
53084             PyObject_VAR_HEAD
53085             PyObject *ob_item[8];
53086         }_object;
53087     }
53088 zipimport_toplevel_consts_32_consts = {
53089     ._object = {
53090         .ob_base = {
53091             .ob_base = {
53092                 .ob_refcnt = 999999999,
53093                 .ob_type = &PyTuple_Type,
53094             },
53095             .ob_size = 8,
53096         },
53097         .ob_item = {
53098             Py_None,
53099             & zipimport_toplevel_consts_32_consts_1._ascii.ob_base,
53100             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
53101             & importlib__bootstrap_toplevel_consts_17._object.ob_base.ob_base,
53102             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
53103             & zipimport_toplevel_consts_32_consts_5._ascii.ob_base,
53104             & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
53105             & zipimport_toplevel_consts_11_consts_10_consts_2._ascii.ob_base,
53106         },
53107     },
53108 };
53109 static
53110     struct {
53111         PyGC_Head _gc_head;
53112         struct {
53113             PyObject_VAR_HEAD
53114             PyObject *ob_item[13];
53115         }_object;
53116     }
53117 zipimport_toplevel_consts_32_names = {
53118     ._object = {
53119         .ob_base = {
53120             .ob_base = {
53121                 .ob_refcnt = 999999999,
53122                 .ob_type = &PyTuple_Type,
53123             },
53124             .ob_size = 13,
53125         },
53126         .ob_item = {
53127             & const_str__get_module_path._ascii.ob_base,
53128             & const_str__zip_searchorder._ascii.ob_base,
53129             &_Py_ID(_bootstrap),
53130             & const_str__verbose_message._ascii.ob_base,
53131             & const_str_archive._ascii.ob_base,
53132             & const_str_path_sep._ascii.ob_base,
53133             & const_str__files._ascii.ob_base,
53134             & const_str__get_data._ascii.ob_base,
53135             & const_str__unmarshal_code._ascii.ob_base,
53136             & const_str_ImportError._ascii.ob_base,
53137             & const_str__compile_source._ascii.ob_base,
53138             & const_str_KeyError._ascii.ob_base,
53139             & const_str_ZipImportError._ascii.ob_base,
53140         },
53141     },
53142 };
53143 static
53144     struct {
53145         PyObject_VAR_HEAD
53146         Py_hash_t ob_shash;
53147         char ob_sval[381];
53148     }
53149 zipimport_toplevel_consts_32_linetable = {
53150     .ob_base = {
53151         .ob_base = {
53152             .ob_refcnt = 999999999,
53153             .ob_type = &PyBytes_Type,
53154         },
53155         .ob_size = 380,
53156     },
53157     .ob_shash = -1,
53158     .ob_sval = "\x80\x00\xdd\x0b\x1b\x98\x44\xa0\x28\xd1\x0b\x2b\xd4\x0b\x2b\x80\x44\xd8\x13\x17\x80\x4c\xdd\x29\x39\xf0\x00\x1d\x05\x53\x01\xf0\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\x12\xd4\x08\x23\xa0\x4f\xb0\x54\xb4\x5c\xc5\x38\xc8\x58\xd0\x61\x62\xd0\x08\x63\xd1\x08\x63\xd4\x08\x63\xd0\x08\x63\xf0\x02\x14\x09\x2c\xd8\x18\x1c\x9c\x0b\xa0\x48\xd4\x18\x2d\x88\x49\xf0\x08\x00\x17\x20\xa0\x01\x94\x6c\x88\x47\xdd\x13\x1c\x98\x54\x9c\x5c\xa8\x39\xd1\x13\x35\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\xd1\x1b\x53\xd4\x1b\x53\x90\x44\x90\x44\xf8\xdd\x17\x22\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\xf5\x06\x00\x18\x27\xa0\x77\xb0\x04\xd1\x17\x35\xd4\x17\x35\x90\x04\xd8\x0f\x13\x88\x7c\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\xf8\xf5\x25\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\xf0\x28\x00\x0c\x18\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\xd1\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\xd1\x12\x52\xd4\x12\x52\xd0\x0c\x52",
53159 };
53160 static
53161     struct {
53162         PyObject_VAR_HEAD
53163         Py_hash_t ob_shash;
53164         char ob_sval[43];
53165     }
53166 zipimport_toplevel_consts_32_exceptiontable = {
53167     .ob_base = {
53168         .ob_base = {
53169             .ob_refcnt = 999999999,
53170             .ob_type = &PyBytes_Type,
53171         },
53172         .ob_size = 42,
53173     },
53174     .ob_shash = -1,
53175     .ob_sval = "\xc1\x09\x0d\x43\x07\x02\xc1\x38\x13\x42\x0c\x02\xc2\x0c\x0a\x42\x22\x05\xc2\x16\x02\x42\x1d\x05\xc2\x1d\x05\x42\x22\x05\xc3\x07\x0a\x43\x14\x05\xc3\x13\x01\x43\x14\x05",
53176 };
53177 static
53178     struct {
53179         PyASCIIObject _ascii;
53180         uint8_t _data[13];
53181     }
53182 const_str_import_error = {
53183     ._ascii = {
53184         .ob_base = {
53185             .ob_refcnt = 999999999,
53186             .ob_type = &PyUnicode_Type,
53187         },
53188         .length = 12,
53189         .hash = -1,
53190         .state = {
53191             .kind = 1,
53192             .compact = 1,
53193             .ascii = 1,
53194             .ready = 1,
53195         },
53196     },
53197     ._data = "import_error",
53198 };
53199 static
53200     struct {
53201         PyGC_Head _gc_head;
53202         struct {
53203             PyObject_VAR_HEAD
53204             PyObject *ob_item[14];
53205         }_object;
53206     }
53207 zipimport_toplevel_consts_32_localsplusnames = {
53208     ._object = {
53209         .ob_base = {
53210             .ob_base = {
53211                 .ob_refcnt = 999999999,
53212                 .ob_type = &PyTuple_Type,
53213             },
53214             .ob_size = 14,
53215         },
53216         .ob_item = {
53217             & const_str_self._ascii.ob_base,
53218             & const_str_fullname._ascii.ob_base,
53219             &_Py_ID(path),
53220             & const_str_import_error._ascii.ob_base,
53221             & const_str_suffix._ascii.ob_base,
53222             & const_str_isbytecode._ascii.ob_base,
53223             & const_str_ispackage._ascii.ob_base,
53224             & const_str_fullpath._ascii.ob_base,
53225             & const_str_toc_entry._ascii.ob_base,
53226             & const_str_modpath._ascii.ob_base,
53227             & const_str_data._ascii.ob_base,
53228             &_Py_ID(code),
53229             & const_str_exc._ascii.ob_base,
53230             &_Py_ID(msg),
53231         },
53232     },
53233 };
53234 static
53235     struct _PyCode_DEF(520)
53236 zipimport_toplevel_consts_32 = {
53237     .ob_base = {
53238         .ob_base = {
53239             .ob_refcnt = 999999999,
53240             .ob_type = &PyCode_Type,
53241         },
53242         .ob_size = 260,
53243     },
53244     .co_consts = & zipimport_toplevel_consts_32_consts._object.ob_base.ob_base,
53245     .co_names = & zipimport_toplevel_consts_32_names._object.ob_base.ob_base,
53246     .co_exceptiontable = & zipimport_toplevel_consts_32_exceptiontable.ob_base.ob_base,
53247     .co_flags = 3,
53248     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
53249     ._co_linearray_entry_size = 0,
53250     .co_argcount = 2,
53251     .co_posonlyargcount = 0,
53252     .co_kwonlyargcount = 0,
53253     .co_stacksize = 8,
53254     .co_firstlineno = 746,
53255     .co_nlocalsplus = 14,
53256     .co_nlocals = 14,
53257     .co_nplaincellvars = 0,
53258     .co_ncellvars = 0,
53259     .co_nfreevars = 0,
53260     .co_localsplusnames = & zipimport_toplevel_consts_32_localsplusnames._object.ob_base.ob_base,
53261     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_73_consts_7_localspluskinds.ob_base.ob_base,
53262     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
53263     .co_name = & const_str__get_module_code._ascii.ob_base,
53264     .co_qualname = & const_str__get_module_code._ascii.ob_base,
53265     .co_linetable = & zipimport_toplevel_consts_32_linetable.ob_base.ob_base,
53266     ._co_code = NULL,
53267     ._co_linearray = NULL,
53268     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xa6\x02\x00\x00\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\xbc\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\x03\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x6a\x04\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\xa6\x05\x00\x00\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x7c\x00\x6a\x06\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\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x64\x00\x7d\x0b\x7c\x05\x72\x2e\x09\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x09\x7c\x07\x7c\x01\x7c\x0a\xa6\x05\x00\x00\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x6e\x29\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\x6e\x18\x64\x00\x7d\x0c\x7e\x0c\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x7c\x0a\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x7c\x0b\x80\x01\x8c\x9e\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\x23\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\xb9\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x03\x72\x17\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\xa6\x02\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
53269     ._co_firsttraceable = 0,
53270 };
53271 static
53272     struct {
53273         PyGC_Head _gc_head;
53274         struct {
53275             PyObject_VAR_HEAD
53276             PyObject *ob_item[33];
53277         }_object;
53278     }
53279 zipimport_toplevel_consts = {
53280     ._object = {
53281         .ob_base = {
53282             .ob_base = {
53283                 .ob_refcnt = 999999999,
53284                 .ob_type = &PyTuple_Type,
53285             },
53286             .ob_size = 33,
53287         },
53288         .ob_item = {
53289             & zipimport_toplevel_consts_0._ascii.ob_base,
53290             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
53291             Py_None,
53292             & zipimport_toplevel_consts_3._object.ob_base.ob_base,
53293             & const_str_ZipImportError._ascii.ob_base,
53294             &_Py_ID(zipimporter),
53295             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
53296             & zipimport_toplevel_consts_7.ob_base.ob_base,
53297             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 22],
53298             & zipimport_toplevel_consts_9.ob_base.ob_base,
53299             & const_int_65535.ob_base.ob_base,
53300             & zipimport_toplevel_consts_11.ob_base.ob_base,
53301             & zipimport_toplevel_consts_12._ascii.ob_base,
53302             Py_True,
53303             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_11._ascii.ob_base,
53304             Py_False,
53305             & zipimport_toplevel_consts_16._object.ob_base.ob_base,
53306             & zipimport_toplevel_consts_17._object.ob_base.ob_base,
53307             & zipimport_toplevel_consts_18.ob_base.ob_base,
53308             & zipimport_toplevel_consts_19.ob_base.ob_base,
53309             & zipimport_toplevel_consts_20.ob_base.ob_base,
53310             & zipimport_toplevel_consts_21.ob_base.ob_base,
53311             & zipimport_toplevel_consts_22._compact._base.ob_base,
53312             & zipimport_toplevel_consts_23.ob_base.ob_base,
53313             & zipimport_toplevel_consts_24.ob_base.ob_base,
53314             & zipimport_toplevel_consts_25.ob_base.ob_base,
53315             & zipimport_toplevel_consts_26.ob_base.ob_base,
53316             & zipimport_toplevel_consts_27.ob_base.ob_base,
53317             & zipimport_toplevel_consts_28.ob_base.ob_base,
53318             & zipimport_toplevel_consts_29.ob_base.ob_base,
53319             & zipimport_toplevel_consts_30.ob_base.ob_base,
53320             & zipimport_toplevel_consts_31.ob_base.ob_base,
53321             & zipimport_toplevel_consts_32.ob_base.ob_base,
53322         },
53323     },
53324 };
53325 static
53326     struct {
53327         PyASCIIObject _ascii;
53328         uint8_t _data[18];
53329     }
53330 const_str__frozen_importlib = {
53331     ._ascii = {
53332         .ob_base = {
53333             .ob_refcnt = 999999999,
53334             .ob_type = &PyUnicode_Type,
53335         },
53336         .length = 17,
53337         .hash = -1,
53338         .state = {
53339             .kind = 1,
53340             .compact = 1,
53341             .ascii = 1,
53342             .ready = 1,
53343         },
53344     },
53345     ._data = "_frozen_importlib",
53346 };
53347 static
53348     struct {
53349         PyGC_Head _gc_head;
53350         struct {
53351             PyObject_VAR_HEAD
53352             PyObject *ob_item[46];
53353         }_object;
53354     }
53355 zipimport_toplevel_names = {
53356     ._object = {
53357         .ob_base = {
53358             .ob_base = {
53359                 .ob_refcnt = 999999999,
53360                 .ob_type = &PyTuple_Type,
53361             },
53362             .ob_size = 46,
53363         },
53364         .ob_item = {
53365             &_Py_ID(__doc__),
53366             & const_str__frozen_importlib_external._ascii.ob_base,
53367             & const_str__bootstrap_external._ascii.ob_base,
53368             & const_str__unpack_uint16._ascii.ob_base,
53369             & const_str__unpack_uint32._ascii.ob_base,
53370             & const_str__frozen_importlib._ascii.ob_base,
53371             &_Py_ID(_bootstrap),
53372             & const_str__imp._ascii.ob_base,
53373             & const_str__io._ascii.ob_base,
53374             & const_str_marshal._ascii.ob_base,
53375             & const_str_sys._ascii.ob_base,
53376             & const_str_time._ascii.ob_base,
53377             & const_str__warnings._ascii.ob_base,
53378             &_Py_ID(__all__),
53379             & const_str_path_sep._ascii.ob_base,
53380             & const_str_path_separators._ascii.ob_base,
53381             & const_str_alt_path_sep._ascii.ob_base,
53382             & const_str_ImportError._ascii.ob_base,
53383             & const_str_ZipImportError._ascii.ob_base,
53384             & const_str__zip_directory_cache._ascii.ob_base,
53385             & const_str_type._ascii.ob_base,
53386             & const_str__module_type._ascii.ob_base,
53387             & const_str_END_CENTRAL_DIR_SIZE._ascii.ob_base,
53388             & const_str_STRING_END_ARCHIVE._ascii.ob_base,
53389             & const_str_MAX_COMMENT_LEN._ascii.ob_base,
53390             & const_str__LoaderBasics._ascii.ob_base,
53391             &_Py_ID(zipimporter),
53392             & const_str__zip_searchorder._ascii.ob_base,
53393             & const_str__get_module_path._ascii.ob_base,
53394             & const_str__is_dir._ascii.ob_base,
53395             & const_str__get_module_info._ascii.ob_base,
53396             & const_str__read_directory._ascii.ob_base,
53397             & const_str_cp437_table._ascii.ob_base,
53398             & const_str__importing_zlib._ascii.ob_base,
53399             & const_str__get_decompress_func._ascii.ob_base,
53400             & const_str__get_data._ascii.ob_base,
53401             & const_str__eq_mtime._ascii.ob_base,
53402             & const_str__unmarshal_code._ascii.ob_base,
53403             & const_str___code__._ascii.ob_base,
53404             & const_str__code_type._ascii.ob_base,
53405             & const_str__normalize_line_endings._ascii.ob_base,
53406             & const_str__compile_source._ascii.ob_base,
53407             & const_str__parse_dostime._ascii.ob_base,
53408             & const_str__get_mtime_and_size_of_source._ascii.ob_base,
53409             & const_str__get_pyc_source._ascii.ob_base,
53410             & const_str__get_module_code._ascii.ob_base,
53411         },
53412     },
53413 };
53414 static
53415     struct {
53416         PyObject_VAR_HEAD
53417         Py_hash_t ob_shash;
53418         char ob_sval[620];
53419     }
53420 zipimport_toplevel_linetable = {
53421     .ob_base = {
53422         .ob_base = {
53423             .ob_refcnt = 999999999,
53424             .ob_type = &PyBytes_Type,
53425         },
53426         .ob_size = 619,
53427     },
53428     .ob_shash = -1,
53429     .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\xd4\x0b\x27\x80\x08\xd8\x0f\x22\xd4\x0f\x32\xb0\x31\xb0\x32\xb0\x32\xd4\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\xf1\x00\x01\x01\x09\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\x89\x79\x8c\x79\x80\x0c\xe0\x17\x19\xd0\x00\x14\xd8\x15\x22\xd0\x00\x12\xd8\x12\x1f\x80\x0f\xf0\x04\x66\x04\x01\x4f\x01\xf0\x00\x66\x04\x01\x4f\x01\xf0\x00\x66\x04\x01\x4f\x01\xf0\x00\x66\x04\x01\x4f\x01\xf0\x00\x66\x04\x01\x4f\x01\xd0\x12\x25\xd4\x12\x33\xf1\x00\x66\x04\x01\x4f\x01\xf4\x00\x66\x04\x01\x4f\x01\xf0\x00\x66\x04\x01\x4f\x01\xf0\x5e\x09\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\x7b\x01\x01\x11\xf0\x00\x7b\x01\x01\x11\xf0\x00\x7b\x01\x01\x11\xf0\x4a\x04\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\xd4\x12\x2a\xd1\x0d\x2b\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",
53430 };
53431 static
53432     struct _PyCode_DEF(406)
53433 zipimport_toplevel = {
53434     .ob_base = {
53435         .ob_base = {
53436             .ob_refcnt = 999999999,
53437             .ob_type = &PyCode_Type,
53438         },
53439         .ob_size = 203,
53440     },
53441     .co_consts = & zipimport_toplevel_consts._object.ob_base.ob_base,
53442     .co_names = & zipimport_toplevel_names._object.ob_base.ob_base,
53443     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
53444     .co_flags = 0,
53445     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
53446     ._co_linearray_entry_size = 0,
53447     .co_argcount = 0,
53448     .co_posonlyargcount = 0,
53449     .co_kwonlyargcount = 0,
53450     .co_stacksize = 5,
53451     .co_firstlineno = 1,
53452     .co_nlocalsplus = 0,
53453     .co_nlocals = 0,
53454     .co_nplaincellvars = 0,
53455     .co_ncellvars = 0,
53456     .co_nfreevars = 0,
53457     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
53458     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
53459     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
53460     .co_name = &_Py_STR(anon_module),
53461     .co_qualname = &_Py_STR(anon_module),
53462     .co_linetable = & zipimport_toplevel_linetable.ob_base.ob_base,
53463     ._co_code = NULL,
53464     ._co_linearray = NULL,
53465     .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\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0e\x65\x02\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x64\x02\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x10\x02\x00\x47\x00\x64\x07\x84\x00\x64\x04\x65\x11\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x12\x69\x00\x5a\x13\x02\x00\x65\x14\x65\x0a\xa6\x01\x00\x00\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\x19\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x03\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\x26\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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",
53466     ._co_firsttraceable = 0,
53467 };
zipimport_do_patchups(void)53468 static void zipimport_do_patchups(void) {
53469     if (sizeof(wchar_t) == 2) {
53470         zipimport_toplevel_consts_22._compact._base.wstr = (wchar_t *) zipimport_toplevel_consts_22._data;
53471         zipimport_toplevel_consts_22._compact.wstr_length = 256;
53472     }
53473 }
53474 
53475 PyObject *
_Py_get_zipimport_toplevel(void)53476 _Py_get_zipimport_toplevel(void)
53477 {
53478     zipimport_do_patchups();
53479     return Py_NewRef((PyObject *) &zipimport_toplevel);
53480 }
53481 
53482 static
53483     struct {
53484         PyASCIIObject _ascii;
53485         uint8_t _data[52];
53486     }
53487 abc_toplevel_consts_0 = {
53488     ._ascii = {
53489         .ob_base = {
53490             .ob_refcnt = 999999999,
53491             .ob_type = &PyUnicode_Type,
53492         },
53493         .length = 51,
53494         .hash = -1,
53495         .state = {
53496             .kind = 1,
53497             .compact = 1,
53498             .ascii = 1,
53499             .ready = 1,
53500         },
53501     },
53502     ._data = "Abstract Base Classes (ABCs) according to PEP 3119.",
53503 };
53504 static
53505     struct {
53506         PyASCIIObject _ascii;
53507         uint8_t _data[586];
53508     }
53509 abc_toplevel_consts_1_consts_0 = {
53510     ._ascii = {
53511         .ob_base = {
53512             .ob_refcnt = 999999999,
53513             .ob_type = &PyUnicode_Type,
53514         },
53515         .length = 585,
53516         .hash = -1,
53517         .state = {
53518             .kind = 1,
53519             .compact = 1,
53520             .ascii = 1,
53521             .ready = 1,
53522         },
53523     },
53524     ._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\x61\x72\x67\x31\x2c\x20\x61\x72\x67\x32\x2c\x20\x61\x72\x67\x4e\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",
53525 };
53526 static
53527     struct {
53528         PyGC_Head _gc_head;
53529         struct {
53530             PyObject_VAR_HEAD
53531             PyObject *ob_item[2];
53532         }_object;
53533     }
53534 abc_toplevel_consts_1_consts = {
53535     ._object = {
53536         .ob_base = {
53537             .ob_base = {
53538                 .ob_refcnt = 999999999,
53539                 .ob_type = &PyTuple_Type,
53540             },
53541             .ob_size = 2,
53542         },
53543         .ob_item = {
53544             & abc_toplevel_consts_1_consts_0._ascii.ob_base,
53545             Py_True,
53546         },
53547     },
53548 };
53549 static
53550     struct {
53551         PyGC_Head _gc_head;
53552         struct {
53553             PyObject_VAR_HEAD
53554             PyObject *ob_item[1];
53555         }_object;
53556     }
53557 abc_toplevel_consts_1_names = {
53558     ._object = {
53559         .ob_base = {
53560             .ob_base = {
53561                 .ob_refcnt = 999999999,
53562                 .ob_type = &PyTuple_Type,
53563             },
53564             .ob_size = 1,
53565         },
53566         .ob_item = {
53567             &_Py_ID(__isabstractmethod__),
53568         },
53569     },
53570 };
53571 static
53572     struct {
53573         PyASCIIObject _ascii;
53574         uint8_t _data[13];
53575     }
53576 abc_toplevel_consts_1_filename = {
53577     ._ascii = {
53578         .ob_base = {
53579             .ob_refcnt = 999999999,
53580             .ob_type = &PyUnicode_Type,
53581         },
53582         .length = 12,
53583         .hash = -1,
53584         .state = {
53585             .kind = 1,
53586             .compact = 1,
53587             .ascii = 1,
53588             .ready = 1,
53589         },
53590     },
53591     ._data = "<frozen abc>",
53592 };
53593 static
53594     struct {
53595         PyASCIIObject _ascii;
53596         uint8_t _data[15];
53597     }
53598 const_str_abstractmethod = {
53599     ._ascii = {
53600         .ob_base = {
53601             .ob_refcnt = 999999999,
53602             .ob_type = &PyUnicode_Type,
53603         },
53604         .length = 14,
53605         .hash = -1,
53606         .state = {
53607             .kind = 1,
53608             .compact = 1,
53609             .ascii = 1,
53610             .ready = 1,
53611         },
53612     },
53613     ._data = "abstractmethod",
53614 };
53615 static
53616     struct {
53617         PyObject_VAR_HEAD
53618         Py_hash_t ob_shash;
53619         char ob_sval[18];
53620     }
53621 abc_toplevel_consts_1_linetable = {
53622     .ob_base = {
53623         .ob_base = {
53624             .ob_refcnt = 999999999,
53625             .ob_type = &PyBytes_Type,
53626         },
53627         .ob_size = 17,
53628     },
53629     .ob_shash = -1,
53630     .ob_sval = "\x80\x00\xf0\x22\x00\x24\x28\x80\x47\xd4\x04\x20\xd8\x0b\x12\x80\x4e",
53631 };
53632 static
53633     struct {
53634         PyASCIIObject _ascii;
53635         uint8_t _data[8];
53636     }
53637 const_str_funcobj = {
53638     ._ascii = {
53639         .ob_base = {
53640             .ob_refcnt = 999999999,
53641             .ob_type = &PyUnicode_Type,
53642         },
53643         .length = 7,
53644         .hash = -1,
53645         .state = {
53646             .kind = 1,
53647             .compact = 1,
53648             .ascii = 1,
53649             .ready = 1,
53650         },
53651     },
53652     ._data = "funcobj",
53653 };
53654 static
53655     struct {
53656         PyGC_Head _gc_head;
53657         struct {
53658             PyObject_VAR_HEAD
53659             PyObject *ob_item[1];
53660         }_object;
53661     }
53662 abc_toplevel_consts_1_localsplusnames = {
53663     ._object = {
53664         .ob_base = {
53665             .ob_base = {
53666                 .ob_refcnt = 999999999,
53667                 .ob_type = &PyTuple_Type,
53668             },
53669             .ob_size = 1,
53670         },
53671         .ob_item = {
53672             & const_str_funcobj._ascii.ob_base,
53673         },
53674     },
53675 };
53676 static
53677     struct _PyCode_DEF(20)
53678 abc_toplevel_consts_1 = {
53679     .ob_base = {
53680         .ob_base = {
53681             .ob_refcnt = 999999999,
53682             .ob_type = &PyCode_Type,
53683         },
53684         .ob_size = 10,
53685     },
53686     .co_consts = & abc_toplevel_consts_1_consts._object.ob_base.ob_base,
53687     .co_names = & abc_toplevel_consts_1_names._object.ob_base.ob_base,
53688     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
53689     .co_flags = 3,
53690     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
53691     ._co_linearray_entry_size = 0,
53692     .co_argcount = 1,
53693     .co_posonlyargcount = 0,
53694     .co_kwonlyargcount = 0,
53695     .co_stacksize = 2,
53696     .co_firstlineno = 7,
53697     .co_nlocalsplus = 1,
53698     .co_nlocals = 1,
53699     .co_nplaincellvars = 0,
53700     .co_ncellvars = 0,
53701     .co_nfreevars = 0,
53702     .co_localsplusnames = & abc_toplevel_consts_1_localsplusnames._object.ob_base.ob_base,
53703     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
53704     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
53705     .co_name = & const_str_abstractmethod._ascii.ob_base,
53706     .co_qualname = & const_str_abstractmethod._ascii.ob_base,
53707     .co_linetable = & abc_toplevel_consts_1_linetable.ob_base.ob_base,
53708     ._co_code = NULL,
53709     ._co_linearray = NULL,
53710     .co_code_adaptive = "\x97\x00\x64\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x53\x00",
53711     ._co_firsttraceable = 0,
53712 };
53713 static
53714     struct {
53715         PyASCIIObject _ascii;
53716         uint8_t _data[20];
53717     }
53718 const_str_abstractclassmethod = {
53719     ._ascii = {
53720         .ob_base = {
53721             .ob_refcnt = 999999999,
53722             .ob_type = &PyUnicode_Type,
53723         },
53724         .length = 19,
53725         .hash = -1,
53726         .state = {
53727             .kind = 1,
53728             .compact = 1,
53729             .ascii = 1,
53730             .ready = 1,
53731         },
53732     },
53733     ._data = "abstractclassmethod",
53734 };
53735 static
53736     struct {
53737         PyASCIIObject _ascii;
53738         uint8_t _data[265];
53739     }
53740 abc_toplevel_consts_2_consts_1 = {
53741     ._ascii = {
53742         .ob_base = {
53743             .ob_refcnt = 999999999,
53744             .ob_type = &PyUnicode_Type,
53745         },
53746         .length = 264,
53747         .hash = -1,
53748         .state = {
53749             .kind = 1,
53750             .compact = 1,
53751             .ascii = 1,
53752             .ready = 1,
53753         },
53754     },
53755     ._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",
53756 };
53757 static
53758     struct {
53759         PyGC_Head _gc_head;
53760         struct {
53761             PyObject_VAR_HEAD
53762             PyObject *ob_item[3];
53763         }_object;
53764     }
53765 abc_toplevel_consts_2_consts_3_names = {
53766     ._object = {
53767         .ob_base = {
53768             .ob_base = {
53769                 .ob_refcnt = 999999999,
53770                 .ob_type = &PyTuple_Type,
53771             },
53772             .ob_size = 3,
53773         },
53774         .ob_item = {
53775             &_Py_ID(__isabstractmethod__),
53776             & const_str_super._ascii.ob_base,
53777             &_Py_ID(__init__),
53778         },
53779     },
53780 };
53781 static
53782     struct {
53783         PyASCIIObject _ascii;
53784         uint8_t _data[29];
53785     }
53786 abc_toplevel_consts_2_consts_3_qualname = {
53787     ._ascii = {
53788         .ob_base = {
53789             .ob_refcnt = 999999999,
53790             .ob_type = &PyUnicode_Type,
53791         },
53792         .length = 28,
53793         .hash = -1,
53794         .state = {
53795             .kind = 1,
53796             .compact = 1,
53797             .ascii = 1,
53798             .ready = 1,
53799         },
53800     },
53801     ._data = "abstractclassmethod.__init__",
53802 };
53803 static
53804     struct {
53805         PyObject_VAR_HEAD
53806         Py_hash_t ob_shash;
53807         char ob_sval[42];
53808     }
53809 abc_toplevel_consts_2_consts_3_linetable = {
53810     .ob_base = {
53811         .ob_base = {
53812             .ob_refcnt = 999999999,
53813             .ob_type = &PyBytes_Type,
53814         },
53815         .ob_size = 41,
53816     },
53817     .ob_shash = -1,
53818     .ob_sval = "\xf8\x80\x00\xd8\x28\x2c\x88\x08\xd4\x08\x25\xdd\x08\x0d\x89\x07\x8c\x07\xd7\x08\x18\xd2\x08\x18\x98\x18\xd1\x08\x22\xd4\x08\x22\xd0\x08\x22\xd0\x08\x22\xd0\x08\x22",
53819 };
53820 static
53821     struct {
53822         PyASCIIObject _ascii;
53823         uint8_t _data[9];
53824     }
53825 const_str_callable = {
53826     ._ascii = {
53827         .ob_base = {
53828             .ob_refcnt = 999999999,
53829             .ob_type = &PyUnicode_Type,
53830         },
53831         .length = 8,
53832         .hash = -1,
53833         .state = {
53834             .kind = 1,
53835             .compact = 1,
53836             .ascii = 1,
53837             .ready = 1,
53838         },
53839     },
53840     ._data = "callable",
53841 };
53842 static
53843     struct {
53844         PyGC_Head _gc_head;
53845         struct {
53846             PyObject_VAR_HEAD
53847             PyObject *ob_item[3];
53848         }_object;
53849     }
53850 abc_toplevel_consts_2_consts_3_localsplusnames = {
53851     ._object = {
53852         .ob_base = {
53853             .ob_base = {
53854                 .ob_refcnt = 999999999,
53855                 .ob_type = &PyTuple_Type,
53856             },
53857             .ob_size = 3,
53858         },
53859         .ob_item = {
53860             & const_str_self._ascii.ob_base,
53861             & const_str_callable._ascii.ob_base,
53862             &_Py_ID(__class__),
53863         },
53864     },
53865 };
53866 static
53867     struct _PyCode_DEF(88)
53868 abc_toplevel_consts_2_consts_3 = {
53869     .ob_base = {
53870         .ob_base = {
53871             .ob_refcnt = 999999999,
53872             .ob_type = &PyCode_Type,
53873         },
53874         .ob_size = 44,
53875     },
53876     .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_3_consts._object.ob_base.ob_base,
53877     .co_names = & abc_toplevel_consts_2_consts_3_names._object.ob_base.ob_base,
53878     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
53879     .co_flags = 3,
53880     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
53881     ._co_linearray_entry_size = 0,
53882     .co_argcount = 2,
53883     .co_posonlyargcount = 0,
53884     .co_kwonlyargcount = 0,
53885     .co_stacksize = 3,
53886     .co_firstlineno = 43,
53887     .co_nlocalsplus = 3,
53888     .co_nlocals = 2,
53889     .co_nplaincellvars = 0,
53890     .co_ncellvars = 0,
53891     .co_nfreevars = 1,
53892     .co_localsplusnames = & abc_toplevel_consts_2_consts_3_localsplusnames._object.ob_base.ob_base,
53893     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
53894     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
53895     .co_name = &_Py_ID(__init__),
53896     .co_qualname = & abc_toplevel_consts_2_consts_3_qualname._ascii.ob_base,
53897     .co_linetable = & abc_toplevel_consts_2_consts_3_linetable.ob_base.ob_base,
53898     ._co_code = NULL,
53899     ._co_linearray = NULL,
53900     .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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
53901     ._co_firsttraceable = 1,
53902 };
53903 static
53904     struct {
53905         PyGC_Head _gc_head;
53906         struct {
53907             PyObject_VAR_HEAD
53908             PyObject *ob_item[4];
53909         }_object;
53910     }
53911 abc_toplevel_consts_2_consts = {
53912     ._object = {
53913         .ob_base = {
53914             .ob_base = {
53915                 .ob_refcnt = 999999999,
53916                 .ob_type = &PyTuple_Type,
53917             },
53918             .ob_size = 4,
53919         },
53920         .ob_item = {
53921             & const_str_abstractclassmethod._ascii.ob_base,
53922             & abc_toplevel_consts_2_consts_1._ascii.ob_base,
53923             Py_True,
53924             & abc_toplevel_consts_2_consts_3.ob_base.ob_base,
53925         },
53926     },
53927 };
53928 static
53929     struct {
53930         PyGC_Head _gc_head;
53931         struct {
53932             PyObject_VAR_HEAD
53933             PyObject *ob_item[7];
53934         }_object;
53935     }
53936 abc_toplevel_consts_2_names = {
53937     ._object = {
53938         .ob_base = {
53939             .ob_base = {
53940                 .ob_refcnt = 999999999,
53941                 .ob_type = &PyTuple_Type,
53942             },
53943             .ob_size = 7,
53944         },
53945         .ob_item = {
53946             &_Py_ID(__name__),
53947             &_Py_ID(__module__),
53948             &_Py_ID(__qualname__),
53949             &_Py_ID(__doc__),
53950             &_Py_ID(__isabstractmethod__),
53951             &_Py_ID(__init__),
53952             &_Py_ID(__classcell__),
53953         },
53954     },
53955 };
53956 static
53957     struct {
53958         PyObject_VAR_HEAD
53959         Py_hash_t ob_shash;
53960         char ob_sval[75];
53961     }
53962 abc_toplevel_consts_2_linetable = {
53963     .ob_base = {
53964         .ob_base = {
53965             .ob_refcnt = 999999999,
53966             .ob_type = &PyBytes_Type,
53967         },
53968         .ob_size = 74,
53969     },
53970     .ob_shash = -1,
53971     .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",
53972 };
53973 static
53974     struct _PyCode_DEF(38)
53975 abc_toplevel_consts_2 = {
53976     .ob_base = {
53977         .ob_base = {
53978             .ob_refcnt = 999999999,
53979             .ob_type = &PyCode_Type,
53980         },
53981         .ob_size = 19,
53982     },
53983     .co_consts = & abc_toplevel_consts_2_consts._object.ob_base.ob_base,
53984     .co_names = & abc_toplevel_consts_2_names._object.ob_base.ob_base,
53985     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
53986     .co_flags = 0,
53987     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
53988     ._co_linearray_entry_size = 0,
53989     .co_argcount = 0,
53990     .co_posonlyargcount = 0,
53991     .co_kwonlyargcount = 0,
53992     .co_stacksize = 2,
53993     .co_firstlineno = 28,
53994     .co_nlocalsplus = 1,
53995     .co_nlocals = 0,
53996     .co_nplaincellvars = 1,
53997     .co_ncellvars = 1,
53998     .co_nfreevars = 0,
53999     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_localsplusnames._object.ob_base.ob_base,
54000     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[64]),
54001     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
54002     .co_name = & const_str_abstractclassmethod._ascii.ob_base,
54003     .co_qualname = & const_str_abstractclassmethod._ascii.ob_base,
54004     .co_linetable = & abc_toplevel_consts_2_linetable.ob_base.ob_base,
54005     ._co_code = NULL,
54006     ._co_linearray = NULL,
54007     .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",
54008     ._co_firsttraceable = 1,
54009 };
54010 static
54011     struct {
54012         PyASCIIObject _ascii;
54013         uint8_t _data[21];
54014     }
54015 const_str_abstractstaticmethod = {
54016     ._ascii = {
54017         .ob_base = {
54018             .ob_refcnt = 999999999,
54019             .ob_type = &PyUnicode_Type,
54020         },
54021         .length = 20,
54022         .hash = -1,
54023         .state = {
54024             .kind = 1,
54025             .compact = 1,
54026             .ascii = 1,
54027             .ready = 1,
54028         },
54029     },
54030     ._data = "abstractstaticmethod",
54031 };
54032 static
54033     struct {
54034         PyASCIIObject _ascii;
54035         uint8_t _data[264];
54036     }
54037 abc_toplevel_consts_4_consts_1 = {
54038     ._ascii = {
54039         .ob_base = {
54040             .ob_refcnt = 999999999,
54041             .ob_type = &PyUnicode_Type,
54042         },
54043         .length = 263,
54044         .hash = -1,
54045         .state = {
54046             .kind = 1,
54047             .compact = 1,
54048             .ascii = 1,
54049             .ready = 1,
54050         },
54051     },
54052     ._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",
54053 };
54054 static
54055     struct {
54056         PyASCIIObject _ascii;
54057         uint8_t _data[30];
54058     }
54059 abc_toplevel_consts_4_consts_3_qualname = {
54060     ._ascii = {
54061         .ob_base = {
54062             .ob_refcnt = 999999999,
54063             .ob_type = &PyUnicode_Type,
54064         },
54065         .length = 29,
54066         .hash = -1,
54067         .state = {
54068             .kind = 1,
54069             .compact = 1,
54070             .ascii = 1,
54071             .ready = 1,
54072         },
54073     },
54074     ._data = "abstractstaticmethod.__init__",
54075 };
54076 static
54077     struct _PyCode_DEF(88)
54078 abc_toplevel_consts_4_consts_3 = {
54079     .ob_base = {
54080         .ob_base = {
54081             .ob_refcnt = 999999999,
54082             .ob_type = &PyCode_Type,
54083         },
54084         .ob_size = 44,
54085     },
54086     .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_3_consts._object.ob_base.ob_base,
54087     .co_names = & abc_toplevel_consts_2_consts_3_names._object.ob_base.ob_base,
54088     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
54089     .co_flags = 3,
54090     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
54091     ._co_linearray_entry_size = 0,
54092     .co_argcount = 2,
54093     .co_posonlyargcount = 0,
54094     .co_kwonlyargcount = 0,
54095     .co_stacksize = 3,
54096     .co_firstlineno = 63,
54097     .co_nlocalsplus = 3,
54098     .co_nlocals = 2,
54099     .co_nplaincellvars = 0,
54100     .co_ncellvars = 0,
54101     .co_nfreevars = 1,
54102     .co_localsplusnames = & abc_toplevel_consts_2_consts_3_localsplusnames._object.ob_base.ob_base,
54103     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
54104     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
54105     .co_name = &_Py_ID(__init__),
54106     .co_qualname = & abc_toplevel_consts_4_consts_3_qualname._ascii.ob_base,
54107     .co_linetable = & abc_toplevel_consts_2_consts_3_linetable.ob_base.ob_base,
54108     ._co_code = NULL,
54109     ._co_linearray = NULL,
54110     .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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
54111     ._co_firsttraceable = 1,
54112 };
54113 static
54114     struct {
54115         PyGC_Head _gc_head;
54116         struct {
54117             PyObject_VAR_HEAD
54118             PyObject *ob_item[4];
54119         }_object;
54120     }
54121 abc_toplevel_consts_4_consts = {
54122     ._object = {
54123         .ob_base = {
54124             .ob_base = {
54125                 .ob_refcnt = 999999999,
54126                 .ob_type = &PyTuple_Type,
54127             },
54128             .ob_size = 4,
54129         },
54130         .ob_item = {
54131             & const_str_abstractstaticmethod._ascii.ob_base,
54132             & abc_toplevel_consts_4_consts_1._ascii.ob_base,
54133             Py_True,
54134             & abc_toplevel_consts_4_consts_3.ob_base.ob_base,
54135         },
54136     },
54137 };
54138 static
54139     struct _PyCode_DEF(38)
54140 abc_toplevel_consts_4 = {
54141     .ob_base = {
54142         .ob_base = {
54143             .ob_refcnt = 999999999,
54144             .ob_type = &PyCode_Type,
54145         },
54146         .ob_size = 19,
54147     },
54148     .co_consts = & abc_toplevel_consts_4_consts._object.ob_base.ob_base,
54149     .co_names = & abc_toplevel_consts_2_names._object.ob_base.ob_base,
54150     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
54151     .co_flags = 0,
54152     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
54153     ._co_linearray_entry_size = 0,
54154     .co_argcount = 0,
54155     .co_posonlyargcount = 0,
54156     .co_kwonlyargcount = 0,
54157     .co_stacksize = 2,
54158     .co_firstlineno = 48,
54159     .co_nlocalsplus = 1,
54160     .co_nlocals = 0,
54161     .co_nplaincellvars = 1,
54162     .co_ncellvars = 1,
54163     .co_nfreevars = 0,
54164     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_localsplusnames._object.ob_base.ob_base,
54165     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[64]),
54166     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
54167     .co_name = & const_str_abstractstaticmethod._ascii.ob_base,
54168     .co_qualname = & const_str_abstractstaticmethod._ascii.ob_base,
54169     .co_linetable = & abc_toplevel_consts_2_linetable.ob_base.ob_base,
54170     ._co_code = NULL,
54171     ._co_linearray = NULL,
54172     .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",
54173     ._co_firsttraceable = 1,
54174 };
54175 static
54176     struct {
54177         PyASCIIObject _ascii;
54178         uint8_t _data[17];
54179     }
54180 const_str_abstractproperty = {
54181     ._ascii = {
54182         .ob_base = {
54183             .ob_refcnt = 999999999,
54184             .ob_type = &PyUnicode_Type,
54185         },
54186         .length = 16,
54187         .hash = -1,
54188         .state = {
54189             .kind = 1,
54190             .compact = 1,
54191             .ascii = 1,
54192             .ready = 1,
54193         },
54194     },
54195     ._data = "abstractproperty",
54196 };
54197 static
54198     struct {
54199         PyASCIIObject _ascii;
54200         uint8_t _data[250];
54201     }
54202 abc_toplevel_consts_6_consts_1 = {
54203     ._ascii = {
54204         .ob_base = {
54205             .ob_refcnt = 999999999,
54206             .ob_type = &PyUnicode_Type,
54207         },
54208         .length = 249,
54209         .hash = -1,
54210         .state = {
54211             .kind = 1,
54212             .compact = 1,
54213             .ascii = 1,
54214             .ready = 1,
54215         },
54216     },
54217     ._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",
54218 };
54219 static
54220     struct {
54221         PyGC_Head _gc_head;
54222         struct {
54223             PyObject_VAR_HEAD
54224             PyObject *ob_item[4];
54225         }_object;
54226     }
54227 abc_toplevel_consts_6_consts = {
54228     ._object = {
54229         .ob_base = {
54230             .ob_base = {
54231                 .ob_refcnt = 999999999,
54232                 .ob_type = &PyTuple_Type,
54233             },
54234             .ob_size = 4,
54235         },
54236         .ob_item = {
54237             & const_str_abstractproperty._ascii.ob_base,
54238             & abc_toplevel_consts_6_consts_1._ascii.ob_base,
54239             Py_True,
54240             Py_None,
54241         },
54242     },
54243 };
54244 static
54245     struct {
54246         PyGC_Head _gc_head;
54247         struct {
54248             PyObject_VAR_HEAD
54249             PyObject *ob_item[5];
54250         }_object;
54251     }
54252 abc_toplevel_consts_6_names = {
54253     ._object = {
54254         .ob_base = {
54255             .ob_base = {
54256                 .ob_refcnt = 999999999,
54257                 .ob_type = &PyTuple_Type,
54258             },
54259             .ob_size = 5,
54260         },
54261         .ob_item = {
54262             &_Py_ID(__name__),
54263             &_Py_ID(__module__),
54264             &_Py_ID(__qualname__),
54265             &_Py_ID(__doc__),
54266             &_Py_ID(__isabstractmethod__),
54267         },
54268     },
54269 };
54270 static
54271     struct {
54272         PyObject_VAR_HEAD
54273         Py_hash_t ob_shash;
54274         char ob_sval[35];
54275     }
54276 abc_toplevel_consts_6_linetable = {
54277     .ob_base = {
54278         .ob_base = {
54279             .ob_refcnt = 999999999,
54280             .ob_type = &PyBytes_Type,
54281         },
54282         .ob_size = 34,
54283     },
54284     .ob_shash = -1,
54285     .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",
54286 };
54287 static
54288     struct _PyCode_DEF(22)
54289 abc_toplevel_consts_6 = {
54290     .ob_base = {
54291         .ob_base = {
54292             .ob_refcnt = 999999999,
54293             .ob_type = &PyCode_Type,
54294         },
54295         .ob_size = 11,
54296     },
54297     .co_consts = & abc_toplevel_consts_6_consts._object.ob_base.ob_base,
54298     .co_names = & abc_toplevel_consts_6_names._object.ob_base.ob_base,
54299     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
54300     .co_flags = 0,
54301     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
54302     ._co_linearray_entry_size = 0,
54303     .co_argcount = 0,
54304     .co_posonlyargcount = 0,
54305     .co_kwonlyargcount = 0,
54306     .co_stacksize = 1,
54307     .co_firstlineno = 68,
54308     .co_nlocalsplus = 0,
54309     .co_nlocals = 0,
54310     .co_nplaincellvars = 0,
54311     .co_ncellvars = 0,
54312     .co_nfreevars = 0,
54313     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
54314     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
54315     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
54316     .co_name = & const_str_abstractproperty._ascii.ob_base,
54317     .co_qualname = & const_str_abstractproperty._ascii.ob_base,
54318     .co_linetable = & abc_toplevel_consts_6_linetable.ob_base.ob_base,
54319     ._co_code = NULL,
54320     ._co_linearray = NULL,
54321     .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",
54322     ._co_firsttraceable = 0,
54323 };
54324 static
54325     struct {
54326         PyASCIIObject _ascii;
54327         uint8_t _data[16];
54328     }
54329 const_str_get_cache_token = {
54330     ._ascii = {
54331         .ob_base = {
54332             .ob_refcnt = 999999999,
54333             .ob_type = &PyUnicode_Type,
54334         },
54335         .length = 15,
54336         .hash = -1,
54337         .state = {
54338             .kind = 1,
54339             .compact = 1,
54340             .ascii = 1,
54341             .ready = 1,
54342         },
54343     },
54344     ._data = "get_cache_token",
54345 };
54346 static
54347     struct {
54348         PyASCIIObject _ascii;
54349         uint8_t _data[10];
54350     }
54351 const_str__abc_init = {
54352     ._ascii = {
54353         .ob_base = {
54354             .ob_refcnt = 999999999,
54355             .ob_type = &PyUnicode_Type,
54356         },
54357         .length = 9,
54358         .hash = -1,
54359         .state = {
54360             .kind = 1,
54361             .compact = 1,
54362             .ascii = 1,
54363             .ready = 1,
54364         },
54365     },
54366     ._data = "_abc_init",
54367 };
54368 static
54369     struct {
54370         PyASCIIObject _ascii;
54371         uint8_t _data[14];
54372     }
54373 const_str__abc_register = {
54374     ._ascii = {
54375         .ob_base = {
54376             .ob_refcnt = 999999999,
54377             .ob_type = &PyUnicode_Type,
54378         },
54379         .length = 13,
54380         .hash = -1,
54381         .state = {
54382             .kind = 1,
54383             .compact = 1,
54384             .ascii = 1,
54385             .ready = 1,
54386         },
54387     },
54388     ._data = "_abc_register",
54389 };
54390 static
54391     struct {
54392         PyASCIIObject _ascii;
54393         uint8_t _data[19];
54394     }
54395 const_str__abc_instancecheck = {
54396     ._ascii = {
54397         .ob_base = {
54398             .ob_refcnt = 999999999,
54399             .ob_type = &PyUnicode_Type,
54400         },
54401         .length = 18,
54402         .hash = -1,
54403         .state = {
54404             .kind = 1,
54405             .compact = 1,
54406             .ascii = 1,
54407             .ready = 1,
54408         },
54409     },
54410     ._data = "_abc_instancecheck",
54411 };
54412 static
54413     struct {
54414         PyASCIIObject _ascii;
54415         uint8_t _data[19];
54416     }
54417 const_str__abc_subclasscheck = {
54418     ._ascii = {
54419         .ob_base = {
54420             .ob_refcnt = 999999999,
54421             .ob_type = &PyUnicode_Type,
54422         },
54423         .length = 18,
54424         .hash = -1,
54425         .state = {
54426             .kind = 1,
54427             .compact = 1,
54428             .ascii = 1,
54429             .ready = 1,
54430         },
54431     },
54432     ._data = "_abc_subclasscheck",
54433 };
54434 static
54435     struct {
54436         PyASCIIObject _ascii;
54437         uint8_t _data[10];
54438     }
54439 const_str__get_dump = {
54440     ._ascii = {
54441         .ob_base = {
54442             .ob_refcnt = 999999999,
54443             .ob_type = &PyUnicode_Type,
54444         },
54445         .length = 9,
54446         .hash = -1,
54447         .state = {
54448             .kind = 1,
54449             .compact = 1,
54450             .ascii = 1,
54451             .ready = 1,
54452         },
54453     },
54454     ._data = "_get_dump",
54455 };
54456 static
54457     struct {
54458         PyASCIIObject _ascii;
54459         uint8_t _data[16];
54460     }
54461 const_str__reset_registry = {
54462     ._ascii = {
54463         .ob_base = {
54464             .ob_refcnt = 999999999,
54465             .ob_type = &PyUnicode_Type,
54466         },
54467         .length = 15,
54468         .hash = -1,
54469         .state = {
54470             .kind = 1,
54471             .compact = 1,
54472             .ascii = 1,
54473             .ready = 1,
54474         },
54475     },
54476     ._data = "_reset_registry",
54477 };
54478 static
54479     struct {
54480         PyASCIIObject _ascii;
54481         uint8_t _data[14];
54482     }
54483 const_str__reset_caches = {
54484     ._ascii = {
54485         .ob_base = {
54486             .ob_refcnt = 999999999,
54487             .ob_type = &PyUnicode_Type,
54488         },
54489         .length = 13,
54490         .hash = -1,
54491         .state = {
54492             .kind = 1,
54493             .compact = 1,
54494             .ascii = 1,
54495             .ready = 1,
54496         },
54497     },
54498     ._data = "_reset_caches",
54499 };
54500 static
54501     struct {
54502         PyGC_Head _gc_head;
54503         struct {
54504             PyObject_VAR_HEAD
54505             PyObject *ob_item[8];
54506         }_object;
54507     }
54508 abc_toplevel_consts_9 = {
54509     ._object = {
54510         .ob_base = {
54511             .ob_base = {
54512                 .ob_refcnt = 999999999,
54513                 .ob_type = &PyTuple_Type,
54514             },
54515             .ob_size = 8,
54516         },
54517         .ob_item = {
54518             & const_str_get_cache_token._ascii.ob_base,
54519             & const_str__abc_init._ascii.ob_base,
54520             & const_str__abc_register._ascii.ob_base,
54521             & const_str__abc_instancecheck._ascii.ob_base,
54522             & const_str__abc_subclasscheck._ascii.ob_base,
54523             & const_str__get_dump._ascii.ob_base,
54524             & const_str__reset_registry._ascii.ob_base,
54525             & const_str__reset_caches._ascii.ob_base,
54526         },
54527     },
54528 };
54529 static
54530     struct {
54531         PyASCIIObject _ascii;
54532         uint8_t _data[8];
54533     }
54534 const_str_ABCMeta = {
54535     ._ascii = {
54536         .ob_base = {
54537             .ob_refcnt = 999999999,
54538             .ob_type = &PyUnicode_Type,
54539         },
54540         .length = 7,
54541         .hash = -1,
54542         .state = {
54543             .kind = 1,
54544             .compact = 1,
54545             .ascii = 1,
54546             .ready = 1,
54547         },
54548     },
54549     ._data = "ABCMeta",
54550 };
54551 static
54552     struct {
54553         PyASCIIObject _ascii;
54554         uint8_t _data[657];
54555     }
54556 abc_toplevel_consts_10_consts_1 = {
54557     ._ascii = {
54558         .ob_base = {
54559             .ob_refcnt = 999999999,
54560             .ob_type = &PyUnicode_Type,
54561         },
54562         .length = 656,
54563         .hash = -1,
54564         .state = {
54565             .kind = 1,
54566             .compact = 1,
54567             .ascii = 1,
54568             .ready = 1,
54569         },
54570     },
54571     ._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",
54572 };
54573 static
54574     struct {
54575         PyGC_Head _gc_head;
54576         struct {
54577             PyObject_VAR_HEAD
54578             PyObject *ob_item[3];
54579         }_object;
54580     }
54581 abc_toplevel_consts_10_consts_2_names = {
54582     ._object = {
54583         .ob_base = {
54584             .ob_base = {
54585                 .ob_refcnt = 999999999,
54586                 .ob_type = &PyTuple_Type,
54587             },
54588             .ob_size = 3,
54589         },
54590         .ob_item = {
54591             & const_str_super._ascii.ob_base,
54592             &_Py_ID(__new__),
54593             & const_str__abc_init._ascii.ob_base,
54594         },
54595     },
54596 };
54597 static
54598     struct {
54599         PyASCIIObject _ascii;
54600         uint8_t _data[16];
54601     }
54602 abc_toplevel_consts_10_consts_2_qualname = {
54603     ._ascii = {
54604         .ob_base = {
54605             .ob_refcnt = 999999999,
54606             .ob_type = &PyUnicode_Type,
54607         },
54608         .length = 15,
54609         .hash = -1,
54610         .state = {
54611             .kind = 1,
54612             .compact = 1,
54613             .ascii = 1,
54614             .ready = 1,
54615         },
54616     },
54617     ._data = "ABCMeta.__new__",
54618 };
54619 static
54620     struct {
54621         PyObject_VAR_HEAD
54622         Py_hash_t ob_shash;
54623         char ob_sval[55];
54624     }
54625 abc_toplevel_consts_10_consts_2_linetable = {
54626     .ob_base = {
54627         .ob_base = {
54628             .ob_refcnt = 999999999,
54629             .ob_type = &PyBytes_Type,
54630         },
54631         .ob_size = 54,
54632     },
54633     .ob_shash = -1,
54634     .ob_sval = "\xf8\x80\x00\xd8\x12\x21\x95\x25\x91\x27\x94\x27\x94\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\x89\x4e\x8c\x4e\x88\x4e\xd8\x13\x16\x88\x4a",
54635 };
54636 static
54637     struct {
54638         PyASCIIObject _ascii;
54639         uint8_t _data[5];
54640     }
54641 const_str_mcls = {
54642     ._ascii = {
54643         .ob_base = {
54644             .ob_refcnt = 999999999,
54645             .ob_type = &PyUnicode_Type,
54646         },
54647         .length = 4,
54648         .hash = -1,
54649         .state = {
54650             .kind = 1,
54651             .compact = 1,
54652             .ascii = 1,
54653             .ready = 1,
54654         },
54655     },
54656     ._data = "mcls",
54657 };
54658 static
54659     struct {
54660         PyASCIIObject _ascii;
54661         uint8_t _data[6];
54662     }
54663 const_str_bases = {
54664     ._ascii = {
54665         .ob_base = {
54666             .ob_refcnt = 999999999,
54667             .ob_type = &PyUnicode_Type,
54668         },
54669         .length = 5,
54670         .hash = -1,
54671         .state = {
54672             .kind = 1,
54673             .compact = 1,
54674             .ascii = 1,
54675             .ready = 1,
54676         },
54677     },
54678     ._data = "bases",
54679 };
54680 static
54681     struct {
54682         PyASCIIObject _ascii;
54683         uint8_t _data[10];
54684     }
54685 const_str_namespace = {
54686     ._ascii = {
54687         .ob_base = {
54688             .ob_refcnt = 999999999,
54689             .ob_type = &PyUnicode_Type,
54690         },
54691         .length = 9,
54692         .hash = -1,
54693         .state = {
54694             .kind = 1,
54695             .compact = 1,
54696             .ascii = 1,
54697             .ready = 1,
54698         },
54699     },
54700     ._data = "namespace",
54701 };
54702 static
54703     struct {
54704         PyGC_Head _gc_head;
54705         struct {
54706             PyObject_VAR_HEAD
54707             PyObject *ob_item[7];
54708         }_object;
54709     }
54710 abc_toplevel_consts_10_consts_2_localsplusnames = {
54711     ._object = {
54712         .ob_base = {
54713             .ob_base = {
54714                 .ob_refcnt = 999999999,
54715                 .ob_type = &PyTuple_Type,
54716             },
54717             .ob_size = 7,
54718         },
54719         .ob_item = {
54720             & const_str_mcls._ascii.ob_base,
54721             &_Py_ID(name),
54722             & const_str_bases._ascii.ob_base,
54723             & const_str_namespace._ascii.ob_base,
54724             & const_str_kwargs._ascii.ob_base,
54725             & const_str_cls._ascii.ob_base,
54726             &_Py_ID(__class__),
54727         },
54728     },
54729 };
54730 static
54731     struct {
54732         PyObject_VAR_HEAD
54733         Py_hash_t ob_shash;
54734         char ob_sval[8];
54735     }
54736 abc_toplevel_consts_10_consts_2_localspluskinds = {
54737     .ob_base = {
54738         .ob_base = {
54739             .ob_refcnt = 999999999,
54740             .ob_type = &PyBytes_Type,
54741         },
54742         .ob_size = 7,
54743     },
54744     .ob_shash = -1,
54745     .ob_sval = "\x20\x20\x20\x20\x20\x20\x80",
54746 };
54747 static
54748     struct _PyCode_DEF(96)
54749 abc_toplevel_consts_10_consts_2 = {
54750     .ob_base = {
54751         .ob_base = {
54752             .ob_refcnt = 999999999,
54753             .ob_type = &PyCode_Type,
54754         },
54755         .ob_size = 48,
54756     },
54757     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
54758     .co_names = & abc_toplevel_consts_10_consts_2_names._object.ob_base.ob_base,
54759     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
54760     .co_flags = 11,
54761     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
54762     ._co_linearray_entry_size = 0,
54763     .co_argcount = 4,
54764     .co_posonlyargcount = 4,
54765     .co_kwonlyargcount = 0,
54766     .co_stacksize = 6,
54767     .co_firstlineno = 105,
54768     .co_nlocalsplus = 7,
54769     .co_nlocals = 6,
54770     .co_nplaincellvars = 0,
54771     .co_ncellvars = 0,
54772     .co_nfreevars = 1,
54773     .co_localsplusnames = & abc_toplevel_consts_10_consts_2_localsplusnames._object.ob_base.ob_base,
54774     .co_localspluskinds = & abc_toplevel_consts_10_consts_2_localspluskinds.ob_base.ob_base,
54775     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
54776     .co_name = &_Py_ID(__new__),
54777     .co_qualname = & abc_toplevel_consts_10_consts_2_qualname._ascii.ob_base,
54778     .co_linetable = & abc_toplevel_consts_10_consts_2_linetable.ob_base.ob_base,
54779     ._co_code = NULL,
54780     ._co_linearray = NULL,
54781     .co_code_adaptive = "\x95\x01\x97\x00\x02\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x05\x53\x00",
54782     ._co_firsttraceable = 1,
54783 };
54784 static
54785     struct {
54786         PyASCIIObject _ascii;
54787         uint8_t _data[124];
54788     }
54789 abc_toplevel_consts_10_consts_3_consts_0 = {
54790     ._ascii = {
54791         .ob_base = {
54792             .ob_refcnt = 999999999,
54793             .ob_type = &PyUnicode_Type,
54794         },
54795         .length = 123,
54796         .hash = -1,
54797         .state = {
54798             .kind = 1,
54799             .compact = 1,
54800             .ascii = 1,
54801             .ready = 1,
54802         },
54803     },
54804     ._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",
54805 };
54806 static
54807     struct {
54808         PyGC_Head _gc_head;
54809         struct {
54810             PyObject_VAR_HEAD
54811             PyObject *ob_item[1];
54812         }_object;
54813     }
54814 abc_toplevel_consts_10_consts_3_consts = {
54815     ._object = {
54816         .ob_base = {
54817             .ob_base = {
54818                 .ob_refcnt = 999999999,
54819                 .ob_type = &PyTuple_Type,
54820             },
54821             .ob_size = 1,
54822         },
54823         .ob_item = {
54824             & abc_toplevel_consts_10_consts_3_consts_0._ascii.ob_base,
54825         },
54826     },
54827 };
54828 static
54829     struct {
54830         PyGC_Head _gc_head;
54831         struct {
54832             PyObject_VAR_HEAD
54833             PyObject *ob_item[1];
54834         }_object;
54835     }
54836 abc_toplevel_consts_10_consts_3_names = {
54837     ._object = {
54838         .ob_base = {
54839             .ob_base = {
54840                 .ob_refcnt = 999999999,
54841                 .ob_type = &PyTuple_Type,
54842             },
54843             .ob_size = 1,
54844         },
54845         .ob_item = {
54846             & const_str__abc_register._ascii.ob_base,
54847         },
54848     },
54849 };
54850 static
54851     struct {
54852         PyASCIIObject _ascii;
54853         uint8_t _data[9];
54854     }
54855 const_str_register = {
54856     ._ascii = {
54857         .ob_base = {
54858             .ob_refcnt = 999999999,
54859             .ob_type = &PyUnicode_Type,
54860         },
54861         .length = 8,
54862         .hash = -1,
54863         .state = {
54864             .kind = 1,
54865             .compact = 1,
54866             .ascii = 1,
54867             .ready = 1,
54868         },
54869     },
54870     ._data = "register",
54871 };
54872 static
54873     struct {
54874         PyASCIIObject _ascii;
54875         uint8_t _data[17];
54876     }
54877 abc_toplevel_consts_10_consts_3_qualname = {
54878     ._ascii = {
54879         .ob_base = {
54880             .ob_refcnt = 999999999,
54881             .ob_type = &PyUnicode_Type,
54882         },
54883         .length = 16,
54884         .hash = -1,
54885         .state = {
54886             .kind = 1,
54887             .compact = 1,
54888             .ascii = 1,
54889             .ready = 1,
54890         },
54891     },
54892     ._data = "ABCMeta.register",
54893 };
54894 static
54895     struct {
54896         PyObject_VAR_HEAD
54897         Py_hash_t ob_shash;
54898         char ob_sval[21];
54899     }
54900 abc_toplevel_consts_10_consts_3_linetable = {
54901     .ob_base = {
54902         .ob_base = {
54903             .ob_refcnt = 999999999,
54904             .ob_type = &PyBytes_Type,
54905         },
54906         .ob_size = 20,
54907     },
54908     .ob_shash = -1,
54909     .ob_sval = "\x80\x00\xf5\x0a\x00\x14\x21\xa0\x13\xa0\x68\xd1\x13\x2f\xd4\x13\x2f\xd0\x0c\x2f",
54910 };
54911 static
54912     struct {
54913         PyASCIIObject _ascii;
54914         uint8_t _data[9];
54915     }
54916 const_str_subclass = {
54917     ._ascii = {
54918         .ob_base = {
54919             .ob_refcnt = 999999999,
54920             .ob_type = &PyUnicode_Type,
54921         },
54922         .length = 8,
54923         .hash = -1,
54924         .state = {
54925             .kind = 1,
54926             .compact = 1,
54927             .ascii = 1,
54928             .ready = 1,
54929         },
54930     },
54931     ._data = "subclass",
54932 };
54933 static
54934     struct {
54935         PyGC_Head _gc_head;
54936         struct {
54937             PyObject_VAR_HEAD
54938             PyObject *ob_item[2];
54939         }_object;
54940     }
54941 abc_toplevel_consts_10_consts_3_localsplusnames = {
54942     ._object = {
54943         .ob_base = {
54944             .ob_base = {
54945                 .ob_refcnt = 999999999,
54946                 .ob_type = &PyTuple_Type,
54947             },
54948             .ob_size = 2,
54949         },
54950         .ob_item = {
54951             & const_str_cls._ascii.ob_base,
54952             & const_str_subclass._ascii.ob_base,
54953         },
54954     },
54955 };
54956 static
54957     struct _PyCode_DEF(34)
54958 abc_toplevel_consts_10_consts_3 = {
54959     .ob_base = {
54960         .ob_base = {
54961             .ob_refcnt = 999999999,
54962             .ob_type = &PyCode_Type,
54963         },
54964         .ob_size = 17,
54965     },
54966     .co_consts = & abc_toplevel_consts_10_consts_3_consts._object.ob_base.ob_base,
54967     .co_names = & abc_toplevel_consts_10_consts_3_names._object.ob_base.ob_base,
54968     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
54969     .co_flags = 3,
54970     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
54971     ._co_linearray_entry_size = 0,
54972     .co_argcount = 2,
54973     .co_posonlyargcount = 0,
54974     .co_kwonlyargcount = 0,
54975     .co_stacksize = 4,
54976     .co_firstlineno = 110,
54977     .co_nlocalsplus = 2,
54978     .co_nlocals = 2,
54979     .co_nplaincellvars = 0,
54980     .co_ncellvars = 0,
54981     .co_nfreevars = 0,
54982     .co_localsplusnames = & abc_toplevel_consts_10_consts_3_localsplusnames._object.ob_base.ob_base,
54983     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
54984     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
54985     .co_name = & const_str_register._ascii.ob_base,
54986     .co_qualname = & abc_toplevel_consts_10_consts_3_qualname._ascii.ob_base,
54987     .co_linetable = & abc_toplevel_consts_10_consts_3_linetable.ob_base.ob_base,
54988     ._co_code = NULL,
54989     ._co_linearray = NULL,
54990     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
54991     ._co_firsttraceable = 0,
54992 };
54993 static
54994     struct {
54995         PyASCIIObject _ascii;
54996         uint8_t _data[40];
54997     }
54998 abc_toplevel_consts_10_consts_4_consts_0 = {
54999     ._ascii = {
55000         .ob_base = {
55001             .ob_refcnt = 999999999,
55002             .ob_type = &PyUnicode_Type,
55003         },
55004         .length = 39,
55005         .hash = -1,
55006         .state = {
55007             .kind = 1,
55008             .compact = 1,
55009             .ascii = 1,
55010             .ready = 1,
55011         },
55012     },
55013     ._data = "Override for isinstance(instance, cls).",
55014 };
55015 static
55016     struct {
55017         PyGC_Head _gc_head;
55018         struct {
55019             PyObject_VAR_HEAD
55020             PyObject *ob_item[1];
55021         }_object;
55022     }
55023 abc_toplevel_consts_10_consts_4_consts = {
55024     ._object = {
55025         .ob_base = {
55026             .ob_base = {
55027                 .ob_refcnt = 999999999,
55028                 .ob_type = &PyTuple_Type,
55029             },
55030             .ob_size = 1,
55031         },
55032         .ob_item = {
55033             & abc_toplevel_consts_10_consts_4_consts_0._ascii.ob_base,
55034         },
55035     },
55036 };
55037 static
55038     struct {
55039         PyGC_Head _gc_head;
55040         struct {
55041             PyObject_VAR_HEAD
55042             PyObject *ob_item[1];
55043         }_object;
55044     }
55045 abc_toplevel_consts_10_consts_4_names = {
55046     ._object = {
55047         .ob_base = {
55048             .ob_base = {
55049                 .ob_refcnt = 999999999,
55050                 .ob_type = &PyTuple_Type,
55051             },
55052             .ob_size = 1,
55053         },
55054         .ob_item = {
55055             & const_str__abc_instancecheck._ascii.ob_base,
55056         },
55057     },
55058 };
55059 static
55060     struct {
55061         PyASCIIObject _ascii;
55062         uint8_t _data[26];
55063     }
55064 abc_toplevel_consts_10_consts_4_qualname = {
55065     ._ascii = {
55066         .ob_base = {
55067             .ob_refcnt = 999999999,
55068             .ob_type = &PyUnicode_Type,
55069         },
55070         .length = 25,
55071         .hash = -1,
55072         .state = {
55073             .kind = 1,
55074             .compact = 1,
55075             .ascii = 1,
55076             .ready = 1,
55077         },
55078     },
55079     ._data = "ABCMeta.__instancecheck__",
55080 };
55081 static
55082     struct {
55083         PyObject_VAR_HEAD
55084         Py_hash_t ob_shash;
55085         char ob_sval[19];
55086     }
55087 abc_toplevel_consts_10_consts_4_linetable = {
55088     .ob_base = {
55089         .ob_base = {
55090             .ob_refcnt = 999999999,
55091             .ob_type = &PyBytes_Type,
55092         },
55093         .ob_size = 18,
55094     },
55095     .ob_shash = -1,
55096     .ob_sval = "\x80\x00\xe5\x13\x25\xa0\x63\xa8\x38\xd1\x13\x34\xd4\x13\x34\xd0\x0c\x34",
55097 };
55098 static
55099     struct {
55100         PyASCIIObject _ascii;
55101         uint8_t _data[9];
55102     }
55103 const_str_instance = {
55104     ._ascii = {
55105         .ob_base = {
55106             .ob_refcnt = 999999999,
55107             .ob_type = &PyUnicode_Type,
55108         },
55109         .length = 8,
55110         .hash = -1,
55111         .state = {
55112             .kind = 1,
55113             .compact = 1,
55114             .ascii = 1,
55115             .ready = 1,
55116         },
55117     },
55118     ._data = "instance",
55119 };
55120 static
55121     struct {
55122         PyGC_Head _gc_head;
55123         struct {
55124             PyObject_VAR_HEAD
55125             PyObject *ob_item[2];
55126         }_object;
55127     }
55128 abc_toplevel_consts_10_consts_4_localsplusnames = {
55129     ._object = {
55130         .ob_base = {
55131             .ob_base = {
55132                 .ob_refcnt = 999999999,
55133                 .ob_type = &PyTuple_Type,
55134             },
55135             .ob_size = 2,
55136         },
55137         .ob_item = {
55138             & const_str_cls._ascii.ob_base,
55139             & const_str_instance._ascii.ob_base,
55140         },
55141     },
55142 };
55143 static
55144     struct _PyCode_DEF(34)
55145 abc_toplevel_consts_10_consts_4 = {
55146     .ob_base = {
55147         .ob_base = {
55148             .ob_refcnt = 999999999,
55149             .ob_type = &PyCode_Type,
55150         },
55151         .ob_size = 17,
55152     },
55153     .co_consts = & abc_toplevel_consts_10_consts_4_consts._object.ob_base.ob_base,
55154     .co_names = & abc_toplevel_consts_10_consts_4_names._object.ob_base.ob_base,
55155     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
55156     .co_flags = 3,
55157     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
55158     ._co_linearray_entry_size = 0,
55159     .co_argcount = 2,
55160     .co_posonlyargcount = 0,
55161     .co_kwonlyargcount = 0,
55162     .co_stacksize = 4,
55163     .co_firstlineno = 117,
55164     .co_nlocalsplus = 2,
55165     .co_nlocals = 2,
55166     .co_nplaincellvars = 0,
55167     .co_ncellvars = 0,
55168     .co_nfreevars = 0,
55169     .co_localsplusnames = & abc_toplevel_consts_10_consts_4_localsplusnames._object.ob_base.ob_base,
55170     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
55171     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
55172     .co_name = &_Py_ID(__instancecheck__),
55173     .co_qualname = & abc_toplevel_consts_10_consts_4_qualname._ascii.ob_base,
55174     .co_linetable = & abc_toplevel_consts_10_consts_4_linetable.ob_base.ob_base,
55175     ._co_code = NULL,
55176     ._co_linearray = NULL,
55177     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
55178     ._co_firsttraceable = 0,
55179 };
55180 static
55181     struct {
55182         PyASCIIObject _ascii;
55183         uint8_t _data[40];
55184     }
55185 abc_toplevel_consts_10_consts_5_consts_0 = {
55186     ._ascii = {
55187         .ob_base = {
55188             .ob_refcnt = 999999999,
55189             .ob_type = &PyUnicode_Type,
55190         },
55191         .length = 39,
55192         .hash = -1,
55193         .state = {
55194             .kind = 1,
55195             .compact = 1,
55196             .ascii = 1,
55197             .ready = 1,
55198         },
55199     },
55200     ._data = "Override for issubclass(subclass, cls).",
55201 };
55202 static
55203     struct {
55204         PyGC_Head _gc_head;
55205         struct {
55206             PyObject_VAR_HEAD
55207             PyObject *ob_item[1];
55208         }_object;
55209     }
55210 abc_toplevel_consts_10_consts_5_consts = {
55211     ._object = {
55212         .ob_base = {
55213             .ob_base = {
55214                 .ob_refcnt = 999999999,
55215                 .ob_type = &PyTuple_Type,
55216             },
55217             .ob_size = 1,
55218         },
55219         .ob_item = {
55220             & abc_toplevel_consts_10_consts_5_consts_0._ascii.ob_base,
55221         },
55222     },
55223 };
55224 static
55225     struct {
55226         PyGC_Head _gc_head;
55227         struct {
55228             PyObject_VAR_HEAD
55229             PyObject *ob_item[1];
55230         }_object;
55231     }
55232 abc_toplevel_consts_10_consts_5_names = {
55233     ._object = {
55234         .ob_base = {
55235             .ob_base = {
55236                 .ob_refcnt = 999999999,
55237                 .ob_type = &PyTuple_Type,
55238             },
55239             .ob_size = 1,
55240         },
55241         .ob_item = {
55242             & const_str__abc_subclasscheck._ascii.ob_base,
55243         },
55244     },
55245 };
55246 static
55247     struct {
55248         PyASCIIObject _ascii;
55249         uint8_t _data[26];
55250     }
55251 abc_toplevel_consts_10_consts_5_qualname = {
55252     ._ascii = {
55253         .ob_base = {
55254             .ob_refcnt = 999999999,
55255             .ob_type = &PyUnicode_Type,
55256         },
55257         .length = 25,
55258         .hash = -1,
55259         .state = {
55260             .kind = 1,
55261             .compact = 1,
55262             .ascii = 1,
55263             .ready = 1,
55264         },
55265     },
55266     ._data = "ABCMeta.__subclasscheck__",
55267 };
55268 static
55269     struct _PyCode_DEF(34)
55270 abc_toplevel_consts_10_consts_5 = {
55271     .ob_base = {
55272         .ob_base = {
55273             .ob_refcnt = 999999999,
55274             .ob_type = &PyCode_Type,
55275         },
55276         .ob_size = 17,
55277     },
55278     .co_consts = & abc_toplevel_consts_10_consts_5_consts._object.ob_base.ob_base,
55279     .co_names = & abc_toplevel_consts_10_consts_5_names._object.ob_base.ob_base,
55280     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
55281     .co_flags = 3,
55282     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
55283     ._co_linearray_entry_size = 0,
55284     .co_argcount = 2,
55285     .co_posonlyargcount = 0,
55286     .co_kwonlyargcount = 0,
55287     .co_stacksize = 4,
55288     .co_firstlineno = 121,
55289     .co_nlocalsplus = 2,
55290     .co_nlocals = 2,
55291     .co_nplaincellvars = 0,
55292     .co_ncellvars = 0,
55293     .co_nfreevars = 0,
55294     .co_localsplusnames = & abc_toplevel_consts_10_consts_3_localsplusnames._object.ob_base.ob_base,
55295     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
55296     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
55297     .co_name = &_Py_ID(__subclasscheck__),
55298     .co_qualname = & abc_toplevel_consts_10_consts_5_qualname._ascii.ob_base,
55299     .co_linetable = & abc_toplevel_consts_10_consts_4_linetable.ob_base.ob_base,
55300     ._co_code = NULL,
55301     ._co_linearray = NULL,
55302     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
55303     ._co_firsttraceable = 0,
55304 };
55305 static
55306     struct {
55307         PyASCIIObject _ascii;
55308         uint8_t _data[40];
55309     }
55310 abc_toplevel_consts_10_consts_7_consts_0 = {
55311     ._ascii = {
55312         .ob_base = {
55313             .ob_refcnt = 999999999,
55314             .ob_type = &PyUnicode_Type,
55315         },
55316         .length = 39,
55317         .hash = -1,
55318         .state = {
55319             .kind = 1,
55320             .compact = 1,
55321             .ascii = 1,
55322             .ready = 1,
55323         },
55324     },
55325     ._data = "Debug helper to print the ABC registry.",
55326 };
55327 static
55328     struct {
55329         PyASCIIObject _ascii;
55330         uint8_t _data[8];
55331     }
55332 abc_toplevel_consts_10_consts_7_consts_1 = {
55333     ._ascii = {
55334         .ob_base = {
55335             .ob_refcnt = 999999999,
55336             .ob_type = &PyUnicode_Type,
55337         },
55338         .length = 7,
55339         .hash = -1,
55340         .state = {
55341             .kind = 1,
55342             .compact = 1,
55343             .ascii = 1,
55344             .ready = 1,
55345         },
55346     },
55347     ._data = "Class: ",
55348 };
55349 static
55350     struct {
55351         PyASCIIObject _ascii;
55352         uint8_t _data[15];
55353     }
55354 abc_toplevel_consts_10_consts_7_consts_4 = {
55355     ._ascii = {
55356         .ob_base = {
55357             .ob_refcnt = 999999999,
55358             .ob_type = &PyUnicode_Type,
55359         },
55360         .length = 14,
55361         .hash = -1,
55362         .state = {
55363             .kind = 1,
55364             .compact = 1,
55365             .ascii = 1,
55366             .ready = 1,
55367         },
55368     },
55369     ._data = "Inv. counter: ",
55370 };
55371 static
55372     struct {
55373         PyASCIIObject _ascii;
55374         uint8_t _data[16];
55375     }
55376 abc_toplevel_consts_10_consts_7_consts_5 = {
55377     ._ascii = {
55378         .ob_base = {
55379             .ob_refcnt = 999999999,
55380             .ob_type = &PyUnicode_Type,
55381         },
55382         .length = 15,
55383         .hash = -1,
55384         .state = {
55385             .kind = 1,
55386             .compact = 1,
55387             .ascii = 1,
55388             .ready = 1,
55389         },
55390     },
55391     ._data = "_abc_registry: ",
55392 };
55393 static
55394     struct {
55395         PyASCIIObject _ascii;
55396         uint8_t _data[13];
55397     }
55398 abc_toplevel_consts_10_consts_7_consts_6 = {
55399     ._ascii = {
55400         .ob_base = {
55401             .ob_refcnt = 999999999,
55402             .ob_type = &PyUnicode_Type,
55403         },
55404         .length = 12,
55405         .hash = -1,
55406         .state = {
55407             .kind = 1,
55408             .compact = 1,
55409             .ascii = 1,
55410             .ready = 1,
55411         },
55412     },
55413     ._data = "_abc_cache: ",
55414 };
55415 static
55416     struct {
55417         PyASCIIObject _ascii;
55418         uint8_t _data[22];
55419     }
55420 abc_toplevel_consts_10_consts_7_consts_7 = {
55421     ._ascii = {
55422         .ob_base = {
55423             .ob_refcnt = 999999999,
55424             .ob_type = &PyUnicode_Type,
55425         },
55426         .length = 21,
55427         .hash = -1,
55428         .state = {
55429             .kind = 1,
55430             .compact = 1,
55431             .ascii = 1,
55432             .ready = 1,
55433         },
55434     },
55435     ._data = "_abc_negative_cache: ",
55436 };
55437 static
55438     struct {
55439         PyASCIIObject _ascii;
55440         uint8_t _data[30];
55441     }
55442 abc_toplevel_consts_10_consts_7_consts_8 = {
55443     ._ascii = {
55444         .ob_base = {
55445             .ob_refcnt = 999999999,
55446             .ob_type = &PyUnicode_Type,
55447         },
55448         .length = 29,
55449         .hash = -1,
55450         .state = {
55451             .kind = 1,
55452             .compact = 1,
55453             .ascii = 1,
55454             .ready = 1,
55455         },
55456     },
55457     ._data = "_abc_negative_cache_version: ",
55458 };
55459 static
55460     struct {
55461         PyGC_Head _gc_head;
55462         struct {
55463             PyObject_VAR_HEAD
55464             PyObject *ob_item[10];
55465         }_object;
55466     }
55467 abc_toplevel_consts_10_consts_7_consts = {
55468     ._object = {
55469         .ob_base = {
55470             .ob_base = {
55471                 .ob_refcnt = 999999999,
55472                 .ob_type = &PyTuple_Type,
55473             },
55474             .ob_size = 10,
55475         },
55476         .ob_item = {
55477             & abc_toplevel_consts_10_consts_7_consts_0._ascii.ob_base,
55478             & abc_toplevel_consts_10_consts_7_consts_1._ascii.ob_base,
55479             &_Py_STR(dot),
55480             & importlib__bootstrap_toplevel_consts_18_consts_3._object.ob_base.ob_base,
55481             & abc_toplevel_consts_10_consts_7_consts_4._ascii.ob_base,
55482             & abc_toplevel_consts_10_consts_7_consts_5._ascii.ob_base,
55483             & abc_toplevel_consts_10_consts_7_consts_6._ascii.ob_base,
55484             & abc_toplevel_consts_10_consts_7_consts_7._ascii.ob_base,
55485             & abc_toplevel_consts_10_consts_7_consts_8._ascii.ob_base,
55486             Py_None,
55487         },
55488     },
55489 };
55490 static
55491     struct {
55492         PyGC_Head _gc_head;
55493         struct {
55494             PyObject_VAR_HEAD
55495             PyObject *ob_item[5];
55496         }_object;
55497     }
55498 abc_toplevel_consts_10_consts_7_names = {
55499     ._object = {
55500         .ob_base = {
55501             .ob_base = {
55502                 .ob_refcnt = 999999999,
55503                 .ob_type = &PyTuple_Type,
55504             },
55505             .ob_size = 5,
55506         },
55507         .ob_item = {
55508             & const_str_print._ascii.ob_base,
55509             &_Py_ID(__module__),
55510             &_Py_ID(__qualname__),
55511             & const_str_get_cache_token._ascii.ob_base,
55512             & const_str__get_dump._ascii.ob_base,
55513         },
55514     },
55515 };
55516 static
55517     struct {
55518         PyASCIIObject _ascii;
55519         uint8_t _data[15];
55520     }
55521 const_str__dump_registry = {
55522     ._ascii = {
55523         .ob_base = {
55524             .ob_refcnt = 999999999,
55525             .ob_type = &PyUnicode_Type,
55526         },
55527         .length = 14,
55528         .hash = -1,
55529         .state = {
55530             .kind = 1,
55531             .compact = 1,
55532             .ascii = 1,
55533             .ready = 1,
55534         },
55535     },
55536     ._data = "_dump_registry",
55537 };
55538 static
55539     struct {
55540         PyASCIIObject _ascii;
55541         uint8_t _data[23];
55542     }
55543 abc_toplevel_consts_10_consts_7_qualname = {
55544     ._ascii = {
55545         .ob_base = {
55546             .ob_refcnt = 999999999,
55547             .ob_type = &PyUnicode_Type,
55548         },
55549         .length = 22,
55550         .hash = -1,
55551         .state = {
55552             .kind = 1,
55553             .compact = 1,
55554             .ascii = 1,
55555             .ready = 1,
55556         },
55557     },
55558     ._data = "ABCMeta._dump_registry",
55559 };
55560 static
55561     struct {
55562         PyObject_VAR_HEAD
55563         Py_hash_t ob_shash;
55564         char ob_sval[235];
55565     }
55566 abc_toplevel_consts_10_consts_7_linetable = {
55567     .ob_base = {
55568         .ob_base = {
55569             .ob_refcnt = 999999999,
55570             .ob_type = &PyBytes_Type,
55571         },
55572         .ob_size = 234,
55573     },
55574     .ob_shash = -1,
55575     .ob_sval = "\x80\x00\xe5\x0c\x11\xd0\x12\x3f\x98\x43\x9c\x4e\xd0\x12\x3f\xd0\x12\x3f\xa8\x53\xd4\x2d\x3d\xd0\x12\x3f\xd0\x12\x3f\xc0\x64\xd0\x0c\x4b\xd1\x0c\x4b\xd4\x0c\x4b\xd0\x0c\x4b\xdd\x0c\x11\xd0\x12\x36\xa5\x3f\xd1\x23\x34\xd4\x23\x34\xd0\x12\x36\xd0\x12\x36\xb8\x54\xd0\x0c\x42\xd1\x0c\x42\xd4\x0c\x42\xd0\x0c\x42\xe5\x2c\x35\xb0\x63\xa9\x4e\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\xd1\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\xd1\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\xd1\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\xf1\x00\x01\x0d\x1d\xf4\x00\x01\x0d\x1d\xf0\x00\x01\x0d\x1d\xf0\x00\x01\x0d\x1d\xf0\x00\x01\x0d\x1d",
55576 };
55577 static
55578     struct {
55579         PyASCIIObject _ascii;
55580         uint8_t _data[14];
55581     }
55582 const_str__abc_registry = {
55583     ._ascii = {
55584         .ob_base = {
55585             .ob_refcnt = 999999999,
55586             .ob_type = &PyUnicode_Type,
55587         },
55588         .length = 13,
55589         .hash = -1,
55590         .state = {
55591             .kind = 1,
55592             .compact = 1,
55593             .ascii = 1,
55594             .ready = 1,
55595         },
55596     },
55597     ._data = "_abc_registry",
55598 };
55599 static
55600     struct {
55601         PyASCIIObject _ascii;
55602         uint8_t _data[11];
55603     }
55604 const_str__abc_cache = {
55605     ._ascii = {
55606         .ob_base = {
55607             .ob_refcnt = 999999999,
55608             .ob_type = &PyUnicode_Type,
55609         },
55610         .length = 10,
55611         .hash = -1,
55612         .state = {
55613             .kind = 1,
55614             .compact = 1,
55615             .ascii = 1,
55616             .ready = 1,
55617         },
55618     },
55619     ._data = "_abc_cache",
55620 };
55621 static
55622     struct {
55623         PyASCIIObject _ascii;
55624         uint8_t _data[20];
55625     }
55626 const_str__abc_negative_cache = {
55627     ._ascii = {
55628         .ob_base = {
55629             .ob_refcnt = 999999999,
55630             .ob_type = &PyUnicode_Type,
55631         },
55632         .length = 19,
55633         .hash = -1,
55634         .state = {
55635             .kind = 1,
55636             .compact = 1,
55637             .ascii = 1,
55638             .ready = 1,
55639         },
55640     },
55641     ._data = "_abc_negative_cache",
55642 };
55643 static
55644     struct {
55645         PyASCIIObject _ascii;
55646         uint8_t _data[28];
55647     }
55648 const_str__abc_negative_cache_version = {
55649     ._ascii = {
55650         .ob_base = {
55651             .ob_refcnt = 999999999,
55652             .ob_type = &PyUnicode_Type,
55653         },
55654         .length = 27,
55655         .hash = -1,
55656         .state = {
55657             .kind = 1,
55658             .compact = 1,
55659             .ascii = 1,
55660             .ready = 1,
55661         },
55662     },
55663     ._data = "_abc_negative_cache_version",
55664 };
55665 static
55666     struct {
55667         PyGC_Head _gc_head;
55668         struct {
55669             PyObject_VAR_HEAD
55670             PyObject *ob_item[6];
55671         }_object;
55672     }
55673 abc_toplevel_consts_10_consts_7_localsplusnames = {
55674     ._object = {
55675         .ob_base = {
55676             .ob_base = {
55677                 .ob_refcnt = 999999999,
55678                 .ob_type = &PyTuple_Type,
55679             },
55680             .ob_size = 6,
55681         },
55682         .ob_item = {
55683             & const_str_cls._ascii.ob_base,
55684             & const_str_file._ascii.ob_base,
55685             & const_str__abc_registry._ascii.ob_base,
55686             & const_str__abc_cache._ascii.ob_base,
55687             & const_str__abc_negative_cache._ascii.ob_base,
55688             & const_str__abc_negative_cache_version._ascii.ob_base,
55689         },
55690     },
55691 };
55692 static
55693     struct _PyCode_DEF(336)
55694 abc_toplevel_consts_10_consts_7 = {
55695     .ob_base = {
55696         .ob_base = {
55697             .ob_refcnt = 999999999,
55698             .ob_type = &PyCode_Type,
55699         },
55700         .ob_size = 168,
55701     },
55702     .co_consts = & abc_toplevel_consts_10_consts_7_consts._object.ob_base.ob_base,
55703     .co_names = & abc_toplevel_consts_10_consts_7_names._object.ob_base.ob_base,
55704     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
55705     .co_flags = 3,
55706     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
55707     ._co_linearray_entry_size = 0,
55708     .co_argcount = 2,
55709     .co_posonlyargcount = 0,
55710     .co_kwonlyargcount = 0,
55711     .co_stacksize = 6,
55712     .co_firstlineno = 125,
55713     .co_nlocalsplus = 6,
55714     .co_nlocals = 6,
55715     .co_nplaincellvars = 0,
55716     .co_ncellvars = 0,
55717     .co_nfreevars = 0,
55718     .co_localsplusnames = & abc_toplevel_consts_10_consts_7_localsplusnames._object.ob_base.ob_base,
55719     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
55720     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
55721     .co_name = & const_str__dump_registry._ascii.ob_base,
55722     .co_qualname = & abc_toplevel_consts_10_consts_7_qualname._ascii.ob_base,
55723     .co_linetable = & abc_toplevel_consts_10_consts_7_linetable.ob_base.ob_base,
55724     ._co_code = NULL,
55725     ._co_linearray = NULL,
55726     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x02\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x9d\x04\x7c\x01\xac\x03\xa6\x02\x00\x00\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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x9d\x02\x7c\x01\xac\x03\xa6\x02\x00\x00\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\xa6\x01\x00\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\xa6\x02\x00\x00\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\xa6\x02\x00\x00\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\xa6\x02\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x09\x53\x00",
55727     ._co_firsttraceable = 0,
55728 };
55729 static
55730     struct {
55731         PyASCIIObject _ascii;
55732         uint8_t _data[47];
55733     }
55734 abc_toplevel_consts_10_consts_8_consts_0 = {
55735     ._ascii = {
55736         .ob_base = {
55737             .ob_refcnt = 999999999,
55738             .ob_type = &PyUnicode_Type,
55739         },
55740         .length = 46,
55741         .hash = -1,
55742         .state = {
55743             .kind = 1,
55744             .compact = 1,
55745             .ascii = 1,
55746             .ready = 1,
55747         },
55748     },
55749     ._data = "Clear the registry (for debugging or testing).",
55750 };
55751 static
55752     struct {
55753         PyGC_Head _gc_head;
55754         struct {
55755             PyObject_VAR_HEAD
55756             PyObject *ob_item[2];
55757         }_object;
55758     }
55759 abc_toplevel_consts_10_consts_8_consts = {
55760     ._object = {
55761         .ob_base = {
55762             .ob_base = {
55763                 .ob_refcnt = 999999999,
55764                 .ob_type = &PyTuple_Type,
55765             },
55766             .ob_size = 2,
55767         },
55768         .ob_item = {
55769             & abc_toplevel_consts_10_consts_8_consts_0._ascii.ob_base,
55770             Py_None,
55771         },
55772     },
55773 };
55774 static
55775     struct {
55776         PyGC_Head _gc_head;
55777         struct {
55778             PyObject_VAR_HEAD
55779             PyObject *ob_item[1];
55780         }_object;
55781     }
55782 abc_toplevel_consts_10_consts_8_names = {
55783     ._object = {
55784         .ob_base = {
55785             .ob_base = {
55786                 .ob_refcnt = 999999999,
55787                 .ob_type = &PyTuple_Type,
55788             },
55789             .ob_size = 1,
55790         },
55791         .ob_item = {
55792             & const_str__reset_registry._ascii.ob_base,
55793         },
55794     },
55795 };
55796 static
55797     struct {
55798         PyASCIIObject _ascii;
55799         uint8_t _data[20];
55800     }
55801 const_str__abc_registry_clear = {
55802     ._ascii = {
55803         .ob_base = {
55804             .ob_refcnt = 999999999,
55805             .ob_type = &PyUnicode_Type,
55806         },
55807         .length = 19,
55808         .hash = -1,
55809         .state = {
55810             .kind = 1,
55811             .compact = 1,
55812             .ascii = 1,
55813             .ready = 1,
55814         },
55815     },
55816     ._data = "_abc_registry_clear",
55817 };
55818 static
55819     struct {
55820         PyASCIIObject _ascii;
55821         uint8_t _data[28];
55822     }
55823 abc_toplevel_consts_10_consts_8_qualname = {
55824     ._ascii = {
55825         .ob_base = {
55826             .ob_refcnt = 999999999,
55827             .ob_type = &PyUnicode_Type,
55828         },
55829         .length = 27,
55830         .hash = -1,
55831         .state = {
55832             .kind = 1,
55833             .compact = 1,
55834             .ascii = 1,
55835             .ready = 1,
55836         },
55837     },
55838     ._data = "ABCMeta._abc_registry_clear",
55839 };
55840 static
55841     struct {
55842         PyObject_VAR_HEAD
55843         Py_hash_t ob_shash;
55844         char ob_sval[23];
55845     }
55846 abc_toplevel_consts_10_consts_8_linetable = {
55847     .ob_base = {
55848         .ob_base = {
55849             .ob_refcnt = 999999999,
55850             .ob_type = &PyBytes_Type,
55851         },
55852         .ob_size = 22,
55853     },
55854     .ob_shash = -1,
55855     .ob_sval = "\x80\x00\xe5\x0c\x1b\x98\x43\xd1\x0c\x20\xd4\x0c\x20\xd0\x0c\x20\xd0\x0c\x20\xd0\x0c\x20",
55856 };
55857 static
55858     struct {
55859         PyGC_Head _gc_head;
55860         struct {
55861             PyObject_VAR_HEAD
55862             PyObject *ob_item[1];
55863         }_object;
55864     }
55865 abc_toplevel_consts_10_consts_8_localsplusnames = {
55866     ._object = {
55867         .ob_base = {
55868             .ob_base = {
55869                 .ob_refcnt = 999999999,
55870                 .ob_type = &PyTuple_Type,
55871             },
55872             .ob_size = 1,
55873         },
55874         .ob_item = {
55875             & const_str_cls._ascii.ob_base,
55876         },
55877     },
55878 };
55879 static
55880     struct _PyCode_DEF(36)
55881 abc_toplevel_consts_10_consts_8 = {
55882     .ob_base = {
55883         .ob_base = {
55884             .ob_refcnt = 999999999,
55885             .ob_type = &PyCode_Type,
55886         },
55887         .ob_size = 18,
55888     },
55889     .co_consts = & abc_toplevel_consts_10_consts_8_consts._object.ob_base.ob_base,
55890     .co_names = & abc_toplevel_consts_10_consts_8_names._object.ob_base.ob_base,
55891     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
55892     .co_flags = 3,
55893     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
55894     ._co_linearray_entry_size = 0,
55895     .co_argcount = 1,
55896     .co_posonlyargcount = 0,
55897     .co_kwonlyargcount = 0,
55898     .co_stacksize = 3,
55899     .co_firstlineno = 137,
55900     .co_nlocalsplus = 1,
55901     .co_nlocals = 1,
55902     .co_nplaincellvars = 0,
55903     .co_ncellvars = 0,
55904     .co_nfreevars = 0,
55905     .co_localsplusnames = & abc_toplevel_consts_10_consts_8_localsplusnames._object.ob_base.ob_base,
55906     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
55907     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
55908     .co_name = & const_str__abc_registry_clear._ascii.ob_base,
55909     .co_qualname = & abc_toplevel_consts_10_consts_8_qualname._ascii.ob_base,
55910     .co_linetable = & abc_toplevel_consts_10_consts_8_linetable.ob_base.ob_base,
55911     ._co_code = NULL,
55912     ._co_linearray = NULL,
55913     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
55914     ._co_firsttraceable = 0,
55915 };
55916 static
55917     struct {
55918         PyASCIIObject _ascii;
55919         uint8_t _data[45];
55920     }
55921 abc_toplevel_consts_10_consts_9_consts_0 = {
55922     ._ascii = {
55923         .ob_base = {
55924             .ob_refcnt = 999999999,
55925             .ob_type = &PyUnicode_Type,
55926         },
55927         .length = 44,
55928         .hash = -1,
55929         .state = {
55930             .kind = 1,
55931             .compact = 1,
55932             .ascii = 1,
55933             .ready = 1,
55934         },
55935     },
55936     ._data = "Clear the caches (for debugging or testing).",
55937 };
55938 static
55939     struct {
55940         PyGC_Head _gc_head;
55941         struct {
55942             PyObject_VAR_HEAD
55943             PyObject *ob_item[2];
55944         }_object;
55945     }
55946 abc_toplevel_consts_10_consts_9_consts = {
55947     ._object = {
55948         .ob_base = {
55949             .ob_base = {
55950                 .ob_refcnt = 999999999,
55951                 .ob_type = &PyTuple_Type,
55952             },
55953             .ob_size = 2,
55954         },
55955         .ob_item = {
55956             & abc_toplevel_consts_10_consts_9_consts_0._ascii.ob_base,
55957             Py_None,
55958         },
55959     },
55960 };
55961 static
55962     struct {
55963         PyGC_Head _gc_head;
55964         struct {
55965             PyObject_VAR_HEAD
55966             PyObject *ob_item[1];
55967         }_object;
55968     }
55969 abc_toplevel_consts_10_consts_9_names = {
55970     ._object = {
55971         .ob_base = {
55972             .ob_base = {
55973                 .ob_refcnt = 999999999,
55974                 .ob_type = &PyTuple_Type,
55975             },
55976             .ob_size = 1,
55977         },
55978         .ob_item = {
55979             & const_str__reset_caches._ascii.ob_base,
55980         },
55981     },
55982 };
55983 static
55984     struct {
55985         PyASCIIObject _ascii;
55986         uint8_t _data[18];
55987     }
55988 const_str__abc_caches_clear = {
55989     ._ascii = {
55990         .ob_base = {
55991             .ob_refcnt = 999999999,
55992             .ob_type = &PyUnicode_Type,
55993         },
55994         .length = 17,
55995         .hash = -1,
55996         .state = {
55997             .kind = 1,
55998             .compact = 1,
55999             .ascii = 1,
56000             .ready = 1,
56001         },
56002     },
56003     ._data = "_abc_caches_clear",
56004 };
56005 static
56006     struct {
56007         PyASCIIObject _ascii;
56008         uint8_t _data[26];
56009     }
56010 abc_toplevel_consts_10_consts_9_qualname = {
56011     ._ascii = {
56012         .ob_base = {
56013             .ob_refcnt = 999999999,
56014             .ob_type = &PyUnicode_Type,
56015         },
56016         .length = 25,
56017         .hash = -1,
56018         .state = {
56019             .kind = 1,
56020             .compact = 1,
56021             .ascii = 1,
56022             .ready = 1,
56023         },
56024     },
56025     ._data = "ABCMeta._abc_caches_clear",
56026 };
56027 static
56028     struct {
56029         PyObject_VAR_HEAD
56030         Py_hash_t ob_shash;
56031         char ob_sval[23];
56032     }
56033 abc_toplevel_consts_10_consts_9_linetable = {
56034     .ob_base = {
56035         .ob_base = {
56036             .ob_refcnt = 999999999,
56037             .ob_type = &PyBytes_Type,
56038         },
56039         .ob_size = 22,
56040     },
56041     .ob_shash = -1,
56042     .ob_sval = "\x80\x00\xe5\x0c\x19\x98\x23\xd1\x0c\x1e\xd4\x0c\x1e\xd0\x0c\x1e\xd0\x0c\x1e\xd0\x0c\x1e",
56043 };
56044 static
56045     struct _PyCode_DEF(36)
56046 abc_toplevel_consts_10_consts_9 = {
56047     .ob_base = {
56048         .ob_base = {
56049             .ob_refcnt = 999999999,
56050             .ob_type = &PyCode_Type,
56051         },
56052         .ob_size = 18,
56053     },
56054     .co_consts = & abc_toplevel_consts_10_consts_9_consts._object.ob_base.ob_base,
56055     .co_names = & abc_toplevel_consts_10_consts_9_names._object.ob_base.ob_base,
56056     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
56057     .co_flags = 3,
56058     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
56059     ._co_linearray_entry_size = 0,
56060     .co_argcount = 1,
56061     .co_posonlyargcount = 0,
56062     .co_kwonlyargcount = 0,
56063     .co_stacksize = 3,
56064     .co_firstlineno = 141,
56065     .co_nlocalsplus = 1,
56066     .co_nlocals = 1,
56067     .co_nplaincellvars = 0,
56068     .co_ncellvars = 0,
56069     .co_nfreevars = 0,
56070     .co_localsplusnames = & abc_toplevel_consts_10_consts_8_localsplusnames._object.ob_base.ob_base,
56071     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
56072     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
56073     .co_name = & const_str__abc_caches_clear._ascii.ob_base,
56074     .co_qualname = & abc_toplevel_consts_10_consts_9_qualname._ascii.ob_base,
56075     .co_linetable = & abc_toplevel_consts_10_consts_9_linetable.ob_base.ob_base,
56076     ._co_code = NULL,
56077     ._co_linearray = NULL,
56078     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
56079     ._co_firsttraceable = 0,
56080 };
56081 static
56082     struct {
56083         PyGC_Head _gc_head;
56084         struct {
56085             PyObject_VAR_HEAD
56086             PyObject *ob_item[11];
56087         }_object;
56088     }
56089 abc_toplevel_consts_10_consts = {
56090     ._object = {
56091         .ob_base = {
56092             .ob_base = {
56093                 .ob_refcnt = 999999999,
56094                 .ob_type = &PyTuple_Type,
56095             },
56096             .ob_size = 11,
56097         },
56098         .ob_item = {
56099             & const_str_ABCMeta._ascii.ob_base,
56100             & abc_toplevel_consts_10_consts_1._ascii.ob_base,
56101             & abc_toplevel_consts_10_consts_2.ob_base.ob_base,
56102             & abc_toplevel_consts_10_consts_3.ob_base.ob_base,
56103             & abc_toplevel_consts_10_consts_4.ob_base.ob_base,
56104             & abc_toplevel_consts_10_consts_5.ob_base.ob_base,
56105             Py_None,
56106             & abc_toplevel_consts_10_consts_7.ob_base.ob_base,
56107             & abc_toplevel_consts_10_consts_8.ob_base.ob_base,
56108             & abc_toplevel_consts_10_consts_9.ob_base.ob_base,
56109             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
56110         },
56111     },
56112 };
56113 static
56114     struct {
56115         PyGC_Head _gc_head;
56116         struct {
56117             PyObject_VAR_HEAD
56118             PyObject *ob_item[12];
56119         }_object;
56120     }
56121 abc_toplevel_consts_10_names = {
56122     ._object = {
56123         .ob_base = {
56124             .ob_base = {
56125                 .ob_refcnt = 999999999,
56126                 .ob_type = &PyTuple_Type,
56127             },
56128             .ob_size = 12,
56129         },
56130         .ob_item = {
56131             &_Py_ID(__name__),
56132             &_Py_ID(__module__),
56133             &_Py_ID(__qualname__),
56134             &_Py_ID(__doc__),
56135             &_Py_ID(__new__),
56136             & const_str_register._ascii.ob_base,
56137             &_Py_ID(__instancecheck__),
56138             &_Py_ID(__subclasscheck__),
56139             & const_str__dump_registry._ascii.ob_base,
56140             & const_str__abc_registry_clear._ascii.ob_base,
56141             & const_str__abc_caches_clear._ascii.ob_base,
56142             &_Py_ID(__classcell__),
56143         },
56144     },
56145 };
56146 static
56147     struct {
56148         PyObject_VAR_HEAD
56149         Py_hash_t ob_shash;
56150         char ob_sval[162];
56151     }
56152 abc_toplevel_consts_10_linetable = {
56153     .ob_base = {
56154         .ob_base = {
56155             .ob_refcnt = 999999999,
56156             .ob_type = &PyBytes_Type,
56157         },
56158         .ob_size = 161,
56159     },
56160     .ob_shash = -1,
56161     .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\x0a\x09\x1d\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",
56162 };
56163 static
56164     struct _PyCode_DEF(72)
56165 abc_toplevel_consts_10 = {
56166     .ob_base = {
56167         .ob_base = {
56168             .ob_refcnt = 999999999,
56169             .ob_type = &PyCode_Type,
56170         },
56171         .ob_size = 36,
56172     },
56173     .co_consts = & abc_toplevel_consts_10_consts._object.ob_base.ob_base,
56174     .co_names = & abc_toplevel_consts_10_names._object.ob_base.ob_base,
56175     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
56176     .co_flags = 0,
56177     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
56178     ._co_linearray_entry_size = 0,
56179     .co_argcount = 0,
56180     .co_posonlyargcount = 0,
56181     .co_kwonlyargcount = 0,
56182     .co_stacksize = 2,
56183     .co_firstlineno = 92,
56184     .co_nlocalsplus = 1,
56185     .co_nlocals = 0,
56186     .co_nplaincellvars = 1,
56187     .co_ncellvars = 1,
56188     .co_nfreevars = 0,
56189     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_localsplusnames._object.ob_base.ob_base,
56190     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[64]),
56191     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
56192     .co_name = & const_str_ABCMeta._ascii.ob_base,
56193     .co_qualname = & const_str_ABCMeta._ascii.ob_base,
56194     .co_linetable = & abc_toplevel_consts_10_linetable.ob_base.ob_base,
56195     ._co_code = NULL,
56196     ._co_linearray = NULL,
56197     .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",
56198     ._co_firsttraceable = 1,
56199 };
56200 static
56201     struct {
56202         PyGC_Head _gc_head;
56203         struct {
56204             PyObject_VAR_HEAD
56205             PyObject *ob_item[2];
56206         }_object;
56207     }
56208 abc_toplevel_consts_12 = {
56209     ._object = {
56210         .ob_base = {
56211             .ob_base = {
56212                 .ob_refcnt = 999999999,
56213                 .ob_type = &PyTuple_Type,
56214             },
56215             .ob_size = 2,
56216         },
56217         .ob_item = {
56218             & const_str_ABCMeta._ascii.ob_base,
56219             & const_str_get_cache_token._ascii.ob_base,
56220         },
56221     },
56222 };
56223 static
56224     struct {
56225         PyASCIIObject _ascii;
56226         uint8_t _data[4];
56227     }
56228 const_str_abc = {
56229     ._ascii = {
56230         .ob_base = {
56231             .ob_refcnt = 999999999,
56232             .ob_type = &PyUnicode_Type,
56233         },
56234         .length = 3,
56235         .hash = -1,
56236         .state = {
56237             .kind = 1,
56238             .compact = 1,
56239             .ascii = 1,
56240             .ready = 1,
56241         },
56242     },
56243     ._data = "abc",
56244 };
56245 static
56246     struct {
56247         PyASCIIObject _ascii;
56248         uint8_t _data[668];
56249     }
56250 abc_toplevel_consts_14_consts_0 = {
56251     ._ascii = {
56252         .ob_base = {
56253             .ob_refcnt = 999999999,
56254             .ob_type = &PyUnicode_Type,
56255         },
56256         .length = 667,
56257         .hash = -1,
56258         .state = {
56259             .kind = 1,
56260             .compact = 1,
56261             .ascii = 1,
56262             .ready = 1,
56263         },
56264     },
56265     ._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",
56266 };
56267 static
56268     struct {
56269         PyGC_Head _gc_head;
56270         struct {
56271             PyObject_VAR_HEAD
56272             PyObject *ob_item[6];
56273         }_object;
56274     }
56275 abc_toplevel_consts_14_consts = {
56276     ._object = {
56277         .ob_base = {
56278             .ob_base = {
56279                 .ob_refcnt = 999999999,
56280                 .ob_type = &PyTuple_Type,
56281             },
56282             .ob_size = 6,
56283         },
56284         .ob_item = {
56285             & abc_toplevel_consts_14_consts_0._ascii.ob_base,
56286             &_Py_ID(__abstractmethods__),
56287             (PyObject *)& _Py_SINGLETON(tuple_empty),
56288             Py_None,
56289             &_Py_ID(__isabstractmethod__),
56290             Py_False,
56291         },
56292     },
56293 };
56294 static
56295     struct {
56296         PyASCIIObject _ascii;
56297         uint8_t _data[10];
56298     }
56299 const_str_frozenset = {
56300     ._ascii = {
56301         .ob_base = {
56302             .ob_refcnt = 999999999,
56303             .ob_type = &PyUnicode_Type,
56304         },
56305         .length = 9,
56306         .hash = -1,
56307         .state = {
56308             .kind = 1,
56309             .compact = 1,
56310             .ascii = 1,
56311             .ready = 1,
56312         },
56313     },
56314     ._data = "frozenset",
56315 };
56316 static
56317     struct {
56318         PyGC_Head _gc_head;
56319         struct {
56320             PyObject_VAR_HEAD
56321             PyObject *ob_item[9];
56322         }_object;
56323     }
56324 abc_toplevel_consts_14_names = {
56325     ._object = {
56326         .ob_base = {
56327             .ob_base = {
56328                 .ob_refcnt = 999999999,
56329                 .ob_type = &PyTuple_Type,
56330             },
56331             .ob_size = 9,
56332         },
56333         .ob_item = {
56334             & const_str_hasattr._ascii.ob_base,
56335             & const_str_set._ascii.ob_base,
56336             &_Py_ID(__bases__),
56337             &_Py_ID(getattr),
56338             &_Py_ID(add),
56339             &_Py_ID(__dict__),
56340             &_Py_ID(items),
56341             & const_str_frozenset._ascii.ob_base,
56342             &_Py_ID(__abstractmethods__),
56343         },
56344     },
56345 };
56346 static
56347     struct {
56348         PyASCIIObject _ascii;
56349         uint8_t _data[23];
56350     }
56351 const_str_update_abstractmethods = {
56352     ._ascii = {
56353         .ob_base = {
56354             .ob_refcnt = 999999999,
56355             .ob_type = &PyUnicode_Type,
56356         },
56357         .length = 22,
56358         .hash = -1,
56359         .state = {
56360             .kind = 1,
56361             .compact = 1,
56362             .ascii = 1,
56363             .ready = 1,
56364         },
56365     },
56366     ._data = "update_abstractmethods",
56367 };
56368 static
56369     struct {
56370         PyObject_VAR_HEAD
56371         Py_hash_t ob_shash;
56372         char ob_sval[245];
56373     }
56374 abc_toplevel_consts_14_linetable = {
56375     .ob_base = {
56376         .ob_base = {
56377             .ob_refcnt = 999999999,
56378             .ob_type = &PyBytes_Type,
56379         },
56380         .ob_size = 244,
56381     },
56382     .ob_shash = -1,
56383     .ob_sval = "\x80\x00\xf5\x20\x00\x0c\x13\x90\x33\xd0\x18\x2d\xd1\x0b\x2e\xd4\x0b\x2e\xf0\x00\x04\x05\x13\xf0\x08\x00\x10\x13\x88\x0a\xe5\x10\x13\x91\x05\x94\x05\x80\x49\xf0\x06\x00\x11\x14\x94\x0d\xf0\x00\x04\x05\x24\xf0\x00\x04\x05\x24\x88\x04\xdd\x14\x1b\x98\x44\xd0\x22\x37\xb8\x12\xd1\x14\x3c\xd4\x14\x3c\xf0\x00\x03\x09\x24\xf0\x00\x03\x09\x24\x88\x44\xdd\x14\x1b\x98\x43\xa0\x14\xa0\x74\xd1\x14\x2c\xd4\x14\x2c\x88\x45\xdd\x0f\x16\x90\x75\xd0\x1e\x34\xb0\x65\xd1\x0f\x3c\xd4\x0f\x3c\xf0\x00\x01\x0d\x24\xd8\x10\x19\x97\x0d\x92\x0d\x98\x64\xd1\x10\x23\xd4\x10\x23\xd0\x10\x23\xf8\xf0\x07\x03\x09\x24\xf0\x0a\x00\x18\x1b\x94\x7c\xd7\x17\x29\xd2\x17\x29\xd1\x17\x2b\xd4\x17\x2b\xf0\x00\x02\x05\x20\xf0\x00\x02\x05\x20\x89\x0b\x88\x04\x88\x65\xdd\x0b\x12\x90\x35\xd0\x1a\x30\xb0\x25\xd1\x0b\x38\xd4\x0b\x38\xf0\x00\x01\x09\x20\xd8\x0c\x15\x8f\x4d\x8a\x4d\x98\x24\xd1\x0c\x1f\xd4\x0c\x1f\xd0\x0c\x1f\xf8\xdd\x1e\x27\xa8\x09\xd1\x1e\x32\xd4\x1e\x32\x80\x43\xd4\x04\x1b\xd8\x0b\x0e\x80\x4a",
56384 };
56385 static
56386     struct {
56387         PyASCIIObject _ascii;
56388         uint8_t _data[10];
56389     }
56390 const_str_abstracts = {
56391     ._ascii = {
56392         .ob_base = {
56393             .ob_refcnt = 999999999,
56394             .ob_type = &PyUnicode_Type,
56395         },
56396         .length = 9,
56397         .hash = -1,
56398         .state = {
56399             .kind = 1,
56400             .compact = 1,
56401             .ascii = 1,
56402             .ready = 1,
56403         },
56404     },
56405     ._data = "abstracts",
56406 };
56407 static
56408     struct {
56409         PyASCIIObject _ascii;
56410         uint8_t _data[5];
56411     }
56412 const_str_scls = {
56413     ._ascii = {
56414         .ob_base = {
56415             .ob_refcnt = 999999999,
56416             .ob_type = &PyUnicode_Type,
56417         },
56418         .length = 4,
56419         .hash = -1,
56420         .state = {
56421             .kind = 1,
56422             .compact = 1,
56423             .ascii = 1,
56424             .ready = 1,
56425         },
56426     },
56427     ._data = "scls",
56428 };
56429 static
56430     struct {
56431         PyGC_Head _gc_head;
56432         struct {
56433             PyObject_VAR_HEAD
56434             PyObject *ob_item[5];
56435         }_object;
56436     }
56437 abc_toplevel_consts_14_localsplusnames = {
56438     ._object = {
56439         .ob_base = {
56440             .ob_base = {
56441                 .ob_refcnt = 999999999,
56442                 .ob_type = &PyTuple_Type,
56443             },
56444             .ob_size = 5,
56445         },
56446         .ob_item = {
56447             & const_str_cls._ascii.ob_base,
56448             & const_str_abstracts._ascii.ob_base,
56449             & const_str_scls._ascii.ob_base,
56450             &_Py_ID(name),
56451             & const_str_value._ascii.ob_base,
56452         },
56453     },
56454 };
56455 static
56456     struct _PyCode_DEF(418)
56457 abc_toplevel_consts_14 = {
56458     .ob_base = {
56459         .ob_base = {
56460             .ob_refcnt = 999999999,
56461             .ob_type = &PyCode_Type,
56462         },
56463         .ob_size = 209,
56464     },
56465     .co_consts = & abc_toplevel_consts_14_consts._object.ob_base.ob_base,
56466     .co_names = & abc_toplevel_consts_14_names._object.ob_base.ob_base,
56467     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
56468     .co_flags = 3,
56469     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
56470     ._co_linearray_entry_size = 0,
56471     .co_argcount = 1,
56472     .co_posonlyargcount = 0,
56473     .co_kwonlyargcount = 0,
56474     .co_stacksize = 7,
56475     .co_firstlineno = 146,
56476     .co_nlocalsplus = 5,
56477     .co_nlocals = 5,
56478     .co_nplaincellvars = 0,
56479     .co_ncellvars = 0,
56480     .co_nfreevars = 0,
56481     .co_localsplusnames = & abc_toplevel_consts_14_localsplusnames._object.ob_base.ob_base,
56482     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
56483     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
56484     .co_name = & const_str_update_abstractmethods._ascii.ob_base,
56485     .co_qualname = & const_str_update_abstractmethods._ascii.ob_base,
56486     .co_linetable = & abc_toplevel_consts_14_linetable.ob_base.ob_base,
56487     ._co_code = NULL,
56488     ._co_linearray = NULL,
56489     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x01\xa6\x02\x00\x00\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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x4d\x7d\x02\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x01\x64\x02\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x39\x7d\x03\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x03\x64\x03\xa6\x03\x00\x00\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x72\x15\x7c\x01\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x3a\x8c\x4e\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x2b\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x72\x15\x7c\x01\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x2c\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\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",
56490     ._co_firsttraceable = 0,
56491 };
56492 static
56493     struct {
56494         PyASCIIObject _ascii;
56495         uint8_t _data[4];
56496     }
56497 const_str_ABC = {
56498     ._ascii = {
56499         .ob_base = {
56500             .ob_refcnt = 999999999,
56501             .ob_type = &PyUnicode_Type,
56502         },
56503         .length = 3,
56504         .hash = -1,
56505         .state = {
56506             .kind = 1,
56507             .compact = 1,
56508             .ascii = 1,
56509             .ready = 1,
56510         },
56511     },
56512     ._data = "ABC",
56513 };
56514 static
56515     struct {
56516         PyASCIIObject _ascii;
56517         uint8_t _data[87];
56518     }
56519 abc_toplevel_consts_15_consts_1 = {
56520     ._ascii = {
56521         .ob_base = {
56522             .ob_refcnt = 999999999,
56523             .ob_type = &PyUnicode_Type,
56524         },
56525         .length = 86,
56526         .hash = -1,
56527         .state = {
56528             .kind = 1,
56529             .compact = 1,
56530             .ascii = 1,
56531             .ready = 1,
56532         },
56533     },
56534     ._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",
56535 };
56536 static
56537     struct {
56538         PyGC_Head _gc_head;
56539         struct {
56540             PyObject_VAR_HEAD
56541             PyObject *ob_item[4];
56542         }_object;
56543     }
56544 abc_toplevel_consts_15_consts = {
56545     ._object = {
56546         .ob_base = {
56547             .ob_base = {
56548                 .ob_refcnt = 999999999,
56549                 .ob_type = &PyTuple_Type,
56550             },
56551             .ob_size = 4,
56552         },
56553         .ob_item = {
56554             & const_str_ABC._ascii.ob_base,
56555             & abc_toplevel_consts_15_consts_1._ascii.ob_base,
56556             (PyObject *)& _Py_SINGLETON(tuple_empty),
56557             Py_None,
56558         },
56559     },
56560 };
56561 static
56562     struct {
56563         PyGC_Head _gc_head;
56564         struct {
56565             PyObject_VAR_HEAD
56566             PyObject *ob_item[5];
56567         }_object;
56568     }
56569 abc_toplevel_consts_15_names = {
56570     ._object = {
56571         .ob_base = {
56572             .ob_base = {
56573                 .ob_refcnt = 999999999,
56574                 .ob_type = &PyTuple_Type,
56575             },
56576             .ob_size = 5,
56577         },
56578         .ob_item = {
56579             &_Py_ID(__name__),
56580             &_Py_ID(__module__),
56581             &_Py_ID(__qualname__),
56582             &_Py_ID(__doc__),
56583             &_Py_ID(__slots__),
56584         },
56585     },
56586 };
56587 static
56588     struct {
56589         PyObject_VAR_HEAD
56590         Py_hash_t ob_shash;
56591         char ob_sval[32];
56592     }
56593 abc_toplevel_consts_15_linetable = {
56594     .ob_base = {
56595         .ob_base = {
56596             .ob_refcnt = 999999999,
56597             .ob_type = &PyBytes_Type,
56598         },
56599         .ob_size = 31,
56600     },
56601     .ob_shash = -1,
56602     .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",
56603 };
56604 static
56605     struct _PyCode_DEF(22)
56606 abc_toplevel_consts_15 = {
56607     .ob_base = {
56608         .ob_base = {
56609             .ob_refcnt = 999999999,
56610             .ob_type = &PyCode_Type,
56611         },
56612         .ob_size = 11,
56613     },
56614     .co_consts = & abc_toplevel_consts_15_consts._object.ob_base.ob_base,
56615     .co_names = & abc_toplevel_consts_15_names._object.ob_base.ob_base,
56616     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
56617     .co_flags = 0,
56618     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
56619     ._co_linearray_entry_size = 0,
56620     .co_argcount = 0,
56621     .co_posonlyargcount = 0,
56622     .co_kwonlyargcount = 0,
56623     .co_stacksize = 1,
56624     .co_firstlineno = 184,
56625     .co_nlocalsplus = 0,
56626     .co_nlocals = 0,
56627     .co_nplaincellvars = 0,
56628     .co_ncellvars = 0,
56629     .co_nfreevars = 0,
56630     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
56631     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
56632     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
56633     .co_name = & const_str_ABC._ascii.ob_base,
56634     .co_qualname = & const_str_ABC._ascii.ob_base,
56635     .co_linetable = & abc_toplevel_consts_15_linetable.ob_base.ob_base,
56636     ._co_code = NULL,
56637     ._co_linearray = NULL,
56638     .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",
56639     ._co_firsttraceable = 0,
56640 };
56641 static
56642     struct {
56643         PyGC_Head _gc_head;
56644         struct {
56645             PyObject_VAR_HEAD
56646             PyObject *ob_item[1];
56647         }_object;
56648     }
56649 abc_toplevel_consts_17 = {
56650     ._object = {
56651         .ob_base = {
56652             .ob_base = {
56653                 .ob_refcnt = 999999999,
56654                 .ob_type = &PyTuple_Type,
56655             },
56656             .ob_size = 1,
56657         },
56658         .ob_item = {
56659             &_Py_ID(metaclass),
56660         },
56661     },
56662 };
56663 static
56664     struct {
56665         PyGC_Head _gc_head;
56666         struct {
56667             PyObject_VAR_HEAD
56668             PyObject *ob_item[19];
56669         }_object;
56670     }
56671 abc_toplevel_consts = {
56672     ._object = {
56673         .ob_base = {
56674             .ob_base = {
56675                 .ob_refcnt = 999999999,
56676                 .ob_type = &PyTuple_Type,
56677             },
56678             .ob_size = 19,
56679         },
56680         .ob_item = {
56681             & abc_toplevel_consts_0._ascii.ob_base,
56682             & abc_toplevel_consts_1.ob_base.ob_base,
56683             & abc_toplevel_consts_2.ob_base.ob_base,
56684             & const_str_abstractclassmethod._ascii.ob_base,
56685             & abc_toplevel_consts_4.ob_base.ob_base,
56686             & const_str_abstractstaticmethod._ascii.ob_base,
56687             & abc_toplevel_consts_6.ob_base.ob_base,
56688             & const_str_abstractproperty._ascii.ob_base,
56689             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
56690             & abc_toplevel_consts_9._object.ob_base.ob_base,
56691             & abc_toplevel_consts_10.ob_base.ob_base,
56692             & const_str_ABCMeta._ascii.ob_base,
56693             & abc_toplevel_consts_12._object.ob_base.ob_base,
56694             & const_str_abc._ascii.ob_base,
56695             & abc_toplevel_consts_14.ob_base.ob_base,
56696             & abc_toplevel_consts_15.ob_base.ob_base,
56697             & const_str_ABC._ascii.ob_base,
56698             & abc_toplevel_consts_17._object.ob_base.ob_base,
56699             Py_None,
56700         },
56701     },
56702 };
56703 static
56704     struct {
56705         PyASCIIObject _ascii;
56706         uint8_t _data[5];
56707     }
56708 const_str__abc = {
56709     ._ascii = {
56710         .ob_base = {
56711             .ob_refcnt = 999999999,
56712             .ob_type = &PyUnicode_Type,
56713         },
56714         .length = 4,
56715         .hash = -1,
56716         .state = {
56717             .kind = 1,
56718             .compact = 1,
56719             .ascii = 1,
56720             .ready = 1,
56721         },
56722     },
56723     ._data = "_abc",
56724 };
56725 static
56726     struct {
56727         PyASCIIObject _ascii;
56728         uint8_t _data[8];
56729     }
56730 const_str__py_abc = {
56731     ._ascii = {
56732         .ob_base = {
56733             .ob_refcnt = 999999999,
56734             .ob_type = &PyUnicode_Type,
56735         },
56736         .length = 7,
56737         .hash = -1,
56738         .state = {
56739             .kind = 1,
56740             .compact = 1,
56741             .ascii = 1,
56742             .ready = 1,
56743         },
56744     },
56745     ._data = "_py_abc",
56746 };
56747 static
56748     struct {
56749         PyGC_Head _gc_head;
56750         struct {
56751             PyObject_VAR_HEAD
56752             PyObject *ob_item[24];
56753         }_object;
56754     }
56755 abc_toplevel_names = {
56756     ._object = {
56757         .ob_base = {
56758             .ob_base = {
56759                 .ob_refcnt = 999999999,
56760                 .ob_type = &PyTuple_Type,
56761             },
56762             .ob_size = 24,
56763         },
56764         .ob_item = {
56765             &_Py_ID(__doc__),
56766             & const_str_abstractmethod._ascii.ob_base,
56767             & const_str_classmethod._ascii.ob_base,
56768             & const_str_abstractclassmethod._ascii.ob_base,
56769             & const_str_staticmethod._ascii.ob_base,
56770             & const_str_abstractstaticmethod._ascii.ob_base,
56771             & const_str_property._ascii.ob_base,
56772             & const_str_abstractproperty._ascii.ob_base,
56773             & const_str__abc._ascii.ob_base,
56774             & const_str_get_cache_token._ascii.ob_base,
56775             & const_str__abc_init._ascii.ob_base,
56776             & const_str__abc_register._ascii.ob_base,
56777             & const_str__abc_instancecheck._ascii.ob_base,
56778             & const_str__abc_subclasscheck._ascii.ob_base,
56779             & const_str__get_dump._ascii.ob_base,
56780             & const_str__reset_registry._ascii.ob_base,
56781             & const_str__reset_caches._ascii.ob_base,
56782             & const_str_type._ascii.ob_base,
56783             & const_str_ABCMeta._ascii.ob_base,
56784             & const_str_ImportError._ascii.ob_base,
56785             & const_str__py_abc._ascii.ob_base,
56786             &_Py_ID(__module__),
56787             & const_str_update_abstractmethods._ascii.ob_base,
56788             & const_str_ABC._ascii.ob_base,
56789         },
56790     },
56791 };
56792 static
56793     struct {
56794         PyObject_VAR_HEAD
56795         Py_hash_t ob_shash;
56796         char ob_sval[448];
56797     }
56798 abc_toplevel_linetable = {
56799     .ob_base = {
56800         .ob_base = {
56801             .ob_refcnt = 999999999,
56802             .ob_type = &PyBytes_Type,
56803         },
56804         .ob_size = 447,
56805     },
56806     .ob_shash = -1,
56807     .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\xf1\x00\x11\x01\x23\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\xf1\x00\x11\x01\x23\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\xf1\x00\x0d\x01\x20\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\xf1\x00\x33\x05\x1f\xf4\x00\x33\x05\x1f\xf0\x00\x33\x05\x1f\xf0\x00\x33\x05\x1f\xf8\xf0\x09\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\xf0\x74\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\xf1\x00\x04\x01\x13\xf4\x00\x04\x01\x13\xf0\x00\x04\x01\x13\xf0\x00\x04\x01\x13\xf0\x00\x04\x01\x13",
56808 };
56809 static
56810     struct {
56811         PyObject_VAR_HEAD
56812         Py_hash_t ob_shash;
56813         char ob_sval[18];
56814     }
56815 abc_toplevel_exceptiontable = {
56816     .ob_base = {
56817         .ob_base = {
56818             .ob_refcnt = 999999999,
56819             .ob_type = &PyBytes_Type,
56820         },
56821         .ob_size = 17,
56822     },
56823     .ob_shash = -1,
56824     .ob_sval = "\xb1\x14\x41\x14\x00\xc1\x14\x14\x41\x2b\x03\xc1\x2a\x01\x41\x2b\x03",
56825 };
56826 static
56827     struct _PyCode_DEF(260)
56828 abc_toplevel = {
56829     .ob_base = {
56830         .ob_base = {
56831             .ob_refcnt = 999999999,
56832             .ob_type = &PyCode_Type,
56833         },
56834         .ob_size = 130,
56835     },
56836     .co_consts = & abc_toplevel_consts._object.ob_base.ob_base,
56837     .co_names = & abc_toplevel_names._object.ob_base.ob_base,
56838     .co_exceptiontable = & abc_toplevel_exceptiontable.ob_base.ob_base,
56839     .co_flags = 0,
56840     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
56841     ._co_linearray_entry_size = 0,
56842     .co_argcount = 0,
56843     .co_posonlyargcount = 0,
56844     .co_kwonlyargcount = 0,
56845     .co_stacksize = 5,
56846     .co_firstlineno = 1,
56847     .co_nlocalsplus = 0,
56848     .co_nlocals = 0,
56849     .co_nplaincellvars = 0,
56850     .co_ncellvars = 0,
56851     .co_nfreevars = 0,
56852     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
56853     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
56854     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
56855     .co_name = &_Py_STR(anon_module),
56856     .co_qualname = &_Py_STR(anon_module),
56857     .co_linetable = & abc_toplevel_linetable.ob_base.ob_base,
56858     ._co_code = NULL,
56859     ._co_linearray = NULL,
56860     .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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x03\x02\x00\x47\x00\x64\x04\x84\x00\x64\x05\x65\x04\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x02\x00\x47\x00\x64\x06\x84\x00\x64\x07\x65\x06\xa6\x03\x00\x00\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x12\x6e\x1a\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\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x64\x0e\x84\x00\x5a\x16\x02\x00\x47\x00\x64\x0f\x84\x00\x64\x10\x65\x12\xac\x11\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x17\x64\x12\x53\x00",
56861     ._co_firsttraceable = 0,
56862 };
abc_do_patchups(void)56863 static void abc_do_patchups(void) {
56864 }
56865 
56866 PyObject *
_Py_get_abc_toplevel(void)56867 _Py_get_abc_toplevel(void)
56868 {
56869     abc_do_patchups();
56870     return Py_NewRef((PyObject *) &abc_toplevel);
56871 }
56872 
56873 static
56874     struct {
56875         PyASCIIObject _ascii;
56876         uint8_t _data[159];
56877     }
56878 codecs_toplevel_consts_0 = {
56879     ._ascii = {
56880         .ob_base = {
56881             .ob_refcnt = 999999999,
56882             .ob_type = &PyUnicode_Type,
56883         },
56884         .length = 158,
56885         .hash = -1,
56886         .state = {
56887             .kind = 1,
56888             .compact = 1,
56889             .ascii = 1,
56890             .ready = 1,
56891         },
56892     },
56893     ._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",
56894 };
56895 static
56896     struct {
56897         PyGC_Head _gc_head;
56898         struct {
56899             PyObject_VAR_HEAD
56900             PyObject *ob_item[1];
56901         }_object;
56902     }
56903 codecs_toplevel_consts_3 = {
56904     ._object = {
56905         .ob_base = {
56906             .ob_base = {
56907                 .ob_refcnt = 999999999,
56908                 .ob_type = &PyTuple_Type,
56909             },
56910             .ob_size = 1,
56911         },
56912         .ob_item = {
56913             & importlib__bootstrap_toplevel_consts_54_consts_5._ascii.ob_base,
56914         },
56915     },
56916 };
56917 static
56918     struct {
56919         PyASCIIObject _ascii;
56920         uint8_t _data[38];
56921     }
56922 codecs_toplevel_consts_4 = {
56923     ._ascii = {
56924         .ob_base = {
56925             .ob_refcnt = 999999999,
56926             .ob_type = &PyUnicode_Type,
56927         },
56928         .length = 37,
56929         .hash = -1,
56930         .state = {
56931             .kind = 1,
56932             .compact = 1,
56933             .ascii = 1,
56934             .ready = 1,
56935         },
56936     },
56937     ._data = "Failed to load the builtin codecs: %s",
56938 };
56939 static
56940     struct {
56941         PyASCIIObject _ascii;
56942         uint8_t _data[7];
56943     }
56944 const_str_lookup = {
56945     ._ascii = {
56946         .ob_base = {
56947             .ob_refcnt = 999999999,
56948             .ob_type = &PyUnicode_Type,
56949         },
56950         .length = 6,
56951         .hash = -1,
56952         .state = {
56953             .kind = 1,
56954             .compact = 1,
56955             .ascii = 1,
56956             .ready = 1,
56957         },
56958     },
56959     ._data = "lookup",
56960 };
56961 static
56962     struct {
56963         PyASCIIObject _ascii;
56964         uint8_t _data[12];
56965     }
56966 const_str_EncodedFile = {
56967     ._ascii = {
56968         .ob_base = {
56969             .ob_refcnt = 999999999,
56970             .ob_type = &PyUnicode_Type,
56971         },
56972         .length = 11,
56973         .hash = -1,
56974         .state = {
56975             .kind = 1,
56976             .compact = 1,
56977             .ascii = 1,
56978             .ready = 1,
56979         },
56980     },
56981     ._data = "EncodedFile",
56982 };
56983 static
56984     struct {
56985         PyASCIIObject _ascii;
56986         uint8_t _data[4];
56987     }
56988 const_str_BOM = {
56989     ._ascii = {
56990         .ob_base = {
56991             .ob_refcnt = 999999999,
56992             .ob_type = &PyUnicode_Type,
56993         },
56994         .length = 3,
56995         .hash = -1,
56996         .state = {
56997             .kind = 1,
56998             .compact = 1,
56999             .ascii = 1,
57000             .ready = 1,
57001         },
57002     },
57003     ._data = "BOM",
57004 };
57005 static
57006     struct {
57007         PyASCIIObject _ascii;
57008         uint8_t _data[7];
57009     }
57010 const_str_BOM_BE = {
57011     ._ascii = {
57012         .ob_base = {
57013             .ob_refcnt = 999999999,
57014             .ob_type = &PyUnicode_Type,
57015         },
57016         .length = 6,
57017         .hash = -1,
57018         .state = {
57019             .kind = 1,
57020             .compact = 1,
57021             .ascii = 1,
57022             .ready = 1,
57023         },
57024     },
57025     ._data = "BOM_BE",
57026 };
57027 static
57028     struct {
57029         PyASCIIObject _ascii;
57030         uint8_t _data[7];
57031     }
57032 const_str_BOM_LE = {
57033     ._ascii = {
57034         .ob_base = {
57035             .ob_refcnt = 999999999,
57036             .ob_type = &PyUnicode_Type,
57037         },
57038         .length = 6,
57039         .hash = -1,
57040         .state = {
57041             .kind = 1,
57042             .compact = 1,
57043             .ascii = 1,
57044             .ready = 1,
57045         },
57046     },
57047     ._data = "BOM_LE",
57048 };
57049 static
57050     struct {
57051         PyASCIIObject _ascii;
57052         uint8_t _data[9];
57053     }
57054 const_str_BOM32_BE = {
57055     ._ascii = {
57056         .ob_base = {
57057             .ob_refcnt = 999999999,
57058             .ob_type = &PyUnicode_Type,
57059         },
57060         .length = 8,
57061         .hash = -1,
57062         .state = {
57063             .kind = 1,
57064             .compact = 1,
57065             .ascii = 1,
57066             .ready = 1,
57067         },
57068     },
57069     ._data = "BOM32_BE",
57070 };
57071 static
57072     struct {
57073         PyASCIIObject _ascii;
57074         uint8_t _data[9];
57075     }
57076 const_str_BOM32_LE = {
57077     ._ascii = {
57078         .ob_base = {
57079             .ob_refcnt = 999999999,
57080             .ob_type = &PyUnicode_Type,
57081         },
57082         .length = 8,
57083         .hash = -1,
57084         .state = {
57085             .kind = 1,
57086             .compact = 1,
57087             .ascii = 1,
57088             .ready = 1,
57089         },
57090     },
57091     ._data = "BOM32_LE",
57092 };
57093 static
57094     struct {
57095         PyASCIIObject _ascii;
57096         uint8_t _data[9];
57097     }
57098 const_str_BOM64_BE = {
57099     ._ascii = {
57100         .ob_base = {
57101             .ob_refcnt = 999999999,
57102             .ob_type = &PyUnicode_Type,
57103         },
57104         .length = 8,
57105         .hash = -1,
57106         .state = {
57107             .kind = 1,
57108             .compact = 1,
57109             .ascii = 1,
57110             .ready = 1,
57111         },
57112     },
57113     ._data = "BOM64_BE",
57114 };
57115 static
57116     struct {
57117         PyASCIIObject _ascii;
57118         uint8_t _data[9];
57119     }
57120 const_str_BOM64_LE = {
57121     ._ascii = {
57122         .ob_base = {
57123             .ob_refcnt = 999999999,
57124             .ob_type = &PyUnicode_Type,
57125         },
57126         .length = 8,
57127         .hash = -1,
57128         .state = {
57129             .kind = 1,
57130             .compact = 1,
57131             .ascii = 1,
57132             .ready = 1,
57133         },
57134     },
57135     ._data = "BOM64_LE",
57136 };
57137 static
57138     struct {
57139         PyASCIIObject _ascii;
57140         uint8_t _data[9];
57141     }
57142 const_str_BOM_UTF8 = {
57143     ._ascii = {
57144         .ob_base = {
57145             .ob_refcnt = 999999999,
57146             .ob_type = &PyUnicode_Type,
57147         },
57148         .length = 8,
57149         .hash = -1,
57150         .state = {
57151             .kind = 1,
57152             .compact = 1,
57153             .ascii = 1,
57154             .ready = 1,
57155         },
57156     },
57157     ._data = "BOM_UTF8",
57158 };
57159 static
57160     struct {
57161         PyASCIIObject _ascii;
57162         uint8_t _data[10];
57163     }
57164 const_str_BOM_UTF16 = {
57165     ._ascii = {
57166         .ob_base = {
57167             .ob_refcnt = 999999999,
57168             .ob_type = &PyUnicode_Type,
57169         },
57170         .length = 9,
57171         .hash = -1,
57172         .state = {
57173             .kind = 1,
57174             .compact = 1,
57175             .ascii = 1,
57176             .ready = 1,
57177         },
57178     },
57179     ._data = "BOM_UTF16",
57180 };
57181 static
57182     struct {
57183         PyASCIIObject _ascii;
57184         uint8_t _data[13];
57185     }
57186 const_str_BOM_UTF16_LE = {
57187     ._ascii = {
57188         .ob_base = {
57189             .ob_refcnt = 999999999,
57190             .ob_type = &PyUnicode_Type,
57191         },
57192         .length = 12,
57193         .hash = -1,
57194         .state = {
57195             .kind = 1,
57196             .compact = 1,
57197             .ascii = 1,
57198             .ready = 1,
57199         },
57200     },
57201     ._data = "BOM_UTF16_LE",
57202 };
57203 static
57204     struct {
57205         PyASCIIObject _ascii;
57206         uint8_t _data[13];
57207     }
57208 const_str_BOM_UTF16_BE = {
57209     ._ascii = {
57210         .ob_base = {
57211             .ob_refcnt = 999999999,
57212             .ob_type = &PyUnicode_Type,
57213         },
57214         .length = 12,
57215         .hash = -1,
57216         .state = {
57217             .kind = 1,
57218             .compact = 1,
57219             .ascii = 1,
57220             .ready = 1,
57221         },
57222     },
57223     ._data = "BOM_UTF16_BE",
57224 };
57225 static
57226     struct {
57227         PyASCIIObject _ascii;
57228         uint8_t _data[10];
57229     }
57230 const_str_BOM_UTF32 = {
57231     ._ascii = {
57232         .ob_base = {
57233             .ob_refcnt = 999999999,
57234             .ob_type = &PyUnicode_Type,
57235         },
57236         .length = 9,
57237         .hash = -1,
57238         .state = {
57239             .kind = 1,
57240             .compact = 1,
57241             .ascii = 1,
57242             .ready = 1,
57243         },
57244     },
57245     ._data = "BOM_UTF32",
57246 };
57247 static
57248     struct {
57249         PyASCIIObject _ascii;
57250         uint8_t _data[13];
57251     }
57252 const_str_BOM_UTF32_LE = {
57253     ._ascii = {
57254         .ob_base = {
57255             .ob_refcnt = 999999999,
57256             .ob_type = &PyUnicode_Type,
57257         },
57258         .length = 12,
57259         .hash = -1,
57260         .state = {
57261             .kind = 1,
57262             .compact = 1,
57263             .ascii = 1,
57264             .ready = 1,
57265         },
57266     },
57267     ._data = "BOM_UTF32_LE",
57268 };
57269 static
57270     struct {
57271         PyASCIIObject _ascii;
57272         uint8_t _data[13];
57273     }
57274 const_str_BOM_UTF32_BE = {
57275     ._ascii = {
57276         .ob_base = {
57277             .ob_refcnt = 999999999,
57278             .ob_type = &PyUnicode_Type,
57279         },
57280         .length = 12,
57281         .hash = -1,
57282         .state = {
57283             .kind = 1,
57284             .compact = 1,
57285             .ascii = 1,
57286             .ready = 1,
57287         },
57288     },
57289     ._data = "BOM_UTF32_BE",
57290 };
57291 static
57292     struct {
57293         PyASCIIObject _ascii;
57294         uint8_t _data[10];
57295     }
57296 const_str_CodecInfo = {
57297     ._ascii = {
57298         .ob_base = {
57299             .ob_refcnt = 999999999,
57300             .ob_type = &PyUnicode_Type,
57301         },
57302         .length = 9,
57303         .hash = -1,
57304         .state = {
57305             .kind = 1,
57306             .compact = 1,
57307             .ascii = 1,
57308             .ready = 1,
57309         },
57310     },
57311     ._data = "CodecInfo",
57312 };
57313 static
57314     struct {
57315         PyASCIIObject _ascii;
57316         uint8_t _data[6];
57317     }
57318 const_str_Codec = {
57319     ._ascii = {
57320         .ob_base = {
57321             .ob_refcnt = 999999999,
57322             .ob_type = &PyUnicode_Type,
57323         },
57324         .length = 5,
57325         .hash = -1,
57326         .state = {
57327             .kind = 1,
57328             .compact = 1,
57329             .ascii = 1,
57330             .ready = 1,
57331         },
57332     },
57333     ._data = "Codec",
57334 };
57335 static
57336     struct {
57337         PyASCIIObject _ascii;
57338         uint8_t _data[19];
57339     }
57340 const_str_IncrementalEncoder = {
57341     ._ascii = {
57342         .ob_base = {
57343             .ob_refcnt = 999999999,
57344             .ob_type = &PyUnicode_Type,
57345         },
57346         .length = 18,
57347         .hash = -1,
57348         .state = {
57349             .kind = 1,
57350             .compact = 1,
57351             .ascii = 1,
57352             .ready = 1,
57353         },
57354     },
57355     ._data = "IncrementalEncoder",
57356 };
57357 static
57358     struct {
57359         PyASCIIObject _ascii;
57360         uint8_t _data[19];
57361     }
57362 const_str_IncrementalDecoder = {
57363     ._ascii = {
57364         .ob_base = {
57365             .ob_refcnt = 999999999,
57366             .ob_type = &PyUnicode_Type,
57367         },
57368         .length = 18,
57369         .hash = -1,
57370         .state = {
57371             .kind = 1,
57372             .compact = 1,
57373             .ascii = 1,
57374             .ready = 1,
57375         },
57376     },
57377     ._data = "IncrementalDecoder",
57378 };
57379 static
57380     struct {
57381         PyASCIIObject _ascii;
57382         uint8_t _data[13];
57383     }
57384 const_str_StreamReader = {
57385     ._ascii = {
57386         .ob_base = {
57387             .ob_refcnt = 999999999,
57388             .ob_type = &PyUnicode_Type,
57389         },
57390         .length = 12,
57391         .hash = -1,
57392         .state = {
57393             .kind = 1,
57394             .compact = 1,
57395             .ascii = 1,
57396             .ready = 1,
57397         },
57398     },
57399     ._data = "StreamReader",
57400 };
57401 static
57402     struct {
57403         PyASCIIObject _ascii;
57404         uint8_t _data[13];
57405     }
57406 const_str_StreamWriter = {
57407     ._ascii = {
57408         .ob_base = {
57409             .ob_refcnt = 999999999,
57410             .ob_type = &PyUnicode_Type,
57411         },
57412         .length = 12,
57413         .hash = -1,
57414         .state = {
57415             .kind = 1,
57416             .compact = 1,
57417             .ascii = 1,
57418             .ready = 1,
57419         },
57420     },
57421     ._data = "StreamWriter",
57422 };
57423 static
57424     struct {
57425         PyASCIIObject _ascii;
57426         uint8_t _data[19];
57427     }
57428 const_str_StreamReaderWriter = {
57429     ._ascii = {
57430         .ob_base = {
57431             .ob_refcnt = 999999999,
57432             .ob_type = &PyUnicode_Type,
57433         },
57434         .length = 18,
57435         .hash = -1,
57436         .state = {
57437             .kind = 1,
57438             .compact = 1,
57439             .ascii = 1,
57440             .ready = 1,
57441         },
57442     },
57443     ._data = "StreamReaderWriter",
57444 };
57445 static
57446     struct {
57447         PyASCIIObject _ascii;
57448         uint8_t _data[14];
57449     }
57450 const_str_StreamRecoder = {
57451     ._ascii = {
57452         .ob_base = {
57453             .ob_refcnt = 999999999,
57454             .ob_type = &PyUnicode_Type,
57455         },
57456         .length = 13,
57457         .hash = -1,
57458         .state = {
57459             .kind = 1,
57460             .compact = 1,
57461             .ascii = 1,
57462             .ready = 1,
57463         },
57464     },
57465     ._data = "StreamRecoder",
57466 };
57467 static
57468     struct {
57469         PyASCIIObject _ascii;
57470         uint8_t _data[11];
57471     }
57472 const_str_getencoder = {
57473     ._ascii = {
57474         .ob_base = {
57475             .ob_refcnt = 999999999,
57476             .ob_type = &PyUnicode_Type,
57477         },
57478         .length = 10,
57479         .hash = -1,
57480         .state = {
57481             .kind = 1,
57482             .compact = 1,
57483             .ascii = 1,
57484             .ready = 1,
57485         },
57486     },
57487     ._data = "getencoder",
57488 };
57489 static
57490     struct {
57491         PyASCIIObject _ascii;
57492         uint8_t _data[11];
57493     }
57494 const_str_getdecoder = {
57495     ._ascii = {
57496         .ob_base = {
57497             .ob_refcnt = 999999999,
57498             .ob_type = &PyUnicode_Type,
57499         },
57500         .length = 10,
57501         .hash = -1,
57502         .state = {
57503             .kind = 1,
57504             .compact = 1,
57505             .ascii = 1,
57506             .ready = 1,
57507         },
57508     },
57509     ._data = "getdecoder",
57510 };
57511 static
57512     struct {
57513         PyASCIIObject _ascii;
57514         uint8_t _data[22];
57515     }
57516 const_str_getincrementalencoder = {
57517     ._ascii = {
57518         .ob_base = {
57519             .ob_refcnt = 999999999,
57520             .ob_type = &PyUnicode_Type,
57521         },
57522         .length = 21,
57523         .hash = -1,
57524         .state = {
57525             .kind = 1,
57526             .compact = 1,
57527             .ascii = 1,
57528             .ready = 1,
57529         },
57530     },
57531     ._data = "getincrementalencoder",
57532 };
57533 static
57534     struct {
57535         PyASCIIObject _ascii;
57536         uint8_t _data[22];
57537     }
57538 const_str_getincrementaldecoder = {
57539     ._ascii = {
57540         .ob_base = {
57541             .ob_refcnt = 999999999,
57542             .ob_type = &PyUnicode_Type,
57543         },
57544         .length = 21,
57545         .hash = -1,
57546         .state = {
57547             .kind = 1,
57548             .compact = 1,
57549             .ascii = 1,
57550             .ready = 1,
57551         },
57552     },
57553     ._data = "getincrementaldecoder",
57554 };
57555 static
57556     struct {
57557         PyASCIIObject _ascii;
57558         uint8_t _data[10];
57559     }
57560 const_str_getreader = {
57561     ._ascii = {
57562         .ob_base = {
57563             .ob_refcnt = 999999999,
57564             .ob_type = &PyUnicode_Type,
57565         },
57566         .length = 9,
57567         .hash = -1,
57568         .state = {
57569             .kind = 1,
57570             .compact = 1,
57571             .ascii = 1,
57572             .ready = 1,
57573         },
57574     },
57575     ._data = "getreader",
57576 };
57577 static
57578     struct {
57579         PyASCIIObject _ascii;
57580         uint8_t _data[10];
57581     }
57582 const_str_getwriter = {
57583     ._ascii = {
57584         .ob_base = {
57585             .ob_refcnt = 999999999,
57586             .ob_type = &PyUnicode_Type,
57587         },
57588         .length = 9,
57589         .hash = -1,
57590         .state = {
57591             .kind = 1,
57592             .compact = 1,
57593             .ascii = 1,
57594             .ready = 1,
57595         },
57596     },
57597     ._data = "getwriter",
57598 };
57599 static
57600     struct {
57601         PyASCIIObject _ascii;
57602         uint8_t _data[11];
57603     }
57604 const_str_iterencode = {
57605     ._ascii = {
57606         .ob_base = {
57607             .ob_refcnt = 999999999,
57608             .ob_type = &PyUnicode_Type,
57609         },
57610         .length = 10,
57611         .hash = -1,
57612         .state = {
57613             .kind = 1,
57614             .compact = 1,
57615             .ascii = 1,
57616             .ready = 1,
57617         },
57618     },
57619     ._data = "iterencode",
57620 };
57621 static
57622     struct {
57623         PyASCIIObject _ascii;
57624         uint8_t _data[11];
57625     }
57626 const_str_iterdecode = {
57627     ._ascii = {
57628         .ob_base = {
57629             .ob_refcnt = 999999999,
57630             .ob_type = &PyUnicode_Type,
57631         },
57632         .length = 10,
57633         .hash = -1,
57634         .state = {
57635             .kind = 1,
57636             .compact = 1,
57637             .ascii = 1,
57638             .ready = 1,
57639         },
57640     },
57641     ._data = "iterdecode",
57642 };
57643 static
57644     struct {
57645         PyASCIIObject _ascii;
57646         uint8_t _data[14];
57647     }
57648 const_str_strict_errors = {
57649     ._ascii = {
57650         .ob_base = {
57651             .ob_refcnt = 999999999,
57652             .ob_type = &PyUnicode_Type,
57653         },
57654         .length = 13,
57655         .hash = -1,
57656         .state = {
57657             .kind = 1,
57658             .compact = 1,
57659             .ascii = 1,
57660             .ready = 1,
57661         },
57662     },
57663     ._data = "strict_errors",
57664 };
57665 static
57666     struct {
57667         PyASCIIObject _ascii;
57668         uint8_t _data[14];
57669     }
57670 const_str_ignore_errors = {
57671     ._ascii = {
57672         .ob_base = {
57673             .ob_refcnt = 999999999,
57674             .ob_type = &PyUnicode_Type,
57675         },
57676         .length = 13,
57677         .hash = -1,
57678         .state = {
57679             .kind = 1,
57680             .compact = 1,
57681             .ascii = 1,
57682             .ready = 1,
57683         },
57684     },
57685     ._data = "ignore_errors",
57686 };
57687 static
57688     struct {
57689         PyASCIIObject _ascii;
57690         uint8_t _data[15];
57691     }
57692 const_str_replace_errors = {
57693     ._ascii = {
57694         .ob_base = {
57695             .ob_refcnt = 999999999,
57696             .ob_type = &PyUnicode_Type,
57697         },
57698         .length = 14,
57699         .hash = -1,
57700         .state = {
57701             .kind = 1,
57702             .compact = 1,
57703             .ascii = 1,
57704             .ready = 1,
57705         },
57706     },
57707     ._data = "replace_errors",
57708 };
57709 static
57710     struct {
57711         PyASCIIObject _ascii;
57712         uint8_t _data[25];
57713     }
57714 const_str_xmlcharrefreplace_errors = {
57715     ._ascii = {
57716         .ob_base = {
57717             .ob_refcnt = 999999999,
57718             .ob_type = &PyUnicode_Type,
57719         },
57720         .length = 24,
57721         .hash = -1,
57722         .state = {
57723             .kind = 1,
57724             .compact = 1,
57725             .ascii = 1,
57726             .ready = 1,
57727         },
57728     },
57729     ._data = "xmlcharrefreplace_errors",
57730 };
57731 static
57732     struct {
57733         PyASCIIObject _ascii;
57734         uint8_t _data[24];
57735     }
57736 const_str_backslashreplace_errors = {
57737     ._ascii = {
57738         .ob_base = {
57739             .ob_refcnt = 999999999,
57740             .ob_type = &PyUnicode_Type,
57741         },
57742         .length = 23,
57743         .hash = -1,
57744         .state = {
57745             .kind = 1,
57746             .compact = 1,
57747             .ascii = 1,
57748             .ready = 1,
57749         },
57750     },
57751     ._data = "backslashreplace_errors",
57752 };
57753 static
57754     struct {
57755         PyASCIIObject _ascii;
57756         uint8_t _data[19];
57757     }
57758 const_str_namereplace_errors = {
57759     ._ascii = {
57760         .ob_base = {
57761             .ob_refcnt = 999999999,
57762             .ob_type = &PyUnicode_Type,
57763         },
57764         .length = 18,
57765         .hash = -1,
57766         .state = {
57767             .kind = 1,
57768             .compact = 1,
57769             .ascii = 1,
57770             .ready = 1,
57771         },
57772     },
57773     ._data = "namereplace_errors",
57774 };
57775 static
57776     struct {
57777         PyASCIIObject _ascii;
57778         uint8_t _data[15];
57779     }
57780 const_str_register_error = {
57781     ._ascii = {
57782         .ob_base = {
57783             .ob_refcnt = 999999999,
57784             .ob_type = &PyUnicode_Type,
57785         },
57786         .length = 14,
57787         .hash = -1,
57788         .state = {
57789             .kind = 1,
57790             .compact = 1,
57791             .ascii = 1,
57792             .ready = 1,
57793         },
57794     },
57795     ._data = "register_error",
57796 };
57797 static
57798     struct {
57799         PyASCIIObject _ascii;
57800         uint8_t _data[13];
57801     }
57802 const_str_lookup_error = {
57803     ._ascii = {
57804         .ob_base = {
57805             .ob_refcnt = 999999999,
57806             .ob_type = &PyUnicode_Type,
57807         },
57808         .length = 12,
57809         .hash = -1,
57810         .state = {
57811             .kind = 1,
57812             .compact = 1,
57813             .ascii = 1,
57814             .ready = 1,
57815         },
57816     },
57817     ._data = "lookup_error",
57818 };
57819 static
57820     struct {
57821         PyGC_Head _gc_head;
57822         struct {
57823             PyObject_VAR_HEAD
57824             PyObject *ob_item[44];
57825         }_object;
57826     }
57827 codecs_toplevel_consts_5 = {
57828     ._object = {
57829         .ob_base = {
57830             .ob_base = {
57831                 .ob_refcnt = 999999999,
57832                 .ob_type = &PyTuple_Type,
57833             },
57834             .ob_size = 44,
57835         },
57836         .ob_item = {
57837             & const_str_register._ascii.ob_base,
57838             & const_str_lookup._ascii.ob_base,
57839             &_Py_ID(open),
57840             & const_str_EncodedFile._ascii.ob_base,
57841             & const_str_BOM._ascii.ob_base,
57842             & const_str_BOM_BE._ascii.ob_base,
57843             & const_str_BOM_LE._ascii.ob_base,
57844             & const_str_BOM32_BE._ascii.ob_base,
57845             & const_str_BOM32_LE._ascii.ob_base,
57846             & const_str_BOM64_BE._ascii.ob_base,
57847             & const_str_BOM64_LE._ascii.ob_base,
57848             & const_str_BOM_UTF8._ascii.ob_base,
57849             & const_str_BOM_UTF16._ascii.ob_base,
57850             & const_str_BOM_UTF16_LE._ascii.ob_base,
57851             & const_str_BOM_UTF16_BE._ascii.ob_base,
57852             & const_str_BOM_UTF32._ascii.ob_base,
57853             & const_str_BOM_UTF32_LE._ascii.ob_base,
57854             & const_str_BOM_UTF32_BE._ascii.ob_base,
57855             & const_str_CodecInfo._ascii.ob_base,
57856             & const_str_Codec._ascii.ob_base,
57857             & const_str_IncrementalEncoder._ascii.ob_base,
57858             & const_str_IncrementalDecoder._ascii.ob_base,
57859             & const_str_StreamReader._ascii.ob_base,
57860             & const_str_StreamWriter._ascii.ob_base,
57861             & const_str_StreamReaderWriter._ascii.ob_base,
57862             & const_str_StreamRecoder._ascii.ob_base,
57863             & const_str_getencoder._ascii.ob_base,
57864             & const_str_getdecoder._ascii.ob_base,
57865             & const_str_getincrementalencoder._ascii.ob_base,
57866             & const_str_getincrementaldecoder._ascii.ob_base,
57867             & const_str_getreader._ascii.ob_base,
57868             & const_str_getwriter._ascii.ob_base,
57869             &_Py_ID(encode),
57870             &_Py_ID(decode),
57871             & const_str_iterencode._ascii.ob_base,
57872             & const_str_iterdecode._ascii.ob_base,
57873             & const_str_strict_errors._ascii.ob_base,
57874             & const_str_ignore_errors._ascii.ob_base,
57875             & const_str_replace_errors._ascii.ob_base,
57876             & const_str_xmlcharrefreplace_errors._ascii.ob_base,
57877             & const_str_backslashreplace_errors._ascii.ob_base,
57878             & const_str_namereplace_errors._ascii.ob_base,
57879             & const_str_register_error._ascii.ob_base,
57880             & const_str_lookup_error._ascii.ob_base,
57881         },
57882     },
57883 };
57884 static
57885     struct {
57886         PyObject_VAR_HEAD
57887         Py_hash_t ob_shash;
57888         char ob_sval[4];
57889     }
57890 codecs_toplevel_consts_6 = {
57891     .ob_base = {
57892         .ob_base = {
57893             .ob_refcnt = 999999999,
57894             .ob_type = &PyBytes_Type,
57895         },
57896         .ob_size = 3,
57897     },
57898     .ob_shash = -1,
57899     .ob_sval = "\xef\xbb\xbf",
57900 };
57901 static
57902     struct {
57903         PyObject_VAR_HEAD
57904         Py_hash_t ob_shash;
57905         char ob_sval[3];
57906     }
57907 codecs_toplevel_consts_7 = {
57908     .ob_base = {
57909         .ob_base = {
57910             .ob_refcnt = 999999999,
57911             .ob_type = &PyBytes_Type,
57912         },
57913         .ob_size = 2,
57914     },
57915     .ob_shash = -1,
57916     .ob_sval = "\xff\xfe",
57917 };
57918 static
57919     struct {
57920         PyObject_VAR_HEAD
57921         Py_hash_t ob_shash;
57922         char ob_sval[3];
57923     }
57924 codecs_toplevel_consts_8 = {
57925     .ob_base = {
57926         .ob_base = {
57927             .ob_refcnt = 999999999,
57928             .ob_type = &PyBytes_Type,
57929         },
57930         .ob_size = 2,
57931     },
57932     .ob_shash = -1,
57933     .ob_sval = "\xfe\xff",
57934 };
57935 static
57936     struct {
57937         PyObject_VAR_HEAD
57938         Py_hash_t ob_shash;
57939         char ob_sval[5];
57940     }
57941 codecs_toplevel_consts_9 = {
57942     .ob_base = {
57943         .ob_base = {
57944             .ob_refcnt = 999999999,
57945             .ob_type = &PyBytes_Type,
57946         },
57947         .ob_size = 4,
57948     },
57949     .ob_shash = -1,
57950     .ob_sval = "\xff\xfe\x00\x00",
57951 };
57952 static
57953     struct {
57954         PyObject_VAR_HEAD
57955         Py_hash_t ob_shash;
57956         char ob_sval[5];
57957     }
57958 codecs_toplevel_consts_10 = {
57959     .ob_base = {
57960         .ob_base = {
57961             .ob_refcnt = 999999999,
57962             .ob_type = &PyBytes_Type,
57963         },
57964         .ob_size = 4,
57965     },
57966     .ob_shash = -1,
57967     .ob_sval = "\x00\x00\xfe\xff",
57968 };
57969 static
57970     struct {
57971         PyASCIIObject _ascii;
57972         uint8_t _data[49];
57973     }
57974 codecs_toplevel_consts_12_consts_1 = {
57975     ._ascii = {
57976         .ob_base = {
57977             .ob_refcnt = 999999999,
57978             .ob_type = &PyUnicode_Type,
57979         },
57980         .length = 48,
57981         .hash = -1,
57982         .state = {
57983             .kind = 1,
57984             .compact = 1,
57985             .ascii = 1,
57986             .ready = 1,
57987         },
57988     },
57989     ._data = "Codec details when looking up the codec registry",
57990 };
57991 static
57992     struct {
57993         PyGC_Head _gc_head;
57994         struct {
57995             PyObject_VAR_HEAD
57996             PyObject *ob_item[1];
57997         }_object;
57998     }
57999 codecs_toplevel_consts_12_consts_4 = {
58000     ._object = {
58001         .ob_base = {
58002             .ob_base = {
58003                 .ob_refcnt = 999999999,
58004                 .ob_type = &PyTuple_Type,
58005             },
58006             .ob_size = 1,
58007         },
58008         .ob_item = {
58009             &_Py_ID(_is_text_encoding),
58010         },
58011     },
58012 };
58013 static
58014     struct {
58015         PyASCIIObject _ascii;
58016         uint8_t _data[19];
58017     }
58018 const_str_incrementalencoder = {
58019     ._ascii = {
58020         .ob_base = {
58021             .ob_refcnt = 999999999,
58022             .ob_type = &PyUnicode_Type,
58023         },
58024         .length = 18,
58025         .hash = -1,
58026         .state = {
58027             .kind = 1,
58028             .compact = 1,
58029             .ascii = 1,
58030             .ready = 1,
58031         },
58032     },
58033     ._data = "incrementalencoder",
58034 };
58035 static
58036     struct {
58037         PyASCIIObject _ascii;
58038         uint8_t _data[19];
58039     }
58040 const_str_incrementaldecoder = {
58041     ._ascii = {
58042         .ob_base = {
58043             .ob_refcnt = 999999999,
58044             .ob_type = &PyUnicode_Type,
58045         },
58046         .length = 18,
58047         .hash = -1,
58048         .state = {
58049             .kind = 1,
58050             .compact = 1,
58051             .ascii = 1,
58052             .ready = 1,
58053         },
58054     },
58055     ._data = "incrementaldecoder",
58056 };
58057 static
58058     struct {
58059         PyASCIIObject _ascii;
58060         uint8_t _data[13];
58061     }
58062 const_str_streamwriter = {
58063     ._ascii = {
58064         .ob_base = {
58065             .ob_refcnt = 999999999,
58066             .ob_type = &PyUnicode_Type,
58067         },
58068         .length = 12,
58069         .hash = -1,
58070         .state = {
58071             .kind = 1,
58072             .compact = 1,
58073             .ascii = 1,
58074             .ready = 1,
58075         },
58076     },
58077     ._data = "streamwriter",
58078 };
58079 static
58080     struct {
58081         PyASCIIObject _ascii;
58082         uint8_t _data[13];
58083     }
58084 const_str_streamreader = {
58085     ._ascii = {
58086         .ob_base = {
58087             .ob_refcnt = 999999999,
58088             .ob_type = &PyUnicode_Type,
58089         },
58090         .length = 12,
58091         .hash = -1,
58092         .state = {
58093             .kind = 1,
58094             .compact = 1,
58095             .ascii = 1,
58096             .ready = 1,
58097         },
58098     },
58099     ._data = "streamreader",
58100 };
58101 static
58102     struct {
58103         PyGC_Head _gc_head;
58104         struct {
58105             PyObject_VAR_HEAD
58106             PyObject *ob_item[10];
58107         }_object;
58108     }
58109 codecs_toplevel_consts_12_consts_5_names = {
58110     ._object = {
58111         .ob_base = {
58112             .ob_base = {
58113                 .ob_refcnt = 999999999,
58114                 .ob_type = &PyTuple_Type,
58115             },
58116             .ob_size = 10,
58117         },
58118         .ob_item = {
58119             & const_str_tuple._ascii.ob_base,
58120             &_Py_ID(__new__),
58121             &_Py_ID(name),
58122             &_Py_ID(encode),
58123             &_Py_ID(decode),
58124             & const_str_incrementalencoder._ascii.ob_base,
58125             & const_str_incrementaldecoder._ascii.ob_base,
58126             & const_str_streamwriter._ascii.ob_base,
58127             & const_str_streamreader._ascii.ob_base,
58128             &_Py_ID(_is_text_encoding),
58129         },
58130     },
58131 };
58132 static
58133     struct {
58134         PyASCIIObject _ascii;
58135         uint8_t _data[16];
58136     }
58137 codecs_toplevel_consts_12_consts_5_filename = {
58138     ._ascii = {
58139         .ob_base = {
58140             .ob_refcnt = 999999999,
58141             .ob_type = &PyUnicode_Type,
58142         },
58143         .length = 15,
58144         .hash = -1,
58145         .state = {
58146             .kind = 1,
58147             .compact = 1,
58148             .ascii = 1,
58149             .ready = 1,
58150         },
58151     },
58152     ._data = "<frozen codecs>",
58153 };
58154 static
58155     struct {
58156         PyASCIIObject _ascii;
58157         uint8_t _data[18];
58158     }
58159 codecs_toplevel_consts_12_consts_5_qualname = {
58160     ._ascii = {
58161         .ob_base = {
58162             .ob_refcnt = 999999999,
58163             .ob_type = &PyUnicode_Type,
58164         },
58165         .length = 17,
58166         .hash = -1,
58167         .state = {
58168             .kind = 1,
58169             .compact = 1,
58170             .ascii = 1,
58171             .ready = 1,
58172         },
58173     },
58174     ._data = "CodecInfo.__new__",
58175 };
58176 static
58177     struct {
58178         PyObject_VAR_HEAD
58179         Py_hash_t ob_shash;
58180         char ob_sval[105];
58181     }
58182 codecs_toplevel_consts_12_consts_5_linetable = {
58183     .ob_base = {
58184         .ob_base = {
58185             .ob_refcnt = 999999999,
58186             .ob_type = &PyBytes_Type,
58187         },
58188         .ob_size = 104,
58189     },
58190     .ob_shash = -1,
58191     .ob_sval = "\x80\x00\xf5\x06\x00\x10\x15\x8f\x7d\x8a\x7d\x98\x53\xa0\x36\xa8\x36\xb0\x3c\xc0\x1c\xd0\x22\x4e\xd1\x0f\x4f\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\xd0\x0b\x28\xd8\x25\x36\x88\x44\xd4\x0c\x22\xd8\x0f\x13\x88\x0b",
58192 };
58193 static
58194     struct {
58195         PyGC_Head _gc_head;
58196         struct {
58197             PyObject_VAR_HEAD
58198             PyObject *ob_item[10];
58199         }_object;
58200     }
58201 codecs_toplevel_consts_12_consts_5_localsplusnames = {
58202     ._object = {
58203         .ob_base = {
58204             .ob_base = {
58205                 .ob_refcnt = 999999999,
58206                 .ob_type = &PyTuple_Type,
58207             },
58208             .ob_size = 10,
58209         },
58210         .ob_item = {
58211             & const_str_cls._ascii.ob_base,
58212             &_Py_ID(encode),
58213             &_Py_ID(decode),
58214             & const_str_streamreader._ascii.ob_base,
58215             & const_str_streamwriter._ascii.ob_base,
58216             & const_str_incrementalencoder._ascii.ob_base,
58217             & const_str_incrementaldecoder._ascii.ob_base,
58218             &_Py_ID(name),
58219             &_Py_ID(_is_text_encoding),
58220             & const_str_self._ascii.ob_base,
58221         },
58222     },
58223 };
58224 static
58225     struct _PyCode_DEF(184)
58226 codecs_toplevel_consts_12_consts_5 = {
58227     .ob_base = {
58228         .ob_base = {
58229             .ob_refcnt = 999999999,
58230             .ob_type = &PyCode_Type,
58231         },
58232         .ob_size = 92,
58233     },
58234     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
58235     .co_names = & codecs_toplevel_consts_12_consts_5_names._object.ob_base.ob_base,
58236     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
58237     .co_flags = 3,
58238     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
58239     ._co_linearray_entry_size = 0,
58240     .co_argcount = 8,
58241     .co_posonlyargcount = 0,
58242     .co_kwonlyargcount = 1,
58243     .co_stacksize = 7,
58244     .co_firstlineno = 94,
58245     .co_nlocalsplus = 10,
58246     .co_nlocals = 10,
58247     .co_nplaincellvars = 0,
58248     .co_ncellvars = 0,
58249     .co_nfreevars = 0,
58250     .co_localsplusnames = & codecs_toplevel_consts_12_consts_5_localsplusnames._object.ob_base.ob_base,
58251     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds.ob_base.ob_base,
58252     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
58253     .co_name = &_Py_ID(__new__),
58254     .co_qualname = & codecs_toplevel_consts_12_consts_5_qualname._ascii.ob_base,
58255     .co_linetable = & codecs_toplevel_consts_12_consts_5_linetable.ob_base.ob_base,
58256     ._co_code = NULL,
58257     ._co_linearray = NULL,
58258     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\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\xa6\x02\x00\x00\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",
58259     ._co_firsttraceable = 0,
58260 };
58261 static
58262     struct {
58263         PyASCIIObject _ascii;
58264         uint8_t _data[38];
58265     }
58266 codecs_toplevel_consts_12_consts_6_consts_1 = {
58267     ._ascii = {
58268         .ob_base = {
58269             .ob_refcnt = 999999999,
58270             .ob_type = &PyUnicode_Type,
58271         },
58272         .length = 37,
58273         .hash = -1,
58274         .state = {
58275             .kind = 1,
58276             .compact = 1,
58277             .ascii = 1,
58278             .ready = 1,
58279         },
58280     },
58281     ._data = "<%s.%s object for encoding %s at %#x>",
58282 };
58283 static
58284     struct {
58285         PyGC_Head _gc_head;
58286         struct {
58287             PyObject_VAR_HEAD
58288             PyObject *ob_item[2];
58289         }_object;
58290     }
58291 codecs_toplevel_consts_12_consts_6_consts = {
58292     ._object = {
58293         .ob_base = {
58294             .ob_base = {
58295                 .ob_refcnt = 999999999,
58296                 .ob_type = &PyTuple_Type,
58297             },
58298             .ob_size = 2,
58299         },
58300         .ob_item = {
58301             Py_None,
58302             & codecs_toplevel_consts_12_consts_6_consts_1._ascii.ob_base,
58303         },
58304     },
58305 };
58306 static
58307     struct {
58308         PyGC_Head _gc_head;
58309         struct {
58310             PyObject_VAR_HEAD
58311             PyObject *ob_item[5];
58312         }_object;
58313     }
58314 codecs_toplevel_consts_12_consts_6_names = {
58315     ._object = {
58316         .ob_base = {
58317             .ob_base = {
58318                 .ob_refcnt = 999999999,
58319                 .ob_type = &PyTuple_Type,
58320             },
58321             .ob_size = 5,
58322         },
58323         .ob_item = {
58324             &_Py_ID(__class__),
58325             &_Py_ID(__module__),
58326             &_Py_ID(__qualname__),
58327             &_Py_ID(name),
58328             & const_str_id._ascii.ob_base,
58329         },
58330     },
58331 };
58332 static
58333     struct {
58334         PyASCIIObject _ascii;
58335         uint8_t _data[19];
58336     }
58337 codecs_toplevel_consts_12_consts_6_qualname = {
58338     ._ascii = {
58339         .ob_base = {
58340             .ob_refcnt = 999999999,
58341             .ob_type = &PyUnicode_Type,
58342         },
58343         .length = 18,
58344         .hash = -1,
58345         .state = {
58346             .kind = 1,
58347             .compact = 1,
58348             .ascii = 1,
58349             .ready = 1,
58350         },
58351     },
58352     ._data = "CodecInfo.__repr__",
58353 };
58354 static
58355     struct {
58356         PyObject_VAR_HEAD
58357         Py_hash_t ob_shash;
58358         char ob_sval[49];
58359     }
58360 codecs_toplevel_consts_12_consts_6_linetable = {
58361     .ob_base = {
58362         .ob_base = {
58363             .ob_refcnt = 999999999,
58364             .ob_type = &PyBytes_Type,
58365         },
58366         .ob_size = 48,
58367     },
58368     .ob_shash = -1,
58369     .ob_sval = "\x80\x00\xd8\x0f\x36\xd8\x11\x15\x94\x1e\xd4\x11\x2a\xa8\x44\xac\x4e\xd4\x2c\x47\xd8\x11\x15\x94\x19\x9d\x42\x98\x74\x99\x48\x9c\x48\xf0\x03\x01\x11\x26\xf1\x03\x02\x10\x26\xf0\x00\x02\x09\x26",
58370 };
58371 static
58372     struct _PyCode_DEF(96)
58373 codecs_toplevel_consts_12_consts_6 = {
58374     .ob_base = {
58375         .ob_base = {
58376             .ob_refcnt = 999999999,
58377             .ob_type = &PyCode_Type,
58378         },
58379         .ob_size = 48,
58380     },
58381     .co_consts = & codecs_toplevel_consts_12_consts_6_consts._object.ob_base.ob_base,
58382     .co_names = & codecs_toplevel_consts_12_consts_6_names._object.ob_base.ob_base,
58383     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
58384     .co_flags = 3,
58385     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
58386     ._co_linearray_entry_size = 0,
58387     .co_argcount = 1,
58388     .co_posonlyargcount = 0,
58389     .co_kwonlyargcount = 0,
58390     .co_stacksize = 7,
58391     .co_firstlineno = 109,
58392     .co_nlocalsplus = 1,
58393     .co_nlocals = 1,
58394     .co_nplaincellvars = 0,
58395     .co_ncellvars = 0,
58396     .co_nfreevars = 0,
58397     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
58398     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
58399     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
58400     .co_name = &_Py_ID(__repr__),
58401     .co_qualname = & codecs_toplevel_consts_12_consts_6_qualname._ascii.ob_base,
58402     .co_linetable = & codecs_toplevel_consts_12_consts_6_linetable.ob_base.ob_base,
58403     ._co_code = NULL,
58404     ._co_linearray = NULL,
58405     .co_code_adaptive = "\x97\x00\x64\x01\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x66\x04\x7a\x06\x00\x00\x53\x00",
58406     ._co_firsttraceable = 0,
58407 };
58408 static
58409     struct {
58410         PyGC_Head _gc_head;
58411         struct {
58412             PyObject_VAR_HEAD
58413             PyObject *ob_item[5];
58414         }_object;
58415     }
58416 codecs_toplevel_consts_12_consts_7 = {
58417     ._object = {
58418         .ob_base = {
58419             .ob_base = {
58420                 .ob_refcnt = 999999999,
58421                 .ob_type = &PyTuple_Type,
58422             },
58423             .ob_size = 5,
58424         },
58425         .ob_item = {
58426             Py_None,
58427             Py_None,
58428             Py_None,
58429             Py_None,
58430             Py_None,
58431         },
58432     },
58433 };
58434 static
58435     struct {
58436         PyGC_Head _gc_head;
58437         struct {
58438             PyObject_VAR_HEAD
58439             PyObject *ob_item[8];
58440         }_object;
58441     }
58442 codecs_toplevel_consts_12_consts = {
58443     ._object = {
58444         .ob_base = {
58445             .ob_base = {
58446                 .ob_refcnt = 999999999,
58447                 .ob_type = &PyTuple_Type,
58448             },
58449             .ob_size = 8,
58450         },
58451         .ob_item = {
58452             & const_str_CodecInfo._ascii.ob_base,
58453             & codecs_toplevel_consts_12_consts_1._ascii.ob_base,
58454             Py_True,
58455             Py_None,
58456             & codecs_toplevel_consts_12_consts_4._object.ob_base.ob_base,
58457             & codecs_toplevel_consts_12_consts_5.ob_base.ob_base,
58458             & codecs_toplevel_consts_12_consts_6.ob_base.ob_base,
58459             & codecs_toplevel_consts_12_consts_7._object.ob_base.ob_base,
58460         },
58461     },
58462 };
58463 static
58464     struct {
58465         PyGC_Head _gc_head;
58466         struct {
58467             PyObject_VAR_HEAD
58468             PyObject *ob_item[7];
58469         }_object;
58470     }
58471 codecs_toplevel_consts_12_names = {
58472     ._object = {
58473         .ob_base = {
58474             .ob_base = {
58475                 .ob_refcnt = 999999999,
58476                 .ob_type = &PyTuple_Type,
58477             },
58478             .ob_size = 7,
58479         },
58480         .ob_item = {
58481             &_Py_ID(__name__),
58482             &_Py_ID(__module__),
58483             &_Py_ID(__qualname__),
58484             &_Py_ID(__doc__),
58485             &_Py_ID(_is_text_encoding),
58486             &_Py_ID(__new__),
58487             &_Py_ID(__repr__),
58488         },
58489     },
58490 };
58491 static
58492     struct {
58493         PyObject_VAR_HEAD
58494         Py_hash_t ob_shash;
58495         char ob_sval[89];
58496     }
58497 codecs_toplevel_consts_12_linetable = {
58498     .ob_base = {
58499         .ob_base = {
58500             .ob_refcnt = 999999999,
58501             .ob_type = &PyBytes_Type,
58502         },
58503         .ob_size = 88,
58504     },
58505     .ob_shash = -1,
58506     .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\x45\x49\xd8\x3f\x43\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",
58507 };
58508 static
58509     struct _PyCode_DEF(46)
58510 codecs_toplevel_consts_12 = {
58511     .ob_base = {
58512         .ob_base = {
58513             .ob_refcnt = 999999999,
58514             .ob_type = &PyCode_Type,
58515         },
58516         .ob_size = 23,
58517     },
58518     .co_consts = & codecs_toplevel_consts_12_consts._object.ob_base.ob_base,
58519     .co_names = & codecs_toplevel_consts_12_names._object.ob_base.ob_base,
58520     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
58521     .co_flags = 0,
58522     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
58523     ._co_linearray_entry_size = 0,
58524     .co_argcount = 0,
58525     .co_posonlyargcount = 0,
58526     .co_kwonlyargcount = 0,
58527     .co_stacksize = 3,
58528     .co_firstlineno = 83,
58529     .co_nlocalsplus = 0,
58530     .co_nlocals = 0,
58531     .co_nplaincellvars = 0,
58532     .co_ncellvars = 0,
58533     .co_nfreevars = 0,
58534     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
58535     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
58536     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
58537     .co_name = & const_str_CodecInfo._ascii.ob_base,
58538     .co_qualname = & const_str_CodecInfo._ascii.ob_base,
58539     .co_linetable = & codecs_toplevel_consts_12_linetable.ob_base.ob_base,
58540     ._co_code = NULL,
58541     ._co_linearray = NULL,
58542     .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",
58543     ._co_firsttraceable = 0,
58544 };
58545 static
58546     struct {
58547         PyASCIIObject _ascii;
58548         uint8_t _data[1082];
58549     }
58550 codecs_toplevel_consts_14_consts_1 = {
58551     ._ascii = {
58552         .ob_base = {
58553             .ob_refcnt = 999999999,
58554             .ob_type = &PyUnicode_Type,
58555         },
58556         .length = 1081,
58557         .hash = -1,
58558         .state = {
58559             .kind = 1,
58560             .compact = 1,
58561             .ascii = 1,
58562             .ready = 1,
58563         },
58564     },
58565     ._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",
58566 };
58567 static
58568     struct {
58569         PyASCIIObject _ascii;
58570         uint8_t _data[548];
58571     }
58572 codecs_toplevel_consts_14_consts_3_consts_0 = {
58573     ._ascii = {
58574         .ob_base = {
58575             .ob_refcnt = 999999999,
58576             .ob_type = &PyUnicode_Type,
58577         },
58578         .length = 547,
58579         .hash = -1,
58580         .state = {
58581             .kind = 1,
58582             .compact = 1,
58583             .ascii = 1,
58584             .ready = 1,
58585         },
58586     },
58587     ._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",
58588 };
58589 static
58590     struct {
58591         PyGC_Head _gc_head;
58592         struct {
58593             PyObject_VAR_HEAD
58594             PyObject *ob_item[1];
58595         }_object;
58596     }
58597 codecs_toplevel_consts_14_consts_3_consts = {
58598     ._object = {
58599         .ob_base = {
58600             .ob_base = {
58601                 .ob_refcnt = 999999999,
58602                 .ob_type = &PyTuple_Type,
58603             },
58604             .ob_size = 1,
58605         },
58606         .ob_item = {
58607             & codecs_toplevel_consts_14_consts_3_consts_0._ascii.ob_base,
58608         },
58609     },
58610 };
58611 static
58612     struct {
58613         PyGC_Head _gc_head;
58614         struct {
58615             PyObject_VAR_HEAD
58616             PyObject *ob_item[1];
58617         }_object;
58618     }
58619 codecs_toplevel_consts_14_consts_3_names = {
58620     ._object = {
58621         .ob_base = {
58622             .ob_base = {
58623                 .ob_refcnt = 999999999,
58624                 .ob_type = &PyTuple_Type,
58625             },
58626             .ob_size = 1,
58627         },
58628         .ob_item = {
58629             & const_str_NotImplementedError._ascii.ob_base,
58630         },
58631     },
58632 };
58633 static
58634     struct {
58635         PyASCIIObject _ascii;
58636         uint8_t _data[13];
58637     }
58638 codecs_toplevel_consts_14_consts_3_qualname = {
58639     ._ascii = {
58640         .ob_base = {
58641             .ob_refcnt = 999999999,
58642             .ob_type = &PyUnicode_Type,
58643         },
58644         .length = 12,
58645         .hash = -1,
58646         .state = {
58647             .kind = 1,
58648             .compact = 1,
58649             .ascii = 1,
58650             .ready = 1,
58651         },
58652     },
58653     ._data = "Codec.encode",
58654 };
58655 static
58656     struct {
58657         PyObject_VAR_HEAD
58658         Py_hash_t ob_shash;
58659         char ob_sval[11];
58660     }
58661 codecs_toplevel_consts_14_consts_3_linetable = {
58662     .ob_base = {
58663         .ob_base = {
58664             .ob_refcnt = 999999999,
58665             .ob_type = &PyBytes_Type,
58666         },
58667         .ob_size = 10,
58668     },
58669     .ob_shash = -1,
58670     .ob_sval = "\x80\x00\xf5\x22\x00\x0f\x22\xd0\x08\x21",
58671 };
58672 static
58673     struct {
58674         PyASCIIObject _ascii;
58675         uint8_t _data[6];
58676     }
58677 const_str_input = {
58678     ._ascii = {
58679         .ob_base = {
58680             .ob_refcnt = 999999999,
58681             .ob_type = &PyUnicode_Type,
58682         },
58683         .length = 5,
58684         .hash = -1,
58685         .state = {
58686             .kind = 1,
58687             .compact = 1,
58688             .ascii = 1,
58689             .ready = 1,
58690         },
58691     },
58692     ._data = "input",
58693 };
58694 static
58695     struct {
58696         PyGC_Head _gc_head;
58697         struct {
58698             PyObject_VAR_HEAD
58699             PyObject *ob_item[3];
58700         }_object;
58701     }
58702 codecs_toplevel_consts_14_consts_3_localsplusnames = {
58703     ._object = {
58704         .ob_base = {
58705             .ob_base = {
58706                 .ob_refcnt = 999999999,
58707                 .ob_type = &PyTuple_Type,
58708             },
58709             .ob_size = 3,
58710         },
58711         .ob_item = {
58712             & const_str_self._ascii.ob_base,
58713             & const_str_input._ascii.ob_base,
58714             &_Py_ID(errors),
58715         },
58716     },
58717 };
58718 static
58719     struct _PyCode_DEF(16)
58720 codecs_toplevel_consts_14_consts_3 = {
58721     .ob_base = {
58722         .ob_base = {
58723             .ob_refcnt = 999999999,
58724             .ob_type = &PyCode_Type,
58725         },
58726         .ob_size = 8,
58727     },
58728     .co_consts = & codecs_toplevel_consts_14_consts_3_consts._object.ob_base.ob_base,
58729     .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
58730     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
58731     .co_flags = 3,
58732     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
58733     ._co_linearray_entry_size = 0,
58734     .co_argcount = 3,
58735     .co_posonlyargcount = 0,
58736     .co_kwonlyargcount = 0,
58737     .co_stacksize = 1,
58738     .co_firstlineno = 138,
58739     .co_nlocalsplus = 3,
58740     .co_nlocals = 3,
58741     .co_nplaincellvars = 0,
58742     .co_ncellvars = 0,
58743     .co_nfreevars = 0,
58744     .co_localsplusnames = & codecs_toplevel_consts_14_consts_3_localsplusnames._object.ob_base.ob_base,
58745     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
58746     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
58747     .co_name = &_Py_ID(encode),
58748     .co_qualname = & codecs_toplevel_consts_14_consts_3_qualname._ascii.ob_base,
58749     .co_linetable = & codecs_toplevel_consts_14_consts_3_linetable.ob_base.ob_base,
58750     ._co_code = NULL,
58751     ._co_linearray = NULL,
58752     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
58753     ._co_firsttraceable = 0,
58754 };
58755 static
58756     struct {
58757         PyASCIIObject _ascii;
58758         uint8_t _data[755];
58759     }
58760 codecs_toplevel_consts_14_consts_4_consts_0 = {
58761     ._ascii = {
58762         .ob_base = {
58763             .ob_refcnt = 999999999,
58764             .ob_type = &PyUnicode_Type,
58765         },
58766         .length = 754,
58767         .hash = -1,
58768         .state = {
58769             .kind = 1,
58770             .compact = 1,
58771             .ascii = 1,
58772             .ready = 1,
58773         },
58774     },
58775     ._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",
58776 };
58777 static
58778     struct {
58779         PyGC_Head _gc_head;
58780         struct {
58781             PyObject_VAR_HEAD
58782             PyObject *ob_item[1];
58783         }_object;
58784     }
58785 codecs_toplevel_consts_14_consts_4_consts = {
58786     ._object = {
58787         .ob_base = {
58788             .ob_base = {
58789                 .ob_refcnt = 999999999,
58790                 .ob_type = &PyTuple_Type,
58791             },
58792             .ob_size = 1,
58793         },
58794         .ob_item = {
58795             & codecs_toplevel_consts_14_consts_4_consts_0._ascii.ob_base,
58796         },
58797     },
58798 };
58799 static
58800     struct {
58801         PyASCIIObject _ascii;
58802         uint8_t _data[13];
58803     }
58804 codecs_toplevel_consts_14_consts_4_qualname = {
58805     ._ascii = {
58806         .ob_base = {
58807             .ob_refcnt = 999999999,
58808             .ob_type = &PyUnicode_Type,
58809         },
58810         .length = 12,
58811         .hash = -1,
58812         .state = {
58813             .kind = 1,
58814             .compact = 1,
58815             .ascii = 1,
58816             .ready = 1,
58817         },
58818     },
58819     ._data = "Codec.decode",
58820 };
58821 static
58822     struct {
58823         PyObject_VAR_HEAD
58824         Py_hash_t ob_shash;
58825         char ob_sval[11];
58826     }
58827 codecs_toplevel_consts_14_consts_4_linetable = {
58828     .ob_base = {
58829         .ob_base = {
58830             .ob_refcnt = 999999999,
58831             .ob_type = &PyBytes_Type,
58832         },
58833         .ob_size = 10,
58834     },
58835     .ob_shash = -1,
58836     .ob_sval = "\x80\x00\xf5\x2a\x00\x0f\x22\xd0\x08\x21",
58837 };
58838 static
58839     struct _PyCode_DEF(16)
58840 codecs_toplevel_consts_14_consts_4 = {
58841     .ob_base = {
58842         .ob_base = {
58843             .ob_refcnt = 999999999,
58844             .ob_type = &PyCode_Type,
58845         },
58846         .ob_size = 8,
58847     },
58848     .co_consts = & codecs_toplevel_consts_14_consts_4_consts._object.ob_base.ob_base,
58849     .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
58850     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
58851     .co_flags = 3,
58852     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
58853     ._co_linearray_entry_size = 0,
58854     .co_argcount = 3,
58855     .co_posonlyargcount = 0,
58856     .co_kwonlyargcount = 0,
58857     .co_stacksize = 1,
58858     .co_firstlineno = 157,
58859     .co_nlocalsplus = 3,
58860     .co_nlocals = 3,
58861     .co_nplaincellvars = 0,
58862     .co_ncellvars = 0,
58863     .co_nfreevars = 0,
58864     .co_localsplusnames = & codecs_toplevel_consts_14_consts_3_localsplusnames._object.ob_base.ob_base,
58865     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
58866     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
58867     .co_name = &_Py_ID(decode),
58868     .co_qualname = & codecs_toplevel_consts_14_consts_4_qualname._ascii.ob_base,
58869     .co_linetable = & codecs_toplevel_consts_14_consts_4_linetable.ob_base.ob_base,
58870     ._co_code = NULL,
58871     ._co_linearray = NULL,
58872     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
58873     ._co_firsttraceable = 0,
58874 };
58875 static
58876     struct {
58877         PyGC_Head _gc_head;
58878         struct {
58879             PyObject_VAR_HEAD
58880             PyObject *ob_item[1];
58881         }_object;
58882     }
58883 codecs_toplevel_consts_14_consts_6 = {
58884     ._object = {
58885         .ob_base = {
58886             .ob_base = {
58887                 .ob_refcnt = 999999999,
58888                 .ob_type = &PyTuple_Type,
58889             },
58890             .ob_size = 1,
58891         },
58892         .ob_item = {
58893             &_Py_ID(strict),
58894         },
58895     },
58896 };
58897 static
58898     struct {
58899         PyGC_Head _gc_head;
58900         struct {
58901             PyObject_VAR_HEAD
58902             PyObject *ob_item[7];
58903         }_object;
58904     }
58905 codecs_toplevel_consts_14_consts = {
58906     ._object = {
58907         .ob_base = {
58908             .ob_base = {
58909                 .ob_refcnt = 999999999,
58910                 .ob_type = &PyTuple_Type,
58911             },
58912             .ob_size = 7,
58913         },
58914         .ob_item = {
58915             & const_str_Codec._ascii.ob_base,
58916             & codecs_toplevel_consts_14_consts_1._ascii.ob_base,
58917             &_Py_ID(strict),
58918             & codecs_toplevel_consts_14_consts_3.ob_base.ob_base,
58919             & codecs_toplevel_consts_14_consts_4.ob_base.ob_base,
58920             Py_None,
58921             & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
58922         },
58923     },
58924 };
58925 static
58926     struct {
58927         PyGC_Head _gc_head;
58928         struct {
58929             PyObject_VAR_HEAD
58930             PyObject *ob_item[6];
58931         }_object;
58932     }
58933 codecs_toplevel_consts_14_names = {
58934     ._object = {
58935         .ob_base = {
58936             .ob_base = {
58937                 .ob_refcnt = 999999999,
58938                 .ob_type = &PyTuple_Type,
58939             },
58940             .ob_size = 6,
58941         },
58942         .ob_item = {
58943             &_Py_ID(__name__),
58944             &_Py_ID(__module__),
58945             &_Py_ID(__qualname__),
58946             &_Py_ID(__doc__),
58947             &_Py_ID(encode),
58948             &_Py_ID(decode),
58949         },
58950     },
58951 };
58952 static
58953     struct {
58954         PyObject_VAR_HEAD
58955         Py_hash_t ob_shash;
58956         char ob_sval[71];
58957     }
58958 codecs_toplevel_consts_14_linetable = {
58959     .ob_base = {
58960         .ob_base = {
58961             .ob_refcnt = 999999999,
58962             .ob_type = &PyBytes_Type,
58963         },
58964         .ob_size = 70,
58965     },
58966     .ob_shash = -1,
58967     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x04\x15\x05\x08\xf0\x00\x15\x05\x08\xf0\x2c\x11\x05\x22\xf0\x00\x11\x05\x22\xf0\x00\x11\x05\x22\xf0\x00\x11\x05\x22\xf0\x26\x15\x05\x22\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",
58968 };
58969 static
58970     struct _PyCode_DEF(34)
58971 codecs_toplevel_consts_14 = {
58972     .ob_base = {
58973         .ob_base = {
58974             .ob_refcnt = 999999999,
58975             .ob_type = &PyCode_Type,
58976         },
58977         .ob_size = 17,
58978     },
58979     .co_consts = & codecs_toplevel_consts_14_consts._object.ob_base.ob_base,
58980     .co_names = & codecs_toplevel_consts_14_names._object.ob_base.ob_base,
58981     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
58982     .co_flags = 0,
58983     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
58984     ._co_linearray_entry_size = 0,
58985     .co_argcount = 0,
58986     .co_posonlyargcount = 0,
58987     .co_kwonlyargcount = 0,
58988     .co_stacksize = 2,
58989     .co_firstlineno = 114,
58990     .co_nlocalsplus = 0,
58991     .co_nlocals = 0,
58992     .co_nplaincellvars = 0,
58993     .co_ncellvars = 0,
58994     .co_nfreevars = 0,
58995     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
58996     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
58997     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
58998     .co_name = & const_str_Codec._ascii.ob_base,
58999     .co_qualname = & const_str_Codec._ascii.ob_base,
59000     .co_linetable = & codecs_toplevel_consts_14_linetable.ob_base.ob_base,
59001     ._co_code = NULL,
59002     ._co_linearray = NULL,
59003     .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",
59004     ._co_firsttraceable = 0,
59005 };
59006 static
59007     struct {
59008         PyASCIIObject _ascii;
59009         uint8_t _data[233];
59010     }
59011 codecs_toplevel_consts_16_consts_1 = {
59012     ._ascii = {
59013         .ob_base = {
59014             .ob_refcnt = 999999999,
59015             .ob_type = &PyUnicode_Type,
59016         },
59017         .length = 232,
59018         .hash = -1,
59019         .state = {
59020             .kind = 1,
59021             .compact = 1,
59022             .ascii = 1,
59023             .ready = 1,
59024         },
59025     },
59026     ._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",
59027 };
59028 static
59029     struct {
59030         PyASCIIObject _ascii;
59031         uint8_t _data[245];
59032     }
59033 codecs_toplevel_consts_16_consts_3_consts_0 = {
59034     ._ascii = {
59035         .ob_base = {
59036             .ob_refcnt = 999999999,
59037             .ob_type = &PyUnicode_Type,
59038         },
59039         .length = 244,
59040         .hash = -1,
59041         .state = {
59042             .kind = 1,
59043             .compact = 1,
59044             .ascii = 1,
59045             .ready = 1,
59046         },
59047     },
59048     ._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",
59049 };
59050 static
59051     struct {
59052         PyGC_Head _gc_head;
59053         struct {
59054             PyObject_VAR_HEAD
59055             PyObject *ob_item[3];
59056         }_object;
59057     }
59058 codecs_toplevel_consts_16_consts_3_consts = {
59059     ._object = {
59060         .ob_base = {
59061             .ob_base = {
59062                 .ob_refcnt = 999999999,
59063                 .ob_type = &PyTuple_Type,
59064             },
59065             .ob_size = 3,
59066         },
59067         .ob_item = {
59068             & codecs_toplevel_consts_16_consts_3_consts_0._ascii.ob_base,
59069             &_Py_STR(empty),
59070             Py_None,
59071         },
59072     },
59073 };
59074 static
59075     struct {
59076         PyGC_Head _gc_head;
59077         struct {
59078             PyObject_VAR_HEAD
59079             PyObject *ob_item[2];
59080         }_object;
59081     }
59082 codecs_toplevel_consts_16_consts_3_names = {
59083     ._object = {
59084         .ob_base = {
59085             .ob_base = {
59086                 .ob_refcnt = 999999999,
59087                 .ob_type = &PyTuple_Type,
59088             },
59089             .ob_size = 2,
59090         },
59091         .ob_item = {
59092             &_Py_ID(errors),
59093             &_Py_ID(buffer),
59094         },
59095     },
59096 };
59097 static
59098     struct {
59099         PyASCIIObject _ascii;
59100         uint8_t _data[28];
59101     }
59102 codecs_toplevel_consts_16_consts_3_qualname = {
59103     ._ascii = {
59104         .ob_base = {
59105             .ob_refcnt = 999999999,
59106             .ob_type = &PyUnicode_Type,
59107         },
59108         .length = 27,
59109         .hash = -1,
59110         .state = {
59111             .kind = 1,
59112             .compact = 1,
59113             .ascii = 1,
59114             .ready = 1,
59115         },
59116     },
59117     ._data = "IncrementalEncoder.__init__",
59118 };
59119 static
59120     struct {
59121         PyObject_VAR_HEAD
59122         Py_hash_t ob_shash;
59123         char ob_sval[23];
59124     }
59125 codecs_toplevel_consts_16_consts_3_linetable = {
59126     .ob_base = {
59127         .ob_base = {
59128             .ob_refcnt = 999999999,
59129             .ob_type = &PyBytes_Type,
59130         },
59131         .ob_size = 22,
59132     },
59133     .ob_shash = -1,
59134     .ob_sval = "\x80\x00\xf0\x10\x00\x17\x1d\x88\x04\x8c\x0b\xd8\x16\x18\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
59135 };
59136 static
59137     struct {
59138         PyGC_Head _gc_head;
59139         struct {
59140             PyObject_VAR_HEAD
59141             PyObject *ob_item[2];
59142         }_object;
59143     }
59144 codecs_toplevel_consts_16_consts_3_localsplusnames = {
59145     ._object = {
59146         .ob_base = {
59147             .ob_base = {
59148                 .ob_refcnt = 999999999,
59149                 .ob_type = &PyTuple_Type,
59150             },
59151             .ob_size = 2,
59152         },
59153         .ob_item = {
59154             & const_str_self._ascii.ob_base,
59155             &_Py_ID(errors),
59156         },
59157     },
59158 };
59159 static
59160     struct _PyCode_DEF(34)
59161 codecs_toplevel_consts_16_consts_3 = {
59162     .ob_base = {
59163         .ob_base = {
59164             .ob_refcnt = 999999999,
59165             .ob_type = &PyCode_Type,
59166         },
59167         .ob_size = 17,
59168     },
59169     .co_consts = & codecs_toplevel_consts_16_consts_3_consts._object.ob_base.ob_base,
59170     .co_names = & codecs_toplevel_consts_16_consts_3_names._object.ob_base.ob_base,
59171     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
59172     .co_flags = 3,
59173     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
59174     ._co_linearray_entry_size = 0,
59175     .co_argcount = 2,
59176     .co_posonlyargcount = 0,
59177     .co_kwonlyargcount = 0,
59178     .co_stacksize = 2,
59179     .co_firstlineno = 186,
59180     .co_nlocalsplus = 2,
59181     .co_nlocals = 2,
59182     .co_nplaincellvars = 0,
59183     .co_ncellvars = 0,
59184     .co_nfreevars = 0,
59185     .co_localsplusnames = & codecs_toplevel_consts_16_consts_3_localsplusnames._object.ob_base.ob_base,
59186     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
59187     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
59188     .co_name = &_Py_ID(__init__),
59189     .co_qualname = & codecs_toplevel_consts_16_consts_3_qualname._ascii.ob_base,
59190     .co_linetable = & codecs_toplevel_consts_16_consts_3_linetable.ob_base.ob_base,
59191     ._co_code = NULL,
59192     ._co_linearray = NULL,
59193     .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",
59194     ._co_firsttraceable = 0,
59195 };
59196 static
59197     struct {
59198         PyASCIIObject _ascii;
59199         uint8_t _data[66];
59200     }
59201 codecs_toplevel_consts_16_consts_5_consts_0 = {
59202     ._ascii = {
59203         .ob_base = {
59204             .ob_refcnt = 999999999,
59205             .ob_type = &PyUnicode_Type,
59206         },
59207         .length = 65,
59208         .hash = -1,
59209         .state = {
59210             .kind = 1,
59211             .compact = 1,
59212             .ascii = 1,
59213             .ready = 1,
59214         },
59215     },
59216     ._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",
59217 };
59218 static
59219     struct {
59220         PyGC_Head _gc_head;
59221         struct {
59222             PyObject_VAR_HEAD
59223             PyObject *ob_item[1];
59224         }_object;
59225     }
59226 codecs_toplevel_consts_16_consts_5_consts = {
59227     ._object = {
59228         .ob_base = {
59229             .ob_base = {
59230                 .ob_refcnt = 999999999,
59231                 .ob_type = &PyTuple_Type,
59232             },
59233             .ob_size = 1,
59234         },
59235         .ob_item = {
59236             & codecs_toplevel_consts_16_consts_5_consts_0._ascii.ob_base,
59237         },
59238     },
59239 };
59240 static
59241     struct {
59242         PyASCIIObject _ascii;
59243         uint8_t _data[26];
59244     }
59245 codecs_toplevel_consts_16_consts_5_qualname = {
59246     ._ascii = {
59247         .ob_base = {
59248             .ob_refcnt = 999999999,
59249             .ob_type = &PyUnicode_Type,
59250         },
59251         .length = 25,
59252         .hash = -1,
59253         .state = {
59254             .kind = 1,
59255             .compact = 1,
59256             .ascii = 1,
59257             .ready = 1,
59258         },
59259     },
59260     ._data = "IncrementalEncoder.encode",
59261 };
59262 static
59263     struct {
59264         PyObject_VAR_HEAD
59265         Py_hash_t ob_shash;
59266         char ob_sval[11];
59267     }
59268 codecs_toplevel_consts_16_consts_5_linetable = {
59269     .ob_base = {
59270         .ob_base = {
59271             .ob_refcnt = 999999999,
59272             .ob_type = &PyBytes_Type,
59273         },
59274         .ob_size = 10,
59275     },
59276     .ob_shash = -1,
59277     .ob_sval = "\x80\x00\xf5\x08\x00\x0f\x22\xd0\x08\x21",
59278 };
59279 static
59280     struct {
59281         PyASCIIObject _ascii;
59282         uint8_t _data[6];
59283     }
59284 const_str_final = {
59285     ._ascii = {
59286         .ob_base = {
59287             .ob_refcnt = 999999999,
59288             .ob_type = &PyUnicode_Type,
59289         },
59290         .length = 5,
59291         .hash = -1,
59292         .state = {
59293             .kind = 1,
59294             .compact = 1,
59295             .ascii = 1,
59296             .ready = 1,
59297         },
59298     },
59299     ._data = "final",
59300 };
59301 static
59302     struct {
59303         PyGC_Head _gc_head;
59304         struct {
59305             PyObject_VAR_HEAD
59306             PyObject *ob_item[3];
59307         }_object;
59308     }
59309 codecs_toplevel_consts_16_consts_5_localsplusnames = {
59310     ._object = {
59311         .ob_base = {
59312             .ob_base = {
59313                 .ob_refcnt = 999999999,
59314                 .ob_type = &PyTuple_Type,
59315             },
59316             .ob_size = 3,
59317         },
59318         .ob_item = {
59319             & const_str_self._ascii.ob_base,
59320             & const_str_input._ascii.ob_base,
59321             & const_str_final._ascii.ob_base,
59322         },
59323     },
59324 };
59325 static
59326     struct _PyCode_DEF(16)
59327 codecs_toplevel_consts_16_consts_5 = {
59328     .ob_base = {
59329         .ob_base = {
59330             .ob_refcnt = 999999999,
59331             .ob_type = &PyCode_Type,
59332         },
59333         .ob_size = 8,
59334     },
59335     .co_consts = & codecs_toplevel_consts_16_consts_5_consts._object.ob_base.ob_base,
59336     .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
59337     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
59338     .co_flags = 3,
59339     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
59340     ._co_linearray_entry_size = 0,
59341     .co_argcount = 3,
59342     .co_posonlyargcount = 0,
59343     .co_kwonlyargcount = 0,
59344     .co_stacksize = 1,
59345     .co_firstlineno = 197,
59346     .co_nlocalsplus = 3,
59347     .co_nlocals = 3,
59348     .co_nplaincellvars = 0,
59349     .co_ncellvars = 0,
59350     .co_nfreevars = 0,
59351     .co_localsplusnames = & codecs_toplevel_consts_16_consts_5_localsplusnames._object.ob_base.ob_base,
59352     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
59353     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
59354     .co_name = &_Py_ID(encode),
59355     .co_qualname = & codecs_toplevel_consts_16_consts_5_qualname._ascii.ob_base,
59356     .co_linetable = & codecs_toplevel_consts_16_consts_5_linetable.ob_base.ob_base,
59357     ._co_code = NULL,
59358     ._co_linearray = NULL,
59359     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
59360     ._co_firsttraceable = 0,
59361 };
59362 static
59363     struct {
59364         PyASCIIObject _ascii;
59365         uint8_t _data[59];
59366     }
59367 codecs_toplevel_consts_16_consts_6_consts_0 = {
59368     ._ascii = {
59369         .ob_base = {
59370             .ob_refcnt = 999999999,
59371             .ob_type = &PyUnicode_Type,
59372         },
59373         .length = 58,
59374         .hash = -1,
59375         .state = {
59376             .kind = 1,
59377             .compact = 1,
59378             .ascii = 1,
59379             .ready = 1,
59380         },
59381     },
59382     ._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",
59383 };
59384 static
59385     struct {
59386         PyGC_Head _gc_head;
59387         struct {
59388             PyObject_VAR_HEAD
59389             PyObject *ob_item[2];
59390         }_object;
59391     }
59392 codecs_toplevel_consts_16_consts_6_consts = {
59393     ._object = {
59394         .ob_base = {
59395             .ob_base = {
59396                 .ob_refcnt = 999999999,
59397                 .ob_type = &PyTuple_Type,
59398             },
59399             .ob_size = 2,
59400         },
59401         .ob_item = {
59402             & codecs_toplevel_consts_16_consts_6_consts_0._ascii.ob_base,
59403             Py_None,
59404         },
59405     },
59406 };
59407 static
59408     struct {
59409         PyASCIIObject _ascii;
59410         uint8_t _data[25];
59411     }
59412 codecs_toplevel_consts_16_consts_6_qualname = {
59413     ._ascii = {
59414         .ob_base = {
59415             .ob_refcnt = 999999999,
59416             .ob_type = &PyUnicode_Type,
59417         },
59418         .length = 24,
59419         .hash = -1,
59420         .state = {
59421             .kind = 1,
59422             .compact = 1,
59423             .ascii = 1,
59424             .ready = 1,
59425         },
59426     },
59427     ._data = "IncrementalEncoder.reset",
59428 };
59429 static
59430     struct _PyCode_DEF(6)
59431 codecs_toplevel_consts_16_consts_6 = {
59432     .ob_base = {
59433         .ob_base = {
59434             .ob_refcnt = 999999999,
59435             .ob_type = &PyCode_Type,
59436         },
59437         .ob_size = 3,
59438     },
59439     .co_consts = & codecs_toplevel_consts_16_consts_6_consts._object.ob_base.ob_base,
59440     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
59441     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
59442     .co_flags = 3,
59443     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
59444     ._co_linearray_entry_size = 0,
59445     .co_argcount = 1,
59446     .co_posonlyargcount = 0,
59447     .co_kwonlyargcount = 0,
59448     .co_stacksize = 1,
59449     .co_firstlineno = 203,
59450     .co_nlocalsplus = 1,
59451     .co_nlocals = 1,
59452     .co_nplaincellvars = 0,
59453     .co_ncellvars = 0,
59454     .co_nfreevars = 0,
59455     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
59456     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
59457     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
59458     .co_name = &_Py_ID(reset),
59459     .co_qualname = & codecs_toplevel_consts_16_consts_6_qualname._ascii.ob_base,
59460     .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_3_linetable.ob_base.ob_base,
59461     ._co_code = NULL,
59462     ._co_linearray = NULL,
59463     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
59464     ._co_firsttraceable = 0,
59465 };
59466 static
59467     struct {
59468         PyASCIIObject _ascii;
59469         uint8_t _data[59];
59470     }
59471 codecs_toplevel_consts_16_consts_7_consts_0 = {
59472     ._ascii = {
59473         .ob_base = {
59474             .ob_refcnt = 999999999,
59475             .ob_type = &PyUnicode_Type,
59476         },
59477         .length = 58,
59478         .hash = -1,
59479         .state = {
59480             .kind = 1,
59481             .compact = 1,
59482             .ascii = 1,
59483             .ready = 1,
59484         },
59485     },
59486     ._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",
59487 };
59488 static
59489     struct {
59490         PyGC_Head _gc_head;
59491         struct {
59492             PyObject_VAR_HEAD
59493             PyObject *ob_item[2];
59494         }_object;
59495     }
59496 codecs_toplevel_consts_16_consts_7_consts = {
59497     ._object = {
59498         .ob_base = {
59499             .ob_base = {
59500                 .ob_refcnt = 999999999,
59501                 .ob_type = &PyTuple_Type,
59502             },
59503             .ob_size = 2,
59504         },
59505         .ob_item = {
59506             & codecs_toplevel_consts_16_consts_7_consts_0._ascii.ob_base,
59507             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
59508         },
59509     },
59510 };
59511 static
59512     struct {
59513         PyASCIIObject _ascii;
59514         uint8_t _data[28];
59515     }
59516 codecs_toplevel_consts_16_consts_7_qualname = {
59517     ._ascii = {
59518         .ob_base = {
59519             .ob_refcnt = 999999999,
59520             .ob_type = &PyUnicode_Type,
59521         },
59522         .length = 27,
59523         .hash = -1,
59524         .state = {
59525             .kind = 1,
59526             .compact = 1,
59527             .ascii = 1,
59528             .ready = 1,
59529         },
59530     },
59531     ._data = "IncrementalEncoder.getstate",
59532 };
59533 static
59534     struct {
59535         PyObject_VAR_HEAD
59536         Py_hash_t ob_shash;
59537         char ob_sval[10];
59538     }
59539 codecs_toplevel_consts_16_consts_7_linetable = {
59540     .ob_base = {
59541         .ob_base = {
59542             .ob_refcnt = 999999999,
59543             .ob_type = &PyBytes_Type,
59544         },
59545         .ob_size = 9,
59546     },
59547     .ob_shash = -1,
59548     .ob_sval = "\x80\x00\xf0\x08\x00\x10\x11\x88\x71",
59549 };
59550 static
59551     struct _PyCode_DEF(6)
59552 codecs_toplevel_consts_16_consts_7 = {
59553     .ob_base = {
59554         .ob_base = {
59555             .ob_refcnt = 999999999,
59556             .ob_type = &PyCode_Type,
59557         },
59558         .ob_size = 3,
59559     },
59560     .co_consts = & codecs_toplevel_consts_16_consts_7_consts._object.ob_base.ob_base,
59561     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
59562     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
59563     .co_flags = 3,
59564     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
59565     ._co_linearray_entry_size = 0,
59566     .co_argcount = 1,
59567     .co_posonlyargcount = 0,
59568     .co_kwonlyargcount = 0,
59569     .co_stacksize = 1,
59570     .co_firstlineno = 208,
59571     .co_nlocalsplus = 1,
59572     .co_nlocals = 1,
59573     .co_nplaincellvars = 0,
59574     .co_ncellvars = 0,
59575     .co_nfreevars = 0,
59576     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
59577     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
59578     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
59579     .co_name = &_Py_ID(getstate),
59580     .co_qualname = & codecs_toplevel_consts_16_consts_7_qualname._ascii.ob_base,
59581     .co_linetable = & codecs_toplevel_consts_16_consts_7_linetable.ob_base.ob_base,
59582     ._co_code = NULL,
59583     ._co_linearray = NULL,
59584     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
59585     ._co_firsttraceable = 0,
59586 };
59587 static
59588     struct {
59589         PyASCIIObject _ascii;
59590         uint8_t _data[109];
59591     }
59592 codecs_toplevel_consts_16_consts_8_consts_0 = {
59593     ._ascii = {
59594         .ob_base = {
59595             .ob_refcnt = 999999999,
59596             .ob_type = &PyUnicode_Type,
59597         },
59598         .length = 108,
59599         .hash = -1,
59600         .state = {
59601             .kind = 1,
59602             .compact = 1,
59603             .ascii = 1,
59604             .ready = 1,
59605         },
59606     },
59607     ._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",
59608 };
59609 static
59610     struct {
59611         PyGC_Head _gc_head;
59612         struct {
59613             PyObject_VAR_HEAD
59614             PyObject *ob_item[2];
59615         }_object;
59616     }
59617 codecs_toplevel_consts_16_consts_8_consts = {
59618     ._object = {
59619         .ob_base = {
59620             .ob_base = {
59621                 .ob_refcnt = 999999999,
59622                 .ob_type = &PyTuple_Type,
59623             },
59624             .ob_size = 2,
59625         },
59626         .ob_item = {
59627             & codecs_toplevel_consts_16_consts_8_consts_0._ascii.ob_base,
59628             Py_None,
59629         },
59630     },
59631 };
59632 static
59633     struct {
59634         PyASCIIObject _ascii;
59635         uint8_t _data[28];
59636     }
59637 codecs_toplevel_consts_16_consts_8_qualname = {
59638     ._ascii = {
59639         .ob_base = {
59640             .ob_refcnt = 999999999,
59641             .ob_type = &PyUnicode_Type,
59642         },
59643         .length = 27,
59644         .hash = -1,
59645         .state = {
59646             .kind = 1,
59647             .compact = 1,
59648             .ascii = 1,
59649             .ready = 1,
59650         },
59651     },
59652     ._data = "IncrementalEncoder.setstate",
59653 };
59654 static
59655     struct {
59656         PyGC_Head _gc_head;
59657         struct {
59658             PyObject_VAR_HEAD
59659             PyObject *ob_item[2];
59660         }_object;
59661     }
59662 codecs_toplevel_consts_16_consts_8_localsplusnames = {
59663     ._object = {
59664         .ob_base = {
59665             .ob_base = {
59666                 .ob_refcnt = 999999999,
59667                 .ob_type = &PyTuple_Type,
59668             },
59669             .ob_size = 2,
59670         },
59671         .ob_item = {
59672             & const_str_self._ascii.ob_base,
59673             & const_str_state._ascii.ob_base,
59674         },
59675     },
59676 };
59677 static
59678     struct _PyCode_DEF(6)
59679 codecs_toplevel_consts_16_consts_8 = {
59680     .ob_base = {
59681         .ob_base = {
59682             .ob_refcnt = 999999999,
59683             .ob_type = &PyCode_Type,
59684         },
59685         .ob_size = 3,
59686     },
59687     .co_consts = & codecs_toplevel_consts_16_consts_8_consts._object.ob_base.ob_base,
59688     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
59689     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
59690     .co_flags = 3,
59691     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
59692     ._co_linearray_entry_size = 0,
59693     .co_argcount = 2,
59694     .co_posonlyargcount = 0,
59695     .co_kwonlyargcount = 0,
59696     .co_stacksize = 1,
59697     .co_firstlineno = 214,
59698     .co_nlocalsplus = 2,
59699     .co_nlocals = 2,
59700     .co_nplaincellvars = 0,
59701     .co_ncellvars = 0,
59702     .co_nfreevars = 0,
59703     .co_localsplusnames = & codecs_toplevel_consts_16_consts_8_localsplusnames._object.ob_base.ob_base,
59704     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
59705     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
59706     .co_name = &_Py_ID(setstate),
59707     .co_qualname = & codecs_toplevel_consts_16_consts_8_qualname._ascii.ob_base,
59708     .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_3_linetable.ob_base.ob_base,
59709     ._co_code = NULL,
59710     ._co_linearray = NULL,
59711     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
59712     ._co_firsttraceable = 0,
59713 };
59714 static
59715     struct {
59716         PyGC_Head _gc_head;
59717         struct {
59718             PyObject_VAR_HEAD
59719             PyObject *ob_item[1];
59720         }_object;
59721     }
59722 codecs_toplevel_consts_16_consts_11 = {
59723     ._object = {
59724         .ob_base = {
59725             .ob_base = {
59726                 .ob_refcnt = 999999999,
59727                 .ob_type = &PyTuple_Type,
59728             },
59729             .ob_size = 1,
59730         },
59731         .ob_item = {
59732             Py_False,
59733         },
59734     },
59735 };
59736 static
59737     struct {
59738         PyGC_Head _gc_head;
59739         struct {
59740             PyObject_VAR_HEAD
59741             PyObject *ob_item[12];
59742         }_object;
59743     }
59744 codecs_toplevel_consts_16_consts = {
59745     ._object = {
59746         .ob_base = {
59747             .ob_base = {
59748                 .ob_refcnt = 999999999,
59749                 .ob_type = &PyTuple_Type,
59750             },
59751             .ob_size = 12,
59752         },
59753         .ob_item = {
59754             & const_str_IncrementalEncoder._ascii.ob_base,
59755             & codecs_toplevel_consts_16_consts_1._ascii.ob_base,
59756             &_Py_ID(strict),
59757             & codecs_toplevel_consts_16_consts_3.ob_base.ob_base,
59758             Py_False,
59759             & codecs_toplevel_consts_16_consts_5.ob_base.ob_base,
59760             & codecs_toplevel_consts_16_consts_6.ob_base.ob_base,
59761             & codecs_toplevel_consts_16_consts_7.ob_base.ob_base,
59762             & codecs_toplevel_consts_16_consts_8.ob_base.ob_base,
59763             Py_None,
59764             & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
59765             & codecs_toplevel_consts_16_consts_11._object.ob_base.ob_base,
59766         },
59767     },
59768 };
59769 static
59770     struct {
59771         PyGC_Head _gc_head;
59772         struct {
59773             PyObject_VAR_HEAD
59774             PyObject *ob_item[9];
59775         }_object;
59776     }
59777 codecs_toplevel_consts_16_names = {
59778     ._object = {
59779         .ob_base = {
59780             .ob_base = {
59781                 .ob_refcnt = 999999999,
59782                 .ob_type = &PyTuple_Type,
59783             },
59784             .ob_size = 9,
59785         },
59786         .ob_item = {
59787             &_Py_ID(__name__),
59788             &_Py_ID(__module__),
59789             &_Py_ID(__qualname__),
59790             &_Py_ID(__doc__),
59791             &_Py_ID(__init__),
59792             &_Py_ID(encode),
59793             &_Py_ID(reset),
59794             &_Py_ID(getstate),
59795             &_Py_ID(setstate),
59796         },
59797     },
59798 };
59799 static
59800     struct {
59801         PyObject_VAR_HEAD
59802         Py_hash_t ob_shash;
59803         char ob_sval[116];
59804     }
59805 codecs_toplevel_consts_16_linetable = {
59806     .ob_base = {
59807         .ob_base = {
59808             .ob_refcnt = 999999999,
59809             .ob_type = &PyBytes_Type,
59810         },
59811         .ob_size = 115,
59812     },
59813     .ob_shash = -1,
59814     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x04\x05\x08\xf0\x00\x04\x05\x08\xf0\x0a\x09\x05\x19\xf0\x00\x09\x05\x19\xf0\x00\x09\x05\x19\xf0\x00\x09\x05\x19\xf0\x16\x04\x05\x22\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",
59815 };
59816 static
59817     struct _PyCode_DEF(52)
59818 codecs_toplevel_consts_16 = {
59819     .ob_base = {
59820         .ob_base = {
59821             .ob_refcnt = 999999999,
59822             .ob_type = &PyCode_Type,
59823         },
59824         .ob_size = 26,
59825     },
59826     .co_consts = & codecs_toplevel_consts_16_consts._object.ob_base.ob_base,
59827     .co_names = & codecs_toplevel_consts_16_names._object.ob_base.ob_base,
59828     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
59829     .co_flags = 0,
59830     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
59831     ._co_linearray_entry_size = 0,
59832     .co_argcount = 0,
59833     .co_posonlyargcount = 0,
59834     .co_kwonlyargcount = 0,
59835     .co_stacksize = 2,
59836     .co_firstlineno = 180,
59837     .co_nlocalsplus = 0,
59838     .co_nlocals = 0,
59839     .co_nplaincellvars = 0,
59840     .co_ncellvars = 0,
59841     .co_nfreevars = 0,
59842     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
59843     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
59844     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
59845     .co_name = & const_str_IncrementalEncoder._ascii.ob_base,
59846     .co_qualname = & const_str_IncrementalEncoder._ascii.ob_base,
59847     .co_linetable = & codecs_toplevel_consts_16_linetable.ob_base.ob_base,
59848     ._co_code = NULL,
59849     ._co_linearray = NULL,
59850     .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",
59851     ._co_firsttraceable = 0,
59852 };
59853 static
59854     struct {
59855         PyASCIIObject _ascii;
59856         uint8_t _data[27];
59857     }
59858 const_str_BufferedIncrementalEncoder = {
59859     ._ascii = {
59860         .ob_base = {
59861             .ob_refcnt = 999999999,
59862             .ob_type = &PyUnicode_Type,
59863         },
59864         .length = 26,
59865         .hash = -1,
59866         .state = {
59867             .kind = 1,
59868             .compact = 1,
59869             .ascii = 1,
59870             .ready = 1,
59871         },
59872     },
59873     ._data = "BufferedIncrementalEncoder",
59874 };
59875 static
59876     struct {
59877         PyASCIIObject _ascii;
59878         uint8_t _data[193];
59879     }
59880 codecs_toplevel_consts_18_consts_1 = {
59881     ._ascii = {
59882         .ob_base = {
59883             .ob_refcnt = 999999999,
59884             .ob_type = &PyUnicode_Type,
59885         },
59886         .length = 192,
59887         .hash = -1,
59888         .state = {
59889             .kind = 1,
59890             .compact = 1,
59891             .ascii = 1,
59892             .ready = 1,
59893         },
59894     },
59895     ._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",
59896 };
59897 static
59898     struct {
59899         PyGC_Head _gc_head;
59900         struct {
59901             PyObject_VAR_HEAD
59902             PyObject *ob_item[3];
59903         }_object;
59904     }
59905 codecs_toplevel_consts_18_consts_3_names = {
59906     ._object = {
59907         .ob_base = {
59908             .ob_base = {
59909                 .ob_refcnt = 999999999,
59910                 .ob_type = &PyTuple_Type,
59911             },
59912             .ob_size = 3,
59913         },
59914         .ob_item = {
59915             & const_str_IncrementalEncoder._ascii.ob_base,
59916             &_Py_ID(__init__),
59917             &_Py_ID(buffer),
59918         },
59919     },
59920 };
59921 static
59922     struct {
59923         PyASCIIObject _ascii;
59924         uint8_t _data[36];
59925     }
59926 codecs_toplevel_consts_18_consts_3_qualname = {
59927     ._ascii = {
59928         .ob_base = {
59929             .ob_refcnt = 999999999,
59930             .ob_type = &PyUnicode_Type,
59931         },
59932         .length = 35,
59933         .hash = -1,
59934         .state = {
59935             .kind = 1,
59936             .compact = 1,
59937             .ascii = 1,
59938             .ready = 1,
59939         },
59940     },
59941     ._data = "BufferedIncrementalEncoder.__init__",
59942 };
59943 static
59944     struct {
59945         PyObject_VAR_HEAD
59946         Py_hash_t ob_shash;
59947         char ob_sval[36];
59948     }
59949 codecs_toplevel_consts_18_consts_3_linetable = {
59950     .ob_base = {
59951         .ob_base = {
59952             .ob_refcnt = 999999999,
59953             .ob_type = &PyBytes_Type,
59954         },
59955         .ob_size = 35,
59956     },
59957     .ob_shash = -1,
59958     .ob_sval = "\x80\x00\xdd\x08\x1a\xd7\x08\x23\xd2\x08\x23\xa0\x44\xa8\x26\xd1\x08\x31\xd4\x08\x31\xd0\x08\x31\xe0\x16\x18\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
59959 };
59960 static
59961     struct _PyCode_DEF(74)
59962 codecs_toplevel_consts_18_consts_3 = {
59963     .ob_base = {
59964         .ob_base = {
59965             .ob_refcnt = 999999999,
59966             .ob_type = &PyCode_Type,
59967         },
59968         .ob_size = 37,
59969     },
59970     .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_4_consts._object.ob_base.ob_base,
59971     .co_names = & codecs_toplevel_consts_18_consts_3_names._object.ob_base.ob_base,
59972     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
59973     .co_flags = 3,
59974     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
59975     ._co_linearray_entry_size = 0,
59976     .co_argcount = 2,
59977     .co_posonlyargcount = 0,
59978     .co_kwonlyargcount = 0,
59979     .co_stacksize = 4,
59980     .co_firstlineno = 226,
59981     .co_nlocalsplus = 2,
59982     .co_nlocals = 2,
59983     .co_nplaincellvars = 0,
59984     .co_ncellvars = 0,
59985     .co_nfreevars = 0,
59986     .co_localsplusnames = & codecs_toplevel_consts_16_consts_3_localsplusnames._object.ob_base.ob_base,
59987     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
59988     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
59989     .co_name = &_Py_ID(__init__),
59990     .co_qualname = & codecs_toplevel_consts_18_consts_3_qualname._ascii.ob_base,
59991     .co_linetable = & codecs_toplevel_consts_18_consts_3_linetable.ob_base.ob_base,
59992     ._co_code = NULL,
59993     ._co_linearray = NULL,
59994     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xa6\x02\x00\x00\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",
59995     ._co_firsttraceable = 0,
59996 };
59997 static
59998     struct {
59999         PyASCIIObject _ascii;
60000         uint8_t _data[15];
60001     }
60002 const_str__buffer_encode = {
60003     ._ascii = {
60004         .ob_base = {
60005             .ob_refcnt = 999999999,
60006             .ob_type = &PyUnicode_Type,
60007         },
60008         .length = 14,
60009         .hash = -1,
60010         .state = {
60011             .kind = 1,
60012             .compact = 1,
60013             .ascii = 1,
60014             .ready = 1,
60015         },
60016     },
60017     ._data = "_buffer_encode",
60018 };
60019 static
60020     struct {
60021         PyASCIIObject _ascii;
60022         uint8_t _data[42];
60023     }
60024 codecs_toplevel_consts_18_consts_4_qualname = {
60025     ._ascii = {
60026         .ob_base = {
60027             .ob_refcnt = 999999999,
60028             .ob_type = &PyUnicode_Type,
60029         },
60030         .length = 41,
60031         .hash = -1,
60032         .state = {
60033             .kind = 1,
60034             .compact = 1,
60035             .ascii = 1,
60036             .ready = 1,
60037         },
60038     },
60039     ._data = "BufferedIncrementalEncoder._buffer_encode",
60040 };
60041 static
60042     struct {
60043         PyObject_VAR_HEAD
60044         Py_hash_t ob_shash;
60045         char ob_sval[11];
60046     }
60047 codecs_toplevel_consts_18_consts_4_linetable = {
60048     .ob_base = {
60049         .ob_base = {
60050             .ob_refcnt = 999999999,
60051             .ob_type = &PyBytes_Type,
60052         },
60053         .ob_size = 10,
60054     },
60055     .ob_shash = -1,
60056     .ob_sval = "\x80\x00\xf5\x06\x00\x0f\x22\xd0\x08\x21",
60057 };
60058 static
60059     struct {
60060         PyGC_Head _gc_head;
60061         struct {
60062             PyObject_VAR_HEAD
60063             PyObject *ob_item[4];
60064         }_object;
60065     }
60066 codecs_toplevel_consts_18_consts_4_localsplusnames = {
60067     ._object = {
60068         .ob_base = {
60069             .ob_base = {
60070                 .ob_refcnt = 999999999,
60071                 .ob_type = &PyTuple_Type,
60072             },
60073             .ob_size = 4,
60074         },
60075         .ob_item = {
60076             & const_str_self._ascii.ob_base,
60077             & const_str_input._ascii.ob_base,
60078             &_Py_ID(errors),
60079             & const_str_final._ascii.ob_base,
60080         },
60081     },
60082 };
60083 static
60084     struct _PyCode_DEF(16)
60085 codecs_toplevel_consts_18_consts_4 = {
60086     .ob_base = {
60087         .ob_base = {
60088             .ob_refcnt = 999999999,
60089             .ob_type = &PyCode_Type,
60090         },
60091         .ob_size = 8,
60092     },
60093     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
60094     .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
60095     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
60096     .co_flags = 3,
60097     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
60098     ._co_linearray_entry_size = 0,
60099     .co_argcount = 4,
60100     .co_posonlyargcount = 0,
60101     .co_kwonlyargcount = 0,
60102     .co_stacksize = 1,
60103     .co_firstlineno = 231,
60104     .co_nlocalsplus = 4,
60105     .co_nlocals = 4,
60106     .co_nplaincellvars = 0,
60107     .co_ncellvars = 0,
60108     .co_nfreevars = 0,
60109     .co_localsplusnames = & codecs_toplevel_consts_18_consts_4_localsplusnames._object.ob_base.ob_base,
60110     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
60111     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
60112     .co_name = & const_str__buffer_encode._ascii.ob_base,
60113     .co_qualname = & codecs_toplevel_consts_18_consts_4_qualname._ascii.ob_base,
60114     .co_linetable = & codecs_toplevel_consts_18_consts_4_linetable.ob_base.ob_base,
60115     ._co_code = NULL,
60116     ._co_linearray = NULL,
60117     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
60118     ._co_firsttraceable = 0,
60119 };
60120 static
60121     struct {
60122         PyGC_Head _gc_head;
60123         struct {
60124             PyObject_VAR_HEAD
60125             PyObject *ob_item[3];
60126         }_object;
60127     }
60128 codecs_toplevel_consts_18_consts_6_names = {
60129     ._object = {
60130         .ob_base = {
60131             .ob_base = {
60132                 .ob_refcnt = 999999999,
60133                 .ob_type = &PyTuple_Type,
60134             },
60135             .ob_size = 3,
60136         },
60137         .ob_item = {
60138             &_Py_ID(buffer),
60139             & const_str__buffer_encode._ascii.ob_base,
60140             &_Py_ID(errors),
60141         },
60142     },
60143 };
60144 static
60145     struct {
60146         PyASCIIObject _ascii;
60147         uint8_t _data[34];
60148     }
60149 codecs_toplevel_consts_18_consts_6_qualname = {
60150     ._ascii = {
60151         .ob_base = {
60152             .ob_refcnt = 999999999,
60153             .ob_type = &PyUnicode_Type,
60154         },
60155         .length = 33,
60156         .hash = -1,
60157         .state = {
60158             .kind = 1,
60159             .compact = 1,
60160             .ascii = 1,
60161             .ready = 1,
60162         },
60163     },
60164     ._data = "BufferedIncrementalEncoder.encode",
60165 };
60166 static
60167     struct {
60168         PyObject_VAR_HEAD
60169         Py_hash_t ob_shash;
60170         char ob_sval[65];
60171     }
60172 codecs_toplevel_consts_18_consts_6_linetable = {
60173     .ob_base = {
60174         .ob_base = {
60175             .ob_refcnt = 999999999,
60176             .ob_type = &PyBytes_Type,
60177         },
60178         .ob_size = 64,
60179     },
60180     .ob_shash = -1,
60181     .ob_sval = "\x80\x00\xe0\x0f\x13\x8c\x7b\x98\x55\xd1\x0f\x22\x88\x04\xd8\x1d\x21\xd7\x1d\x30\xd2\x1d\x30\xb0\x14\xb0\x74\xb4\x7b\xc0\x45\xd1\x1d\x4a\xd4\x1d\x4a\xd1\x08\x1a\x88\x16\x90\x18\xe0\x16\x1a\x98\x38\x98\x39\x98\x39\x94\x6f\x88\x04\x8c\x0b\xd8\x0f\x15\x88\x0d",
60182 };
60183 static
60184     struct {
60185         PyASCIIObject _ascii;
60186         uint8_t _data[7];
60187     }
60188 const_str_result = {
60189     ._ascii = {
60190         .ob_base = {
60191             .ob_refcnt = 999999999,
60192             .ob_type = &PyUnicode_Type,
60193         },
60194         .length = 6,
60195         .hash = -1,
60196         .state = {
60197             .kind = 1,
60198             .compact = 1,
60199             .ascii = 1,
60200             .ready = 1,
60201         },
60202     },
60203     ._data = "result",
60204 };
60205 static
60206     struct {
60207         PyASCIIObject _ascii;
60208         uint8_t _data[9];
60209     }
60210 const_str_consumed = {
60211     ._ascii = {
60212         .ob_base = {
60213             .ob_refcnt = 999999999,
60214             .ob_type = &PyUnicode_Type,
60215         },
60216         .length = 8,
60217         .hash = -1,
60218         .state = {
60219             .kind = 1,
60220             .compact = 1,
60221             .ascii = 1,
60222             .ready = 1,
60223         },
60224     },
60225     ._data = "consumed",
60226 };
60227 static
60228     struct {
60229         PyGC_Head _gc_head;
60230         struct {
60231             PyObject_VAR_HEAD
60232             PyObject *ob_item[6];
60233         }_object;
60234     }
60235 codecs_toplevel_consts_18_consts_6_localsplusnames = {
60236     ._object = {
60237         .ob_base = {
60238             .ob_base = {
60239                 .ob_refcnt = 999999999,
60240                 .ob_type = &PyTuple_Type,
60241             },
60242             .ob_size = 6,
60243         },
60244         .ob_item = {
60245             & const_str_self._ascii.ob_base,
60246             & const_str_input._ascii.ob_base,
60247             & const_str_final._ascii.ob_base,
60248             & const_str_data._ascii.ob_base,
60249             & const_str_result._ascii.ob_base,
60250             & const_str_consumed._ascii.ob_base,
60251         },
60252     },
60253 };
60254 static
60255     struct _PyCode_DEF(118)
60256 codecs_toplevel_consts_18_consts_6 = {
60257     .ob_base = {
60258         .ob_base = {
60259             .ob_refcnt = 999999999,
60260             .ob_type = &PyCode_Type,
60261         },
60262         .ob_size = 59,
60263     },
60264     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
60265     .co_names = & codecs_toplevel_consts_18_consts_6_names._object.ob_base.ob_base,
60266     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
60267     .co_flags = 3,
60268     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
60269     ._co_linearray_entry_size = 0,
60270     .co_argcount = 3,
60271     .co_posonlyargcount = 0,
60272     .co_kwonlyargcount = 0,
60273     .co_stacksize = 5,
60274     .co_firstlineno = 236,
60275     .co_nlocalsplus = 6,
60276     .co_nlocals = 6,
60277     .co_nplaincellvars = 0,
60278     .co_ncellvars = 0,
60279     .co_nfreevars = 0,
60280     .co_localsplusnames = & codecs_toplevel_consts_18_consts_6_localsplusnames._object.ob_base.ob_base,
60281     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
60282     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
60283     .co_name = &_Py_ID(encode),
60284     .co_qualname = & codecs_toplevel_consts_18_consts_6_qualname._ascii.ob_base,
60285     .co_linetable = & codecs_toplevel_consts_18_consts_6_linetable.ob_base.ob_base,
60286     ._co_code = NULL,
60287     ._co_linearray = NULL,
60288     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7a\x00\x00\x00\x7d\x03\x7c\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x04\x7d\x05\x7c\x03\x7c\x05\x64\x00\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x53\x00",
60289     ._co_firsttraceable = 0,
60290 };
60291 static
60292     struct {
60293         PyGC_Head _gc_head;
60294         struct {
60295             PyObject_VAR_HEAD
60296             PyObject *ob_item[3];
60297         }_object;
60298     }
60299 codecs_toplevel_consts_18_consts_7_names = {
60300     ._object = {
60301         .ob_base = {
60302             .ob_base = {
60303                 .ob_refcnt = 999999999,
60304                 .ob_type = &PyTuple_Type,
60305             },
60306             .ob_size = 3,
60307         },
60308         .ob_item = {
60309             & const_str_IncrementalEncoder._ascii.ob_base,
60310             &_Py_ID(reset),
60311             &_Py_ID(buffer),
60312         },
60313     },
60314 };
60315 static
60316     struct {
60317         PyASCIIObject _ascii;
60318         uint8_t _data[33];
60319     }
60320 codecs_toplevel_consts_18_consts_7_qualname = {
60321     ._ascii = {
60322         .ob_base = {
60323             .ob_refcnt = 999999999,
60324             .ob_type = &PyUnicode_Type,
60325         },
60326         .length = 32,
60327         .hash = -1,
60328         .state = {
60329             .kind = 1,
60330             .compact = 1,
60331             .ascii = 1,
60332             .ready = 1,
60333         },
60334     },
60335     ._data = "BufferedIncrementalEncoder.reset",
60336 };
60337 static
60338     struct {
60339         PyObject_VAR_HEAD
60340         Py_hash_t ob_shash;
60341         char ob_sval[34];
60342     }
60343 codecs_toplevel_consts_18_consts_7_linetable = {
60344     .ob_base = {
60345         .ob_base = {
60346             .ob_refcnt = 999999999,
60347             .ob_type = &PyBytes_Type,
60348         },
60349         .ob_size = 33,
60350     },
60351     .ob_shash = -1,
60352     .ob_sval = "\x80\x00\xdd\x08\x1a\xd7\x08\x20\xd2\x08\x20\xa0\x14\xd1\x08\x26\xd4\x08\x26\xd0\x08\x26\xd8\x16\x18\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
60353 };
60354 static
60355     struct _PyCode_DEF(72)
60356 codecs_toplevel_consts_18_consts_7 = {
60357     .ob_base = {
60358         .ob_base = {
60359             .ob_refcnt = 999999999,
60360             .ob_type = &PyCode_Type,
60361         },
60362         .ob_size = 36,
60363     },
60364     .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_4_consts._object.ob_base.ob_base,
60365     .co_names = & codecs_toplevel_consts_18_consts_7_names._object.ob_base.ob_base,
60366     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
60367     .co_flags = 3,
60368     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
60369     ._co_linearray_entry_size = 0,
60370     .co_argcount = 1,
60371     .co_posonlyargcount = 0,
60372     .co_kwonlyargcount = 0,
60373     .co_stacksize = 3,
60374     .co_firstlineno = 244,
60375     .co_nlocalsplus = 1,
60376     .co_nlocals = 1,
60377     .co_nplaincellvars = 0,
60378     .co_ncellvars = 0,
60379     .co_nfreevars = 0,
60380     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
60381     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
60382     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
60383     .co_name = &_Py_ID(reset),
60384     .co_qualname = & codecs_toplevel_consts_18_consts_7_qualname._ascii.ob_base,
60385     .co_linetable = & codecs_toplevel_consts_18_consts_7_linetable.ob_base.ob_base,
60386     ._co_code = NULL,
60387     ._co_linearray = NULL,
60388     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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",
60389     ._co_firsttraceable = 0,
60390 };
60391 static
60392     struct {
60393         PyGC_Head _gc_head;
60394         struct {
60395             PyObject_VAR_HEAD
60396             PyObject *ob_item[1];
60397         }_object;
60398     }
60399 codecs_toplevel_consts_18_consts_8_names = {
60400     ._object = {
60401         .ob_base = {
60402             .ob_base = {
60403                 .ob_refcnt = 999999999,
60404                 .ob_type = &PyTuple_Type,
60405             },
60406             .ob_size = 1,
60407         },
60408         .ob_item = {
60409             &_Py_ID(buffer),
60410         },
60411     },
60412 };
60413 static
60414     struct {
60415         PyASCIIObject _ascii;
60416         uint8_t _data[36];
60417     }
60418 codecs_toplevel_consts_18_consts_8_qualname = {
60419     ._ascii = {
60420         .ob_base = {
60421             .ob_refcnt = 999999999,
60422             .ob_type = &PyUnicode_Type,
60423         },
60424         .length = 35,
60425         .hash = -1,
60426         .state = {
60427             .kind = 1,
60428             .compact = 1,
60429             .ascii = 1,
60430             .ready = 1,
60431         },
60432     },
60433     ._data = "BufferedIncrementalEncoder.getstate",
60434 };
60435 static
60436     struct {
60437         PyObject_VAR_HEAD
60438         Py_hash_t ob_shash;
60439         char ob_sval[16];
60440     }
60441 codecs_toplevel_consts_18_consts_8_linetable = {
60442     .ob_base = {
60443         .ob_base = {
60444             .ob_refcnt = 999999999,
60445             .ob_type = &PyBytes_Type,
60446         },
60447         .ob_size = 15,
60448     },
60449     .ob_shash = -1,
60450     .ob_sval = "\x80\x00\xd8\x0f\x13\x8c\x7b\xd0\x0f\x1f\x98\x61\xd0\x08\x1f",
60451 };
60452 static
60453     struct _PyCode_DEF(20)
60454 codecs_toplevel_consts_18_consts_8 = {
60455     .ob_base = {
60456         .ob_base = {
60457             .ob_refcnt = 999999999,
60458             .ob_type = &PyCode_Type,
60459         },
60460         .ob_size = 10,
60461     },
60462     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
60463     .co_names = & codecs_toplevel_consts_18_consts_8_names._object.ob_base.ob_base,
60464     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
60465     .co_flags = 3,
60466     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
60467     ._co_linearray_entry_size = 0,
60468     .co_argcount = 1,
60469     .co_posonlyargcount = 0,
60470     .co_kwonlyargcount = 0,
60471     .co_stacksize = 1,
60472     .co_firstlineno = 248,
60473     .co_nlocalsplus = 1,
60474     .co_nlocals = 1,
60475     .co_nplaincellvars = 0,
60476     .co_ncellvars = 0,
60477     .co_nfreevars = 0,
60478     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
60479     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
60480     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
60481     .co_name = &_Py_ID(getstate),
60482     .co_qualname = & codecs_toplevel_consts_18_consts_8_qualname._ascii.ob_base,
60483     .co_linetable = & codecs_toplevel_consts_18_consts_8_linetable.ob_base.ob_base,
60484     ._co_code = NULL,
60485     ._co_linearray = NULL,
60486     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x70\x01\x64\x01\x53\x00",
60487     ._co_firsttraceable = 0,
60488 };
60489 static
60490     struct {
60491         PyASCIIObject _ascii;
60492         uint8_t _data[36];
60493     }
60494 codecs_toplevel_consts_18_consts_9_qualname = {
60495     ._ascii = {
60496         .ob_base = {
60497             .ob_refcnt = 999999999,
60498             .ob_type = &PyUnicode_Type,
60499         },
60500         .length = 35,
60501         .hash = -1,
60502         .state = {
60503             .kind = 1,
60504             .compact = 1,
60505             .ascii = 1,
60506             .ready = 1,
60507         },
60508     },
60509     ._data = "BufferedIncrementalEncoder.setstate",
60510 };
60511 static
60512     struct {
60513         PyObject_VAR_HEAD
60514         Py_hash_t ob_shash;
60515         char ob_sval[18];
60516     }
60517 codecs_toplevel_consts_18_consts_9_linetable = {
60518     .ob_base = {
60519         .ob_base = {
60520             .ob_refcnt = 999999999,
60521             .ob_type = &PyBytes_Type,
60522         },
60523         .ob_size = 17,
60524     },
60525     .ob_shash = -1,
60526     .ob_sval = "\x80\x00\xd8\x16\x1b\x90\x6b\x98\x72\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
60527 };
60528 static
60529     struct _PyCode_DEF(24)
60530 codecs_toplevel_consts_18_consts_9 = {
60531     .ob_base = {
60532         .ob_base = {
60533             .ob_refcnt = 999999999,
60534             .ob_type = &PyCode_Type,
60535         },
60536         .ob_size = 12,
60537     },
60538     .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_4_consts._object.ob_base.ob_base,
60539     .co_names = & codecs_toplevel_consts_18_consts_8_names._object.ob_base.ob_base,
60540     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
60541     .co_flags = 3,
60542     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
60543     ._co_linearray_entry_size = 0,
60544     .co_argcount = 2,
60545     .co_posonlyargcount = 0,
60546     .co_kwonlyargcount = 0,
60547     .co_stacksize = 2,
60548     .co_firstlineno = 251,
60549     .co_nlocalsplus = 2,
60550     .co_nlocals = 2,
60551     .co_nplaincellvars = 0,
60552     .co_ncellvars = 0,
60553     .co_nfreevars = 0,
60554     .co_localsplusnames = & codecs_toplevel_consts_16_consts_8_localsplusnames._object.ob_base.ob_base,
60555     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
60556     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
60557     .co_name = &_Py_ID(setstate),
60558     .co_qualname = & codecs_toplevel_consts_18_consts_9_qualname._ascii.ob_base,
60559     .co_linetable = & codecs_toplevel_consts_18_consts_9_linetable.ob_base.ob_base,
60560     ._co_code = NULL,
60561     ._co_linearray = NULL,
60562     .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",
60563     ._co_firsttraceable = 0,
60564 };
60565 static
60566     struct {
60567         PyGC_Head _gc_head;
60568         struct {
60569             PyObject_VAR_HEAD
60570             PyObject *ob_item[13];
60571         }_object;
60572     }
60573 codecs_toplevel_consts_18_consts = {
60574     ._object = {
60575         .ob_base = {
60576             .ob_base = {
60577                 .ob_refcnt = 999999999,
60578                 .ob_type = &PyTuple_Type,
60579             },
60580             .ob_size = 13,
60581         },
60582         .ob_item = {
60583             & const_str_BufferedIncrementalEncoder._ascii.ob_base,
60584             & codecs_toplevel_consts_18_consts_1._ascii.ob_base,
60585             &_Py_ID(strict),
60586             & codecs_toplevel_consts_18_consts_3.ob_base.ob_base,
60587             & codecs_toplevel_consts_18_consts_4.ob_base.ob_base,
60588             Py_False,
60589             & codecs_toplevel_consts_18_consts_6.ob_base.ob_base,
60590             & codecs_toplevel_consts_18_consts_7.ob_base.ob_base,
60591             & codecs_toplevel_consts_18_consts_8.ob_base.ob_base,
60592             & codecs_toplevel_consts_18_consts_9.ob_base.ob_base,
60593             Py_None,
60594             & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
60595             & codecs_toplevel_consts_16_consts_11._object.ob_base.ob_base,
60596         },
60597     },
60598 };
60599 static
60600     struct {
60601         PyGC_Head _gc_head;
60602         struct {
60603             PyObject_VAR_HEAD
60604             PyObject *ob_item[10];
60605         }_object;
60606     }
60607 codecs_toplevel_consts_18_names = {
60608     ._object = {
60609         .ob_base = {
60610             .ob_base = {
60611                 .ob_refcnt = 999999999,
60612                 .ob_type = &PyTuple_Type,
60613             },
60614             .ob_size = 10,
60615         },
60616         .ob_item = {
60617             &_Py_ID(__name__),
60618             &_Py_ID(__module__),
60619             &_Py_ID(__qualname__),
60620             &_Py_ID(__doc__),
60621             &_Py_ID(__init__),
60622             & const_str__buffer_encode._ascii.ob_base,
60623             &_Py_ID(encode),
60624             &_Py_ID(reset),
60625             &_Py_ID(getstate),
60626             &_Py_ID(setstate),
60627         },
60628     },
60629 };
60630 static
60631     struct {
60632         PyObject_VAR_HEAD
60633         Py_hash_t ob_shash;
60634         char ob_sval[131];
60635     }
60636 codecs_toplevel_consts_18_linetable = {
60637     .ob_base = {
60638         .ob_base = {
60639             .ob_refcnt = 999999999,
60640             .ob_type = &PyBytes_Type,
60641         },
60642         .ob_size = 130,
60643     },
60644     .ob_shash = -1,
60645     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x04\x05\x08\xf0\x00\x04\x05\x08\xf0\x0a\x03\x05\x19\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\x06\x05\x16\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",
60646 };
60647 static
60648     struct _PyCode_DEF(58)
60649 codecs_toplevel_consts_18 = {
60650     .ob_base = {
60651         .ob_base = {
60652             .ob_refcnt = 999999999,
60653             .ob_type = &PyCode_Type,
60654         },
60655         .ob_size = 29,
60656     },
60657     .co_consts = & codecs_toplevel_consts_18_consts._object.ob_base.ob_base,
60658     .co_names = & codecs_toplevel_consts_18_names._object.ob_base.ob_base,
60659     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
60660     .co_flags = 0,
60661     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
60662     ._co_linearray_entry_size = 0,
60663     .co_argcount = 0,
60664     .co_posonlyargcount = 0,
60665     .co_kwonlyargcount = 0,
60666     .co_stacksize = 2,
60667     .co_firstlineno = 220,
60668     .co_nlocalsplus = 0,
60669     .co_nlocals = 0,
60670     .co_nplaincellvars = 0,
60671     .co_ncellvars = 0,
60672     .co_nfreevars = 0,
60673     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
60674     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
60675     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
60676     .co_name = & const_str_BufferedIncrementalEncoder._ascii.ob_base,
60677     .co_qualname = & const_str_BufferedIncrementalEncoder._ascii.ob_base,
60678     .co_linetable = & codecs_toplevel_consts_18_linetable.ob_base.ob_base,
60679     ._co_code = NULL,
60680     ._co_linearray = NULL,
60681     .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",
60682     ._co_firsttraceable = 0,
60683 };
60684 static
60685     struct {
60686         PyASCIIObject _ascii;
60687         uint8_t _data[233];
60688     }
60689 codecs_toplevel_consts_20_consts_1 = {
60690     ._ascii = {
60691         .ob_base = {
60692             .ob_refcnt = 999999999,
60693             .ob_type = &PyUnicode_Type,
60694         },
60695         .length = 232,
60696         .hash = -1,
60697         .state = {
60698             .kind = 1,
60699             .compact = 1,
60700             .ascii = 1,
60701             .ready = 1,
60702         },
60703     },
60704     ._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",
60705 };
60706 static
60707     struct {
60708         PyASCIIObject _ascii;
60709         uint8_t _data[244];
60710     }
60711 codecs_toplevel_consts_20_consts_3_consts_0 = {
60712     ._ascii = {
60713         .ob_base = {
60714             .ob_refcnt = 999999999,
60715             .ob_type = &PyUnicode_Type,
60716         },
60717         .length = 243,
60718         .hash = -1,
60719         .state = {
60720             .kind = 1,
60721             .compact = 1,
60722             .ascii = 1,
60723             .ready = 1,
60724         },
60725     },
60726     ._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",
60727 };
60728 static
60729     struct {
60730         PyGC_Head _gc_head;
60731         struct {
60732             PyObject_VAR_HEAD
60733             PyObject *ob_item[2];
60734         }_object;
60735     }
60736 codecs_toplevel_consts_20_consts_3_consts = {
60737     ._object = {
60738         .ob_base = {
60739             .ob_base = {
60740                 .ob_refcnt = 999999999,
60741                 .ob_type = &PyTuple_Type,
60742             },
60743             .ob_size = 2,
60744         },
60745         .ob_item = {
60746             & codecs_toplevel_consts_20_consts_3_consts_0._ascii.ob_base,
60747             Py_None,
60748         },
60749     },
60750 };
60751 static
60752     struct {
60753         PyGC_Head _gc_head;
60754         struct {
60755             PyObject_VAR_HEAD
60756             PyObject *ob_item[1];
60757         }_object;
60758     }
60759 codecs_toplevel_consts_20_consts_3_names = {
60760     ._object = {
60761         .ob_base = {
60762             .ob_base = {
60763                 .ob_refcnt = 999999999,
60764                 .ob_type = &PyTuple_Type,
60765             },
60766             .ob_size = 1,
60767         },
60768         .ob_item = {
60769             &_Py_ID(errors),
60770         },
60771     },
60772 };
60773 static
60774     struct {
60775         PyASCIIObject _ascii;
60776         uint8_t _data[28];
60777     }
60778 codecs_toplevel_consts_20_consts_3_qualname = {
60779     ._ascii = {
60780         .ob_base = {
60781             .ob_refcnt = 999999999,
60782             .ob_type = &PyUnicode_Type,
60783         },
60784         .length = 27,
60785         .hash = -1,
60786         .state = {
60787             .kind = 1,
60788             .compact = 1,
60789             .ascii = 1,
60790             .ready = 1,
60791         },
60792     },
60793     ._data = "IncrementalDecoder.__init__",
60794 };
60795 static
60796     struct {
60797         PyObject_VAR_HEAD
60798         Py_hash_t ob_shash;
60799         char ob_sval[16];
60800     }
60801 codecs_toplevel_consts_20_consts_3_linetable = {
60802     .ob_base = {
60803         .ob_base = {
60804             .ob_refcnt = 999999999,
60805             .ob_type = &PyBytes_Type,
60806         },
60807         .ob_size = 15,
60808     },
60809     .ob_shash = -1,
60810     .ob_sval = "\x80\x00\xf0\x10\x00\x17\x1d\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
60811 };
60812 static
60813     struct _PyCode_DEF(20)
60814 codecs_toplevel_consts_20_consts_3 = {
60815     .ob_base = {
60816         .ob_base = {
60817             .ob_refcnt = 999999999,
60818             .ob_type = &PyCode_Type,
60819         },
60820         .ob_size = 10,
60821     },
60822     .co_consts = & codecs_toplevel_consts_20_consts_3_consts._object.ob_base.ob_base,
60823     .co_names = & codecs_toplevel_consts_20_consts_3_names._object.ob_base.ob_base,
60824     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
60825     .co_flags = 3,
60826     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
60827     ._co_linearray_entry_size = 0,
60828     .co_argcount = 2,
60829     .co_posonlyargcount = 0,
60830     .co_kwonlyargcount = 0,
60831     .co_stacksize = 2,
60832     .co_firstlineno = 260,
60833     .co_nlocalsplus = 2,
60834     .co_nlocals = 2,
60835     .co_nplaincellvars = 0,
60836     .co_ncellvars = 0,
60837     .co_nfreevars = 0,
60838     .co_localsplusnames = & codecs_toplevel_consts_16_consts_3_localsplusnames._object.ob_base.ob_base,
60839     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
60840     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
60841     .co_name = &_Py_ID(__init__),
60842     .co_qualname = & codecs_toplevel_consts_20_consts_3_qualname._ascii.ob_base,
60843     .co_linetable = & codecs_toplevel_consts_20_consts_3_linetable.ob_base.ob_base,
60844     ._co_code = NULL,
60845     ._co_linearray = NULL,
60846     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x53\x00",
60847     ._co_firsttraceable = 0,
60848 };
60849 static
60850     struct {
60851         PyASCIIObject _ascii;
60852         uint8_t _data[65];
60853     }
60854 codecs_toplevel_consts_20_consts_5_consts_0 = {
60855     ._ascii = {
60856         .ob_base = {
60857             .ob_refcnt = 999999999,
60858             .ob_type = &PyUnicode_Type,
60859         },
60860         .length = 64,
60861         .hash = -1,
60862         .state = {
60863             .kind = 1,
60864             .compact = 1,
60865             .ascii = 1,
60866             .ready = 1,
60867         },
60868     },
60869     ._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",
60870 };
60871 static
60872     struct {
60873         PyGC_Head _gc_head;
60874         struct {
60875             PyObject_VAR_HEAD
60876             PyObject *ob_item[1];
60877         }_object;
60878     }
60879 codecs_toplevel_consts_20_consts_5_consts = {
60880     ._object = {
60881         .ob_base = {
60882             .ob_base = {
60883                 .ob_refcnt = 999999999,
60884                 .ob_type = &PyTuple_Type,
60885             },
60886             .ob_size = 1,
60887         },
60888         .ob_item = {
60889             & codecs_toplevel_consts_20_consts_5_consts_0._ascii.ob_base,
60890         },
60891     },
60892 };
60893 static
60894     struct {
60895         PyASCIIObject _ascii;
60896         uint8_t _data[26];
60897     }
60898 codecs_toplevel_consts_20_consts_5_qualname = {
60899     ._ascii = {
60900         .ob_base = {
60901             .ob_refcnt = 999999999,
60902             .ob_type = &PyUnicode_Type,
60903         },
60904         .length = 25,
60905         .hash = -1,
60906         .state = {
60907             .kind = 1,
60908             .compact = 1,
60909             .ascii = 1,
60910             .ready = 1,
60911         },
60912     },
60913     ._data = "IncrementalDecoder.decode",
60914 };
60915 static
60916     struct _PyCode_DEF(16)
60917 codecs_toplevel_consts_20_consts_5 = {
60918     .ob_base = {
60919         .ob_base = {
60920             .ob_refcnt = 999999999,
60921             .ob_type = &PyCode_Type,
60922         },
60923         .ob_size = 8,
60924     },
60925     .co_consts = & codecs_toplevel_consts_20_consts_5_consts._object.ob_base.ob_base,
60926     .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
60927     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
60928     .co_flags = 3,
60929     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
60930     ._co_linearray_entry_size = 0,
60931     .co_argcount = 3,
60932     .co_posonlyargcount = 0,
60933     .co_kwonlyargcount = 0,
60934     .co_stacksize = 1,
60935     .co_firstlineno = 270,
60936     .co_nlocalsplus = 3,
60937     .co_nlocals = 3,
60938     .co_nplaincellvars = 0,
60939     .co_ncellvars = 0,
60940     .co_nfreevars = 0,
60941     .co_localsplusnames = & codecs_toplevel_consts_16_consts_5_localsplusnames._object.ob_base.ob_base,
60942     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
60943     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
60944     .co_name = &_Py_ID(decode),
60945     .co_qualname = & codecs_toplevel_consts_20_consts_5_qualname._ascii.ob_base,
60946     .co_linetable = & codecs_toplevel_consts_16_consts_5_linetable.ob_base.ob_base,
60947     ._co_code = NULL,
60948     ._co_linearray = NULL,
60949     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
60950     ._co_firsttraceable = 0,
60951 };
60952 static
60953     struct {
60954         PyASCIIObject _ascii;
60955         uint8_t _data[58];
60956     }
60957 codecs_toplevel_consts_20_consts_6_consts_0 = {
60958     ._ascii = {
60959         .ob_base = {
60960             .ob_refcnt = 999999999,
60961             .ob_type = &PyUnicode_Type,
60962         },
60963         .length = 57,
60964         .hash = -1,
60965         .state = {
60966             .kind = 1,
60967             .compact = 1,
60968             .ascii = 1,
60969             .ready = 1,
60970         },
60971     },
60972     ._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",
60973 };
60974 static
60975     struct {
60976         PyGC_Head _gc_head;
60977         struct {
60978             PyObject_VAR_HEAD
60979             PyObject *ob_item[2];
60980         }_object;
60981     }
60982 codecs_toplevel_consts_20_consts_6_consts = {
60983     ._object = {
60984         .ob_base = {
60985             .ob_base = {
60986                 .ob_refcnt = 999999999,
60987                 .ob_type = &PyTuple_Type,
60988             },
60989             .ob_size = 2,
60990         },
60991         .ob_item = {
60992             & codecs_toplevel_consts_20_consts_6_consts_0._ascii.ob_base,
60993             Py_None,
60994         },
60995     },
60996 };
60997 static
60998     struct {
60999         PyASCIIObject _ascii;
61000         uint8_t _data[25];
61001     }
61002 codecs_toplevel_consts_20_consts_6_qualname = {
61003     ._ascii = {
61004         .ob_base = {
61005             .ob_refcnt = 999999999,
61006             .ob_type = &PyUnicode_Type,
61007         },
61008         .length = 24,
61009         .hash = -1,
61010         .state = {
61011             .kind = 1,
61012             .compact = 1,
61013             .ascii = 1,
61014             .ready = 1,
61015         },
61016     },
61017     ._data = "IncrementalDecoder.reset",
61018 };
61019 static
61020     struct _PyCode_DEF(6)
61021 codecs_toplevel_consts_20_consts_6 = {
61022     .ob_base = {
61023         .ob_base = {
61024             .ob_refcnt = 999999999,
61025             .ob_type = &PyCode_Type,
61026         },
61027         .ob_size = 3,
61028     },
61029     .co_consts = & codecs_toplevel_consts_20_consts_6_consts._object.ob_base.ob_base,
61030     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
61031     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
61032     .co_flags = 3,
61033     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
61034     ._co_linearray_entry_size = 0,
61035     .co_argcount = 1,
61036     .co_posonlyargcount = 0,
61037     .co_kwonlyargcount = 0,
61038     .co_stacksize = 1,
61039     .co_firstlineno = 276,
61040     .co_nlocalsplus = 1,
61041     .co_nlocals = 1,
61042     .co_nplaincellvars = 0,
61043     .co_ncellvars = 0,
61044     .co_nfreevars = 0,
61045     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
61046     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
61047     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
61048     .co_name = &_Py_ID(reset),
61049     .co_qualname = & codecs_toplevel_consts_20_consts_6_qualname._ascii.ob_base,
61050     .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_3_linetable.ob_base.ob_base,
61051     ._co_code = NULL,
61052     ._co_linearray = NULL,
61053     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
61054     ._co_firsttraceable = 0,
61055 };
61056 static
61057     struct {
61058         PyASCIIObject _ascii;
61059         uint8_t _data[522];
61060     }
61061 codecs_toplevel_consts_20_consts_7_consts_0 = {
61062     ._ascii = {
61063         .ob_base = {
61064             .ob_refcnt = 999999999,
61065             .ob_type = &PyUnicode_Type,
61066         },
61067         .length = 521,
61068         .hash = -1,
61069         .state = {
61070             .kind = 1,
61071             .compact = 1,
61072             .ascii = 1,
61073             .ready = 1,
61074         },
61075     },
61076     ._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",
61077 };
61078 static
61079     struct {
61080         PyGC_Head _gc_head;
61081         struct {
61082             PyObject_VAR_HEAD
61083             PyObject *ob_item[2];
61084         }_object;
61085     }
61086 codecs_toplevel_consts_20_consts_7_consts_1 = {
61087     ._object = {
61088         .ob_base = {
61089             .ob_base = {
61090                 .ob_refcnt = 999999999,
61091                 .ob_type = &PyTuple_Type,
61092             },
61093             .ob_size = 2,
61094         },
61095         .ob_item = {
61096             (PyObject *)&_Py_SINGLETON(bytes_empty),
61097             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
61098         },
61099     },
61100 };
61101 static
61102     struct {
61103         PyGC_Head _gc_head;
61104         struct {
61105             PyObject_VAR_HEAD
61106             PyObject *ob_item[2];
61107         }_object;
61108     }
61109 codecs_toplevel_consts_20_consts_7_consts = {
61110     ._object = {
61111         .ob_base = {
61112             .ob_base = {
61113                 .ob_refcnt = 999999999,
61114                 .ob_type = &PyTuple_Type,
61115             },
61116             .ob_size = 2,
61117         },
61118         .ob_item = {
61119             & codecs_toplevel_consts_20_consts_7_consts_0._ascii.ob_base,
61120             & codecs_toplevel_consts_20_consts_7_consts_1._object.ob_base.ob_base,
61121         },
61122     },
61123 };
61124 static
61125     struct {
61126         PyASCIIObject _ascii;
61127         uint8_t _data[28];
61128     }
61129 codecs_toplevel_consts_20_consts_7_qualname = {
61130     ._ascii = {
61131         .ob_base = {
61132             .ob_refcnt = 999999999,
61133             .ob_type = &PyUnicode_Type,
61134         },
61135         .length = 27,
61136         .hash = -1,
61137         .state = {
61138             .kind = 1,
61139             .compact = 1,
61140             .ascii = 1,
61141             .ready = 1,
61142         },
61143     },
61144     ._data = "IncrementalDecoder.getstate",
61145 };
61146 static
61147     struct {
61148         PyObject_VAR_HEAD
61149         Py_hash_t ob_shash;
61150         char ob_sval[10];
61151     }
61152 codecs_toplevel_consts_20_consts_7_linetable = {
61153     .ob_base = {
61154         .ob_base = {
61155             .ob_refcnt = 999999999,
61156             .ob_type = &PyBytes_Type,
61157         },
61158         .ob_size = 9,
61159     },
61160     .ob_shash = -1,
61161     .ob_sval = "\x80\x00\xf0\x18\x00\x10\x18\x88\x78",
61162 };
61163 static
61164     struct _PyCode_DEF(6)
61165 codecs_toplevel_consts_20_consts_7 = {
61166     .ob_base = {
61167         .ob_base = {
61168             .ob_refcnt = 999999999,
61169             .ob_type = &PyCode_Type,
61170         },
61171         .ob_size = 3,
61172     },
61173     .co_consts = & codecs_toplevel_consts_20_consts_7_consts._object.ob_base.ob_base,
61174     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
61175     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
61176     .co_flags = 3,
61177     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
61178     ._co_linearray_entry_size = 0,
61179     .co_argcount = 1,
61180     .co_posonlyargcount = 0,
61181     .co_kwonlyargcount = 0,
61182     .co_stacksize = 1,
61183     .co_firstlineno = 281,
61184     .co_nlocalsplus = 1,
61185     .co_nlocals = 1,
61186     .co_nplaincellvars = 0,
61187     .co_ncellvars = 0,
61188     .co_nfreevars = 0,
61189     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
61190     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
61191     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
61192     .co_name = &_Py_ID(getstate),
61193     .co_qualname = & codecs_toplevel_consts_20_consts_7_qualname._ascii.ob_base,
61194     .co_linetable = & codecs_toplevel_consts_20_consts_7_linetable.ob_base.ob_base,
61195     ._co_code = NULL,
61196     ._co_linearray = NULL,
61197     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
61198     ._co_firsttraceable = 0,
61199 };
61200 static
61201     struct {
61202         PyASCIIObject _ascii;
61203         uint8_t _data[183];
61204     }
61205 codecs_toplevel_consts_20_consts_8_consts_0 = {
61206     ._ascii = {
61207         .ob_base = {
61208             .ob_refcnt = 999999999,
61209             .ob_type = &PyUnicode_Type,
61210         },
61211         .length = 182,
61212         .hash = -1,
61213         .state = {
61214             .kind = 1,
61215             .compact = 1,
61216             .ascii = 1,
61217             .ready = 1,
61218         },
61219     },
61220     ._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",
61221 };
61222 static
61223     struct {
61224         PyGC_Head _gc_head;
61225         struct {
61226             PyObject_VAR_HEAD
61227             PyObject *ob_item[2];
61228         }_object;
61229     }
61230 codecs_toplevel_consts_20_consts_8_consts = {
61231     ._object = {
61232         .ob_base = {
61233             .ob_base = {
61234                 .ob_refcnt = 999999999,
61235                 .ob_type = &PyTuple_Type,
61236             },
61237             .ob_size = 2,
61238         },
61239         .ob_item = {
61240             & codecs_toplevel_consts_20_consts_8_consts_0._ascii.ob_base,
61241             Py_None,
61242         },
61243     },
61244 };
61245 static
61246     struct {
61247         PyASCIIObject _ascii;
61248         uint8_t _data[28];
61249     }
61250 codecs_toplevel_consts_20_consts_8_qualname = {
61251     ._ascii = {
61252         .ob_base = {
61253             .ob_refcnt = 999999999,
61254             .ob_type = &PyUnicode_Type,
61255         },
61256         .length = 27,
61257         .hash = -1,
61258         .state = {
61259             .kind = 1,
61260             .compact = 1,
61261             .ascii = 1,
61262             .ready = 1,
61263         },
61264     },
61265     ._data = "IncrementalDecoder.setstate",
61266 };
61267 static
61268     struct _PyCode_DEF(6)
61269 codecs_toplevel_consts_20_consts_8 = {
61270     .ob_base = {
61271         .ob_base = {
61272             .ob_refcnt = 999999999,
61273             .ob_type = &PyCode_Type,
61274         },
61275         .ob_size = 3,
61276     },
61277     .co_consts = & codecs_toplevel_consts_20_consts_8_consts._object.ob_base.ob_base,
61278     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
61279     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
61280     .co_flags = 3,
61281     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
61282     ._co_linearray_entry_size = 0,
61283     .co_argcount = 2,
61284     .co_posonlyargcount = 0,
61285     .co_kwonlyargcount = 0,
61286     .co_stacksize = 1,
61287     .co_firstlineno = 295,
61288     .co_nlocalsplus = 2,
61289     .co_nlocals = 2,
61290     .co_nplaincellvars = 0,
61291     .co_ncellvars = 0,
61292     .co_nfreevars = 0,
61293     .co_localsplusnames = & codecs_toplevel_consts_16_consts_8_localsplusnames._object.ob_base.ob_base,
61294     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
61295     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
61296     .co_name = &_Py_ID(setstate),
61297     .co_qualname = & codecs_toplevel_consts_20_consts_8_qualname._ascii.ob_base,
61298     .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_3_linetable.ob_base.ob_base,
61299     ._co_code = NULL,
61300     ._co_linearray = NULL,
61301     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
61302     ._co_firsttraceable = 0,
61303 };
61304 static
61305     struct {
61306         PyGC_Head _gc_head;
61307         struct {
61308             PyObject_VAR_HEAD
61309             PyObject *ob_item[12];
61310         }_object;
61311     }
61312 codecs_toplevel_consts_20_consts = {
61313     ._object = {
61314         .ob_base = {
61315             .ob_base = {
61316                 .ob_refcnt = 999999999,
61317                 .ob_type = &PyTuple_Type,
61318             },
61319             .ob_size = 12,
61320         },
61321         .ob_item = {
61322             & const_str_IncrementalDecoder._ascii.ob_base,
61323             & codecs_toplevel_consts_20_consts_1._ascii.ob_base,
61324             &_Py_ID(strict),
61325             & codecs_toplevel_consts_20_consts_3.ob_base.ob_base,
61326             Py_False,
61327             & codecs_toplevel_consts_20_consts_5.ob_base.ob_base,
61328             & codecs_toplevel_consts_20_consts_6.ob_base.ob_base,
61329             & codecs_toplevel_consts_20_consts_7.ob_base.ob_base,
61330             & codecs_toplevel_consts_20_consts_8.ob_base.ob_base,
61331             Py_None,
61332             & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
61333             & codecs_toplevel_consts_16_consts_11._object.ob_base.ob_base,
61334         },
61335     },
61336 };
61337 static
61338     struct {
61339         PyGC_Head _gc_head;
61340         struct {
61341             PyObject_VAR_HEAD
61342             PyObject *ob_item[9];
61343         }_object;
61344     }
61345 codecs_toplevel_consts_20_names = {
61346     ._object = {
61347         .ob_base = {
61348             .ob_base = {
61349                 .ob_refcnt = 999999999,
61350                 .ob_type = &PyTuple_Type,
61351             },
61352             .ob_size = 9,
61353         },
61354         .ob_item = {
61355             &_Py_ID(__name__),
61356             &_Py_ID(__module__),
61357             &_Py_ID(__qualname__),
61358             &_Py_ID(__doc__),
61359             &_Py_ID(__init__),
61360             &_Py_ID(decode),
61361             &_Py_ID(reset),
61362             &_Py_ID(getstate),
61363             &_Py_ID(setstate),
61364         },
61365     },
61366 };
61367 static
61368     struct {
61369         PyObject_VAR_HEAD
61370         Py_hash_t ob_shash;
61371         char ob_sval[116];
61372     }
61373 codecs_toplevel_consts_20_linetable = {
61374     .ob_base = {
61375         .ob_base = {
61376             .ob_refcnt = 999999999,
61377             .ob_type = &PyBytes_Type,
61378         },
61379         .ob_size = 115,
61380     },
61381     .ob_shash = -1,
61382     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x04\x05\x08\xf0\x00\x04\x05\x08\xf0\x0a\x08\x05\x1d\xf0\x00\x08\x05\x1d\xf0\x00\x08\x05\x1d\xf0\x00\x08\x05\x1d\xf0\x14\x04\x05\x22\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",
61383 };
61384 static
61385     struct _PyCode_DEF(52)
61386 codecs_toplevel_consts_20 = {
61387     .ob_base = {
61388         .ob_base = {
61389             .ob_refcnt = 999999999,
61390             .ob_type = &PyCode_Type,
61391         },
61392         .ob_size = 26,
61393     },
61394     .co_consts = & codecs_toplevel_consts_20_consts._object.ob_base.ob_base,
61395     .co_names = & codecs_toplevel_consts_20_names._object.ob_base.ob_base,
61396     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
61397     .co_flags = 0,
61398     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
61399     ._co_linearray_entry_size = 0,
61400     .co_argcount = 0,
61401     .co_posonlyargcount = 0,
61402     .co_kwonlyargcount = 0,
61403     .co_stacksize = 2,
61404     .co_firstlineno = 254,
61405     .co_nlocalsplus = 0,
61406     .co_nlocals = 0,
61407     .co_nplaincellvars = 0,
61408     .co_ncellvars = 0,
61409     .co_nfreevars = 0,
61410     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
61411     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
61412     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
61413     .co_name = & const_str_IncrementalDecoder._ascii.ob_base,
61414     .co_qualname = & const_str_IncrementalDecoder._ascii.ob_base,
61415     .co_linetable = & codecs_toplevel_consts_20_linetable.ob_base.ob_base,
61416     ._co_code = NULL,
61417     ._co_linearray = NULL,
61418     .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",
61419     ._co_firsttraceable = 0,
61420 };
61421 static
61422     struct {
61423         PyASCIIObject _ascii;
61424         uint8_t _data[27];
61425     }
61426 const_str_BufferedIncrementalDecoder = {
61427     ._ascii = {
61428         .ob_base = {
61429             .ob_refcnt = 999999999,
61430             .ob_type = &PyUnicode_Type,
61431         },
61432         .length = 26,
61433         .hash = -1,
61434         .state = {
61435             .kind = 1,
61436             .compact = 1,
61437             .ascii = 1,
61438             .ready = 1,
61439         },
61440     },
61441     ._data = "BufferedIncrementalDecoder",
61442 };
61443 static
61444     struct {
61445         PyASCIIObject _ascii;
61446         uint8_t _data[175];
61447     }
61448 codecs_toplevel_consts_22_consts_1 = {
61449     ._ascii = {
61450         .ob_base = {
61451             .ob_refcnt = 999999999,
61452             .ob_type = &PyUnicode_Type,
61453         },
61454         .length = 174,
61455         .hash = -1,
61456         .state = {
61457             .kind = 1,
61458             .compact = 1,
61459             .ascii = 1,
61460             .ready = 1,
61461         },
61462     },
61463     ._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",
61464 };
61465 static
61466     struct {
61467         PyGC_Head _gc_head;
61468         struct {
61469             PyObject_VAR_HEAD
61470             PyObject *ob_item[2];
61471         }_object;
61472     }
61473 codecs_toplevel_consts_22_consts_3_consts = {
61474     ._object = {
61475         .ob_base = {
61476             .ob_base = {
61477                 .ob_refcnt = 999999999,
61478                 .ob_type = &PyTuple_Type,
61479             },
61480             .ob_size = 2,
61481         },
61482         .ob_item = {
61483             Py_None,
61484             (PyObject *)&_Py_SINGLETON(bytes_empty),
61485         },
61486     },
61487 };
61488 static
61489     struct {
61490         PyGC_Head _gc_head;
61491         struct {
61492             PyObject_VAR_HEAD
61493             PyObject *ob_item[3];
61494         }_object;
61495     }
61496 codecs_toplevel_consts_22_consts_3_names = {
61497     ._object = {
61498         .ob_base = {
61499             .ob_base = {
61500                 .ob_refcnt = 999999999,
61501                 .ob_type = &PyTuple_Type,
61502             },
61503             .ob_size = 3,
61504         },
61505         .ob_item = {
61506             & const_str_IncrementalDecoder._ascii.ob_base,
61507             &_Py_ID(__init__),
61508             &_Py_ID(buffer),
61509         },
61510     },
61511 };
61512 static
61513     struct {
61514         PyASCIIObject _ascii;
61515         uint8_t _data[36];
61516     }
61517 codecs_toplevel_consts_22_consts_3_qualname = {
61518     ._ascii = {
61519         .ob_base = {
61520             .ob_refcnt = 999999999,
61521             .ob_type = &PyUnicode_Type,
61522         },
61523         .length = 35,
61524         .hash = -1,
61525         .state = {
61526             .kind = 1,
61527             .compact = 1,
61528             .ascii = 1,
61529             .ready = 1,
61530         },
61531     },
61532     ._data = "BufferedIncrementalDecoder.__init__",
61533 };
61534 static
61535     struct {
61536         PyObject_VAR_HEAD
61537         Py_hash_t ob_shash;
61538         char ob_sval[36];
61539     }
61540 codecs_toplevel_consts_22_consts_3_linetable = {
61541     .ob_base = {
61542         .ob_base = {
61543             .ob_refcnt = 999999999,
61544             .ob_type = &PyBytes_Type,
61545         },
61546         .ob_size = 35,
61547     },
61548     .ob_shash = -1,
61549     .ob_sval = "\x80\x00\xdd\x08\x1a\xd7\x08\x23\xd2\x08\x23\xa0\x44\xa8\x26\xd1\x08\x31\xd4\x08\x31\xd0\x08\x31\xe0\x16\x19\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
61550 };
61551 static
61552     struct _PyCode_DEF(74)
61553 codecs_toplevel_consts_22_consts_3 = {
61554     .ob_base = {
61555         .ob_base = {
61556             .ob_refcnt = 999999999,
61557             .ob_type = &PyCode_Type,
61558         },
61559         .ob_size = 37,
61560     },
61561     .co_consts = & codecs_toplevel_consts_22_consts_3_consts._object.ob_base.ob_base,
61562     .co_names = & codecs_toplevel_consts_22_consts_3_names._object.ob_base.ob_base,
61563     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
61564     .co_flags = 3,
61565     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
61566     ._co_linearray_entry_size = 0,
61567     .co_argcount = 2,
61568     .co_posonlyargcount = 0,
61569     .co_kwonlyargcount = 0,
61570     .co_stacksize = 4,
61571     .co_firstlineno = 309,
61572     .co_nlocalsplus = 2,
61573     .co_nlocals = 2,
61574     .co_nplaincellvars = 0,
61575     .co_ncellvars = 0,
61576     .co_nfreevars = 0,
61577     .co_localsplusnames = & codecs_toplevel_consts_16_consts_3_localsplusnames._object.ob_base.ob_base,
61578     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
61579     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
61580     .co_name = &_Py_ID(__init__),
61581     .co_qualname = & codecs_toplevel_consts_22_consts_3_qualname._ascii.ob_base,
61582     .co_linetable = & codecs_toplevel_consts_22_consts_3_linetable.ob_base.ob_base,
61583     ._co_code = NULL,
61584     ._co_linearray = NULL,
61585     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xa6\x02\x00\x00\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",
61586     ._co_firsttraceable = 0,
61587 };
61588 static
61589     struct {
61590         PyASCIIObject _ascii;
61591         uint8_t _data[15];
61592     }
61593 const_str__buffer_decode = {
61594     ._ascii = {
61595         .ob_base = {
61596             .ob_refcnt = 999999999,
61597             .ob_type = &PyUnicode_Type,
61598         },
61599         .length = 14,
61600         .hash = -1,
61601         .state = {
61602             .kind = 1,
61603             .compact = 1,
61604             .ascii = 1,
61605             .ready = 1,
61606         },
61607     },
61608     ._data = "_buffer_decode",
61609 };
61610 static
61611     struct {
61612         PyASCIIObject _ascii;
61613         uint8_t _data[42];
61614     }
61615 codecs_toplevel_consts_22_consts_4_qualname = {
61616     ._ascii = {
61617         .ob_base = {
61618             .ob_refcnt = 999999999,
61619             .ob_type = &PyUnicode_Type,
61620         },
61621         .length = 41,
61622         .hash = -1,
61623         .state = {
61624             .kind = 1,
61625             .compact = 1,
61626             .ascii = 1,
61627             .ready = 1,
61628         },
61629     },
61630     ._data = "BufferedIncrementalDecoder._buffer_decode",
61631 };
61632 static
61633     struct _PyCode_DEF(16)
61634 codecs_toplevel_consts_22_consts_4 = {
61635     .ob_base = {
61636         .ob_base = {
61637             .ob_refcnt = 999999999,
61638             .ob_type = &PyCode_Type,
61639         },
61640         .ob_size = 8,
61641     },
61642     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
61643     .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
61644     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
61645     .co_flags = 3,
61646     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
61647     ._co_linearray_entry_size = 0,
61648     .co_argcount = 4,
61649     .co_posonlyargcount = 0,
61650     .co_kwonlyargcount = 0,
61651     .co_stacksize = 1,
61652     .co_firstlineno = 314,
61653     .co_nlocalsplus = 4,
61654     .co_nlocals = 4,
61655     .co_nplaincellvars = 0,
61656     .co_ncellvars = 0,
61657     .co_nfreevars = 0,
61658     .co_localsplusnames = & codecs_toplevel_consts_18_consts_4_localsplusnames._object.ob_base.ob_base,
61659     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
61660     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
61661     .co_name = & const_str__buffer_decode._ascii.ob_base,
61662     .co_qualname = & codecs_toplevel_consts_22_consts_4_qualname._ascii.ob_base,
61663     .co_linetable = & codecs_toplevel_consts_18_consts_4_linetable.ob_base.ob_base,
61664     ._co_code = NULL,
61665     ._co_linearray = NULL,
61666     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
61667     ._co_firsttraceable = 0,
61668 };
61669 static
61670     struct {
61671         PyGC_Head _gc_head;
61672         struct {
61673             PyObject_VAR_HEAD
61674             PyObject *ob_item[3];
61675         }_object;
61676     }
61677 codecs_toplevel_consts_22_consts_6_names = {
61678     ._object = {
61679         .ob_base = {
61680             .ob_base = {
61681                 .ob_refcnt = 999999999,
61682                 .ob_type = &PyTuple_Type,
61683             },
61684             .ob_size = 3,
61685         },
61686         .ob_item = {
61687             &_Py_ID(buffer),
61688             & const_str__buffer_decode._ascii.ob_base,
61689             &_Py_ID(errors),
61690         },
61691     },
61692 };
61693 static
61694     struct {
61695         PyASCIIObject _ascii;
61696         uint8_t _data[34];
61697     }
61698 codecs_toplevel_consts_22_consts_6_qualname = {
61699     ._ascii = {
61700         .ob_base = {
61701             .ob_refcnt = 999999999,
61702             .ob_type = &PyUnicode_Type,
61703         },
61704         .length = 33,
61705         .hash = -1,
61706         .state = {
61707             .kind = 1,
61708             .compact = 1,
61709             .ascii = 1,
61710             .ready = 1,
61711         },
61712     },
61713     ._data = "BufferedIncrementalDecoder.decode",
61714 };
61715 static
61716     struct _PyCode_DEF(118)
61717 codecs_toplevel_consts_22_consts_6 = {
61718     .ob_base = {
61719         .ob_base = {
61720             .ob_refcnt = 999999999,
61721             .ob_type = &PyCode_Type,
61722         },
61723         .ob_size = 59,
61724     },
61725     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
61726     .co_names = & codecs_toplevel_consts_22_consts_6_names._object.ob_base.ob_base,
61727     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
61728     .co_flags = 3,
61729     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
61730     ._co_linearray_entry_size = 0,
61731     .co_argcount = 3,
61732     .co_posonlyargcount = 0,
61733     .co_kwonlyargcount = 0,
61734     .co_stacksize = 5,
61735     .co_firstlineno = 319,
61736     .co_nlocalsplus = 6,
61737     .co_nlocals = 6,
61738     .co_nplaincellvars = 0,
61739     .co_ncellvars = 0,
61740     .co_nfreevars = 0,
61741     .co_localsplusnames = & codecs_toplevel_consts_18_consts_6_localsplusnames._object.ob_base.ob_base,
61742     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
61743     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
61744     .co_name = &_Py_ID(decode),
61745     .co_qualname = & codecs_toplevel_consts_22_consts_6_qualname._ascii.ob_base,
61746     .co_linetable = & codecs_toplevel_consts_18_consts_6_linetable.ob_base.ob_base,
61747     ._co_code = NULL,
61748     ._co_linearray = NULL,
61749     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7a\x00\x00\x00\x7d\x03\x7c\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x04\x7d\x05\x7c\x03\x7c\x05\x64\x00\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x53\x00",
61750     ._co_firsttraceable = 0,
61751 };
61752 static
61753     struct {
61754         PyGC_Head _gc_head;
61755         struct {
61756             PyObject_VAR_HEAD
61757             PyObject *ob_item[3];
61758         }_object;
61759     }
61760 codecs_toplevel_consts_22_consts_7_names = {
61761     ._object = {
61762         .ob_base = {
61763             .ob_base = {
61764                 .ob_refcnt = 999999999,
61765                 .ob_type = &PyTuple_Type,
61766             },
61767             .ob_size = 3,
61768         },
61769         .ob_item = {
61770             & const_str_IncrementalDecoder._ascii.ob_base,
61771             &_Py_ID(reset),
61772             &_Py_ID(buffer),
61773         },
61774     },
61775 };
61776 static
61777     struct {
61778         PyASCIIObject _ascii;
61779         uint8_t _data[33];
61780     }
61781 codecs_toplevel_consts_22_consts_7_qualname = {
61782     ._ascii = {
61783         .ob_base = {
61784             .ob_refcnt = 999999999,
61785             .ob_type = &PyUnicode_Type,
61786         },
61787         .length = 32,
61788         .hash = -1,
61789         .state = {
61790             .kind = 1,
61791             .compact = 1,
61792             .ascii = 1,
61793             .ready = 1,
61794         },
61795     },
61796     ._data = "BufferedIncrementalDecoder.reset",
61797 };
61798 static
61799     struct {
61800         PyObject_VAR_HEAD
61801         Py_hash_t ob_shash;
61802         char ob_sval[34];
61803     }
61804 codecs_toplevel_consts_22_consts_7_linetable = {
61805     .ob_base = {
61806         .ob_base = {
61807             .ob_refcnt = 999999999,
61808             .ob_type = &PyBytes_Type,
61809         },
61810         .ob_size = 33,
61811     },
61812     .ob_shash = -1,
61813     .ob_sval = "\x80\x00\xdd\x08\x1a\xd7\x08\x20\xd2\x08\x20\xa0\x14\xd1\x08\x26\xd4\x08\x26\xd0\x08\x26\xd8\x16\x19\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
61814 };
61815 static
61816     struct _PyCode_DEF(72)
61817 codecs_toplevel_consts_22_consts_7 = {
61818     .ob_base = {
61819         .ob_base = {
61820             .ob_refcnt = 999999999,
61821             .ob_type = &PyCode_Type,
61822         },
61823         .ob_size = 36,
61824     },
61825     .co_consts = & codecs_toplevel_consts_22_consts_3_consts._object.ob_base.ob_base,
61826     .co_names = & codecs_toplevel_consts_22_consts_7_names._object.ob_base.ob_base,
61827     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
61828     .co_flags = 3,
61829     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
61830     ._co_linearray_entry_size = 0,
61831     .co_argcount = 1,
61832     .co_posonlyargcount = 0,
61833     .co_kwonlyargcount = 0,
61834     .co_stacksize = 3,
61835     .co_firstlineno = 327,
61836     .co_nlocalsplus = 1,
61837     .co_nlocals = 1,
61838     .co_nplaincellvars = 0,
61839     .co_ncellvars = 0,
61840     .co_nfreevars = 0,
61841     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
61842     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
61843     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
61844     .co_name = &_Py_ID(reset),
61845     .co_qualname = & codecs_toplevel_consts_22_consts_7_qualname._ascii.ob_base,
61846     .co_linetable = & codecs_toplevel_consts_22_consts_7_linetable.ob_base.ob_base,
61847     ._co_code = NULL,
61848     ._co_linearray = NULL,
61849     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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",
61850     ._co_firsttraceable = 0,
61851 };
61852 static
61853     struct {
61854         PyASCIIObject _ascii;
61855         uint8_t _data[36];
61856     }
61857 codecs_toplevel_consts_22_consts_8_qualname = {
61858     ._ascii = {
61859         .ob_base = {
61860             .ob_refcnt = 999999999,
61861             .ob_type = &PyUnicode_Type,
61862         },
61863         .length = 35,
61864         .hash = -1,
61865         .state = {
61866             .kind = 1,
61867             .compact = 1,
61868             .ascii = 1,
61869             .ready = 1,
61870         },
61871     },
61872     ._data = "BufferedIncrementalDecoder.getstate",
61873 };
61874 static
61875     struct {
61876         PyObject_VAR_HEAD
61877         Py_hash_t ob_shash;
61878         char ob_sval[16];
61879     }
61880 codecs_toplevel_consts_22_consts_8_linetable = {
61881     .ob_base = {
61882         .ob_base = {
61883             .ob_refcnt = 999999999,
61884             .ob_type = &PyBytes_Type,
61885         },
61886         .ob_size = 15,
61887     },
61888     .ob_shash = -1,
61889     .ob_sval = "\x80\x00\xe0\x10\x14\x94\x0b\x98\x51\xd0\x0f\x1f\xd0\x08\x1f",
61890 };
61891 static
61892     struct _PyCode_DEF(20)
61893 codecs_toplevel_consts_22_consts_8 = {
61894     .ob_base = {
61895         .ob_base = {
61896             .ob_refcnt = 999999999,
61897             .ob_type = &PyCode_Type,
61898         },
61899         .ob_size = 10,
61900     },
61901     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
61902     .co_names = & codecs_toplevel_consts_18_consts_8_names._object.ob_base.ob_base,
61903     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
61904     .co_flags = 3,
61905     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
61906     ._co_linearray_entry_size = 0,
61907     .co_argcount = 1,
61908     .co_posonlyargcount = 0,
61909     .co_kwonlyargcount = 0,
61910     .co_stacksize = 2,
61911     .co_firstlineno = 331,
61912     .co_nlocalsplus = 1,
61913     .co_nlocals = 1,
61914     .co_nplaincellvars = 0,
61915     .co_ncellvars = 0,
61916     .co_nfreevars = 0,
61917     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
61918     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
61919     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
61920     .co_name = &_Py_ID(getstate),
61921     .co_qualname = & codecs_toplevel_consts_22_consts_8_qualname._ascii.ob_base,
61922     .co_linetable = & codecs_toplevel_consts_22_consts_8_linetable.ob_base.ob_base,
61923     ._co_code = NULL,
61924     ._co_linearray = NULL,
61925     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x66\x02\x53\x00",
61926     ._co_firsttraceable = 0,
61927 };
61928 static
61929     struct {
61930         PyASCIIObject _ascii;
61931         uint8_t _data[36];
61932     }
61933 codecs_toplevel_consts_22_consts_9_qualname = {
61934     ._ascii = {
61935         .ob_base = {
61936             .ob_refcnt = 999999999,
61937             .ob_type = &PyUnicode_Type,
61938         },
61939         .length = 35,
61940         .hash = -1,
61941         .state = {
61942             .kind = 1,
61943             .compact = 1,
61944             .ascii = 1,
61945             .ready = 1,
61946         },
61947     },
61948     ._data = "BufferedIncrementalDecoder.setstate",
61949 };
61950 static
61951     struct {
61952         PyObject_VAR_HEAD
61953         Py_hash_t ob_shash;
61954         char ob_sval[18];
61955     }
61956 codecs_toplevel_consts_22_consts_9_linetable = {
61957     .ob_base = {
61958         .ob_base = {
61959             .ob_refcnt = 999999999,
61960             .ob_type = &PyBytes_Type,
61961         },
61962         .ob_size = 17,
61963     },
61964     .ob_shash = -1,
61965     .ob_sval = "\x80\x00\xe0\x16\x1b\x98\x41\x94\x68\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
61966 };
61967 static
61968     struct _PyCode_DEF(32)
61969 codecs_toplevel_consts_22_consts_9 = {
61970     .ob_base = {
61971         .ob_base = {
61972             .ob_refcnt = 999999999,
61973             .ob_type = &PyCode_Type,
61974         },
61975         .ob_size = 16,
61976     },
61977     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
61978     .co_names = & codecs_toplevel_consts_18_consts_8_names._object.ob_base.ob_base,
61979     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
61980     .co_flags = 3,
61981     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
61982     ._co_linearray_entry_size = 0,
61983     .co_argcount = 2,
61984     .co_posonlyargcount = 0,
61985     .co_kwonlyargcount = 0,
61986     .co_stacksize = 2,
61987     .co_firstlineno = 335,
61988     .co_nlocalsplus = 2,
61989     .co_nlocals = 2,
61990     .co_nplaincellvars = 0,
61991     .co_ncellvars = 0,
61992     .co_nfreevars = 0,
61993     .co_localsplusnames = & codecs_toplevel_consts_16_consts_8_localsplusnames._object.ob_base.ob_base,
61994     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
61995     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
61996     .co_name = &_Py_ID(setstate),
61997     .co_qualname = & codecs_toplevel_consts_22_consts_9_qualname._ascii.ob_base,
61998     .co_linetable = & codecs_toplevel_consts_22_consts_9_linetable.ob_base.ob_base,
61999     ._co_code = NULL,
62000     ._co_linearray = NULL,
62001     .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",
62002     ._co_firsttraceable = 0,
62003 };
62004 static
62005     struct {
62006         PyGC_Head _gc_head;
62007         struct {
62008             PyObject_VAR_HEAD
62009             PyObject *ob_item[13];
62010         }_object;
62011     }
62012 codecs_toplevel_consts_22_consts = {
62013     ._object = {
62014         .ob_base = {
62015             .ob_base = {
62016                 .ob_refcnt = 999999999,
62017                 .ob_type = &PyTuple_Type,
62018             },
62019             .ob_size = 13,
62020         },
62021         .ob_item = {
62022             & const_str_BufferedIncrementalDecoder._ascii.ob_base,
62023             & codecs_toplevel_consts_22_consts_1._ascii.ob_base,
62024             &_Py_ID(strict),
62025             & codecs_toplevel_consts_22_consts_3.ob_base.ob_base,
62026             & codecs_toplevel_consts_22_consts_4.ob_base.ob_base,
62027             Py_False,
62028             & codecs_toplevel_consts_22_consts_6.ob_base.ob_base,
62029             & codecs_toplevel_consts_22_consts_7.ob_base.ob_base,
62030             & codecs_toplevel_consts_22_consts_8.ob_base.ob_base,
62031             & codecs_toplevel_consts_22_consts_9.ob_base.ob_base,
62032             Py_None,
62033             & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
62034             & codecs_toplevel_consts_16_consts_11._object.ob_base.ob_base,
62035         },
62036     },
62037 };
62038 static
62039     struct {
62040         PyGC_Head _gc_head;
62041         struct {
62042             PyObject_VAR_HEAD
62043             PyObject *ob_item[10];
62044         }_object;
62045     }
62046 codecs_toplevel_consts_22_names = {
62047     ._object = {
62048         .ob_base = {
62049             .ob_base = {
62050                 .ob_refcnt = 999999999,
62051                 .ob_type = &PyTuple_Type,
62052             },
62053             .ob_size = 10,
62054         },
62055         .ob_item = {
62056             &_Py_ID(__name__),
62057             &_Py_ID(__module__),
62058             &_Py_ID(__qualname__),
62059             &_Py_ID(__doc__),
62060             &_Py_ID(__init__),
62061             & const_str__buffer_decode._ascii.ob_base,
62062             &_Py_ID(decode),
62063             &_Py_ID(reset),
62064             &_Py_ID(getstate),
62065             &_Py_ID(setstate),
62066         },
62067     },
62068 };
62069 static
62070     struct {
62071         PyObject_VAR_HEAD
62072         Py_hash_t ob_shash;
62073         char ob_sval[131];
62074     }
62075 codecs_toplevel_consts_22_linetable = {
62076     .ob_base = {
62077         .ob_base = {
62078             .ob_refcnt = 999999999,
62079             .ob_type = &PyBytes_Type,
62080         },
62081         .ob_size = 130,
62082     },
62083     .ob_shash = -1,
62084     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x04\x05\x08\xf0\x00\x04\x05\x08\xf0\x0a\x03\x05\x1a\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\x06\x05\x16\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",
62085 };
62086 static
62087     struct _PyCode_DEF(58)
62088 codecs_toplevel_consts_22 = {
62089     .ob_base = {
62090         .ob_base = {
62091             .ob_refcnt = 999999999,
62092             .ob_type = &PyCode_Type,
62093         },
62094         .ob_size = 29,
62095     },
62096     .co_consts = & codecs_toplevel_consts_22_consts._object.ob_base.ob_base,
62097     .co_names = & codecs_toplevel_consts_22_names._object.ob_base.ob_base,
62098     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
62099     .co_flags = 0,
62100     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
62101     ._co_linearray_entry_size = 0,
62102     .co_argcount = 0,
62103     .co_posonlyargcount = 0,
62104     .co_kwonlyargcount = 0,
62105     .co_stacksize = 2,
62106     .co_firstlineno = 303,
62107     .co_nlocalsplus = 0,
62108     .co_nlocals = 0,
62109     .co_nplaincellvars = 0,
62110     .co_ncellvars = 0,
62111     .co_nfreevars = 0,
62112     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
62113     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
62114     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
62115     .co_name = & const_str_BufferedIncrementalDecoder._ascii.ob_base,
62116     .co_qualname = & const_str_BufferedIncrementalDecoder._ascii.ob_base,
62117     .co_linetable = & codecs_toplevel_consts_22_linetable.ob_base.ob_base,
62118     ._co_code = NULL,
62119     ._co_linearray = NULL,
62120     .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",
62121     ._co_firsttraceable = 0,
62122 };
62123 static
62124     struct {
62125         PyASCIIObject _ascii;
62126         uint8_t _data[888];
62127     }
62128 codecs_toplevel_consts_24_consts_2_consts_0 = {
62129     ._ascii = {
62130         .ob_base = {
62131             .ob_refcnt = 999999999,
62132             .ob_type = &PyUnicode_Type,
62133         },
62134         .length = 887,
62135         .hash = -1,
62136         .state = {
62137             .kind = 1,
62138             .compact = 1,
62139             .ascii = 1,
62140             .ready = 1,
62141         },
62142     },
62143     ._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",
62144 };
62145 static
62146     struct {
62147         PyGC_Head _gc_head;
62148         struct {
62149             PyObject_VAR_HEAD
62150             PyObject *ob_item[2];
62151         }_object;
62152     }
62153 codecs_toplevel_consts_24_consts_2_consts = {
62154     ._object = {
62155         .ob_base = {
62156             .ob_base = {
62157                 .ob_refcnt = 999999999,
62158                 .ob_type = &PyTuple_Type,
62159             },
62160             .ob_size = 2,
62161         },
62162         .ob_item = {
62163             & codecs_toplevel_consts_24_consts_2_consts_0._ascii.ob_base,
62164             Py_None,
62165         },
62166     },
62167 };
62168 static
62169     struct {
62170         PyASCIIObject _ascii;
62171         uint8_t _data[7];
62172     }
62173 const_str_stream = {
62174     ._ascii = {
62175         .ob_base = {
62176             .ob_refcnt = 999999999,
62177             .ob_type = &PyUnicode_Type,
62178         },
62179         .length = 6,
62180         .hash = -1,
62181         .state = {
62182             .kind = 1,
62183             .compact = 1,
62184             .ascii = 1,
62185             .ready = 1,
62186         },
62187     },
62188     ._data = "stream",
62189 };
62190 static
62191     struct {
62192         PyGC_Head _gc_head;
62193         struct {
62194             PyObject_VAR_HEAD
62195             PyObject *ob_item[2];
62196         }_object;
62197     }
62198 codecs_toplevel_consts_24_consts_2_names = {
62199     ._object = {
62200         .ob_base = {
62201             .ob_base = {
62202                 .ob_refcnt = 999999999,
62203                 .ob_type = &PyTuple_Type,
62204             },
62205             .ob_size = 2,
62206         },
62207         .ob_item = {
62208             & const_str_stream._ascii.ob_base,
62209             &_Py_ID(errors),
62210         },
62211     },
62212 };
62213 static
62214     struct {
62215         PyASCIIObject _ascii;
62216         uint8_t _data[22];
62217     }
62218 codecs_toplevel_consts_24_consts_2_qualname = {
62219     ._ascii = {
62220         .ob_base = {
62221             .ob_refcnt = 999999999,
62222             .ob_type = &PyUnicode_Type,
62223         },
62224         .length = 21,
62225         .hash = -1,
62226         .state = {
62227             .kind = 1,
62228             .compact = 1,
62229             .ascii = 1,
62230             .ready = 1,
62231         },
62232     },
62233     ._data = "StreamWriter.__init__",
62234 };
62235 static
62236     struct {
62237         PyObject_VAR_HEAD
62238         Py_hash_t ob_shash;
62239         char ob_sval[23];
62240     }
62241 codecs_toplevel_consts_24_consts_2_linetable = {
62242     .ob_base = {
62243         .ob_base = {
62244             .ob_refcnt = 999999999,
62245             .ob_type = &PyBytes_Type,
62246         },
62247         .ob_size = 22,
62248     },
62249     .ob_shash = -1,
62250     .ob_sval = "\x80\x00\xf0\x2c\x00\x17\x1d\x88\x04\x8c\x0b\xd8\x16\x1c\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
62251 };
62252 static
62253     struct {
62254         PyGC_Head _gc_head;
62255         struct {
62256             PyObject_VAR_HEAD
62257             PyObject *ob_item[3];
62258         }_object;
62259     }
62260 codecs_toplevel_consts_24_consts_2_localsplusnames = {
62261     ._object = {
62262         .ob_base = {
62263             .ob_base = {
62264                 .ob_refcnt = 999999999,
62265                 .ob_type = &PyTuple_Type,
62266             },
62267             .ob_size = 3,
62268         },
62269         .ob_item = {
62270             & const_str_self._ascii.ob_base,
62271             & const_str_stream._ascii.ob_base,
62272             &_Py_ID(errors),
62273         },
62274     },
62275 };
62276 static
62277     struct _PyCode_DEF(34)
62278 codecs_toplevel_consts_24_consts_2 = {
62279     .ob_base = {
62280         .ob_base = {
62281             .ob_refcnt = 999999999,
62282             .ob_type = &PyCode_Type,
62283         },
62284         .ob_size = 17,
62285     },
62286     .co_consts = & codecs_toplevel_consts_24_consts_2_consts._object.ob_base.ob_base,
62287     .co_names = & codecs_toplevel_consts_24_consts_2_names._object.ob_base.ob_base,
62288     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
62289     .co_flags = 3,
62290     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
62291     ._co_linearray_entry_size = 0,
62292     .co_argcount = 3,
62293     .co_posonlyargcount = 0,
62294     .co_kwonlyargcount = 0,
62295     .co_stacksize = 2,
62296     .co_firstlineno = 348,
62297     .co_nlocalsplus = 3,
62298     .co_nlocals = 3,
62299     .co_nplaincellvars = 0,
62300     .co_ncellvars = 0,
62301     .co_nfreevars = 0,
62302     .co_localsplusnames = & codecs_toplevel_consts_24_consts_2_localsplusnames._object.ob_base.ob_base,
62303     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
62304     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
62305     .co_name = &_Py_ID(__init__),
62306     .co_qualname = & codecs_toplevel_consts_24_consts_2_qualname._ascii.ob_base,
62307     .co_linetable = & codecs_toplevel_consts_24_consts_2_linetable.ob_base.ob_base,
62308     ._co_code = NULL,
62309     ._co_linearray = NULL,
62310     .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",
62311     ._co_firsttraceable = 0,
62312 };
62313 static
62314     struct {
62315         PyASCIIObject _ascii;
62316         uint8_t _data[63];
62317     }
62318 codecs_toplevel_consts_24_consts_3_consts_0 = {
62319     ._ascii = {
62320         .ob_base = {
62321             .ob_refcnt = 999999999,
62322             .ob_type = &PyUnicode_Type,
62323         },
62324         .length = 62,
62325         .hash = -1,
62326         .state = {
62327             .kind = 1,
62328             .compact = 1,
62329             .ascii = 1,
62330             .ready = 1,
62331         },
62332     },
62333     ._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",
62334 };
62335 static
62336     struct {
62337         PyGC_Head _gc_head;
62338         struct {
62339             PyObject_VAR_HEAD
62340             PyObject *ob_item[2];
62341         }_object;
62342     }
62343 codecs_toplevel_consts_24_consts_3_consts = {
62344     ._object = {
62345         .ob_base = {
62346             .ob_base = {
62347                 .ob_refcnt = 999999999,
62348                 .ob_type = &PyTuple_Type,
62349             },
62350             .ob_size = 2,
62351         },
62352         .ob_item = {
62353             & codecs_toplevel_consts_24_consts_3_consts_0._ascii.ob_base,
62354             Py_None,
62355         },
62356     },
62357 };
62358 static
62359     struct {
62360         PyGC_Head _gc_head;
62361         struct {
62362             PyObject_VAR_HEAD
62363             PyObject *ob_item[4];
62364         }_object;
62365     }
62366 codecs_toplevel_consts_24_consts_3_names = {
62367     ._object = {
62368         .ob_base = {
62369             .ob_base = {
62370                 .ob_refcnt = 999999999,
62371                 .ob_type = &PyTuple_Type,
62372             },
62373             .ob_size = 4,
62374         },
62375         .ob_item = {
62376             &_Py_ID(encode),
62377             &_Py_ID(errors),
62378             & const_str_stream._ascii.ob_base,
62379             &_Py_ID(write),
62380         },
62381     },
62382 };
62383 static
62384     struct {
62385         PyASCIIObject _ascii;
62386         uint8_t _data[19];
62387     }
62388 codecs_toplevel_consts_24_consts_3_qualname = {
62389     ._ascii = {
62390         .ob_base = {
62391             .ob_refcnt = 999999999,
62392             .ob_type = &PyUnicode_Type,
62393         },
62394         .length = 18,
62395         .hash = -1,
62396         .state = {
62397             .kind = 1,
62398             .compact = 1,
62399             .ascii = 1,
62400             .ready = 1,
62401         },
62402     },
62403     ._data = "StreamWriter.write",
62404 };
62405 static
62406     struct {
62407         PyObject_VAR_HEAD
62408         Py_hash_t ob_shash;
62409         char ob_sval[58];
62410     }
62411 codecs_toplevel_consts_24_consts_3_linetable = {
62412     .ob_base = {
62413         .ob_base = {
62414             .ob_refcnt = 999999999,
62415             .ob_type = &PyBytes_Type,
62416         },
62417         .ob_size = 57,
62418     },
62419     .ob_shash = -1,
62420     .ob_sval = "\x80\x00\xf0\x08\x00\x1a\x1e\x9f\x1b\x9a\x1b\xa0\x56\xa8\x54\xac\x5b\xd1\x19\x39\xd4\x19\x39\x89\x0e\x88\x04\x88\x68\xd8\x08\x0c\x8c\x0b\xd7\x08\x19\xd2\x08\x19\x98\x24\xd1\x08\x1f\xd4\x08\x1f\xd0\x08\x1f\xd0\x08\x1f\xd0\x08\x1f",
62421 };
62422 static
62423     struct {
62424         PyGC_Head _gc_head;
62425         struct {
62426             PyObject_VAR_HEAD
62427             PyObject *ob_item[4];
62428         }_object;
62429     }
62430 codecs_toplevel_consts_24_consts_3_localsplusnames = {
62431     ._object = {
62432         .ob_base = {
62433             .ob_base = {
62434                 .ob_refcnt = 999999999,
62435                 .ob_type = &PyTuple_Type,
62436             },
62437             .ob_size = 4,
62438         },
62439         .ob_item = {
62440             & const_str_self._ascii.ob_base,
62441             & const_str_object._ascii.ob_base,
62442             & const_str_data._ascii.ob_base,
62443             & const_str_consumed._ascii.ob_base,
62444         },
62445     },
62446 };
62447 static
62448     struct _PyCode_DEF(118)
62449 codecs_toplevel_consts_24_consts_3 = {
62450     .ob_base = {
62451         .ob_base = {
62452             .ob_refcnt = 999999999,
62453             .ob_type = &PyCode_Type,
62454         },
62455         .ob_size = 59,
62456     },
62457     .co_consts = & codecs_toplevel_consts_24_consts_3_consts._object.ob_base.ob_base,
62458     .co_names = & codecs_toplevel_consts_24_consts_3_names._object.ob_base.ob_base,
62459     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
62460     .co_flags = 3,
62461     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
62462     ._co_linearray_entry_size = 0,
62463     .co_argcount = 2,
62464     .co_posonlyargcount = 0,
62465     .co_kwonlyargcount = 0,
62466     .co_stacksize = 4,
62467     .co_firstlineno = 373,
62468     .co_nlocalsplus = 4,
62469     .co_nlocals = 4,
62470     .co_nplaincellvars = 0,
62471     .co_ncellvars = 0,
62472     .co_nfreevars = 0,
62473     .co_localsplusnames = & codecs_toplevel_consts_24_consts_3_localsplusnames._object.ob_base.ob_base,
62474     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
62475     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
62476     .co_name = &_Py_ID(write),
62477     .co_qualname = & codecs_toplevel_consts_24_consts_3_qualname._ascii.ob_base,
62478     .co_linetable = & codecs_toplevel_consts_24_consts_3_linetable.ob_base.ob_base,
62479     ._co_code = NULL,
62480     ._co_linearray = NULL,
62481     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
62482     ._co_firsttraceable = 0,
62483 };
62484 static
62485     struct {
62486         PyASCIIObject _ascii;
62487         uint8_t _data[92];
62488     }
62489 codecs_toplevel_consts_24_consts_4_consts_0 = {
62490     ._ascii = {
62491         .ob_base = {
62492             .ob_refcnt = 999999999,
62493             .ob_type = &PyUnicode_Type,
62494         },
62495         .length = 91,
62496         .hash = -1,
62497         .state = {
62498             .kind = 1,
62499             .compact = 1,
62500             .ascii = 1,
62501             .ready = 1,
62502         },
62503     },
62504     ._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",
62505 };
62506 static
62507     struct {
62508         PyGC_Head _gc_head;
62509         struct {
62510             PyObject_VAR_HEAD
62511             PyObject *ob_item[3];
62512         }_object;
62513     }
62514 codecs_toplevel_consts_24_consts_4_consts = {
62515     ._object = {
62516         .ob_base = {
62517             .ob_base = {
62518                 .ob_refcnt = 999999999,
62519                 .ob_type = &PyTuple_Type,
62520             },
62521             .ob_size = 3,
62522         },
62523         .ob_item = {
62524             & codecs_toplevel_consts_24_consts_4_consts_0._ascii.ob_base,
62525             &_Py_STR(empty),
62526             Py_None,
62527         },
62528     },
62529 };
62530 static
62531     struct {
62532         PyGC_Head _gc_head;
62533         struct {
62534             PyObject_VAR_HEAD
62535             PyObject *ob_item[2];
62536         }_object;
62537     }
62538 codecs_toplevel_consts_24_consts_4_names = {
62539     ._object = {
62540         .ob_base = {
62541             .ob_base = {
62542                 .ob_refcnt = 999999999,
62543                 .ob_type = &PyTuple_Type,
62544             },
62545             .ob_size = 2,
62546         },
62547         .ob_item = {
62548             &_Py_ID(write),
62549             &_Py_ID(join),
62550         },
62551     },
62552 };
62553 static
62554     struct {
62555         PyASCIIObject _ascii;
62556         uint8_t _data[11];
62557     }
62558 const_str_writelines = {
62559     ._ascii = {
62560         .ob_base = {
62561             .ob_refcnt = 999999999,
62562             .ob_type = &PyUnicode_Type,
62563         },
62564         .length = 10,
62565         .hash = -1,
62566         .state = {
62567             .kind = 1,
62568             .compact = 1,
62569             .ascii = 1,
62570             .ready = 1,
62571         },
62572     },
62573     ._data = "writelines",
62574 };
62575 static
62576     struct {
62577         PyASCIIObject _ascii;
62578         uint8_t _data[24];
62579     }
62580 codecs_toplevel_consts_24_consts_4_qualname = {
62581     ._ascii = {
62582         .ob_base = {
62583             .ob_refcnt = 999999999,
62584             .ob_type = &PyUnicode_Type,
62585         },
62586         .length = 23,
62587         .hash = -1,
62588         .state = {
62589             .kind = 1,
62590             .compact = 1,
62591             .ascii = 1,
62592             .ready = 1,
62593         },
62594     },
62595     ._data = "StreamWriter.writelines",
62596 };
62597 static
62598     struct {
62599         PyObject_VAR_HEAD
62600         Py_hash_t ob_shash;
62601         char ob_sval[39];
62602     }
62603 codecs_toplevel_consts_24_consts_4_linetable = {
62604     .ob_base = {
62605         .ob_base = {
62606             .ob_refcnt = 999999999,
62607             .ob_type = &PyBytes_Type,
62608         },
62609         .ob_size = 38,
62610     },
62611     .ob_shash = -1,
62612     .ob_sval = "\x80\x00\xf0\x0a\x00\x09\x0d\x8f\x0a\x8a\x0a\x90\x32\x97\x37\x92\x37\x98\x34\x91\x3d\x94\x3d\xd1\x08\x21\xd4\x08\x21\xd0\x08\x21\xd0\x08\x21\xd0\x08\x21",
62613 };
62614 static
62615     struct {
62616         PyGC_Head _gc_head;
62617         struct {
62618             PyObject_VAR_HEAD
62619             PyObject *ob_item[2];
62620         }_object;
62621     }
62622 codecs_toplevel_consts_24_consts_4_localsplusnames = {
62623     ._object = {
62624         .ob_base = {
62625             .ob_base = {
62626                 .ob_refcnt = 999999999,
62627                 .ob_type = &PyTuple_Type,
62628             },
62629             .ob_size = 2,
62630         },
62631         .ob_item = {
62632             & const_str_self._ascii.ob_base,
62633             & const_str_list._ascii.ob_base,
62634         },
62635     },
62636 };
62637 static
62638     struct _PyCode_DEF(86)
62639 codecs_toplevel_consts_24_consts_4 = {
62640     .ob_base = {
62641         .ob_base = {
62642             .ob_refcnt = 999999999,
62643             .ob_type = &PyCode_Type,
62644         },
62645         .ob_size = 43,
62646     },
62647     .co_consts = & codecs_toplevel_consts_24_consts_4_consts._object.ob_base.ob_base,
62648     .co_names = & codecs_toplevel_consts_24_consts_4_names._object.ob_base.ob_base,
62649     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
62650     .co_flags = 3,
62651     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
62652     ._co_linearray_entry_size = 0,
62653     .co_argcount = 2,
62654     .co_posonlyargcount = 0,
62655     .co_kwonlyargcount = 0,
62656     .co_stacksize = 5,
62657     .co_firstlineno = 380,
62658     .co_nlocalsplus = 2,
62659     .co_nlocals = 2,
62660     .co_nplaincellvars = 0,
62661     .co_ncellvars = 0,
62662     .co_nfreevars = 0,
62663     .co_localsplusnames = & codecs_toplevel_consts_24_consts_4_localsplusnames._object.ob_base.ob_base,
62664     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
62665     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
62666     .co_name = & const_str_writelines._ascii.ob_base,
62667     .co_qualname = & codecs_toplevel_consts_24_consts_4_qualname._ascii.ob_base,
62668     .co_linetable = & codecs_toplevel_consts_24_consts_4_linetable.ob_base.ob_base,
62669     ._co_code = NULL,
62670     ._co_linearray = NULL,
62671     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00",
62672     ._co_firsttraceable = 0,
62673 };
62674 static
62675     struct {
62676         PyASCIIObject _ascii;
62677         uint8_t _data[307];
62678     }
62679 codecs_toplevel_consts_24_consts_5_consts_0 = {
62680     ._ascii = {
62681         .ob_base = {
62682             .ob_refcnt = 999999999,
62683             .ob_type = &PyUnicode_Type,
62684         },
62685         .length = 306,
62686         .hash = -1,
62687         .state = {
62688             .kind = 1,
62689             .compact = 1,
62690             .ascii = 1,
62691             .ready = 1,
62692         },
62693     },
62694     ._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",
62695 };
62696 static
62697     struct {
62698         PyGC_Head _gc_head;
62699         struct {
62700             PyObject_VAR_HEAD
62701             PyObject *ob_item[2];
62702         }_object;
62703     }
62704 codecs_toplevel_consts_24_consts_5_consts = {
62705     ._object = {
62706         .ob_base = {
62707             .ob_base = {
62708                 .ob_refcnt = 999999999,
62709                 .ob_type = &PyTuple_Type,
62710             },
62711             .ob_size = 2,
62712         },
62713         .ob_item = {
62714             & codecs_toplevel_consts_24_consts_5_consts_0._ascii.ob_base,
62715             Py_None,
62716         },
62717     },
62718 };
62719 static
62720     struct {
62721         PyASCIIObject _ascii;
62722         uint8_t _data[19];
62723     }
62724 codecs_toplevel_consts_24_consts_5_qualname = {
62725     ._ascii = {
62726         .ob_base = {
62727             .ob_refcnt = 999999999,
62728             .ob_type = &PyUnicode_Type,
62729         },
62730         .length = 18,
62731         .hash = -1,
62732         .state = {
62733             .kind = 1,
62734             .compact = 1,
62735             .ascii = 1,
62736             .ready = 1,
62737         },
62738     },
62739     ._data = "StreamWriter.reset",
62740 };
62741 static
62742     struct {
62743         PyObject_VAR_HEAD
62744         Py_hash_t ob_shash;
62745         char ob_sval[10];
62746     }
62747 codecs_toplevel_consts_24_consts_5_linetable = {
62748     .ob_base = {
62749         .ob_base = {
62750             .ob_refcnt = 999999999,
62751             .ob_type = &PyBytes_Type,
62752         },
62753         .ob_size = 9,
62754     },
62755     .ob_shash = -1,
62756     .ob_sval = "\x80\x00\xf0\x14\x00\x09\x0d\x88\x04",
62757 };
62758 static
62759     struct _PyCode_DEF(6)
62760 codecs_toplevel_consts_24_consts_5 = {
62761     .ob_base = {
62762         .ob_base = {
62763             .ob_refcnt = 999999999,
62764             .ob_type = &PyCode_Type,
62765         },
62766         .ob_size = 3,
62767     },
62768     .co_consts = & codecs_toplevel_consts_24_consts_5_consts._object.ob_base.ob_base,
62769     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
62770     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
62771     .co_flags = 3,
62772     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
62773     ._co_linearray_entry_size = 0,
62774     .co_argcount = 1,
62775     .co_posonlyargcount = 0,
62776     .co_kwonlyargcount = 0,
62777     .co_stacksize = 1,
62778     .co_firstlineno = 387,
62779     .co_nlocalsplus = 1,
62780     .co_nlocals = 1,
62781     .co_nplaincellvars = 0,
62782     .co_ncellvars = 0,
62783     .co_nfreevars = 0,
62784     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
62785     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
62786     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
62787     .co_name = &_Py_ID(reset),
62788     .co_qualname = & codecs_toplevel_consts_24_consts_5_qualname._ascii.ob_base,
62789     .co_linetable = & codecs_toplevel_consts_24_consts_5_linetable.ob_base.ob_base,
62790     ._co_code = NULL,
62791     ._co_linearray = NULL,
62792     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
62793     ._co_firsttraceable = 0,
62794 };
62795 static
62796     struct {
62797         PyGC_Head _gc_head;
62798         struct {
62799             PyObject_VAR_HEAD
62800             PyObject *ob_item[3];
62801         }_object;
62802     }
62803 codecs_toplevel_consts_24_consts_7_names = {
62804     ._object = {
62805         .ob_base = {
62806             .ob_base = {
62807                 .ob_refcnt = 999999999,
62808                 .ob_type = &PyTuple_Type,
62809             },
62810             .ob_size = 3,
62811         },
62812         .ob_item = {
62813             & const_str_stream._ascii.ob_base,
62814             &_Py_ID(seek),
62815             &_Py_ID(reset),
62816         },
62817     },
62818 };
62819 static
62820     struct {
62821         PyASCIIObject _ascii;
62822         uint8_t _data[18];
62823     }
62824 codecs_toplevel_consts_24_consts_7_qualname = {
62825     ._ascii = {
62826         .ob_base = {
62827             .ob_refcnt = 999999999,
62828             .ob_type = &PyUnicode_Type,
62829         },
62830         .length = 17,
62831         .hash = -1,
62832         .state = {
62833             .kind = 1,
62834             .compact = 1,
62835             .ascii = 1,
62836             .ready = 1,
62837         },
62838     },
62839     ._data = "StreamWriter.seek",
62840 };
62841 static
62842     struct {
62843         PyObject_VAR_HEAD
62844         Py_hash_t ob_shash;
62845         char ob_sval[72];
62846     }
62847 codecs_toplevel_consts_24_consts_7_linetable = {
62848     .ob_base = {
62849         .ob_base = {
62850             .ob_refcnt = 999999999,
62851             .ob_type = &PyBytes_Type,
62852         },
62853         .ob_size = 71,
62854     },
62855     .ob_shash = -1,
62856     .ob_sval = "\x80\x00\xd8\x08\x0c\x8c\x0b\xd7\x08\x18\xd2\x08\x18\x98\x16\xa0\x16\xd1\x08\x28\xd4\x08\x28\xd0\x08\x28\xd8\x0b\x11\x90\x51\x8a\x3b\x88\x3b\x98\x36\xa0\x51\x9a\x3b\x98\x3b\xd8\x0c\x10\x8f\x4a\x8a\x4a\x89\x4c\x8c\x4c\x88\x4c\x88\x4c\x88\x4c\xf0\x03\x00\x0c\x17\x88\x3b\x98\x3b\x98\x3b",
62857 };
62858 static
62859     struct {
62860         PyASCIIObject _ascii;
62861         uint8_t _data[7];
62862     }
62863 const_str_whence = {
62864     ._ascii = {
62865         .ob_base = {
62866             .ob_refcnt = 999999999,
62867             .ob_type = &PyUnicode_Type,
62868         },
62869         .length = 6,
62870         .hash = -1,
62871         .state = {
62872             .kind = 1,
62873             .compact = 1,
62874             .ascii = 1,
62875             .ready = 1,
62876         },
62877     },
62878     ._data = "whence",
62879 };
62880 static
62881     struct {
62882         PyGC_Head _gc_head;
62883         struct {
62884             PyObject_VAR_HEAD
62885             PyObject *ob_item[3];
62886         }_object;
62887     }
62888 codecs_toplevel_consts_24_consts_7_localsplusnames = {
62889     ._object = {
62890         .ob_base = {
62891             .ob_base = {
62892                 .ob_refcnt = 999999999,
62893                 .ob_type = &PyTuple_Type,
62894             },
62895             .ob_size = 3,
62896         },
62897         .ob_item = {
62898             & const_str_self._ascii.ob_base,
62899             &_Py_ID(offset),
62900             & const_str_whence._ascii.ob_base,
62901         },
62902     },
62903 };
62904 static
62905     struct _PyCode_DEF(132)
62906 codecs_toplevel_consts_24_consts_7 = {
62907     .ob_base = {
62908         .ob_base = {
62909             .ob_refcnt = 999999999,
62910             .ob_type = &PyCode_Type,
62911         },
62912         .ob_size = 66,
62913     },
62914     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
62915     .co_names = & codecs_toplevel_consts_24_consts_7_names._object.ob_base.ob_base,
62916     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
62917     .co_flags = 3,
62918     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
62919     ._co_linearray_entry_size = 0,
62920     .co_argcount = 3,
62921     .co_posonlyargcount = 0,
62922     .co_kwonlyargcount = 0,
62923     .co_stacksize = 4,
62924     .co_firstlineno = 399,
62925     .co_nlocalsplus = 3,
62926     .co_nlocals = 3,
62927     .co_nplaincellvars = 0,
62928     .co_ncellvars = 0,
62929     .co_nfreevars = 0,
62930     .co_localsplusnames = & codecs_toplevel_consts_24_consts_7_localsplusnames._object.ob_base.ob_base,
62931     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
62932     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
62933     .co_name = &_Py_ID(seek),
62934     .co_qualname = & codecs_toplevel_consts_24_consts_7_qualname._ascii.ob_base,
62935     .co_linetable = & codecs_toplevel_consts_24_consts_7_linetable.ob_base.ob_base,
62936     ._co_code = NULL,
62937     ._co_linearray = NULL,
62938     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x1c\x7c\x01\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x18\x7c\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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",
62939     ._co_firsttraceable = 0,
62940 };
62941 static
62942     struct {
62943         PyASCIIObject _ascii;
62944         uint8_t _data[64];
62945     }
62946 codecs_toplevel_consts_24_consts_8_consts_0 = {
62947     ._ascii = {
62948         .ob_base = {
62949             .ob_refcnt = 999999999,
62950             .ob_type = &PyUnicode_Type,
62951         },
62952         .length = 63,
62953         .hash = -1,
62954         .state = {
62955             .kind = 1,
62956             .compact = 1,
62957             .ascii = 1,
62958             .ready = 1,
62959         },
62960     },
62961     ._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",
62962 };
62963 static
62964     struct {
62965         PyGC_Head _gc_head;
62966         struct {
62967             PyObject_VAR_HEAD
62968             PyObject *ob_item[1];
62969         }_object;
62970     }
62971 codecs_toplevel_consts_24_consts_8_consts = {
62972     ._object = {
62973         .ob_base = {
62974             .ob_base = {
62975                 .ob_refcnt = 999999999,
62976                 .ob_type = &PyTuple_Type,
62977             },
62978             .ob_size = 1,
62979         },
62980         .ob_item = {
62981             & codecs_toplevel_consts_24_consts_8_consts_0._ascii.ob_base,
62982         },
62983     },
62984 };
62985 static
62986     struct {
62987         PyGC_Head _gc_head;
62988         struct {
62989             PyObject_VAR_HEAD
62990             PyObject *ob_item[1];
62991         }_object;
62992     }
62993 codecs_toplevel_consts_24_consts_8_names = {
62994     ._object = {
62995         .ob_base = {
62996             .ob_base = {
62997                 .ob_refcnt = 999999999,
62998                 .ob_type = &PyTuple_Type,
62999             },
63000             .ob_size = 1,
63001         },
63002         .ob_item = {
63003             & const_str_stream._ascii.ob_base,
63004         },
63005     },
63006 };
63007 static
63008     struct {
63009         PyASCIIObject _ascii;
63010         uint8_t _data[25];
63011     }
63012 codecs_toplevel_consts_24_consts_8_qualname = {
63013     ._ascii = {
63014         .ob_base = {
63015             .ob_refcnt = 999999999,
63016             .ob_type = &PyUnicode_Type,
63017         },
63018         .length = 24,
63019         .hash = -1,
63020         .state = {
63021             .kind = 1,
63022             .compact = 1,
63023             .ascii = 1,
63024             .ready = 1,
63025         },
63026     },
63027     ._data = "StreamWriter.__getattr__",
63028 };
63029 static
63030     struct {
63031         PyObject_VAR_HEAD
63032         Py_hash_t ob_shash;
63033         char ob_sval[25];
63034     }
63035 codecs_toplevel_consts_24_consts_8_linetable = {
63036     .ob_base = {
63037         .ob_base = {
63038             .ob_refcnt = 999999999,
63039             .ob_type = &PyBytes_Type,
63040         },
63041         .ob_size = 24,
63042     },
63043     .ob_shash = -1,
63044     .ob_sval = "\x80\x00\xf0\x0a\x00\x10\x17\x88\x77\x90\x74\x94\x7b\xa0\x44\xd1\x0f\x29\xd4\x0f\x29\xd0\x08\x29",
63045 };
63046 static
63047     struct {
63048         PyGC_Head _gc_head;
63049         struct {
63050             PyObject_VAR_HEAD
63051             PyObject *ob_item[3];
63052         }_object;
63053     }
63054 codecs_toplevel_consts_24_consts_8_localsplusnames = {
63055     ._object = {
63056         .ob_base = {
63057             .ob_base = {
63058                 .ob_refcnt = 999999999,
63059                 .ob_type = &PyTuple_Type,
63060             },
63061             .ob_size = 3,
63062         },
63063         .ob_item = {
63064             & const_str_self._ascii.ob_base,
63065             &_Py_ID(name),
63066             &_Py_ID(getattr),
63067         },
63068     },
63069 };
63070 static
63071     struct _PyCode_DEF(36)
63072 codecs_toplevel_consts_24_consts_8 = {
63073     .ob_base = {
63074         .ob_base = {
63075             .ob_refcnt = 999999999,
63076             .ob_type = &PyCode_Type,
63077         },
63078         .ob_size = 18,
63079     },
63080     .co_consts = & codecs_toplevel_consts_24_consts_8_consts._object.ob_base.ob_base,
63081     .co_names = & codecs_toplevel_consts_24_consts_8_names._object.ob_base.ob_base,
63082     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
63083     .co_flags = 3,
63084     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
63085     ._co_linearray_entry_size = 0,
63086     .co_argcount = 3,
63087     .co_posonlyargcount = 0,
63088     .co_kwonlyargcount = 0,
63089     .co_stacksize = 4,
63090     .co_firstlineno = 404,
63091     .co_nlocalsplus = 3,
63092     .co_nlocals = 3,
63093     .co_nplaincellvars = 0,
63094     .co_ncellvars = 0,
63095     .co_nfreevars = 0,
63096     .co_localsplusnames = & codecs_toplevel_consts_24_consts_8_localsplusnames._object.ob_base.ob_base,
63097     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
63098     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
63099     .co_name = &_Py_ID(__getattr__),
63100     .co_qualname = & codecs_toplevel_consts_24_consts_8_qualname._ascii.ob_base,
63101     .co_linetable = & codecs_toplevel_consts_24_consts_8_linetable.ob_base.ob_base,
63102     ._co_code = NULL,
63103     ._co_linearray = NULL,
63104     .co_code_adaptive = "\x97\x00\x02\x00\x7c\x02\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
63105     ._co_firsttraceable = 0,
63106 };
63107 static
63108     struct {
63109         PyASCIIObject _ascii;
63110         uint8_t _data[23];
63111     }
63112 codecs_toplevel_consts_24_consts_9_qualname = {
63113     ._ascii = {
63114         .ob_base = {
63115             .ob_refcnt = 999999999,
63116             .ob_type = &PyUnicode_Type,
63117         },
63118         .length = 22,
63119         .hash = -1,
63120         .state = {
63121             .kind = 1,
63122             .compact = 1,
63123             .ascii = 1,
63124             .ready = 1,
63125         },
63126     },
63127     ._data = "StreamWriter.__enter__",
63128 };
63129 static
63130     struct {
63131         PyObject_VAR_HEAD
63132         Py_hash_t ob_shash;
63133         char ob_sval[8];
63134     }
63135 codecs_toplevel_consts_24_consts_9_linetable = {
63136     .ob_base = {
63137         .ob_base = {
63138             .ob_refcnt = 999999999,
63139             .ob_type = &PyBytes_Type,
63140         },
63141         .ob_size = 7,
63142     },
63143     .ob_shash = -1,
63144     .ob_sval = "\x80\x00\xd8\x0f\x13\x88\x0b",
63145 };
63146 static
63147     struct _PyCode_DEF(6)
63148 codecs_toplevel_consts_24_consts_9 = {
63149     .ob_base = {
63150         .ob_base = {
63151             .ob_refcnt = 999999999,
63152             .ob_type = &PyCode_Type,
63153         },
63154         .ob_size = 3,
63155     },
63156     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
63157     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
63158     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
63159     .co_flags = 3,
63160     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
63161     ._co_linearray_entry_size = 0,
63162     .co_argcount = 1,
63163     .co_posonlyargcount = 0,
63164     .co_kwonlyargcount = 0,
63165     .co_stacksize = 1,
63166     .co_firstlineno = 411,
63167     .co_nlocalsplus = 1,
63168     .co_nlocals = 1,
63169     .co_nplaincellvars = 0,
63170     .co_ncellvars = 0,
63171     .co_nfreevars = 0,
63172     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
63173     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
63174     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
63175     .co_name = &_Py_ID(__enter__),
63176     .co_qualname = & codecs_toplevel_consts_24_consts_9_qualname._ascii.ob_base,
63177     .co_linetable = & codecs_toplevel_consts_24_consts_9_linetable.ob_base.ob_base,
63178     ._co_code = NULL,
63179     ._co_linearray = NULL,
63180     .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
63181     ._co_firsttraceable = 0,
63182 };
63183 static
63184     struct {
63185         PyGC_Head _gc_head;
63186         struct {
63187             PyObject_VAR_HEAD
63188             PyObject *ob_item[2];
63189         }_object;
63190     }
63191 codecs_toplevel_consts_24_consts_10_names = {
63192     ._object = {
63193         .ob_base = {
63194             .ob_base = {
63195                 .ob_refcnt = 999999999,
63196                 .ob_type = &PyTuple_Type,
63197             },
63198             .ob_size = 2,
63199         },
63200         .ob_item = {
63201             & const_str_stream._ascii.ob_base,
63202             &_Py_ID(close),
63203         },
63204     },
63205 };
63206 static
63207     struct {
63208         PyASCIIObject _ascii;
63209         uint8_t _data[22];
63210     }
63211 codecs_toplevel_consts_24_consts_10_qualname = {
63212     ._ascii = {
63213         .ob_base = {
63214             .ob_refcnt = 999999999,
63215             .ob_type = &PyUnicode_Type,
63216         },
63217         .length = 21,
63218         .hash = -1,
63219         .state = {
63220             .kind = 1,
63221             .compact = 1,
63222             .ascii = 1,
63223             .ready = 1,
63224         },
63225     },
63226     ._data = "StreamWriter.__exit__",
63227 };
63228 static
63229     struct {
63230         PyObject_VAR_HEAD
63231         Py_hash_t ob_shash;
63232         char ob_sval[29];
63233     }
63234 codecs_toplevel_consts_24_consts_10_linetable = {
63235     .ob_base = {
63236         .ob_base = {
63237             .ob_refcnt = 999999999,
63238             .ob_type = &PyBytes_Type,
63239         },
63240         .ob_size = 28,
63241     },
63242     .ob_shash = -1,
63243     .ob_sval = "\x80\x00\xd8\x08\x0c\x8c\x0b\xd7\x08\x19\xd2\x08\x19\xd1\x08\x1b\xd4\x08\x1b\xd0\x08\x1b\xd0\x08\x1b\xd0\x08\x1b",
63244 };
63245 static
63246     struct {
63247         PyASCIIObject _ascii;
63248         uint8_t _data[3];
63249     }
63250 const_str_tb = {
63251     ._ascii = {
63252         .ob_base = {
63253             .ob_refcnt = 999999999,
63254             .ob_type = &PyUnicode_Type,
63255         },
63256         .length = 2,
63257         .hash = -1,
63258         .state = {
63259             .kind = 1,
63260             .compact = 1,
63261             .ascii = 1,
63262             .ready = 1,
63263         },
63264     },
63265     ._data = "tb",
63266 };
63267 static
63268     struct {
63269         PyGC_Head _gc_head;
63270         struct {
63271             PyObject_VAR_HEAD
63272             PyObject *ob_item[4];
63273         }_object;
63274     }
63275 codecs_toplevel_consts_24_consts_10_localsplusnames = {
63276     ._object = {
63277         .ob_base = {
63278             .ob_base = {
63279                 .ob_refcnt = 999999999,
63280                 .ob_type = &PyTuple_Type,
63281             },
63282             .ob_size = 4,
63283         },
63284         .ob_item = {
63285             & const_str_self._ascii.ob_base,
63286             & const_str_type._ascii.ob_base,
63287             & const_str_value._ascii.ob_base,
63288             & const_str_tb._ascii.ob_base,
63289         },
63290     },
63291 };
63292 static
63293     struct _PyCode_DEF(56)
63294 codecs_toplevel_consts_24_consts_10 = {
63295     .ob_base = {
63296         .ob_base = {
63297             .ob_refcnt = 999999999,
63298             .ob_type = &PyCode_Type,
63299         },
63300         .ob_size = 28,
63301     },
63302     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
63303     .co_names = & codecs_toplevel_consts_24_consts_10_names._object.ob_base.ob_base,
63304     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
63305     .co_flags = 3,
63306     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
63307     ._co_linearray_entry_size = 0,
63308     .co_argcount = 4,
63309     .co_posonlyargcount = 0,
63310     .co_kwonlyargcount = 0,
63311     .co_stacksize = 2,
63312     .co_firstlineno = 414,
63313     .co_nlocalsplus = 4,
63314     .co_nlocals = 4,
63315     .co_nplaincellvars = 0,
63316     .co_ncellvars = 0,
63317     .co_nfreevars = 0,
63318     .co_localsplusnames = & codecs_toplevel_consts_24_consts_10_localsplusnames._object.ob_base.ob_base,
63319     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
63320     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
63321     .co_name = &_Py_ID(__exit__),
63322     .co_qualname = & codecs_toplevel_consts_24_consts_10_qualname._ascii.ob_base,
63323     .co_linetable = & codecs_toplevel_consts_24_consts_10_linetable.ob_base.ob_base,
63324     ._co_code = NULL,
63325     ._co_linearray = NULL,
63326     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
63327     ._co_firsttraceable = 0,
63328 };
63329 static
63330     struct {
63331         PyGC_Head _gc_head;
63332         struct {
63333             PyObject_VAR_HEAD
63334             PyObject *ob_item[1];
63335         }_object;
63336     }
63337 codecs_toplevel_consts_24_consts_13 = {
63338     ._object = {
63339         .ob_base = {
63340             .ob_base = {
63341                 .ob_refcnt = 999999999,
63342                 .ob_type = &PyTuple_Type,
63343             },
63344             .ob_size = 1,
63345         },
63346         .ob_item = {
63347             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
63348         },
63349     },
63350 };
63351 static
63352     struct {
63353         PyGC_Head _gc_head;
63354         struct {
63355             PyObject_VAR_HEAD
63356             PyObject *ob_item[14];
63357         }_object;
63358     }
63359 codecs_toplevel_consts_24_consts = {
63360     ._object = {
63361         .ob_base = {
63362             .ob_base = {
63363                 .ob_refcnt = 999999999,
63364                 .ob_type = &PyTuple_Type,
63365             },
63366             .ob_size = 14,
63367         },
63368         .ob_item = {
63369             & const_str_StreamWriter._ascii.ob_base,
63370             &_Py_ID(strict),
63371             & codecs_toplevel_consts_24_consts_2.ob_base.ob_base,
63372             & codecs_toplevel_consts_24_consts_3.ob_base.ob_base,
63373             & codecs_toplevel_consts_24_consts_4.ob_base.ob_base,
63374             & codecs_toplevel_consts_24_consts_5.ob_base.ob_base,
63375             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
63376             & codecs_toplevel_consts_24_consts_7.ob_base.ob_base,
63377             & codecs_toplevel_consts_24_consts_8.ob_base.ob_base,
63378             & codecs_toplevel_consts_24_consts_9.ob_base.ob_base,
63379             & codecs_toplevel_consts_24_consts_10.ob_base.ob_base,
63380             Py_None,
63381             & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
63382             & codecs_toplevel_consts_24_consts_13._object.ob_base.ob_base,
63383         },
63384     },
63385 };
63386 static
63387     struct {
63388         PyGC_Head _gc_head;
63389         struct {
63390             PyObject_VAR_HEAD
63391             PyObject *ob_item[12];
63392         }_object;
63393     }
63394 codecs_toplevel_consts_24_names = {
63395     ._object = {
63396         .ob_base = {
63397             .ob_base = {
63398                 .ob_refcnt = 999999999,
63399                 .ob_type = &PyTuple_Type,
63400             },
63401             .ob_size = 12,
63402         },
63403         .ob_item = {
63404             &_Py_ID(__name__),
63405             &_Py_ID(__module__),
63406             &_Py_ID(__qualname__),
63407             &_Py_ID(__init__),
63408             &_Py_ID(write),
63409             & const_str_writelines._ascii.ob_base,
63410             &_Py_ID(reset),
63411             &_Py_ID(seek),
63412             &_Py_ID(getattr),
63413             &_Py_ID(__getattr__),
63414             &_Py_ID(__enter__),
63415             &_Py_ID(__exit__),
63416         },
63417     },
63418 };
63419 static
63420     struct {
63421         PyObject_VAR_HEAD
63422         Py_hash_t ob_shash;
63423         char ob_sval[161];
63424     }
63425 codecs_toplevel_consts_24_linetable = {
63426     .ob_base = {
63427         .ob_base = {
63428             .ob_refcnt = 999999999,
63429             .ob_type = &PyBytes_Type,
63430         },
63431         .ob_size = 160,
63432     },
63433     .ob_shash = -1,
63434     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x04\x17\x05\x1d\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\x03\x05\x19\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",
63435 };
63436 static
63437     struct _PyCode_DEF(70)
63438 codecs_toplevel_consts_24 = {
63439     .ob_base = {
63440         .ob_base = {
63441             .ob_refcnt = 999999999,
63442             .ob_type = &PyCode_Type,
63443         },
63444         .ob_size = 35,
63445     },
63446     .co_consts = & codecs_toplevel_consts_24_consts._object.ob_base.ob_base,
63447     .co_names = & codecs_toplevel_consts_24_names._object.ob_base.ob_base,
63448     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
63449     .co_flags = 0,
63450     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
63451     ._co_linearray_entry_size = 0,
63452     .co_argcount = 0,
63453     .co_posonlyargcount = 0,
63454     .co_kwonlyargcount = 0,
63455     .co_stacksize = 2,
63456     .co_firstlineno = 346,
63457     .co_nlocalsplus = 0,
63458     .co_nlocals = 0,
63459     .co_nplaincellvars = 0,
63460     .co_ncellvars = 0,
63461     .co_nfreevars = 0,
63462     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
63463     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
63464     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
63465     .co_name = & const_str_StreamWriter._ascii.ob_base,
63466     .co_qualname = & const_str_StreamWriter._ascii.ob_base,
63467     .co_linetable = & codecs_toplevel_consts_24_linetable.ob_base.ob_base,
63468     ._co_code = NULL,
63469     ._co_linearray = NULL,
63470     .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",
63471     ._co_firsttraceable = 0,
63472 };
63473 static
63474     struct {
63475         PyASCIIObject _ascii;
63476         uint8_t _data[654];
63477     }
63478 codecs_toplevel_consts_26_consts_2_consts_0 = {
63479     ._ascii = {
63480         .ob_base = {
63481             .ob_refcnt = 999999999,
63482             .ob_type = &PyUnicode_Type,
63483         },
63484         .length = 653,
63485         .hash = -1,
63486         .state = {
63487             .kind = 1,
63488             .compact = 1,
63489             .ascii = 1,
63490             .ready = 1,
63491         },
63492     },
63493     ._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",
63494 };
63495 static
63496     struct {
63497         PyGC_Head _gc_head;
63498         struct {
63499             PyObject_VAR_HEAD
63500             PyObject *ob_item[3];
63501         }_object;
63502     }
63503 codecs_toplevel_consts_26_consts_2_consts = {
63504     ._object = {
63505         .ob_base = {
63506             .ob_base = {
63507                 .ob_refcnt = 999999999,
63508                 .ob_type = &PyTuple_Type,
63509             },
63510             .ob_size = 3,
63511         },
63512         .ob_item = {
63513             & codecs_toplevel_consts_26_consts_2_consts_0._ascii.ob_base,
63514             (PyObject *)&_Py_SINGLETON(bytes_empty),
63515             Py_None,
63516         },
63517     },
63518 };
63519 static
63520     struct {
63521         PyASCIIObject _ascii;
63522         uint8_t _data[11];
63523     }
63524 const_str_bytebuffer = {
63525     ._ascii = {
63526         .ob_base = {
63527             .ob_refcnt = 999999999,
63528             .ob_type = &PyUnicode_Type,
63529         },
63530         .length = 10,
63531         .hash = -1,
63532         .state = {
63533             .kind = 1,
63534             .compact = 1,
63535             .ascii = 1,
63536             .ready = 1,
63537         },
63538     },
63539     ._data = "bytebuffer",
63540 };
63541 static
63542     struct {
63543         PyASCIIObject _ascii;
63544         uint8_t _data[15];
63545     }
63546 const_str_charbuffertype = {
63547     ._ascii = {
63548         .ob_base = {
63549             .ob_refcnt = 999999999,
63550             .ob_type = &PyUnicode_Type,
63551         },
63552         .length = 14,
63553         .hash = -1,
63554         .state = {
63555             .kind = 1,
63556             .compact = 1,
63557             .ascii = 1,
63558             .ready = 1,
63559         },
63560     },
63561     ._data = "charbuffertype",
63562 };
63563 static
63564     struct {
63565         PyASCIIObject _ascii;
63566         uint8_t _data[18];
63567     }
63568 const_str__empty_charbuffer = {
63569     ._ascii = {
63570         .ob_base = {
63571             .ob_refcnt = 999999999,
63572             .ob_type = &PyUnicode_Type,
63573         },
63574         .length = 17,
63575         .hash = -1,
63576         .state = {
63577             .kind = 1,
63578             .compact = 1,
63579             .ascii = 1,
63580             .ready = 1,
63581         },
63582     },
63583     ._data = "_empty_charbuffer",
63584 };
63585 static
63586     struct {
63587         PyASCIIObject _ascii;
63588         uint8_t _data[11];
63589     }
63590 const_str_charbuffer = {
63591     ._ascii = {
63592         .ob_base = {
63593             .ob_refcnt = 999999999,
63594             .ob_type = &PyUnicode_Type,
63595         },
63596         .length = 10,
63597         .hash = -1,
63598         .state = {
63599             .kind = 1,
63600             .compact = 1,
63601             .ascii = 1,
63602             .ready = 1,
63603         },
63604     },
63605     ._data = "charbuffer",
63606 };
63607 static
63608     struct {
63609         PyASCIIObject _ascii;
63610         uint8_t _data[11];
63611     }
63612 const_str_linebuffer = {
63613     ._ascii = {
63614         .ob_base = {
63615             .ob_refcnt = 999999999,
63616             .ob_type = &PyUnicode_Type,
63617         },
63618         .length = 10,
63619         .hash = -1,
63620         .state = {
63621             .kind = 1,
63622             .compact = 1,
63623             .ascii = 1,
63624             .ready = 1,
63625         },
63626     },
63627     ._data = "linebuffer",
63628 };
63629 static
63630     struct {
63631         PyGC_Head _gc_head;
63632         struct {
63633             PyObject_VAR_HEAD
63634             PyObject *ob_item[7];
63635         }_object;
63636     }
63637 codecs_toplevel_consts_26_consts_2_names = {
63638     ._object = {
63639         .ob_base = {
63640             .ob_base = {
63641                 .ob_refcnt = 999999999,
63642                 .ob_type = &PyTuple_Type,
63643             },
63644             .ob_size = 7,
63645         },
63646         .ob_item = {
63647             & const_str_stream._ascii.ob_base,
63648             &_Py_ID(errors),
63649             & const_str_bytebuffer._ascii.ob_base,
63650             & const_str_charbuffertype._ascii.ob_base,
63651             & const_str__empty_charbuffer._ascii.ob_base,
63652             & const_str_charbuffer._ascii.ob_base,
63653             & const_str_linebuffer._ascii.ob_base,
63654         },
63655     },
63656 };
63657 static
63658     struct {
63659         PyASCIIObject _ascii;
63660         uint8_t _data[22];
63661     }
63662 codecs_toplevel_consts_26_consts_2_qualname = {
63663     ._ascii = {
63664         .ob_base = {
63665             .ob_refcnt = 999999999,
63666             .ob_type = &PyUnicode_Type,
63667         },
63668         .length = 21,
63669         .hash = -1,
63670         .state = {
63671             .kind = 1,
63672             .compact = 1,
63673             .ascii = 1,
63674             .ready = 1,
63675         },
63676     },
63677     ._data = "StreamReader.__init__",
63678 };
63679 static
63680     struct {
63681         PyObject_VAR_HEAD
63682         Py_hash_t ob_shash;
63683         char ob_sval[67];
63684     }
63685 codecs_toplevel_consts_26_consts_2_linetable = {
63686     .ob_base = {
63687         .ob_base = {
63688             .ob_refcnt = 999999999,
63689             .ob_type = &PyBytes_Type,
63690         },
63691         .ob_size = 66,
63692     },
63693     .ob_shash = -1,
63694     .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\xd2\x21\x34\xd1\x21\x36\xd4\x21\x36\x88\x04\xd4\x08\x1e\xd8\x1a\x1e\xd4\x1a\x30\x88\x04\x8c\x0f\xd8\x1a\x1e\x88\x04\x8c\x0f\x88\x0f\x88\x0f",
63695 };
63696 static
63697     struct _PyCode_DEF(136)
63698 codecs_toplevel_consts_26_consts_2 = {
63699     .ob_base = {
63700         .ob_base = {
63701             .ob_refcnt = 999999999,
63702             .ob_type = &PyCode_Type,
63703         },
63704         .ob_size = 68,
63705     },
63706     .co_consts = & codecs_toplevel_consts_26_consts_2_consts._object.ob_base.ob_base,
63707     .co_names = & codecs_toplevel_consts_26_consts_2_names._object.ob_base.ob_base,
63708     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
63709     .co_flags = 3,
63710     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
63711     ._co_linearray_entry_size = 0,
63712     .co_argcount = 3,
63713     .co_posonlyargcount = 0,
63714     .co_kwonlyargcount = 0,
63715     .co_stacksize = 2,
63716     .co_firstlineno = 423,
63717     .co_nlocalsplus = 3,
63718     .co_nlocals = 3,
63719     .co_nplaincellvars = 0,
63720     .co_ncellvars = 0,
63721     .co_nfreevars = 0,
63722     .co_localsplusnames = & codecs_toplevel_consts_24_consts_2_localsplusnames._object.ob_base.ob_base,
63723     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
63724     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
63725     .co_name = &_Py_ID(__init__),
63726     .co_qualname = & codecs_toplevel_consts_26_consts_2_qualname._ascii.ob_base,
63727     .co_linetable = & codecs_toplevel_consts_26_consts_2_linetable.ob_base.ob_base,
63728     ._co_code = NULL,
63729     ._co_linearray = NULL,
63730     .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\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\x04\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",
63731     ._co_firsttraceable = 0,
63732 };
63733 static
63734     struct {
63735         PyASCIIObject _ascii;
63736         uint8_t _data[20];
63737     }
63738 codecs_toplevel_consts_26_consts_3_qualname = {
63739     ._ascii = {
63740         .ob_base = {
63741             .ob_refcnt = 999999999,
63742             .ob_type = &PyUnicode_Type,
63743         },
63744         .length = 19,
63745         .hash = -1,
63746         .state = {
63747             .kind = 1,
63748             .compact = 1,
63749             .ascii = 1,
63750             .ready = 1,
63751         },
63752     },
63753     ._data = "StreamReader.decode",
63754 };
63755 static
63756     struct {
63757         PyObject_VAR_HEAD
63758         Py_hash_t ob_shash;
63759         char ob_sval[9];
63760     }
63761 codecs_toplevel_consts_26_consts_3_linetable = {
63762     .ob_base = {
63763         .ob_base = {
63764             .ob_refcnt = 999999999,
63765             .ob_type = &PyBytes_Type,
63766         },
63767         .ob_size = 8,
63768     },
63769     .ob_shash = -1,
63770     .ob_sval = "\x80\x00\xdd\x0e\x21\xd0\x08\x21",
63771 };
63772 static
63773     struct _PyCode_DEF(16)
63774 codecs_toplevel_consts_26_consts_3 = {
63775     .ob_base = {
63776         .ob_base = {
63777             .ob_refcnt = 999999999,
63778             .ob_type = &PyCode_Type,
63779         },
63780         .ob_size = 8,
63781     },
63782     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
63783     .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
63784     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
63785     .co_flags = 3,
63786     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
63787     ._co_linearray_entry_size = 0,
63788     .co_argcount = 3,
63789     .co_posonlyargcount = 0,
63790     .co_kwonlyargcount = 0,
63791     .co_stacksize = 1,
63792     .co_firstlineno = 448,
63793     .co_nlocalsplus = 3,
63794     .co_nlocals = 3,
63795     .co_nplaincellvars = 0,
63796     .co_ncellvars = 0,
63797     .co_nfreevars = 0,
63798     .co_localsplusnames = & codecs_toplevel_consts_14_consts_3_localsplusnames._object.ob_base.ob_base,
63799     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
63800     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
63801     .co_name = &_Py_ID(decode),
63802     .co_qualname = & codecs_toplevel_consts_26_consts_3_qualname._ascii.ob_base,
63803     .co_linetable = & codecs_toplevel_consts_26_consts_3_linetable.ob_base.ob_base,
63804     ._co_code = NULL,
63805     ._co_linearray = NULL,
63806     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
63807     ._co_firsttraceable = 0,
63808 };
63809 static
63810     struct {
63811         PyASCIIObject _ascii;
63812         uint8_t _data[1261];
63813     }
63814 codecs_toplevel_consts_26_consts_6_consts_0 = {
63815     ._ascii = {
63816         .ob_base = {
63817             .ob_refcnt = 999999999,
63818             .ob_type = &PyUnicode_Type,
63819         },
63820         .length = 1260,
63821         .hash = -1,
63822         .state = {
63823             .kind = 1,
63824             .compact = 1,
63825             .ascii = 1,
63826             .ready = 1,
63827         },
63828     },
63829     ._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",
63830 };
63831 static
63832     struct {
63833         PyASCIIObject _ascii;
63834         uint8_t _data[9];
63835     }
63836 const_str_keepends = {
63837     ._ascii = {
63838         .ob_base = {
63839             .ob_refcnt = 999999999,
63840             .ob_type = &PyUnicode_Type,
63841         },
63842         .length = 8,
63843         .hash = -1,
63844         .state = {
63845             .kind = 1,
63846             .compact = 1,
63847             .ascii = 1,
63848             .ready = 1,
63849         },
63850     },
63851     ._data = "keepends",
63852 };
63853 static
63854     struct {
63855         PyGC_Head _gc_head;
63856         struct {
63857             PyObject_VAR_HEAD
63858             PyObject *ob_item[1];
63859         }_object;
63860     }
63861 codecs_toplevel_consts_26_consts_6_consts_4 = {
63862     ._object = {
63863         .ob_base = {
63864             .ob_base = {
63865                 .ob_refcnt = 999999999,
63866                 .ob_type = &PyTuple_Type,
63867             },
63868             .ob_size = 1,
63869         },
63870         .ob_item = {
63871             & const_str_keepends._ascii.ob_base,
63872         },
63873     },
63874 };
63875 static
63876     struct {
63877         PyGC_Head _gc_head;
63878         struct {
63879             PyObject_VAR_HEAD
63880             PyObject *ob_item[6];
63881         }_object;
63882     }
63883 codecs_toplevel_consts_26_consts_6_consts = {
63884     ._object = {
63885         .ob_base = {
63886             .ob_base = {
63887                 .ob_refcnt = 999999999,
63888                 .ob_type = &PyTuple_Type,
63889             },
63890             .ob_size = 6,
63891         },
63892         .ob_item = {
63893             & codecs_toplevel_consts_26_consts_6_consts_0._ascii.ob_base,
63894             Py_None,
63895             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
63896             Py_True,
63897             & codecs_toplevel_consts_26_consts_6_consts_4._object.ob_base.ob_base,
63898             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
63899         },
63900     },
63901 };
63902 static
63903     struct {
63904         PyASCIIObject _ascii;
63905         uint8_t _data[6];
63906     }
63907 const_str_start = {
63908     ._ascii = {
63909         .ob_base = {
63910             .ob_refcnt = 999999999,
63911             .ob_type = &PyUnicode_Type,
63912         },
63913         .length = 5,
63914         .hash = -1,
63915         .state = {
63916             .kind = 1,
63917             .compact = 1,
63918             .ascii = 1,
63919             .ready = 1,
63920         },
63921     },
63922     ._data = "start",
63923 };
63924 static
63925     struct {
63926         PyASCIIObject _ascii;
63927         uint8_t _data[11];
63928     }
63929 const_str_splitlines = {
63930     ._ascii = {
63931         .ob_base = {
63932             .ob_refcnt = 999999999,
63933             .ob_type = &PyUnicode_Type,
63934         },
63935         .length = 10,
63936         .hash = -1,
63937         .state = {
63938             .kind = 1,
63939             .compact = 1,
63940             .ascii = 1,
63941             .ready = 1,
63942         },
63943     },
63944     ._data = "splitlines",
63945 };
63946 static
63947     struct {
63948         PyGC_Head _gc_head;
63949         struct {
63950             PyObject_VAR_HEAD
63951             PyObject *ob_item[13];
63952         }_object;
63953     }
63954 codecs_toplevel_consts_26_consts_6_names = {
63955     ._object = {
63956         .ob_base = {
63957             .ob_base = {
63958                 .ob_refcnt = 999999999,
63959                 .ob_type = &PyTuple_Type,
63960             },
63961             .ob_size = 13,
63962         },
63963         .ob_item = {
63964             & const_str_linebuffer._ascii.ob_base,
63965             & const_str__empty_charbuffer._ascii.ob_base,
63966             &_Py_ID(join),
63967             & const_str_charbuffer._ascii.ob_base,
63968             &_Py_ID(len),
63969             & const_str_stream._ascii.ob_base,
63970             &_Py_ID(read),
63971             & const_str_bytebuffer._ascii.ob_base,
63972             &_Py_ID(decode),
63973             &_Py_ID(errors),
63974             & const_str_UnicodeDecodeError._ascii.ob_base,
63975             & const_str_start._ascii.ob_base,
63976             & const_str_splitlines._ascii.ob_base,
63977         },
63978     },
63979 };
63980 static
63981     struct {
63982         PyASCIIObject _ascii;
63983         uint8_t _data[18];
63984     }
63985 codecs_toplevel_consts_26_consts_6_qualname = {
63986     ._ascii = {
63987         .ob_base = {
63988             .ob_refcnt = 999999999,
63989             .ob_type = &PyUnicode_Type,
63990         },
63991         .length = 17,
63992         .hash = -1,
63993         .state = {
63994             .kind = 1,
63995             .compact = 1,
63996             .ascii = 1,
63997             .ready = 1,
63998         },
63999     },
64000     ._data = "StreamReader.read",
64001 };
64002 static
64003     struct {
64004         PyObject_VAR_HEAD
64005         Py_hash_t ob_shash;
64006         char ob_sval[472];
64007     }
64008 codecs_toplevel_consts_26_consts_6_linetable = {
64009     .ob_base = {
64010         .ob_base = {
64011             .ob_refcnt = 999999999,
64012             .ob_type = &PyBytes_Type,
64013         },
64014         .ob_size = 471,
64015     },
64016     .ob_shash = -1,
64017     .ob_sval = "\x80\x00\xf0\x38\x00\x0c\x10\x8c\x3f\xf0\x00\x02\x09\x23\xd8\x1e\x22\xd4\x1e\x34\xd7\x1e\x39\xd2\x1e\x39\xb8\x24\xbc\x2f\xd1\x1e\x4a\xd4\x1e\x4a\x88\x44\x8c\x4f\xd8\x1e\x22\x88\x44\x8c\x4f\xe0\x0b\x10\x90\x31\x8a\x39\x88\x39\xf0\x06\x00\x15\x19\x88\x45\xf0\x06\x1f\x09\x16\xe0\x0f\x14\x98\x01\x8a\x7a\x88\x7a\xdd\x13\x16\x90\x74\x94\x7f\xd1\x13\x27\xd4\x13\x27\xa8\x35\xd2\x13\x30\xd0\x13\x30\xd8\x14\x19\xe0\x0f\x13\x90\x61\x8a\x78\x88\x78\xd8\x1a\x1e\x9c\x2b\xd7\x1a\x2a\xd2\x1a\x2a\xd1\x1a\x2c\xd4\x1a\x2c\x90\x07\x90\x07\xe0\x1a\x1e\x9c\x2b\xd7\x1a\x2a\xd2\x1a\x2a\xa8\x34\xd1\x1a\x30\xd4\x1a\x30\x90\x07\xe0\x13\x17\x94\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\xaa\x1b\xb0\x54\xb8\x34\xbc\x3b\xd1\x29\x47\xd4\x29\x47\xd1\x10\x26\x90\x08\x98\x2c\x98\x2c\xf8\xdd\x13\x25\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\x9a\x0b\xa0\x44\xa8\x1a\xa8\x23\xac\x29\xa8\x1a\xd4\x24\x34\xb0\x64\xb4\x6b\xd1\x18\x42\xd4\x18\x42\xf1\x03\x00\x15\x2b\x90\x48\x98\x6c\xe0\x1c\x24\xd7\x1c\x2f\xd2\x1c\x2f\xb8\x14\xd0\x1c\x2f\xd1\x1c\x3e\xd4\x1c\x3e\x90\x45\xdd\x17\x1a\x98\x35\x91\x7a\x94\x7a\xa0\x31\x92\x7d\x90\x7d\xd8\x18\x1d\xf0\x03\x00\x18\x25\xf0\x06\x00\x15\x1a\xf0\x07\x00\x18\x25\x90\x7d\x90\x7d\x90\x7d\x90\x7d\xf8\xf8\xf8\xf8\xf0\x0b\x08\x0d\x1a\xf8\xf8\xf8\xf0\x14\x00\x1f\x23\xa0\x3c\xa0\x3d\xa0\x3d\xd4\x1e\x31\x88\x44\x8c\x4f\xe0\x0c\x10\x88\x4f\x8c\x4f\x98\x78\xd1\x0c\x27\x88\x4f\x8c\x4f\xe0\x13\x1a\xf0\x00\x01\x0d\x16\xd8\x10\x15\xf1\x3f\x1f\x09\x16\xf0\x40\x01\x00\x0c\x11\x90\x31\x8a\x39\x88\x39\xe0\x15\x19\x94\x5f\x88\x46\xd8\x1e\x22\xd4\x1e\x34\x88\x44\x8c\x4f\x88\x4f\xf0\x06\x00\x16\x1a\x94\x5f\xa0\x56\xa0\x65\xa0\x56\xd4\x15\x2c\x88\x46\xd8\x1e\x22\x9c\x6f\xa8\x65\xa8\x66\xa8\x66\xd4\x1e\x35\x88\x44\x8c\x4f\xd8\x0f\x15\x88\x0d",
64018 };
64019 static
64020     struct {
64021         PyObject_VAR_HEAD
64022         Py_hash_t ob_shash;
64023         char ob_sval[26];
64024     }
64025 codecs_toplevel_consts_26_consts_6_exceptiontable = {
64026     .ob_base = {
64027         .ob_base = {
64028             .ob_refcnt = 999999999,
64029             .ob_type = &PyBytes_Type,
64030         },
64031         .ob_size = 25,
64032     },
64033     .ob_shash = -1,
64034     .ob_sval = "\xc2\x23\x1e\x43\x02\x00\xc3\x02\x0a\x44\x2f\x03\xc3\x0c\x41\x19\x44\x2a\x03\xc4\x2a\x05\x44\x2f\x03",
64035 };
64036 static
64037     struct {
64038         PyASCIIObject _ascii;
64039         uint8_t _data[6];
64040     }
64041 const_str_chars = {
64042     ._ascii = {
64043         .ob_base = {
64044             .ob_refcnt = 999999999,
64045             .ob_type = &PyUnicode_Type,
64046         },
64047         .length = 5,
64048         .hash = -1,
64049         .state = {
64050             .kind = 1,
64051             .compact = 1,
64052             .ascii = 1,
64053             .ready = 1,
64054         },
64055     },
64056     ._data = "chars",
64057 };
64058 static
64059     struct {
64060         PyASCIIObject _ascii;
64061         uint8_t _data[10];
64062     }
64063 const_str_firstline = {
64064     ._ascii = {
64065         .ob_base = {
64066             .ob_refcnt = 999999999,
64067             .ob_type = &PyUnicode_Type,
64068         },
64069         .length = 9,
64070         .hash = -1,
64071         .state = {
64072             .kind = 1,
64073             .compact = 1,
64074             .ascii = 1,
64075             .ready = 1,
64076         },
64077     },
64078     ._data = "firstline",
64079 };
64080 static
64081     struct {
64082         PyASCIIObject _ascii;
64083         uint8_t _data[8];
64084     }
64085 const_str_newdata = {
64086     ._ascii = {
64087         .ob_base = {
64088             .ob_refcnt = 999999999,
64089             .ob_type = &PyUnicode_Type,
64090         },
64091         .length = 7,
64092         .hash = -1,
64093         .state = {
64094             .kind = 1,
64095             .compact = 1,
64096             .ascii = 1,
64097             .ready = 1,
64098         },
64099     },
64100     ._data = "newdata",
64101 };
64102 static
64103     struct {
64104         PyASCIIObject _ascii;
64105         uint8_t _data[9];
64106     }
64107 const_str_newchars = {
64108     ._ascii = {
64109         .ob_base = {
64110             .ob_refcnt = 999999999,
64111             .ob_type = &PyUnicode_Type,
64112         },
64113         .length = 8,
64114         .hash = -1,
64115         .state = {
64116             .kind = 1,
64117             .compact = 1,
64118             .ascii = 1,
64119             .ready = 1,
64120         },
64121     },
64122     ._data = "newchars",
64123 };
64124 static
64125     struct {
64126         PyASCIIObject _ascii;
64127         uint8_t _data[13];
64128     }
64129 const_str_decodedbytes = {
64130     ._ascii = {
64131         .ob_base = {
64132             .ob_refcnt = 999999999,
64133             .ob_type = &PyUnicode_Type,
64134         },
64135         .length = 12,
64136         .hash = -1,
64137         .state = {
64138             .kind = 1,
64139             .compact = 1,
64140             .ascii = 1,
64141             .ready = 1,
64142         },
64143     },
64144     ._data = "decodedbytes",
64145 };
64146 static
64147     struct {
64148         PyASCIIObject _ascii;
64149         uint8_t _data[6];
64150     }
64151 const_str_lines = {
64152     ._ascii = {
64153         .ob_base = {
64154             .ob_refcnt = 999999999,
64155             .ob_type = &PyUnicode_Type,
64156         },
64157         .length = 5,
64158         .hash = -1,
64159         .state = {
64160             .kind = 1,
64161             .compact = 1,
64162             .ascii = 1,
64163             .ready = 1,
64164         },
64165     },
64166     ._data = "lines",
64167 };
64168 static
64169     struct {
64170         PyGC_Head _gc_head;
64171         struct {
64172             PyObject_VAR_HEAD
64173             PyObject *ob_item[11];
64174         }_object;
64175     }
64176 codecs_toplevel_consts_26_consts_6_localsplusnames = {
64177     ._object = {
64178         .ob_base = {
64179             .ob_base = {
64180                 .ob_refcnt = 999999999,
64181                 .ob_type = &PyTuple_Type,
64182             },
64183             .ob_size = 11,
64184         },
64185         .ob_item = {
64186             & const_str_self._ascii.ob_base,
64187             & const_str_size._ascii.ob_base,
64188             & const_str_chars._ascii.ob_base,
64189             & const_str_firstline._ascii.ob_base,
64190             & const_str_newdata._ascii.ob_base,
64191             & const_str_data._ascii.ob_base,
64192             & const_str_newchars._ascii.ob_base,
64193             & const_str_decodedbytes._ascii.ob_base,
64194             & const_str_exc._ascii.ob_base,
64195             & const_str_lines._ascii.ob_base,
64196             & const_str_result._ascii.ob_base,
64197         },
64198     },
64199 };
64200 static
64201     struct _PyCode_DEF(810)
64202 codecs_toplevel_consts_26_consts_6 = {
64203     .ob_base = {
64204         .ob_base = {
64205             .ob_refcnt = 999999999,
64206             .ob_type = &PyCode_Type,
64207         },
64208         .ob_size = 405,
64209     },
64210     .co_consts = & codecs_toplevel_consts_26_consts_6_consts._object.ob_base.ob_base,
64211     .co_names = & codecs_toplevel_consts_26_consts_6_names._object.ob_base.ob_base,
64212     .co_exceptiontable = & codecs_toplevel_consts_26_consts_6_exceptiontable.ob_base.ob_base,
64213     .co_flags = 3,
64214     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
64215     ._co_linearray_entry_size = 0,
64216     .co_argcount = 4,
64217     .co_posonlyargcount = 0,
64218     .co_kwonlyargcount = 0,
64219     .co_stacksize = 6,
64220     .co_firstlineno = 451,
64221     .co_nlocalsplus = 11,
64222     .co_nlocals = 11,
64223     .co_nplaincellvars = 0,
64224     .co_ncellvars = 0,
64225     .co_nfreevars = 0,
64226     .co_localsplusnames = & codecs_toplevel_consts_26_consts_6_localsplusnames._object.ob_base.ob_base,
64227     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_8_localspluskinds.ob_base.ob_base,
64228     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
64229     .co_name = &_Py_ID(read),
64230     .co_qualname = & codecs_toplevel_consts_26_consts_6_qualname._ascii.ob_base,
64231     .co_linetable = & codecs_toplevel_consts_26_consts_6_linetable.ob_base.ob_base,
64232     ._co_code = NULL,
64233     ._co_linearray = NULL,
64234     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x2b\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x02\x00\x00\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\xa6\x01\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\x19\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x6b\x05\x00\x00\x00\x00\x72\x01\x6e\xfb\x7c\x01\x64\x02\x6b\x00\x00\x00\x00\x00\x72\x1a\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x6e\x1a\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7a\x00\x00\x00\x7d\x05\x7c\x05\x73\x01\x6e\xb4\x09\x00\x7c\x00\xa0\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x06\x7d\x07\x6e\x70\x23\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x63\x7d\x08\x7c\x03\x72\x56\x7c\x00\xa0\x08\x00\x00\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\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x06\x7d\x07\x7c\x06\xa0\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xac\x04\xa6\x01\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x6b\x01\x00\x00\x00\x00\x72\x01\x82\x00\x6e\x01\x82\x00\x59\x00\x64\x01\x7d\x08\x7e\x08\x6e\x08\x64\x01\x7d\x08\x7e\x08\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x05\x7c\x07\x64\x01\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x07\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x78\x01\x6a\x03\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\x02\x90\x01\x8c\x1a\x7c\x02\x64\x02\x6b\x00\x00\x00\x00\x00\x72\x14\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x7c\x00\x6a\x01\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\x03\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x02\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x01\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0a\x53\x00",
64235     ._co_firsttraceable = 0,
64236 };
64237 static
64238     struct {
64239         PyASCIIObject _ascii;
64240         uint8_t _data[178];
64241     }
64242 codecs_toplevel_consts_26_consts_9_consts_0 = {
64243     ._ascii = {
64244         .ob_base = {
64245             .ob_refcnt = 999999999,
64246             .ob_type = &PyUnicode_Type,
64247         },
64248         .length = 177,
64249         .hash = -1,
64250         .state = {
64251             .kind = 1,
64252             .compact = 1,
64253             .ascii = 1,
64254             .ready = 1,
64255         },
64256     },
64257     ._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",
64258 };
64259 static
64260     struct {
64261         PyGC_Head _gc_head;
64262         struct {
64263             PyObject_VAR_HEAD
64264             PyObject *ob_item[1];
64265         }_object;
64266     }
64267 codecs_toplevel_consts_26_consts_9_consts_8 = {
64268     ._object = {
64269         .ob_base = {
64270             .ob_base = {
64271                 .ob_refcnt = 999999999,
64272                 .ob_type = &PyTuple_Type,
64273             },
64274             .ob_size = 1,
64275         },
64276         .ob_item = {
64277             & const_str_firstline._ascii.ob_base,
64278         },
64279     },
64280 };
64281 static
64282     struct {
64283         PyASCIIObject _ascii;
64284         uint8_t _data[2];
64285     }
64286 codecs_toplevel_consts_26_consts_9_consts_9 = {
64287     ._ascii = {
64288         .ob_base = {
64289             .ob_refcnt = 999999999,
64290             .ob_type = &PyUnicode_Type,
64291         },
64292         .length = 1,
64293         .hash = -1,
64294         .state = {
64295             .kind = 1,
64296             .compact = 1,
64297             .ascii = 1,
64298             .ready = 1,
64299         },
64300     },
64301     ._data = "\x0d",
64302 };
64303 static
64304     struct {
64305         PyGC_Head _gc_head;
64306         struct {
64307             PyObject_VAR_HEAD
64308             PyObject *ob_item[2];
64309         }_object;
64310     }
64311 codecs_toplevel_consts_26_consts_9_consts_11 = {
64312     ._object = {
64313         .ob_base = {
64314             .ob_base = {
64315                 .ob_refcnt = 999999999,
64316                 .ob_type = &PyTuple_Type,
64317             },
64318             .ob_size = 2,
64319         },
64320         .ob_item = {
64321             & const_str_size._ascii.ob_base,
64322             & const_str_chars._ascii.ob_base,
64323         },
64324     },
64325 };
64326 static
64327     struct {
64328         PyObject_VAR_HEAD
64329         digit ob_digit[1];
64330     }
64331 const_int_8000 = {
64332     .ob_base = {
64333         .ob_base = {
64334             .ob_refcnt = 999999999,
64335             .ob_type = &PyLong_Type,
64336         },
64337         .ob_size = 1,
64338     },
64339     .ob_digit = { 8000 },
64340 };
64341 static
64342     struct {
64343         PyGC_Head _gc_head;
64344         struct {
64345             PyObject_VAR_HEAD
64346             PyObject *ob_item[15];
64347         }_object;
64348     }
64349 codecs_toplevel_consts_26_consts_9_consts = {
64350     ._object = {
64351         .ob_base = {
64352             .ob_base = {
64353                 .ob_refcnt = 999999999,
64354                 .ob_type = &PyTuple_Type,
64355             },
64356             .ob_size = 15,
64357         },
64358         .ob_item = {
64359             & codecs_toplevel_consts_26_consts_9_consts_0._ascii.ob_base,
64360             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
64361             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
64362             Py_None,
64363             Py_False,
64364             & codecs_toplevel_consts_26_consts_6_consts_4._object.ob_base.ob_base,
64365             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 72],
64366             Py_True,
64367             & codecs_toplevel_consts_26_consts_9_consts_8._object.ob_base.ob_base,
64368             & codecs_toplevel_consts_26_consts_9_consts_9._ascii.ob_base,
64369             (PyObject *)&_Py_SINGLETON(bytes_characters[13]),
64370             & codecs_toplevel_consts_26_consts_9_consts_11._object.ob_base.ob_base,
64371             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
64372             & const_int_8000.ob_base.ob_base,
64373             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
64374         },
64375     },
64376 };
64377 static
64378     struct {
64379         PyASCIIObject _ascii;
64380         uint8_t _data[6];
64381     }
64382 const_str_bytes = {
64383     ._ascii = {
64384         .ob_base = {
64385             .ob_refcnt = 999999999,
64386             .ob_type = &PyUnicode_Type,
64387         },
64388         .length = 5,
64389         .hash = -1,
64390         .state = {
64391             .kind = 1,
64392             .compact = 1,
64393             .ascii = 1,
64394             .ready = 1,
64395         },
64396     },
64397     ._data = "bytes",
64398 };
64399 static
64400     struct {
64401         PyGC_Head _gc_head;
64402         struct {
64403             PyObject_VAR_HEAD
64404             PyObject *ob_item[11];
64405         }_object;
64406     }
64407 codecs_toplevel_consts_26_consts_9_names = {
64408     ._object = {
64409         .ob_base = {
64410             .ob_base = {
64411                 .ob_refcnt = 999999999,
64412                 .ob_type = &PyTuple_Type,
64413             },
64414             .ob_size = 11,
64415         },
64416         .ob_item = {
64417             & const_str_linebuffer._ascii.ob_base,
64418             &_Py_ID(len),
64419             & const_str_charbuffer._ascii.ob_base,
64420             & const_str_splitlines._ascii.ob_base,
64421             & const_str__empty_charbuffer._ascii.ob_base,
64422             &_Py_ID(read),
64423             &_Py_ID(isinstance),
64424             & const_str_str._ascii.ob_base,
64425             & const_str_endswith._ascii.ob_base,
64426             & const_str_bytes._ascii.ob_base,
64427             &_Py_ID(join),
64428         },
64429     },
64430 };
64431 static
64432     struct {
64433         PyASCIIObject _ascii;
64434         uint8_t _data[22];
64435     }
64436 codecs_toplevel_consts_26_consts_9_qualname = {
64437     ._ascii = {
64438         .ob_base = {
64439             .ob_refcnt = 999999999,
64440             .ob_type = &PyUnicode_Type,
64441         },
64442         .length = 21,
64443         .hash = -1,
64444         .state = {
64445             .kind = 1,
64446             .compact = 1,
64447             .ascii = 1,
64448             .ready = 1,
64449         },
64450     },
64451     ._data = "StreamReader.readline",
64452 };
64453 static
64454     struct {
64455         PyObject_VAR_HEAD
64456         Py_hash_t ob_shash;
64457         char ob_sval[655];
64458     }
64459 codecs_toplevel_consts_26_consts_9_linetable = {
64460     .ob_base = {
64461         .ob_base = {
64462             .ob_refcnt = 999999999,
64463             .ob_type = &PyBytes_Type,
64464         },
64465         .ob_size = 654,
64466     },
64467     .ob_shash = -1,
64468     .ob_sval = "\x80\x00\xf0\x16\x00\x0c\x10\x8c\x3f\xf0\x00\x0a\x09\x18\xd8\x13\x17\x94\x3f\xa0\x31\xd4\x13\x25\x88\x44\xd8\x10\x14\x94\x0f\xa0\x01\xd0\x10\x22\xdd\x0f\x12\x90\x34\x94\x3f\xd1\x0f\x23\xd4\x0f\x23\xa0\x71\xd2\x0f\x28\xd0\x0f\x28\xf0\x06\x00\x23\x27\xa4\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\x92\x7f\xb0\x05\x90\x7f\xd1\x17\x36\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\xd4\x0f\x25\x88\x04\xf0\x04\x2e\x09\x1e\xd8\x13\x17\x97\x39\x92\x39\x98\x58\xb0\x14\x90\x39\xd1\x13\x36\xd4\x13\x36\x88\x44\xd8\x0f\x13\xf0\x00\x06\x0d\x37\xf5\x08\x00\x15\x1f\x98\x74\xa5\x53\xd1\x14\x29\xd4\x14\x29\xf0\x00\x02\x11\x37\xa8\x64\xaf\x6d\xaa\x6d\xb8\x44\xd1\x2e\x41\xd4\x2e\x41\xf0\x00\x02\x11\x37\xdd\x14\x1e\x98\x74\xa5\x55\xd1\x14\x2b\xd4\x14\x2b\xf0\x03\x02\x11\x37\xd8\x30\x34\xb7\x0d\xb2\x0d\xb8\x65\xd1\x30\x44\xd4\x30\x44\xf0\x03\x02\x11\x37\xe0\x14\x18\x98\x44\x9f\x49\x9a\x49\xa8\x31\xb0\x41\x98\x49\xd1\x1c\x36\xd4\x1c\x36\xd1\x14\x36\x90\x44\xe0\x0c\x10\x90\x44\x89\x4c\x88\x44\xd8\x14\x18\x97\x4f\x92\x4f\xa8\x54\x90\x4f\xd1\x14\x32\xd4\x14\x32\x88\x45\xd8\x0f\x14\xf0\x00\x1b\x0d\x1a\xdd\x13\x16\x90\x75\x91\x3a\x94\x3a\xa0\x01\x92\x3e\x90\x3e\xf0\x06\x00\x1c\x21\xa0\x11\x9c\x38\x90\x44\xd8\x18\x1d\x98\x61\x98\x08\xdd\x17\x1a\x98\x35\x91\x7a\x94\x7a\xa0\x41\x92\x7e\x90\x7e\xe0\x18\x1d\x98\x62\x98\x09\x98\x09\x9c\x09\xa0\x54\xa4\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\xb4\x5f\xd1\x2a\x44\x98\x04\x9c\x0f\xd8\x1b\x23\xf0\x00\x01\x15\x42\x01\xd8\x1f\x23\x9f\x7f\x9a\x7f\xb8\x05\x98\x7f\xd1\x1f\x3e\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\xd2\x22\x35\xb8\x75\xd0\x22\x35\xd1\x22\x45\xd4\x22\x45\xc0\x61\xd4\x22\x48\x90\x0f\xd8\x13\x1f\xa0\x3f\xd2\x13\x32\xd0\x13\x32\xe0\x26\x2a\xd4\x26\x3c\xd7\x26\x41\xd2\x26\x41\xc0\x25\xc8\x01\xc8\x02\xc8\x02\xc4\x29\xd1\x26\x4c\xd4\x26\x4c\xd8\x26\x2a\xa4\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\xd0\x1b\x2b\xd8\x13\x17\xf0\x00\x01\x11\x3e\xa0\x08\xf0\x00\x01\x11\x3e\xd8\x1b\x1f\x9f\x3f\x9a\x3f\xb0\x45\x98\x3f\xd1\x1b\x3a\xd4\x1b\x3a\xb8\x31\xd4\x1b\x3d\x90\x44\xd8\x10\x15\xd8\x0f\x17\x98\x24\x8a\x7f\x88\x7f\xd8\x10\x18\x98\x41\x91\x0d\x90\x08\xf1\x5d\x01\x2e\x09\x1e\xf0\x5e\x01\x00\x10\x14\x88\x0b",
64469 };
64470 static
64471     struct {
64472         PyASCIIObject _ascii;
64473         uint8_t _data[9];
64474     }
64475 const_str_readsize = {
64476     ._ascii = {
64477         .ob_base = {
64478             .ob_refcnt = 999999999,
64479             .ob_type = &PyUnicode_Type,
64480         },
64481         .length = 8,
64482         .hash = -1,
64483         .state = {
64484             .kind = 1,
64485             .compact = 1,
64486             .ascii = 1,
64487             .ready = 1,
64488         },
64489     },
64490     ._data = "readsize",
64491 };
64492 static
64493     struct {
64494         PyASCIIObject _ascii;
64495         uint8_t _data[13];
64496     }
64497 const_str_line0withend = {
64498     ._ascii = {
64499         .ob_base = {
64500             .ob_refcnt = 999999999,
64501             .ob_type = &PyUnicode_Type,
64502         },
64503         .length = 12,
64504         .hash = -1,
64505         .state = {
64506             .kind = 1,
64507             .compact = 1,
64508             .ascii = 1,
64509             .ready = 1,
64510         },
64511     },
64512     ._data = "line0withend",
64513 };
64514 static
64515     struct {
64516         PyASCIIObject _ascii;
64517         uint8_t _data[16];
64518     }
64519 const_str_line0withoutend = {
64520     ._ascii = {
64521         .ob_base = {
64522             .ob_refcnt = 999999999,
64523             .ob_type = &PyUnicode_Type,
64524         },
64525         .length = 15,
64526         .hash = -1,
64527         .state = {
64528             .kind = 1,
64529             .compact = 1,
64530             .ascii = 1,
64531             .ready = 1,
64532         },
64533     },
64534     ._data = "line0withoutend",
64535 };
64536 static
64537     struct {
64538         PyGC_Head _gc_head;
64539         struct {
64540             PyObject_VAR_HEAD
64541             PyObject *ob_item[9];
64542         }_object;
64543     }
64544 codecs_toplevel_consts_26_consts_9_localsplusnames = {
64545     ._object = {
64546         .ob_base = {
64547             .ob_base = {
64548                 .ob_refcnt = 999999999,
64549                 .ob_type = &PyTuple_Type,
64550             },
64551             .ob_size = 9,
64552         },
64553         .ob_item = {
64554             & const_str_self._ascii.ob_base,
64555             & const_str_size._ascii.ob_base,
64556             & const_str_keepends._ascii.ob_base,
64557             &_Py_ID(line),
64558             & const_str_readsize._ascii.ob_base,
64559             & const_str_data._ascii.ob_base,
64560             & const_str_lines._ascii.ob_base,
64561             & const_str_line0withend._ascii.ob_base,
64562             & const_str_line0withoutend._ascii.ob_base,
64563         },
64564     },
64565 };
64566 static
64567     struct _PyCode_DEF(1156)
64568 codecs_toplevel_consts_26_consts_9 = {
64569     .ob_base = {
64570         .ob_base = {
64571             .ob_refcnt = 999999999,
64572             .ob_type = &PyCode_Type,
64573         },
64574         .ob_size = 578,
64575     },
64576     .co_consts = & codecs_toplevel_consts_26_consts_9_consts._object.ob_base.ob_base,
64577     .co_names = & codecs_toplevel_consts_26_consts_9_names._object.ob_base.ob_base,
64578     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
64579     .co_flags = 3,
64580     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
64581     ._co_linearray_entry_size = 0,
64582     .co_argcount = 3,
64583     .co_posonlyargcount = 0,
64584     .co_kwonlyargcount = 0,
64585     .co_stacksize = 5,
64586     .co_firstlineno = 531,
64587     .co_nlocalsplus = 9,
64588     .co_nlocals = 9,
64589     .co_nplaincellvars = 0,
64590     .co_ncellvars = 0,
64591     .co_nfreevars = 0,
64592     .co_localsplusnames = & codecs_toplevel_consts_26_consts_9_localsplusnames._object.ob_base.ob_base,
64593     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
64594     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
64595     .co_name = &_Py_ID(readline),
64596     .co_qualname = & codecs_toplevel_consts_26_consts_9_qualname._ascii.ob_base,
64597     .co_linetable = & codecs_toplevel_consts_26_consts_9_linetable.ob_base.ob_base,
64598     ._co_code = NULL,
64599     ._co_linearray = NULL,
64600     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x66\x7c\x00\x6a\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\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6b\x02\x00\x00\x00\x00\x72\x19\x7c\x00\x6a\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\x1c\x7c\x03\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xac\x05\xa6\x01\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\x03\x7c\x03\x53\x00\x7c\x01\x70\x01\x64\x06\x7d\x04\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x09\x00\x7c\x00\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x64\x07\xac\x08\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x72\x6e\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x15\x7c\x05\xa0\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x2a\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x2f\x7c\x05\xa0\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1a\x7c\x05\x7c\x00\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x02\xac\x0b\xa6\x02\x00\x00\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\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\xac\x05\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x72\xf0\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6b\x04\x00\x00\x00\x00\x72\x76\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6b\x04\x00\x00\x00\x00\x72\x24\x7c\x06\x64\x0c\x78\x02\x78\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\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\x15\x7c\x06\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\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\x1c\x7c\x03\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xac\x05\xa6\x01\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\x03\x6e\x99\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\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xac\x05\xa6\x01\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\x08\x7c\x07\x7c\x08\x6b\x03\x00\x00\x00\x00\x72\x37\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x64\x02\x64\x03\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\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\x32\x7c\x05\x72\x02\x7c\x01\x81\x21\x7c\x03\x72\x1e\x7c\x02\x73\x1c\x7c\x03\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xac\x05\xa6\x01\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\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\x90\x01\x8c\xc6\x7c\x03\x53\x00",
64601     ._co_firsttraceable = 0,
64602 };
64603 static
64604     struct {
64605         PyASCIIObject _ascii;
64606         uint8_t _data[340];
64607     }
64608 codecs_toplevel_consts_26_consts_10_consts_0 = {
64609     ._ascii = {
64610         .ob_base = {
64611             .ob_refcnt = 999999999,
64612             .ob_type = &PyUnicode_Type,
64613         },
64614         .length = 339,
64615         .hash = -1,
64616         .state = {
64617             .kind = 1,
64618             .compact = 1,
64619             .ascii = 1,
64620             .ready = 1,
64621         },
64622     },
64623     ._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",
64624 };
64625 static
64626     struct {
64627         PyGC_Head _gc_head;
64628         struct {
64629             PyObject_VAR_HEAD
64630             PyObject *ob_item[1];
64631         }_object;
64632     }
64633 codecs_toplevel_consts_26_consts_10_consts = {
64634     ._object = {
64635         .ob_base = {
64636             .ob_base = {
64637                 .ob_refcnt = 999999999,
64638                 .ob_type = &PyTuple_Type,
64639             },
64640             .ob_size = 1,
64641         },
64642         .ob_item = {
64643             & codecs_toplevel_consts_26_consts_10_consts_0._ascii.ob_base,
64644         },
64645     },
64646 };
64647 static
64648     struct {
64649         PyGC_Head _gc_head;
64650         struct {
64651             PyObject_VAR_HEAD
64652             PyObject *ob_item[2];
64653         }_object;
64654     }
64655 codecs_toplevel_consts_26_consts_10_names = {
64656     ._object = {
64657         .ob_base = {
64658             .ob_base = {
64659                 .ob_refcnt = 999999999,
64660                 .ob_type = &PyTuple_Type,
64661             },
64662             .ob_size = 2,
64663         },
64664         .ob_item = {
64665             &_Py_ID(read),
64666             & const_str_splitlines._ascii.ob_base,
64667         },
64668     },
64669 };
64670 static
64671     struct {
64672         PyASCIIObject _ascii;
64673         uint8_t _data[10];
64674     }
64675 const_str_readlines = {
64676     ._ascii = {
64677         .ob_base = {
64678             .ob_refcnt = 999999999,
64679             .ob_type = &PyUnicode_Type,
64680         },
64681         .length = 9,
64682         .hash = -1,
64683         .state = {
64684             .kind = 1,
64685             .compact = 1,
64686             .ascii = 1,
64687             .ready = 1,
64688         },
64689     },
64690     ._data = "readlines",
64691 };
64692 static
64693     struct {
64694         PyASCIIObject _ascii;
64695         uint8_t _data[23];
64696     }
64697 codecs_toplevel_consts_26_consts_10_qualname = {
64698     ._ascii = {
64699         .ob_base = {
64700             .ob_refcnt = 999999999,
64701             .ob_type = &PyUnicode_Type,
64702         },
64703         .length = 22,
64704         .hash = -1,
64705         .state = {
64706             .kind = 1,
64707             .compact = 1,
64708             .ascii = 1,
64709             .ready = 1,
64710         },
64711     },
64712     ._data = "StreamReader.readlines",
64713 };
64714 static
64715     struct {
64716         PyObject_VAR_HEAD
64717         Py_hash_t ob_shash;
64718         char ob_sval[36];
64719     }
64720 codecs_toplevel_consts_26_consts_10_linetable = {
64721     .ob_base = {
64722         .ob_base = {
64723             .ob_refcnt = 999999999,
64724             .ob_type = &PyBytes_Type,
64725         },
64726         .ob_size = 35,
64727     },
64728     .ob_shash = -1,
64729     .ob_sval = "\x80\x00\xf0\x18\x00\x10\x14\x8f\x79\x8a\x79\x89\x7b\x8c\x7b\x88\x04\xd8\x0f\x13\x8f\x7f\x8a\x7f\x98\x78\xd1\x0f\x28\xd4\x0f\x28\xd0\x08\x28",
64730 };
64731 static
64732     struct {
64733         PyASCIIObject _ascii;
64734         uint8_t _data[9];
64735     }
64736 const_str_sizehint = {
64737     ._ascii = {
64738         .ob_base = {
64739             .ob_refcnt = 999999999,
64740             .ob_type = &PyUnicode_Type,
64741         },
64742         .length = 8,
64743         .hash = -1,
64744         .state = {
64745             .kind = 1,
64746             .compact = 1,
64747             .ascii = 1,
64748             .ready = 1,
64749         },
64750     },
64751     ._data = "sizehint",
64752 };
64753 static
64754     struct {
64755         PyGC_Head _gc_head;
64756         struct {
64757             PyObject_VAR_HEAD
64758             PyObject *ob_item[4];
64759         }_object;
64760     }
64761 codecs_toplevel_consts_26_consts_10_localsplusnames = {
64762     ._object = {
64763         .ob_base = {
64764             .ob_base = {
64765                 .ob_refcnt = 999999999,
64766                 .ob_type = &PyTuple_Type,
64767             },
64768             .ob_size = 4,
64769         },
64770         .ob_item = {
64771             & const_str_self._ascii.ob_base,
64772             & const_str_sizehint._ascii.ob_base,
64773             & const_str_keepends._ascii.ob_base,
64774             & const_str_data._ascii.ob_base,
64775         },
64776     },
64777 };
64778 static
64779     struct _PyCode_DEF(84)
64780 codecs_toplevel_consts_26_consts_10 = {
64781     .ob_base = {
64782         .ob_base = {
64783             .ob_refcnt = 999999999,
64784             .ob_type = &PyCode_Type,
64785         },
64786         .ob_size = 42,
64787     },
64788     .co_consts = & codecs_toplevel_consts_26_consts_10_consts._object.ob_base.ob_base,
64789     .co_names = & codecs_toplevel_consts_26_consts_10_names._object.ob_base.ob_base,
64790     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
64791     .co_flags = 3,
64792     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
64793     ._co_linearray_entry_size = 0,
64794     .co_argcount = 3,
64795     .co_posonlyargcount = 0,
64796     .co_kwonlyargcount = 0,
64797     .co_stacksize = 3,
64798     .co_firstlineno = 606,
64799     .co_nlocalsplus = 4,
64800     .co_nlocals = 4,
64801     .co_nplaincellvars = 0,
64802     .co_ncellvars = 0,
64803     .co_nfreevars = 0,
64804     .co_localsplusnames = & codecs_toplevel_consts_26_consts_10_localsplusnames._object.ob_base.ob_base,
64805     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
64806     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
64807     .co_name = & const_str_readlines._ascii.ob_base,
64808     .co_qualname = & codecs_toplevel_consts_26_consts_10_qualname._ascii.ob_base,
64809     .co_linetable = & codecs_toplevel_consts_26_consts_10_linetable.ob_base.ob_base,
64810     ._co_code = NULL,
64811     ._co_linearray = NULL,
64812     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
64813     ._co_firsttraceable = 0,
64814 };
64815 static
64816     struct {
64817         PyASCIIObject _ascii;
64818         uint8_t _data[237];
64819     }
64820 codecs_toplevel_consts_26_consts_11_consts_0 = {
64821     ._ascii = {
64822         .ob_base = {
64823             .ob_refcnt = 999999999,
64824             .ob_type = &PyUnicode_Type,
64825         },
64826         .length = 236,
64827         .hash = -1,
64828         .state = {
64829             .kind = 1,
64830             .compact = 1,
64831             .ascii = 1,
64832             .ready = 1,
64833         },
64834     },
64835     ._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",
64836 };
64837 static
64838     struct {
64839         PyGC_Head _gc_head;
64840         struct {
64841             PyObject_VAR_HEAD
64842             PyObject *ob_item[3];
64843         }_object;
64844     }
64845 codecs_toplevel_consts_26_consts_11_consts = {
64846     ._object = {
64847         .ob_base = {
64848             .ob_base = {
64849                 .ob_refcnt = 999999999,
64850                 .ob_type = &PyTuple_Type,
64851             },
64852             .ob_size = 3,
64853         },
64854         .ob_item = {
64855             & codecs_toplevel_consts_26_consts_11_consts_0._ascii.ob_base,
64856             (PyObject *)&_Py_SINGLETON(bytes_empty),
64857             Py_None,
64858         },
64859     },
64860 };
64861 static
64862     struct {
64863         PyGC_Head _gc_head;
64864         struct {
64865             PyObject_VAR_HEAD
64866             PyObject *ob_item[4];
64867         }_object;
64868     }
64869 codecs_toplevel_consts_26_consts_11_names = {
64870     ._object = {
64871         .ob_base = {
64872             .ob_base = {
64873                 .ob_refcnt = 999999999,
64874                 .ob_type = &PyTuple_Type,
64875             },
64876             .ob_size = 4,
64877         },
64878         .ob_item = {
64879             & const_str_bytebuffer._ascii.ob_base,
64880             & const_str__empty_charbuffer._ascii.ob_base,
64881             & const_str_charbuffer._ascii.ob_base,
64882             & const_str_linebuffer._ascii.ob_base,
64883         },
64884     },
64885 };
64886 static
64887     struct {
64888         PyASCIIObject _ascii;
64889         uint8_t _data[19];
64890     }
64891 codecs_toplevel_consts_26_consts_11_qualname = {
64892     ._ascii = {
64893         .ob_base = {
64894             .ob_refcnt = 999999999,
64895             .ob_type = &PyUnicode_Type,
64896         },
64897         .length = 18,
64898         .hash = -1,
64899         .state = {
64900             .kind = 1,
64901             .compact = 1,
64902             .ascii = 1,
64903             .ready = 1,
64904         },
64905     },
64906     ._data = "StreamReader.reset",
64907 };
64908 static
64909     struct {
64910         PyObject_VAR_HEAD
64911         Py_hash_t ob_shash;
64912         char ob_sval[33];
64913     }
64914 codecs_toplevel_consts_26_consts_11_linetable = {
64915     .ob_base = {
64916         .ob_base = {
64917             .ob_refcnt = 999999999,
64918             .ob_type = &PyBytes_Type,
64919         },
64920         .ob_size = 32,
64921     },
64922     .ob_shash = -1,
64923     .ob_sval = "\x80\x00\xf0\x12\x00\x1b\x1e\x88\x04\x8c\x0f\xd8\x1a\x1e\xd4\x1a\x30\x88\x04\x8c\x0f\xd8\x1a\x1e\x88\x04\x8c\x0f\x88\x0f\x88\x0f",
64924 };
64925 static
64926     struct _PyCode_DEF(58)
64927 codecs_toplevel_consts_26_consts_11 = {
64928     .ob_base = {
64929         .ob_base = {
64930             .ob_refcnt = 999999999,
64931             .ob_type = &PyCode_Type,
64932         },
64933         .ob_size = 29,
64934     },
64935     .co_consts = & codecs_toplevel_consts_26_consts_11_consts._object.ob_base.ob_base,
64936     .co_names = & codecs_toplevel_consts_26_consts_11_names._object.ob_base.ob_base,
64937     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
64938     .co_flags = 3,
64939     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
64940     ._co_linearray_entry_size = 0,
64941     .co_argcount = 1,
64942     .co_posonlyargcount = 0,
64943     .co_kwonlyargcount = 0,
64944     .co_stacksize = 2,
64945     .co_firstlineno = 621,
64946     .co_nlocalsplus = 1,
64947     .co_nlocals = 1,
64948     .co_nplaincellvars = 0,
64949     .co_ncellvars = 0,
64950     .co_nfreevars = 0,
64951     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
64952     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
64953     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
64954     .co_name = &_Py_ID(reset),
64955     .co_qualname = & codecs_toplevel_consts_26_consts_11_qualname._ascii.ob_base,
64956     .co_linetable = & codecs_toplevel_consts_26_consts_11_linetable.ob_base.ob_base,
64957     ._co_code = NULL,
64958     ._co_linearray = NULL,
64959     .co_code_adaptive = "\x97\x00\x64\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\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",
64960     ._co_firsttraceable = 0,
64961 };
64962 static
64963     struct {
64964         PyASCIIObject _ascii;
64965         uint8_t _data[113];
64966     }
64967 codecs_toplevel_consts_26_consts_13_consts_0 = {
64968     ._ascii = {
64969         .ob_base = {
64970             .ob_refcnt = 999999999,
64971             .ob_type = &PyUnicode_Type,
64972         },
64973         .length = 112,
64974         .hash = -1,
64975         .state = {
64976             .kind = 1,
64977             .compact = 1,
64978             .ascii = 1,
64979             .ready = 1,
64980         },
64981     },
64982     ._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",
64983 };
64984 static
64985     struct {
64986         PyGC_Head _gc_head;
64987         struct {
64988             PyObject_VAR_HEAD
64989             PyObject *ob_item[2];
64990         }_object;
64991     }
64992 codecs_toplevel_consts_26_consts_13_consts = {
64993     ._object = {
64994         .ob_base = {
64995             .ob_base = {
64996                 .ob_refcnt = 999999999,
64997                 .ob_type = &PyTuple_Type,
64998             },
64999             .ob_size = 2,
65000         },
65001         .ob_item = {
65002             & codecs_toplevel_consts_26_consts_13_consts_0._ascii.ob_base,
65003             Py_None,
65004         },
65005     },
65006 };
65007 static
65008     struct {
65009         PyASCIIObject _ascii;
65010         uint8_t _data[18];
65011     }
65012 codecs_toplevel_consts_26_consts_13_qualname = {
65013     ._ascii = {
65014         .ob_base = {
65015             .ob_refcnt = 999999999,
65016             .ob_type = &PyUnicode_Type,
65017         },
65018         .length = 17,
65019         .hash = -1,
65020         .state = {
65021             .kind = 1,
65022             .compact = 1,
65023             .ascii = 1,
65024             .ready = 1,
65025         },
65026     },
65027     ._data = "StreamReader.seek",
65028 };
65029 static
65030     struct {
65031         PyObject_VAR_HEAD
65032         Py_hash_t ob_shash;
65033         char ob_sval[46];
65034     }
65035 codecs_toplevel_consts_26_consts_13_linetable = {
65036     .ob_base = {
65037         .ob_base = {
65038             .ob_refcnt = 999999999,
65039             .ob_type = &PyBytes_Type,
65040         },
65041         .ob_size = 45,
65042     },
65043     .ob_shash = -1,
65044     .ob_sval = "\x80\x00\xf0\x0a\x00\x09\x0d\x8c\x0b\xd7\x08\x18\xd2\x08\x18\x98\x16\xa0\x16\xd1\x08\x28\xd4\x08\x28\xd0\x08\x28\xd8\x08\x0c\x8f\x0a\x8a\x0a\x89\x0c\x8c\x0c\x88\x0c\x88\x0c\x88\x0c",
65045 };
65046 static
65047     struct _PyCode_DEF(100)
65048 codecs_toplevel_consts_26_consts_13 = {
65049     .ob_base = {
65050         .ob_base = {
65051             .ob_refcnt = 999999999,
65052             .ob_type = &PyCode_Type,
65053         },
65054         .ob_size = 50,
65055     },
65056     .co_consts = & codecs_toplevel_consts_26_consts_13_consts._object.ob_base.ob_base,
65057     .co_names = & codecs_toplevel_consts_24_consts_7_names._object.ob_base.ob_base,
65058     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
65059     .co_flags = 3,
65060     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
65061     ._co_linearray_entry_size = 0,
65062     .co_argcount = 3,
65063     .co_posonlyargcount = 0,
65064     .co_kwonlyargcount = 0,
65065     .co_stacksize = 4,
65066     .co_firstlineno = 634,
65067     .co_nlocalsplus = 3,
65068     .co_nlocals = 3,
65069     .co_nplaincellvars = 0,
65070     .co_ncellvars = 0,
65071     .co_nfreevars = 0,
65072     .co_localsplusnames = & codecs_toplevel_consts_24_consts_7_localsplusnames._object.ob_base.ob_base,
65073     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
65074     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
65075     .co_name = &_Py_ID(seek),
65076     .co_qualname = & codecs_toplevel_consts_26_consts_13_qualname._ascii.ob_base,
65077     .co_linetable = & codecs_toplevel_consts_26_consts_13_linetable.ob_base.ob_base,
65078     ._co_code = NULL,
65079     ._co_linearray = NULL,
65080     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
65081     ._co_firsttraceable = 0,
65082 };
65083 static
65084     struct {
65085         PyASCIIObject _ascii;
65086         uint8_t _data[53];
65087     }
65088 codecs_toplevel_consts_26_consts_14_consts_0 = {
65089     ._ascii = {
65090         .ob_base = {
65091             .ob_refcnt = 999999999,
65092             .ob_type = &PyUnicode_Type,
65093         },
65094         .length = 52,
65095         .hash = -1,
65096         .state = {
65097             .kind = 1,
65098             .compact = 1,
65099             .ascii = 1,
65100             .ready = 1,
65101         },
65102     },
65103     ._data = " Return the next decoded line from the input stream.",
65104 };
65105 static
65106     struct {
65107         PyGC_Head _gc_head;
65108         struct {
65109             PyObject_VAR_HEAD
65110             PyObject *ob_item[1];
65111         }_object;
65112     }
65113 codecs_toplevel_consts_26_consts_14_consts = {
65114     ._object = {
65115         .ob_base = {
65116             .ob_base = {
65117                 .ob_refcnt = 999999999,
65118                 .ob_type = &PyTuple_Type,
65119             },
65120             .ob_size = 1,
65121         },
65122         .ob_item = {
65123             & codecs_toplevel_consts_26_consts_14_consts_0._ascii.ob_base,
65124         },
65125     },
65126 };
65127 static
65128     struct {
65129         PyASCIIObject _ascii;
65130         uint8_t _data[14];
65131     }
65132 const_str_StopIteration = {
65133     ._ascii = {
65134         .ob_base = {
65135             .ob_refcnt = 999999999,
65136             .ob_type = &PyUnicode_Type,
65137         },
65138         .length = 13,
65139         .hash = -1,
65140         .state = {
65141             .kind = 1,
65142             .compact = 1,
65143             .ascii = 1,
65144             .ready = 1,
65145         },
65146     },
65147     ._data = "StopIteration",
65148 };
65149 static
65150     struct {
65151         PyGC_Head _gc_head;
65152         struct {
65153             PyObject_VAR_HEAD
65154             PyObject *ob_item[2];
65155         }_object;
65156     }
65157 codecs_toplevel_consts_26_consts_14_names = {
65158     ._object = {
65159         .ob_base = {
65160             .ob_base = {
65161                 .ob_refcnt = 999999999,
65162                 .ob_type = &PyTuple_Type,
65163             },
65164             .ob_size = 2,
65165         },
65166         .ob_item = {
65167             &_Py_ID(readline),
65168             & const_str_StopIteration._ascii.ob_base,
65169         },
65170     },
65171 };
65172 static
65173     struct {
65174         PyASCIIObject _ascii;
65175         uint8_t _data[22];
65176     }
65177 codecs_toplevel_consts_26_consts_14_qualname = {
65178     ._ascii = {
65179         .ob_base = {
65180             .ob_refcnt = 999999999,
65181             .ob_type = &PyUnicode_Type,
65182         },
65183         .length = 21,
65184         .hash = -1,
65185         .state = {
65186             .kind = 1,
65187             .compact = 1,
65188             .ascii = 1,
65189             .ready = 1,
65190         },
65191     },
65192     ._data = "StreamReader.__next__",
65193 };
65194 static
65195     struct {
65196         PyObject_VAR_HEAD
65197         Py_hash_t ob_shash;
65198         char ob_sval[37];
65199     }
65200 codecs_toplevel_consts_26_consts_14_linetable = {
65201     .ob_base = {
65202         .ob_base = {
65203             .ob_refcnt = 999999999,
65204             .ob_type = &PyBytes_Type,
65205         },
65206         .ob_size = 36,
65207     },
65208     .ob_shash = -1,
65209     .ob_sval = "\x80\x00\xf0\x06\x00\x10\x14\x8f\x7d\x8a\x7d\x89\x7f\x8c\x7f\x88\x04\xd8\x0b\x0f\xf0\x00\x01\x09\x18\xd8\x13\x17\x88\x4b\xdd\x0e\x1b\xd0\x08\x1b",
65210 };
65211 static
65212     struct {
65213         PyGC_Head _gc_head;
65214         struct {
65215             PyObject_VAR_HEAD
65216             PyObject *ob_item[2];
65217         }_object;
65218     }
65219 codecs_toplevel_consts_26_consts_14_localsplusnames = {
65220     ._object = {
65221         .ob_base = {
65222             .ob_base = {
65223                 .ob_refcnt = 999999999,
65224                 .ob_type = &PyTuple_Type,
65225             },
65226             .ob_size = 2,
65227         },
65228         .ob_item = {
65229             & const_str_self._ascii.ob_base,
65230             &_Py_ID(line),
65231         },
65232     },
65233 };
65234 static
65235     struct _PyCode_DEF(64)
65236 codecs_toplevel_consts_26_consts_14 = {
65237     .ob_base = {
65238         .ob_base = {
65239             .ob_refcnt = 999999999,
65240             .ob_type = &PyCode_Type,
65241         },
65242         .ob_size = 32,
65243     },
65244     .co_consts = & codecs_toplevel_consts_26_consts_14_consts._object.ob_base.ob_base,
65245     .co_names = & codecs_toplevel_consts_26_consts_14_names._object.ob_base.ob_base,
65246     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
65247     .co_flags = 3,
65248     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
65249     ._co_linearray_entry_size = 0,
65250     .co_argcount = 1,
65251     .co_posonlyargcount = 0,
65252     .co_kwonlyargcount = 0,
65253     .co_stacksize = 2,
65254     .co_firstlineno = 642,
65255     .co_nlocalsplus = 2,
65256     .co_nlocals = 2,
65257     .co_nplaincellvars = 0,
65258     .co_ncellvars = 0,
65259     .co_nfreevars = 0,
65260     .co_localsplusnames = & codecs_toplevel_consts_26_consts_14_localsplusnames._object.ob_base.ob_base,
65261     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
65262     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
65263     .co_name = &_Py_ID(__next__),
65264     .co_qualname = & codecs_toplevel_consts_26_consts_14_qualname._ascii.ob_base,
65265     .co_linetable = & codecs_toplevel_consts_26_consts_14_linetable.ob_base.ob_base,
65266     ._co_code = NULL,
65267     ._co_linearray = NULL,
65268     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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",
65269     ._co_firsttraceable = 0,
65270 };
65271 static
65272     struct {
65273         PyASCIIObject _ascii;
65274         uint8_t _data[22];
65275     }
65276 codecs_toplevel_consts_26_consts_15_qualname = {
65277     ._ascii = {
65278         .ob_base = {
65279             .ob_refcnt = 999999999,
65280             .ob_type = &PyUnicode_Type,
65281         },
65282         .length = 21,
65283         .hash = -1,
65284         .state = {
65285             .kind = 1,
65286             .compact = 1,
65287             .ascii = 1,
65288             .ready = 1,
65289         },
65290     },
65291     ._data = "StreamReader.__iter__",
65292 };
65293 static
65294     struct _PyCode_DEF(6)
65295 codecs_toplevel_consts_26_consts_15 = {
65296     .ob_base = {
65297         .ob_base = {
65298             .ob_refcnt = 999999999,
65299             .ob_type = &PyCode_Type,
65300         },
65301         .ob_size = 3,
65302     },
65303     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
65304     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
65305     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
65306     .co_flags = 3,
65307     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
65308     ._co_linearray_entry_size = 0,
65309     .co_argcount = 1,
65310     .co_posonlyargcount = 0,
65311     .co_kwonlyargcount = 0,
65312     .co_stacksize = 1,
65313     .co_firstlineno = 650,
65314     .co_nlocalsplus = 1,
65315     .co_nlocals = 1,
65316     .co_nplaincellvars = 0,
65317     .co_ncellvars = 0,
65318     .co_nfreevars = 0,
65319     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
65320     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
65321     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
65322     .co_name = &_Py_ID(__iter__),
65323     .co_qualname = & codecs_toplevel_consts_26_consts_15_qualname._ascii.ob_base,
65324     .co_linetable = & codecs_toplevel_consts_24_consts_9_linetable.ob_base.ob_base,
65325     ._co_code = NULL,
65326     ._co_linearray = NULL,
65327     .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
65328     ._co_firsttraceable = 0,
65329 };
65330 static
65331     struct {
65332         PyASCIIObject _ascii;
65333         uint8_t _data[25];
65334     }
65335 codecs_toplevel_consts_26_consts_16_qualname = {
65336     ._ascii = {
65337         .ob_base = {
65338             .ob_refcnt = 999999999,
65339             .ob_type = &PyUnicode_Type,
65340         },
65341         .length = 24,
65342         .hash = -1,
65343         .state = {
65344             .kind = 1,
65345             .compact = 1,
65346             .ascii = 1,
65347             .ready = 1,
65348         },
65349     },
65350     ._data = "StreamReader.__getattr__",
65351 };
65352 static
65353     struct _PyCode_DEF(36)
65354 codecs_toplevel_consts_26_consts_16 = {
65355     .ob_base = {
65356         .ob_base = {
65357             .ob_refcnt = 999999999,
65358             .ob_type = &PyCode_Type,
65359         },
65360         .ob_size = 18,
65361     },
65362     .co_consts = & codecs_toplevel_consts_24_consts_8_consts._object.ob_base.ob_base,
65363     .co_names = & codecs_toplevel_consts_24_consts_8_names._object.ob_base.ob_base,
65364     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
65365     .co_flags = 3,
65366     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
65367     ._co_linearray_entry_size = 0,
65368     .co_argcount = 3,
65369     .co_posonlyargcount = 0,
65370     .co_kwonlyargcount = 0,
65371     .co_stacksize = 4,
65372     .co_firstlineno = 653,
65373     .co_nlocalsplus = 3,
65374     .co_nlocals = 3,
65375     .co_nplaincellvars = 0,
65376     .co_ncellvars = 0,
65377     .co_nfreevars = 0,
65378     .co_localsplusnames = & codecs_toplevel_consts_24_consts_8_localsplusnames._object.ob_base.ob_base,
65379     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
65380     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
65381     .co_name = &_Py_ID(__getattr__),
65382     .co_qualname = & codecs_toplevel_consts_26_consts_16_qualname._ascii.ob_base,
65383     .co_linetable = & codecs_toplevel_consts_24_consts_8_linetable.ob_base.ob_base,
65384     ._co_code = NULL,
65385     ._co_linearray = NULL,
65386     .co_code_adaptive = "\x97\x00\x02\x00\x7c\x02\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
65387     ._co_firsttraceable = 0,
65388 };
65389 static
65390     struct {
65391         PyASCIIObject _ascii;
65392         uint8_t _data[23];
65393     }
65394 codecs_toplevel_consts_26_consts_17_qualname = {
65395     ._ascii = {
65396         .ob_base = {
65397             .ob_refcnt = 999999999,
65398             .ob_type = &PyUnicode_Type,
65399         },
65400         .length = 22,
65401         .hash = -1,
65402         .state = {
65403             .kind = 1,
65404             .compact = 1,
65405             .ascii = 1,
65406             .ready = 1,
65407         },
65408     },
65409     ._data = "StreamReader.__enter__",
65410 };
65411 static
65412     struct _PyCode_DEF(6)
65413 codecs_toplevel_consts_26_consts_17 = {
65414     .ob_base = {
65415         .ob_base = {
65416             .ob_refcnt = 999999999,
65417             .ob_type = &PyCode_Type,
65418         },
65419         .ob_size = 3,
65420     },
65421     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
65422     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
65423     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
65424     .co_flags = 3,
65425     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
65426     ._co_linearray_entry_size = 0,
65427     .co_argcount = 1,
65428     .co_posonlyargcount = 0,
65429     .co_kwonlyargcount = 0,
65430     .co_stacksize = 1,
65431     .co_firstlineno = 660,
65432     .co_nlocalsplus = 1,
65433     .co_nlocals = 1,
65434     .co_nplaincellvars = 0,
65435     .co_ncellvars = 0,
65436     .co_nfreevars = 0,
65437     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
65438     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
65439     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
65440     .co_name = &_Py_ID(__enter__),
65441     .co_qualname = & codecs_toplevel_consts_26_consts_17_qualname._ascii.ob_base,
65442     .co_linetable = & codecs_toplevel_consts_24_consts_9_linetable.ob_base.ob_base,
65443     ._co_code = NULL,
65444     ._co_linearray = NULL,
65445     .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
65446     ._co_firsttraceable = 0,
65447 };
65448 static
65449     struct {
65450         PyASCIIObject _ascii;
65451         uint8_t _data[22];
65452     }
65453 codecs_toplevel_consts_26_consts_18_qualname = {
65454     ._ascii = {
65455         .ob_base = {
65456             .ob_refcnt = 999999999,
65457             .ob_type = &PyUnicode_Type,
65458         },
65459         .length = 21,
65460         .hash = -1,
65461         .state = {
65462             .kind = 1,
65463             .compact = 1,
65464             .ascii = 1,
65465             .ready = 1,
65466         },
65467     },
65468     ._data = "StreamReader.__exit__",
65469 };
65470 static
65471     struct _PyCode_DEF(56)
65472 codecs_toplevel_consts_26_consts_18 = {
65473     .ob_base = {
65474         .ob_base = {
65475             .ob_refcnt = 999999999,
65476             .ob_type = &PyCode_Type,
65477         },
65478         .ob_size = 28,
65479     },
65480     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
65481     .co_names = & codecs_toplevel_consts_24_consts_10_names._object.ob_base.ob_base,
65482     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
65483     .co_flags = 3,
65484     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
65485     ._co_linearray_entry_size = 0,
65486     .co_argcount = 4,
65487     .co_posonlyargcount = 0,
65488     .co_kwonlyargcount = 0,
65489     .co_stacksize = 2,
65490     .co_firstlineno = 663,
65491     .co_nlocalsplus = 4,
65492     .co_nlocals = 4,
65493     .co_nplaincellvars = 0,
65494     .co_ncellvars = 0,
65495     .co_nfreevars = 0,
65496     .co_localsplusnames = & codecs_toplevel_consts_24_consts_10_localsplusnames._object.ob_base.ob_base,
65497     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
65498     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
65499     .co_name = &_Py_ID(__exit__),
65500     .co_qualname = & codecs_toplevel_consts_26_consts_18_qualname._ascii.ob_base,
65501     .co_linetable = & codecs_toplevel_consts_24_consts_10_linetable.ob_base.ob_base,
65502     ._co_code = NULL,
65503     ._co_linearray = NULL,
65504     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
65505     ._co_firsttraceable = 0,
65506 };
65507 static
65508     struct {
65509         PyGC_Head _gc_head;
65510         struct {
65511             PyObject_VAR_HEAD
65512             PyObject *ob_item[3];
65513         }_object;
65514     }
65515 codecs_toplevel_consts_26_consts_20 = {
65516     ._object = {
65517         .ob_base = {
65518             .ob_base = {
65519                 .ob_refcnt = 999999999,
65520                 .ob_type = &PyTuple_Type,
65521             },
65522             .ob_size = 3,
65523         },
65524         .ob_item = {
65525             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
65526             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
65527             Py_False,
65528         },
65529     },
65530 };
65531 static
65532     struct {
65533         PyGC_Head _gc_head;
65534         struct {
65535             PyObject_VAR_HEAD
65536             PyObject *ob_item[23];
65537         }_object;
65538     }
65539 codecs_toplevel_consts_26_consts = {
65540     ._object = {
65541         .ob_base = {
65542             .ob_base = {
65543                 .ob_refcnt = 999999999,
65544                 .ob_type = &PyTuple_Type,
65545             },
65546             .ob_size = 23,
65547         },
65548         .ob_item = {
65549             & const_str_StreamReader._ascii.ob_base,
65550             &_Py_ID(strict),
65551             & codecs_toplevel_consts_26_consts_2.ob_base.ob_base,
65552             & codecs_toplevel_consts_26_consts_3.ob_base.ob_base,
65553             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
65554             Py_False,
65555             & codecs_toplevel_consts_26_consts_6.ob_base.ob_base,
65556             Py_None,
65557             Py_True,
65558             & codecs_toplevel_consts_26_consts_9.ob_base.ob_base,
65559             & codecs_toplevel_consts_26_consts_10.ob_base.ob_base,
65560             & codecs_toplevel_consts_26_consts_11.ob_base.ob_base,
65561             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
65562             & codecs_toplevel_consts_26_consts_13.ob_base.ob_base,
65563             & codecs_toplevel_consts_26_consts_14.ob_base.ob_base,
65564             & codecs_toplevel_consts_26_consts_15.ob_base.ob_base,
65565             & codecs_toplevel_consts_26_consts_16.ob_base.ob_base,
65566             & codecs_toplevel_consts_26_consts_17.ob_base.ob_base,
65567             & codecs_toplevel_consts_26_consts_18.ob_base.ob_base,
65568             & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
65569             & codecs_toplevel_consts_26_consts_20._object.ob_base.ob_base,
65570             & importlib__bootstrap_external_toplevel_consts_69_consts_3_consts._object.ob_base.ob_base,
65571             & codecs_toplevel_consts_24_consts_13._object.ob_base.ob_base,
65572         },
65573     },
65574 };
65575 static
65576     struct {
65577         PyGC_Head _gc_head;
65578         struct {
65579             PyObject_VAR_HEAD
65580             PyObject *ob_item[18];
65581         }_object;
65582     }
65583 codecs_toplevel_consts_26_names = {
65584     ._object = {
65585         .ob_base = {
65586             .ob_base = {
65587                 .ob_refcnt = 999999999,
65588                 .ob_type = &PyTuple_Type,
65589             },
65590             .ob_size = 18,
65591         },
65592         .ob_item = {
65593             &_Py_ID(__name__),
65594             &_Py_ID(__module__),
65595             &_Py_ID(__qualname__),
65596             & const_str_str._ascii.ob_base,
65597             & const_str_charbuffertype._ascii.ob_base,
65598             &_Py_ID(__init__),
65599             &_Py_ID(decode),
65600             &_Py_ID(read),
65601             &_Py_ID(readline),
65602             & const_str_readlines._ascii.ob_base,
65603             &_Py_ID(reset),
65604             &_Py_ID(seek),
65605             &_Py_ID(__next__),
65606             &_Py_ID(__iter__),
65607             &_Py_ID(getattr),
65608             &_Py_ID(__getattr__),
65609             &_Py_ID(__enter__),
65610             &_Py_ID(__exit__),
65611         },
65612     },
65613 };
65614 static
65615     struct {
65616         PyObject_VAR_HEAD
65617         Py_hash_t ob_shash;
65618         char ob_sval[256];
65619     }
65620 codecs_toplevel_consts_26_linetable = {
65621     .ob_base = {
65622         .ob_base = {
65623             .ob_refcnt = 999999999,
65624             .ob_type = &PyBytes_Type,
65625         },
65626         .ob_size = 255,
65627     },
65628     .ob_shash = -1,
65629     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x15\x18\x80\x4e\xf0\x04\x17\x05\x1f\xf0\x00\x17\x05\x1f\xf0\x00\x17\x05\x1f\xf0\x00\x17\x05\x1f\xf0\x32\x01\x05\x22\xf0\x00\x01\x05\x22\xf0\x00\x01\x05\x22\xf0\x00\x01\x05\x22\xf0\x06\x4e\x01\x05\x16\xf0\x00\x4e\x01\x05\x16\xf0\x00\x4e\x01\x05\x16\xf0\x00\x4e\x01\x05\x16\xf0\x60\x02\x49\x01\x05\x14\xf0\x00\x49\x01\x05\x14\xf0\x00\x49\x01\x05\x14\xf0\x00\x49\x01\x05\x14\xf0\x56\x02\x0d\x05\x29\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\x06\x05\x15\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",
65630 };
65631 static
65632     struct _PyCode_DEF(106)
65633 codecs_toplevel_consts_26 = {
65634     .ob_base = {
65635         .ob_base = {
65636             .ob_refcnt = 999999999,
65637             .ob_type = &PyCode_Type,
65638         },
65639         .ob_size = 53,
65640     },
65641     .co_consts = & codecs_toplevel_consts_26_consts._object.ob_base.ob_base,
65642     .co_names = & codecs_toplevel_consts_26_names._object.ob_base.ob_base,
65643     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
65644     .co_flags = 0,
65645     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
65646     ._co_linearray_entry_size = 0,
65647     .co_argcount = 0,
65648     .co_posonlyargcount = 0,
65649     .co_kwonlyargcount = 0,
65650     .co_stacksize = 2,
65651     .co_firstlineno = 419,
65652     .co_nlocalsplus = 0,
65653     .co_nlocals = 0,
65654     .co_nplaincellvars = 0,
65655     .co_ncellvars = 0,
65656     .co_nfreevars = 0,
65657     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
65658     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
65659     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
65660     .co_name = & const_str_StreamReader._ascii.ob_base,
65661     .co_qualname = & const_str_StreamReader._ascii.ob_base,
65662     .co_linetable = & codecs_toplevel_consts_26_linetable.ob_base.ob_base,
65663     ._co_code = NULL,
65664     ._co_linearray = NULL,
65665     .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",
65666     ._co_firsttraceable = 0,
65667 };
65668 static
65669     struct {
65670         PyASCIIObject _ascii;
65671         uint8_t _data[258];
65672     }
65673 codecs_toplevel_consts_28_consts_1 = {
65674     ._ascii = {
65675         .ob_base = {
65676             .ob_refcnt = 999999999,
65677             .ob_type = &PyUnicode_Type,
65678         },
65679         .length = 257,
65680         .hash = -1,
65681         .state = {
65682             .kind = 1,
65683             .compact = 1,
65684             .ascii = 1,
65685             .ready = 1,
65686         },
65687     },
65688     ._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",
65689 };
65690 static
65691     struct {
65692         PyASCIIObject _ascii;
65693         uint8_t _data[8];
65694     }
65695 const_str_unknown = {
65696     ._ascii = {
65697         .ob_base = {
65698             .ob_refcnt = 999999999,
65699             .ob_type = &PyUnicode_Type,
65700         },
65701         .length = 7,
65702         .hash = -1,
65703         .state = {
65704             .kind = 1,
65705             .compact = 1,
65706             .ascii = 1,
65707             .ready = 1,
65708         },
65709     },
65710     ._data = "unknown",
65711 };
65712 static
65713     struct {
65714         PyASCIIObject _ascii;
65715         uint8_t _data[339];
65716     }
65717 codecs_toplevel_consts_28_consts_4_consts_0 = {
65718     ._ascii = {
65719         .ob_base = {
65720             .ob_refcnt = 999999999,
65721             .ob_type = &PyUnicode_Type,
65722         },
65723         .length = 338,
65724         .hash = -1,
65725         .state = {
65726             .kind = 1,
65727             .compact = 1,
65728             .ascii = 1,
65729             .ready = 1,
65730         },
65731     },
65732     ._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",
65733 };
65734 static
65735     struct {
65736         PyGC_Head _gc_head;
65737         struct {
65738             PyObject_VAR_HEAD
65739             PyObject *ob_item[2];
65740         }_object;
65741     }
65742 codecs_toplevel_consts_28_consts_4_consts = {
65743     ._object = {
65744         .ob_base = {
65745             .ob_base = {
65746                 .ob_refcnt = 999999999,
65747                 .ob_type = &PyTuple_Type,
65748             },
65749             .ob_size = 2,
65750         },
65751         .ob_item = {
65752             & codecs_toplevel_consts_28_consts_4_consts_0._ascii.ob_base,
65753             Py_None,
65754         },
65755     },
65756 };
65757 static
65758     struct {
65759         PyASCIIObject _ascii;
65760         uint8_t _data[7];
65761     }
65762 const_str_reader = {
65763     ._ascii = {
65764         .ob_base = {
65765             .ob_refcnt = 999999999,
65766             .ob_type = &PyUnicode_Type,
65767         },
65768         .length = 6,
65769         .hash = -1,
65770         .state = {
65771             .kind = 1,
65772             .compact = 1,
65773             .ascii = 1,
65774             .ready = 1,
65775         },
65776     },
65777     ._data = "reader",
65778 };
65779 static
65780     struct {
65781         PyASCIIObject _ascii;
65782         uint8_t _data[7];
65783     }
65784 const_str_writer = {
65785     ._ascii = {
65786         .ob_base = {
65787             .ob_refcnt = 999999999,
65788             .ob_type = &PyUnicode_Type,
65789         },
65790         .length = 6,
65791         .hash = -1,
65792         .state = {
65793             .kind = 1,
65794             .compact = 1,
65795             .ascii = 1,
65796             .ready = 1,
65797         },
65798     },
65799     ._data = "writer",
65800 };
65801 static
65802     struct {
65803         PyGC_Head _gc_head;
65804         struct {
65805             PyObject_VAR_HEAD
65806             PyObject *ob_item[4];
65807         }_object;
65808     }
65809 codecs_toplevel_consts_28_consts_4_names = {
65810     ._object = {
65811         .ob_base = {
65812             .ob_base = {
65813                 .ob_refcnt = 999999999,
65814                 .ob_type = &PyTuple_Type,
65815             },
65816             .ob_size = 4,
65817         },
65818         .ob_item = {
65819             & const_str_stream._ascii.ob_base,
65820             & const_str_reader._ascii.ob_base,
65821             & const_str_writer._ascii.ob_base,
65822             &_Py_ID(errors),
65823         },
65824     },
65825 };
65826 static
65827     struct {
65828         PyASCIIObject _ascii;
65829         uint8_t _data[28];
65830     }
65831 codecs_toplevel_consts_28_consts_4_qualname = {
65832     ._ascii = {
65833         .ob_base = {
65834             .ob_refcnt = 999999999,
65835             .ob_type = &PyUnicode_Type,
65836         },
65837         .length = 27,
65838         .hash = -1,
65839         .state = {
65840             .kind = 1,
65841             .compact = 1,
65842             .ascii = 1,
65843             .ready = 1,
65844         },
65845     },
65846     ._data = "StreamReaderWriter.__init__",
65847 };
65848 static
65849     struct {
65850         PyObject_VAR_HEAD
65851         Py_hash_t ob_shash;
65852         char ob_sval[61];
65853     }
65854 codecs_toplevel_consts_28_consts_4_linetable = {
65855     .ob_base = {
65856         .ob_base = {
65857             .ob_refcnt = 999999999,
65858             .ob_type = &PyBytes_Type,
65859         },
65860         .ob_size = 60,
65861     },
65862     .ob_shash = -1,
65863     .ob_sval = "\x80\x00\xf0\x1a\x00\x17\x1d\x88\x04\x8c\x0b\xd8\x16\x1c\x90\x66\x98\x56\xa0\x56\xd1\x16\x2c\xd4\x16\x2c\x88\x04\x8c\x0b\xd8\x16\x1c\x90\x66\x98\x56\xa0\x56\xd1\x16\x2c\xd4\x16\x2c\x88\x04\x8c\x0b\xd8\x16\x1c\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
65864 };
65865 static
65866     struct {
65867         PyASCIIObject _ascii;
65868         uint8_t _data[7];
65869     }
65870 const_str_Reader = {
65871     ._ascii = {
65872         .ob_base = {
65873             .ob_refcnt = 999999999,
65874             .ob_type = &PyUnicode_Type,
65875         },
65876         .length = 6,
65877         .hash = -1,
65878         .state = {
65879             .kind = 1,
65880             .compact = 1,
65881             .ascii = 1,
65882             .ready = 1,
65883         },
65884     },
65885     ._data = "Reader",
65886 };
65887 static
65888     struct {
65889         PyASCIIObject _ascii;
65890         uint8_t _data[7];
65891     }
65892 const_str_Writer = {
65893     ._ascii = {
65894         .ob_base = {
65895             .ob_refcnt = 999999999,
65896             .ob_type = &PyUnicode_Type,
65897         },
65898         .length = 6,
65899         .hash = -1,
65900         .state = {
65901             .kind = 1,
65902             .compact = 1,
65903             .ascii = 1,
65904             .ready = 1,
65905         },
65906     },
65907     ._data = "Writer",
65908 };
65909 static
65910     struct {
65911         PyGC_Head _gc_head;
65912         struct {
65913             PyObject_VAR_HEAD
65914             PyObject *ob_item[5];
65915         }_object;
65916     }
65917 codecs_toplevel_consts_28_consts_4_localsplusnames = {
65918     ._object = {
65919         .ob_base = {
65920             .ob_base = {
65921                 .ob_refcnt = 999999999,
65922                 .ob_type = &PyTuple_Type,
65923             },
65924             .ob_size = 5,
65925         },
65926         .ob_item = {
65927             & const_str_self._ascii.ob_base,
65928             & const_str_stream._ascii.ob_base,
65929             & const_str_Reader._ascii.ob_base,
65930             & const_str_Writer._ascii.ob_base,
65931             &_Py_ID(errors),
65932         },
65933     },
65934 };
65935 static
65936     struct _PyCode_DEF(102)
65937 codecs_toplevel_consts_28_consts_4 = {
65938     .ob_base = {
65939         .ob_base = {
65940             .ob_refcnt = 999999999,
65941             .ob_type = &PyCode_Type,
65942         },
65943         .ob_size = 51,
65944     },
65945     .co_consts = & codecs_toplevel_consts_28_consts_4_consts._object.ob_base.ob_base,
65946     .co_names = & codecs_toplevel_consts_28_consts_4_names._object.ob_base.ob_base,
65947     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
65948     .co_flags = 3,
65949     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
65950     ._co_linearray_entry_size = 0,
65951     .co_argcount = 5,
65952     .co_posonlyargcount = 0,
65953     .co_kwonlyargcount = 0,
65954     .co_stacksize = 4,
65955     .co_firstlineno = 681,
65956     .co_nlocalsplus = 5,
65957     .co_nlocals = 5,
65958     .co_nplaincellvars = 0,
65959     .co_ncellvars = 0,
65960     .co_nfreevars = 0,
65961     .co_localsplusnames = & codecs_toplevel_consts_28_consts_4_localsplusnames._object.ob_base.ob_base,
65962     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
65963     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
65964     .co_name = &_Py_ID(__init__),
65965     .co_qualname = & codecs_toplevel_consts_28_consts_4_qualname._ascii.ob_base,
65966     .co_linetable = & codecs_toplevel_consts_28_consts_4_linetable.ob_base.ob_base,
65967     ._co_code = NULL,
65968     ._co_linearray = NULL,
65969     .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\xa6\x02\x00\x00\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\xa6\x02\x00\x00\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",
65970     ._co_firsttraceable = 0,
65971 };
65972 static
65973     struct {
65974         PyGC_Head _gc_head;
65975         struct {
65976             PyObject_VAR_HEAD
65977             PyObject *ob_item[2];
65978         }_object;
65979     }
65980 codecs_toplevel_consts_28_consts_6_names = {
65981     ._object = {
65982         .ob_base = {
65983             .ob_base = {
65984                 .ob_refcnt = 999999999,
65985                 .ob_type = &PyTuple_Type,
65986             },
65987             .ob_size = 2,
65988         },
65989         .ob_item = {
65990             & const_str_reader._ascii.ob_base,
65991             &_Py_ID(read),
65992         },
65993     },
65994 };
65995 static
65996     struct {
65997         PyASCIIObject _ascii;
65998         uint8_t _data[24];
65999     }
66000 codecs_toplevel_consts_28_consts_6_qualname = {
66001     ._ascii = {
66002         .ob_base = {
66003             .ob_refcnt = 999999999,
66004             .ob_type = &PyUnicode_Type,
66005         },
66006         .length = 23,
66007         .hash = -1,
66008         .state = {
66009             .kind = 1,
66010             .compact = 1,
66011             .ascii = 1,
66012             .ready = 1,
66013         },
66014     },
66015     ._data = "StreamReaderWriter.read",
66016 };
66017 static
66018     struct {
66019         PyObject_VAR_HEAD
66020         Py_hash_t ob_shash;
66021         char ob_sval[25];
66022     }
66023 codecs_toplevel_consts_28_consts_6_linetable = {
66024     .ob_base = {
66025         .ob_base = {
66026             .ob_refcnt = 999999999,
66027             .ob_type = &PyBytes_Type,
66028         },
66029         .ob_size = 24,
66030     },
66031     .ob_shash = -1,
66032     .ob_sval = "\x80\x00\xe0\x0f\x13\x8c\x7b\xd7\x0f\x1f\xd2\x0f\x1f\xa0\x04\xd1\x0f\x25\xd4\x0f\x25\xd0\x08\x25",
66033 };
66034 static
66035     struct {
66036         PyGC_Head _gc_head;
66037         struct {
66038             PyObject_VAR_HEAD
66039             PyObject *ob_item[2];
66040         }_object;
66041     }
66042 codecs_toplevel_consts_28_consts_6_localsplusnames = {
66043     ._object = {
66044         .ob_base = {
66045             .ob_base = {
66046                 .ob_refcnt = 999999999,
66047                 .ob_type = &PyTuple_Type,
66048             },
66049             .ob_size = 2,
66050         },
66051         .ob_item = {
66052             & const_str_self._ascii.ob_base,
66053             & const_str_size._ascii.ob_base,
66054         },
66055     },
66056 };
66057 static
66058     struct _PyCode_DEF(54)
66059 codecs_toplevel_consts_28_consts_6 = {
66060     .ob_base = {
66061         .ob_base = {
66062             .ob_refcnt = 999999999,
66063             .ob_type = &PyCode_Type,
66064         },
66065         .ob_size = 27,
66066     },
66067     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
66068     .co_names = & codecs_toplevel_consts_28_consts_6_names._object.ob_base.ob_base,
66069     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
66070     .co_flags = 3,
66071     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
66072     ._co_linearray_entry_size = 0,
66073     .co_argcount = 2,
66074     .co_posonlyargcount = 0,
66075     .co_kwonlyargcount = 0,
66076     .co_stacksize = 3,
66077     .co_firstlineno = 699,
66078     .co_nlocalsplus = 2,
66079     .co_nlocals = 2,
66080     .co_nplaincellvars = 0,
66081     .co_ncellvars = 0,
66082     .co_nfreevars = 0,
66083     .co_localsplusnames = & codecs_toplevel_consts_28_consts_6_localsplusnames._object.ob_base.ob_base,
66084     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
66085     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
66086     .co_name = &_Py_ID(read),
66087     .co_qualname = & codecs_toplevel_consts_28_consts_6_qualname._ascii.ob_base,
66088     .co_linetable = & codecs_toplevel_consts_28_consts_6_linetable.ob_base.ob_base,
66089     ._co_code = NULL,
66090     ._co_linearray = NULL,
66091     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
66092     ._co_firsttraceable = 0,
66093 };
66094 static
66095     struct {
66096         PyGC_Head _gc_head;
66097         struct {
66098             PyObject_VAR_HEAD
66099             PyObject *ob_item[2];
66100         }_object;
66101     }
66102 codecs_toplevel_consts_28_consts_8_names = {
66103     ._object = {
66104         .ob_base = {
66105             .ob_base = {
66106                 .ob_refcnt = 999999999,
66107                 .ob_type = &PyTuple_Type,
66108             },
66109             .ob_size = 2,
66110         },
66111         .ob_item = {
66112             & const_str_reader._ascii.ob_base,
66113             &_Py_ID(readline),
66114         },
66115     },
66116 };
66117 static
66118     struct {
66119         PyASCIIObject _ascii;
66120         uint8_t _data[28];
66121     }
66122 codecs_toplevel_consts_28_consts_8_qualname = {
66123     ._ascii = {
66124         .ob_base = {
66125             .ob_refcnt = 999999999,
66126             .ob_type = &PyUnicode_Type,
66127         },
66128         .length = 27,
66129         .hash = -1,
66130         .state = {
66131             .kind = 1,
66132             .compact = 1,
66133             .ascii = 1,
66134             .ready = 1,
66135         },
66136     },
66137     ._data = "StreamReaderWriter.readline",
66138 };
66139 static
66140     struct {
66141         PyObject_VAR_HEAD
66142         Py_hash_t ob_shash;
66143         char ob_sval[25];
66144     }
66145 codecs_toplevel_consts_28_consts_8_linetable = {
66146     .ob_base = {
66147         .ob_base = {
66148             .ob_refcnt = 999999999,
66149             .ob_type = &PyBytes_Type,
66150         },
66151         .ob_size = 24,
66152     },
66153     .ob_shash = -1,
66154     .ob_sval = "\x80\x00\xe0\x0f\x13\x8c\x7b\xd7\x0f\x23\xd2\x0f\x23\xa0\x44\xd1\x0f\x29\xd4\x0f\x29\xd0\x08\x29",
66155 };
66156 static
66157     struct _PyCode_DEF(54)
66158 codecs_toplevel_consts_28_consts_8 = {
66159     .ob_base = {
66160         .ob_base = {
66161             .ob_refcnt = 999999999,
66162             .ob_type = &PyCode_Type,
66163         },
66164         .ob_size = 27,
66165     },
66166     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
66167     .co_names = & codecs_toplevel_consts_28_consts_8_names._object.ob_base.ob_base,
66168     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
66169     .co_flags = 3,
66170     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
66171     ._co_linearray_entry_size = 0,
66172     .co_argcount = 2,
66173     .co_posonlyargcount = 0,
66174     .co_kwonlyargcount = 0,
66175     .co_stacksize = 3,
66176     .co_firstlineno = 703,
66177     .co_nlocalsplus = 2,
66178     .co_nlocals = 2,
66179     .co_nplaincellvars = 0,
66180     .co_ncellvars = 0,
66181     .co_nfreevars = 0,
66182     .co_localsplusnames = & codecs_toplevel_consts_28_consts_6_localsplusnames._object.ob_base.ob_base,
66183     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
66184     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
66185     .co_name = &_Py_ID(readline),
66186     .co_qualname = & codecs_toplevel_consts_28_consts_8_qualname._ascii.ob_base,
66187     .co_linetable = & codecs_toplevel_consts_28_consts_8_linetable.ob_base.ob_base,
66188     ._co_code = NULL,
66189     ._co_linearray = NULL,
66190     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
66191     ._co_firsttraceable = 0,
66192 };
66193 static
66194     struct {
66195         PyGC_Head _gc_head;
66196         struct {
66197             PyObject_VAR_HEAD
66198             PyObject *ob_item[2];
66199         }_object;
66200     }
66201 codecs_toplevel_consts_28_consts_9_names = {
66202     ._object = {
66203         .ob_base = {
66204             .ob_base = {
66205                 .ob_refcnt = 999999999,
66206                 .ob_type = &PyTuple_Type,
66207             },
66208             .ob_size = 2,
66209         },
66210         .ob_item = {
66211             & const_str_reader._ascii.ob_base,
66212             & const_str_readlines._ascii.ob_base,
66213         },
66214     },
66215 };
66216 static
66217     struct {
66218         PyASCIIObject _ascii;
66219         uint8_t _data[29];
66220     }
66221 codecs_toplevel_consts_28_consts_9_qualname = {
66222     ._ascii = {
66223         .ob_base = {
66224             .ob_refcnt = 999999999,
66225             .ob_type = &PyUnicode_Type,
66226         },
66227         .length = 28,
66228         .hash = -1,
66229         .state = {
66230             .kind = 1,
66231             .compact = 1,
66232             .ascii = 1,
66233             .ready = 1,
66234         },
66235     },
66236     ._data = "StreamReaderWriter.readlines",
66237 };
66238 static
66239     struct {
66240         PyObject_VAR_HEAD
66241         Py_hash_t ob_shash;
66242         char ob_sval[25];
66243     }
66244 codecs_toplevel_consts_28_consts_9_linetable = {
66245     .ob_base = {
66246         .ob_base = {
66247             .ob_refcnt = 999999999,
66248             .ob_type = &PyBytes_Type,
66249         },
66250         .ob_size = 24,
66251     },
66252     .ob_shash = -1,
66253     .ob_sval = "\x80\x00\xe0\x0f\x13\x8c\x7b\xd7\x0f\x24\xd2\x0f\x24\xa0\x58\xd1\x0f\x2e\xd4\x0f\x2e\xd0\x08\x2e",
66254 };
66255 static
66256     struct {
66257         PyGC_Head _gc_head;
66258         struct {
66259             PyObject_VAR_HEAD
66260             PyObject *ob_item[2];
66261         }_object;
66262     }
66263 codecs_toplevel_consts_28_consts_9_localsplusnames = {
66264     ._object = {
66265         .ob_base = {
66266             .ob_base = {
66267                 .ob_refcnt = 999999999,
66268                 .ob_type = &PyTuple_Type,
66269             },
66270             .ob_size = 2,
66271         },
66272         .ob_item = {
66273             & const_str_self._ascii.ob_base,
66274             & const_str_sizehint._ascii.ob_base,
66275         },
66276     },
66277 };
66278 static
66279     struct _PyCode_DEF(54)
66280 codecs_toplevel_consts_28_consts_9 = {
66281     .ob_base = {
66282         .ob_base = {
66283             .ob_refcnt = 999999999,
66284             .ob_type = &PyCode_Type,
66285         },
66286         .ob_size = 27,
66287     },
66288     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
66289     .co_names = & codecs_toplevel_consts_28_consts_9_names._object.ob_base.ob_base,
66290     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
66291     .co_flags = 3,
66292     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
66293     ._co_linearray_entry_size = 0,
66294     .co_argcount = 2,
66295     .co_posonlyargcount = 0,
66296     .co_kwonlyargcount = 0,
66297     .co_stacksize = 3,
66298     .co_firstlineno = 707,
66299     .co_nlocalsplus = 2,
66300     .co_nlocals = 2,
66301     .co_nplaincellvars = 0,
66302     .co_ncellvars = 0,
66303     .co_nfreevars = 0,
66304     .co_localsplusnames = & codecs_toplevel_consts_28_consts_9_localsplusnames._object.ob_base.ob_base,
66305     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
66306     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
66307     .co_name = & const_str_readlines._ascii.ob_base,
66308     .co_qualname = & codecs_toplevel_consts_28_consts_9_qualname._ascii.ob_base,
66309     .co_linetable = & codecs_toplevel_consts_28_consts_9_linetable.ob_base.ob_base,
66310     ._co_code = NULL,
66311     ._co_linearray = NULL,
66312     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
66313     ._co_firsttraceable = 0,
66314 };
66315 static
66316     struct {
66317         PyGC_Head _gc_head;
66318         struct {
66319             PyObject_VAR_HEAD
66320             PyObject *ob_item[2];
66321         }_object;
66322     }
66323 codecs_toplevel_consts_28_consts_10_names = {
66324     ._object = {
66325         .ob_base = {
66326             .ob_base = {
66327                 .ob_refcnt = 999999999,
66328                 .ob_type = &PyTuple_Type,
66329             },
66330             .ob_size = 2,
66331         },
66332         .ob_item = {
66333             &_Py_ID(next),
66334             & const_str_reader._ascii.ob_base,
66335         },
66336     },
66337 };
66338 static
66339     struct {
66340         PyASCIIObject _ascii;
66341         uint8_t _data[28];
66342     }
66343 codecs_toplevel_consts_28_consts_10_qualname = {
66344     ._ascii = {
66345         .ob_base = {
66346             .ob_refcnt = 999999999,
66347             .ob_type = &PyUnicode_Type,
66348         },
66349         .length = 27,
66350         .hash = -1,
66351         .state = {
66352             .kind = 1,
66353             .compact = 1,
66354             .ascii = 1,
66355             .ready = 1,
66356         },
66357     },
66358     ._data = "StreamReaderWriter.__next__",
66359 };
66360 static
66361     struct {
66362         PyObject_VAR_HEAD
66363         Py_hash_t ob_shash;
66364         char ob_sval[21];
66365     }
66366 codecs_toplevel_consts_28_consts_10_linetable = {
66367     .ob_base = {
66368         .ob_base = {
66369             .ob_refcnt = 999999999,
66370             .ob_type = &PyBytes_Type,
66371         },
66372         .ob_size = 20,
66373     },
66374     .ob_shash = -1,
66375     .ob_sval = "\x80\x00\xf5\x06\x00\x10\x14\x90\x44\x94\x4b\xd1\x0f\x20\xd4\x0f\x20\xd0\x08\x20",
66376 };
66377 static
66378     struct _PyCode_DEF(42)
66379 codecs_toplevel_consts_28_consts_10 = {
66380     .ob_base = {
66381         .ob_base = {
66382             .ob_refcnt = 999999999,
66383             .ob_type = &PyCode_Type,
66384         },
66385         .ob_size = 21,
66386     },
66387     .co_consts = & codecs_toplevel_consts_26_consts_14_consts._object.ob_base.ob_base,
66388     .co_names = & codecs_toplevel_consts_28_consts_10_names._object.ob_base.ob_base,
66389     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
66390     .co_flags = 3,
66391     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
66392     ._co_linearray_entry_size = 0,
66393     .co_argcount = 1,
66394     .co_posonlyargcount = 0,
66395     .co_kwonlyargcount = 0,
66396     .co_stacksize = 3,
66397     .co_firstlineno = 711,
66398     .co_nlocalsplus = 1,
66399     .co_nlocals = 1,
66400     .co_nplaincellvars = 0,
66401     .co_ncellvars = 0,
66402     .co_nfreevars = 0,
66403     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
66404     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
66405     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
66406     .co_name = &_Py_ID(__next__),
66407     .co_qualname = & codecs_toplevel_consts_28_consts_10_qualname._ascii.ob_base,
66408     .co_linetable = & codecs_toplevel_consts_28_consts_10_linetable.ob_base.ob_base,
66409     ._co_code = NULL,
66410     ._co_linearray = NULL,
66411     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
66412     ._co_firsttraceable = 0,
66413 };
66414 static
66415     struct {
66416         PyASCIIObject _ascii;
66417         uint8_t _data[28];
66418     }
66419 codecs_toplevel_consts_28_consts_11_qualname = {
66420     ._ascii = {
66421         .ob_base = {
66422             .ob_refcnt = 999999999,
66423             .ob_type = &PyUnicode_Type,
66424         },
66425         .length = 27,
66426         .hash = -1,
66427         .state = {
66428             .kind = 1,
66429             .compact = 1,
66430             .ascii = 1,
66431             .ready = 1,
66432         },
66433     },
66434     ._data = "StreamReaderWriter.__iter__",
66435 };
66436 static
66437     struct _PyCode_DEF(6)
66438 codecs_toplevel_consts_28_consts_11 = {
66439     .ob_base = {
66440         .ob_base = {
66441             .ob_refcnt = 999999999,
66442             .ob_type = &PyCode_Type,
66443         },
66444         .ob_size = 3,
66445     },
66446     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
66447     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
66448     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
66449     .co_flags = 3,
66450     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
66451     ._co_linearray_entry_size = 0,
66452     .co_argcount = 1,
66453     .co_posonlyargcount = 0,
66454     .co_kwonlyargcount = 0,
66455     .co_stacksize = 1,
66456     .co_firstlineno = 716,
66457     .co_nlocalsplus = 1,
66458     .co_nlocals = 1,
66459     .co_nplaincellvars = 0,
66460     .co_ncellvars = 0,
66461     .co_nfreevars = 0,
66462     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
66463     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
66464     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
66465     .co_name = &_Py_ID(__iter__),
66466     .co_qualname = & codecs_toplevel_consts_28_consts_11_qualname._ascii.ob_base,
66467     .co_linetable = & codecs_toplevel_consts_24_consts_9_linetable.ob_base.ob_base,
66468     ._co_code = NULL,
66469     ._co_linearray = NULL,
66470     .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
66471     ._co_firsttraceable = 0,
66472 };
66473 static
66474     struct {
66475         PyGC_Head _gc_head;
66476         struct {
66477             PyObject_VAR_HEAD
66478             PyObject *ob_item[2];
66479         }_object;
66480     }
66481 codecs_toplevel_consts_28_consts_12_names = {
66482     ._object = {
66483         .ob_base = {
66484             .ob_base = {
66485                 .ob_refcnt = 999999999,
66486                 .ob_type = &PyTuple_Type,
66487             },
66488             .ob_size = 2,
66489         },
66490         .ob_item = {
66491             & const_str_writer._ascii.ob_base,
66492             &_Py_ID(write),
66493         },
66494     },
66495 };
66496 static
66497     struct {
66498         PyASCIIObject _ascii;
66499         uint8_t _data[25];
66500     }
66501 codecs_toplevel_consts_28_consts_12_qualname = {
66502     ._ascii = {
66503         .ob_base = {
66504             .ob_refcnt = 999999999,
66505             .ob_type = &PyUnicode_Type,
66506         },
66507         .length = 24,
66508         .hash = -1,
66509         .state = {
66510             .kind = 1,
66511             .compact = 1,
66512             .ascii = 1,
66513             .ready = 1,
66514         },
66515     },
66516     ._data = "StreamReaderWriter.write",
66517 };
66518 static
66519     struct {
66520         PyObject_VAR_HEAD
66521         Py_hash_t ob_shash;
66522         char ob_sval[25];
66523     }
66524 codecs_toplevel_consts_28_consts_12_linetable = {
66525     .ob_base = {
66526         .ob_base = {
66527             .ob_refcnt = 999999999,
66528             .ob_type = &PyBytes_Type,
66529         },
66530         .ob_size = 24,
66531     },
66532     .ob_shash = -1,
66533     .ob_sval = "\x80\x00\xe0\x0f\x13\x8c\x7b\xd7\x0f\x20\xd2\x0f\x20\xa0\x14\xd1\x0f\x26\xd4\x0f\x26\xd0\x08\x26",
66534 };
66535 static
66536     struct {
66537         PyGC_Head _gc_head;
66538         struct {
66539             PyObject_VAR_HEAD
66540             PyObject *ob_item[2];
66541         }_object;
66542     }
66543 codecs_toplevel_consts_28_consts_12_localsplusnames = {
66544     ._object = {
66545         .ob_base = {
66546             .ob_base = {
66547                 .ob_refcnt = 999999999,
66548                 .ob_type = &PyTuple_Type,
66549             },
66550             .ob_size = 2,
66551         },
66552         .ob_item = {
66553             & const_str_self._ascii.ob_base,
66554             & const_str_data._ascii.ob_base,
66555         },
66556     },
66557 };
66558 static
66559     struct _PyCode_DEF(54)
66560 codecs_toplevel_consts_28_consts_12 = {
66561     .ob_base = {
66562         .ob_base = {
66563             .ob_refcnt = 999999999,
66564             .ob_type = &PyCode_Type,
66565         },
66566         .ob_size = 27,
66567     },
66568     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
66569     .co_names = & codecs_toplevel_consts_28_consts_12_names._object.ob_base.ob_base,
66570     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
66571     .co_flags = 3,
66572     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
66573     ._co_linearray_entry_size = 0,
66574     .co_argcount = 2,
66575     .co_posonlyargcount = 0,
66576     .co_kwonlyargcount = 0,
66577     .co_stacksize = 3,
66578     .co_firstlineno = 719,
66579     .co_nlocalsplus = 2,
66580     .co_nlocals = 2,
66581     .co_nplaincellvars = 0,
66582     .co_ncellvars = 0,
66583     .co_nfreevars = 0,
66584     .co_localsplusnames = & codecs_toplevel_consts_28_consts_12_localsplusnames._object.ob_base.ob_base,
66585     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
66586     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
66587     .co_name = &_Py_ID(write),
66588     .co_qualname = & codecs_toplevel_consts_28_consts_12_qualname._ascii.ob_base,
66589     .co_linetable = & codecs_toplevel_consts_28_consts_12_linetable.ob_base.ob_base,
66590     ._co_code = NULL,
66591     ._co_linearray = NULL,
66592     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
66593     ._co_firsttraceable = 0,
66594 };
66595 static
66596     struct {
66597         PyGC_Head _gc_head;
66598         struct {
66599             PyObject_VAR_HEAD
66600             PyObject *ob_item[2];
66601         }_object;
66602     }
66603 codecs_toplevel_consts_28_consts_13_names = {
66604     ._object = {
66605         .ob_base = {
66606             .ob_base = {
66607                 .ob_refcnt = 999999999,
66608                 .ob_type = &PyTuple_Type,
66609             },
66610             .ob_size = 2,
66611         },
66612         .ob_item = {
66613             & const_str_writer._ascii.ob_base,
66614             & const_str_writelines._ascii.ob_base,
66615         },
66616     },
66617 };
66618 static
66619     struct {
66620         PyASCIIObject _ascii;
66621         uint8_t _data[30];
66622     }
66623 codecs_toplevel_consts_28_consts_13_qualname = {
66624     ._ascii = {
66625         .ob_base = {
66626             .ob_refcnt = 999999999,
66627             .ob_type = &PyUnicode_Type,
66628         },
66629         .length = 29,
66630         .hash = -1,
66631         .state = {
66632             .kind = 1,
66633             .compact = 1,
66634             .ascii = 1,
66635             .ready = 1,
66636         },
66637     },
66638     ._data = "StreamReaderWriter.writelines",
66639 };
66640 static
66641     struct {
66642         PyObject_VAR_HEAD
66643         Py_hash_t ob_shash;
66644         char ob_sval[25];
66645     }
66646 codecs_toplevel_consts_28_consts_13_linetable = {
66647     .ob_base = {
66648         .ob_base = {
66649             .ob_refcnt = 999999999,
66650             .ob_type = &PyBytes_Type,
66651         },
66652         .ob_size = 24,
66653     },
66654     .ob_shash = -1,
66655     .ob_sval = "\x80\x00\xe0\x0f\x13\x8c\x7b\xd7\x0f\x25\xd2\x0f\x25\xa0\x64\xd1\x0f\x2b\xd4\x0f\x2b\xd0\x08\x2b",
66656 };
66657 static
66658     struct _PyCode_DEF(54)
66659 codecs_toplevel_consts_28_consts_13 = {
66660     .ob_base = {
66661         .ob_base = {
66662             .ob_refcnt = 999999999,
66663             .ob_type = &PyCode_Type,
66664         },
66665         .ob_size = 27,
66666     },
66667     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
66668     .co_names = & codecs_toplevel_consts_28_consts_13_names._object.ob_base.ob_base,
66669     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
66670     .co_flags = 3,
66671     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
66672     ._co_linearray_entry_size = 0,
66673     .co_argcount = 2,
66674     .co_posonlyargcount = 0,
66675     .co_kwonlyargcount = 0,
66676     .co_stacksize = 3,
66677     .co_firstlineno = 723,
66678     .co_nlocalsplus = 2,
66679     .co_nlocals = 2,
66680     .co_nplaincellvars = 0,
66681     .co_ncellvars = 0,
66682     .co_nfreevars = 0,
66683     .co_localsplusnames = & codecs_toplevel_consts_24_consts_4_localsplusnames._object.ob_base.ob_base,
66684     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
66685     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
66686     .co_name = & const_str_writelines._ascii.ob_base,
66687     .co_qualname = & codecs_toplevel_consts_28_consts_13_qualname._ascii.ob_base,
66688     .co_linetable = & codecs_toplevel_consts_28_consts_13_linetable.ob_base.ob_base,
66689     ._co_code = NULL,
66690     ._co_linearray = NULL,
66691     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
66692     ._co_firsttraceable = 0,
66693 };
66694 static
66695     struct {
66696         PyGC_Head _gc_head;
66697         struct {
66698             PyObject_VAR_HEAD
66699             PyObject *ob_item[3];
66700         }_object;
66701     }
66702 codecs_toplevel_consts_28_consts_14_names = {
66703     ._object = {
66704         .ob_base = {
66705             .ob_base = {
66706                 .ob_refcnt = 999999999,
66707                 .ob_type = &PyTuple_Type,
66708             },
66709             .ob_size = 3,
66710         },
66711         .ob_item = {
66712             & const_str_reader._ascii.ob_base,
66713             &_Py_ID(reset),
66714             & const_str_writer._ascii.ob_base,
66715         },
66716     },
66717 };
66718 static
66719     struct {
66720         PyASCIIObject _ascii;
66721         uint8_t _data[25];
66722     }
66723 codecs_toplevel_consts_28_consts_14_qualname = {
66724     ._ascii = {
66725         .ob_base = {
66726             .ob_refcnt = 999999999,
66727             .ob_type = &PyUnicode_Type,
66728         },
66729         .length = 24,
66730         .hash = -1,
66731         .state = {
66732             .kind = 1,
66733             .compact = 1,
66734             .ascii = 1,
66735             .ready = 1,
66736         },
66737     },
66738     ._data = "StreamReaderWriter.reset",
66739 };
66740 static
66741     struct {
66742         PyObject_VAR_HEAD
66743         Py_hash_t ob_shash;
66744         char ob_sval[49];
66745     }
66746 codecs_toplevel_consts_28_consts_14_linetable = {
66747     .ob_base = {
66748         .ob_base = {
66749             .ob_refcnt = 999999999,
66750             .ob_type = &PyBytes_Type,
66751         },
66752         .ob_size = 48,
66753     },
66754     .ob_shash = -1,
66755     .ob_sval = "\x80\x00\xe0\x08\x0c\x8c\x0b\xd7\x08\x19\xd2\x08\x19\xd1\x08\x1b\xd4\x08\x1b\xd0\x08\x1b\xd8\x08\x0c\x8c\x0b\xd7\x08\x19\xd2\x08\x19\xd1\x08\x1b\xd4\x08\x1b\xd0\x08\x1b\xd0\x08\x1b\xd0\x08\x1b",
66756 };
66757 static
66758     struct _PyCode_DEF(106)
66759 codecs_toplevel_consts_28_consts_14 = {
66760     .ob_base = {
66761         .ob_base = {
66762             .ob_refcnt = 999999999,
66763             .ob_type = &PyCode_Type,
66764         },
66765         .ob_size = 53,
66766     },
66767     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
66768     .co_names = & codecs_toplevel_consts_28_consts_14_names._object.ob_base.ob_base,
66769     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
66770     .co_flags = 3,
66771     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
66772     ._co_linearray_entry_size = 0,
66773     .co_argcount = 1,
66774     .co_posonlyargcount = 0,
66775     .co_kwonlyargcount = 0,
66776     .co_stacksize = 2,
66777     .co_firstlineno = 727,
66778     .co_nlocalsplus = 1,
66779     .co_nlocals = 1,
66780     .co_nplaincellvars = 0,
66781     .co_ncellvars = 0,
66782     .co_nfreevars = 0,
66783     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
66784     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
66785     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
66786     .co_name = &_Py_ID(reset),
66787     .co_qualname = & codecs_toplevel_consts_28_consts_14_qualname._ascii.ob_base,
66788     .co_linetable = & codecs_toplevel_consts_28_consts_14_linetable.ob_base.ob_base,
66789     ._co_code = NULL,
66790     ._co_linearray = NULL,
66791     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
66792     ._co_firsttraceable = 0,
66793 };
66794 static
66795     struct {
66796         PyGC_Head _gc_head;
66797         struct {
66798             PyObject_VAR_HEAD
66799             PyObject *ob_item[5];
66800         }_object;
66801     }
66802 codecs_toplevel_consts_28_consts_16_names = {
66803     ._object = {
66804         .ob_base = {
66805             .ob_base = {
66806                 .ob_refcnt = 999999999,
66807                 .ob_type = &PyTuple_Type,
66808             },
66809             .ob_size = 5,
66810         },
66811         .ob_item = {
66812             & const_str_stream._ascii.ob_base,
66813             &_Py_ID(seek),
66814             & const_str_reader._ascii.ob_base,
66815             &_Py_ID(reset),
66816             & const_str_writer._ascii.ob_base,
66817         },
66818     },
66819 };
66820 static
66821     struct {
66822         PyASCIIObject _ascii;
66823         uint8_t _data[24];
66824     }
66825 codecs_toplevel_consts_28_consts_16_qualname = {
66826     ._ascii = {
66827         .ob_base = {
66828             .ob_refcnt = 999999999,
66829             .ob_type = &PyUnicode_Type,
66830         },
66831         .length = 23,
66832         .hash = -1,
66833         .state = {
66834             .kind = 1,
66835             .compact = 1,
66836             .ascii = 1,
66837             .ready = 1,
66838         },
66839     },
66840     ._data = "StreamReaderWriter.seek",
66841 };
66842 static
66843     struct {
66844         PyObject_VAR_HEAD
66845         Py_hash_t ob_shash;
66846         char ob_sval[101];
66847     }
66848 codecs_toplevel_consts_28_consts_16_linetable = {
66849     .ob_base = {
66850         .ob_base = {
66851             .ob_refcnt = 999999999,
66852             .ob_type = &PyBytes_Type,
66853         },
66854         .ob_size = 100,
66855     },
66856     .ob_shash = -1,
66857     .ob_sval = "\x80\x00\xd8\x08\x0c\x8c\x0b\xd7\x08\x18\xd2\x08\x18\x98\x16\xa0\x16\xd1\x08\x28\xd4\x08\x28\xd0\x08\x28\xd8\x08\x0c\x8c\x0b\xd7\x08\x19\xd2\x08\x19\xd1\x08\x1b\xd4\x08\x1b\xd0\x08\x1b\xd8\x0b\x11\x90\x51\x8a\x3b\x88\x3b\x98\x36\xa0\x51\x9a\x3b\x98\x3b\xd8\x0c\x10\x8c\x4b\xd7\x0c\x1d\xd2\x0c\x1d\xd1\x0c\x1f\xd4\x0c\x1f\xd0\x0c\x1f\xd0\x0c\x1f\xd0\x0c\x1f\xf0\x03\x00\x0c\x17\x88\x3b\x98\x3b\x98\x3b",
66858 };
66859 static
66860     struct _PyCode_DEF(192)
66861 codecs_toplevel_consts_28_consts_16 = {
66862     .ob_base = {
66863         .ob_base = {
66864             .ob_refcnt = 999999999,
66865             .ob_type = &PyCode_Type,
66866         },
66867         .ob_size = 96,
66868     },
66869     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
66870     .co_names = & codecs_toplevel_consts_28_consts_16_names._object.ob_base.ob_base,
66871     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
66872     .co_flags = 3,
66873     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
66874     ._co_linearray_entry_size = 0,
66875     .co_argcount = 3,
66876     .co_posonlyargcount = 0,
66877     .co_kwonlyargcount = 0,
66878     .co_stacksize = 4,
66879     .co_firstlineno = 732,
66880     .co_nlocalsplus = 3,
66881     .co_nlocals = 3,
66882     .co_nplaincellvars = 0,
66883     .co_ncellvars = 0,
66884     .co_nfreevars = 0,
66885     .co_localsplusnames = & codecs_toplevel_consts_24_consts_7_localsplusnames._object.ob_base.ob_base,
66886     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
66887     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
66888     .co_name = &_Py_ID(seek),
66889     .co_qualname = & codecs_toplevel_consts_28_consts_16_qualname._ascii.ob_base,
66890     .co_linetable = & codecs_toplevel_consts_28_consts_16_linetable.ob_base.ob_base,
66891     ._co_code = NULL,
66892     ._co_linearray = NULL,
66893     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\x21\x7c\x01\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x1d\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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",
66894     ._co_firsttraceable = 0,
66895 };
66896 static
66897     struct {
66898         PyASCIIObject _ascii;
66899         uint8_t _data[31];
66900     }
66901 codecs_toplevel_consts_28_consts_17_qualname = {
66902     ._ascii = {
66903         .ob_base = {
66904             .ob_refcnt = 999999999,
66905             .ob_type = &PyUnicode_Type,
66906         },
66907         .length = 30,
66908         .hash = -1,
66909         .state = {
66910             .kind = 1,
66911             .compact = 1,
66912             .ascii = 1,
66913             .ready = 1,
66914         },
66915     },
66916     ._data = "StreamReaderWriter.__getattr__",
66917 };
66918 static
66919     struct _PyCode_DEF(36)
66920 codecs_toplevel_consts_28_consts_17 = {
66921     .ob_base = {
66922         .ob_base = {
66923             .ob_refcnt = 999999999,
66924             .ob_type = &PyCode_Type,
66925         },
66926         .ob_size = 18,
66927     },
66928     .co_consts = & codecs_toplevel_consts_24_consts_8_consts._object.ob_base.ob_base,
66929     .co_names = & codecs_toplevel_consts_24_consts_8_names._object.ob_base.ob_base,
66930     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
66931     .co_flags = 3,
66932     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
66933     ._co_linearray_entry_size = 0,
66934     .co_argcount = 3,
66935     .co_posonlyargcount = 0,
66936     .co_kwonlyargcount = 0,
66937     .co_stacksize = 4,
66938     .co_firstlineno = 738,
66939     .co_nlocalsplus = 3,
66940     .co_nlocals = 3,
66941     .co_nplaincellvars = 0,
66942     .co_ncellvars = 0,
66943     .co_nfreevars = 0,
66944     .co_localsplusnames = & codecs_toplevel_consts_24_consts_8_localsplusnames._object.ob_base.ob_base,
66945     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
66946     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
66947     .co_name = &_Py_ID(__getattr__),
66948     .co_qualname = & codecs_toplevel_consts_28_consts_17_qualname._ascii.ob_base,
66949     .co_linetable = & codecs_toplevel_consts_24_consts_8_linetable.ob_base.ob_base,
66950     ._co_code = NULL,
66951     ._co_linearray = NULL,
66952     .co_code_adaptive = "\x97\x00\x02\x00\x7c\x02\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
66953     ._co_firsttraceable = 0,
66954 };
66955 static
66956     struct {
66957         PyASCIIObject _ascii;
66958         uint8_t _data[29];
66959     }
66960 codecs_toplevel_consts_28_consts_18_qualname = {
66961     ._ascii = {
66962         .ob_base = {
66963             .ob_refcnt = 999999999,
66964             .ob_type = &PyUnicode_Type,
66965         },
66966         .length = 28,
66967         .hash = -1,
66968         .state = {
66969             .kind = 1,
66970             .compact = 1,
66971             .ascii = 1,
66972             .ready = 1,
66973         },
66974     },
66975     ._data = "StreamReaderWriter.__enter__",
66976 };
66977 static
66978     struct _PyCode_DEF(6)
66979 codecs_toplevel_consts_28_consts_18 = {
66980     .ob_base = {
66981         .ob_base = {
66982             .ob_refcnt = 999999999,
66983             .ob_type = &PyCode_Type,
66984         },
66985         .ob_size = 3,
66986     },
66987     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
66988     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
66989     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
66990     .co_flags = 3,
66991     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
66992     ._co_linearray_entry_size = 0,
66993     .co_argcount = 1,
66994     .co_posonlyargcount = 0,
66995     .co_kwonlyargcount = 0,
66996     .co_stacksize = 1,
66997     .co_firstlineno = 747,
66998     .co_nlocalsplus = 1,
66999     .co_nlocals = 1,
67000     .co_nplaincellvars = 0,
67001     .co_ncellvars = 0,
67002     .co_nfreevars = 0,
67003     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
67004     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
67005     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
67006     .co_name = &_Py_ID(__enter__),
67007     .co_qualname = & codecs_toplevel_consts_28_consts_18_qualname._ascii.ob_base,
67008     .co_linetable = & codecs_toplevel_consts_24_consts_9_linetable.ob_base.ob_base,
67009     ._co_code = NULL,
67010     ._co_linearray = NULL,
67011     .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
67012     ._co_firsttraceable = 0,
67013 };
67014 static
67015     struct {
67016         PyASCIIObject _ascii;
67017         uint8_t _data[28];
67018     }
67019 codecs_toplevel_consts_28_consts_19_qualname = {
67020     ._ascii = {
67021         .ob_base = {
67022             .ob_refcnt = 999999999,
67023             .ob_type = &PyUnicode_Type,
67024         },
67025         .length = 27,
67026         .hash = -1,
67027         .state = {
67028             .kind = 1,
67029             .compact = 1,
67030             .ascii = 1,
67031             .ready = 1,
67032         },
67033     },
67034     ._data = "StreamReaderWriter.__exit__",
67035 };
67036 static
67037     struct _PyCode_DEF(56)
67038 codecs_toplevel_consts_28_consts_19 = {
67039     .ob_base = {
67040         .ob_base = {
67041             .ob_refcnt = 999999999,
67042             .ob_type = &PyCode_Type,
67043         },
67044         .ob_size = 28,
67045     },
67046     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
67047     .co_names = & codecs_toplevel_consts_24_consts_10_names._object.ob_base.ob_base,
67048     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
67049     .co_flags = 3,
67050     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
67051     ._co_linearray_entry_size = 0,
67052     .co_argcount = 4,
67053     .co_posonlyargcount = 0,
67054     .co_kwonlyargcount = 0,
67055     .co_stacksize = 2,
67056     .co_firstlineno = 750,
67057     .co_nlocalsplus = 4,
67058     .co_nlocals = 4,
67059     .co_nplaincellvars = 0,
67060     .co_ncellvars = 0,
67061     .co_nfreevars = 0,
67062     .co_localsplusnames = & codecs_toplevel_consts_24_consts_10_localsplusnames._object.ob_base.ob_base,
67063     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
67064     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
67065     .co_name = &_Py_ID(__exit__),
67066     .co_qualname = & codecs_toplevel_consts_28_consts_19_qualname._ascii.ob_base,
67067     .co_linetable = & codecs_toplevel_consts_24_consts_10_linetable.ob_base.ob_base,
67068     ._co_code = NULL,
67069     ._co_linearray = NULL,
67070     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
67071     ._co_firsttraceable = 0,
67072 };
67073 static
67074     struct {
67075         PyGC_Head _gc_head;
67076         struct {
67077             PyObject_VAR_HEAD
67078             PyObject *ob_item[1];
67079         }_object;
67080     }
67081 codecs_toplevel_consts_28_consts_21 = {
67082     ._object = {
67083         .ob_base = {
67084             .ob_base = {
67085                 .ob_refcnt = 999999999,
67086                 .ob_type = &PyTuple_Type,
67087             },
67088             .ob_size = 1,
67089         },
67090         .ob_item = {
67091             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
67092         },
67093     },
67094 };
67095 static
67096     struct {
67097         PyGC_Head _gc_head;
67098         struct {
67099             PyObject_VAR_HEAD
67100             PyObject *ob_item[24];
67101         }_object;
67102     }
67103 codecs_toplevel_consts_28_consts = {
67104     ._object = {
67105         .ob_base = {
67106             .ob_base = {
67107                 .ob_refcnt = 999999999,
67108                 .ob_type = &PyTuple_Type,
67109             },
67110             .ob_size = 24,
67111         },
67112         .ob_item = {
67113             & const_str_StreamReaderWriter._ascii.ob_base,
67114             & codecs_toplevel_consts_28_consts_1._ascii.ob_base,
67115             & const_str_unknown._ascii.ob_base,
67116             &_Py_ID(strict),
67117             & codecs_toplevel_consts_28_consts_4.ob_base.ob_base,
67118             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
67119             & codecs_toplevel_consts_28_consts_6.ob_base.ob_base,
67120             Py_None,
67121             & codecs_toplevel_consts_28_consts_8.ob_base.ob_base,
67122             & codecs_toplevel_consts_28_consts_9.ob_base.ob_base,
67123             & codecs_toplevel_consts_28_consts_10.ob_base.ob_base,
67124             & codecs_toplevel_consts_28_consts_11.ob_base.ob_base,
67125             & codecs_toplevel_consts_28_consts_12.ob_base.ob_base,
67126             & codecs_toplevel_consts_28_consts_13.ob_base.ob_base,
67127             & codecs_toplevel_consts_28_consts_14.ob_base.ob_base,
67128             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
67129             & codecs_toplevel_consts_28_consts_16.ob_base.ob_base,
67130             & codecs_toplevel_consts_28_consts_17.ob_base.ob_base,
67131             & codecs_toplevel_consts_28_consts_18.ob_base.ob_base,
67132             & codecs_toplevel_consts_28_consts_19.ob_base.ob_base,
67133             & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
67134             & codecs_toplevel_consts_28_consts_21._object.ob_base.ob_base,
67135             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
67136             & codecs_toplevel_consts_24_consts_13._object.ob_base.ob_base,
67137         },
67138     },
67139 };
67140 static
67141     struct {
67142         PyGC_Head _gc_head;
67143         struct {
67144             PyObject_VAR_HEAD
67145             PyObject *ob_item[19];
67146         }_object;
67147     }
67148 codecs_toplevel_consts_28_names = {
67149     ._object = {
67150         .ob_base = {
67151             .ob_base = {
67152                 .ob_refcnt = 999999999,
67153                 .ob_type = &PyTuple_Type,
67154             },
67155             .ob_size = 19,
67156         },
67157         .ob_item = {
67158             &_Py_ID(__name__),
67159             &_Py_ID(__module__),
67160             &_Py_ID(__qualname__),
67161             &_Py_ID(__doc__),
67162             &_Py_ID(encoding),
67163             &_Py_ID(__init__),
67164             &_Py_ID(read),
67165             &_Py_ID(readline),
67166             & const_str_readlines._ascii.ob_base,
67167             &_Py_ID(__next__),
67168             &_Py_ID(__iter__),
67169             &_Py_ID(write),
67170             & const_str_writelines._ascii.ob_base,
67171             &_Py_ID(reset),
67172             &_Py_ID(seek),
67173             &_Py_ID(getattr),
67174             &_Py_ID(__getattr__),
67175             &_Py_ID(__enter__),
67176             &_Py_ID(__exit__),
67177         },
67178     },
67179 };
67180 static
67181     struct {
67182         PyObject_VAR_HEAD
67183         Py_hash_t ob_shash;
67184         char ob_sval[268];
67185     }
67186 codecs_toplevel_consts_28_linetable = {
67187     .ob_base = {
67188         .ob_base = {
67189             .ob_refcnt = 999999999,
67190             .ob_type = &PyBytes_Type,
67191         },
67192         .ob_size = 267,
67193     },
67194     .ob_shash = -1,
67195     .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\xf0\x04\x10\x05\x1d\xf0\x00\x10\x05\x1d\xf0\x00\x10\x05\x1d\xf0\x00\x10\x05\x1d\xf0\x24\x02\x05\x26\xf0\x00\x02\x05\x26\xf0\x00\x02\x05\x26\xf0\x00\x02\x05\x26\xf0\x08\x02\x05\x2a\xf0\x00\x02\x05\x2a\xf0\x00\x02\x05\x2a\xf0\x00\x02\x05\x2a\xf0\x08\x02\x05\x2f\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\x04\x05\x20\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",
67196 };
67197 static
67198     struct _PyCode_DEF(114)
67199 codecs_toplevel_consts_28 = {
67200     .ob_base = {
67201         .ob_base = {
67202             .ob_refcnt = 999999999,
67203             .ob_type = &PyCode_Type,
67204         },
67205         .ob_size = 57,
67206     },
67207     .co_consts = & codecs_toplevel_consts_28_consts._object.ob_base.ob_base,
67208     .co_names = & codecs_toplevel_consts_28_names._object.ob_base.ob_base,
67209     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
67210     .co_flags = 0,
67211     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
67212     ._co_linearray_entry_size = 0,
67213     .co_argcount = 0,
67214     .co_posonlyargcount = 0,
67215     .co_kwonlyargcount = 0,
67216     .co_stacksize = 2,
67217     .co_firstlineno = 668,
67218     .co_nlocalsplus = 0,
67219     .co_nlocals = 0,
67220     .co_nplaincellvars = 0,
67221     .co_ncellvars = 0,
67222     .co_nfreevars = 0,
67223     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
67224     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
67225     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
67226     .co_name = & const_str_StreamReaderWriter._ascii.ob_base,
67227     .co_qualname = & const_str_StreamReaderWriter._ascii.ob_base,
67228     .co_linetable = & codecs_toplevel_consts_28_linetable.ob_base.ob_base,
67229     ._co_code = NULL,
67230     ._co_linearray = NULL,
67231     .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",
67232     ._co_firsttraceable = 0,
67233 };
67234 static
67235     struct {
67236         PyASCIIObject _ascii;
67237         uint8_t _data[579];
67238     }
67239 codecs_toplevel_consts_30_consts_1 = {
67240     ._ascii = {
67241         .ob_base = {
67242             .ob_refcnt = 999999999,
67243             .ob_type = &PyUnicode_Type,
67244         },
67245         .length = 578,
67246         .hash = -1,
67247         .state = {
67248             .kind = 1,
67249             .compact = 1,
67250             .ascii = 1,
67251             .ready = 1,
67252         },
67253     },
67254     ._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",
67255 };
67256 static
67257     struct {
67258         PyASCIIObject _ascii;
67259         uint8_t _data[746];
67260     }
67261 codecs_toplevel_consts_30_consts_4_consts_0 = {
67262     ._ascii = {
67263         .ob_base = {
67264             .ob_refcnt = 999999999,
67265             .ob_type = &PyUnicode_Type,
67266         },
67267         .length = 745,
67268         .hash = -1,
67269         .state = {
67270             .kind = 1,
67271             .compact = 1,
67272             .ascii = 1,
67273             .ready = 1,
67274         },
67275     },
67276     ._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",
67277 };
67278 static
67279     struct {
67280         PyGC_Head _gc_head;
67281         struct {
67282             PyObject_VAR_HEAD
67283             PyObject *ob_item[2];
67284         }_object;
67285     }
67286 codecs_toplevel_consts_30_consts_4_consts = {
67287     ._object = {
67288         .ob_base = {
67289             .ob_base = {
67290                 .ob_refcnt = 999999999,
67291                 .ob_type = &PyTuple_Type,
67292             },
67293             .ob_size = 2,
67294         },
67295         .ob_item = {
67296             & codecs_toplevel_consts_30_consts_4_consts_0._ascii.ob_base,
67297             Py_None,
67298         },
67299     },
67300 };
67301 static
67302     struct {
67303         PyGC_Head _gc_head;
67304         struct {
67305             PyObject_VAR_HEAD
67306             PyObject *ob_item[6];
67307         }_object;
67308     }
67309 codecs_toplevel_consts_30_consts_4_names = {
67310     ._object = {
67311         .ob_base = {
67312             .ob_base = {
67313                 .ob_refcnt = 999999999,
67314                 .ob_type = &PyTuple_Type,
67315             },
67316             .ob_size = 6,
67317         },
67318         .ob_item = {
67319             & const_str_stream._ascii.ob_base,
67320             &_Py_ID(encode),
67321             &_Py_ID(decode),
67322             & const_str_reader._ascii.ob_base,
67323             & const_str_writer._ascii.ob_base,
67324             &_Py_ID(errors),
67325         },
67326     },
67327 };
67328 static
67329     struct {
67330         PyASCIIObject _ascii;
67331         uint8_t _data[23];
67332     }
67333 codecs_toplevel_consts_30_consts_4_qualname = {
67334     ._ascii = {
67335         .ob_base = {
67336             .ob_refcnt = 999999999,
67337             .ob_type = &PyUnicode_Type,
67338         },
67339         .length = 22,
67340         .hash = -1,
67341         .state = {
67342             .kind = 1,
67343             .compact = 1,
67344             .ascii = 1,
67345             .ready = 1,
67346         },
67347     },
67348     ._data = "StreamRecoder.__init__",
67349 };
67350 static
67351     struct {
67352         PyObject_VAR_HEAD
67353         Py_hash_t ob_shash;
67354         char ob_sval[75];
67355     }
67356 codecs_toplevel_consts_30_consts_4_linetable = {
67357     .ob_base = {
67358         .ob_base = {
67359             .ob_refcnt = 999999999,
67360             .ob_type = &PyBytes_Type,
67361         },
67362         .ob_size = 74,
67363     },
67364     .ob_shash = -1,
67365     .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\xd1\x16\x2c\xd4\x16\x2c\x88\x04\x8c\x0b\xd8\x16\x1c\x90\x66\x98\x56\xa0\x56\xd1\x16\x2c\xd4\x16\x2c\x88\x04\x8c\x0b\xd8\x16\x1c\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
67366 };
67367 static
67368     struct {
67369         PyGC_Head _gc_head;
67370         struct {
67371             PyObject_VAR_HEAD
67372             PyObject *ob_item[7];
67373         }_object;
67374     }
67375 codecs_toplevel_consts_30_consts_4_localsplusnames = {
67376     ._object = {
67377         .ob_base = {
67378             .ob_base = {
67379                 .ob_refcnt = 999999999,
67380                 .ob_type = &PyTuple_Type,
67381             },
67382             .ob_size = 7,
67383         },
67384         .ob_item = {
67385             & const_str_self._ascii.ob_base,
67386             & const_str_stream._ascii.ob_base,
67387             &_Py_ID(encode),
67388             &_Py_ID(decode),
67389             & const_str_Reader._ascii.ob_base,
67390             & const_str_Writer._ascii.ob_base,
67391             &_Py_ID(errors),
67392         },
67393     },
67394 };
67395 static
67396     struct _PyCode_DEF(130)
67397 codecs_toplevel_consts_30_consts_4 = {
67398     .ob_base = {
67399         .ob_base = {
67400             .ob_refcnt = 999999999,
67401             .ob_type = &PyCode_Type,
67402         },
67403         .ob_size = 65,
67404     },
67405     .co_consts = & codecs_toplevel_consts_30_consts_4_consts._object.ob_base.ob_base,
67406     .co_names = & codecs_toplevel_consts_30_consts_4_names._object.ob_base.ob_base,
67407     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
67408     .co_flags = 3,
67409     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
67410     ._co_linearray_entry_size = 0,
67411     .co_argcount = 7,
67412     .co_posonlyargcount = 0,
67413     .co_kwonlyargcount = 0,
67414     .co_stacksize = 4,
67415     .co_firstlineno = 775,
67416     .co_nlocalsplus = 7,
67417     .co_nlocals = 7,
67418     .co_nplaincellvars = 0,
67419     .co_ncellvars = 0,
67420     .co_nfreevars = 0,
67421     .co_localsplusnames = & codecs_toplevel_consts_30_consts_4_localsplusnames._object.ob_base.ob_base,
67422     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
67423     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
67424     .co_name = &_Py_ID(__init__),
67425     .co_qualname = & codecs_toplevel_consts_30_consts_4_qualname._ascii.ob_base,
67426     .co_linetable = & codecs_toplevel_consts_30_consts_4_linetable.ob_base.ob_base,
67427     ._co_code = NULL,
67428     ._co_linearray = NULL,
67429     .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\xa6\x02\x00\x00\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\xa6\x02\x00\x00\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",
67430     ._co_firsttraceable = 0,
67431 };
67432 static
67433     struct {
67434         PyGC_Head _gc_head;
67435         struct {
67436             PyObject_VAR_HEAD
67437             PyObject *ob_item[4];
67438         }_object;
67439     }
67440 codecs_toplevel_consts_30_consts_6_names = {
67441     ._object = {
67442         .ob_base = {
67443             .ob_base = {
67444                 .ob_refcnt = 999999999,
67445                 .ob_type = &PyTuple_Type,
67446             },
67447             .ob_size = 4,
67448         },
67449         .ob_item = {
67450             & const_str_reader._ascii.ob_base,
67451             &_Py_ID(read),
67452             &_Py_ID(encode),
67453             &_Py_ID(errors),
67454         },
67455     },
67456 };
67457 static
67458     struct {
67459         PyASCIIObject _ascii;
67460         uint8_t _data[19];
67461     }
67462 codecs_toplevel_consts_30_consts_6_qualname = {
67463     ._ascii = {
67464         .ob_base = {
67465             .ob_refcnt = 999999999,
67466             .ob_type = &PyUnicode_Type,
67467         },
67468         .length = 18,
67469         .hash = -1,
67470         .state = {
67471             .kind = 1,
67472             .compact = 1,
67473             .ascii = 1,
67474             .ready = 1,
67475         },
67476     },
67477     ._data = "StreamRecoder.read",
67478 };
67479 static
67480     struct {
67481         PyObject_VAR_HEAD
67482         Py_hash_t ob_shash;
67483         char ob_sval[55];
67484     }
67485 codecs_toplevel_consts_30_consts_6_linetable = {
67486     .ob_base = {
67487         .ob_base = {
67488             .ob_refcnt = 999999999,
67489             .ob_type = &PyBytes_Type,
67490         },
67491         .ob_size = 54,
67492     },
67493     .ob_shash = -1,
67494     .ob_sval = "\x80\x00\xe0\x0f\x13\x8c\x7b\xd7\x0f\x1f\xd2\x0f\x1f\xa0\x04\xd1\x0f\x25\xd4\x0f\x25\x88\x04\xd8\x1d\x21\x9f\x5b\x9a\x5b\xa8\x14\xa8\x74\xac\x7b\xd1\x1d\x3b\xd4\x1d\x3b\xd1\x08\x1a\x88\x04\x88\x6c\xd8\x0f\x13\x88\x0b",
67495 };
67496 static
67497     struct {
67498         PyASCIIObject _ascii;
67499         uint8_t _data[13];
67500     }
67501 const_str_bytesencoded = {
67502     ._ascii = {
67503         .ob_base = {
67504             .ob_refcnt = 999999999,
67505             .ob_type = &PyUnicode_Type,
67506         },
67507         .length = 12,
67508         .hash = -1,
67509         .state = {
67510             .kind = 1,
67511             .compact = 1,
67512             .ascii = 1,
67513             .ready = 1,
67514         },
67515     },
67516     ._data = "bytesencoded",
67517 };
67518 static
67519     struct {
67520         PyGC_Head _gc_head;
67521         struct {
67522             PyObject_VAR_HEAD
67523             PyObject *ob_item[4];
67524         }_object;
67525     }
67526 codecs_toplevel_consts_30_consts_6_localsplusnames = {
67527     ._object = {
67528         .ob_base = {
67529             .ob_base = {
67530                 .ob_refcnt = 999999999,
67531                 .ob_type = &PyTuple_Type,
67532             },
67533             .ob_size = 4,
67534         },
67535         .ob_item = {
67536             & const_str_self._ascii.ob_base,
67537             & const_str_size._ascii.ob_base,
67538             & const_str_data._ascii.ob_base,
67539             & const_str_bytesencoded._ascii.ob_base,
67540         },
67541     },
67542 };
67543 static
67544     struct _PyCode_DEF(118)
67545 codecs_toplevel_consts_30_consts_6 = {
67546     .ob_base = {
67547         .ob_base = {
67548             .ob_refcnt = 999999999,
67549             .ob_type = &PyCode_Type,
67550         },
67551         .ob_size = 59,
67552     },
67553     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
67554     .co_names = & codecs_toplevel_consts_30_consts_6_names._object.ob_base.ob_base,
67555     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
67556     .co_flags = 3,
67557     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
67558     ._co_linearray_entry_size = 0,
67559     .co_argcount = 2,
67560     .co_posonlyargcount = 0,
67561     .co_kwonlyargcount = 0,
67562     .co_stacksize = 4,
67563     .co_firstlineno = 803,
67564     .co_nlocalsplus = 4,
67565     .co_nlocals = 4,
67566     .co_nplaincellvars = 0,
67567     .co_ncellvars = 0,
67568     .co_nfreevars = 0,
67569     .co_localsplusnames = & codecs_toplevel_consts_30_consts_6_localsplusnames._object.ob_base.ob_base,
67570     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
67571     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
67572     .co_name = &_Py_ID(read),
67573     .co_qualname = & codecs_toplevel_consts_30_consts_6_qualname._ascii.ob_base,
67574     .co_linetable = & codecs_toplevel_consts_30_consts_6_linetable.ob_base.ob_base,
67575     ._co_code = NULL,
67576     ._co_linearray = NULL,
67577     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x02\x53\x00",
67578     ._co_firsttraceable = 0,
67579 };
67580 static
67581     struct {
67582         PyGC_Head _gc_head;
67583         struct {
67584             PyObject_VAR_HEAD
67585             PyObject *ob_item[4];
67586         }_object;
67587     }
67588 codecs_toplevel_consts_30_consts_8_names = {
67589     ._object = {
67590         .ob_base = {
67591             .ob_base = {
67592                 .ob_refcnt = 999999999,
67593                 .ob_type = &PyTuple_Type,
67594             },
67595             .ob_size = 4,
67596         },
67597         .ob_item = {
67598             & const_str_reader._ascii.ob_base,
67599             &_Py_ID(readline),
67600             &_Py_ID(encode),
67601             &_Py_ID(errors),
67602         },
67603     },
67604 };
67605 static
67606     struct {
67607         PyASCIIObject _ascii;
67608         uint8_t _data[23];
67609     }
67610 codecs_toplevel_consts_30_consts_8_qualname = {
67611     ._ascii = {
67612         .ob_base = {
67613             .ob_refcnt = 999999999,
67614             .ob_type = &PyUnicode_Type,
67615         },
67616         .length = 22,
67617         .hash = -1,
67618         .state = {
67619             .kind = 1,
67620             .compact = 1,
67621             .ascii = 1,
67622             .ready = 1,
67623         },
67624     },
67625     ._data = "StreamRecoder.readline",
67626 };
67627 static
67628     struct {
67629         PyObject_VAR_HEAD
67630         Py_hash_t ob_shash;
67631         char ob_sval[81];
67632     }
67633 codecs_toplevel_consts_30_consts_8_linetable = {
67634     .ob_base = {
67635         .ob_base = {
67636             .ob_refcnt = 999999999,
67637             .ob_type = &PyBytes_Type,
67638         },
67639         .ob_size = 80,
67640     },
67641     .ob_shash = -1,
67642     .ob_sval = "\x80\x00\xe0\x0b\x0f\x88\x3c\xd8\x13\x17\x94\x3b\xd7\x13\x27\xd2\x13\x27\xd1\x13\x29\xd4\x13\x29\x88\x44\x88\x44\xe0\x13\x17\x94\x3b\xd7\x13\x27\xd2\x13\x27\xa8\x04\xd1\x13\x2d\xd4\x13\x2d\x88\x44\xd8\x1d\x21\x9f\x5b\x9a\x5b\xa8\x14\xa8\x74\xac\x7b\xd1\x1d\x3b\xd4\x1d\x3b\xd1\x08\x1a\x88\x04\x88\x6c\xd8\x0f\x13\x88\x0b",
67643 };
67644 static
67645     struct _PyCode_DEF(174)
67646 codecs_toplevel_consts_30_consts_8 = {
67647     .ob_base = {
67648         .ob_base = {
67649             .ob_refcnt = 999999999,
67650             .ob_type = &PyCode_Type,
67651         },
67652         .ob_size = 87,
67653     },
67654     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
67655     .co_names = & codecs_toplevel_consts_30_consts_8_names._object.ob_base.ob_base,
67656     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
67657     .co_flags = 3,
67658     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
67659     ._co_linearray_entry_size = 0,
67660     .co_argcount = 2,
67661     .co_posonlyargcount = 0,
67662     .co_kwonlyargcount = 0,
67663     .co_stacksize = 4,
67664     .co_firstlineno = 809,
67665     .co_nlocalsplus = 4,
67666     .co_nlocals = 4,
67667     .co_nplaincellvars = 0,
67668     .co_ncellvars = 0,
67669     .co_nfreevars = 0,
67670     .co_localsplusnames = & codecs_toplevel_consts_30_consts_6_localsplusnames._object.ob_base.ob_base,
67671     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
67672     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
67673     .co_name = &_Py_ID(readline),
67674     .co_qualname = & codecs_toplevel_consts_30_consts_8_qualname._ascii.ob_base,
67675     .co_linetable = & codecs_toplevel_consts_30_consts_8_linetable.ob_base.ob_base,
67676     ._co_code = NULL,
67677     ._co_linearray = NULL,
67678     .co_code_adaptive = "\x97\x00\x7c\x01\x80\x1a\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x6e\x1a\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x02\x53\x00",
67679     ._co_firsttraceable = 0,
67680 };
67681 static
67682     struct {
67683         PyGC_Head _gc_head;
67684         struct {
67685             PyObject_VAR_HEAD
67686             PyObject *ob_item[3];
67687         }_object;
67688     }
67689 codecs_toplevel_consts_30_consts_9_consts = {
67690     ._object = {
67691         .ob_base = {
67692             .ob_base = {
67693                 .ob_refcnt = 999999999,
67694                 .ob_type = &PyTuple_Type,
67695             },
67696             .ob_size = 3,
67697         },
67698         .ob_item = {
67699             Py_None,
67700             Py_True,
67701             & codecs_toplevel_consts_26_consts_6_consts_4._object.ob_base.ob_base,
67702         },
67703     },
67704 };
67705 static
67706     struct {
67707         PyGC_Head _gc_head;
67708         struct {
67709             PyObject_VAR_HEAD
67710             PyObject *ob_item[5];
67711         }_object;
67712     }
67713 codecs_toplevel_consts_30_consts_9_names = {
67714     ._object = {
67715         .ob_base = {
67716             .ob_base = {
67717                 .ob_refcnt = 999999999,
67718                 .ob_type = &PyTuple_Type,
67719             },
67720             .ob_size = 5,
67721         },
67722         .ob_item = {
67723             & const_str_reader._ascii.ob_base,
67724             &_Py_ID(read),
67725             &_Py_ID(encode),
67726             &_Py_ID(errors),
67727             & const_str_splitlines._ascii.ob_base,
67728         },
67729     },
67730 };
67731 static
67732     struct {
67733         PyASCIIObject _ascii;
67734         uint8_t _data[24];
67735     }
67736 codecs_toplevel_consts_30_consts_9_qualname = {
67737     ._ascii = {
67738         .ob_base = {
67739             .ob_refcnt = 999999999,
67740             .ob_type = &PyUnicode_Type,
67741         },
67742         .length = 23,
67743         .hash = -1,
67744         .state = {
67745             .kind = 1,
67746             .compact = 1,
67747             .ascii = 1,
67748             .ready = 1,
67749         },
67750     },
67751     ._data = "StreamRecoder.readlines",
67752 };
67753 static
67754     struct {
67755         PyObject_VAR_HEAD
67756         Py_hash_t ob_shash;
67757         char ob_sval[68];
67758     }
67759 codecs_toplevel_consts_30_consts_9_linetable = {
67760     .ob_base = {
67761         .ob_base = {
67762             .ob_refcnt = 999999999,
67763             .ob_type = &PyBytes_Type,
67764         },
67765         .ob_size = 67,
67766     },
67767     .ob_shash = -1,
67768     .ob_sval = "\x80\x00\xe0\x0f\x13\x8c\x7b\xd7\x0f\x1f\xd2\x0f\x1f\xd1\x0f\x21\xd4\x0f\x21\x88\x04\xd8\x1d\x21\x9f\x5b\x9a\x5b\xa8\x14\xa8\x74\xac\x7b\xd1\x1d\x3b\xd4\x1d\x3b\xd1\x08\x1a\x88\x04\x88\x6c\xd8\x0f\x13\x8f\x7f\x8a\x7f\xa8\x04\x88\x7f\xd1\x0f\x2d\xd4\x0f\x2d\xd0\x08\x2d",
67769 };
67770 static
67771     struct {
67772         PyGC_Head _gc_head;
67773         struct {
67774             PyObject_VAR_HEAD
67775             PyObject *ob_item[4];
67776         }_object;
67777     }
67778 codecs_toplevel_consts_30_consts_9_localsplusnames = {
67779     ._object = {
67780         .ob_base = {
67781             .ob_base = {
67782                 .ob_refcnt = 999999999,
67783                 .ob_type = &PyTuple_Type,
67784             },
67785             .ob_size = 4,
67786         },
67787         .ob_item = {
67788             & const_str_self._ascii.ob_base,
67789             & const_str_sizehint._ascii.ob_base,
67790             & const_str_data._ascii.ob_base,
67791             & const_str_bytesencoded._ascii.ob_base,
67792         },
67793     },
67794 };
67795 static
67796     struct _PyCode_DEF(156)
67797 codecs_toplevel_consts_30_consts_9 = {
67798     .ob_base = {
67799         .ob_base = {
67800             .ob_refcnt = 999999999,
67801             .ob_type = &PyCode_Type,
67802         },
67803         .ob_size = 78,
67804     },
67805     .co_consts = & codecs_toplevel_consts_30_consts_9_consts._object.ob_base.ob_base,
67806     .co_names = & codecs_toplevel_consts_30_consts_9_names._object.ob_base.ob_base,
67807     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
67808     .co_flags = 3,
67809     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
67810     ._co_linearray_entry_size = 0,
67811     .co_argcount = 2,
67812     .co_posonlyargcount = 0,
67813     .co_kwonlyargcount = 0,
67814     .co_stacksize = 4,
67815     .co_firstlineno = 818,
67816     .co_nlocalsplus = 4,
67817     .co_nlocals = 4,
67818     .co_nplaincellvars = 0,
67819     .co_ncellvars = 0,
67820     .co_nfreevars = 0,
67821     .co_localsplusnames = & codecs_toplevel_consts_30_consts_9_localsplusnames._object.ob_base.ob_base,
67822     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
67823     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
67824     .co_name = & const_str_readlines._ascii.ob_base,
67825     .co_qualname = & codecs_toplevel_consts_30_consts_9_qualname._ascii.ob_base,
67826     .co_linetable = & codecs_toplevel_consts_30_consts_9_linetable.ob_base.ob_base,
67827     ._co_code = NULL,
67828     ._co_linearray = NULL,
67829     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x02\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xac\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
67830     ._co_firsttraceable = 0,
67831 };
67832 static
67833     struct {
67834         PyGC_Head _gc_head;
67835         struct {
67836             PyObject_VAR_HEAD
67837             PyObject *ob_item[4];
67838         }_object;
67839     }
67840 codecs_toplevel_consts_30_consts_10_names = {
67841     ._object = {
67842         .ob_base = {
67843             .ob_base = {
67844                 .ob_refcnt = 999999999,
67845                 .ob_type = &PyTuple_Type,
67846             },
67847             .ob_size = 4,
67848         },
67849         .ob_item = {
67850             &_Py_ID(next),
67851             & const_str_reader._ascii.ob_base,
67852             &_Py_ID(encode),
67853             &_Py_ID(errors),
67854         },
67855     },
67856 };
67857 static
67858     struct {
67859         PyASCIIObject _ascii;
67860         uint8_t _data[23];
67861     }
67862 codecs_toplevel_consts_30_consts_10_qualname = {
67863     ._ascii = {
67864         .ob_base = {
67865             .ob_refcnt = 999999999,
67866             .ob_type = &PyUnicode_Type,
67867         },
67868         .length = 22,
67869         .hash = -1,
67870         .state = {
67871             .kind = 1,
67872             .compact = 1,
67873             .ascii = 1,
67874             .ready = 1,
67875         },
67876     },
67877     ._data = "StreamRecoder.__next__",
67878 };
67879 static
67880     struct {
67881         PyObject_VAR_HEAD
67882         Py_hash_t ob_shash;
67883         char ob_sval[51];
67884     }
67885 codecs_toplevel_consts_30_consts_10_linetable = {
67886     .ob_base = {
67887         .ob_base = {
67888             .ob_refcnt = 999999999,
67889             .ob_type = &PyBytes_Type,
67890         },
67891         .ob_size = 50,
67892     },
67893     .ob_shash = -1,
67894     .ob_sval = "\x80\x00\xf5\x06\x00\x10\x14\x90\x44\x94\x4b\xd1\x0f\x20\xd4\x0f\x20\x88\x04\xd8\x1d\x21\x9f\x5b\x9a\x5b\xa8\x14\xa8\x74\xac\x7b\xd1\x1d\x3b\xd4\x1d\x3b\xd1\x08\x1a\x88\x04\x88\x6c\xd8\x0f\x13\x88\x0b",
67895 };
67896 static
67897     struct {
67898         PyGC_Head _gc_head;
67899         struct {
67900             PyObject_VAR_HEAD
67901             PyObject *ob_item[3];
67902         }_object;
67903     }
67904 codecs_toplevel_consts_30_consts_10_localsplusnames = {
67905     ._object = {
67906         .ob_base = {
67907             .ob_base = {
67908                 .ob_refcnt = 999999999,
67909                 .ob_type = &PyTuple_Type,
67910             },
67911             .ob_size = 3,
67912         },
67913         .ob_item = {
67914             & const_str_self._ascii.ob_base,
67915             & const_str_data._ascii.ob_base,
67916             & const_str_bytesencoded._ascii.ob_base,
67917         },
67918     },
67919 };
67920 static
67921     struct _PyCode_DEF(106)
67922 codecs_toplevel_consts_30_consts_10 = {
67923     .ob_base = {
67924         .ob_base = {
67925             .ob_refcnt = 999999999,
67926             .ob_type = &PyCode_Type,
67927         },
67928         .ob_size = 53,
67929     },
67930     .co_consts = & codecs_toplevel_consts_26_consts_14_consts._object.ob_base.ob_base,
67931     .co_names = & codecs_toplevel_consts_30_consts_10_names._object.ob_base.ob_base,
67932     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
67933     .co_flags = 3,
67934     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
67935     ._co_linearray_entry_size = 0,
67936     .co_argcount = 1,
67937     .co_posonlyargcount = 0,
67938     .co_kwonlyargcount = 0,
67939     .co_stacksize = 4,
67940     .co_firstlineno = 824,
67941     .co_nlocalsplus = 3,
67942     .co_nlocals = 3,
67943     .co_nplaincellvars = 0,
67944     .co_ncellvars = 0,
67945     .co_nfreevars = 0,
67946     .co_localsplusnames = & codecs_toplevel_consts_30_consts_10_localsplusnames._object.ob_base.ob_base,
67947     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
67948     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
67949     .co_name = &_Py_ID(__next__),
67950     .co_qualname = & codecs_toplevel_consts_30_consts_10_qualname._ascii.ob_base,
67951     .co_linetable = & codecs_toplevel_consts_30_consts_10_linetable.ob_base.ob_base,
67952     ._co_code = NULL,
67953     ._co_linearray = NULL,
67954     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x02\x7c\x01\x53\x00",
67955     ._co_firsttraceable = 0,
67956 };
67957 static
67958     struct {
67959         PyASCIIObject _ascii;
67960         uint8_t _data[23];
67961     }
67962 codecs_toplevel_consts_30_consts_11_qualname = {
67963     ._ascii = {
67964         .ob_base = {
67965             .ob_refcnt = 999999999,
67966             .ob_type = &PyUnicode_Type,
67967         },
67968         .length = 22,
67969         .hash = -1,
67970         .state = {
67971             .kind = 1,
67972             .compact = 1,
67973             .ascii = 1,
67974             .ready = 1,
67975         },
67976     },
67977     ._data = "StreamRecoder.__iter__",
67978 };
67979 static
67980     struct _PyCode_DEF(6)
67981 codecs_toplevel_consts_30_consts_11 = {
67982     .ob_base = {
67983         .ob_base = {
67984             .ob_refcnt = 999999999,
67985             .ob_type = &PyCode_Type,
67986         },
67987         .ob_size = 3,
67988     },
67989     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
67990     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
67991     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
67992     .co_flags = 3,
67993     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
67994     ._co_linearray_entry_size = 0,
67995     .co_argcount = 1,
67996     .co_posonlyargcount = 0,
67997     .co_kwonlyargcount = 0,
67998     .co_stacksize = 1,
67999     .co_firstlineno = 831,
68000     .co_nlocalsplus = 1,
68001     .co_nlocals = 1,
68002     .co_nplaincellvars = 0,
68003     .co_ncellvars = 0,
68004     .co_nfreevars = 0,
68005     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
68006     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
68007     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
68008     .co_name = &_Py_ID(__iter__),
68009     .co_qualname = & codecs_toplevel_consts_30_consts_11_qualname._ascii.ob_base,
68010     .co_linetable = & codecs_toplevel_consts_24_consts_9_linetable.ob_base.ob_base,
68011     ._co_code = NULL,
68012     ._co_linearray = NULL,
68013     .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
68014     ._co_firsttraceable = 0,
68015 };
68016 static
68017     struct {
68018         PyGC_Head _gc_head;
68019         struct {
68020             PyObject_VAR_HEAD
68021             PyObject *ob_item[4];
68022         }_object;
68023     }
68024 codecs_toplevel_consts_30_consts_12_names = {
68025     ._object = {
68026         .ob_base = {
68027             .ob_base = {
68028                 .ob_refcnt = 999999999,
68029                 .ob_type = &PyTuple_Type,
68030             },
68031             .ob_size = 4,
68032         },
68033         .ob_item = {
68034             &_Py_ID(decode),
68035             &_Py_ID(errors),
68036             & const_str_writer._ascii.ob_base,
68037             &_Py_ID(write),
68038         },
68039     },
68040 };
68041 static
68042     struct {
68043         PyASCIIObject _ascii;
68044         uint8_t _data[20];
68045     }
68046 codecs_toplevel_consts_30_consts_12_qualname = {
68047     ._ascii = {
68048         .ob_base = {
68049             .ob_refcnt = 999999999,
68050             .ob_type = &PyUnicode_Type,
68051         },
68052         .length = 19,
68053         .hash = -1,
68054         .state = {
68055             .kind = 1,
68056             .compact = 1,
68057             .ascii = 1,
68058             .ready = 1,
68059         },
68060     },
68061     ._data = "StreamRecoder.write",
68062 };
68063 static
68064     struct {
68065         PyObject_VAR_HEAD
68066         Py_hash_t ob_shash;
68067         char ob_sval[51];
68068     }
68069 codecs_toplevel_consts_30_consts_12_linetable = {
68070     .ob_base = {
68071         .ob_base = {
68072             .ob_refcnt = 999999999,
68073             .ob_type = &PyBytes_Type,
68074         },
68075         .ob_size = 50,
68076     },
68077     .ob_shash = -1,
68078     .ob_sval = "\x80\x00\xe0\x1d\x21\x9f\x5b\x9a\x5b\xa8\x14\xa8\x74\xac\x7b\xd1\x1d\x3b\xd4\x1d\x3b\xd1\x08\x1a\x88\x04\x88\x6c\xd8\x0f\x13\x8c\x7b\xd7\x0f\x20\xd2\x0f\x20\xa0\x14\xd1\x0f\x26\xd4\x0f\x26\xd0\x08\x26",
68079 };
68080 static
68081     struct {
68082         PyASCIIObject _ascii;
68083         uint8_t _data[13];
68084     }
68085 const_str_bytesdecoded = {
68086     ._ascii = {
68087         .ob_base = {
68088             .ob_refcnt = 999999999,
68089             .ob_type = &PyUnicode_Type,
68090         },
68091         .length = 12,
68092         .hash = -1,
68093         .state = {
68094             .kind = 1,
68095             .compact = 1,
68096             .ascii = 1,
68097             .ready = 1,
68098         },
68099     },
68100     ._data = "bytesdecoded",
68101 };
68102 static
68103     struct {
68104         PyGC_Head _gc_head;
68105         struct {
68106             PyObject_VAR_HEAD
68107             PyObject *ob_item[3];
68108         }_object;
68109     }
68110 codecs_toplevel_consts_30_consts_12_localsplusnames = {
68111     ._object = {
68112         .ob_base = {
68113             .ob_base = {
68114                 .ob_refcnt = 999999999,
68115                 .ob_type = &PyTuple_Type,
68116             },
68117             .ob_size = 3,
68118         },
68119         .ob_item = {
68120             & const_str_self._ascii.ob_base,
68121             & const_str_data._ascii.ob_base,
68122             & const_str_bytesdecoded._ascii.ob_base,
68123         },
68124     },
68125 };
68126 static
68127     struct _PyCode_DEF(114)
68128 codecs_toplevel_consts_30_consts_12 = {
68129     .ob_base = {
68130         .ob_base = {
68131             .ob_refcnt = 999999999,
68132             .ob_type = &PyCode_Type,
68133         },
68134         .ob_size = 57,
68135     },
68136     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
68137     .co_names = & codecs_toplevel_consts_30_consts_12_names._object.ob_base.ob_base,
68138     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
68139     .co_flags = 3,
68140     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
68141     ._co_linearray_entry_size = 0,
68142     .co_argcount = 2,
68143     .co_posonlyargcount = 0,
68144     .co_kwonlyargcount = 0,
68145     .co_stacksize = 4,
68146     .co_firstlineno = 834,
68147     .co_nlocalsplus = 3,
68148     .co_nlocals = 3,
68149     .co_nplaincellvars = 0,
68150     .co_ncellvars = 0,
68151     .co_nfreevars = 0,
68152     .co_localsplusnames = & codecs_toplevel_consts_30_consts_12_localsplusnames._object.ob_base.ob_base,
68153     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
68154     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
68155     .co_name = &_Py_ID(write),
68156     .co_qualname = & codecs_toplevel_consts_30_consts_12_qualname._ascii.ob_base,
68157     .co_linetable = & codecs_toplevel_consts_30_consts_12_linetable.ob_base.ob_base,
68158     ._co_code = NULL,
68159     ._co_linearray = NULL,
68160     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x02\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
68161     ._co_firsttraceable = 0,
68162 };
68163 static
68164     struct {
68165         PyGC_Head _gc_head;
68166         struct {
68167             PyObject_VAR_HEAD
68168             PyObject *ob_item[5];
68169         }_object;
68170     }
68171 codecs_toplevel_consts_30_consts_13_names = {
68172     ._object = {
68173         .ob_base = {
68174             .ob_base = {
68175                 .ob_refcnt = 999999999,
68176                 .ob_type = &PyTuple_Type,
68177             },
68178             .ob_size = 5,
68179         },
68180         .ob_item = {
68181             &_Py_ID(join),
68182             &_Py_ID(decode),
68183             &_Py_ID(errors),
68184             & const_str_writer._ascii.ob_base,
68185             &_Py_ID(write),
68186         },
68187     },
68188 };
68189 static
68190     struct {
68191         PyASCIIObject _ascii;
68192         uint8_t _data[25];
68193     }
68194 codecs_toplevel_consts_30_consts_13_qualname = {
68195     ._ascii = {
68196         .ob_base = {
68197             .ob_refcnt = 999999999,
68198             .ob_type = &PyUnicode_Type,
68199         },
68200         .length = 24,
68201         .hash = -1,
68202         .state = {
68203             .kind = 1,
68204             .compact = 1,
68205             .ascii = 1,
68206             .ready = 1,
68207         },
68208     },
68209     ._data = "StreamRecoder.writelines",
68210 };
68211 static
68212     struct {
68213         PyObject_VAR_HEAD
68214         Py_hash_t ob_shash;
68215         char ob_sval[66];
68216     }
68217 codecs_toplevel_consts_30_consts_13_linetable = {
68218     .ob_base = {
68219         .ob_base = {
68220             .ob_refcnt = 999999999,
68221             .ob_type = &PyBytes_Type,
68222         },
68223         .ob_size = 65,
68224     },
68225     .ob_shash = -1,
68226     .ob_sval = "\x80\x00\xe0\x0f\x12\x8f\x78\x8a\x78\x98\x04\x89\x7e\x8c\x7e\x88\x04\xd8\x1d\x21\x9f\x5b\x9a\x5b\xa8\x14\xa8\x74\xac\x7b\xd1\x1d\x3b\xd4\x1d\x3b\xd1\x08\x1a\x88\x04\x88\x6c\xd8\x0f\x13\x8c\x7b\xd7\x0f\x20\xd2\x0f\x20\xa0\x14\xd1\x0f\x26\xd4\x0f\x26\xd0\x08\x26",
68227 };
68228 static
68229     struct {
68230         PyGC_Head _gc_head;
68231         struct {
68232             PyObject_VAR_HEAD
68233             PyObject *ob_item[4];
68234         }_object;
68235     }
68236 codecs_toplevel_consts_30_consts_13_localsplusnames = {
68237     ._object = {
68238         .ob_base = {
68239             .ob_base = {
68240                 .ob_refcnt = 999999999,
68241                 .ob_type = &PyTuple_Type,
68242             },
68243             .ob_size = 4,
68244         },
68245         .ob_item = {
68246             & const_str_self._ascii.ob_base,
68247             & const_str_list._ascii.ob_base,
68248             & const_str_data._ascii.ob_base,
68249             & const_str_bytesdecoded._ascii.ob_base,
68250         },
68251     },
68252 };
68253 static
68254     struct _PyCode_DEF(156)
68255 codecs_toplevel_consts_30_consts_13 = {
68256     .ob_base = {
68257         .ob_base = {
68258             .ob_refcnt = 999999999,
68259             .ob_type = &PyCode_Type,
68260         },
68261         .ob_size = 78,
68262     },
68263     .co_consts = & codecs_toplevel_consts_22_consts_3_consts._object.ob_base.ob_base,
68264     .co_names = & codecs_toplevel_consts_30_consts_13_names._object.ob_base.ob_base,
68265     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
68266     .co_flags = 3,
68267     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
68268     ._co_linearray_entry_size = 0,
68269     .co_argcount = 2,
68270     .co_posonlyargcount = 0,
68271     .co_kwonlyargcount = 0,
68272     .co_stacksize = 4,
68273     .co_firstlineno = 839,
68274     .co_nlocalsplus = 4,
68275     .co_nlocals = 4,
68276     .co_nplaincellvars = 0,
68277     .co_ncellvars = 0,
68278     .co_nfreevars = 0,
68279     .co_localsplusnames = & codecs_toplevel_consts_30_consts_13_localsplusnames._object.ob_base.ob_base,
68280     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
68281     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
68282     .co_name = & const_str_writelines._ascii.ob_base,
68283     .co_qualname = & codecs_toplevel_consts_30_consts_13_qualname._ascii.ob_base,
68284     .co_linetable = & codecs_toplevel_consts_30_consts_13_linetable.ob_base.ob_base,
68285     ._co_code = NULL,
68286     ._co_linearray = NULL,
68287     .co_code_adaptive = "\x97\x00\x64\x01\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
68288     ._co_firsttraceable = 0,
68289 };
68290 static
68291     struct {
68292         PyASCIIObject _ascii;
68293         uint8_t _data[20];
68294     }
68295 codecs_toplevel_consts_30_consts_14_qualname = {
68296     ._ascii = {
68297         .ob_base = {
68298             .ob_refcnt = 999999999,
68299             .ob_type = &PyUnicode_Type,
68300         },
68301         .length = 19,
68302         .hash = -1,
68303         .state = {
68304             .kind = 1,
68305             .compact = 1,
68306             .ascii = 1,
68307             .ready = 1,
68308         },
68309     },
68310     ._data = "StreamRecoder.reset",
68311 };
68312 static
68313     struct _PyCode_DEF(106)
68314 codecs_toplevel_consts_30_consts_14 = {
68315     .ob_base = {
68316         .ob_base = {
68317             .ob_refcnt = 999999999,
68318             .ob_type = &PyCode_Type,
68319         },
68320         .ob_size = 53,
68321     },
68322     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
68323     .co_names = & codecs_toplevel_consts_28_consts_14_names._object.ob_base.ob_base,
68324     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
68325     .co_flags = 3,
68326     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
68327     ._co_linearray_entry_size = 0,
68328     .co_argcount = 1,
68329     .co_posonlyargcount = 0,
68330     .co_kwonlyargcount = 0,
68331     .co_stacksize = 2,
68332     .co_firstlineno = 845,
68333     .co_nlocalsplus = 1,
68334     .co_nlocals = 1,
68335     .co_nplaincellvars = 0,
68336     .co_ncellvars = 0,
68337     .co_nfreevars = 0,
68338     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
68339     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
68340     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
68341     .co_name = &_Py_ID(reset),
68342     .co_qualname = & codecs_toplevel_consts_30_consts_14_qualname._ascii.ob_base,
68343     .co_linetable = & codecs_toplevel_consts_28_consts_14_linetable.ob_base.ob_base,
68344     ._co_code = NULL,
68345     ._co_linearray = NULL,
68346     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
68347     ._co_firsttraceable = 0,
68348 };
68349 static
68350     struct {
68351         PyGC_Head _gc_head;
68352         struct {
68353             PyObject_VAR_HEAD
68354             PyObject *ob_item[3];
68355         }_object;
68356     }
68357 codecs_toplevel_consts_30_consts_16_names = {
68358     ._object = {
68359         .ob_base = {
68360             .ob_base = {
68361                 .ob_refcnt = 999999999,
68362                 .ob_type = &PyTuple_Type,
68363             },
68364             .ob_size = 3,
68365         },
68366         .ob_item = {
68367             & const_str_reader._ascii.ob_base,
68368             &_Py_ID(seek),
68369             & const_str_writer._ascii.ob_base,
68370         },
68371     },
68372 };
68373 static
68374     struct {
68375         PyASCIIObject _ascii;
68376         uint8_t _data[19];
68377     }
68378 codecs_toplevel_consts_30_consts_16_qualname = {
68379     ._ascii = {
68380         .ob_base = {
68381             .ob_refcnt = 999999999,
68382             .ob_type = &PyUnicode_Type,
68383         },
68384         .length = 18,
68385         .hash = -1,
68386         .state = {
68387             .kind = 1,
68388             .compact = 1,
68389             .ascii = 1,
68390             .ready = 1,
68391         },
68392     },
68393     ._data = "StreamRecoder.seek",
68394 };
68395 static
68396     struct {
68397         PyObject_VAR_HEAD
68398         Py_hash_t ob_shash;
68399         char ob_sval[59];
68400     }
68401 codecs_toplevel_consts_30_consts_16_linetable = {
68402     .ob_base = {
68403         .ob_base = {
68404             .ob_refcnt = 999999999,
68405             .ob_type = &PyBytes_Type,
68406         },
68407         .ob_size = 58,
68408     },
68409     .ob_shash = -1,
68410     .ob_sval = "\x80\x00\xf0\x06\x00\x09\x0d\x8c\x0b\xd7\x08\x18\xd2\x08\x18\x98\x16\xa0\x16\xd1\x08\x28\xd4\x08\x28\xd0\x08\x28\xd8\x08\x0c\x8c\x0b\xd7\x08\x18\xd2\x08\x18\x98\x16\xa0\x16\xd1\x08\x28\xd4\x08\x28\xd0\x08\x28\xd0\x08\x28\xd0\x08\x28",
68411 };
68412 static
68413     struct _PyCode_DEF(114)
68414 codecs_toplevel_consts_30_consts_16 = {
68415     .ob_base = {
68416         .ob_base = {
68417             .ob_refcnt = 999999999,
68418             .ob_type = &PyCode_Type,
68419         },
68420         .ob_size = 57,
68421     },
68422     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
68423     .co_names = & codecs_toplevel_consts_30_consts_16_names._object.ob_base.ob_base,
68424     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
68425     .co_flags = 3,
68426     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
68427     ._co_linearray_entry_size = 0,
68428     .co_argcount = 3,
68429     .co_posonlyargcount = 0,
68430     .co_kwonlyargcount = 0,
68431     .co_stacksize = 4,
68432     .co_firstlineno = 850,
68433     .co_nlocalsplus = 3,
68434     .co_nlocals = 3,
68435     .co_nplaincellvars = 0,
68436     .co_ncellvars = 0,
68437     .co_nfreevars = 0,
68438     .co_localsplusnames = & codecs_toplevel_consts_24_consts_7_localsplusnames._object.ob_base.ob_base,
68439     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
68440     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
68441     .co_name = &_Py_ID(seek),
68442     .co_qualname = & codecs_toplevel_consts_30_consts_16_qualname._ascii.ob_base,
68443     .co_linetable = & codecs_toplevel_consts_30_consts_16_linetable.ob_base.ob_base,
68444     ._co_code = NULL,
68445     ._co_linearray = NULL,
68446     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
68447     ._co_firsttraceable = 0,
68448 };
68449 static
68450     struct {
68451         PyASCIIObject _ascii;
68452         uint8_t _data[26];
68453     }
68454 codecs_toplevel_consts_30_consts_17_qualname = {
68455     ._ascii = {
68456         .ob_base = {
68457             .ob_refcnt = 999999999,
68458             .ob_type = &PyUnicode_Type,
68459         },
68460         .length = 25,
68461         .hash = -1,
68462         .state = {
68463             .kind = 1,
68464             .compact = 1,
68465             .ascii = 1,
68466             .ready = 1,
68467         },
68468     },
68469     ._data = "StreamRecoder.__getattr__",
68470 };
68471 static
68472     struct _PyCode_DEF(36)
68473 codecs_toplevel_consts_30_consts_17 = {
68474     .ob_base = {
68475         .ob_base = {
68476             .ob_refcnt = 999999999,
68477             .ob_type = &PyCode_Type,
68478         },
68479         .ob_size = 18,
68480     },
68481     .co_consts = & codecs_toplevel_consts_24_consts_8_consts._object.ob_base.ob_base,
68482     .co_names = & codecs_toplevel_consts_24_consts_8_names._object.ob_base.ob_base,
68483     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
68484     .co_flags = 3,
68485     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
68486     ._co_linearray_entry_size = 0,
68487     .co_argcount = 3,
68488     .co_posonlyargcount = 0,
68489     .co_kwonlyargcount = 0,
68490     .co_stacksize = 4,
68491     .co_firstlineno = 856,
68492     .co_nlocalsplus = 3,
68493     .co_nlocals = 3,
68494     .co_nplaincellvars = 0,
68495     .co_ncellvars = 0,
68496     .co_nfreevars = 0,
68497     .co_localsplusnames = & codecs_toplevel_consts_24_consts_8_localsplusnames._object.ob_base.ob_base,
68498     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
68499     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
68500     .co_name = &_Py_ID(__getattr__),
68501     .co_qualname = & codecs_toplevel_consts_30_consts_17_qualname._ascii.ob_base,
68502     .co_linetable = & codecs_toplevel_consts_24_consts_8_linetable.ob_base.ob_base,
68503     ._co_code = NULL,
68504     ._co_linearray = NULL,
68505     .co_code_adaptive = "\x97\x00\x02\x00\x7c\x02\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
68506     ._co_firsttraceable = 0,
68507 };
68508 static
68509     struct {
68510         PyASCIIObject _ascii;
68511         uint8_t _data[24];
68512     }
68513 codecs_toplevel_consts_30_consts_18_qualname = {
68514     ._ascii = {
68515         .ob_base = {
68516             .ob_refcnt = 999999999,
68517             .ob_type = &PyUnicode_Type,
68518         },
68519         .length = 23,
68520         .hash = -1,
68521         .state = {
68522             .kind = 1,
68523             .compact = 1,
68524             .ascii = 1,
68525             .ready = 1,
68526         },
68527     },
68528     ._data = "StreamRecoder.__enter__",
68529 };
68530 static
68531     struct _PyCode_DEF(6)
68532 codecs_toplevel_consts_30_consts_18 = {
68533     .ob_base = {
68534         .ob_base = {
68535             .ob_refcnt = 999999999,
68536             .ob_type = &PyCode_Type,
68537         },
68538         .ob_size = 3,
68539     },
68540     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
68541     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
68542     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
68543     .co_flags = 3,
68544     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
68545     ._co_linearray_entry_size = 0,
68546     .co_argcount = 1,
68547     .co_posonlyargcount = 0,
68548     .co_kwonlyargcount = 0,
68549     .co_stacksize = 1,
68550     .co_firstlineno = 863,
68551     .co_nlocalsplus = 1,
68552     .co_nlocals = 1,
68553     .co_nplaincellvars = 0,
68554     .co_ncellvars = 0,
68555     .co_nfreevars = 0,
68556     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
68557     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
68558     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
68559     .co_name = &_Py_ID(__enter__),
68560     .co_qualname = & codecs_toplevel_consts_30_consts_18_qualname._ascii.ob_base,
68561     .co_linetable = & codecs_toplevel_consts_24_consts_9_linetable.ob_base.ob_base,
68562     ._co_code = NULL,
68563     ._co_linearray = NULL,
68564     .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
68565     ._co_firsttraceable = 0,
68566 };
68567 static
68568     struct {
68569         PyASCIIObject _ascii;
68570         uint8_t _data[23];
68571     }
68572 codecs_toplevel_consts_30_consts_19_qualname = {
68573     ._ascii = {
68574         .ob_base = {
68575             .ob_refcnt = 999999999,
68576             .ob_type = &PyUnicode_Type,
68577         },
68578         .length = 22,
68579         .hash = -1,
68580         .state = {
68581             .kind = 1,
68582             .compact = 1,
68583             .ascii = 1,
68584             .ready = 1,
68585         },
68586     },
68587     ._data = "StreamRecoder.__exit__",
68588 };
68589 static
68590     struct _PyCode_DEF(56)
68591 codecs_toplevel_consts_30_consts_19 = {
68592     .ob_base = {
68593         .ob_base = {
68594             .ob_refcnt = 999999999,
68595             .ob_type = &PyCode_Type,
68596         },
68597         .ob_size = 28,
68598     },
68599     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
68600     .co_names = & codecs_toplevel_consts_24_consts_10_names._object.ob_base.ob_base,
68601     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
68602     .co_flags = 3,
68603     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
68604     ._co_linearray_entry_size = 0,
68605     .co_argcount = 4,
68606     .co_posonlyargcount = 0,
68607     .co_kwonlyargcount = 0,
68608     .co_stacksize = 2,
68609     .co_firstlineno = 866,
68610     .co_nlocalsplus = 4,
68611     .co_nlocals = 4,
68612     .co_nplaincellvars = 0,
68613     .co_ncellvars = 0,
68614     .co_nfreevars = 0,
68615     .co_localsplusnames = & codecs_toplevel_consts_24_consts_10_localsplusnames._object.ob_base.ob_base,
68616     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
68617     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
68618     .co_name = &_Py_ID(__exit__),
68619     .co_qualname = & codecs_toplevel_consts_30_consts_19_qualname._ascii.ob_base,
68620     .co_linetable = & codecs_toplevel_consts_24_consts_10_linetable.ob_base.ob_base,
68621     ._co_code = NULL,
68622     ._co_linearray = NULL,
68623     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
68624     ._co_firsttraceable = 0,
68625 };
68626 static
68627     struct {
68628         PyGC_Head _gc_head;
68629         struct {
68630             PyObject_VAR_HEAD
68631             PyObject *ob_item[24];
68632         }_object;
68633     }
68634 codecs_toplevel_consts_30_consts = {
68635     ._object = {
68636         .ob_base = {
68637             .ob_base = {
68638                 .ob_refcnt = 999999999,
68639                 .ob_type = &PyTuple_Type,
68640             },
68641             .ob_size = 24,
68642         },
68643         .ob_item = {
68644             & const_str_StreamRecoder._ascii.ob_base,
68645             & codecs_toplevel_consts_30_consts_1._ascii.ob_base,
68646             & const_str_unknown._ascii.ob_base,
68647             &_Py_ID(strict),
68648             & codecs_toplevel_consts_30_consts_4.ob_base.ob_base,
68649             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
68650             & codecs_toplevel_consts_30_consts_6.ob_base.ob_base,
68651             Py_None,
68652             & codecs_toplevel_consts_30_consts_8.ob_base.ob_base,
68653             & codecs_toplevel_consts_30_consts_9.ob_base.ob_base,
68654             & codecs_toplevel_consts_30_consts_10.ob_base.ob_base,
68655             & codecs_toplevel_consts_30_consts_11.ob_base.ob_base,
68656             & codecs_toplevel_consts_30_consts_12.ob_base.ob_base,
68657             & codecs_toplevel_consts_30_consts_13.ob_base.ob_base,
68658             & codecs_toplevel_consts_30_consts_14.ob_base.ob_base,
68659             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
68660             & codecs_toplevel_consts_30_consts_16.ob_base.ob_base,
68661             & codecs_toplevel_consts_30_consts_17.ob_base.ob_base,
68662             & codecs_toplevel_consts_30_consts_18.ob_base.ob_base,
68663             & codecs_toplevel_consts_30_consts_19.ob_base.ob_base,
68664             & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
68665             & codecs_toplevel_consts_28_consts_21._object.ob_base.ob_base,
68666             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
68667             & codecs_toplevel_consts_24_consts_13._object.ob_base.ob_base,
68668         },
68669     },
68670 };
68671 static
68672     struct {
68673         PyASCIIObject _ascii;
68674         uint8_t _data[14];
68675     }
68676 const_str_data_encoding = {
68677     ._ascii = {
68678         .ob_base = {
68679             .ob_refcnt = 999999999,
68680             .ob_type = &PyUnicode_Type,
68681         },
68682         .length = 13,
68683         .hash = -1,
68684         .state = {
68685             .kind = 1,
68686             .compact = 1,
68687             .ascii = 1,
68688             .ready = 1,
68689         },
68690     },
68691     ._data = "data_encoding",
68692 };
68693 static
68694     struct {
68695         PyASCIIObject _ascii;
68696         uint8_t _data[14];
68697     }
68698 const_str_file_encoding = {
68699     ._ascii = {
68700         .ob_base = {
68701             .ob_refcnt = 999999999,
68702             .ob_type = &PyUnicode_Type,
68703         },
68704         .length = 13,
68705         .hash = -1,
68706         .state = {
68707             .kind = 1,
68708             .compact = 1,
68709             .ascii = 1,
68710             .ready = 1,
68711         },
68712     },
68713     ._data = "file_encoding",
68714 };
68715 static
68716     struct {
68717         PyGC_Head _gc_head;
68718         struct {
68719             PyObject_VAR_HEAD
68720             PyObject *ob_item[20];
68721         }_object;
68722     }
68723 codecs_toplevel_consts_30_names = {
68724     ._object = {
68725         .ob_base = {
68726             .ob_base = {
68727                 .ob_refcnt = 999999999,
68728                 .ob_type = &PyTuple_Type,
68729             },
68730             .ob_size = 20,
68731         },
68732         .ob_item = {
68733             &_Py_ID(__name__),
68734             &_Py_ID(__module__),
68735             &_Py_ID(__qualname__),
68736             &_Py_ID(__doc__),
68737             & const_str_data_encoding._ascii.ob_base,
68738             & const_str_file_encoding._ascii.ob_base,
68739             &_Py_ID(__init__),
68740             &_Py_ID(read),
68741             &_Py_ID(readline),
68742             & const_str_readlines._ascii.ob_base,
68743             &_Py_ID(__next__),
68744             &_Py_ID(__iter__),
68745             &_Py_ID(write),
68746             & const_str_writelines._ascii.ob_base,
68747             &_Py_ID(reset),
68748             &_Py_ID(seek),
68749             &_Py_ID(getattr),
68750             &_Py_ID(__getattr__),
68751             &_Py_ID(__enter__),
68752             &_Py_ID(__exit__),
68753         },
68754     },
68755 };
68756 static
68757     struct {
68758         PyObject_VAR_HEAD
68759         Py_hash_t ob_shash;
68760         char ob_sval[278];
68761     }
68762 codecs_toplevel_consts_30_linetable = {
68763     .ob_base = {
68764         .ob_base = {
68765             .ob_refcnt = 999999999,
68766             .ob_type = &PyBytes_Type,
68767         },
68768         .ob_size = 277,
68769     },
68770     .ob_shash = -1,
68771     .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\x04\x05\x14\xf0\x00\x04\x05\x14\xf0\x00\x04\x05\x14\xf0\x00\x04\x05\x14\xf0\x0c\x07\x05\x14\xf0\x00\x07\x05\x14\xf0\x00\x07\x05\x14\xf0\x00\x07\x05\x14\xf0\x12\x04\x05\x2e\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\x04\x05\x29\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",
68772 };
68773 static
68774     struct _PyCode_DEF(120)
68775 codecs_toplevel_consts_30 = {
68776     .ob_base = {
68777         .ob_base = {
68778             .ob_refcnt = 999999999,
68779             .ob_type = &PyCode_Type,
68780         },
68781         .ob_size = 60,
68782     },
68783     .co_consts = & codecs_toplevel_consts_30_consts._object.ob_base.ob_base,
68784     .co_names = & codecs_toplevel_consts_30_names._object.ob_base.ob_base,
68785     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
68786     .co_flags = 0,
68787     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
68788     ._co_linearray_entry_size = 0,
68789     .co_argcount = 0,
68790     .co_posonlyargcount = 0,
68791     .co_kwonlyargcount = 0,
68792     .co_stacksize = 2,
68793     .co_firstlineno = 755,
68794     .co_nlocalsplus = 0,
68795     .co_nlocals = 0,
68796     .co_nplaincellvars = 0,
68797     .co_ncellvars = 0,
68798     .co_nfreevars = 0,
68799     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
68800     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
68801     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
68802     .co_name = & const_str_StreamRecoder._ascii.ob_base,
68803     .co_qualname = & const_str_StreamRecoder._ascii.ob_base,
68804     .co_linetable = & codecs_toplevel_consts_30_linetable.ob_base.ob_base,
68805     ._co_code = NULL,
68806     ._co_linearray = NULL,
68807     .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",
68808     ._co_firsttraceable = 0,
68809 };
68810 static
68811     struct {
68812         PyASCIIObject _ascii;
68813         uint8_t _data[1180];
68814     }
68815 codecs_toplevel_consts_35_consts_0 = {
68816     ._ascii = {
68817         .ob_base = {
68818             .ob_refcnt = 999999999,
68819             .ob_type = &PyUnicode_Type,
68820         },
68821         .length = 1179,
68822         .hash = -1,
68823         .state = {
68824             .kind = 1,
68825             .compact = 1,
68826             .ascii = 1,
68827             .ready = 1,
68828         },
68829     },
68830     ._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\x49\x66\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x69\x73\x20\x6e\x6f\x74\x20\x4e\x6f\x6e\x65\x2c\x20\x74\x68\x65\x6e\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x75\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",
68831 };
68832 static
68833     struct {
68834         PyASCIIObject _ascii;
68835         uint8_t _data[2];
68836     }
68837 const_str_b = {
68838     ._ascii = {
68839         .ob_base = {
68840             .ob_refcnt = 999999999,
68841             .ob_type = &PyUnicode_Type,
68842         },
68843         .length = 1,
68844         .hash = -1,
68845         .state = {
68846             .kind = 1,
68847             .compact = 1,
68848             .ascii = 1,
68849             .ready = 1,
68850         },
68851     },
68852     ._data = "b",
68853 };
68854 static
68855     struct {
68856         PyGC_Head _gc_head;
68857         struct {
68858             PyObject_VAR_HEAD
68859             PyObject *ob_item[3];
68860         }_object;
68861     }
68862 codecs_toplevel_consts_35_consts = {
68863     ._object = {
68864         .ob_base = {
68865             .ob_base = {
68866                 .ob_refcnt = 999999999,
68867                 .ob_type = &PyTuple_Type,
68868             },
68869             .ob_size = 3,
68870         },
68871         .ob_item = {
68872             & codecs_toplevel_consts_35_consts_0._ascii.ob_base,
68873             Py_None,
68874             & const_str_b._ascii.ob_base,
68875         },
68876     },
68877 };
68878 static
68879     struct {
68880         PyGC_Head _gc_head;
68881         struct {
68882             PyObject_VAR_HEAD
68883             PyObject *ob_item[8];
68884         }_object;
68885     }
68886 codecs_toplevel_consts_35_names = {
68887     ._object = {
68888         .ob_base = {
68889             .ob_base = {
68890                 .ob_refcnt = 999999999,
68891                 .ob_type = &PyTuple_Type,
68892             },
68893             .ob_size = 8,
68894         },
68895         .ob_item = {
68896             &_Py_ID(builtins),
68897             &_Py_ID(open),
68898             & const_str_lookup._ascii.ob_base,
68899             & const_str_StreamReaderWriter._ascii.ob_base,
68900             & const_str_streamreader._ascii.ob_base,
68901             & const_str_streamwriter._ascii.ob_base,
68902             &_Py_ID(encoding),
68903             &_Py_ID(close),
68904         },
68905     },
68906 };
68907 static
68908     struct {
68909         PyObject_VAR_HEAD
68910         Py_hash_t ob_shash;
68911         char ob_sval[139];
68912     }
68913 codecs_toplevel_consts_35_linetable = {
68914     .ob_base = {
68915         .ob_base = {
68916             .ob_refcnt = 999999999,
68917             .ob_type = &PyBytes_Type,
68918         },
68919         .ob_size = 138,
68920     },
68921     .ob_shash = -1,
68922     .ob_sval = "\x80\x00\xf0\x3e\x00\x08\x10\xd0\x07\x1b\xd8\x07\x0a\x90\x24\x80\x7f\x80\x7f\xe0\x0f\x13\x90\x63\x89\x7a\x88\x04\xdd\x0b\x13\x8c\x3d\x98\x18\xa0\x34\xa8\x19\xd1\x0b\x33\xd4\x0b\x33\x80\x44\xd8\x07\x0f\xd0\x07\x17\xd8\x0f\x13\x88\x0b\xf0\x04\x08\x05\x0e\xdd\x0f\x15\x90\x68\xd1\x0f\x1f\xd4\x0f\x1f\x88\x04\xdd\x0e\x20\xa0\x14\xa0\x74\xd4\x27\x38\xb8\x24\xd4\x3a\x4b\xc8\x56\xd1\x0e\x54\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\x8a\x0a\x89\x0c\x8c\x0c\x88\x0c\xd8\x08\x0d\xf8\xf8\xf8",
68923 };
68924 static
68925     struct {
68926         PyObject_VAR_HEAD
68927         Py_hash_t ob_shash;
68928         char ob_sval[12];
68929     }
68930 codecs_toplevel_consts_35_exceptiontable = {
68931     .ob_base = {
68932         .ob_base = {
68933             .ob_refcnt = 999999999,
68934             .ob_type = &PyBytes_Type,
68935         },
68936         .ob_size = 11,
68937     },
68938     .ob_shash = -1,
68939     .ob_sval = "\xa7\x33\x41\x1b\x00\xc1\x1b\x17\x41\x32\x03",
68940 };
68941 static
68942     struct {
68943         PyASCIIObject _ascii;
68944         uint8_t _data[10];
68945     }
68946 const_str_buffering = {
68947     ._ascii = {
68948         .ob_base = {
68949             .ob_refcnt = 999999999,
68950             .ob_type = &PyUnicode_Type,
68951         },
68952         .length = 9,
68953         .hash = -1,
68954         .state = {
68955             .kind = 1,
68956             .compact = 1,
68957             .ascii = 1,
68958             .ready = 1,
68959         },
68960     },
68961     ._data = "buffering",
68962 };
68963 static
68964     struct {
68965         PyASCIIObject _ascii;
68966         uint8_t _data[4];
68967     }
68968 const_str_srw = {
68969     ._ascii = {
68970         .ob_base = {
68971             .ob_refcnt = 999999999,
68972             .ob_type = &PyUnicode_Type,
68973         },
68974         .length = 3,
68975         .hash = -1,
68976         .state = {
68977             .kind = 1,
68978             .compact = 1,
68979             .ascii = 1,
68980             .ready = 1,
68981         },
68982     },
68983     ._data = "srw",
68984 };
68985 static
68986     struct {
68987         PyGC_Head _gc_head;
68988         struct {
68989             PyObject_VAR_HEAD
68990             PyObject *ob_item[8];
68991         }_object;
68992     }
68993 codecs_toplevel_consts_35_localsplusnames = {
68994     ._object = {
68995         .ob_base = {
68996             .ob_base = {
68997                 .ob_refcnt = 999999999,
68998                 .ob_type = &PyTuple_Type,
68999             },
69000             .ob_size = 8,
69001         },
69002         .ob_item = {
69003             &_Py_ID(filename),
69004             &_Py_ID(mode),
69005             &_Py_ID(encoding),
69006             &_Py_ID(errors),
69007             & const_str_buffering._ascii.ob_base,
69008             & const_str_file._ascii.ob_base,
69009             & const_str_info._ascii.ob_base,
69010             & const_str_srw._ascii.ob_base,
69011         },
69012     },
69013 };
69014 static
69015     struct _PyCode_DEF(234)
69016 codecs_toplevel_consts_35 = {
69017     .ob_base = {
69018         .ob_base = {
69019             .ob_refcnt = 999999999,
69020             .ob_type = &PyCode_Type,
69021         },
69022         .ob_size = 117,
69023     },
69024     .co_consts = & codecs_toplevel_consts_35_consts._object.ob_base.ob_base,
69025     .co_names = & codecs_toplevel_consts_35_names._object.ob_base.ob_base,
69026     .co_exceptiontable = & codecs_toplevel_consts_35_exceptiontable.ob_base.ob_base,
69027     .co_flags = 3,
69028     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
69029     ._co_linearray_entry_size = 0,
69030     .co_argcount = 5,
69031     .co_posonlyargcount = 0,
69032     .co_kwonlyargcount = 0,
69033     .co_stacksize = 6,
69034     .co_firstlineno = 871,
69035     .co_nlocalsplus = 8,
69036     .co_nlocals = 8,
69037     .co_nplaincellvars = 0,
69038     .co_ncellvars = 0,
69039     .co_nfreevars = 0,
69040     .co_localsplusnames = & codecs_toplevel_consts_35_localsplusnames._object.ob_base.ob_base,
69041     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
69042     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
69043     .co_name = &_Py_ID(open),
69044     .co_qualname = &_Py_ID(open),
69045     .co_linetable = & codecs_toplevel_consts_35_linetable.ob_base.ob_base,
69046     ._co_code = NULL,
69047     ._co_linearray = NULL,
69048     .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\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x04\xa6\x03\x00\x00\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\xa6\x01\x00\x00\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\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x04\x00\x00\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\xa0\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x82\x00\x78\x03\x59\x00\x77\x01",
69049     ._co_firsttraceable = 0,
69050 };
69051 static
69052     struct {
69053         PyASCIIObject _ascii;
69054         uint8_t _data[987];
69055     }
69056 codecs_toplevel_consts_36_consts_0 = {
69057     ._ascii = {
69058         .ob_base = {
69059             .ob_refcnt = 999999999,
69060             .ob_type = &PyUnicode_Type,
69061         },
69062         .length = 986,
69063         .hash = -1,
69064         .state = {
69065             .kind = 1,
69066             .compact = 1,
69067             .ascii = 1,
69068             .ready = 1,
69069         },
69070     },
69071     ._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",
69072 };
69073 static
69074     struct {
69075         PyGC_Head _gc_head;
69076         struct {
69077             PyObject_VAR_HEAD
69078             PyObject *ob_item[1];
69079         }_object;
69080     }
69081 codecs_toplevel_consts_36_consts = {
69082     ._object = {
69083         .ob_base = {
69084             .ob_base = {
69085                 .ob_refcnt = 999999999,
69086                 .ob_type = &PyTuple_Type,
69087             },
69088             .ob_size = 1,
69089         },
69090         .ob_item = {
69091             & codecs_toplevel_consts_36_consts_0._ascii.ob_base,
69092         },
69093     },
69094 };
69095 static
69096     struct {
69097         PyGC_Head _gc_head;
69098         struct {
69099             PyObject_VAR_HEAD
69100             PyObject *ob_item[8];
69101         }_object;
69102     }
69103 codecs_toplevel_consts_36_names = {
69104     ._object = {
69105         .ob_base = {
69106             .ob_base = {
69107                 .ob_refcnt = 999999999,
69108                 .ob_type = &PyTuple_Type,
69109             },
69110             .ob_size = 8,
69111         },
69112         .ob_item = {
69113             & const_str_lookup._ascii.ob_base,
69114             & const_str_StreamRecoder._ascii.ob_base,
69115             &_Py_ID(encode),
69116             &_Py_ID(decode),
69117             & const_str_streamreader._ascii.ob_base,
69118             & const_str_streamwriter._ascii.ob_base,
69119             & const_str_data_encoding._ascii.ob_base,
69120             & const_str_file_encoding._ascii.ob_base,
69121         },
69122     },
69123 };
69124 static
69125     struct {
69126         PyObject_VAR_HEAD
69127         Py_hash_t ob_shash;
69128         char ob_sval[107];
69129     }
69130 codecs_toplevel_consts_36_linetable = {
69131     .ob_base = {
69132         .ob_base = {
69133             .ob_refcnt = 999999999,
69134             .ob_type = &PyBytes_Type,
69135         },
69136         .ob_size = 106,
69137     },
69138     .ob_shash = -1,
69139     .ob_sval = "\x80\x00\xf0\x32\x00\x08\x15\xd0\x07\x1c\xd8\x18\x25\x88\x0d\xdd\x10\x16\x90\x7d\xd1\x10\x25\xd4\x10\x25\x80\x49\xdd\x10\x16\x90\x7d\xd1\x10\x25\xd4\x10\x25\x80\x49\xdd\x09\x16\x90\x74\x98\x59\xd4\x1d\x2d\xa8\x79\xd4\x2f\x3f\xd8\x17\x20\xd4\x17\x2d\xa8\x79\xd4\x2f\x45\xc0\x76\xf1\x03\x01\x0a\x4f\x01\xf4\x00\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",
69140 };
69141 static
69142     struct {
69143         PyASCIIObject _ascii;
69144         uint8_t _data[10];
69145     }
69146 const_str_data_info = {
69147     ._ascii = {
69148         .ob_base = {
69149             .ob_refcnt = 999999999,
69150             .ob_type = &PyUnicode_Type,
69151         },
69152         .length = 9,
69153         .hash = -1,
69154         .state = {
69155             .kind = 1,
69156             .compact = 1,
69157             .ascii = 1,
69158             .ready = 1,
69159         },
69160     },
69161     ._data = "data_info",
69162 };
69163 static
69164     struct {
69165         PyASCIIObject _ascii;
69166         uint8_t _data[10];
69167     }
69168 const_str_file_info = {
69169     ._ascii = {
69170         .ob_base = {
69171             .ob_refcnt = 999999999,
69172             .ob_type = &PyUnicode_Type,
69173         },
69174         .length = 9,
69175         .hash = -1,
69176         .state = {
69177             .kind = 1,
69178             .compact = 1,
69179             .ascii = 1,
69180             .ready = 1,
69181         },
69182     },
69183     ._data = "file_info",
69184 };
69185 static
69186     struct {
69187         PyASCIIObject _ascii;
69188         uint8_t _data[3];
69189     }
69190 const_str_sr = {
69191     ._ascii = {
69192         .ob_base = {
69193             .ob_refcnt = 999999999,
69194             .ob_type = &PyUnicode_Type,
69195         },
69196         .length = 2,
69197         .hash = -1,
69198         .state = {
69199             .kind = 1,
69200             .compact = 1,
69201             .ascii = 1,
69202             .ready = 1,
69203         },
69204     },
69205     ._data = "sr",
69206 };
69207 static
69208     struct {
69209         PyGC_Head _gc_head;
69210         struct {
69211             PyObject_VAR_HEAD
69212             PyObject *ob_item[7];
69213         }_object;
69214     }
69215 codecs_toplevel_consts_36_localsplusnames = {
69216     ._object = {
69217         .ob_base = {
69218             .ob_base = {
69219                 .ob_refcnt = 999999999,
69220                 .ob_type = &PyTuple_Type,
69221             },
69222             .ob_size = 7,
69223         },
69224         .ob_item = {
69225             & const_str_file._ascii.ob_base,
69226             & const_str_data_encoding._ascii.ob_base,
69227             & const_str_file_encoding._ascii.ob_base,
69228             &_Py_ID(errors),
69229             & const_str_data_info._ascii.ob_base,
69230             & const_str_file_info._ascii.ob_base,
69231             & const_str_sr._ascii.ob_base,
69232         },
69233     },
69234 };
69235 static
69236     struct _PyCode_DEF(182)
69237 codecs_toplevel_consts_36 = {
69238     .ob_base = {
69239         .ob_base = {
69240             .ob_refcnt = 999999999,
69241             .ob_type = &PyCode_Type,
69242         },
69243         .ob_size = 91,
69244     },
69245     .co_consts = & codecs_toplevel_consts_36_consts._object.ob_base.ob_base,
69246     .co_names = & codecs_toplevel_consts_36_names._object.ob_base.ob_base,
69247     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
69248     .co_flags = 3,
69249     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
69250     ._co_linearray_entry_size = 0,
69251     .co_argcount = 4,
69252     .co_posonlyargcount = 0,
69253     .co_kwonlyargcount = 0,
69254     .co_stacksize = 8,
69255     .co_firstlineno = 920,
69256     .co_nlocalsplus = 7,
69257     .co_nlocals = 7,
69258     .co_nplaincellvars = 0,
69259     .co_ncellvars = 0,
69260     .co_nfreevars = 0,
69261     .co_localsplusnames = & codecs_toplevel_consts_36_localsplusnames._object.ob_base.ob_base,
69262     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
69263     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
69264     .co_name = & const_str_EncodedFile._ascii.ob_base,
69265     .co_qualname = & const_str_EncodedFile._ascii.ob_base,
69266     .co_linetable = & codecs_toplevel_consts_36_linetable.ob_base.ob_base,
69267     ._co_code = NULL,
69268     ._co_linearray = NULL,
69269     .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\xa6\x01\x00\x00\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\xa6\x01\x00\x00\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\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x06\x00\x00\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",
69270     ._co_firsttraceable = 0,
69271 };
69272 static
69273     struct {
69274         PyASCIIObject _ascii;
69275         uint8_t _data[159];
69276     }
69277 codecs_toplevel_consts_37_consts_0 = {
69278     ._ascii = {
69279         .ob_base = {
69280             .ob_refcnt = 999999999,
69281             .ob_type = &PyUnicode_Type,
69282         },
69283         .length = 158,
69284         .hash = -1,
69285         .state = {
69286             .kind = 1,
69287             .compact = 1,
69288             .ascii = 1,
69289             .ready = 1,
69290         },
69291     },
69292     ._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",
69293 };
69294 static
69295     struct {
69296         PyGC_Head _gc_head;
69297         struct {
69298             PyObject_VAR_HEAD
69299             PyObject *ob_item[1];
69300         }_object;
69301     }
69302 codecs_toplevel_consts_37_consts = {
69303     ._object = {
69304         .ob_base = {
69305             .ob_base = {
69306                 .ob_refcnt = 999999999,
69307                 .ob_type = &PyTuple_Type,
69308             },
69309             .ob_size = 1,
69310         },
69311         .ob_item = {
69312             & codecs_toplevel_consts_37_consts_0._ascii.ob_base,
69313         },
69314     },
69315 };
69316 static
69317     struct {
69318         PyGC_Head _gc_head;
69319         struct {
69320             PyObject_VAR_HEAD
69321             PyObject *ob_item[2];
69322         }_object;
69323     }
69324 codecs_toplevel_consts_37_names = {
69325     ._object = {
69326         .ob_base = {
69327             .ob_base = {
69328                 .ob_refcnt = 999999999,
69329                 .ob_type = &PyTuple_Type,
69330             },
69331             .ob_size = 2,
69332         },
69333         .ob_item = {
69334             & const_str_lookup._ascii.ob_base,
69335             &_Py_ID(encode),
69336         },
69337     },
69338 };
69339 static
69340     struct {
69341         PyObject_VAR_HEAD
69342         Py_hash_t ob_shash;
69343         char ob_sval[22];
69344     }
69345 codecs_toplevel_consts_37_linetable = {
69346     .ob_base = {
69347         .ob_base = {
69348             .ob_refcnt = 999999999,
69349             .ob_type = &PyBytes_Type,
69350         },
69351         .ob_size = 21,
69352     },
69353     .ob_shash = -1,
69354     .ob_sval = "\x80\x00\xf5\x10\x00\x0c\x12\x90\x28\xd1\x0b\x1b\xd4\x0b\x1b\xd4\x0b\x22\xd0\x04\x22",
69355 };
69356 static
69357     struct {
69358         PyGC_Head _gc_head;
69359         struct {
69360             PyObject_VAR_HEAD
69361             PyObject *ob_item[1];
69362         }_object;
69363     }
69364 codecs_toplevel_consts_37_localsplusnames = {
69365     ._object = {
69366         .ob_base = {
69367             .ob_base = {
69368                 .ob_refcnt = 999999999,
69369                 .ob_type = &PyTuple_Type,
69370             },
69371             .ob_size = 1,
69372         },
69373         .ob_item = {
69374             &_Py_ID(encoding),
69375         },
69376     },
69377 };
69378 static
69379     struct _PyCode_DEF(42)
69380 codecs_toplevel_consts_37 = {
69381     .ob_base = {
69382         .ob_base = {
69383             .ob_refcnt = 999999999,
69384             .ob_type = &PyCode_Type,
69385         },
69386         .ob_size = 21,
69387     },
69388     .co_consts = & codecs_toplevel_consts_37_consts._object.ob_base.ob_base,
69389     .co_names = & codecs_toplevel_consts_37_names._object.ob_base.ob_base,
69390     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
69391     .co_flags = 3,
69392     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
69393     ._co_linearray_entry_size = 0,
69394     .co_argcount = 1,
69395     .co_posonlyargcount = 0,
69396     .co_kwonlyargcount = 0,
69397     .co_stacksize = 3,
69398     .co_firstlineno = 958,
69399     .co_nlocalsplus = 1,
69400     .co_nlocals = 1,
69401     .co_nplaincellvars = 0,
69402     .co_ncellvars = 0,
69403     .co_nfreevars = 0,
69404     .co_localsplusnames = & codecs_toplevel_consts_37_localsplusnames._object.ob_base.ob_base,
69405     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
69406     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
69407     .co_name = & const_str_getencoder._ascii.ob_base,
69408     .co_qualname = & const_str_getencoder._ascii.ob_base,
69409     .co_linetable = & codecs_toplevel_consts_37_linetable.ob_base.ob_base,
69410     ._co_code = NULL,
69411     ._co_linearray = NULL,
69412     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
69413     ._co_firsttraceable = 0,
69414 };
69415 static
69416     struct {
69417         PyASCIIObject _ascii;
69418         uint8_t _data[159];
69419     }
69420 codecs_toplevel_consts_38_consts_0 = {
69421     ._ascii = {
69422         .ob_base = {
69423             .ob_refcnt = 999999999,
69424             .ob_type = &PyUnicode_Type,
69425         },
69426         .length = 158,
69427         .hash = -1,
69428         .state = {
69429             .kind = 1,
69430             .compact = 1,
69431             .ascii = 1,
69432             .ready = 1,
69433         },
69434     },
69435     ._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",
69436 };
69437 static
69438     struct {
69439         PyGC_Head _gc_head;
69440         struct {
69441             PyObject_VAR_HEAD
69442             PyObject *ob_item[1];
69443         }_object;
69444     }
69445 codecs_toplevel_consts_38_consts = {
69446     ._object = {
69447         .ob_base = {
69448             .ob_base = {
69449                 .ob_refcnt = 999999999,
69450                 .ob_type = &PyTuple_Type,
69451             },
69452             .ob_size = 1,
69453         },
69454         .ob_item = {
69455             & codecs_toplevel_consts_38_consts_0._ascii.ob_base,
69456         },
69457     },
69458 };
69459 static
69460     struct {
69461         PyGC_Head _gc_head;
69462         struct {
69463             PyObject_VAR_HEAD
69464             PyObject *ob_item[2];
69465         }_object;
69466     }
69467 codecs_toplevel_consts_38_names = {
69468     ._object = {
69469         .ob_base = {
69470             .ob_base = {
69471                 .ob_refcnt = 999999999,
69472                 .ob_type = &PyTuple_Type,
69473             },
69474             .ob_size = 2,
69475         },
69476         .ob_item = {
69477             & const_str_lookup._ascii.ob_base,
69478             &_Py_ID(decode),
69479         },
69480     },
69481 };
69482 static
69483     struct _PyCode_DEF(42)
69484 codecs_toplevel_consts_38 = {
69485     .ob_base = {
69486         .ob_base = {
69487             .ob_refcnt = 999999999,
69488             .ob_type = &PyCode_Type,
69489         },
69490         .ob_size = 21,
69491     },
69492     .co_consts = & codecs_toplevel_consts_38_consts._object.ob_base.ob_base,
69493     .co_names = & codecs_toplevel_consts_38_names._object.ob_base.ob_base,
69494     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
69495     .co_flags = 3,
69496     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
69497     ._co_linearray_entry_size = 0,
69498     .co_argcount = 1,
69499     .co_posonlyargcount = 0,
69500     .co_kwonlyargcount = 0,
69501     .co_stacksize = 3,
69502     .co_firstlineno = 968,
69503     .co_nlocalsplus = 1,
69504     .co_nlocals = 1,
69505     .co_nplaincellvars = 0,
69506     .co_ncellvars = 0,
69507     .co_nfreevars = 0,
69508     .co_localsplusnames = & codecs_toplevel_consts_37_localsplusnames._object.ob_base.ob_base,
69509     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
69510     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
69511     .co_name = & const_str_getdecoder._ascii.ob_base,
69512     .co_qualname = & const_str_getdecoder._ascii.ob_base,
69513     .co_linetable = & codecs_toplevel_consts_37_linetable.ob_base.ob_base,
69514     ._co_code = NULL,
69515     ._co_linearray = NULL,
69516     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
69517     ._co_firsttraceable = 0,
69518 };
69519 static
69520     struct {
69521         PyASCIIObject _ascii;
69522         uint8_t _data[248];
69523     }
69524 codecs_toplevel_consts_39_consts_0 = {
69525     ._ascii = {
69526         .ob_base = {
69527             .ob_refcnt = 999999999,
69528             .ob_type = &PyUnicode_Type,
69529         },
69530         .length = 247,
69531         .hash = -1,
69532         .state = {
69533             .kind = 1,
69534             .compact = 1,
69535             .ascii = 1,
69536             .ready = 1,
69537         },
69538     },
69539     ._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",
69540 };
69541 static
69542     struct {
69543         PyGC_Head _gc_head;
69544         struct {
69545             PyObject_VAR_HEAD
69546             PyObject *ob_item[1];
69547         }_object;
69548     }
69549 codecs_toplevel_consts_39_consts = {
69550     ._object = {
69551         .ob_base = {
69552             .ob_base = {
69553                 .ob_refcnt = 999999999,
69554                 .ob_type = &PyTuple_Type,
69555             },
69556             .ob_size = 1,
69557         },
69558         .ob_item = {
69559             & codecs_toplevel_consts_39_consts_0._ascii.ob_base,
69560         },
69561     },
69562 };
69563 static
69564     struct {
69565         PyASCIIObject _ascii;
69566         uint8_t _data[12];
69567     }
69568 const_str_LookupError = {
69569     ._ascii = {
69570         .ob_base = {
69571             .ob_refcnt = 999999999,
69572             .ob_type = &PyUnicode_Type,
69573         },
69574         .length = 11,
69575         .hash = -1,
69576         .state = {
69577             .kind = 1,
69578             .compact = 1,
69579             .ascii = 1,
69580             .ready = 1,
69581         },
69582     },
69583     ._data = "LookupError",
69584 };
69585 static
69586     struct {
69587         PyGC_Head _gc_head;
69588         struct {
69589             PyObject_VAR_HEAD
69590             PyObject *ob_item[3];
69591         }_object;
69592     }
69593 codecs_toplevel_consts_39_names = {
69594     ._object = {
69595         .ob_base = {
69596             .ob_base = {
69597                 .ob_refcnt = 999999999,
69598                 .ob_type = &PyTuple_Type,
69599             },
69600             .ob_size = 3,
69601         },
69602         .ob_item = {
69603             & const_str_lookup._ascii.ob_base,
69604             & const_str_incrementalencoder._ascii.ob_base,
69605             & const_str_LookupError._ascii.ob_base,
69606         },
69607     },
69608 };
69609 static
69610     struct {
69611         PyObject_VAR_HEAD
69612         Py_hash_t ob_shash;
69613         char ob_sval[45];
69614     }
69615 codecs_toplevel_consts_39_linetable = {
69616     .ob_base = {
69617         .ob_base = {
69618             .ob_refcnt = 999999999,
69619             .ob_type = &PyBytes_Type,
69620         },
69621         .ob_size = 44,
69622     },
69623     .ob_shash = -1,
69624     .ob_sval = "\x80\x00\xf5\x12\x00\x0f\x15\x90\x58\xd1\x0e\x1e\xd4\x0e\x1e\xd4\x0e\x31\x80\x47\xd8\x07\x0e\x80\x7f\xdd\x0e\x19\x98\x28\xd1\x0e\x23\xd4\x0e\x23\xd0\x08\x23\xd8\x0b\x12\x80\x4e",
69625 };
69626 static
69627     struct {
69628         PyASCIIObject _ascii;
69629         uint8_t _data[8];
69630     }
69631 const_str_encoder = {
69632     ._ascii = {
69633         .ob_base = {
69634             .ob_refcnt = 999999999,
69635             .ob_type = &PyUnicode_Type,
69636         },
69637         .length = 7,
69638         .hash = -1,
69639         .state = {
69640             .kind = 1,
69641             .compact = 1,
69642             .ascii = 1,
69643             .ready = 1,
69644         },
69645     },
69646     ._data = "encoder",
69647 };
69648 static
69649     struct {
69650         PyGC_Head _gc_head;
69651         struct {
69652             PyObject_VAR_HEAD
69653             PyObject *ob_item[2];
69654         }_object;
69655     }
69656 codecs_toplevel_consts_39_localsplusnames = {
69657     ._object = {
69658         .ob_base = {
69659             .ob_base = {
69660                 .ob_refcnt = 999999999,
69661                 .ob_type = &PyTuple_Type,
69662             },
69663             .ob_size = 2,
69664         },
69665         .ob_item = {
69666             &_Py_ID(encoding),
69667             & const_str_encoder._ascii.ob_base,
69668         },
69669     },
69670 };
69671 static
69672     struct _PyCode_DEF(80)
69673 codecs_toplevel_consts_39 = {
69674     .ob_base = {
69675         .ob_base = {
69676             .ob_refcnt = 999999999,
69677             .ob_type = &PyCode_Type,
69678         },
69679         .ob_size = 40,
69680     },
69681     .co_consts = & codecs_toplevel_consts_39_consts._object.ob_base.ob_base,
69682     .co_names = & codecs_toplevel_consts_39_names._object.ob_base.ob_base,
69683     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
69684     .co_flags = 3,
69685     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
69686     ._co_linearray_entry_size = 0,
69687     .co_argcount = 1,
69688     .co_posonlyargcount = 0,
69689     .co_kwonlyargcount = 0,
69690     .co_stacksize = 3,
69691     .co_firstlineno = 978,
69692     .co_nlocalsplus = 2,
69693     .co_nlocals = 2,
69694     .co_nplaincellvars = 0,
69695     .co_ncellvars = 0,
69696     .co_nfreevars = 0,
69697     .co_localsplusnames = & codecs_toplevel_consts_39_localsplusnames._object.ob_base.ob_base,
69698     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
69699     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
69700     .co_name = & const_str_getincrementalencoder._ascii.ob_base,
69701     .co_qualname = & const_str_getincrementalencoder._ascii.ob_base,
69702     .co_linetable = & codecs_toplevel_consts_39_linetable.ob_base.ob_base,
69703     ._co_code = NULL,
69704     ._co_linearray = NULL,
69705     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x80\x0f\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x01\x53\x00",
69706     ._co_firsttraceable = 0,
69707 };
69708 static
69709     struct {
69710         PyASCIIObject _ascii;
69711         uint8_t _data[248];
69712     }
69713 codecs_toplevel_consts_40_consts_0 = {
69714     ._ascii = {
69715         .ob_base = {
69716             .ob_refcnt = 999999999,
69717             .ob_type = &PyUnicode_Type,
69718         },
69719         .length = 247,
69720         .hash = -1,
69721         .state = {
69722             .kind = 1,
69723             .compact = 1,
69724             .ascii = 1,
69725             .ready = 1,
69726         },
69727     },
69728     ._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",
69729 };
69730 static
69731     struct {
69732         PyGC_Head _gc_head;
69733         struct {
69734             PyObject_VAR_HEAD
69735             PyObject *ob_item[1];
69736         }_object;
69737     }
69738 codecs_toplevel_consts_40_consts = {
69739     ._object = {
69740         .ob_base = {
69741             .ob_base = {
69742                 .ob_refcnt = 999999999,
69743                 .ob_type = &PyTuple_Type,
69744             },
69745             .ob_size = 1,
69746         },
69747         .ob_item = {
69748             & codecs_toplevel_consts_40_consts_0._ascii.ob_base,
69749         },
69750     },
69751 };
69752 static
69753     struct {
69754         PyGC_Head _gc_head;
69755         struct {
69756             PyObject_VAR_HEAD
69757             PyObject *ob_item[3];
69758         }_object;
69759     }
69760 codecs_toplevel_consts_40_names = {
69761     ._object = {
69762         .ob_base = {
69763             .ob_base = {
69764                 .ob_refcnt = 999999999,
69765                 .ob_type = &PyTuple_Type,
69766             },
69767             .ob_size = 3,
69768         },
69769         .ob_item = {
69770             & const_str_lookup._ascii.ob_base,
69771             & const_str_incrementaldecoder._ascii.ob_base,
69772             & const_str_LookupError._ascii.ob_base,
69773         },
69774     },
69775 };
69776 static
69777     struct {
69778         PyASCIIObject _ascii;
69779         uint8_t _data[8];
69780     }
69781 const_str_decoder = {
69782     ._ascii = {
69783         .ob_base = {
69784             .ob_refcnt = 999999999,
69785             .ob_type = &PyUnicode_Type,
69786         },
69787         .length = 7,
69788         .hash = -1,
69789         .state = {
69790             .kind = 1,
69791             .compact = 1,
69792             .ascii = 1,
69793             .ready = 1,
69794         },
69795     },
69796     ._data = "decoder",
69797 };
69798 static
69799     struct {
69800         PyGC_Head _gc_head;
69801         struct {
69802             PyObject_VAR_HEAD
69803             PyObject *ob_item[2];
69804         }_object;
69805     }
69806 codecs_toplevel_consts_40_localsplusnames = {
69807     ._object = {
69808         .ob_base = {
69809             .ob_base = {
69810                 .ob_refcnt = 999999999,
69811                 .ob_type = &PyTuple_Type,
69812             },
69813             .ob_size = 2,
69814         },
69815         .ob_item = {
69816             &_Py_ID(encoding),
69817             & const_str_decoder._ascii.ob_base,
69818         },
69819     },
69820 };
69821 static
69822     struct _PyCode_DEF(80)
69823 codecs_toplevel_consts_40 = {
69824     .ob_base = {
69825         .ob_base = {
69826             .ob_refcnt = 999999999,
69827             .ob_type = &PyCode_Type,
69828         },
69829         .ob_size = 40,
69830     },
69831     .co_consts = & codecs_toplevel_consts_40_consts._object.ob_base.ob_base,
69832     .co_names = & codecs_toplevel_consts_40_names._object.ob_base.ob_base,
69833     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
69834     .co_flags = 3,
69835     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
69836     ._co_linearray_entry_size = 0,
69837     .co_argcount = 1,
69838     .co_posonlyargcount = 0,
69839     .co_kwonlyargcount = 0,
69840     .co_stacksize = 3,
69841     .co_firstlineno = 992,
69842     .co_nlocalsplus = 2,
69843     .co_nlocals = 2,
69844     .co_nplaincellvars = 0,
69845     .co_ncellvars = 0,
69846     .co_nfreevars = 0,
69847     .co_localsplusnames = & codecs_toplevel_consts_40_localsplusnames._object.ob_base.ob_base,
69848     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
69849     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
69850     .co_name = & const_str_getincrementaldecoder._ascii.ob_base,
69851     .co_qualname = & const_str_getincrementaldecoder._ascii.ob_base,
69852     .co_linetable = & codecs_toplevel_consts_39_linetable.ob_base.ob_base,
69853     ._co_code = NULL,
69854     ._co_linearray = NULL,
69855     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x80\x0f\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x01\x53\x00",
69856     ._co_firsttraceable = 0,
69857 };
69858 static
69859     struct {
69860         PyASCIIObject _ascii;
69861         uint8_t _data[181];
69862     }
69863 codecs_toplevel_consts_41_consts_0 = {
69864     ._ascii = {
69865         .ob_base = {
69866             .ob_refcnt = 999999999,
69867             .ob_type = &PyUnicode_Type,
69868         },
69869         .length = 180,
69870         .hash = -1,
69871         .state = {
69872             .kind = 1,
69873             .compact = 1,
69874             .ascii = 1,
69875             .ready = 1,
69876         },
69877     },
69878     ._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",
69879 };
69880 static
69881     struct {
69882         PyGC_Head _gc_head;
69883         struct {
69884             PyObject_VAR_HEAD
69885             PyObject *ob_item[1];
69886         }_object;
69887     }
69888 codecs_toplevel_consts_41_consts = {
69889     ._object = {
69890         .ob_base = {
69891             .ob_base = {
69892                 .ob_refcnt = 999999999,
69893                 .ob_type = &PyTuple_Type,
69894             },
69895             .ob_size = 1,
69896         },
69897         .ob_item = {
69898             & codecs_toplevel_consts_41_consts_0._ascii.ob_base,
69899         },
69900     },
69901 };
69902 static
69903     struct {
69904         PyGC_Head _gc_head;
69905         struct {
69906             PyObject_VAR_HEAD
69907             PyObject *ob_item[2];
69908         }_object;
69909     }
69910 codecs_toplevel_consts_41_names = {
69911     ._object = {
69912         .ob_base = {
69913             .ob_base = {
69914                 .ob_refcnt = 999999999,
69915                 .ob_type = &PyTuple_Type,
69916             },
69917             .ob_size = 2,
69918         },
69919         .ob_item = {
69920             & const_str_lookup._ascii.ob_base,
69921             & const_str_streamreader._ascii.ob_base,
69922         },
69923     },
69924 };
69925 static
69926     struct {
69927         PyObject_VAR_HEAD
69928         Py_hash_t ob_shash;
69929         char ob_sval[22];
69930     }
69931 codecs_toplevel_consts_41_linetable = {
69932     .ob_base = {
69933         .ob_base = {
69934             .ob_refcnt = 999999999,
69935             .ob_type = &PyBytes_Type,
69936         },
69937         .ob_size = 21,
69938     },
69939     .ob_shash = -1,
69940     .ob_sval = "\x80\x00\xf5\x10\x00\x0c\x12\x90\x28\xd1\x0b\x1b\xd4\x0b\x1b\xd4\x0b\x28\xd0\x04\x28",
69941 };
69942 static
69943     struct _PyCode_DEF(42)
69944 codecs_toplevel_consts_41 = {
69945     .ob_base = {
69946         .ob_base = {
69947             .ob_refcnt = 999999999,
69948             .ob_type = &PyCode_Type,
69949         },
69950         .ob_size = 21,
69951     },
69952     .co_consts = & codecs_toplevel_consts_41_consts._object.ob_base.ob_base,
69953     .co_names = & codecs_toplevel_consts_41_names._object.ob_base.ob_base,
69954     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
69955     .co_flags = 3,
69956     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
69957     ._co_linearray_entry_size = 0,
69958     .co_argcount = 1,
69959     .co_posonlyargcount = 0,
69960     .co_kwonlyargcount = 0,
69961     .co_stacksize = 3,
69962     .co_firstlineno = 1006,
69963     .co_nlocalsplus = 1,
69964     .co_nlocals = 1,
69965     .co_nplaincellvars = 0,
69966     .co_ncellvars = 0,
69967     .co_nfreevars = 0,
69968     .co_localsplusnames = & codecs_toplevel_consts_37_localsplusnames._object.ob_base.ob_base,
69969     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
69970     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
69971     .co_name = & const_str_getreader._ascii.ob_base,
69972     .co_qualname = & const_str_getreader._ascii.ob_base,
69973     .co_linetable = & codecs_toplevel_consts_41_linetable.ob_base.ob_base,
69974     ._co_code = NULL,
69975     ._co_linearray = NULL,
69976     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
69977     ._co_firsttraceable = 0,
69978 };
69979 static
69980     struct {
69981         PyASCIIObject _ascii;
69982         uint8_t _data[181];
69983     }
69984 codecs_toplevel_consts_42_consts_0 = {
69985     ._ascii = {
69986         .ob_base = {
69987             .ob_refcnt = 999999999,
69988             .ob_type = &PyUnicode_Type,
69989         },
69990         .length = 180,
69991         .hash = -1,
69992         .state = {
69993             .kind = 1,
69994             .compact = 1,
69995             .ascii = 1,
69996             .ready = 1,
69997         },
69998     },
69999     ._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",
70000 };
70001 static
70002     struct {
70003         PyGC_Head _gc_head;
70004         struct {
70005             PyObject_VAR_HEAD
70006             PyObject *ob_item[1];
70007         }_object;
70008     }
70009 codecs_toplevel_consts_42_consts = {
70010     ._object = {
70011         .ob_base = {
70012             .ob_base = {
70013                 .ob_refcnt = 999999999,
70014                 .ob_type = &PyTuple_Type,
70015             },
70016             .ob_size = 1,
70017         },
70018         .ob_item = {
70019             & codecs_toplevel_consts_42_consts_0._ascii.ob_base,
70020         },
70021     },
70022 };
70023 static
70024     struct {
70025         PyGC_Head _gc_head;
70026         struct {
70027             PyObject_VAR_HEAD
70028             PyObject *ob_item[2];
70029         }_object;
70030     }
70031 codecs_toplevel_consts_42_names = {
70032     ._object = {
70033         .ob_base = {
70034             .ob_base = {
70035                 .ob_refcnt = 999999999,
70036                 .ob_type = &PyTuple_Type,
70037             },
70038             .ob_size = 2,
70039         },
70040         .ob_item = {
70041             & const_str_lookup._ascii.ob_base,
70042             & const_str_streamwriter._ascii.ob_base,
70043         },
70044     },
70045 };
70046 static
70047     struct _PyCode_DEF(42)
70048 codecs_toplevel_consts_42 = {
70049     .ob_base = {
70050         .ob_base = {
70051             .ob_refcnt = 999999999,
70052             .ob_type = &PyCode_Type,
70053         },
70054         .ob_size = 21,
70055     },
70056     .co_consts = & codecs_toplevel_consts_42_consts._object.ob_base.ob_base,
70057     .co_names = & codecs_toplevel_consts_42_names._object.ob_base.ob_base,
70058     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
70059     .co_flags = 3,
70060     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
70061     ._co_linearray_entry_size = 0,
70062     .co_argcount = 1,
70063     .co_posonlyargcount = 0,
70064     .co_kwonlyargcount = 0,
70065     .co_stacksize = 3,
70066     .co_firstlineno = 1016,
70067     .co_nlocalsplus = 1,
70068     .co_nlocals = 1,
70069     .co_nplaincellvars = 0,
70070     .co_ncellvars = 0,
70071     .co_nfreevars = 0,
70072     .co_localsplusnames = & codecs_toplevel_consts_37_localsplusnames._object.ob_base.ob_base,
70073     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
70074     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
70075     .co_name = & const_str_getwriter._ascii.ob_base,
70076     .co_qualname = & const_str_getwriter._ascii.ob_base,
70077     .co_linetable = & codecs_toplevel_consts_41_linetable.ob_base.ob_base,
70078     ._co_code = NULL,
70079     ._co_linearray = NULL,
70080     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
70081     ._co_firsttraceable = 0,
70082 };
70083 static
70084     struct {
70085         PyASCIIObject _ascii;
70086         uint8_t _data[192];
70087     }
70088 codecs_toplevel_consts_43_consts_0 = {
70089     ._ascii = {
70090         .ob_base = {
70091             .ob_refcnt = 999999999,
70092             .ob_type = &PyUnicode_Type,
70093         },
70094         .length = 191,
70095         .hash = -1,
70096         .state = {
70097             .kind = 1,
70098             .compact = 1,
70099             .ascii = 1,
70100             .ready = 1,
70101         },
70102     },
70103     ._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",
70104 };
70105 static
70106     struct {
70107         PyGC_Head _gc_head;
70108         struct {
70109             PyObject_VAR_HEAD
70110             PyObject *ob_item[4];
70111         }_object;
70112     }
70113 codecs_toplevel_consts_43_consts = {
70114     ._object = {
70115         .ob_base = {
70116             .ob_base = {
70117                 .ob_refcnt = 999999999,
70118                 .ob_type = &PyTuple_Type,
70119             },
70120             .ob_size = 4,
70121         },
70122         .ob_item = {
70123             & codecs_toplevel_consts_43_consts_0._ascii.ob_base,
70124             &_Py_STR(empty),
70125             Py_True,
70126             Py_None,
70127         },
70128     },
70129 };
70130 static
70131     struct {
70132         PyGC_Head _gc_head;
70133         struct {
70134             PyObject_VAR_HEAD
70135             PyObject *ob_item[2];
70136         }_object;
70137     }
70138 codecs_toplevel_consts_43_names = {
70139     ._object = {
70140         .ob_base = {
70141             .ob_base = {
70142                 .ob_refcnt = 999999999,
70143                 .ob_type = &PyTuple_Type,
70144             },
70145             .ob_size = 2,
70146         },
70147         .ob_item = {
70148             & const_str_getincrementalencoder._ascii.ob_base,
70149             &_Py_ID(encode),
70150         },
70151     },
70152 };
70153 static
70154     struct {
70155         PyObject_VAR_HEAD
70156         Py_hash_t ob_shash;
70157         char ob_sval[141];
70158     }
70159 codecs_toplevel_consts_43_linetable = {
70160     .ob_base = {
70161         .ob_base = {
70162             .ob_refcnt = 999999999,
70163             .ob_type = &PyBytes_Type,
70164         },
70165         .ob_size = 140,
70166     },
70167     .ob_shash = -1,
70168     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xf0\x12\x00\x0f\x2e\xd5\x0e\x23\xa0\x48\xd1\x0e\x2d\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\xf0\x00\x03\x05\x19\x88\x05\xd8\x11\x18\x97\x1e\x92\x1e\xa0\x05\xd1\x11\x26\xd4\x11\x26\x88\x06\xd8\x0b\x11\xf0\x00\x01\x09\x19\xd8\x12\x18\x88\x4c\x88\x4c\x88\x4c\xf8\xd8\x0d\x14\x8f\x5e\x8a\x5e\x98\x42\xa0\x04\xd1\x0d\x25\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",
70169 };
70170 static
70171     struct {
70172         PyASCIIObject _ascii;
70173         uint8_t _data[9];
70174     }
70175 const_str_iterator = {
70176     ._ascii = {
70177         .ob_base = {
70178             .ob_refcnt = 999999999,
70179             .ob_type = &PyUnicode_Type,
70180         },
70181         .length = 8,
70182         .hash = -1,
70183         .state = {
70184             .kind = 1,
70185             .compact = 1,
70186             .ascii = 1,
70187             .ready = 1,
70188         },
70189     },
70190     ._data = "iterator",
70191 };
70192 static
70193     struct {
70194         PyASCIIObject _ascii;
70195         uint8_t _data[7];
70196     }
70197 const_str_output = {
70198     ._ascii = {
70199         .ob_base = {
70200             .ob_refcnt = 999999999,
70201             .ob_type = &PyUnicode_Type,
70202         },
70203         .length = 6,
70204         .hash = -1,
70205         .state = {
70206             .kind = 1,
70207             .compact = 1,
70208             .ascii = 1,
70209             .ready = 1,
70210         },
70211     },
70212     ._data = "output",
70213 };
70214 static
70215     struct {
70216         PyGC_Head _gc_head;
70217         struct {
70218             PyObject_VAR_HEAD
70219             PyObject *ob_item[7];
70220         }_object;
70221     }
70222 codecs_toplevel_consts_43_localsplusnames = {
70223     ._object = {
70224         .ob_base = {
70225             .ob_base = {
70226                 .ob_refcnt = 999999999,
70227                 .ob_type = &PyTuple_Type,
70228             },
70229             .ob_size = 7,
70230         },
70231         .ob_item = {
70232             & const_str_iterator._ascii.ob_base,
70233             &_Py_ID(encoding),
70234             &_Py_ID(errors),
70235             & const_str_kwargs._ascii.ob_base,
70236             & const_str_encoder._ascii.ob_base,
70237             & const_str_input._ascii.ob_base,
70238             & const_str_output._ascii.ob_base,
70239         },
70240     },
70241 };
70242 static
70243     struct _PyCode_DEF(178)
70244 codecs_toplevel_consts_43 = {
70245     .ob_base = {
70246         .ob_base = {
70247             .ob_refcnt = 999999999,
70248             .ob_type = &PyCode_Type,
70249         },
70250         .ob_size = 89,
70251     },
70252     .co_consts = & codecs_toplevel_consts_43_consts._object.ob_base.ob_base,
70253     .co_names = & codecs_toplevel_consts_43_names._object.ob_base.ob_base,
70254     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
70255     .co_flags = 43,
70256     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
70257     ._co_linearray_entry_size = 0,
70258     .co_argcount = 3,
70259     .co_posonlyargcount = 0,
70260     .co_kwonlyargcount = 0,
70261     .co_stacksize = 5,
70262     .co_firstlineno = 1026,
70263     .co_nlocalsplus = 7,
70264     .co_nlocals = 7,
70265     .co_nplaincellvars = 0,
70266     .co_ncellvars = 0,
70267     .co_nfreevars = 0,
70268     .co_localsplusnames = & codecs_toplevel_consts_43_localsplusnames._object.ob_base.ob_base,
70269     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
70270     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
70271     .co_name = & const_str_iterencode._ascii.ob_base,
70272     .co_qualname = & const_str_iterencode._ascii.ob_base,
70273     .co_linetable = & codecs_toplevel_consts_43_linetable.ob_base.ob_base,
70274     ._co_code = NULL,
70275     ._co_linearray = NULL,
70276     .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\xa6\x01\x00\x00\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\x1d\x7d\x05\x7c\x04\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x72\x04\x7c\x06\x56\x00\x97\x01\x01\x00\x8c\x1e\x7c\x04\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x72\x06\x7c\x06\x56\x00\x97\x01\x01\x00\x64\x03\x53\x00\x64\x03\x53\x00",
70277     ._co_firsttraceable = 2,
70278 };
70279 static
70280     struct {
70281         PyASCIIObject _ascii;
70282         uint8_t _data[192];
70283     }
70284 codecs_toplevel_consts_44_consts_0 = {
70285     ._ascii = {
70286         .ob_base = {
70287             .ob_refcnt = 999999999,
70288             .ob_type = &PyUnicode_Type,
70289         },
70290         .length = 191,
70291         .hash = -1,
70292         .state = {
70293             .kind = 1,
70294             .compact = 1,
70295             .ascii = 1,
70296             .ready = 1,
70297         },
70298     },
70299     ._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",
70300 };
70301 static
70302     struct {
70303         PyGC_Head _gc_head;
70304         struct {
70305             PyObject_VAR_HEAD
70306             PyObject *ob_item[4];
70307         }_object;
70308     }
70309 codecs_toplevel_consts_44_consts = {
70310     ._object = {
70311         .ob_base = {
70312             .ob_base = {
70313                 .ob_refcnt = 999999999,
70314                 .ob_type = &PyTuple_Type,
70315             },
70316             .ob_size = 4,
70317         },
70318         .ob_item = {
70319             & codecs_toplevel_consts_44_consts_0._ascii.ob_base,
70320             (PyObject *)&_Py_SINGLETON(bytes_empty),
70321             Py_True,
70322             Py_None,
70323         },
70324     },
70325 };
70326 static
70327     struct {
70328         PyGC_Head _gc_head;
70329         struct {
70330             PyObject_VAR_HEAD
70331             PyObject *ob_item[2];
70332         }_object;
70333     }
70334 codecs_toplevel_consts_44_names = {
70335     ._object = {
70336         .ob_base = {
70337             .ob_base = {
70338                 .ob_refcnt = 999999999,
70339                 .ob_type = &PyTuple_Type,
70340             },
70341             .ob_size = 2,
70342         },
70343         .ob_item = {
70344             & const_str_getincrementaldecoder._ascii.ob_base,
70345             &_Py_ID(decode),
70346         },
70347     },
70348 };
70349 static
70350     struct {
70351         PyObject_VAR_HEAD
70352         Py_hash_t ob_shash;
70353         char ob_sval[141];
70354     }
70355 codecs_toplevel_consts_44_linetable = {
70356     .ob_base = {
70357         .ob_base = {
70358             .ob_refcnt = 999999999,
70359             .ob_type = &PyBytes_Type,
70360         },
70361         .ob_size = 140,
70362     },
70363     .ob_shash = -1,
70364     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xf0\x12\x00\x0f\x2e\xd5\x0e\x23\xa0\x48\xd1\x0e\x2d\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\xf0\x00\x03\x05\x19\x88\x05\xd8\x11\x18\x97\x1e\x92\x1e\xa0\x05\xd1\x11\x26\xd4\x11\x26\x88\x06\xd8\x0b\x11\xf0\x00\x01\x09\x19\xd8\x12\x18\x88\x4c\x88\x4c\x88\x4c\xf8\xd8\x0d\x14\x8f\x5e\x8a\x5e\x98\x43\xa0\x14\xd1\x0d\x26\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",
70365 };
70366 static
70367     struct {
70368         PyGC_Head _gc_head;
70369         struct {
70370             PyObject_VAR_HEAD
70371             PyObject *ob_item[7];
70372         }_object;
70373     }
70374 codecs_toplevel_consts_44_localsplusnames = {
70375     ._object = {
70376         .ob_base = {
70377             .ob_base = {
70378                 .ob_refcnt = 999999999,
70379                 .ob_type = &PyTuple_Type,
70380             },
70381             .ob_size = 7,
70382         },
70383         .ob_item = {
70384             & const_str_iterator._ascii.ob_base,
70385             &_Py_ID(encoding),
70386             &_Py_ID(errors),
70387             & const_str_kwargs._ascii.ob_base,
70388             & const_str_decoder._ascii.ob_base,
70389             & const_str_input._ascii.ob_base,
70390             & const_str_output._ascii.ob_base,
70391         },
70392     },
70393 };
70394 static
70395     struct _PyCode_DEF(178)
70396 codecs_toplevel_consts_44 = {
70397     .ob_base = {
70398         .ob_base = {
70399             .ob_refcnt = 999999999,
70400             .ob_type = &PyCode_Type,
70401         },
70402         .ob_size = 89,
70403     },
70404     .co_consts = & codecs_toplevel_consts_44_consts._object.ob_base.ob_base,
70405     .co_names = & codecs_toplevel_consts_44_names._object.ob_base.ob_base,
70406     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
70407     .co_flags = 43,
70408     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
70409     ._co_linearray_entry_size = 0,
70410     .co_argcount = 3,
70411     .co_posonlyargcount = 0,
70412     .co_kwonlyargcount = 0,
70413     .co_stacksize = 5,
70414     .co_firstlineno = 1044,
70415     .co_nlocalsplus = 7,
70416     .co_nlocals = 7,
70417     .co_nplaincellvars = 0,
70418     .co_ncellvars = 0,
70419     .co_nfreevars = 0,
70420     .co_localsplusnames = & codecs_toplevel_consts_44_localsplusnames._object.ob_base.ob_base,
70421     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
70422     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
70423     .co_name = & const_str_iterdecode._ascii.ob_base,
70424     .co_qualname = & const_str_iterdecode._ascii.ob_base,
70425     .co_linetable = & codecs_toplevel_consts_44_linetable.ob_base.ob_base,
70426     ._co_code = NULL,
70427     ._co_linearray = NULL,
70428     .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\xa6\x01\x00\x00\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\x1d\x7d\x05\x7c\x04\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x72\x04\x7c\x06\x56\x00\x97\x01\x01\x00\x8c\x1e\x7c\x04\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x72\x06\x7c\x06\x56\x00\x97\x01\x01\x00\x64\x03\x53\x00\x64\x03\x53\x00",
70429     ._co_firsttraceable = 2,
70430 };
70431 static
70432     struct {
70433         PyASCIIObject _ascii;
70434         uint8_t _data[137];
70435     }
70436 codecs_toplevel_consts_45_consts_0 = {
70437     ._ascii = {
70438         .ob_base = {
70439             .ob_refcnt = 999999999,
70440             .ob_type = &PyUnicode_Type,
70441         },
70442         .length = 136,
70443         .hash = -1,
70444         .state = {
70445             .kind = 1,
70446             .compact = 1,
70447             .ascii = 1,
70448             .ready = 1,
70449         },
70450     },
70451     ._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",
70452 };
70453 static
70454     struct {
70455         PyASCIIObject _ascii;
70456         uint8_t _data[39];
70457     }
70458 codecs_toplevel_consts_45_consts_1_qualname = {
70459     ._ascii = {
70460         .ob_base = {
70461             .ob_refcnt = 999999999,
70462             .ob_type = &PyUnicode_Type,
70463         },
70464         .length = 38,
70465         .hash = -1,
70466         .state = {
70467             .kind = 1,
70468             .compact = 1,
70469             .ascii = 1,
70470             .ready = 1,
70471         },
70472     },
70473     ._data = "make_identity_dict.<locals>.<dictcomp>",
70474 };
70475 static
70476     struct {
70477         PyObject_VAR_HEAD
70478         Py_hash_t ob_shash;
70479         char ob_sval[27];
70480     }
70481 codecs_toplevel_consts_45_consts_1_linetable = {
70482     .ob_base = {
70483         .ob_base = {
70484             .ob_refcnt = 999999999,
70485             .ob_type = &PyBytes_Type,
70486         },
70487         .ob_size = 26,
70488     },
70489     .ob_shash = -1,
70490     .ob_sval = "\x80\x00\xd0\x0b\x1d\xd0\x0b\x1d\xd0\x0b\x1d\x90\x41\x88\x41\x88\x61\xd0\x0b\x1d\xd0\x0b\x1d\xd0\x0b\x1d",
70491 };
70492 static
70493     struct {
70494         PyGC_Head _gc_head;
70495         struct {
70496             PyObject_VAR_HEAD
70497             PyObject *ob_item[2];
70498         }_object;
70499     }
70500 codecs_toplevel_consts_45_consts_1_localsplusnames = {
70501     ._object = {
70502         .ob_base = {
70503             .ob_base = {
70504                 .ob_refcnt = 999999999,
70505                 .ob_type = &PyTuple_Type,
70506             },
70507             .ob_size = 2,
70508         },
70509         .ob_item = {
70510             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
70511             & const_str_i._ascii.ob_base,
70512         },
70513     },
70514 };
70515 static
70516     struct _PyCode_DEF(20)
70517 codecs_toplevel_consts_45_consts_1 = {
70518     .ob_base = {
70519         .ob_base = {
70520             .ob_refcnt = 999999999,
70521             .ob_type = &PyCode_Type,
70522         },
70523         .ob_size = 10,
70524     },
70525     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
70526     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
70527     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
70528     .co_flags = 19,
70529     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
70530     ._co_linearray_entry_size = 0,
70531     .co_argcount = 1,
70532     .co_posonlyargcount = 0,
70533     .co_kwonlyargcount = 0,
70534     .co_stacksize = 4,
70535     .co_firstlineno = 1072,
70536     .co_nlocalsplus = 2,
70537     .co_nlocals = 2,
70538     .co_nplaincellvars = 0,
70539     .co_ncellvars = 0,
70540     .co_nfreevars = 0,
70541     .co_localsplusnames = & codecs_toplevel_consts_45_consts_1_localsplusnames._object.ob_base.ob_base,
70542     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
70543     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
70544     .co_name = &_Py_STR(anon_dictcomp),
70545     .co_qualname = & codecs_toplevel_consts_45_consts_1_qualname._ascii.ob_base,
70546     .co_linetable = & codecs_toplevel_consts_45_consts_1_linetable.ob_base.ob_base,
70547     ._co_code = NULL,
70548     ._co_linearray = NULL,
70549     .co_code_adaptive = "\x97\x00\x69\x00\x7c\x00\x5d\x05\x7d\x01\x7c\x01\x7c\x01\x93\x02\x8c\x06\x53\x00",
70550     ._co_firsttraceable = 0,
70551 };
70552 static
70553     struct {
70554         PyGC_Head _gc_head;
70555         struct {
70556             PyObject_VAR_HEAD
70557             PyObject *ob_item[2];
70558         }_object;
70559     }
70560 codecs_toplevel_consts_45_consts = {
70561     ._object = {
70562         .ob_base = {
70563             .ob_base = {
70564                 .ob_refcnt = 999999999,
70565                 .ob_type = &PyTuple_Type,
70566             },
70567             .ob_size = 2,
70568         },
70569         .ob_item = {
70570             & codecs_toplevel_consts_45_consts_0._ascii.ob_base,
70571             & codecs_toplevel_consts_45_consts_1.ob_base.ob_base,
70572         },
70573     },
70574 };
70575 static
70576     struct {
70577         PyASCIIObject _ascii;
70578         uint8_t _data[19];
70579     }
70580 const_str_make_identity_dict = {
70581     ._ascii = {
70582         .ob_base = {
70583             .ob_refcnt = 999999999,
70584             .ob_type = &PyUnicode_Type,
70585         },
70586         .length = 18,
70587         .hash = -1,
70588         .state = {
70589             .kind = 1,
70590             .compact = 1,
70591             .ascii = 1,
70592             .ready = 1,
70593         },
70594     },
70595     ._data = "make_identity_dict",
70596 };
70597 static
70598     struct {
70599         PyObject_VAR_HEAD
70600         Py_hash_t ob_shash;
70601         char ob_sval[25];
70602     }
70603 codecs_toplevel_consts_45_linetable = {
70604     .ob_base = {
70605         .ob_base = {
70606             .ob_refcnt = 999999999,
70607             .ob_type = &PyBytes_Type,
70608         },
70609         .ob_size = 24,
70610     },
70611     .ob_shash = -1,
70612     .ob_sval = "\x80\x00\xf0\x10\x00\x0c\x1e\xd0\x0b\x1d\x98\x13\xd0\x0b\x1d\xd1\x0b\x1d\xd4\x0b\x1d\xd0\x04\x1d",
70613 };
70614 static
70615     struct {
70616         PyASCIIObject _ascii;
70617         uint8_t _data[4];
70618     }
70619 const_str_rng = {
70620     ._ascii = {
70621         .ob_base = {
70622             .ob_refcnt = 999999999,
70623             .ob_type = &PyUnicode_Type,
70624         },
70625         .length = 3,
70626         .hash = -1,
70627         .state = {
70628             .kind = 1,
70629             .compact = 1,
70630             .ascii = 1,
70631             .ready = 1,
70632         },
70633     },
70634     ._data = "rng",
70635 };
70636 static
70637     struct {
70638         PyGC_Head _gc_head;
70639         struct {
70640             PyObject_VAR_HEAD
70641             PyObject *ob_item[1];
70642         }_object;
70643     }
70644 codecs_toplevel_consts_45_localsplusnames = {
70645     ._object = {
70646         .ob_base = {
70647             .ob_base = {
70648                 .ob_refcnt = 999999999,
70649                 .ob_type = &PyTuple_Type,
70650             },
70651             .ob_size = 1,
70652         },
70653         .ob_item = {
70654             & const_str_rng._ascii.ob_base,
70655         },
70656     },
70657 };
70658 static
70659     struct _PyCode_DEF(26)
70660 codecs_toplevel_consts_45 = {
70661     .ob_base = {
70662         .ob_base = {
70663             .ob_refcnt = 999999999,
70664             .ob_type = &PyCode_Type,
70665         },
70666         .ob_size = 13,
70667     },
70668     .co_consts = & codecs_toplevel_consts_45_consts._object.ob_base.ob_base,
70669     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
70670     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
70671     .co_flags = 3,
70672     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
70673     ._co_linearray_entry_size = 0,
70674     .co_argcount = 1,
70675     .co_posonlyargcount = 0,
70676     .co_kwonlyargcount = 0,
70677     .co_stacksize = 2,
70678     .co_firstlineno = 1064,
70679     .co_nlocalsplus = 1,
70680     .co_nlocals = 1,
70681     .co_nplaincellvars = 0,
70682     .co_ncellvars = 0,
70683     .co_nfreevars = 0,
70684     .co_localsplusnames = & codecs_toplevel_consts_45_localsplusnames._object.ob_base.ob_base,
70685     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
70686     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
70687     .co_name = & const_str_make_identity_dict._ascii.ob_base,
70688     .co_qualname = & const_str_make_identity_dict._ascii.ob_base,
70689     .co_linetable = & codecs_toplevel_consts_45_linetable.ob_base.ob_base,
70690     ._co_code = NULL,
70691     ._co_linearray = NULL,
70692     .co_code_adaptive = "\x97\x00\x64\x01\x84\x00\x7c\x00\x44\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
70693     ._co_firsttraceable = 0,
70694 };
70695 static
70696     struct {
70697         PyASCIIObject _ascii;
70698         uint8_t _data[387];
70699     }
70700 codecs_toplevel_consts_46_consts_0 = {
70701     ._ascii = {
70702         .ob_base = {
70703             .ob_refcnt = 999999999,
70704             .ob_type = &PyUnicode_Type,
70705         },
70706         .length = 386,
70707         .hash = -1,
70708         .state = {
70709             .kind = 1,
70710             .compact = 1,
70711             .ascii = 1,
70712             .ready = 1,
70713         },
70714     },
70715     ._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",
70716 };
70717 static
70718     struct {
70719         PyGC_Head _gc_head;
70720         struct {
70721             PyObject_VAR_HEAD
70722             PyObject *ob_item[2];
70723         }_object;
70724     }
70725 codecs_toplevel_consts_46_consts = {
70726     ._object = {
70727         .ob_base = {
70728             .ob_base = {
70729                 .ob_refcnt = 999999999,
70730                 .ob_type = &PyTuple_Type,
70731             },
70732             .ob_size = 2,
70733         },
70734         .ob_item = {
70735             & codecs_toplevel_consts_46_consts_0._ascii.ob_base,
70736             Py_None,
70737         },
70738     },
70739 };
70740 static
70741     struct {
70742         PyGC_Head _gc_head;
70743         struct {
70744             PyObject_VAR_HEAD
70745             PyObject *ob_item[1];
70746         }_object;
70747     }
70748 codecs_toplevel_consts_46_names = {
70749     ._object = {
70750         .ob_base = {
70751             .ob_base = {
70752                 .ob_refcnt = 999999999,
70753                 .ob_type = &PyTuple_Type,
70754             },
70755             .ob_size = 1,
70756         },
70757         .ob_item = {
70758             &_Py_ID(items),
70759         },
70760     },
70761 };
70762 static
70763     struct {
70764         PyASCIIObject _ascii;
70765         uint8_t _data[18];
70766     }
70767 const_str_make_encoding_map = {
70768     ._ascii = {
70769         .ob_base = {
70770             .ob_refcnt = 999999999,
70771             .ob_type = &PyUnicode_Type,
70772         },
70773         .length = 17,
70774         .hash = -1,
70775         .state = {
70776             .kind = 1,
70777             .compact = 1,
70778             .ascii = 1,
70779             .ready = 1,
70780         },
70781     },
70782     ._data = "make_encoding_map",
70783 };
70784 static
70785     struct {
70786         PyObject_VAR_HEAD
70787         Py_hash_t ob_shash;
70788         char ob_sval[77];
70789     }
70790 codecs_toplevel_consts_46_linetable = {
70791     .ob_base = {
70792         .ob_base = {
70793             .ob_refcnt = 999999999,
70794             .ob_type = &PyBytes_Type,
70795         },
70796         .ob_size = 76,
70797     },
70798     .ob_shash = -1,
70799     .ob_sval = "\x80\x00\xf0\x1a\x00\x09\x0b\x80\x41\xd8\x0f\x1b\xd7\x0f\x21\xd2\x0f\x21\xd1\x0f\x23\xd4\x0f\x23\xf0\x00\x04\x05\x18\xf0\x00\x04\x05\x18\x89\x03\x88\x01\x88\x21\xd8\x0f\x10\x90\x41\x88\x76\x88\x76\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",
70800 };
70801 static
70802     struct {
70803         PyASCIIObject _ascii;
70804         uint8_t _data[13];
70805     }
70806 const_str_decoding_map = {
70807     ._ascii = {
70808         .ob_base = {
70809             .ob_refcnt = 999999999,
70810             .ob_type = &PyUnicode_Type,
70811         },
70812         .length = 12,
70813         .hash = -1,
70814         .state = {
70815             .kind = 1,
70816             .compact = 1,
70817             .ascii = 1,
70818             .ready = 1,
70819         },
70820     },
70821     ._data = "decoding_map",
70822 };
70823 static
70824     struct {
70825         PyASCIIObject _ascii;
70826         uint8_t _data[2];
70827     }
70828 const_str_k = {
70829     ._ascii = {
70830         .ob_base = {
70831             .ob_refcnt = 999999999,
70832             .ob_type = &PyUnicode_Type,
70833         },
70834         .length = 1,
70835         .hash = -1,
70836         .state = {
70837             .kind = 1,
70838             .compact = 1,
70839             .ascii = 1,
70840             .ready = 1,
70841         },
70842     },
70843     ._data = "k",
70844 };
70845 static
70846     struct {
70847         PyASCIIObject _ascii;
70848         uint8_t _data[2];
70849     }
70850 const_str_v = {
70851     ._ascii = {
70852         .ob_base = {
70853             .ob_refcnt = 999999999,
70854             .ob_type = &PyUnicode_Type,
70855         },
70856         .length = 1,
70857         .hash = -1,
70858         .state = {
70859             .kind = 1,
70860             .compact = 1,
70861             .ascii = 1,
70862             .ready = 1,
70863         },
70864     },
70865     ._data = "v",
70866 };
70867 static
70868     struct {
70869         PyGC_Head _gc_head;
70870         struct {
70871             PyObject_VAR_HEAD
70872             PyObject *ob_item[4];
70873         }_object;
70874     }
70875 codecs_toplevel_consts_46_localsplusnames = {
70876     ._object = {
70877         .ob_base = {
70878             .ob_base = {
70879                 .ob_refcnt = 999999999,
70880                 .ob_type = &PyTuple_Type,
70881             },
70882             .ob_size = 4,
70883         },
70884         .ob_item = {
70885             & const_str_decoding_map._ascii.ob_base,
70886             & const_str_m._ascii.ob_base,
70887             & const_str_k._ascii.ob_base,
70888             & const_str_v._ascii.ob_base,
70889         },
70890     },
70891 };
70892 static
70893     struct _PyCode_DEF(92)
70894 codecs_toplevel_consts_46 = {
70895     .ob_base = {
70896         .ob_base = {
70897             .ob_refcnt = 999999999,
70898             .ob_type = &PyCode_Type,
70899         },
70900         .ob_size = 46,
70901     },
70902     .co_consts = & codecs_toplevel_consts_46_consts._object.ob_base.ob_base,
70903     .co_names = & codecs_toplevel_consts_46_names._object.ob_base.ob_base,
70904     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
70905     .co_flags = 3,
70906     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
70907     ._co_linearray_entry_size = 0,
70908     .co_argcount = 1,
70909     .co_posonlyargcount = 0,
70910     .co_kwonlyargcount = 0,
70911     .co_stacksize = 4,
70912     .co_firstlineno = 1074,
70913     .co_nlocalsplus = 4,
70914     .co_nlocals = 4,
70915     .co_nplaincellvars = 0,
70916     .co_ncellvars = 0,
70917     .co_nfreevars = 0,
70918     .co_localsplusnames = & codecs_toplevel_consts_46_localsplusnames._object.ob_base.ob_base,
70919     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
70920     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
70921     .co_name = & const_str_make_encoding_map._ascii.ob_base,
70922     .co_qualname = & const_str_make_encoding_map._ascii.ob_base,
70923     .co_linetable = & codecs_toplevel_consts_46_linetable.ob_base.ob_base,
70924     ._co_code = NULL,
70925     ._co_linearray = NULL,
70926     .co_code_adaptive = "\x97\x00\x69\x00\x7d\x01\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x14\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\x0f\x64\x01\x7c\x01\x7c\x03\x3c\x00\x00\x00\x8c\x15\x7c\x01\x53\x00",
70927     ._co_firsttraceable = 0,
70928 };
70929 static
70930     struct {
70931         PyASCIIObject _ascii;
70932         uint8_t _data[18];
70933     }
70934 const_str_xmlcharrefreplace = {
70935     ._ascii = {
70936         .ob_base = {
70937             .ob_refcnt = 999999999,
70938             .ob_type = &PyUnicode_Type,
70939         },
70940         .length = 17,
70941         .hash = -1,
70942         .state = {
70943             .kind = 1,
70944             .compact = 1,
70945             .ascii = 1,
70946             .ready = 1,
70947         },
70948     },
70949     ._data = "xmlcharrefreplace",
70950 };
70951 static
70952     struct {
70953         PyASCIIObject _ascii;
70954         uint8_t _data[17];
70955     }
70956 const_str_backslashreplace = {
70957     ._ascii = {
70958         .ob_base = {
70959             .ob_refcnt = 999999999,
70960             .ob_type = &PyUnicode_Type,
70961         },
70962         .length = 16,
70963         .hash = -1,
70964         .state = {
70965             .kind = 1,
70966             .compact = 1,
70967             .ascii = 1,
70968             .ready = 1,
70969         },
70970     },
70971     ._data = "backslashreplace",
70972 };
70973 static
70974     struct {
70975         PyASCIIObject _ascii;
70976         uint8_t _data[12];
70977     }
70978 const_str_namereplace = {
70979     ._ascii = {
70980         .ob_base = {
70981             .ob_refcnt = 999999999,
70982             .ob_type = &PyUnicode_Type,
70983         },
70984         .length = 11,
70985         .hash = -1,
70986         .state = {
70987             .kind = 1,
70988             .compact = 1,
70989             .ascii = 1,
70990             .ready = 1,
70991         },
70992     },
70993     ._data = "namereplace",
70994 };
70995 static
70996     struct {
70997         PyASCIIObject _ascii;
70998         uint8_t _data[8];
70999     }
71000 codecs_toplevel_consts_53 = {
71001     ._ascii = {
71002         .ob_base = {
71003             .ob_refcnt = 999999999,
71004             .ob_type = &PyUnicode_Type,
71005         },
71006         .length = 7,
71007         .hash = -1,
71008         .state = {
71009             .kind = 1,
71010             .compact = 1,
71011             .ascii = 1,
71012             .ready = 1,
71013         },
71014     },
71015     ._data = "latin-1",
71016 };
71017 static
71018     struct {
71019         PyGC_Head _gc_head;
71020         struct {
71021             PyObject_VAR_HEAD
71022             PyObject *ob_item[4];
71023         }_object;
71024     }
71025 codecs_toplevel_consts_55 = {
71026     ._object = {
71027         .ob_base = {
71028             .ob_base = {
71029                 .ob_refcnt = 999999999,
71030                 .ob_type = &PyTuple_Type,
71031             },
71032             .ob_size = 4,
71033         },
71034         .ob_item = {
71035             & const_str_r._ascii.ob_base,
71036             Py_None,
71037             &_Py_ID(strict),
71038             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
71039         },
71040     },
71041 };
71042 static
71043     struct {
71044         PyGC_Head _gc_head;
71045         struct {
71046             PyObject_VAR_HEAD
71047             PyObject *ob_item[2];
71048         }_object;
71049     }
71050 codecs_toplevel_consts_56 = {
71051     ._object = {
71052         .ob_base = {
71053             .ob_base = {
71054                 .ob_refcnt = 999999999,
71055                 .ob_type = &PyTuple_Type,
71056             },
71057             .ob_size = 2,
71058         },
71059         .ob_item = {
71060             Py_None,
71061             &_Py_ID(strict),
71062         },
71063     },
71064 };
71065 static
71066     struct {
71067         PyGC_Head _gc_head;
71068         struct {
71069             PyObject_VAR_HEAD
71070             PyObject *ob_item[58];
71071         }_object;
71072     }
71073 codecs_toplevel_consts = {
71074     ._object = {
71075         .ob_base = {
71076             .ob_base = {
71077                 .ob_refcnt = 999999999,
71078                 .ob_type = &PyTuple_Type,
71079             },
71080             .ob_size = 58,
71081         },
71082         .ob_item = {
71083             & codecs_toplevel_consts_0._ascii.ob_base,
71084             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
71085             Py_None,
71086             & codecs_toplevel_consts_3._object.ob_base.ob_base,
71087             & codecs_toplevel_consts_4._ascii.ob_base,
71088             & codecs_toplevel_consts_5._object.ob_base.ob_base,
71089             & codecs_toplevel_consts_6.ob_base.ob_base,
71090             & codecs_toplevel_consts_7.ob_base.ob_base,
71091             & codecs_toplevel_consts_8.ob_base.ob_base,
71092             & codecs_toplevel_consts_9.ob_base.ob_base,
71093             & codecs_toplevel_consts_10.ob_base.ob_base,
71094             &_Py_ID(little),
71095             & codecs_toplevel_consts_12.ob_base.ob_base,
71096             & const_str_CodecInfo._ascii.ob_base,
71097             & codecs_toplevel_consts_14.ob_base.ob_base,
71098             & const_str_Codec._ascii.ob_base,
71099             & codecs_toplevel_consts_16.ob_base.ob_base,
71100             & const_str_IncrementalEncoder._ascii.ob_base,
71101             & codecs_toplevel_consts_18.ob_base.ob_base,
71102             & const_str_BufferedIncrementalEncoder._ascii.ob_base,
71103             & codecs_toplevel_consts_20.ob_base.ob_base,
71104             & const_str_IncrementalDecoder._ascii.ob_base,
71105             & codecs_toplevel_consts_22.ob_base.ob_base,
71106             & const_str_BufferedIncrementalDecoder._ascii.ob_base,
71107             & codecs_toplevel_consts_24.ob_base.ob_base,
71108             & const_str_StreamWriter._ascii.ob_base,
71109             & codecs_toplevel_consts_26.ob_base.ob_base,
71110             & const_str_StreamReader._ascii.ob_base,
71111             & codecs_toplevel_consts_28.ob_base.ob_base,
71112             & const_str_StreamReaderWriter._ascii.ob_base,
71113             & codecs_toplevel_consts_30.ob_base.ob_base,
71114             & const_str_StreamRecoder._ascii.ob_base,
71115             & const_str_r._ascii.ob_base,
71116             &_Py_ID(strict),
71117             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
71118             & codecs_toplevel_consts_35.ob_base.ob_base,
71119             & codecs_toplevel_consts_36.ob_base.ob_base,
71120             & codecs_toplevel_consts_37.ob_base.ob_base,
71121             & codecs_toplevel_consts_38.ob_base.ob_base,
71122             & codecs_toplevel_consts_39.ob_base.ob_base,
71123             & codecs_toplevel_consts_40.ob_base.ob_base,
71124             & codecs_toplevel_consts_41.ob_base.ob_base,
71125             & codecs_toplevel_consts_42.ob_base.ob_base,
71126             & codecs_toplevel_consts_43.ob_base.ob_base,
71127             & codecs_toplevel_consts_44.ob_base.ob_base,
71128             & codecs_toplevel_consts_45.ob_base.ob_base,
71129             & codecs_toplevel_consts_46.ob_base.ob_base,
71130             &_Py_ID(ignore),
71131             &_Py_ID(replace),
71132             & const_str_xmlcharrefreplace._ascii.ob_base,
71133             & const_str_backslashreplace._ascii.ob_base,
71134             & const_str_namereplace._ascii.ob_base,
71135             &_Py_ID(__main__),
71136             & codecs_toplevel_consts_53._ascii.ob_base,
71137             &_Py_STR(utf_8),
71138             & codecs_toplevel_consts_55._object.ob_base.ob_base,
71139             & codecs_toplevel_consts_56._object.ob_base.ob_base,
71140             & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
71141         },
71142     },
71143 };
71144 static
71145     struct {
71146         PyASCIIObject _ascii;
71147         uint8_t _data[8];
71148     }
71149 const_str__codecs = {
71150     ._ascii = {
71151         .ob_base = {
71152             .ob_refcnt = 999999999,
71153             .ob_type = &PyUnicode_Type,
71154         },
71155         .length = 7,
71156         .hash = -1,
71157         .state = {
71158             .kind = 1,
71159             .compact = 1,
71160             .ascii = 1,
71161             .ready = 1,
71162         },
71163     },
71164     ._data = "_codecs",
71165 };
71166 static
71167     struct {
71168         PyASCIIObject _ascii;
71169         uint8_t _data[4];
71170     }
71171 const_str_why = {
71172     ._ascii = {
71173         .ob_base = {
71174             .ob_refcnt = 999999999,
71175             .ob_type = &PyUnicode_Type,
71176         },
71177         .length = 3,
71178         .hash = -1,
71179         .state = {
71180             .kind = 1,
71181             .compact = 1,
71182             .ascii = 1,
71183             .ready = 1,
71184         },
71185     },
71186     ._data = "why",
71187 };
71188 static
71189     struct {
71190         PyASCIIObject _ascii;
71191         uint8_t _data[12];
71192     }
71193 const_str_SystemError = {
71194     ._ascii = {
71195         .ob_base = {
71196             .ob_refcnt = 999999999,
71197             .ob_type = &PyUnicode_Type,
71198         },
71199         .length = 11,
71200         .hash = -1,
71201         .state = {
71202             .kind = 1,
71203             .compact = 1,
71204             .ascii = 1,
71205             .ready = 1,
71206         },
71207     },
71208     ._data = "SystemError",
71209 };
71210 static
71211     struct {
71212         PyASCIIObject _ascii;
71213         uint8_t _data[10];
71214     }
71215 const_str_byteorder = {
71216     ._ascii = {
71217         .ob_base = {
71218             .ob_refcnt = 999999999,
71219             .ob_type = &PyUnicode_Type,
71220         },
71221         .length = 9,
71222         .hash = -1,
71223         .state = {
71224             .kind = 1,
71225             .compact = 1,
71226             .ascii = 1,
71227             .ready = 1,
71228         },
71229     },
71230     ._data = "byteorder",
71231 };
71232 static
71233     struct {
71234         PyASCIIObject _ascii;
71235         uint8_t _data[7];
71236     }
71237 const_str__false = {
71238     ._ascii = {
71239         .ob_base = {
71240             .ob_refcnt = 999999999,
71241             .ob_type = &PyUnicode_Type,
71242         },
71243         .length = 6,
71244         .hash = -1,
71245         .state = {
71246             .kind = 1,
71247             .compact = 1,
71248             .ascii = 1,
71249             .ready = 1,
71250         },
71251     },
71252     ._data = "_false",
71253 };
71254 static
71255     struct {
71256         PyASCIIObject _ascii;
71257         uint8_t _data[10];
71258     }
71259 const_str_encodings = {
71260     ._ascii = {
71261         .ob_base = {
71262             .ob_refcnt = 999999999,
71263             .ob_type = &PyUnicode_Type,
71264         },
71265         .length = 9,
71266         .hash = -1,
71267         .state = {
71268             .kind = 1,
71269             .compact = 1,
71270             .ascii = 1,
71271             .ready = 1,
71272         },
71273     },
71274     ._data = "encodings",
71275 };
71276 static
71277     struct {
71278         PyGC_Head _gc_head;
71279         struct {
71280             PyObject_VAR_HEAD
71281             PyObject *ob_item[60];
71282         }_object;
71283     }
71284 codecs_toplevel_names = {
71285     ._object = {
71286         .ob_base = {
71287             .ob_base = {
71288                 .ob_refcnt = 999999999,
71289                 .ob_type = &PyTuple_Type,
71290             },
71291             .ob_size = 60,
71292         },
71293         .ob_item = {
71294             &_Py_ID(__doc__),
71295             &_Py_ID(builtins),
71296             & const_str_sys._ascii.ob_base,
71297             & const_str__codecs._ascii.ob_base,
71298             & const_str_ImportError._ascii.ob_base,
71299             & const_str_why._ascii.ob_base,
71300             & const_str_SystemError._ascii.ob_base,
71301             &_Py_ID(__all__),
71302             & const_str_BOM_UTF8._ascii.ob_base,
71303             & const_str_BOM_LE._ascii.ob_base,
71304             & const_str_BOM_UTF16_LE._ascii.ob_base,
71305             & const_str_BOM_BE._ascii.ob_base,
71306             & const_str_BOM_UTF16_BE._ascii.ob_base,
71307             & const_str_BOM_UTF32_LE._ascii.ob_base,
71308             & const_str_BOM_UTF32_BE._ascii.ob_base,
71309             & const_str_byteorder._ascii.ob_base,
71310             & const_str_BOM._ascii.ob_base,
71311             & const_str_BOM_UTF16._ascii.ob_base,
71312             & const_str_BOM_UTF32._ascii.ob_base,
71313             & const_str_BOM32_LE._ascii.ob_base,
71314             & const_str_BOM32_BE._ascii.ob_base,
71315             & const_str_BOM64_LE._ascii.ob_base,
71316             & const_str_BOM64_BE._ascii.ob_base,
71317             & const_str_tuple._ascii.ob_base,
71318             & const_str_CodecInfo._ascii.ob_base,
71319             & const_str_Codec._ascii.ob_base,
71320             & const_str_object._ascii.ob_base,
71321             & const_str_IncrementalEncoder._ascii.ob_base,
71322             & const_str_BufferedIncrementalEncoder._ascii.ob_base,
71323             & const_str_IncrementalDecoder._ascii.ob_base,
71324             & const_str_BufferedIncrementalDecoder._ascii.ob_base,
71325             & const_str_StreamWriter._ascii.ob_base,
71326             & const_str_StreamReader._ascii.ob_base,
71327             & const_str_StreamReaderWriter._ascii.ob_base,
71328             & const_str_StreamRecoder._ascii.ob_base,
71329             &_Py_ID(open),
71330             & const_str_EncodedFile._ascii.ob_base,
71331             & const_str_getencoder._ascii.ob_base,
71332             & const_str_getdecoder._ascii.ob_base,
71333             & const_str_getincrementalencoder._ascii.ob_base,
71334             & const_str_getincrementaldecoder._ascii.ob_base,
71335             & const_str_getreader._ascii.ob_base,
71336             & const_str_getwriter._ascii.ob_base,
71337             & const_str_iterencode._ascii.ob_base,
71338             & const_str_iterdecode._ascii.ob_base,
71339             & const_str_make_identity_dict._ascii.ob_base,
71340             & const_str_make_encoding_map._ascii.ob_base,
71341             & const_str_lookup_error._ascii.ob_base,
71342             & const_str_strict_errors._ascii.ob_base,
71343             & const_str_ignore_errors._ascii.ob_base,
71344             & const_str_replace_errors._ascii.ob_base,
71345             & const_str_xmlcharrefreplace_errors._ascii.ob_base,
71346             & const_str_backslashreplace_errors._ascii.ob_base,
71347             & const_str_namereplace_errors._ascii.ob_base,
71348             & const_str_LookupError._ascii.ob_base,
71349             & const_str__false._ascii.ob_base,
71350             & const_str_encodings._ascii.ob_base,
71351             &_Py_ID(__name__),
71352             &_Py_ID(stdout),
71353             &_Py_ID(stdin),
71354         },
71355     },
71356 };
71357 static
71358     struct {
71359         PyObject_VAR_HEAD
71360         Py_hash_t ob_shash;
71361         char ob_sval[1189];
71362     }
71363 codecs_toplevel_linetable = {
71364     .ob_base = {
71365         .ob_base = {
71366             .ob_refcnt = 999999999,
71367             .ob_type = &PyBytes_Type,
71368         },
71369         .ob_size = 1188,
71370     },
71371     .ob_shash = -1,
71372     .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\xd0\x04\x19\xf8\xd8\x07\x12\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\xd1\x0a\x44\xd4\x0a\x44\xd0\x04\x44\xf8\xf8\xf8\xf8\xf0\x03\x01\x01\x45\x01\xf8\xf8\xf8\xf0\x06\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\x84\x3d\x90\x48\xd2\x03\x1c\xd0\x03\x1c\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\xf1\x00\x1d\x01\x26\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\xf1\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\xf1\x00\x26\x01\x0c\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\xf1\x00\x20\x01\x22\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\xf1\x00\x2f\x01\x0c\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\xf1\x00\x22\x01\x1f\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\xf1\x00\x45\x01\x01\x1c\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\xf1\x00\x75\x03\x01\x1c\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\xf1\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\xf1\x00\x70\x01\x01\x1c\xf4\x00\x70\x01\x01\x1c\xf0\x00\x70\x01\x01\x1c\xf0\x68\x03\x2f\x01\x0e\xf0\x00\x2f\x01\x0e\xf0\x00\x2f\x01\x0e\xf0\x00\x2f\x01\x0e\xf0\x62\x01\x22\x01\x0e\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\x10\x01\x15\xf0\x00\x10\x01\x15\xf0\x00\x10\x01\x15\xf0\x00\x10\x01\x15\xf0\x24\x10\x01\x15\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\xd1\x14\x2a\xd4\x14\x2a\x80\x4d\xd8\x14\x20\x90\x4c\xa0\x18\xd1\x14\x2a\xd4\x14\x2a\x80\x4d\xd8\x15\x21\x90\x5c\xa0\x29\xd1\x15\x2c\xd4\x15\x2c\x80\x4e\xd8\x1f\x2b\x98\x7c\xd0\x2c\x3f\xd1\x1f\x40\xd4\x1f\x40\xd0\x04\x1c\xd8\x1e\x2a\x98\x6c\xd0\x2b\x3d\xd1\x1e\x3e\xd4\x1e\x3e\xd0\x04\x1b\xd8\x19\x25\x98\x1c\xa0\x6d\xd1\x19\x34\xd4\x19\x34\xd0\x04\x16\xd0\x04\x16\xf8\xd8\x07\x12\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\xf0\x16\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\xf0\x08\x00\x04\x0c\x88\x7a\xd2\x03\x19\xd0\x03\x19\xf0\x06\x00\x12\x1d\x90\x1b\x98\x53\x9c\x5a\xa8\x19\xb0\x47\xd1\x11\x3c\xd4\x11\x3c\x80\x43\x84\x4a\xf0\x06\x00\x11\x1c\x90\x0b\x98\x43\x9c\x49\xa0\x77\xb0\x09\xd1\x10\x3a\xd4\x10\x3a\x80\x43\x84\x49\x80\x49\x80\x49\xf0\x0d\x00\x04\x1a\xd0\x03\x19",
71373 };
71374 static
71375     struct {
71376         PyObject_VAR_HEAD
71377         Py_hash_t ob_shash;
71378         char ob_sval[36];
71379     }
71380 codecs_toplevel_exceptiontable = {
71381     .ob_base = {
71382         .ob_base = {
71383             .ob_refcnt = 999999999,
71384             .ob_type = &PyBytes_Type,
71385         },
71386         .ob_size = 35,
71387     },
71388     .ob_shash = -1,
71389     .ob_sval = "\x8c\x04\x11\x00\x91\x05\x29\x03\x96\x0e\x24\x03\xa4\x05\x29\x03\xc4\x10\x41\x02\x45\x13\x00\xc5\x13\x11\x45\x27\x03\xc5\x26\x01\x45\x27\x03",
71390 };
71391 static
71392     struct _PyCode_DEF(852)
71393 codecs_toplevel = {
71394     .ob_base = {
71395         .ob_base = {
71396             .ob_refcnt = 999999999,
71397             .ob_type = &PyCode_Type,
71398         },
71399         .ob_size = 426,
71400     },
71401     .co_consts = & codecs_toplevel_consts._object.ob_base.ob_base,
71402     .co_names = & codecs_toplevel_names._object.ob_base.ob_base,
71403     .co_exceptiontable = & codecs_toplevel_exceptiontable.ob_base.ob_base,
71404     .co_flags = 0,
71405     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
71406     ._co_linearray_entry_size = 0,
71407     .co_argcount = 0,
71408     .co_posonlyargcount = 0,
71409     .co_kwonlyargcount = 0,
71410     .co_stacksize = 5,
71411     .co_firstlineno = 1,
71412     .co_nlocalsplus = 0,
71413     .co_nlocals = 0,
71414     .co_nplaincellvars = 0,
71415     .co_ncellvars = 0,
71416     .co_nfreevars = 0,
71417     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
71418     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
71419     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
71420     .co_name = &_Py_STR(anon_module),
71421     .co_qualname = &_Py_STR(anon_module),
71422     .co_linetable = & codecs_toplevel_linetable.ob_base.ob_base,
71423     ._co_code = NULL,
71424     ._co_linearray = NULL,
71425     .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\x6e\x1b\x23\x00\x65\x04\x24\x00\x72\x13\x5a\x05\x02\x00\x65\x06\x64\x04\x65\x05\x7a\x06\x00\x00\xa6\x01\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\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\x0f\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x18\x02\x00\x47\x00\x64\x0e\x84\x00\x64\x0f\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x19\x02\x00\x47\x00\x64\x10\x84\x00\x64\x11\x65\x1a\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1b\x02\x00\x47\x00\x64\x12\x84\x00\x64\x13\x65\x1b\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1c\x02\x00\x47\x00\x64\x14\x84\x00\x64\x15\x65\x1a\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1d\x02\x00\x47\x00\x64\x16\x84\x00\x64\x17\x65\x1d\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1e\x02\x00\x47\x00\x64\x18\x84\x00\x64\x19\x65\x19\xa6\x03\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\x19\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x20\x02\x00\x47\x00\x64\x1c\x84\x00\x64\x1d\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x21\x02\x00\x47\x00\x64\x1e\x84\x00\x64\x1f\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x22\x64\x37\x64\x23\x84\x01\x5a\x23\x64\x38\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\x39\x64\x2b\x84\x01\x5a\x2b\x64\x39\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x30\x02\x00\x65\x2f\x64\x2f\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x31\x02\x00\x65\x2f\x64\x30\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x32\x02\x00\x65\x2f\x64\x31\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x33\x02\x00\x65\x2f\x64\x32\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x34\x02\x00\x65\x2f\x64\x33\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x35\x6e\x17\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\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x64\x01\x5a\x37\x65\x37\x72\x04\x64\x01\x64\x02\x6c\x38\x5a\x38\x65\x39\x64\x34\x6b\x02\x00\x00\x00\x00\x72\x30\x02\x00\x65\x24\x65\x02\x6a\x3a\x00\x00\x00\x00\x00\x00\x00\x00\x64\x35\x64\x36\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x65\x02\x5f\x3a\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x65\x24\x65\x02\x6a\x3b\x00\x00\x00\x00\x00\x00\x00\x00\x64\x36\x64\x35\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x65\x02\x5f\x3b\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x53\x00\x64\x02\x53\x00",
71426     ._co_firsttraceable = 0,
71427 };
codecs_do_patchups(void)71428 static void codecs_do_patchups(void) {
71429 }
71430 
71431 PyObject *
_Py_get_codecs_toplevel(void)71432 _Py_get_codecs_toplevel(void)
71433 {
71434     codecs_do_patchups();
71435     return Py_NewRef((PyObject *) &codecs_toplevel);
71436 }
71437 
71438 static
71439     struct {
71440         PyASCIIObject _ascii;
71441         uint8_t _data[1474];
71442     }
71443 io_toplevel_consts_0 = {
71444     ._ascii = {
71445         .ob_base = {
71446             .ob_refcnt = 999999999,
71447             .ob_type = &PyUnicode_Type,
71448         },
71449         .length = 1473,
71450         .hash = -1,
71451         .state = {
71452             .kind = 1,
71453             .compact = 1,
71454             .ascii = 1,
71455             .ready = 1,
71456         },
71457     },
71458     ._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",
71459 };
71460 static
71461     struct {
71462         PyASCIIObject _ascii;
71463         uint8_t _data[236];
71464     }
71465 io_toplevel_consts_1 = {
71466     ._ascii = {
71467         .ob_base = {
71468             .ob_refcnt = 999999999,
71469             .ob_type = &PyUnicode_Type,
71470         },
71471         .length = 235,
71472         .hash = -1,
71473         .state = {
71474             .kind = 1,
71475             .compact = 1,
71476             .ascii = 1,
71477             .ready = 1,
71478         },
71479     },
71480     ._data = "Guido van Rossum <[email protected]>, Mike Verdone <[email protected]>, Mark Russell <[email protected]>, Antoine Pitrou <[email protected]>, Amaury Forgeot d'Arc <[email protected]>, Benjamin Peterson <[email protected]>",
71481 };
71482 static
71483     struct {
71484         PyASCIIObject _ascii;
71485         uint8_t _data[16];
71486     }
71487 const_str_BlockingIOError = {
71488     ._ascii = {
71489         .ob_base = {
71490             .ob_refcnt = 999999999,
71491             .ob_type = &PyUnicode_Type,
71492         },
71493         .length = 15,
71494         .hash = -1,
71495         .state = {
71496             .kind = 1,
71497             .compact = 1,
71498             .ascii = 1,
71499             .ready = 1,
71500         },
71501     },
71502     ._data = "BlockingIOError",
71503 };
71504 static
71505     struct {
71506         PyASCIIObject _ascii;
71507         uint8_t _data[7];
71508     }
71509 const_str_IOBase = {
71510     ._ascii = {
71511         .ob_base = {
71512             .ob_refcnt = 999999999,
71513             .ob_type = &PyUnicode_Type,
71514         },
71515         .length = 6,
71516         .hash = -1,
71517         .state = {
71518             .kind = 1,
71519             .compact = 1,
71520             .ascii = 1,
71521             .ready = 1,
71522         },
71523     },
71524     ._data = "IOBase",
71525 };
71526 static
71527     struct {
71528         PyASCIIObject _ascii;
71529         uint8_t _data[10];
71530     }
71531 const_str_RawIOBase = {
71532     ._ascii = {
71533         .ob_base = {
71534             .ob_refcnt = 999999999,
71535             .ob_type = &PyUnicode_Type,
71536         },
71537         .length = 9,
71538         .hash = -1,
71539         .state = {
71540             .kind = 1,
71541             .compact = 1,
71542             .ascii = 1,
71543             .ready = 1,
71544         },
71545     },
71546     ._data = "RawIOBase",
71547 };
71548 static
71549     struct {
71550         PyASCIIObject _ascii;
71551         uint8_t _data[9];
71552     }
71553 const_str_StringIO = {
71554     ._ascii = {
71555         .ob_base = {
71556             .ob_refcnt = 999999999,
71557             .ob_type = &PyUnicode_Type,
71558         },
71559         .length = 8,
71560         .hash = -1,
71561         .state = {
71562             .kind = 1,
71563             .compact = 1,
71564             .ascii = 1,
71565             .ready = 1,
71566         },
71567     },
71568     ._data = "StringIO",
71569 };
71570 static
71571     struct {
71572         PyASCIIObject _ascii;
71573         uint8_t _data[15];
71574     }
71575 const_str_BufferedIOBase = {
71576     ._ascii = {
71577         .ob_base = {
71578             .ob_refcnt = 999999999,
71579             .ob_type = &PyUnicode_Type,
71580         },
71581         .length = 14,
71582         .hash = -1,
71583         .state = {
71584             .kind = 1,
71585             .compact = 1,
71586             .ascii = 1,
71587             .ready = 1,
71588         },
71589     },
71590     ._data = "BufferedIOBase",
71591 };
71592 static
71593     struct {
71594         PyASCIIObject _ascii;
71595         uint8_t _data[15];
71596     }
71597 const_str_BufferedReader = {
71598     ._ascii = {
71599         .ob_base = {
71600             .ob_refcnt = 999999999,
71601             .ob_type = &PyUnicode_Type,
71602         },
71603         .length = 14,
71604         .hash = -1,
71605         .state = {
71606             .kind = 1,
71607             .compact = 1,
71608             .ascii = 1,
71609             .ready = 1,
71610         },
71611     },
71612     ._data = "BufferedReader",
71613 };
71614 static
71615     struct {
71616         PyASCIIObject _ascii;
71617         uint8_t _data[15];
71618     }
71619 const_str_BufferedWriter = {
71620     ._ascii = {
71621         .ob_base = {
71622             .ob_refcnt = 999999999,
71623             .ob_type = &PyUnicode_Type,
71624         },
71625         .length = 14,
71626         .hash = -1,
71627         .state = {
71628             .kind = 1,
71629             .compact = 1,
71630             .ascii = 1,
71631             .ready = 1,
71632         },
71633     },
71634     ._data = "BufferedWriter",
71635 };
71636 static
71637     struct {
71638         PyASCIIObject _ascii;
71639         uint8_t _data[15];
71640     }
71641 const_str_BufferedRWPair = {
71642     ._ascii = {
71643         .ob_base = {
71644             .ob_refcnt = 999999999,
71645             .ob_type = &PyUnicode_Type,
71646         },
71647         .length = 14,
71648         .hash = -1,
71649         .state = {
71650             .kind = 1,
71651             .compact = 1,
71652             .ascii = 1,
71653             .ready = 1,
71654         },
71655     },
71656     ._data = "BufferedRWPair",
71657 };
71658 static
71659     struct {
71660         PyASCIIObject _ascii;
71661         uint8_t _data[15];
71662     }
71663 const_str_BufferedRandom = {
71664     ._ascii = {
71665         .ob_base = {
71666             .ob_refcnt = 999999999,
71667             .ob_type = &PyUnicode_Type,
71668         },
71669         .length = 14,
71670         .hash = -1,
71671         .state = {
71672             .kind = 1,
71673             .compact = 1,
71674             .ascii = 1,
71675             .ready = 1,
71676         },
71677     },
71678     ._data = "BufferedRandom",
71679 };
71680 static
71681     struct {
71682         PyASCIIObject _ascii;
71683         uint8_t _data[11];
71684     }
71685 const_str_TextIOBase = {
71686     ._ascii = {
71687         .ob_base = {
71688             .ob_refcnt = 999999999,
71689             .ob_type = &PyUnicode_Type,
71690         },
71691         .length = 10,
71692         .hash = -1,
71693         .state = {
71694             .kind = 1,
71695             .compact = 1,
71696             .ascii = 1,
71697             .ready = 1,
71698         },
71699     },
71700     ._data = "TextIOBase",
71701 };
71702 static
71703     struct {
71704         PyASCIIObject _ascii;
71705         uint8_t _data[21];
71706     }
71707 const_str_UnsupportedOperation = {
71708     ._ascii = {
71709         .ob_base = {
71710             .ob_refcnt = 999999999,
71711             .ob_type = &PyUnicode_Type,
71712         },
71713         .length = 20,
71714         .hash = -1,
71715         .state = {
71716             .kind = 1,
71717             .compact = 1,
71718             .ascii = 1,
71719             .ready = 1,
71720         },
71721     },
71722     ._data = "UnsupportedOperation",
71723 };
71724 static
71725     struct {
71726         PyASCIIObject _ascii;
71727         uint8_t _data[9];
71728     }
71729 const_str_SEEK_SET = {
71730     ._ascii = {
71731         .ob_base = {
71732             .ob_refcnt = 999999999,
71733             .ob_type = &PyUnicode_Type,
71734         },
71735         .length = 8,
71736         .hash = -1,
71737         .state = {
71738             .kind = 1,
71739             .compact = 1,
71740             .ascii = 1,
71741             .ready = 1,
71742         },
71743     },
71744     ._data = "SEEK_SET",
71745 };
71746 static
71747     struct {
71748         PyASCIIObject _ascii;
71749         uint8_t _data[9];
71750     }
71751 const_str_SEEK_CUR = {
71752     ._ascii = {
71753         .ob_base = {
71754             .ob_refcnt = 999999999,
71755             .ob_type = &PyUnicode_Type,
71756         },
71757         .length = 8,
71758         .hash = -1,
71759         .state = {
71760             .kind = 1,
71761             .compact = 1,
71762             .ascii = 1,
71763             .ready = 1,
71764         },
71765     },
71766     ._data = "SEEK_CUR",
71767 };
71768 static
71769     struct {
71770         PyASCIIObject _ascii;
71771         uint8_t _data[9];
71772     }
71773 const_str_SEEK_END = {
71774     ._ascii = {
71775         .ob_base = {
71776             .ob_refcnt = 999999999,
71777             .ob_type = &PyUnicode_Type,
71778         },
71779         .length = 8,
71780         .hash = -1,
71781         .state = {
71782             .kind = 1,
71783             .compact = 1,
71784             .ascii = 1,
71785             .ready = 1,
71786         },
71787     },
71788     ._data = "SEEK_END",
71789 };
71790 static
71791     struct {
71792         PyGC_Head _gc_head;
71793         struct {
71794             PyObject_VAR_HEAD
71795             PyObject *ob_item[19];
71796         }_object;
71797     }
71798 io_toplevel_consts_2 = {
71799     ._object = {
71800         .ob_base = {
71801             .ob_base = {
71802                 .ob_refcnt = 999999999,
71803                 .ob_type = &PyTuple_Type,
71804             },
71805             .ob_size = 19,
71806         },
71807         .ob_item = {
71808             & const_str_BlockingIOError._ascii.ob_base,
71809             &_Py_ID(open),
71810             & const_str_open_code._ascii.ob_base,
71811             & const_str_IOBase._ascii.ob_base,
71812             & const_str_RawIOBase._ascii.ob_base,
71813             & const_str_FileIO._ascii.ob_base,
71814             & const_str_BytesIO._ascii.ob_base,
71815             & const_str_StringIO._ascii.ob_base,
71816             & const_str_BufferedIOBase._ascii.ob_base,
71817             & const_str_BufferedReader._ascii.ob_base,
71818             & const_str_BufferedWriter._ascii.ob_base,
71819             & const_str_BufferedRWPair._ascii.ob_base,
71820             & const_str_BufferedRandom._ascii.ob_base,
71821             & const_str_TextIOBase._ascii.ob_base,
71822             &_Py_ID(TextIOWrapper),
71823             & const_str_UnsupportedOperation._ascii.ob_base,
71824             & const_str_SEEK_SET._ascii.ob_base,
71825             & const_str_SEEK_CUR._ascii.ob_base,
71826             & const_str_SEEK_END._ascii.ob_base,
71827         },
71828     },
71829 };
71830 static
71831     struct {
71832         PyASCIIObject _ascii;
71833         uint8_t _data[20];
71834     }
71835 const_str_DEFAULT_BUFFER_SIZE = {
71836     ._ascii = {
71837         .ob_base = {
71838             .ob_refcnt = 999999999,
71839             .ob_type = &PyUnicode_Type,
71840         },
71841         .length = 19,
71842         .hash = -1,
71843         .state = {
71844             .kind = 1,
71845             .compact = 1,
71846             .ascii = 1,
71847             .ready = 1,
71848         },
71849     },
71850     ._data = "DEFAULT_BUFFER_SIZE",
71851 };
71852 static
71853     struct {
71854         PyASCIIObject _ascii;
71855         uint8_t _data[14];
71856     }
71857 const_str_text_encoding = {
71858     ._ascii = {
71859         .ob_base = {
71860             .ob_refcnt = 999999999,
71861             .ob_type = &PyUnicode_Type,
71862         },
71863         .length = 13,
71864         .hash = -1,
71865         .state = {
71866             .kind = 1,
71867             .compact = 1,
71868             .ascii = 1,
71869             .ready = 1,
71870         },
71871     },
71872     ._data = "text_encoding",
71873 };
71874 static
71875     struct {
71876         PyGC_Head _gc_head;
71877         struct {
71878             PyObject_VAR_HEAD
71879             PyObject *ob_item[15];
71880         }_object;
71881     }
71882 io_toplevel_consts_5 = {
71883     ._object = {
71884         .ob_base = {
71885             .ob_base = {
71886                 .ob_refcnt = 999999999,
71887                 .ob_type = &PyTuple_Type,
71888             },
71889             .ob_size = 15,
71890         },
71891         .ob_item = {
71892             & const_str_DEFAULT_BUFFER_SIZE._ascii.ob_base,
71893             & const_str_BlockingIOError._ascii.ob_base,
71894             & const_str_UnsupportedOperation._ascii.ob_base,
71895             &_Py_ID(open),
71896             & const_str_open_code._ascii.ob_base,
71897             & const_str_FileIO._ascii.ob_base,
71898             & const_str_BytesIO._ascii.ob_base,
71899             & const_str_StringIO._ascii.ob_base,
71900             & const_str_BufferedReader._ascii.ob_base,
71901             & const_str_BufferedWriter._ascii.ob_base,
71902             & const_str_BufferedRWPair._ascii.ob_base,
71903             & const_str_BufferedRandom._ascii.ob_base,
71904             & const_str_IncrementalNewlineDecoder._ascii.ob_base,
71905             & const_str_text_encoding._ascii.ob_base,
71906             &_Py_ID(TextIOWrapper),
71907         },
71908     },
71909 };
71910 static
71911     struct {
71912         PyASCIIObject _ascii;
71913         uint8_t _data[12];
71914     }
71915 const_str_OpenWrapper = {
71916     ._ascii = {
71917         .ob_base = {
71918             .ob_refcnt = 999999999,
71919             .ob_type = &PyUnicode_Type,
71920         },
71921         .length = 11,
71922         .hash = -1,
71923         .state = {
71924             .kind = 1,
71925             .compact = 1,
71926             .ascii = 1,
71927             .ready = 1,
71928         },
71929     },
71930     ._data = "OpenWrapper",
71931 };
71932 static
71933     struct {
71934         PyASCIIObject _ascii;
71935         uint8_t _data[44];
71936     }
71937 io_toplevel_consts_6_consts_3 = {
71938     ._ascii = {
71939         .ob_base = {
71940             .ob_refcnt = 999999999,
71941             .ob_type = &PyUnicode_Type,
71942         },
71943         .length = 43,
71944         .hash = -1,
71945         .state = {
71946             .kind = 1,
71947             .compact = 1,
71948             .ascii = 1,
71949             .ready = 1,
71950         },
71951     },
71952     ._data = "OpenWrapper is deprecated, use open instead",
71953 };
71954 static
71955     struct {
71956         PyASCIIObject _ascii;
71957         uint8_t _data[8];
71958     }
71959 io_toplevel_consts_6_consts_6 = {
71960     ._ascii = {
71961         .ob_base = {
71962             .ob_refcnt = 999999999,
71963             .ob_type = &PyUnicode_Type,
71964         },
71965         .length = 7,
71966         .hash = -1,
71967         .state = {
71968             .kind = 1,
71969             .compact = 1,
71970             .ascii = 1,
71971             .ready = 1,
71972         },
71973     },
71974     ._data = "module ",
71975 };
71976 static
71977     struct {
71978         PyASCIIObject _ascii;
71979         uint8_t _data[19];
71980     }
71981 io_toplevel_consts_6_consts_7 = {
71982     ._ascii = {
71983         .ob_base = {
71984             .ob_refcnt = 999999999,
71985             .ob_type = &PyUnicode_Type,
71986         },
71987         .length = 18,
71988         .hash = -1,
71989         .state = {
71990             .kind = 1,
71991             .compact = 1,
71992             .ascii = 1,
71993             .ready = 1,
71994         },
71995     },
71996     ._data = " has no attribute ",
71997 };
71998 static
71999     struct {
72000         PyGC_Head _gc_head;
72001         struct {
72002             PyObject_VAR_HEAD
72003             PyObject *ob_item[8];
72004         }_object;
72005     }
72006 io_toplevel_consts_6_consts = {
72007     ._object = {
72008         .ob_base = {
72009             .ob_base = {
72010                 .ob_refcnt = 999999999,
72011                 .ob_type = &PyTuple_Type,
72012             },
72013             .ob_size = 8,
72014         },
72015         .ob_item = {
72016             Py_None,
72017             & const_str_OpenWrapper._ascii.ob_base,
72018             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
72019             & io_toplevel_consts_6_consts_3._ascii.ob_base,
72020             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
72021             & importlib__bootstrap_toplevel_consts_55_consts_8._object.ob_base.ob_base,
72022             & io_toplevel_consts_6_consts_6._ascii.ob_base,
72023             & io_toplevel_consts_6_consts_7._ascii.ob_base,
72024         },
72025     },
72026 };
72027 static
72028     struct {
72029         PyGC_Head _gc_head;
72030         struct {
72031             PyObject_VAR_HEAD
72032             PyObject *ob_item[7];
72033         }_object;
72034     }
72035 io_toplevel_consts_6_names = {
72036     ._object = {
72037         .ob_base = {
72038             .ob_base = {
72039                 .ob_refcnt = 999999999,
72040                 .ob_type = &PyTuple_Type,
72041             },
72042             .ob_size = 7,
72043         },
72044         .ob_item = {
72045             &_Py_ID(warnings),
72046             & const_str_warn._ascii.ob_base,
72047             & const_str_DeprecationWarning._ascii.ob_base,
72048             &_Py_ID(open),
72049             & const_str_OpenWrapper._ascii.ob_base,
72050             & const_str_AttributeError._ascii.ob_base,
72051             &_Py_ID(__name__),
72052         },
72053     },
72054 };
72055 static
72056     struct {
72057         PyASCIIObject _ascii;
72058         uint8_t _data[12];
72059     }
72060 io_toplevel_consts_6_filename = {
72061     ._ascii = {
72062         .ob_base = {
72063             .ob_refcnt = 999999999,
72064             .ob_type = &PyUnicode_Type,
72065         },
72066         .length = 11,
72067         .hash = -1,
72068         .state = {
72069             .kind = 1,
72070             .compact = 1,
72071             .ascii = 1,
72072             .ready = 1,
72073         },
72074     },
72075     ._data = "<frozen io>",
72076 };
72077 static
72078     struct {
72079         PyObject_VAR_HEAD
72080         Py_hash_t ob_shash;
72081         char ob_sval[104];
72082     }
72083 io_toplevel_consts_6_linetable = {
72084     .ob_base = {
72085         .ob_base = {
72086             .ob_refcnt = 999999999,
72087             .ob_type = &PyBytes_Type,
72088         },
72089         .ob_size = 103,
72090     },
72091     .ob_shash = -1,
72092     .ob_sval = "\x80\x00\xd8\x07\x0b\x88\x7d\xd2\x07\x1c\xd0\x07\x1c\xf0\x0c\x00\x09\x18\x88\x0f\x88\x0f\x88\x0f\xd8\x08\x10\x8f\x0d\x8a\x0d\xd0\x16\x43\xdd\x16\x28\xb0\x51\xf0\x03\x00\x09\x16\xf1\x00\x01\x09\x38\xf4\x00\x01\x09\x38\xf0\x00\x01\x09\x38\xf5\x06\x00\x17\x1b\x88\x0b\xdd\x0f\x1a\xd0\x08\x1a\xdd\x0a\x18\xd0\x19\x49\xa5\x38\xd0\x19\x49\xd0\x19\x49\xc0\x14\xd0\x19\x49\xd0\x19\x49\xd1\x0a\x4a\xd4\x0a\x4a\xd0\x04\x4a",
72093 };
72094 static
72095     struct {
72096         PyGC_Head _gc_head;
72097         struct {
72098             PyObject_VAR_HEAD
72099             PyObject *ob_item[2];
72100         }_object;
72101     }
72102 io_toplevel_consts_6_localsplusnames = {
72103     ._object = {
72104         .ob_base = {
72105             .ob_base = {
72106                 .ob_refcnt = 999999999,
72107                 .ob_type = &PyTuple_Type,
72108             },
72109             .ob_size = 2,
72110         },
72111         .ob_item = {
72112             &_Py_ID(name),
72113             &_Py_ID(warnings),
72114         },
72115     },
72116 };
72117 static
72118     struct _PyCode_DEF(160)
72119 io_toplevel_consts_6 = {
72120     .ob_base = {
72121         .ob_base = {
72122             .ob_refcnt = 999999999,
72123             .ob_type = &PyCode_Type,
72124         },
72125         .ob_size = 80,
72126     },
72127     .co_consts = & io_toplevel_consts_6_consts._object.ob_base.ob_base,
72128     .co_names = & io_toplevel_consts_6_names._object.ob_base.ob_base,
72129     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
72130     .co_flags = 3,
72131     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
72132     ._co_linearray_entry_size = 0,
72133     .co_argcount = 1,
72134     .co_posonlyargcount = 0,
72135     .co_kwonlyargcount = 0,
72136     .co_stacksize = 6,
72137     .co_firstlineno = 60,
72138     .co_nlocalsplus = 2,
72139     .co_nlocals = 2,
72140     .co_nplaincellvars = 0,
72141     .co_ncellvars = 0,
72142     .co_nfreevars = 0,
72143     .co_localsplusnames = & io_toplevel_consts_6_localsplusnames._object.ob_base.ob_base,
72144     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
72145     .co_filename = & io_toplevel_consts_6_filename._ascii.ob_base,
72146     .co_name = &_Py_ID(__getattr__),
72147     .co_qualname = &_Py_ID(__getattr__),
72148     .co_linetable = & io_toplevel_consts_6_linetable.ob_base.ob_base,
72149     ._co_code = NULL,
72150     ._co_linearray = NULL,
72151     .co_code_adaptive = "\x97\x00\x7c\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x2f\x64\x02\x64\x00\x6c\x00\x7d\x01\x7c\x01\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xac\x05\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x61\x04\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x02\x64\x07\x7c\x00\x9b\x02\x9d\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
72152     ._co_firsttraceable = 0,
72153 };
72154 static
72155     struct {
72156         PyASCIIObject _ascii;
72157         uint8_t _data[3];
72158     }
72159 const_str_io = {
72160     ._ascii = {
72161         .ob_base = {
72162             .ob_refcnt = 999999999,
72163             .ob_type = &PyUnicode_Type,
72164         },
72165         .length = 2,
72166         .hash = -1,
72167         .state = {
72168             .kind = 1,
72169             .compact = 1,
72170             .ascii = 1,
72171             .ready = 1,
72172         },
72173     },
72174     ._data = "io",
72175 };
72176 static
72177     struct {
72178         PyGC_Head _gc_head;
72179         struct {
72180             PyObject_VAR_HEAD
72181             PyObject *ob_item[2];
72182         }_object;
72183     }
72184 io_toplevel_consts_10_consts = {
72185     ._object = {
72186         .ob_base = {
72187             .ob_base = {
72188                 .ob_refcnt = 999999999,
72189                 .ob_type = &PyTuple_Type,
72190             },
72191             .ob_size = 2,
72192         },
72193         .ob_item = {
72194             & const_str_IOBase._ascii.ob_base,
72195             Py_None,
72196         },
72197     },
72198 };
72199 static
72200     struct {
72201         PyASCIIObject _ascii;
72202         uint8_t _data[8];
72203     }
72204 const_str__IOBase = {
72205     ._ascii = {
72206         .ob_base = {
72207             .ob_refcnt = 999999999,
72208             .ob_type = &PyUnicode_Type,
72209         },
72210         .length = 7,
72211         .hash = -1,
72212         .state = {
72213             .kind = 1,
72214             .compact = 1,
72215             .ascii = 1,
72216             .ready = 1,
72217         },
72218     },
72219     ._data = "_IOBase",
72220 };
72221 static
72222     struct {
72223         PyGC_Head _gc_head;
72224         struct {
72225             PyObject_VAR_HEAD
72226             PyObject *ob_item[6];
72227         }_object;
72228     }
72229 io_toplevel_consts_10_names = {
72230     ._object = {
72231         .ob_base = {
72232             .ob_base = {
72233                 .ob_refcnt = 999999999,
72234                 .ob_type = &PyTuple_Type,
72235             },
72236             .ob_size = 6,
72237         },
72238         .ob_item = {
72239             &_Py_ID(__name__),
72240             &_Py_ID(__module__),
72241             &_Py_ID(__qualname__),
72242             & const_str__io._ascii.ob_base,
72243             & const_str__IOBase._ascii.ob_base,
72244             &_Py_ID(__doc__),
72245         },
72246     },
72247 };
72248 static
72249     struct {
72250         PyObject_VAR_HEAD
72251         Py_hash_t ob_shash;
72252         char ob_sval[25];
72253     }
72254 io_toplevel_consts_10_linetable = {
72255     .ob_base = {
72256         .ob_base = {
72257             .ob_refcnt = 999999999,
72258             .ob_type = &PyBytes_Type,
72259         },
72260         .ob_size = 24,
72261     },
72262     .ob_shash = -1,
72263     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xd8\x0e\x11\x8c\x6b\xd4\x0e\x21\x80\x47\x80\x47\x80\x47",
72264 };
72265 static
72266     struct _PyCode_DEF(38)
72267 io_toplevel_consts_10 = {
72268     .ob_base = {
72269         .ob_base = {
72270             .ob_refcnt = 999999999,
72271             .ob_type = &PyCode_Type,
72272         },
72273         .ob_size = 19,
72274     },
72275     .co_consts = & io_toplevel_consts_10_consts._object.ob_base.ob_base,
72276     .co_names = & io_toplevel_consts_10_names._object.ob_base.ob_base,
72277     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
72278     .co_flags = 0,
72279     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
72280     ._co_linearray_entry_size = 0,
72281     .co_argcount = 0,
72282     .co_posonlyargcount = 0,
72283     .co_kwonlyargcount = 0,
72284     .co_stacksize = 1,
72285     .co_firstlineno = 87,
72286     .co_nlocalsplus = 0,
72287     .co_nlocals = 0,
72288     .co_nplaincellvars = 0,
72289     .co_ncellvars = 0,
72290     .co_nfreevars = 0,
72291     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
72292     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
72293     .co_filename = & io_toplevel_consts_6_filename._ascii.ob_base,
72294     .co_name = & const_str_IOBase._ascii.ob_base,
72295     .co_qualname = & const_str_IOBase._ascii.ob_base,
72296     .co_linetable = & io_toplevel_consts_10_linetable.ob_base.ob_base,
72297     ._co_code = NULL,
72298     ._co_linearray = NULL,
72299     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x65\x03\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x64\x01\x53\x00",
72300     ._co_firsttraceable = 0,
72301 };
72302 static
72303     struct {
72304         PyGC_Head _gc_head;
72305         struct {
72306             PyObject_VAR_HEAD
72307             PyObject *ob_item[2];
72308         }_object;
72309     }
72310 io_toplevel_consts_13_consts = {
72311     ._object = {
72312         .ob_base = {
72313             .ob_base = {
72314                 .ob_refcnt = 999999999,
72315                 .ob_type = &PyTuple_Type,
72316             },
72317             .ob_size = 2,
72318         },
72319         .ob_item = {
72320             & const_str_RawIOBase._ascii.ob_base,
72321             Py_None,
72322         },
72323     },
72324 };
72325 static
72326     struct {
72327         PyASCIIObject _ascii;
72328         uint8_t _data[11];
72329     }
72330 const_str__RawIOBase = {
72331     ._ascii = {
72332         .ob_base = {
72333             .ob_refcnt = 999999999,
72334             .ob_type = &PyUnicode_Type,
72335         },
72336         .length = 10,
72337         .hash = -1,
72338         .state = {
72339             .kind = 1,
72340             .compact = 1,
72341             .ascii = 1,
72342             .ready = 1,
72343         },
72344     },
72345     ._data = "_RawIOBase",
72346 };
72347 static
72348     struct {
72349         PyGC_Head _gc_head;
72350         struct {
72351             PyObject_VAR_HEAD
72352             PyObject *ob_item[6];
72353         }_object;
72354     }
72355 io_toplevel_consts_13_names = {
72356     ._object = {
72357         .ob_base = {
72358             .ob_base = {
72359                 .ob_refcnt = 999999999,
72360                 .ob_type = &PyTuple_Type,
72361             },
72362             .ob_size = 6,
72363         },
72364         .ob_item = {
72365             &_Py_ID(__name__),
72366             &_Py_ID(__module__),
72367             &_Py_ID(__qualname__),
72368             & const_str__io._ascii.ob_base,
72369             & const_str__RawIOBase._ascii.ob_base,
72370             &_Py_ID(__doc__),
72371         },
72372     },
72373 };
72374 static
72375     struct {
72376         PyObject_VAR_HEAD
72377         Py_hash_t ob_shash;
72378         char ob_sval[25];
72379     }
72380 io_toplevel_consts_13_linetable = {
72381     .ob_base = {
72382         .ob_base = {
72383             .ob_refcnt = 999999999,
72384             .ob_type = &PyBytes_Type,
72385         },
72386         .ob_size = 24,
72387     },
72388     .ob_shash = -1,
72389     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xd8\x0e\x11\x8c\x6e\xd4\x0e\x24\x80\x47\x80\x47\x80\x47",
72390 };
72391 static
72392     struct _PyCode_DEF(38)
72393 io_toplevel_consts_13 = {
72394     .ob_base = {
72395         .ob_base = {
72396             .ob_refcnt = 999999999,
72397             .ob_type = &PyCode_Type,
72398         },
72399         .ob_size = 19,
72400     },
72401     .co_consts = & io_toplevel_consts_13_consts._object.ob_base.ob_base,
72402     .co_names = & io_toplevel_consts_13_names._object.ob_base.ob_base,
72403     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
72404     .co_flags = 0,
72405     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
72406     ._co_linearray_entry_size = 0,
72407     .co_argcount = 0,
72408     .co_posonlyargcount = 0,
72409     .co_kwonlyargcount = 0,
72410     .co_stacksize = 1,
72411     .co_firstlineno = 90,
72412     .co_nlocalsplus = 0,
72413     .co_nlocals = 0,
72414     .co_nplaincellvars = 0,
72415     .co_ncellvars = 0,
72416     .co_nfreevars = 0,
72417     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
72418     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
72419     .co_filename = & io_toplevel_consts_6_filename._ascii.ob_base,
72420     .co_name = & const_str_RawIOBase._ascii.ob_base,
72421     .co_qualname = & const_str_RawIOBase._ascii.ob_base,
72422     .co_linetable = & io_toplevel_consts_13_linetable.ob_base.ob_base,
72423     ._co_code = NULL,
72424     ._co_linearray = NULL,
72425     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x65\x03\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x64\x01\x53\x00",
72426     ._co_firsttraceable = 0,
72427 };
72428 static
72429     struct {
72430         PyGC_Head _gc_head;
72431         struct {
72432             PyObject_VAR_HEAD
72433             PyObject *ob_item[2];
72434         }_object;
72435     }
72436 io_toplevel_consts_15_consts = {
72437     ._object = {
72438         .ob_base = {
72439             .ob_base = {
72440                 .ob_refcnt = 999999999,
72441                 .ob_type = &PyTuple_Type,
72442             },
72443             .ob_size = 2,
72444         },
72445         .ob_item = {
72446             & const_str_BufferedIOBase._ascii.ob_base,
72447             Py_None,
72448         },
72449     },
72450 };
72451 static
72452     struct {
72453         PyASCIIObject _ascii;
72454         uint8_t _data[16];
72455     }
72456 const_str__BufferedIOBase = {
72457     ._ascii = {
72458         .ob_base = {
72459             .ob_refcnt = 999999999,
72460             .ob_type = &PyUnicode_Type,
72461         },
72462         .length = 15,
72463         .hash = -1,
72464         .state = {
72465             .kind = 1,
72466             .compact = 1,
72467             .ascii = 1,
72468             .ready = 1,
72469         },
72470     },
72471     ._data = "_BufferedIOBase",
72472 };
72473 static
72474     struct {
72475         PyGC_Head _gc_head;
72476         struct {
72477             PyObject_VAR_HEAD
72478             PyObject *ob_item[6];
72479         }_object;
72480     }
72481 io_toplevel_consts_15_names = {
72482     ._object = {
72483         .ob_base = {
72484             .ob_base = {
72485                 .ob_refcnt = 999999999,
72486                 .ob_type = &PyTuple_Type,
72487             },
72488             .ob_size = 6,
72489         },
72490         .ob_item = {
72491             &_Py_ID(__name__),
72492             &_Py_ID(__module__),
72493             &_Py_ID(__qualname__),
72494             & const_str__io._ascii.ob_base,
72495             & const_str__BufferedIOBase._ascii.ob_base,
72496             &_Py_ID(__doc__),
72497         },
72498     },
72499 };
72500 static
72501     struct {
72502         PyObject_VAR_HEAD
72503         Py_hash_t ob_shash;
72504         char ob_sval[26];
72505     }
72506 io_toplevel_consts_15_linetable = {
72507     .ob_base = {
72508         .ob_base = {
72509             .ob_refcnt = 999999999,
72510             .ob_type = &PyBytes_Type,
72511         },
72512         .ob_size = 25,
72513     },
72514     .ob_shash = -1,
72515     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xd8\x0e\x11\xd4\x0e\x21\xd4\x0e\x29\x80\x47\x80\x47\x80\x47",
72516 };
72517 static
72518     struct _PyCode_DEF(38)
72519 io_toplevel_consts_15 = {
72520     .ob_base = {
72521         .ob_base = {
72522             .ob_refcnt = 999999999,
72523             .ob_type = &PyCode_Type,
72524         },
72525         .ob_size = 19,
72526     },
72527     .co_consts = & io_toplevel_consts_15_consts._object.ob_base.ob_base,
72528     .co_names = & io_toplevel_consts_15_names._object.ob_base.ob_base,
72529     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
72530     .co_flags = 0,
72531     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
72532     ._co_linearray_entry_size = 0,
72533     .co_argcount = 0,
72534     .co_posonlyargcount = 0,
72535     .co_kwonlyargcount = 0,
72536     .co_stacksize = 1,
72537     .co_firstlineno = 93,
72538     .co_nlocalsplus = 0,
72539     .co_nlocals = 0,
72540     .co_nplaincellvars = 0,
72541     .co_ncellvars = 0,
72542     .co_nfreevars = 0,
72543     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
72544     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
72545     .co_filename = & io_toplevel_consts_6_filename._ascii.ob_base,
72546     .co_name = & const_str_BufferedIOBase._ascii.ob_base,
72547     .co_qualname = & const_str_BufferedIOBase._ascii.ob_base,
72548     .co_linetable = & io_toplevel_consts_15_linetable.ob_base.ob_base,
72549     ._co_code = NULL,
72550     ._co_linearray = NULL,
72551     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x65\x03\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x64\x01\x53\x00",
72552     ._co_firsttraceable = 0,
72553 };
72554 static
72555     struct {
72556         PyGC_Head _gc_head;
72557         struct {
72558             PyObject_VAR_HEAD
72559             PyObject *ob_item[2];
72560         }_object;
72561     }
72562 io_toplevel_consts_17_consts = {
72563     ._object = {
72564         .ob_base = {
72565             .ob_base = {
72566                 .ob_refcnt = 999999999,
72567                 .ob_type = &PyTuple_Type,
72568             },
72569             .ob_size = 2,
72570         },
72571         .ob_item = {
72572             & const_str_TextIOBase._ascii.ob_base,
72573             Py_None,
72574         },
72575     },
72576 };
72577 static
72578     struct {
72579         PyASCIIObject _ascii;
72580         uint8_t _data[12];
72581     }
72582 const_str__TextIOBase = {
72583     ._ascii = {
72584         .ob_base = {
72585             .ob_refcnt = 999999999,
72586             .ob_type = &PyUnicode_Type,
72587         },
72588         .length = 11,
72589         .hash = -1,
72590         .state = {
72591             .kind = 1,
72592             .compact = 1,
72593             .ascii = 1,
72594             .ready = 1,
72595         },
72596     },
72597     ._data = "_TextIOBase",
72598 };
72599 static
72600     struct {
72601         PyGC_Head _gc_head;
72602         struct {
72603             PyObject_VAR_HEAD
72604             PyObject *ob_item[6];
72605         }_object;
72606     }
72607 io_toplevel_consts_17_names = {
72608     ._object = {
72609         .ob_base = {
72610             .ob_base = {
72611                 .ob_refcnt = 999999999,
72612                 .ob_type = &PyTuple_Type,
72613             },
72614             .ob_size = 6,
72615         },
72616         .ob_item = {
72617             &_Py_ID(__name__),
72618             &_Py_ID(__module__),
72619             &_Py_ID(__qualname__),
72620             & const_str__io._ascii.ob_base,
72621             & const_str__TextIOBase._ascii.ob_base,
72622             &_Py_ID(__doc__),
72623         },
72624     },
72625 };
72626 static
72627     struct {
72628         PyObject_VAR_HEAD
72629         Py_hash_t ob_shash;
72630         char ob_sval[25];
72631     }
72632 io_toplevel_consts_17_linetable = {
72633     .ob_base = {
72634         .ob_base = {
72635             .ob_refcnt = 999999999,
72636             .ob_type = &PyBytes_Type,
72637         },
72638         .ob_size = 24,
72639     },
72640     .ob_shash = -1,
72641     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xd8\x0e\x11\x8c\x6f\xd4\x0e\x25\x80\x47\x80\x47\x80\x47",
72642 };
72643 static
72644     struct _PyCode_DEF(38)
72645 io_toplevel_consts_17 = {
72646     .ob_base = {
72647         .ob_base = {
72648             .ob_refcnt = 999999999,
72649             .ob_type = &PyCode_Type,
72650         },
72651         .ob_size = 19,
72652     },
72653     .co_consts = & io_toplevel_consts_17_consts._object.ob_base.ob_base,
72654     .co_names = & io_toplevel_consts_17_names._object.ob_base.ob_base,
72655     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
72656     .co_flags = 0,
72657     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
72658     ._co_linearray_entry_size = 0,
72659     .co_argcount = 0,
72660     .co_posonlyargcount = 0,
72661     .co_kwonlyargcount = 0,
72662     .co_stacksize = 1,
72663     .co_firstlineno = 96,
72664     .co_nlocalsplus = 0,
72665     .co_nlocals = 0,
72666     .co_nplaincellvars = 0,
72667     .co_ncellvars = 0,
72668     .co_nfreevars = 0,
72669     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
72670     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
72671     .co_filename = & io_toplevel_consts_6_filename._ascii.ob_base,
72672     .co_name = & const_str_TextIOBase._ascii.ob_base,
72673     .co_qualname = & const_str_TextIOBase._ascii.ob_base,
72674     .co_linetable = & io_toplevel_consts_17_linetable.ob_base.ob_base,
72675     ._co_code = NULL,
72676     ._co_linearray = NULL,
72677     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x65\x03\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x64\x01\x53\x00",
72678     ._co_firsttraceable = 0,
72679 };
72680 static
72681     struct {
72682         PyASCIIObject _ascii;
72683         uint8_t _data[18];
72684     }
72685 const_str__WindowsConsoleIO = {
72686     ._ascii = {
72687         .ob_base = {
72688             .ob_refcnt = 999999999,
72689             .ob_type = &PyUnicode_Type,
72690         },
72691         .length = 17,
72692         .hash = -1,
72693         .state = {
72694             .kind = 1,
72695             .compact = 1,
72696             .ascii = 1,
72697             .ready = 1,
72698         },
72699     },
72700     ._data = "_WindowsConsoleIO",
72701 };
72702 static
72703     struct {
72704         PyGC_Head _gc_head;
72705         struct {
72706             PyObject_VAR_HEAD
72707             PyObject *ob_item[1];
72708         }_object;
72709     }
72710 io_toplevel_consts_19 = {
72711     ._object = {
72712         .ob_base = {
72713             .ob_base = {
72714                 .ob_refcnt = 999999999,
72715                 .ob_type = &PyTuple_Type,
72716             },
72717             .ob_size = 1,
72718         },
72719         .ob_item = {
72720             & const_str__WindowsConsoleIO._ascii.ob_base,
72721         },
72722     },
72723 };
72724 static
72725     struct {
72726         PyGC_Head _gc_head;
72727         struct {
72728             PyObject_VAR_HEAD
72729             PyObject *ob_item[20];
72730         }_object;
72731     }
72732 io_toplevel_consts = {
72733     ._object = {
72734         .ob_base = {
72735             .ob_base = {
72736                 .ob_refcnt = 999999999,
72737                 .ob_type = &PyTuple_Type,
72738             },
72739             .ob_size = 20,
72740         },
72741         .ob_item = {
72742             & io_toplevel_consts_0._ascii.ob_base,
72743             & io_toplevel_consts_1._ascii.ob_base,
72744             & io_toplevel_consts_2._object.ob_base.ob_base,
72745             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
72746             Py_None,
72747             & io_toplevel_consts_5._object.ob_base.ob_base,
72748             & io_toplevel_consts_6.ob_base.ob_base,
72749             & const_str_io._ascii.ob_base,
72750             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
72751             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
72752             & io_toplevel_consts_10.ob_base.ob_base,
72753             & const_str_IOBase._ascii.ob_base,
72754             & abc_toplevel_consts_17._object.ob_base.ob_base,
72755             & io_toplevel_consts_13.ob_base.ob_base,
72756             & const_str_RawIOBase._ascii.ob_base,
72757             & io_toplevel_consts_15.ob_base.ob_base,
72758             & const_str_BufferedIOBase._ascii.ob_base,
72759             & io_toplevel_consts_17.ob_base.ob_base,
72760             & const_str_TextIOBase._ascii.ob_base,
72761             & io_toplevel_consts_19._object.ob_base.ob_base,
72762         },
72763     },
72764 };
72765 static
72766     struct {
72767         PyASCIIObject _ascii;
72768         uint8_t _data[11];
72769     }
72770 const_str___author__ = {
72771     ._ascii = {
72772         .ob_base = {
72773             .ob_refcnt = 999999999,
72774             .ob_type = &PyUnicode_Type,
72775         },
72776         .length = 10,
72777         .hash = -1,
72778         .state = {
72779             .kind = 1,
72780             .compact = 1,
72781             .ascii = 1,
72782             .ready = 1,
72783         },
72784     },
72785     ._data = "__author__",
72786 };
72787 static
72788     struct {
72789         PyASCIIObject _ascii;
72790         uint8_t _data[6];
72791     }
72792 const_str_klass = {
72793     ._ascii = {
72794         .ob_base = {
72795             .ob_refcnt = 999999999,
72796             .ob_type = &PyUnicode_Type,
72797         },
72798         .length = 5,
72799         .hash = -1,
72800         .state = {
72801             .kind = 1,
72802             .compact = 1,
72803             .ascii = 1,
72804             .ready = 1,
72805         },
72806     },
72807     ._data = "klass",
72808 };
72809 static
72810     struct {
72811         PyGC_Head _gc_head;
72812         struct {
72813             PyObject_VAR_HEAD
72814             PyObject *ob_item[38];
72815         }_object;
72816     }
72817 io_toplevel_names = {
72818     ._object = {
72819         .ob_base = {
72820             .ob_base = {
72821                 .ob_refcnt = 999999999,
72822                 .ob_type = &PyTuple_Type,
72823             },
72824             .ob_size = 38,
72825         },
72826         .ob_item = {
72827             &_Py_ID(__doc__),
72828             & const_str___author__._ascii.ob_base,
72829             &_Py_ID(__all__),
72830             & const_str__io._ascii.ob_base,
72831             & const_str_abc._ascii.ob_base,
72832             & const_str_DEFAULT_BUFFER_SIZE._ascii.ob_base,
72833             & const_str_BlockingIOError._ascii.ob_base,
72834             & const_str_UnsupportedOperation._ascii.ob_base,
72835             &_Py_ID(open),
72836             & const_str_open_code._ascii.ob_base,
72837             & const_str_FileIO._ascii.ob_base,
72838             & const_str_BytesIO._ascii.ob_base,
72839             & const_str_StringIO._ascii.ob_base,
72840             & const_str_BufferedReader._ascii.ob_base,
72841             & const_str_BufferedWriter._ascii.ob_base,
72842             & const_str_BufferedRWPair._ascii.ob_base,
72843             & const_str_BufferedRandom._ascii.ob_base,
72844             & const_str_IncrementalNewlineDecoder._ascii.ob_base,
72845             & const_str_text_encoding._ascii.ob_base,
72846             &_Py_ID(TextIOWrapper),
72847             &_Py_ID(__getattr__),
72848             &_Py_ID(__module__),
72849             & const_str_SEEK_SET._ascii.ob_base,
72850             & const_str_SEEK_CUR._ascii.ob_base,
72851             & const_str_SEEK_END._ascii.ob_base,
72852             & const_str__IOBase._ascii.ob_base,
72853             & const_str_ABCMeta._ascii.ob_base,
72854             & const_str_IOBase._ascii.ob_base,
72855             & const_str__RawIOBase._ascii.ob_base,
72856             & const_str_RawIOBase._ascii.ob_base,
72857             & const_str__BufferedIOBase._ascii.ob_base,
72858             & const_str_BufferedIOBase._ascii.ob_base,
72859             & const_str__TextIOBase._ascii.ob_base,
72860             & const_str_TextIOBase._ascii.ob_base,
72861             & const_str_register._ascii.ob_base,
72862             & const_str_klass._ascii.ob_base,
72863             & const_str__WindowsConsoleIO._ascii.ob_base,
72864             & const_str_ImportError._ascii.ob_base,
72865         },
72866     },
72867 };
72868 static
72869     struct {
72870         PyObject_VAR_HEAD
72871         Py_hash_t ob_shash;
72872         char ob_sval[714];
72873     }
72874 io_toplevel_linetable = {
72875     .ob_base = {
72876         .ob_base = {
72877             .ob_refcnt = 999999999,
72878             .ob_type = &PyBytes_Type,
72879         },
72880         .ob_size = 713,
72881     },
72882     .ob_shash = -1,
72883     .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\x0c\x0d\x01\x4b\x01\xf0\x00\x0d\x01\x4b\x01\xf0\x00\x0d\x01\x4b\x01\xf0\x22\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\x8c\x5b\xa0\x43\xa4\x4b\xf0\x00\x01\x01\x22\xf1\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\x94\x0e\xa0\x06\xf1\x00\x01\x01\x25\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\xd4\x15\x28\xa8\x26\xf1\x00\x01\x01\x2a\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\x94\x1f\xa0\x26\xf1\x00\x01\x01\x26\xf4\x00\x01\x01\x26\xf0\x00\x01\x01\x26\xf0\x06\x00\x01\x0a\xd7\x00\x12\xd2\x00\x12\x90\x36\xd1\x00\x1a\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\xf0\x00\x02\x01\x23\x80\x45\xe0\x04\x12\xd7\x04\x1b\xd2\x04\x1b\x98\x45\xd1\x04\x22\xd4\x04\x22\xd0\x04\x22\xd0\x04\x22\xe0\x0e\x16\x98\x0d\xd0\x0d\x26\xf0\x00\x01\x01\x1f\xf0\x00\x01\x01\x1f\x80\x45\xd8\x04\x0e\xd7\x04\x17\xd2\x04\x17\x98\x05\xd1\x04\x1e\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\xd2\x04\x16\xd0\x17\x28\xd1\x04\x29\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",
72884 };
72885 static
72886     struct {
72887         PyObject_VAR_HEAD
72888         Py_hash_t ob_shash;
72889         char ob_sval[19];
72890     }
72891 io_toplevel_exceptiontable = {
72892     .ob_base = {
72893         .ob_base = {
72894             .ob_refcnt = 999999999,
72895             .ob_type = &PyBytes_Type,
72896         },
72897         .ob_size = 18,
72898     },
72899     .ob_shash = -1,
72900     .ob_sval = "\xc3\x2b\x06\x44\x08\x00\xc4\x08\x05\x44\x11\x03\xc4\x10\x01\x44\x11\x03",
72901 };
72902 static
72903     struct _PyCode_DEF(552)
72904 io_toplevel = {
72905     .ob_base = {
72906         .ob_base = {
72907             .ob_refcnt = 999999999,
72908             .ob_type = &PyCode_Type,
72909         },
72910         .ob_size = 276,
72911     },
72912     .co_consts = & io_toplevel_consts._object.ob_base.ob_base,
72913     .co_names = & io_toplevel_names._object.ob_base.ob_base,
72914     .co_exceptiontable = & io_toplevel_exceptiontable.ob_base.ob_base,
72915     .co_flags = 0,
72916     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
72917     ._co_linearray_entry_size = 0,
72918     .co_argcount = 0,
72919     .co_posonlyargcount = 0,
72920     .co_kwonlyargcount = 0,
72921     .co_stacksize = 6,
72922     .co_firstlineno = 1,
72923     .co_nlocalsplus = 0,
72924     .co_nlocals = 0,
72925     .co_nplaincellvars = 0,
72926     .co_ncellvars = 0,
72927     .co_nfreevars = 0,
72928     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
72929     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
72930     .co_filename = & io_toplevel_consts_6_filename._ascii.ob_base,
72931     .co_name = &_Py_STR(anon_module),
72932     .co_qualname = &_Py_STR(anon_module),
72933     .co_linetable = & io_toplevel_linetable.ob_base.ob_base,
72934     ._co_code = NULL,
72935     ._co_linearray = NULL,
72936     .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\x84\x00\x5a\x14\x64\x07\x65\x07\x5f\x15\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x5a\x16\x64\x08\x5a\x17\x64\x09\x5a\x18\x02\x00\x47\x00\x64\x0a\x84\x00\x64\x0b\x65\x03\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x65\x04\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\xac\x0c\xa6\x04\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1b\x02\x00\x47\x00\x64\x0d\x84\x00\x64\x0e\x65\x03\x6a\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1b\xa6\x04\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1d\x02\x00\x47\x00\x64\x0f\x84\x00\x64\x10\x65\x03\x6a\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1b\xa6\x04\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1f\x02\x00\x47\x00\x64\x11\x84\x00\x64\x12\x65\x03\x6a\x20\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1b\xa6\x04\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x21\x65\x1d\xa0\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x0a\xa6\x01\x00\x00\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\x17\x5a\x23\x65\x1f\xa0\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x23\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x18\x65\x0c\x65\x13\x66\x02\x44\x00\x5d\x17\x5a\x23\x65\x21\xa0\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x23\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x18\x5b\x23\x09\x00\x64\x03\x64\x13\x6c\x03\x6d\x24\x5a\x24\x01\x00\x65\x1d\xa0\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x24\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x04\x53\x00\x23\x00\x65\x25\x24\x00\x72\x04\x01\x00\x59\x00\x64\x04\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
72937     ._co_firsttraceable = 0,
72938 };
io_do_patchups(void)72939 static void io_do_patchups(void) {
72940 }
72941 
72942 PyObject *
_Py_get_io_toplevel(void)72943 _Py_get_io_toplevel(void)
72944 {
72945     io_do_patchups();
72946     return Py_NewRef((PyObject *) &io_toplevel);
72947 }
72948 
72949 static
72950     struct {
72951         PyASCIIObject _ascii;
72952         uint8_t _data[107];
72953     }
72954 _collections_abc_toplevel_consts_0 = {
72955     ._ascii = {
72956         .ob_base = {
72957             .ob_refcnt = 999999999,
72958             .ob_type = &PyUnicode_Type,
72959         },
72960         .length = 106,
72961         .hash = -1,
72962         .state = {
72963             .kind = 1,
72964             .compact = 1,
72965             .ascii = 1,
72966             .ready = 1,
72967         },
72968     },
72969     ._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",
72970 };
72971 static
72972     struct {
72973         PyGC_Head _gc_head;
72974         struct {
72975             PyObject_VAR_HEAD
72976             PyObject *ob_item[2];
72977         }_object;
72978     }
72979 _collections_abc_toplevel_consts_2 = {
72980     ._object = {
72981         .ob_base = {
72982             .ob_base = {
72983                 .ob_refcnt = 999999999,
72984                 .ob_type = &PyTuple_Type,
72985             },
72986             .ob_size = 2,
72987         },
72988         .ob_item = {
72989             & const_str_ABCMeta._ascii.ob_base,
72990             & const_str_abstractmethod._ascii.ob_base,
72991         },
72992     },
72993 };
72994 static
72995     struct {
72996         PyASCIIObject _ascii;
72997         uint8_t _data[26];
72998     }
72999 _collections_abc_toplevel_consts_5_filename = {
73000     ._ascii = {
73001         .ob_base = {
73002             .ob_refcnt = 999999999,
73003             .ob_type = &PyUnicode_Type,
73004         },
73005         .length = 25,
73006         .hash = -1,
73007         .state = {
73008             .kind = 1,
73009             .compact = 1,
73010             .ascii = 1,
73011             .ready = 1,
73012         },
73013     },
73014     ._data = "<frozen _collections_abc>",
73015 };
73016 static
73017     struct {
73018         PyASCIIObject _ascii;
73019         uint8_t _data[3];
73020     }
73021 const_str__f = {
73022     ._ascii = {
73023         .ob_base = {
73024             .ob_refcnt = 999999999,
73025             .ob_type = &PyUnicode_Type,
73026         },
73027         .length = 2,
73028         .hash = -1,
73029         .state = {
73030             .kind = 1,
73031             .compact = 1,
73032             .ascii = 1,
73033             .ready = 1,
73034         },
73035     },
73036     ._data = "_f",
73037 };
73038 static
73039     struct _PyCode_DEF(6)
73040 _collections_abc_toplevel_consts_5 = {
73041     .ob_base = {
73042         .ob_base = {
73043             .ob_refcnt = 999999999,
73044             .ob_type = &PyCode_Type,
73045         },
73046         .ob_size = 3,
73047     },
73048     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
73049     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
73050     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
73051     .co_flags = 3,
73052     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
73053     ._co_linearray_entry_size = 0,
73054     .co_argcount = 0,
73055     .co_posonlyargcount = 0,
73056     .co_kwonlyargcount = 0,
73057     .co_stacksize = 1,
73058     .co_firstlineno = 14,
73059     .co_nlocalsplus = 0,
73060     .co_nlocals = 0,
73061     .co_nplaincellvars = 0,
73062     .co_ncellvars = 0,
73063     .co_nfreevars = 0,
73064     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
73065     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
73066     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
73067     .co_name = & const_str__f._ascii.ob_base,
73068     .co_qualname = & const_str__f._ascii.ob_base,
73069     .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_3_linetable.ob_base.ob_base,
73070     ._co_code = NULL,
73071     ._co_linearray = NULL,
73072     .co_code_adaptive = "\x97\x00\x64\x00\x53\x00",
73073     ._co_firsttraceable = 0,
73074 };
73075 static
73076     struct {
73077         PyASCIIObject _ascii;
73078         uint8_t _data[10];
73079     }
73080 const_str_Awaitable = {
73081     ._ascii = {
73082         .ob_base = {
73083             .ob_refcnt = 999999999,
73084             .ob_type = &PyUnicode_Type,
73085         },
73086         .length = 9,
73087         .hash = -1,
73088         .state = {
73089             .kind = 1,
73090             .compact = 1,
73091             .ascii = 1,
73092             .ready = 1,
73093         },
73094     },
73095     ._data = "Awaitable",
73096 };
73097 static
73098     struct {
73099         PyASCIIObject _ascii;
73100         uint8_t _data[10];
73101     }
73102 const_str_Coroutine = {
73103     ._ascii = {
73104         .ob_base = {
73105             .ob_refcnt = 999999999,
73106             .ob_type = &PyUnicode_Type,
73107         },
73108         .length = 9,
73109         .hash = -1,
73110         .state = {
73111             .kind = 1,
73112             .compact = 1,
73113             .ascii = 1,
73114             .ready = 1,
73115         },
73116     },
73117     ._data = "Coroutine",
73118 };
73119 static
73120     struct {
73121         PyASCIIObject _ascii;
73122         uint8_t _data[14];
73123     }
73124 const_str_AsyncIterable = {
73125     ._ascii = {
73126         .ob_base = {
73127             .ob_refcnt = 999999999,
73128             .ob_type = &PyUnicode_Type,
73129         },
73130         .length = 13,
73131         .hash = -1,
73132         .state = {
73133             .kind = 1,
73134             .compact = 1,
73135             .ascii = 1,
73136             .ready = 1,
73137         },
73138     },
73139     ._data = "AsyncIterable",
73140 };
73141 static
73142     struct {
73143         PyASCIIObject _ascii;
73144         uint8_t _data[14];
73145     }
73146 const_str_AsyncIterator = {
73147     ._ascii = {
73148         .ob_base = {
73149             .ob_refcnt = 999999999,
73150             .ob_type = &PyUnicode_Type,
73151         },
73152         .length = 13,
73153         .hash = -1,
73154         .state = {
73155             .kind = 1,
73156             .compact = 1,
73157             .ascii = 1,
73158             .ready = 1,
73159         },
73160     },
73161     ._data = "AsyncIterator",
73162 };
73163 static
73164     struct {
73165         PyASCIIObject _ascii;
73166         uint8_t _data[15];
73167     }
73168 const_str_AsyncGenerator = {
73169     ._ascii = {
73170         .ob_base = {
73171             .ob_refcnt = 999999999,
73172             .ob_type = &PyUnicode_Type,
73173         },
73174         .length = 14,
73175         .hash = -1,
73176         .state = {
73177             .kind = 1,
73178             .compact = 1,
73179             .ascii = 1,
73180             .ready = 1,
73181         },
73182     },
73183     ._data = "AsyncGenerator",
73184 };
73185 static
73186     struct {
73187         PyASCIIObject _ascii;
73188         uint8_t _data[9];
73189     }
73190 const_str_Hashable = {
73191     ._ascii = {
73192         .ob_base = {
73193             .ob_refcnt = 999999999,
73194             .ob_type = &PyUnicode_Type,
73195         },
73196         .length = 8,
73197         .hash = -1,
73198         .state = {
73199             .kind = 1,
73200             .compact = 1,
73201             .ascii = 1,
73202             .ready = 1,
73203         },
73204     },
73205     ._data = "Hashable",
73206 };
73207 static
73208     struct {
73209         PyASCIIObject _ascii;
73210         uint8_t _data[9];
73211     }
73212 const_str_Iterable = {
73213     ._ascii = {
73214         .ob_base = {
73215             .ob_refcnt = 999999999,
73216             .ob_type = &PyUnicode_Type,
73217         },
73218         .length = 8,
73219         .hash = -1,
73220         .state = {
73221             .kind = 1,
73222             .compact = 1,
73223             .ascii = 1,
73224             .ready = 1,
73225         },
73226     },
73227     ._data = "Iterable",
73228 };
73229 static
73230     struct {
73231         PyASCIIObject _ascii;
73232         uint8_t _data[9];
73233     }
73234 const_str_Iterator = {
73235     ._ascii = {
73236         .ob_base = {
73237             .ob_refcnt = 999999999,
73238             .ob_type = &PyUnicode_Type,
73239         },
73240         .length = 8,
73241         .hash = -1,
73242         .state = {
73243             .kind = 1,
73244             .compact = 1,
73245             .ascii = 1,
73246             .ready = 1,
73247         },
73248     },
73249     ._data = "Iterator",
73250 };
73251 static
73252     struct {
73253         PyASCIIObject _ascii;
73254         uint8_t _data[10];
73255     }
73256 const_str_Generator = {
73257     ._ascii = {
73258         .ob_base = {
73259             .ob_refcnt = 999999999,
73260             .ob_type = &PyUnicode_Type,
73261         },
73262         .length = 9,
73263         .hash = -1,
73264         .state = {
73265             .kind = 1,
73266             .compact = 1,
73267             .ascii = 1,
73268             .ready = 1,
73269         },
73270     },
73271     ._data = "Generator",
73272 };
73273 static
73274     struct {
73275         PyASCIIObject _ascii;
73276         uint8_t _data[11];
73277     }
73278 const_str_Reversible = {
73279     ._ascii = {
73280         .ob_base = {
73281             .ob_refcnt = 999999999,
73282             .ob_type = &PyUnicode_Type,
73283         },
73284         .length = 10,
73285         .hash = -1,
73286         .state = {
73287             .kind = 1,
73288             .compact = 1,
73289             .ascii = 1,
73290             .ready = 1,
73291         },
73292     },
73293     ._data = "Reversible",
73294 };
73295 static
73296     struct {
73297         PyASCIIObject _ascii;
73298         uint8_t _data[6];
73299     }
73300 const_str_Sized = {
73301     ._ascii = {
73302         .ob_base = {
73303             .ob_refcnt = 999999999,
73304             .ob_type = &PyUnicode_Type,
73305         },
73306         .length = 5,
73307         .hash = -1,
73308         .state = {
73309             .kind = 1,
73310             .compact = 1,
73311             .ascii = 1,
73312             .ready = 1,
73313         },
73314     },
73315     ._data = "Sized",
73316 };
73317 static
73318     struct {
73319         PyASCIIObject _ascii;
73320         uint8_t _data[10];
73321     }
73322 const_str_Container = {
73323     ._ascii = {
73324         .ob_base = {
73325             .ob_refcnt = 999999999,
73326             .ob_type = &PyUnicode_Type,
73327         },
73328         .length = 9,
73329         .hash = -1,
73330         .state = {
73331             .kind = 1,
73332             .compact = 1,
73333             .ascii = 1,
73334             .ready = 1,
73335         },
73336     },
73337     ._data = "Container",
73338 };
73339 static
73340     struct {
73341         PyASCIIObject _ascii;
73342         uint8_t _data[9];
73343     }
73344 const_str_Callable = {
73345     ._ascii = {
73346         .ob_base = {
73347             .ob_refcnt = 999999999,
73348             .ob_type = &PyUnicode_Type,
73349         },
73350         .length = 8,
73351         .hash = -1,
73352         .state = {
73353             .kind = 1,
73354             .compact = 1,
73355             .ascii = 1,
73356             .ready = 1,
73357         },
73358     },
73359     ._data = "Callable",
73360 };
73361 static
73362     struct {
73363         PyASCIIObject _ascii;
73364         uint8_t _data[11];
73365     }
73366 const_str_Collection = {
73367     ._ascii = {
73368         .ob_base = {
73369             .ob_refcnt = 999999999,
73370             .ob_type = &PyUnicode_Type,
73371         },
73372         .length = 10,
73373         .hash = -1,
73374         .state = {
73375             .kind = 1,
73376             .compact = 1,
73377             .ascii = 1,
73378             .ready = 1,
73379         },
73380     },
73381     ._data = "Collection",
73382 };
73383 static
73384     struct {
73385         PyASCIIObject _ascii;
73386         uint8_t _data[4];
73387     }
73388 const_str_Set = {
73389     ._ascii = {
73390         .ob_base = {
73391             .ob_refcnt = 999999999,
73392             .ob_type = &PyUnicode_Type,
73393         },
73394         .length = 3,
73395         .hash = -1,
73396         .state = {
73397             .kind = 1,
73398             .compact = 1,
73399             .ascii = 1,
73400             .ready = 1,
73401         },
73402     },
73403     ._data = "Set",
73404 };
73405 static
73406     struct {
73407         PyASCIIObject _ascii;
73408         uint8_t _data[11];
73409     }
73410 const_str_MutableSet = {
73411     ._ascii = {
73412         .ob_base = {
73413             .ob_refcnt = 999999999,
73414             .ob_type = &PyUnicode_Type,
73415         },
73416         .length = 10,
73417         .hash = -1,
73418         .state = {
73419             .kind = 1,
73420             .compact = 1,
73421             .ascii = 1,
73422             .ready = 1,
73423         },
73424     },
73425     ._data = "MutableSet",
73426 };
73427 static
73428     struct {
73429         PyASCIIObject _ascii;
73430         uint8_t _data[8];
73431     }
73432 const_str_Mapping = {
73433     ._ascii = {
73434         .ob_base = {
73435             .ob_refcnt = 999999999,
73436             .ob_type = &PyUnicode_Type,
73437         },
73438         .length = 7,
73439         .hash = -1,
73440         .state = {
73441             .kind = 1,
73442             .compact = 1,
73443             .ascii = 1,
73444             .ready = 1,
73445         },
73446     },
73447     ._data = "Mapping",
73448 };
73449 static
73450     struct {
73451         PyASCIIObject _ascii;
73452         uint8_t _data[15];
73453     }
73454 const_str_MutableMapping = {
73455     ._ascii = {
73456         .ob_base = {
73457             .ob_refcnt = 999999999,
73458             .ob_type = &PyUnicode_Type,
73459         },
73460         .length = 14,
73461         .hash = -1,
73462         .state = {
73463             .kind = 1,
73464             .compact = 1,
73465             .ascii = 1,
73466             .ready = 1,
73467         },
73468     },
73469     ._data = "MutableMapping",
73470 };
73471 static
73472     struct {
73473         PyASCIIObject _ascii;
73474         uint8_t _data[12];
73475     }
73476 const_str_MappingView = {
73477     ._ascii = {
73478         .ob_base = {
73479             .ob_refcnt = 999999999,
73480             .ob_type = &PyUnicode_Type,
73481         },
73482         .length = 11,
73483         .hash = -1,
73484         .state = {
73485             .kind = 1,
73486             .compact = 1,
73487             .ascii = 1,
73488             .ready = 1,
73489         },
73490     },
73491     ._data = "MappingView",
73492 };
73493 static
73494     struct {
73495         PyASCIIObject _ascii;
73496         uint8_t _data[9];
73497     }
73498 const_str_KeysView = {
73499     ._ascii = {
73500         .ob_base = {
73501             .ob_refcnt = 999999999,
73502             .ob_type = &PyUnicode_Type,
73503         },
73504         .length = 8,
73505         .hash = -1,
73506         .state = {
73507             .kind = 1,
73508             .compact = 1,
73509             .ascii = 1,
73510             .ready = 1,
73511         },
73512     },
73513     ._data = "KeysView",
73514 };
73515 static
73516     struct {
73517         PyASCIIObject _ascii;
73518         uint8_t _data[10];
73519     }
73520 const_str_ItemsView = {
73521     ._ascii = {
73522         .ob_base = {
73523             .ob_refcnt = 999999999,
73524             .ob_type = &PyUnicode_Type,
73525         },
73526         .length = 9,
73527         .hash = -1,
73528         .state = {
73529             .kind = 1,
73530             .compact = 1,
73531             .ascii = 1,
73532             .ready = 1,
73533         },
73534     },
73535     ._data = "ItemsView",
73536 };
73537 static
73538     struct {
73539         PyASCIIObject _ascii;
73540         uint8_t _data[11];
73541     }
73542 const_str_ValuesView = {
73543     ._ascii = {
73544         .ob_base = {
73545             .ob_refcnt = 999999999,
73546             .ob_type = &PyUnicode_Type,
73547         },
73548         .length = 10,
73549         .hash = -1,
73550         .state = {
73551             .kind = 1,
73552             .compact = 1,
73553             .ascii = 1,
73554             .ready = 1,
73555         },
73556     },
73557     ._data = "ValuesView",
73558 };
73559 static
73560     struct {
73561         PyASCIIObject _ascii;
73562         uint8_t _data[9];
73563     }
73564 const_str_Sequence = {
73565     ._ascii = {
73566         .ob_base = {
73567             .ob_refcnt = 999999999,
73568             .ob_type = &PyUnicode_Type,
73569         },
73570         .length = 8,
73571         .hash = -1,
73572         .state = {
73573             .kind = 1,
73574             .compact = 1,
73575             .ascii = 1,
73576             .ready = 1,
73577         },
73578     },
73579     ._data = "Sequence",
73580 };
73581 static
73582     struct {
73583         PyASCIIObject _ascii;
73584         uint8_t _data[16];
73585     }
73586 const_str_MutableSequence = {
73587     ._ascii = {
73588         .ob_base = {
73589             .ob_refcnt = 999999999,
73590             .ob_type = &PyUnicode_Type,
73591         },
73592         .length = 15,
73593         .hash = -1,
73594         .state = {
73595             .kind = 1,
73596             .compact = 1,
73597             .ascii = 1,
73598             .ready = 1,
73599         },
73600     },
73601     ._data = "MutableSequence",
73602 };
73603 static
73604     struct {
73605         PyASCIIObject _ascii;
73606         uint8_t _data[11];
73607     }
73608 const_str_ByteString = {
73609     ._ascii = {
73610         .ob_base = {
73611             .ob_refcnt = 999999999,
73612             .ob_type = &PyUnicode_Type,
73613         },
73614         .length = 10,
73615         .hash = -1,
73616         .state = {
73617             .kind = 1,
73618             .compact = 1,
73619             .ascii = 1,
73620             .ready = 1,
73621         },
73622     },
73623     ._data = "ByteString",
73624 };
73625 static
73626     struct {
73627         PyGC_Head _gc_head;
73628         struct {
73629             PyObject_VAR_HEAD
73630             PyObject *ob_item[25];
73631         }_object;
73632     }
73633 _collections_abc_toplevel_consts_6 = {
73634     ._object = {
73635         .ob_base = {
73636             .ob_base = {
73637                 .ob_refcnt = 999999999,
73638                 .ob_type = &PyTuple_Type,
73639             },
73640             .ob_size = 25,
73641         },
73642         .ob_item = {
73643             & const_str_Awaitable._ascii.ob_base,
73644             & const_str_Coroutine._ascii.ob_base,
73645             & const_str_AsyncIterable._ascii.ob_base,
73646             & const_str_AsyncIterator._ascii.ob_base,
73647             & const_str_AsyncGenerator._ascii.ob_base,
73648             & const_str_Hashable._ascii.ob_base,
73649             & const_str_Iterable._ascii.ob_base,
73650             & const_str_Iterator._ascii.ob_base,
73651             & const_str_Generator._ascii.ob_base,
73652             & const_str_Reversible._ascii.ob_base,
73653             & const_str_Sized._ascii.ob_base,
73654             & const_str_Container._ascii.ob_base,
73655             & const_str_Callable._ascii.ob_base,
73656             & const_str_Collection._ascii.ob_base,
73657             & const_str_Set._ascii.ob_base,
73658             & const_str_MutableSet._ascii.ob_base,
73659             & const_str_Mapping._ascii.ob_base,
73660             & const_str_MutableMapping._ascii.ob_base,
73661             & const_str_MappingView._ascii.ob_base,
73662             & const_str_KeysView._ascii.ob_base,
73663             & const_str_ItemsView._ascii.ob_base,
73664             & const_str_ValuesView._ascii.ob_base,
73665             & const_str_Sequence._ascii.ob_base,
73666             & const_str_MutableSequence._ascii.ob_base,
73667             & const_str_ByteString._ascii.ob_base,
73668         },
73669     },
73670 };
73671 static
73672     struct {
73673         PyASCIIObject _ascii;
73674         uint8_t _data[16];
73675     }
73676 _collections_abc_toplevel_consts_7 = {
73677     ._ascii = {
73678         .ob_base = {
73679             .ob_refcnt = 999999999,
73680             .ob_type = &PyUnicode_Type,
73681         },
73682         .length = 15,
73683         .hash = -1,
73684         .state = {
73685             .kind = 1,
73686             .compact = 1,
73687             .ascii = 1,
73688             .ready = 1,
73689         },
73690     },
73691     ._data = "collections.abc",
73692 };
73693 static
73694     struct {
73695         PyObject_VAR_HEAD
73696         digit ob_digit[1];
73697     }
73698 const_int_1000 = {
73699     .ob_base = {
73700         .ob_base = {
73701             .ob_refcnt = 999999999,
73702             .ob_type = &PyLong_Type,
73703         },
73704         .ob_size = 1,
73705     },
73706     .ob_digit = { 1000 },
73707 };
73708 static
73709     struct {
73710         PyObject_VAR_HEAD
73711         Py_hash_t ob_shash;
73712         char ob_sval[15];
73713     }
73714 _collections_abc_toplevel_consts_13_linetable = {
73715     .ob_base = {
73716         .ob_base = {
73717             .ob_refcnt = 999999999,
73718             .ob_type = &PyBytes_Type,
73719         },
73720         .ob_size = 14,
73721     },
73722     .ob_shash = -1,
73723     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\x98\x35\x98\x35\x98\x35\x98\x35",
73724 };
73725 static
73726     struct _PyCode_DEF(14)
73727 _collections_abc_toplevel_consts_13 = {
73728     .ob_base = {
73729         .ob_base = {
73730             .ob_refcnt = 999999999,
73731             .ob_type = &PyCode_Type,
73732         },
73733         .ob_size = 7,
73734     },
73735     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
73736     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
73737     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
73738     .co_flags = 35,
73739     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
73740     ._co_linearray_entry_size = 0,
73741     .co_argcount = 0,
73742     .co_posonlyargcount = 0,
73743     .co_kwonlyargcount = 0,
73744     .co_stacksize = 1,
73745     .co_firstlineno = 62,
73746     .co_nlocalsplus = 0,
73747     .co_nlocals = 0,
73748     .co_nplaincellvars = 0,
73749     .co_ncellvars = 0,
73750     .co_nfreevars = 0,
73751     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
73752     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
73753     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
73754     .co_name = &_Py_STR(anon_lambda),
73755     .co_qualname = &_Py_STR(anon_lambda),
73756     .co_linetable = & _collections_abc_toplevel_consts_13_linetable.ob_base.ob_base,
73757     ._co_code = NULL,
73758     ._co_linearray = NULL,
73759     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x64\x00\x56\x00\x97\x01\x53\x00",
73760     ._co_firsttraceable = 2,
73761 };
73762 static
73763     struct {
73764         PyASCIIObject _ascii;
73765         uint8_t _data[6];
73766     }
73767 const_str__coro = {
73768     ._ascii = {
73769         .ob_base = {
73770             .ob_refcnt = 999999999,
73771             .ob_type = &PyUnicode_Type,
73772         },
73773         .length = 5,
73774         .hash = -1,
73775         .state = {
73776             .kind = 1,
73777             .compact = 1,
73778             .ascii = 1,
73779             .ready = 1,
73780         },
73781     },
73782     ._data = "_coro",
73783 };
73784 static
73785     struct {
73786         PyObject_VAR_HEAD
73787         Py_hash_t ob_shash;
73788         char ob_sval[11];
73789     }
73790 _collections_abc_toplevel_consts_14_linetable = {
73791     .ob_base = {
73792         .ob_base = {
73793             .ob_refcnt = 999999999,
73794             .ob_type = &PyBytes_Type,
73795         },
73796         .ob_size = 10,
73797     },
73798     .ob_shash = -1,
73799     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\x80\x00\x80\x00",
73800 };
73801 static
73802     struct _PyCode_DEF(10)
73803 _collections_abc_toplevel_consts_14 = {
73804     .ob_base = {
73805         .ob_base = {
73806             .ob_refcnt = 999999999,
73807             .ob_type = &PyCode_Type,
73808         },
73809         .ob_size = 5,
73810     },
73811     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
73812     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
73813     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
73814     .co_flags = 131,
73815     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
73816     ._co_linearray_entry_size = 0,
73817     .co_argcount = 0,
73818     .co_posonlyargcount = 0,
73819     .co_kwonlyargcount = 0,
73820     .co_stacksize = 1,
73821     .co_firstlineno = 64,
73822     .co_nlocalsplus = 0,
73823     .co_nlocals = 0,
73824     .co_nplaincellvars = 0,
73825     .co_ncellvars = 0,
73826     .co_nfreevars = 0,
73827     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
73828     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
73829     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
73830     .co_name = & const_str__coro._ascii.ob_base,
73831     .co_qualname = & const_str__coro._ascii.ob_base,
73832     .co_linetable = & _collections_abc_toplevel_consts_14_linetable.ob_base.ob_base,
73833     ._co_code = NULL,
73834     ._co_linearray = NULL,
73835     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x64\x00\x53\x00",
73836     ._co_firsttraceable = 2,
73837 };
73838 static
73839     struct {
73840         PyASCIIObject _ascii;
73841         uint8_t _data[4];
73842     }
73843 const_str__ag = {
73844     ._ascii = {
73845         .ob_base = {
73846             .ob_refcnt = 999999999,
73847             .ob_type = &PyUnicode_Type,
73848         },
73849         .length = 3,
73850         .hash = -1,
73851         .state = {
73852             .kind = 1,
73853             .compact = 1,
73854             .ascii = 1,
73855             .ready = 1,
73856         },
73857     },
73858     ._data = "_ag",
73859 };
73860 static
73861     struct {
73862         PyObject_VAR_HEAD
73863         Py_hash_t ob_shash;
73864         char ob_sval[21];
73865     }
73866 _collections_abc_toplevel_consts_15_linetable = {
73867     .ob_base = {
73868         .ob_base = {
73869             .ob_refcnt = 999999999,
73870             .ob_type = &PyBytes_Type,
73871         },
73872         .ob_size = 20,
73873     },
73874     .ob_shash = -1,
73875     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\x90\x15\x90\x15\x90\x15\x90\x15\x90\x15\x90\x15\x90\x15",
73876 };
73877 static
73878     struct _PyCode_DEF(20)
73879 _collections_abc_toplevel_consts_15 = {
73880     .ob_base = {
73881         .ob_base = {
73882             .ob_refcnt = 999999999,
73883             .ob_type = &PyCode_Type,
73884         },
73885         .ob_size = 10,
73886     },
73887     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
73888     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
73889     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
73890     .co_flags = 515,
73891     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
73892     ._co_linearray_entry_size = 0,
73893     .co_argcount = 0,
73894     .co_posonlyargcount = 0,
73895     .co_kwonlyargcount = 0,
73896     .co_stacksize = 1,
73897     .co_firstlineno = 70,
73898     .co_nlocalsplus = 0,
73899     .co_nlocals = 0,
73900     .co_nplaincellvars = 0,
73901     .co_ncellvars = 0,
73902     .co_nfreevars = 0,
73903     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
73904     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
73905     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
73906     .co_name = & const_str__ag._ascii.ob_base,
73907     .co_qualname = & const_str__ag._ascii.ob_base,
73908     .co_linetable = & _collections_abc_toplevel_consts_15_linetable.ob_base.ob_base,
73909     ._co_code = NULL,
73910     ._co_linearray = NULL,
73911     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x64\x00\x57\x00\x56\x00\x97\x01\x01\x00\x64\x00\x53\x00",
73912     ._co_firsttraceable = 2,
73913 };
73914 static
73915     struct {
73916         PyASCIIObject _ascii;
73917         uint8_t _data[8];
73918     }
73919 const_str___mro__ = {
73920     ._ascii = {
73921         .ob_base = {
73922             .ob_refcnt = 999999999,
73923             .ob_type = &PyUnicode_Type,
73924         },
73925         .length = 7,
73926         .hash = -1,
73927         .state = {
73928             .kind = 1,
73929             .compact = 1,
73930             .ascii = 1,
73931             .ready = 1,
73932         },
73933     },
73934     ._data = "__mro__",
73935 };
73936 static
73937     struct {
73938         PyGC_Head _gc_head;
73939         struct {
73940             PyObject_VAR_HEAD
73941             PyObject *ob_item[3];
73942         }_object;
73943     }
73944 _collections_abc_toplevel_consts_16_names = {
73945     ._object = {
73946         .ob_base = {
73947             .ob_base = {
73948                 .ob_refcnt = 999999999,
73949                 .ob_type = &PyTuple_Type,
73950             },
73951             .ob_size = 3,
73952         },
73953         .ob_item = {
73954             & const_str___mro__._ascii.ob_base,
73955             &_Py_ID(__dict__),
73956             & const_str_NotImplemented._ascii.ob_base,
73957         },
73958     },
73959 };
73960 static
73961     struct {
73962         PyASCIIObject _ascii;
73963         uint8_t _data[15];
73964     }
73965 const_str__check_methods = {
73966     ._ascii = {
73967         .ob_base = {
73968             .ob_refcnt = 999999999,
73969             .ob_type = &PyUnicode_Type,
73970         },
73971         .length = 14,
73972         .hash = -1,
73973         .state = {
73974             .kind = 1,
73975             .compact = 1,
73976             .ascii = 1,
73977             .ready = 1,
73978         },
73979     },
73980     ._data = "_check_methods",
73981 };
73982 static
73983     struct {
73984         PyObject_VAR_HEAD
73985         Py_hash_t ob_shash;
73986         char ob_sval[120];
73987     }
73988 _collections_abc_toplevel_consts_16_linetable = {
73989     .ob_base = {
73990         .ob_base = {
73991             .ob_refcnt = 999999999,
73992             .ob_type = &PyBytes_Type,
73993         },
73994         .ob_size = 119,
73995     },
73996     .ob_shash = -1,
73997     .ob_sval = "\x80\x00\xd8\x0a\x0b\x8c\x29\x80\x43\xd8\x12\x19\xf0\x00\x07\x05\x22\xf0\x00\x07\x05\x22\x88\x06\xd8\x11\x14\xf0\x00\x06\x09\x22\xf0\x00\x06\x09\x22\x88\x41\xd8\x0f\x15\x98\x11\x9c\x1a\xd0\x0f\x23\xd0\x0f\x23\xd8\x13\x14\x94\x3a\x98\x66\xd4\x13\x25\xd0\x13\x2d\xdd\x1b\x29\xd0\x14\x29\xd0\x14\x29\xd0\x14\x29\xd0\x14\x29\xd0\x14\x29\xd8\x10\x15\x90\x05\xf0\x07\x00\x10\x24\xf5\x0a\x00\x14\x22\xd0\x0c\x21\xd0\x0c\x21\xd0\x0c\x21\xf0\x05\x00\x11\x16\xf0\x06\x00\x0c\x10\x88\x34",
73998 };
73999 static
74000     struct {
74001         PyASCIIObject _ascii;
74002         uint8_t _data[2];
74003     }
74004 const_str_C = {
74005     ._ascii = {
74006         .ob_base = {
74007             .ob_refcnt = 999999999,
74008             .ob_type = &PyUnicode_Type,
74009         },
74010         .length = 1,
74011         .hash = -1,
74012         .state = {
74013             .kind = 1,
74014             .compact = 1,
74015             .ascii = 1,
74016             .ready = 1,
74017         },
74018     },
74019     ._data = "C",
74020 };
74021 static
74022     struct {
74023         PyASCIIObject _ascii;
74024         uint8_t _data[8];
74025     }
74026 const_str_methods = {
74027     ._ascii = {
74028         .ob_base = {
74029             .ob_refcnt = 999999999,
74030             .ob_type = &PyUnicode_Type,
74031         },
74032         .length = 7,
74033         .hash = -1,
74034         .state = {
74035             .kind = 1,
74036             .compact = 1,
74037             .ascii = 1,
74038             .ready = 1,
74039         },
74040     },
74041     ._data = "methods",
74042 };
74043 static
74044     struct {
74045         PyASCIIObject _ascii;
74046         uint8_t _data[2];
74047     }
74048 const_str_B = {
74049     ._ascii = {
74050         .ob_base = {
74051             .ob_refcnt = 999999999,
74052             .ob_type = &PyUnicode_Type,
74053         },
74054         .length = 1,
74055         .hash = -1,
74056         .state = {
74057             .kind = 1,
74058             .compact = 1,
74059             .ascii = 1,
74060             .ready = 1,
74061         },
74062     },
74063     ._data = "B",
74064 };
74065 static
74066     struct {
74067         PyGC_Head _gc_head;
74068         struct {
74069             PyObject_VAR_HEAD
74070             PyObject *ob_item[5];
74071         }_object;
74072     }
74073 _collections_abc_toplevel_consts_16_localsplusnames = {
74074     ._object = {
74075         .ob_base = {
74076             .ob_base = {
74077                 .ob_refcnt = 999999999,
74078                 .ob_type = &PyTuple_Type,
74079             },
74080             .ob_size = 5,
74081         },
74082         .ob_item = {
74083             & const_str_C._ascii.ob_base,
74084             & const_str_methods._ascii.ob_base,
74085             &_Py_ID(mro),
74086             & const_str_method._ascii.ob_base,
74087             & const_str_B._ascii.ob_base,
74088         },
74089     },
74090 };
74091 static
74092     struct _PyCode_DEF(128)
74093 _collections_abc_toplevel_consts_16 = {
74094     .ob_base = {
74095         .ob_base = {
74096             .ob_refcnt = 999999999,
74097             .ob_type = &PyCode_Type,
74098         },
74099         .ob_size = 64,
74100     },
74101     .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_3_consts._object.ob_base.ob_base,
74102     .co_names = & _collections_abc_toplevel_consts_16_names._object.ob_base.ob_base,
74103     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
74104     .co_flags = 7,
74105     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
74106     ._co_linearray_entry_size = 0,
74107     .co_argcount = 1,
74108     .co_posonlyargcount = 0,
74109     .co_kwonlyargcount = 0,
74110     .co_stacksize = 4,
74111     .co_firstlineno = 78,
74112     .co_nlocalsplus = 5,
74113     .co_nlocals = 5,
74114     .co_nplaincellvars = 0,
74115     .co_ncellvars = 0,
74116     .co_nfreevars = 0,
74117     .co_localsplusnames = & _collections_abc_toplevel_consts_16_localsplusnames._object.ob_base.ob_base,
74118     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
74119     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
74120     .co_name = & const_str__check_methods._ascii.ob_base,
74121     .co_qualname = & const_str__check_methods._ascii.ob_base,
74122     .co_linetable = & _collections_abc_toplevel_consts_16_linetable.ob_base.ob_base,
74123     ._co_code = NULL,
74124     ._co_linearray = NULL,
74125     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x01\x44\x00\x5d\x33\x7d\x03\x7c\x02\x44\x00\x5d\x25\x7d\x04\x7c\x03\x7c\x04\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x1a\x7c\x04\x6a\x01\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\x6e\x0a\x8c\x26\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x01\x00\x53\x00\x8c\x34\x64\x01\x53\x00",
74126     ._co_firsttraceable = 0,
74127 };
74128 static
74129     struct {
74130         PyASCIIObject _ascii;
74131         uint8_t _data[18];
74132     }
74133 _collections_abc_toplevel_consts_17_consts_2_qualname = {
74134     ._ascii = {
74135         .ob_base = {
74136             .ob_refcnt = 999999999,
74137             .ob_type = &PyUnicode_Type,
74138         },
74139         .length = 17,
74140         .hash = -1,
74141         .state = {
74142             .kind = 1,
74143             .compact = 1,
74144             .ascii = 1,
74145             .ready = 1,
74146         },
74147     },
74148     ._data = "Hashable.__hash__",
74149 };
74150 static
74151     struct {
74152         PyObject_VAR_HEAD
74153         Py_hash_t ob_shash;
74154         char ob_sval[8];
74155     }
74156 _collections_abc_toplevel_consts_17_consts_2_linetable = {
74157     .ob_base = {
74158         .ob_base = {
74159             .ob_refcnt = 999999999,
74160             .ob_type = &PyBytes_Type,
74161         },
74162         .ob_size = 7,
74163     },
74164     .ob_shash = -1,
74165     .ob_sval = "\x80\x00\xe0\x0f\x10\x88\x71",
74166 };
74167 static
74168     struct _PyCode_DEF(6)
74169 _collections_abc_toplevel_consts_17_consts_2 = {
74170     .ob_base = {
74171         .ob_base = {
74172             .ob_refcnt = 999999999,
74173             .ob_type = &PyCode_Type,
74174         },
74175         .ob_size = 3,
74176     },
74177     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
74178     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
74179     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
74180     .co_flags = 3,
74181     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
74182     ._co_linearray_entry_size = 0,
74183     .co_argcount = 1,
74184     .co_posonlyargcount = 0,
74185     .co_kwonlyargcount = 0,
74186     .co_stacksize = 1,
74187     .co_firstlineno = 94,
74188     .co_nlocalsplus = 1,
74189     .co_nlocals = 1,
74190     .co_nplaincellvars = 0,
74191     .co_ncellvars = 0,
74192     .co_nfreevars = 0,
74193     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
74194     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
74195     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
74196     .co_name = &_Py_ID(__hash__),
74197     .co_qualname = & _collections_abc_toplevel_consts_17_consts_2_qualname._ascii.ob_base,
74198     .co_linetable = & _collections_abc_toplevel_consts_17_consts_2_linetable.ob_base.ob_base,
74199     ._co_code = NULL,
74200     ._co_linearray = NULL,
74201     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
74202     ._co_firsttraceable = 0,
74203 };
74204 static
74205     struct {
74206         PyGC_Head _gc_head;
74207         struct {
74208             PyObject_VAR_HEAD
74209             PyObject *ob_item[2];
74210         }_object;
74211     }
74212 _collections_abc_toplevel_consts_17_consts_3_consts = {
74213     ._object = {
74214         .ob_base = {
74215             .ob_base = {
74216                 .ob_refcnt = 999999999,
74217                 .ob_type = &PyTuple_Type,
74218             },
74219             .ob_size = 2,
74220         },
74221         .ob_item = {
74222             Py_None,
74223             &_Py_ID(__hash__),
74224         },
74225     },
74226 };
74227 static
74228     struct {
74229         PyGC_Head _gc_head;
74230         struct {
74231             PyObject_VAR_HEAD
74232             PyObject *ob_item[3];
74233         }_object;
74234     }
74235 _collections_abc_toplevel_consts_17_consts_3_names = {
74236     ._object = {
74237         .ob_base = {
74238             .ob_base = {
74239                 .ob_refcnt = 999999999,
74240                 .ob_type = &PyTuple_Type,
74241             },
74242             .ob_size = 3,
74243         },
74244         .ob_item = {
74245             & const_str_Hashable._ascii.ob_base,
74246             & const_str__check_methods._ascii.ob_base,
74247             & const_str_NotImplemented._ascii.ob_base,
74248         },
74249     },
74250 };
74251 static
74252     struct {
74253         PyASCIIObject _ascii;
74254         uint8_t _data[26];
74255     }
74256 _collections_abc_toplevel_consts_17_consts_3_qualname = {
74257     ._ascii = {
74258         .ob_base = {
74259             .ob_refcnt = 999999999,
74260             .ob_type = &PyUnicode_Type,
74261         },
74262         .length = 25,
74263         .hash = -1,
74264         .state = {
74265             .kind = 1,
74266             .compact = 1,
74267             .ascii = 1,
74268             .ready = 1,
74269         },
74270     },
74271     ._data = "Hashable.__subclasshook__",
74272 };
74273 static
74274     struct {
74275         PyObject_VAR_HEAD
74276         Py_hash_t ob_shash;
74277         char ob_sval[34];
74278     }
74279 _collections_abc_toplevel_consts_17_consts_3_linetable = {
74280     .ob_base = {
74281         .ob_base = {
74282             .ob_refcnt = 999999999,
74283             .ob_type = &PyBytes_Type,
74284         },
74285         .ob_size = 33,
74286     },
74287     .ob_shash = -1,
74288     .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x28\x88\x3f\x88\x3f\xdd\x13\x21\xa0\x21\xa0\x5a\xd1\x13\x30\xd4\x13\x30\xd0\x0c\x30\xdd\x0f\x1d\xd0\x08\x1d",
74289 };
74290 static
74291     struct {
74292         PyGC_Head _gc_head;
74293         struct {
74294             PyObject_VAR_HEAD
74295             PyObject *ob_item[2];
74296         }_object;
74297     }
74298 _collections_abc_toplevel_consts_17_consts_3_localsplusnames = {
74299     ._object = {
74300         .ob_base = {
74301             .ob_base = {
74302                 .ob_refcnt = 999999999,
74303                 .ob_type = &PyTuple_Type,
74304             },
74305             .ob_size = 2,
74306         },
74307         .ob_item = {
74308             & const_str_cls._ascii.ob_base,
74309             & const_str_C._ascii.ob_base,
74310         },
74311     },
74312 };
74313 static
74314     struct _PyCode_DEF(66)
74315 _collections_abc_toplevel_consts_17_consts_3 = {
74316     .ob_base = {
74317         .ob_base = {
74318             .ob_refcnt = 999999999,
74319             .ob_type = &PyCode_Type,
74320         },
74321         .ob_size = 33,
74322     },
74323     .co_consts = & _collections_abc_toplevel_consts_17_consts_3_consts._object.ob_base.ob_base,
74324     .co_names = & _collections_abc_toplevel_consts_17_consts_3_names._object.ob_base.ob_base,
74325     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
74326     .co_flags = 3,
74327     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
74328     ._co_linearray_entry_size = 0,
74329     .co_argcount = 2,
74330     .co_posonlyargcount = 0,
74331     .co_kwonlyargcount = 0,
74332     .co_stacksize = 4,
74333     .co_firstlineno = 98,
74334     .co_nlocalsplus = 2,
74335     .co_nlocals = 2,
74336     .co_nplaincellvars = 0,
74337     .co_ncellvars = 0,
74338     .co_nfreevars = 0,
74339     .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
74340     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
74341     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
74342     .co_name = &_Py_ID(__subclasshook__),
74343     .co_qualname = & _collections_abc_toplevel_consts_17_consts_3_qualname._ascii.ob_base,
74344     .co_linetable = & _collections_abc_toplevel_consts_17_consts_3_linetable.ob_base.ob_base,
74345     ._co_code = NULL,
74346     ._co_linearray = NULL,
74347     .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\xa6\x02\x00\x00\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",
74348     ._co_firsttraceable = 0,
74349 };
74350 static
74351     struct {
74352         PyGC_Head _gc_head;
74353         struct {
74354             PyObject_VAR_HEAD
74355             PyObject *ob_item[5];
74356         }_object;
74357     }
74358 _collections_abc_toplevel_consts_17_consts = {
74359     ._object = {
74360         .ob_base = {
74361             .ob_base = {
74362                 .ob_refcnt = 999999999,
74363                 .ob_type = &PyTuple_Type,
74364             },
74365             .ob_size = 5,
74366         },
74367         .ob_item = {
74368             & const_str_Hashable._ascii.ob_base,
74369             (PyObject *)& _Py_SINGLETON(tuple_empty),
74370             & _collections_abc_toplevel_consts_17_consts_2.ob_base.ob_base,
74371             & _collections_abc_toplevel_consts_17_consts_3.ob_base.ob_base,
74372             Py_None,
74373         },
74374     },
74375 };
74376 static
74377     struct {
74378         PyGC_Head _gc_head;
74379         struct {
74380             PyObject_VAR_HEAD
74381             PyObject *ob_item[8];
74382         }_object;
74383     }
74384 _collections_abc_toplevel_consts_17_names = {
74385     ._object = {
74386         .ob_base = {
74387             .ob_base = {
74388                 .ob_refcnt = 999999999,
74389                 .ob_type = &PyTuple_Type,
74390             },
74391             .ob_size = 8,
74392         },
74393         .ob_item = {
74394             &_Py_ID(__name__),
74395             &_Py_ID(__module__),
74396             &_Py_ID(__qualname__),
74397             &_Py_ID(__slots__),
74398             & const_str_abstractmethod._ascii.ob_base,
74399             &_Py_ID(__hash__),
74400             & const_str_classmethod._ascii.ob_base,
74401             &_Py_ID(__subclasshook__),
74402         },
74403     },
74404 };
74405 static
74406     struct {
74407         PyObject_VAR_HEAD
74408         Py_hash_t ob_shash;
74409         char ob_sval[78];
74410     }
74411 _collections_abc_toplevel_consts_17_linetable = {
74412     .ob_base = {
74413         .ob_base = {
74414             .ob_refcnt = 999999999,
74415             .ob_type = &PyBytes_Type,
74416         },
74417         .ob_size = 77,
74418     },
74419     .ob_shash = -1,
74420     .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\xf1\x03\x00\x06\x14\x84\x5e\xf0\x02\x01\x05\x11\xf0\x06\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf0\x00\x03\x05\x1e",
74421 };
74422 static
74423     struct _PyCode_DEF(62)
74424 _collections_abc_toplevel_consts_17 = {
74425     .ob_base = {
74426         .ob_base = {
74427             .ob_refcnt = 999999999,
74428             .ob_type = &PyCode_Type,
74429         },
74430         .ob_size = 31,
74431     },
74432     .co_consts = & _collections_abc_toplevel_consts_17_consts._object.ob_base.ob_base,
74433     .co_names = & _collections_abc_toplevel_consts_17_names._object.ob_base.ob_base,
74434     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
74435     .co_flags = 0,
74436     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
74437     ._co_linearray_entry_size = 0,
74438     .co_argcount = 0,
74439     .co_posonlyargcount = 0,
74440     .co_kwonlyargcount = 0,
74441     .co_stacksize = 2,
74442     .co_firstlineno = 90,
74443     .co_nlocalsplus = 0,
74444     .co_nlocals = 0,
74445     .co_nplaincellvars = 0,
74446     .co_ncellvars = 0,
74447     .co_nfreevars = 0,
74448     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
74449     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
74450     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
74451     .co_name = & const_str_Hashable._ascii.ob_base,
74452     .co_qualname = & const_str_Hashable._ascii.ob_base,
74453     .co_linetable = & _collections_abc_toplevel_consts_17_linetable.ob_base.ob_base,
74454     ._co_code = NULL,
74455     ._co_linearray = NULL,
74456     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x06\x64\x03\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x64\x04\x53\x00",
74457     ._co_firsttraceable = 0,
74458 };
74459 static
74460     struct {
74461         PyASCIIObject _ascii;
74462         uint8_t _data[20];
74463     }
74464 _collections_abc_toplevel_consts_20_consts_2_qualname = {
74465     ._ascii = {
74466         .ob_base = {
74467             .ob_refcnt = 999999999,
74468             .ob_type = &PyUnicode_Type,
74469         },
74470         .length = 19,
74471         .hash = -1,
74472         .state = {
74473             .kind = 1,
74474             .compact = 1,
74475             .ascii = 1,
74476             .ready = 1,
74477         },
74478     },
74479     ._data = "Awaitable.__await__",
74480 };
74481 static
74482     struct {
74483         PyObject_VAR_HEAD
74484         Py_hash_t ob_shash;
74485         char ob_sval[20];
74486     }
74487 _collections_abc_toplevel_consts_20_consts_2_linetable = {
74488     .ob_base = {
74489         .ob_base = {
74490             .ob_refcnt = 999999999,
74491             .ob_type = &PyBytes_Type,
74492         },
74493         .ob_size = 19,
74494     },
74495     .ob_shash = -1,
74496     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xe0\x08\x0d\x88\x05\x88\x05\x88\x05\x88\x05\x88\x05",
74497 };
74498 static
74499     struct _PyCode_DEF(18)
74500 _collections_abc_toplevel_consts_20_consts_2 = {
74501     .ob_base = {
74502         .ob_base = {
74503             .ob_refcnt = 999999999,
74504             .ob_type = &PyCode_Type,
74505         },
74506         .ob_size = 9,
74507     },
74508     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
74509     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
74510     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
74511     .co_flags = 35,
74512     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
74513     ._co_linearray_entry_size = 0,
74514     .co_argcount = 1,
74515     .co_posonlyargcount = 0,
74516     .co_kwonlyargcount = 0,
74517     .co_stacksize = 1,
74518     .co_firstlineno = 109,
74519     .co_nlocalsplus = 1,
74520     .co_nlocals = 1,
74521     .co_nplaincellvars = 0,
74522     .co_ncellvars = 0,
74523     .co_nfreevars = 0,
74524     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
74525     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
74526     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
74527     .co_name = &_Py_ID(__await__),
74528     .co_qualname = & _collections_abc_toplevel_consts_20_consts_2_qualname._ascii.ob_base,
74529     .co_linetable = & _collections_abc_toplevel_consts_20_consts_2_linetable.ob_base.ob_base,
74530     ._co_code = NULL,
74531     ._co_linearray = NULL,
74532     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x64\x00\x56\x00\x97\x01\x01\x00\x64\x00\x53\x00",
74533     ._co_firsttraceable = 2,
74534 };
74535 static
74536     struct {
74537         PyGC_Head _gc_head;
74538         struct {
74539             PyObject_VAR_HEAD
74540             PyObject *ob_item[2];
74541         }_object;
74542     }
74543 _collections_abc_toplevel_consts_20_consts_3_consts = {
74544     ._object = {
74545         .ob_base = {
74546             .ob_base = {
74547                 .ob_refcnt = 999999999,
74548                 .ob_type = &PyTuple_Type,
74549             },
74550             .ob_size = 2,
74551         },
74552         .ob_item = {
74553             Py_None,
74554             &_Py_ID(__await__),
74555         },
74556     },
74557 };
74558 static
74559     struct {
74560         PyGC_Head _gc_head;
74561         struct {
74562             PyObject_VAR_HEAD
74563             PyObject *ob_item[3];
74564         }_object;
74565     }
74566 _collections_abc_toplevel_consts_20_consts_3_names = {
74567     ._object = {
74568         .ob_base = {
74569             .ob_base = {
74570                 .ob_refcnt = 999999999,
74571                 .ob_type = &PyTuple_Type,
74572             },
74573             .ob_size = 3,
74574         },
74575         .ob_item = {
74576             & const_str_Awaitable._ascii.ob_base,
74577             & const_str__check_methods._ascii.ob_base,
74578             & const_str_NotImplemented._ascii.ob_base,
74579         },
74580     },
74581 };
74582 static
74583     struct {
74584         PyASCIIObject _ascii;
74585         uint8_t _data[27];
74586     }
74587 _collections_abc_toplevel_consts_20_consts_3_qualname = {
74588     ._ascii = {
74589         .ob_base = {
74590             .ob_refcnt = 999999999,
74591             .ob_type = &PyUnicode_Type,
74592         },
74593         .length = 26,
74594         .hash = -1,
74595         .state = {
74596             .kind = 1,
74597             .compact = 1,
74598             .ascii = 1,
74599             .ready = 1,
74600         },
74601     },
74602     ._data = "Awaitable.__subclasshook__",
74603 };
74604 static
74605     struct {
74606         PyObject_VAR_HEAD
74607         Py_hash_t ob_shash;
74608         char ob_sval[36];
74609     }
74610 _collections_abc_toplevel_consts_20_consts_3_linetable = {
74611     .ob_base = {
74612         .ob_base = {
74613             .ob_refcnt = 999999999,
74614             .ob_type = &PyBytes_Type,
74615         },
74616         .ob_size = 35,
74617     },
74618     .ob_shash = -1,
74619     .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x29\xd0\x0b\x1b\xd0\x0b\x1b\xdd\x13\x21\xa0\x21\xa0\x5b\xd1\x13\x31\xd4\x13\x31\xd0\x0c\x31\xdd\x0f\x1d\xd0\x08\x1d",
74620 };
74621 static
74622     struct _PyCode_DEF(66)
74623 _collections_abc_toplevel_consts_20_consts_3 = {
74624     .ob_base = {
74625         .ob_base = {
74626             .ob_refcnt = 999999999,
74627             .ob_type = &PyCode_Type,
74628         },
74629         .ob_size = 33,
74630     },
74631     .co_consts = & _collections_abc_toplevel_consts_20_consts_3_consts._object.ob_base.ob_base,
74632     .co_names = & _collections_abc_toplevel_consts_20_consts_3_names._object.ob_base.ob_base,
74633     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
74634     .co_flags = 3,
74635     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
74636     ._co_linearray_entry_size = 0,
74637     .co_argcount = 2,
74638     .co_posonlyargcount = 0,
74639     .co_kwonlyargcount = 0,
74640     .co_stacksize = 4,
74641     .co_firstlineno = 113,
74642     .co_nlocalsplus = 2,
74643     .co_nlocals = 2,
74644     .co_nplaincellvars = 0,
74645     .co_ncellvars = 0,
74646     .co_nfreevars = 0,
74647     .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
74648     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
74649     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
74650     .co_name = &_Py_ID(__subclasshook__),
74651     .co_qualname = & _collections_abc_toplevel_consts_20_consts_3_qualname._ascii.ob_base,
74652     .co_linetable = & _collections_abc_toplevel_consts_20_consts_3_linetable.ob_base.ob_base,
74653     ._co_code = NULL,
74654     ._co_linearray = NULL,
74655     .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\xa6\x02\x00\x00\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",
74656     ._co_firsttraceable = 0,
74657 };
74658 static
74659     struct {
74660         PyGC_Head _gc_head;
74661         struct {
74662             PyObject_VAR_HEAD
74663             PyObject *ob_item[5];
74664         }_object;
74665     }
74666 _collections_abc_toplevel_consts_20_consts = {
74667     ._object = {
74668         .ob_base = {
74669             .ob_base = {
74670                 .ob_refcnt = 999999999,
74671                 .ob_type = &PyTuple_Type,
74672             },
74673             .ob_size = 5,
74674         },
74675         .ob_item = {
74676             & const_str_Awaitable._ascii.ob_base,
74677             (PyObject *)& _Py_SINGLETON(tuple_empty),
74678             & _collections_abc_toplevel_consts_20_consts_2.ob_base.ob_base,
74679             & _collections_abc_toplevel_consts_20_consts_3.ob_base.ob_base,
74680             Py_None,
74681         },
74682     },
74683 };
74684 static
74685     struct {
74686         PyASCIIObject _ascii;
74687         uint8_t _data[13];
74688     }
74689 const_str_GenericAlias = {
74690     ._ascii = {
74691         .ob_base = {
74692             .ob_refcnt = 999999999,
74693             .ob_type = &PyUnicode_Type,
74694         },
74695         .length = 12,
74696         .hash = -1,
74697         .state = {
74698             .kind = 1,
74699             .compact = 1,
74700             .ascii = 1,
74701             .ready = 1,
74702         },
74703     },
74704     ._data = "GenericAlias",
74705 };
74706 static
74707     struct {
74708         PyGC_Head _gc_head;
74709         struct {
74710             PyObject_VAR_HEAD
74711             PyObject *ob_item[10];
74712         }_object;
74713     }
74714 _collections_abc_toplevel_consts_20_names = {
74715     ._object = {
74716         .ob_base = {
74717             .ob_base = {
74718                 .ob_refcnt = 999999999,
74719                 .ob_type = &PyTuple_Type,
74720             },
74721             .ob_size = 10,
74722         },
74723         .ob_item = {
74724             &_Py_ID(__name__),
74725             &_Py_ID(__module__),
74726             &_Py_ID(__qualname__),
74727             &_Py_ID(__slots__),
74728             & const_str_abstractmethod._ascii.ob_base,
74729             &_Py_ID(__await__),
74730             & const_str_classmethod._ascii.ob_base,
74731             &_Py_ID(__subclasshook__),
74732             & const_str_GenericAlias._ascii.ob_base,
74733             &_Py_ID(__class_getitem__),
74734         },
74735     },
74736 };
74737 static
74738     struct {
74739         PyObject_VAR_HEAD
74740         Py_hash_t ob_shash;
74741         char ob_sval[92];
74742     }
74743 _collections_abc_toplevel_consts_20_linetable = {
74744     .ob_base = {
74745         .ob_base = {
74746             .ob_refcnt = 999999999,
74747             .ob_type = &PyBytes_Type,
74748         },
74749         .ob_size = 91,
74750     },
74751     .ob_shash = -1,
74752     .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\xf1\x03\x00\x06\x14\x84\x5e\xf0\x02\x01\x05\x0e\xf0\x06\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x03\x05\x1e\xf0\x0a\x00\x19\x24\x98\x0b\xa0\x4c\xd1\x18\x31\xd4\x18\x31\xd0\x04\x15\xd0\x04\x15\xd0\x04\x15",
74753 };
74754 static
74755     struct _PyCode_DEF(84)
74756 _collections_abc_toplevel_consts_20 = {
74757     .ob_base = {
74758         .ob_base = {
74759             .ob_refcnt = 999999999,
74760             .ob_type = &PyCode_Type,
74761         },
74762         .ob_size = 42,
74763     },
74764     .co_consts = & _collections_abc_toplevel_consts_20_consts._object.ob_base.ob_base,
74765     .co_names = & _collections_abc_toplevel_consts_20_names._object.ob_base.ob_base,
74766     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
74767     .co_flags = 0,
74768     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
74769     ._co_linearray_entry_size = 0,
74770     .co_argcount = 0,
74771     .co_posonlyargcount = 0,
74772     .co_kwonlyargcount = 0,
74773     .co_stacksize = 3,
74774     .co_firstlineno = 105,
74775     .co_nlocalsplus = 0,
74776     .co_nlocals = 0,
74777     .co_nplaincellvars = 0,
74778     .co_ncellvars = 0,
74779     .co_nfreevars = 0,
74780     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
74781     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
74782     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
74783     .co_name = & const_str_Awaitable._ascii.ob_base,
74784     .co_qualname = & const_str_Awaitable._ascii.ob_base,
74785     .co_linetable = & _collections_abc_toplevel_consts_20_linetable.ob_base.ob_base,
74786     ._co_code = NULL,
74787     ._co_linearray = NULL,
74788     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x06\x64\x03\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x02\x00\x65\x06\x65\x08\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x64\x04\x53\x00",
74789     ._co_firsttraceable = 0,
74790 };
74791 static
74792     struct {
74793         PyASCIIObject _ascii;
74794         uint8_t _data[100];
74795     }
74796 _collections_abc_toplevel_consts_22_consts_2_consts_0 = {
74797     ._ascii = {
74798         .ob_base = {
74799             .ob_refcnt = 999999999,
74800             .ob_type = &PyUnicode_Type,
74801         },
74802         .length = 99,
74803         .hash = -1,
74804         .state = {
74805             .kind = 1,
74806             .compact = 1,
74807             .ascii = 1,
74808             .ready = 1,
74809         },
74810     },
74811     ._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",
74812 };
74813 static
74814     struct {
74815         PyGC_Head _gc_head;
74816         struct {
74817             PyObject_VAR_HEAD
74818             PyObject *ob_item[1];
74819         }_object;
74820     }
74821 _collections_abc_toplevel_consts_22_consts_2_consts = {
74822     ._object = {
74823         .ob_base = {
74824             .ob_base = {
74825                 .ob_refcnt = 999999999,
74826                 .ob_type = &PyTuple_Type,
74827             },
74828             .ob_size = 1,
74829         },
74830         .ob_item = {
74831             & _collections_abc_toplevel_consts_22_consts_2_consts_0._ascii.ob_base,
74832         },
74833     },
74834 };
74835 static
74836     struct {
74837         PyGC_Head _gc_head;
74838         struct {
74839             PyObject_VAR_HEAD
74840             PyObject *ob_item[1];
74841         }_object;
74842     }
74843 _collections_abc_toplevel_consts_22_consts_2_names = {
74844     ._object = {
74845         .ob_base = {
74846             .ob_base = {
74847                 .ob_refcnt = 999999999,
74848                 .ob_type = &PyTuple_Type,
74849             },
74850             .ob_size = 1,
74851         },
74852         .ob_item = {
74853             & const_str_StopIteration._ascii.ob_base,
74854         },
74855     },
74856 };
74857 static
74858     struct {
74859         PyASCIIObject _ascii;
74860         uint8_t _data[15];
74861     }
74862 _collections_abc_toplevel_consts_22_consts_2_qualname = {
74863     ._ascii = {
74864         .ob_base = {
74865             .ob_refcnt = 999999999,
74866             .ob_type = &PyUnicode_Type,
74867         },
74868         .length = 14,
74869         .hash = -1,
74870         .state = {
74871             .kind = 1,
74872             .compact = 1,
74873             .ascii = 1,
74874             .ready = 1,
74875         },
74876     },
74877     ._data = "Coroutine.send",
74878 };
74879 static
74880     struct {
74881         PyObject_VAR_HEAD
74882         Py_hash_t ob_shash;
74883         char ob_sval[11];
74884     }
74885 _collections_abc_toplevel_consts_22_consts_2_linetable = {
74886     .ob_base = {
74887         .ob_base = {
74888             .ob_refcnt = 999999999,
74889             .ob_type = &PyBytes_Type,
74890         },
74891         .ob_size = 10,
74892     },
74893     .ob_shash = -1,
74894     .ob_sval = "\x80\x00\xf5\x0a\x00\x0f\x1c\xd0\x08\x1b",
74895 };
74896 static
74897     struct _PyCode_DEF(16)
74898 _collections_abc_toplevel_consts_22_consts_2 = {
74899     .ob_base = {
74900         .ob_base = {
74901             .ob_refcnt = 999999999,
74902             .ob_type = &PyCode_Type,
74903         },
74904         .ob_size = 8,
74905     },
74906     .co_consts = & _collections_abc_toplevel_consts_22_consts_2_consts._object.ob_base.ob_base,
74907     .co_names = & _collections_abc_toplevel_consts_22_consts_2_names._object.ob_base.ob_base,
74908     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
74909     .co_flags = 3,
74910     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
74911     ._co_linearray_entry_size = 0,
74912     .co_argcount = 2,
74913     .co_posonlyargcount = 0,
74914     .co_kwonlyargcount = 0,
74915     .co_stacksize = 1,
74916     .co_firstlineno = 126,
74917     .co_nlocalsplus = 2,
74918     .co_nlocals = 2,
74919     .co_nplaincellvars = 0,
74920     .co_ncellvars = 0,
74921     .co_nfreevars = 0,
74922     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
74923     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
74924     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
74925     .co_name = &_Py_ID(send),
74926     .co_qualname = & _collections_abc_toplevel_consts_22_consts_2_qualname._ascii.ob_base,
74927     .co_linetable = & _collections_abc_toplevel_consts_22_consts_2_linetable.ob_base.ob_base,
74928     ._co_code = NULL,
74929     ._co_linearray = NULL,
74930     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
74931     ._co_firsttraceable = 0,
74932 };
74933 static
74934     struct {
74935         PyASCIIObject _ascii;
74936         uint8_t _data[104];
74937     }
74938 _collections_abc_toplevel_consts_22_consts_4_consts_0 = {
74939     ._ascii = {
74940         .ob_base = {
74941             .ob_refcnt = 999999999,
74942             .ob_type = &PyUnicode_Type,
74943         },
74944         .length = 103,
74945         .hash = -1,
74946         .state = {
74947             .kind = 1,
74948             .compact = 1,
74949             .ascii = 1,
74950             .ready = 1,
74951         },
74952     },
74953     ._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",
74954 };
74955 static
74956     struct {
74957         PyGC_Head _gc_head;
74958         struct {
74959             PyObject_VAR_HEAD
74960             PyObject *ob_item[1];
74961         }_object;
74962     }
74963 _collections_abc_toplevel_consts_22_consts_4_consts = {
74964     ._object = {
74965         .ob_base = {
74966             .ob_base = {
74967                 .ob_refcnt = 999999999,
74968                 .ob_type = &PyTuple_Type,
74969             },
74970             .ob_size = 1,
74971         },
74972         .ob_item = {
74973             & _collections_abc_toplevel_consts_22_consts_4_consts_0._ascii.ob_base,
74974         },
74975     },
74976 };
74977 static
74978     struct {
74979         PyASCIIObject _ascii;
74980         uint8_t _data[15];
74981     }
74982 const_str_with_traceback = {
74983     ._ascii = {
74984         .ob_base = {
74985             .ob_refcnt = 999999999,
74986             .ob_type = &PyUnicode_Type,
74987         },
74988         .length = 14,
74989         .hash = -1,
74990         .state = {
74991             .kind = 1,
74992             .compact = 1,
74993             .ascii = 1,
74994             .ready = 1,
74995         },
74996     },
74997     ._data = "with_traceback",
74998 };
74999 static
75000     struct {
75001         PyGC_Head _gc_head;
75002         struct {
75003             PyObject_VAR_HEAD
75004             PyObject *ob_item[1];
75005         }_object;
75006     }
75007 _collections_abc_toplevel_consts_22_consts_4_names = {
75008     ._object = {
75009         .ob_base = {
75010             .ob_base = {
75011                 .ob_refcnt = 999999999,
75012                 .ob_type = &PyTuple_Type,
75013             },
75014             .ob_size = 1,
75015         },
75016         .ob_item = {
75017             & const_str_with_traceback._ascii.ob_base,
75018         },
75019     },
75020 };
75021 static
75022     struct {
75023         PyASCIIObject _ascii;
75024         uint8_t _data[16];
75025     }
75026 _collections_abc_toplevel_consts_22_consts_4_qualname = {
75027     ._ascii = {
75028         .ob_base = {
75029             .ob_refcnt = 999999999,
75030             .ob_type = &PyUnicode_Type,
75031         },
75032         .length = 15,
75033         .hash = -1,
75034         .state = {
75035             .kind = 1,
75036             .compact = 1,
75037             .ascii = 1,
75038             .ready = 1,
75039         },
75040     },
75041     ._data = "Coroutine.throw",
75042 };
75043 static
75044     struct {
75045         PyObject_VAR_HEAD
75046         Py_hash_t ob_shash;
75047         char ob_sval[60];
75048     }
75049 _collections_abc_toplevel_consts_22_consts_4_linetable = {
75050     .ob_base = {
75051         .ob_base = {
75052             .ob_refcnt = 999999999,
75053             .ob_type = &PyBytes_Type,
75054         },
75055         .ob_size = 59,
75056     },
75057     .ob_shash = -1,
75058     .ob_sval = "\x80\x00\xf0\x0a\x00\x0c\x0f\x88\x3b\xd8\x0f\x11\x88\x7a\xd8\x16\x19\x90\x09\xd8\x12\x15\x90\x23\x91\x25\x94\x25\x88\x43\xd8\x0b\x0d\x88\x3e\xd8\x12\x15\xd7\x12\x24\xd2\x12\x24\xa0\x52\xd1\x12\x28\xd4\x12\x28\x88\x43\xd8\x0e\x11\x88\x09",
75059 };
75060 static
75061     struct {
75062         PyASCIIObject _ascii;
75063         uint8_t _data[4];
75064     }
75065 const_str_typ = {
75066     ._ascii = {
75067         .ob_base = {
75068             .ob_refcnt = 999999999,
75069             .ob_type = &PyUnicode_Type,
75070         },
75071         .length = 3,
75072         .hash = -1,
75073         .state = {
75074             .kind = 1,
75075             .compact = 1,
75076             .ascii = 1,
75077             .ready = 1,
75078         },
75079     },
75080     ._data = "typ",
75081 };
75082 static
75083     struct {
75084         PyASCIIObject _ascii;
75085         uint8_t _data[4];
75086     }
75087 const_str_val = {
75088     ._ascii = {
75089         .ob_base = {
75090             .ob_refcnt = 999999999,
75091             .ob_type = &PyUnicode_Type,
75092         },
75093         .length = 3,
75094         .hash = -1,
75095         .state = {
75096             .kind = 1,
75097             .compact = 1,
75098             .ascii = 1,
75099             .ready = 1,
75100         },
75101     },
75102     ._data = "val",
75103 };
75104 static
75105     struct {
75106         PyGC_Head _gc_head;
75107         struct {
75108             PyObject_VAR_HEAD
75109             PyObject *ob_item[4];
75110         }_object;
75111     }
75112 _collections_abc_toplevel_consts_22_consts_4_localsplusnames = {
75113     ._object = {
75114         .ob_base = {
75115             .ob_base = {
75116                 .ob_refcnt = 999999999,
75117                 .ob_type = &PyTuple_Type,
75118             },
75119             .ob_size = 4,
75120         },
75121         .ob_item = {
75122             & const_str_self._ascii.ob_base,
75123             & const_str_typ._ascii.ob_base,
75124             & const_str_val._ascii.ob_base,
75125             & const_str_tb._ascii.ob_base,
75126         },
75127     },
75128 };
75129 static
75130     struct _PyCode_DEF(84)
75131 _collections_abc_toplevel_consts_22_consts_4 = {
75132     .ob_base = {
75133         .ob_base = {
75134             .ob_refcnt = 999999999,
75135             .ob_type = &PyCode_Type,
75136         },
75137         .ob_size = 42,
75138     },
75139     .co_consts = & _collections_abc_toplevel_consts_22_consts_4_consts._object.ob_base.ob_base,
75140     .co_names = & _collections_abc_toplevel_consts_22_consts_4_names._object.ob_base.ob_base,
75141     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
75142     .co_flags = 3,
75143     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
75144     ._co_linearray_entry_size = 0,
75145     .co_argcount = 4,
75146     .co_posonlyargcount = 0,
75147     .co_kwonlyargcount = 0,
75148     .co_stacksize = 3,
75149     .co_firstlineno = 133,
75150     .co_nlocalsplus = 4,
75151     .co_nlocals = 4,
75152     .co_nplaincellvars = 0,
75153     .co_ncellvars = 0,
75154     .co_nfreevars = 0,
75155     .co_localsplusnames = & _collections_abc_toplevel_consts_22_consts_4_localsplusnames._object.ob_base.ob_base,
75156     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
75157     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
75158     .co_name = &_Py_ID(throw),
75159     .co_qualname = & _collections_abc_toplevel_consts_22_consts_4_qualname._ascii.ob_base,
75160     .co_linetable = & _collections_abc_toplevel_consts_22_consts_4_linetable.ob_base.ob_base,
75161     ._co_code = NULL,
75162     ._co_linearray = NULL,
75163     .co_code_adaptive = "\x97\x00\x7c\x02\x80\x0e\x7c\x03\x80\x02\x7c\x01\x82\x01\x02\x00\x7c\x01\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x03\x81\x15\x7c\x02\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x82\x01",
75164     ._co_firsttraceable = 0,
75165 };
75166 static
75167     struct {
75168         PyASCIIObject _ascii;
75169         uint8_t _data[47];
75170     }
75171 _collections_abc_toplevel_consts_22_consts_5_consts_0 = {
75172     ._ascii = {
75173         .ob_base = {
75174             .ob_refcnt = 999999999,
75175             .ob_type = &PyUnicode_Type,
75176         },
75177         .length = 46,
75178         .hash = -1,
75179         .state = {
75180             .kind = 1,
75181             .compact = 1,
75182             .ascii = 1,
75183             .ready = 1,
75184         },
75185     },
75186     ._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",
75187 };
75188 static
75189     struct {
75190         PyASCIIObject _ascii;
75191         uint8_t _data[32];
75192     }
75193 _collections_abc_toplevel_consts_22_consts_5_consts_1 = {
75194     ._ascii = {
75195         .ob_base = {
75196             .ob_refcnt = 999999999,
75197             .ob_type = &PyUnicode_Type,
75198         },
75199         .length = 31,
75200         .hash = -1,
75201         .state = {
75202             .kind = 1,
75203             .compact = 1,
75204             .ascii = 1,
75205             .ready = 1,
75206         },
75207     },
75208     ._data = "coroutine ignored GeneratorExit",
75209 };
75210 static
75211     struct {
75212         PyGC_Head _gc_head;
75213         struct {
75214             PyObject_VAR_HEAD
75215             PyObject *ob_item[3];
75216         }_object;
75217     }
75218 _collections_abc_toplevel_consts_22_consts_5_consts = {
75219     ._object = {
75220         .ob_base = {
75221             .ob_base = {
75222                 .ob_refcnt = 999999999,
75223                 .ob_type = &PyTuple_Type,
75224             },
75225             .ob_size = 3,
75226         },
75227         .ob_item = {
75228             & _collections_abc_toplevel_consts_22_consts_5_consts_0._ascii.ob_base,
75229             & _collections_abc_toplevel_consts_22_consts_5_consts_1._ascii.ob_base,
75230             Py_None,
75231         },
75232     },
75233 };
75234 static
75235     struct {
75236         PyASCIIObject _ascii;
75237         uint8_t _data[14];
75238     }
75239 const_str_GeneratorExit = {
75240     ._ascii = {
75241         .ob_base = {
75242             .ob_refcnt = 999999999,
75243             .ob_type = &PyUnicode_Type,
75244         },
75245         .length = 13,
75246         .hash = -1,
75247         .state = {
75248             .kind = 1,
75249             .compact = 1,
75250             .ascii = 1,
75251             .ready = 1,
75252         },
75253     },
75254     ._data = "GeneratorExit",
75255 };
75256 static
75257     struct {
75258         PyGC_Head _gc_head;
75259         struct {
75260             PyObject_VAR_HEAD
75261             PyObject *ob_item[4];
75262         }_object;
75263     }
75264 _collections_abc_toplevel_consts_22_consts_5_names = {
75265     ._object = {
75266         .ob_base = {
75267             .ob_base = {
75268                 .ob_refcnt = 999999999,
75269                 .ob_type = &PyTuple_Type,
75270             },
75271             .ob_size = 4,
75272         },
75273         .ob_item = {
75274             &_Py_ID(throw),
75275             & const_str_GeneratorExit._ascii.ob_base,
75276             & const_str_RuntimeError._ascii.ob_base,
75277             & const_str_StopIteration._ascii.ob_base,
75278         },
75279     },
75280 };
75281 static
75282     struct {
75283         PyASCIIObject _ascii;
75284         uint8_t _data[16];
75285     }
75286 _collections_abc_toplevel_consts_22_consts_5_qualname = {
75287     ._ascii = {
75288         .ob_base = {
75289             .ob_refcnt = 999999999,
75290             .ob_type = &PyUnicode_Type,
75291         },
75292         .length = 15,
75293         .hash = -1,
75294         .state = {
75295             .kind = 1,
75296             .compact = 1,
75297             .ascii = 1,
75298             .ready = 1,
75299         },
75300     },
75301     ._data = "Coroutine.close",
75302 };
75303 static
75304     struct {
75305         PyObject_VAR_HEAD
75306         Py_hash_t ob_shash;
75307         char ob_sval[85];
75308     }
75309 _collections_abc_toplevel_consts_22_consts_5_linetable = {
75310     .ob_base = {
75311         .ob_base = {
75312             .ob_refcnt = 999999999,
75313             .ob_type = &PyBytes_Type,
75314         },
75315         .ob_size = 84,
75316     },
75317     .ob_shash = -1,
75318     .ob_sval = "\x80\x00\xf0\x06\x05\x09\x42\x01\xd8\x0c\x10\x8f\x4a\x8a\x4a\x95\x7d\xd1\x0c\x25\xd4\x0c\x25\xd0\x0c\x25\xf5\x08\x00\x13\x1f\xd0\x1f\x40\xd1\x12\x41\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",
75319 };
75320 static
75321     struct {
75322         PyObject_VAR_HEAD
75323         Py_hash_t ob_shash;
75324         char ob_sval[15];
75325     }
75326 _collections_abc_toplevel_consts_22_consts_5_exceptiontable = {
75327     .ob_base = {
75328         .ob_base = {
75329             .ob_refcnt = 999999999,
75330             .ob_type = &PyBytes_Type,
75331         },
75332         .ob_size = 14,
75333     },
75334     .ob_shash = -1,
75335     .ob_sval = "\x82\x1a\x2b\x00\xab\x11\x41\x00\x03\xbf\x01\x41\x00\x03",
75336 };
75337 static
75338     struct _PyCode_DEF(134)
75339 _collections_abc_toplevel_consts_22_consts_5 = {
75340     .ob_base = {
75341         .ob_base = {
75342             .ob_refcnt = 999999999,
75343             .ob_type = &PyCode_Type,
75344         },
75345         .ob_size = 67,
75346     },
75347     .co_consts = & _collections_abc_toplevel_consts_22_consts_5_consts._object.ob_base.ob_base,
75348     .co_names = & _collections_abc_toplevel_consts_22_consts_5_names._object.ob_base.ob_base,
75349     .co_exceptiontable = & _collections_abc_toplevel_consts_22_consts_5_exceptiontable.ob_base.ob_base,
75350     .co_flags = 3,
75351     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
75352     ._co_linearray_entry_size = 0,
75353     .co_argcount = 1,
75354     .co_posonlyargcount = 0,
75355     .co_kwonlyargcount = 0,
75356     .co_stacksize = 4,
75357     .co_firstlineno = 146,
75358     .co_nlocalsplus = 1,
75359     .co_nlocals = 1,
75360     .co_nplaincellvars = 0,
75361     .co_ncellvars = 0,
75362     .co_nfreevars = 0,
75363     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
75364     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
75365     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
75366     .co_name = &_Py_ID(close),
75367     .co_qualname = & _collections_abc_toplevel_consts_22_consts_5_qualname._ascii.ob_base,
75368     .co_linetable = & _collections_abc_toplevel_consts_22_consts_5_linetable.ob_base.ob_base,
75369     ._co_code = NULL,
75370     ._co_linearray = NULL,
75371     .co_code_adaptive = "\x97\x00\x09\x00\x7c\x00\xa0\x00\x00\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\xa6\x01\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\xa6\x01\x00\x00\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",
75372     ._co_firsttraceable = 0,
75373 };
75374 static
75375     struct {
75376         PyGC_Head _gc_head;
75377         struct {
75378             PyObject_VAR_HEAD
75379             PyObject *ob_item[5];
75380         }_object;
75381     }
75382 _collections_abc_toplevel_consts_22_consts_6_consts = {
75383     ._object = {
75384         .ob_base = {
75385             .ob_base = {
75386                 .ob_refcnt = 999999999,
75387                 .ob_type = &PyTuple_Type,
75388             },
75389             .ob_size = 5,
75390         },
75391         .ob_item = {
75392             Py_None,
75393             &_Py_ID(__await__),
75394             &_Py_ID(send),
75395             &_Py_ID(throw),
75396             &_Py_ID(close),
75397         },
75398     },
75399 };
75400 static
75401     struct {
75402         PyGC_Head _gc_head;
75403         struct {
75404             PyObject_VAR_HEAD
75405             PyObject *ob_item[3];
75406         }_object;
75407     }
75408 _collections_abc_toplevel_consts_22_consts_6_names = {
75409     ._object = {
75410         .ob_base = {
75411             .ob_base = {
75412                 .ob_refcnt = 999999999,
75413                 .ob_type = &PyTuple_Type,
75414             },
75415             .ob_size = 3,
75416         },
75417         .ob_item = {
75418             & const_str_Coroutine._ascii.ob_base,
75419             & const_str__check_methods._ascii.ob_base,
75420             & const_str_NotImplemented._ascii.ob_base,
75421         },
75422     },
75423 };
75424 static
75425     struct {
75426         PyASCIIObject _ascii;
75427         uint8_t _data[27];
75428     }
75429 _collections_abc_toplevel_consts_22_consts_6_qualname = {
75430     ._ascii = {
75431         .ob_base = {
75432             .ob_refcnt = 999999999,
75433             .ob_type = &PyUnicode_Type,
75434         },
75435         .length = 26,
75436         .hash = -1,
75437         .state = {
75438             .kind = 1,
75439             .compact = 1,
75440             .ascii = 1,
75441             .ready = 1,
75442         },
75443     },
75444     ._data = "Coroutine.__subclasshook__",
75445 };
75446 static
75447     struct {
75448         PyObject_VAR_HEAD
75449         Py_hash_t ob_shash;
75450         char ob_sval[42];
75451     }
75452 _collections_abc_toplevel_consts_22_consts_6_linetable = {
75453     .ob_base = {
75454         .ob_base = {
75455             .ob_refcnt = 999999999,
75456             .ob_type = &PyBytes_Type,
75457         },
75458         .ob_size = 41,
75459     },
75460     .ob_shash = -1,
75461     .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x29\xd0\x0b\x1b\xd0\x0b\x1b\xdd\x13\x21\xa0\x21\xa0\x5b\xb0\x26\xb8\x27\xc0\x37\xd1\x13\x4b\xd4\x13\x4b\xd0\x0c\x4b\xdd\x0f\x1d\xd0\x08\x1d",
75462 };
75463 static
75464     struct _PyCode_DEF(72)
75465 _collections_abc_toplevel_consts_22_consts_6 = {
75466     .ob_base = {
75467         .ob_base = {
75468             .ob_refcnt = 999999999,
75469             .ob_type = &PyCode_Type,
75470         },
75471         .ob_size = 36,
75472     },
75473     .co_consts = & _collections_abc_toplevel_consts_22_consts_6_consts._object.ob_base.ob_base,
75474     .co_names = & _collections_abc_toplevel_consts_22_consts_6_names._object.ob_base.ob_base,
75475     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
75476     .co_flags = 3,
75477     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
75478     ._co_linearray_entry_size = 0,
75479     .co_argcount = 2,
75480     .co_posonlyargcount = 0,
75481     .co_kwonlyargcount = 0,
75482     .co_stacksize = 7,
75483     .co_firstlineno = 156,
75484     .co_nlocalsplus = 2,
75485     .co_nlocals = 2,
75486     .co_nplaincellvars = 0,
75487     .co_ncellvars = 0,
75488     .co_nfreevars = 0,
75489     .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
75490     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
75491     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
75492     .co_name = &_Py_ID(__subclasshook__),
75493     .co_qualname = & _collections_abc_toplevel_consts_22_consts_6_qualname._ascii.ob_base,
75494     .co_linetable = & _collections_abc_toplevel_consts_22_consts_6_linetable.ob_base.ob_base,
75495     ._co_code = NULL,
75496     ._co_linearray = NULL,
75497     .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x13\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x64\x02\x64\x03\x64\x04\xa6\x05\x00\x00\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",
75498     ._co_firsttraceable = 0,
75499 };
75500 static
75501     struct {
75502         PyGC_Head _gc_head;
75503         struct {
75504             PyObject_VAR_HEAD
75505             PyObject *ob_item[8];
75506         }_object;
75507     }
75508 _collections_abc_toplevel_consts_22_consts = {
75509     ._object = {
75510         .ob_base = {
75511             .ob_base = {
75512                 .ob_refcnt = 999999999,
75513                 .ob_type = &PyTuple_Type,
75514             },
75515             .ob_size = 8,
75516         },
75517         .ob_item = {
75518             & const_str_Coroutine._ascii.ob_base,
75519             (PyObject *)& _Py_SINGLETON(tuple_empty),
75520             & _collections_abc_toplevel_consts_22_consts_2.ob_base.ob_base,
75521             Py_None,
75522             & _collections_abc_toplevel_consts_22_consts_4.ob_base.ob_base,
75523             & _collections_abc_toplevel_consts_22_consts_5.ob_base.ob_base,
75524             & _collections_abc_toplevel_consts_22_consts_6.ob_base.ob_base,
75525             & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
75526         },
75527     },
75528 };
75529 static
75530     struct {
75531         PyGC_Head _gc_head;
75532         struct {
75533             PyObject_VAR_HEAD
75534             PyObject *ob_item[10];
75535         }_object;
75536     }
75537 _collections_abc_toplevel_consts_22_names = {
75538     ._object = {
75539         .ob_base = {
75540             .ob_base = {
75541                 .ob_refcnt = 999999999,
75542                 .ob_type = &PyTuple_Type,
75543             },
75544             .ob_size = 10,
75545         },
75546         .ob_item = {
75547             &_Py_ID(__name__),
75548             &_Py_ID(__module__),
75549             &_Py_ID(__qualname__),
75550             &_Py_ID(__slots__),
75551             & const_str_abstractmethod._ascii.ob_base,
75552             &_Py_ID(send),
75553             &_Py_ID(throw),
75554             &_Py_ID(close),
75555             & const_str_classmethod._ascii.ob_base,
75556             &_Py_ID(__subclasshook__),
75557         },
75558     },
75559 };
75560 static
75561     struct {
75562         PyObject_VAR_HEAD
75563         Py_hash_t ob_shash;
75564         char ob_sval[128];
75565     }
75566 _collections_abc_toplevel_consts_22_linetable = {
75567     .ob_base = {
75568         .ob_base = {
75569             .ob_refcnt = 999999999,
75570             .ob_type = &PyBytes_Type,
75571         },
75572         .ob_size = 127,
75573     },
75574     .ob_shash = -1,
75575     .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\xf1\x03\x00\x06\x14\x84\x5e\xf0\x02\x04\x05\x1c\xf0\x0c\x00\x06\x14\xf0\x02\x0a\x05\x12\xf0\x00\x0a\x05\x12\xf0\x00\x0a\x05\x12\xf1\x03\x00\x06\x14\x84\x5e\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\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf0\x00\x03\x05\x1e",
75576 };
75577 static
75578     struct _PyCode_DEF(92)
75579 _collections_abc_toplevel_consts_22 = {
75580     .ob_base = {
75581         .ob_base = {
75582             .ob_refcnt = 999999999,
75583             .ob_type = &PyCode_Type,
75584         },
75585         .ob_size = 46,
75586     },
75587     .co_consts = & _collections_abc_toplevel_consts_22_consts._object.ob_base.ob_base,
75588     .co_names = & _collections_abc_toplevel_consts_22_names._object.ob_base.ob_base,
75589     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
75590     .co_flags = 0,
75591     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
75592     ._co_linearray_entry_size = 0,
75593     .co_argcount = 0,
75594     .co_posonlyargcount = 0,
75595     .co_kwonlyargcount = 0,
75596     .co_stacksize = 3,
75597     .co_firstlineno = 122,
75598     .co_nlocalsplus = 0,
75599     .co_nlocals = 0,
75600     .co_nplaincellvars = 0,
75601     .co_ncellvars = 0,
75602     .co_nfreevars = 0,
75603     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
75604     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
75605     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
75606     .co_name = & const_str_Coroutine._ascii.ob_base,
75607     .co_qualname = & const_str_Coroutine._ascii.ob_base,
75608     .co_linetable = & _collections_abc_toplevel_consts_22_linetable.ob_base.ob_base,
75609     ._co_code = NULL,
75610     ._co_linearray = NULL,
75611     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x04\x64\x07\x64\x04\x84\x01\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x64\x05\x84\x00\x5a\x07\x65\x08\x64\x06\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x64\x03\x53\x00",
75612     ._co_firsttraceable = 0,
75613 };
75614 static
75615     struct {
75616         PyGC_Head _gc_head;
75617         struct {
75618             PyObject_VAR_HEAD
75619             PyObject *ob_item[1];
75620         }_object;
75621     }
75622 _collections_abc_toplevel_consts_24_consts_2_names = {
75623     ._object = {
75624         .ob_base = {
75625             .ob_base = {
75626                 .ob_refcnt = 999999999,
75627                 .ob_type = &PyTuple_Type,
75628             },
75629             .ob_size = 1,
75630         },
75631         .ob_item = {
75632             & const_str_AsyncIterator._ascii.ob_base,
75633         },
75634     },
75635 };
75636 static
75637     struct {
75638         PyASCIIObject _ascii;
75639         uint8_t _data[24];
75640     }
75641 _collections_abc_toplevel_consts_24_consts_2_qualname = {
75642     ._ascii = {
75643         .ob_base = {
75644             .ob_refcnt = 999999999,
75645             .ob_type = &PyUnicode_Type,
75646         },
75647         .length = 23,
75648         .hash = -1,
75649         .state = {
75650             .kind = 1,
75651             .compact = 1,
75652             .ascii = 1,
75653             .ready = 1,
75654         },
75655     },
75656     ._data = "AsyncIterable.__aiter__",
75657 };
75658 static
75659     struct {
75660         PyObject_VAR_HEAD
75661         Py_hash_t ob_shash;
75662         char ob_sval[13];
75663     }
75664 _collections_abc_toplevel_consts_24_consts_2_linetable = {
75665     .ob_base = {
75666         .ob_base = {
75667             .ob_refcnt = 999999999,
75668             .ob_type = &PyBytes_Type,
75669         },
75670         .ob_size = 12,
75671     },
75672     .ob_shash = -1,
75673     .ob_sval = "\x80\x00\xe5\x0f\x1c\x89\x7f\x8c\x7f\xd0\x08\x1e",
75674 };
75675 static
75676     struct _PyCode_DEF(30)
75677 _collections_abc_toplevel_consts_24_consts_2 = {
75678     .ob_base = {
75679         .ob_base = {
75680             .ob_refcnt = 999999999,
75681             .ob_type = &PyCode_Type,
75682         },
75683         .ob_size = 15,
75684     },
75685     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
75686     .co_names = & _collections_abc_toplevel_consts_24_consts_2_names._object.ob_base.ob_base,
75687     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
75688     .co_flags = 3,
75689     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
75690     ._co_linearray_entry_size = 0,
75691     .co_argcount = 1,
75692     .co_posonlyargcount = 0,
75693     .co_kwonlyargcount = 0,
75694     .co_stacksize = 2,
75695     .co_firstlineno = 170,
75696     .co_nlocalsplus = 1,
75697     .co_nlocals = 1,
75698     .co_nplaincellvars = 0,
75699     .co_ncellvars = 0,
75700     .co_nfreevars = 0,
75701     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
75702     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
75703     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
75704     .co_name = &_Py_ID(__aiter__),
75705     .co_qualname = & _collections_abc_toplevel_consts_24_consts_2_qualname._ascii.ob_base,
75706     .co_linetable = & _collections_abc_toplevel_consts_24_consts_2_linetable.ob_base.ob_base,
75707     ._co_code = NULL,
75708     ._co_linearray = NULL,
75709     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
75710     ._co_firsttraceable = 0,
75711 };
75712 static
75713     struct {
75714         PyGC_Head _gc_head;
75715         struct {
75716             PyObject_VAR_HEAD
75717             PyObject *ob_item[2];
75718         }_object;
75719     }
75720 _collections_abc_toplevel_consts_24_consts_3_consts = {
75721     ._object = {
75722         .ob_base = {
75723             .ob_base = {
75724                 .ob_refcnt = 999999999,
75725                 .ob_type = &PyTuple_Type,
75726             },
75727             .ob_size = 2,
75728         },
75729         .ob_item = {
75730             Py_None,
75731             &_Py_ID(__aiter__),
75732         },
75733     },
75734 };
75735 static
75736     struct {
75737         PyGC_Head _gc_head;
75738         struct {
75739             PyObject_VAR_HEAD
75740             PyObject *ob_item[3];
75741         }_object;
75742     }
75743 _collections_abc_toplevel_consts_24_consts_3_names = {
75744     ._object = {
75745         .ob_base = {
75746             .ob_base = {
75747                 .ob_refcnt = 999999999,
75748                 .ob_type = &PyTuple_Type,
75749             },
75750             .ob_size = 3,
75751         },
75752         .ob_item = {
75753             & const_str_AsyncIterable._ascii.ob_base,
75754             & const_str__check_methods._ascii.ob_base,
75755             & const_str_NotImplemented._ascii.ob_base,
75756         },
75757     },
75758 };
75759 static
75760     struct {
75761         PyASCIIObject _ascii;
75762         uint8_t _data[31];
75763     }
75764 _collections_abc_toplevel_consts_24_consts_3_qualname = {
75765     ._ascii = {
75766         .ob_base = {
75767             .ob_refcnt = 999999999,
75768             .ob_type = &PyUnicode_Type,
75769         },
75770         .length = 30,
75771         .hash = -1,
75772         .state = {
75773             .kind = 1,
75774             .compact = 1,
75775             .ascii = 1,
75776             .ready = 1,
75777         },
75778     },
75779     ._data = "AsyncIterable.__subclasshook__",
75780 };
75781 static
75782     struct {
75783         PyObject_VAR_HEAD
75784         Py_hash_t ob_shash;
75785         char ob_sval[36];
75786     }
75787 _collections_abc_toplevel_consts_24_consts_3_linetable = {
75788     .ob_base = {
75789         .ob_base = {
75790             .ob_refcnt = 999999999,
75791             .ob_type = &PyBytes_Type,
75792         },
75793         .ob_size = 35,
75794     },
75795     .ob_shash = -1,
75796     .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x2d\xd0\x0b\x1f\xd0\x0b\x1f\xdd\x13\x21\xa0\x21\xa0\x5b\xd1\x13\x31\xd4\x13\x31\xd0\x0c\x31\xdd\x0f\x1d\xd0\x08\x1d",
75797 };
75798 static
75799     struct _PyCode_DEF(66)
75800 _collections_abc_toplevel_consts_24_consts_3 = {
75801     .ob_base = {
75802         .ob_base = {
75803             .ob_refcnt = 999999999,
75804             .ob_type = &PyCode_Type,
75805         },
75806         .ob_size = 33,
75807     },
75808     .co_consts = & _collections_abc_toplevel_consts_24_consts_3_consts._object.ob_base.ob_base,
75809     .co_names = & _collections_abc_toplevel_consts_24_consts_3_names._object.ob_base.ob_base,
75810     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
75811     .co_flags = 3,
75812     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
75813     ._co_linearray_entry_size = 0,
75814     .co_argcount = 2,
75815     .co_posonlyargcount = 0,
75816     .co_kwonlyargcount = 0,
75817     .co_stacksize = 4,
75818     .co_firstlineno = 174,
75819     .co_nlocalsplus = 2,
75820     .co_nlocals = 2,
75821     .co_nplaincellvars = 0,
75822     .co_ncellvars = 0,
75823     .co_nfreevars = 0,
75824     .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
75825     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
75826     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
75827     .co_name = &_Py_ID(__subclasshook__),
75828     .co_qualname = & _collections_abc_toplevel_consts_24_consts_3_qualname._ascii.ob_base,
75829     .co_linetable = & _collections_abc_toplevel_consts_24_consts_3_linetable.ob_base.ob_base,
75830     ._co_code = NULL,
75831     ._co_linearray = NULL,
75832     .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\xa6\x02\x00\x00\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",
75833     ._co_firsttraceable = 0,
75834 };
75835 static
75836     struct {
75837         PyGC_Head _gc_head;
75838         struct {
75839             PyObject_VAR_HEAD
75840             PyObject *ob_item[5];
75841         }_object;
75842     }
75843 _collections_abc_toplevel_consts_24_consts = {
75844     ._object = {
75845         .ob_base = {
75846             .ob_base = {
75847                 .ob_refcnt = 999999999,
75848                 .ob_type = &PyTuple_Type,
75849             },
75850             .ob_size = 5,
75851         },
75852         .ob_item = {
75853             & const_str_AsyncIterable._ascii.ob_base,
75854             (PyObject *)& _Py_SINGLETON(tuple_empty),
75855             & _collections_abc_toplevel_consts_24_consts_2.ob_base.ob_base,
75856             & _collections_abc_toplevel_consts_24_consts_3.ob_base.ob_base,
75857             Py_None,
75858         },
75859     },
75860 };
75861 static
75862     struct {
75863         PyGC_Head _gc_head;
75864         struct {
75865             PyObject_VAR_HEAD
75866             PyObject *ob_item[10];
75867         }_object;
75868     }
75869 _collections_abc_toplevel_consts_24_names = {
75870     ._object = {
75871         .ob_base = {
75872             .ob_base = {
75873                 .ob_refcnt = 999999999,
75874                 .ob_type = &PyTuple_Type,
75875             },
75876             .ob_size = 10,
75877         },
75878         .ob_item = {
75879             &_Py_ID(__name__),
75880             &_Py_ID(__module__),
75881             &_Py_ID(__qualname__),
75882             &_Py_ID(__slots__),
75883             & const_str_abstractmethod._ascii.ob_base,
75884             &_Py_ID(__aiter__),
75885             & const_str_classmethod._ascii.ob_base,
75886             &_Py_ID(__subclasshook__),
75887             & const_str_GenericAlias._ascii.ob_base,
75888             &_Py_ID(__class_getitem__),
75889         },
75890     },
75891 };
75892 static
75893     struct {
75894         PyObject_VAR_HEAD
75895         Py_hash_t ob_shash;
75896         char ob_sval[92];
75897     }
75898 _collections_abc_toplevel_consts_24_linetable = {
75899     .ob_base = {
75900         .ob_base = {
75901             .ob_refcnt = 999999999,
75902             .ob_type = &PyBytes_Type,
75903         },
75904         .ob_size = 91,
75905     },
75906     .ob_shash = -1,
75907     .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\xf1\x03\x00\x06\x14\x84\x5e\xf0\x02\x01\x05\x1f\xf0\x06\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x03\x05\x1e\xf0\x0a\x00\x19\x24\x98\x0b\xa0\x4c\xd1\x18\x31\xd4\x18\x31\xd0\x04\x15\xd0\x04\x15\xd0\x04\x15",
75908 };
75909 static
75910     struct _PyCode_DEF(84)
75911 _collections_abc_toplevel_consts_24 = {
75912     .ob_base = {
75913         .ob_base = {
75914             .ob_refcnt = 999999999,
75915             .ob_type = &PyCode_Type,
75916         },
75917         .ob_size = 42,
75918     },
75919     .co_consts = & _collections_abc_toplevel_consts_24_consts._object.ob_base.ob_base,
75920     .co_names = & _collections_abc_toplevel_consts_24_names._object.ob_base.ob_base,
75921     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
75922     .co_flags = 0,
75923     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
75924     ._co_linearray_entry_size = 0,
75925     .co_argcount = 0,
75926     .co_posonlyargcount = 0,
75927     .co_kwonlyargcount = 0,
75928     .co_stacksize = 3,
75929     .co_firstlineno = 166,
75930     .co_nlocalsplus = 0,
75931     .co_nlocals = 0,
75932     .co_nplaincellvars = 0,
75933     .co_ncellvars = 0,
75934     .co_nfreevars = 0,
75935     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
75936     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
75937     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
75938     .co_name = & const_str_AsyncIterable._ascii.ob_base,
75939     .co_qualname = & const_str_AsyncIterable._ascii.ob_base,
75940     .co_linetable = & _collections_abc_toplevel_consts_24_linetable.ob_base.ob_base,
75941     ._co_code = NULL,
75942     ._co_linearray = NULL,
75943     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x06\x64\x03\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x02\x00\x65\x06\x65\x08\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x64\x04\x53\x00",
75944     ._co_firsttraceable = 0,
75945 };
75946 static
75947     struct {
75948         PyASCIIObject _ascii;
75949         uint8_t _data[65];
75950     }
75951 _collections_abc_toplevel_consts_26_consts_2_consts_0 = {
75952     ._ascii = {
75953         .ob_base = {
75954             .ob_refcnt = 999999999,
75955             .ob_type = &PyUnicode_Type,
75956         },
75957         .length = 64,
75958         .hash = -1,
75959         .state = {
75960             .kind = 1,
75961             .compact = 1,
75962             .ascii = 1,
75963             .ready = 1,
75964         },
75965     },
75966     ._data = "Return the next item or raise StopAsyncIteration when exhausted.",
75967 };
75968 static
75969     struct {
75970         PyGC_Head _gc_head;
75971         struct {
75972             PyObject_VAR_HEAD
75973             PyObject *ob_item[1];
75974         }_object;
75975     }
75976 _collections_abc_toplevel_consts_26_consts_2_consts = {
75977     ._object = {
75978         .ob_base = {
75979             .ob_base = {
75980                 .ob_refcnt = 999999999,
75981                 .ob_type = &PyTuple_Type,
75982             },
75983             .ob_size = 1,
75984         },
75985         .ob_item = {
75986             & _collections_abc_toplevel_consts_26_consts_2_consts_0._ascii.ob_base,
75987         },
75988     },
75989 };
75990 static
75991     struct {
75992         PyASCIIObject _ascii;
75993         uint8_t _data[19];
75994     }
75995 const_str_StopAsyncIteration = {
75996     ._ascii = {
75997         .ob_base = {
75998             .ob_refcnt = 999999999,
75999             .ob_type = &PyUnicode_Type,
76000         },
76001         .length = 18,
76002         .hash = -1,
76003         .state = {
76004             .kind = 1,
76005             .compact = 1,
76006             .ascii = 1,
76007             .ready = 1,
76008         },
76009     },
76010     ._data = "StopAsyncIteration",
76011 };
76012 static
76013     struct {
76014         PyGC_Head _gc_head;
76015         struct {
76016             PyObject_VAR_HEAD
76017             PyObject *ob_item[1];
76018         }_object;
76019     }
76020 _collections_abc_toplevel_consts_26_consts_2_names = {
76021     ._object = {
76022         .ob_base = {
76023             .ob_base = {
76024                 .ob_refcnt = 999999999,
76025                 .ob_type = &PyTuple_Type,
76026             },
76027             .ob_size = 1,
76028         },
76029         .ob_item = {
76030             & const_str_StopAsyncIteration._ascii.ob_base,
76031         },
76032     },
76033 };
76034 static
76035     struct {
76036         PyASCIIObject _ascii;
76037         uint8_t _data[24];
76038     }
76039 _collections_abc_toplevel_consts_26_consts_2_qualname = {
76040     ._ascii = {
76041         .ob_base = {
76042             .ob_refcnt = 999999999,
76043             .ob_type = &PyUnicode_Type,
76044         },
76045         .length = 23,
76046         .hash = -1,
76047         .state = {
76048             .kind = 1,
76049             .compact = 1,
76050             .ascii = 1,
76051             .ready = 1,
76052         },
76053     },
76054     ._data = "AsyncIterator.__anext__",
76055 };
76056 static
76057     struct {
76058         PyObject_VAR_HEAD
76059         Py_hash_t ob_shash;
76060         char ob_sval[15];
76061     }
76062 _collections_abc_toplevel_consts_26_consts_2_linetable = {
76063     .ob_base = {
76064         .ob_base = {
76065             .ob_refcnt = 999999999,
76066             .ob_type = &PyBytes_Type,
76067         },
76068         .ob_size = 14,
76069     },
76070     .ob_shash = -1,
76071     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xf5\x06\x00\x0f\x21\xd0\x08\x20",
76072 };
76073 static
76074     struct _PyCode_DEF(20)
76075 _collections_abc_toplevel_consts_26_consts_2 = {
76076     .ob_base = {
76077         .ob_base = {
76078             .ob_refcnt = 999999999,
76079             .ob_type = &PyCode_Type,
76080         },
76081         .ob_size = 10,
76082     },
76083     .co_consts = & _collections_abc_toplevel_consts_26_consts_2_consts._object.ob_base.ob_base,
76084     .co_names = & _collections_abc_toplevel_consts_26_consts_2_names._object.ob_base.ob_base,
76085     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
76086     .co_flags = 131,
76087     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
76088     ._co_linearray_entry_size = 0,
76089     .co_argcount = 1,
76090     .co_posonlyargcount = 0,
76091     .co_kwonlyargcount = 0,
76092     .co_stacksize = 1,
76093     .co_firstlineno = 187,
76094     .co_nlocalsplus = 1,
76095     .co_nlocals = 1,
76096     .co_nplaincellvars = 0,
76097     .co_ncellvars = 0,
76098     .co_nfreevars = 0,
76099     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
76100     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
76101     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
76102     .co_name = &_Py_ID(__anext__),
76103     .co_qualname = & _collections_abc_toplevel_consts_26_consts_2_qualname._ascii.ob_base,
76104     .co_linetable = & _collections_abc_toplevel_consts_26_consts_2_linetable.ob_base.ob_base,
76105     ._co_code = NULL,
76106     ._co_linearray = NULL,
76107     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
76108     ._co_firsttraceable = 2,
76109 };
76110 static
76111     struct {
76112         PyASCIIObject _ascii;
76113         uint8_t _data[24];
76114     }
76115 _collections_abc_toplevel_consts_26_consts_3_qualname = {
76116     ._ascii = {
76117         .ob_base = {
76118             .ob_refcnt = 999999999,
76119             .ob_type = &PyUnicode_Type,
76120         },
76121         .length = 23,
76122         .hash = -1,
76123         .state = {
76124             .kind = 1,
76125             .compact = 1,
76126             .ascii = 1,
76127             .ready = 1,
76128         },
76129     },
76130     ._data = "AsyncIterator.__aiter__",
76131 };
76132 static
76133     struct _PyCode_DEF(6)
76134 _collections_abc_toplevel_consts_26_consts_3 = {
76135     .ob_base = {
76136         .ob_base = {
76137             .ob_refcnt = 999999999,
76138             .ob_type = &PyCode_Type,
76139         },
76140         .ob_size = 3,
76141     },
76142     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
76143     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
76144     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
76145     .co_flags = 3,
76146     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
76147     ._co_linearray_entry_size = 0,
76148     .co_argcount = 1,
76149     .co_posonlyargcount = 0,
76150     .co_kwonlyargcount = 0,
76151     .co_stacksize = 1,
76152     .co_firstlineno = 192,
76153     .co_nlocalsplus = 1,
76154     .co_nlocals = 1,
76155     .co_nplaincellvars = 0,
76156     .co_ncellvars = 0,
76157     .co_nfreevars = 0,
76158     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
76159     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
76160     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
76161     .co_name = &_Py_ID(__aiter__),
76162     .co_qualname = & _collections_abc_toplevel_consts_26_consts_3_qualname._ascii.ob_base,
76163     .co_linetable = & codecs_toplevel_consts_24_consts_9_linetable.ob_base.ob_base,
76164     ._co_code = NULL,
76165     ._co_linearray = NULL,
76166     .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
76167     ._co_firsttraceable = 0,
76168 };
76169 static
76170     struct {
76171         PyGC_Head _gc_head;
76172         struct {
76173             PyObject_VAR_HEAD
76174             PyObject *ob_item[3];
76175         }_object;
76176     }
76177 _collections_abc_toplevel_consts_26_consts_4_consts = {
76178     ._object = {
76179         .ob_base = {
76180             .ob_base = {
76181                 .ob_refcnt = 999999999,
76182                 .ob_type = &PyTuple_Type,
76183             },
76184             .ob_size = 3,
76185         },
76186         .ob_item = {
76187             Py_None,
76188             &_Py_ID(__anext__),
76189             &_Py_ID(__aiter__),
76190         },
76191     },
76192 };
76193 static
76194     struct {
76195         PyGC_Head _gc_head;
76196         struct {
76197             PyObject_VAR_HEAD
76198             PyObject *ob_item[3];
76199         }_object;
76200     }
76201 _collections_abc_toplevel_consts_26_consts_4_names = {
76202     ._object = {
76203         .ob_base = {
76204             .ob_base = {
76205                 .ob_refcnt = 999999999,
76206                 .ob_type = &PyTuple_Type,
76207             },
76208             .ob_size = 3,
76209         },
76210         .ob_item = {
76211             & const_str_AsyncIterator._ascii.ob_base,
76212             & const_str__check_methods._ascii.ob_base,
76213             & const_str_NotImplemented._ascii.ob_base,
76214         },
76215     },
76216 };
76217 static
76218     struct {
76219         PyASCIIObject _ascii;
76220         uint8_t _data[31];
76221     }
76222 _collections_abc_toplevel_consts_26_consts_4_qualname = {
76223     ._ascii = {
76224         .ob_base = {
76225             .ob_refcnt = 999999999,
76226             .ob_type = &PyUnicode_Type,
76227         },
76228         .length = 30,
76229         .hash = -1,
76230         .state = {
76231             .kind = 1,
76232             .compact = 1,
76233             .ascii = 1,
76234             .ready = 1,
76235         },
76236     },
76237     ._data = "AsyncIterator.__subclasshook__",
76238 };
76239 static
76240     struct {
76241         PyObject_VAR_HEAD
76242         Py_hash_t ob_shash;
76243         char ob_sval[38];
76244     }
76245 _collections_abc_toplevel_consts_26_consts_4_linetable = {
76246     .ob_base = {
76247         .ob_base = {
76248             .ob_refcnt = 999999999,
76249             .ob_type = &PyBytes_Type,
76250         },
76251         .ob_size = 37,
76252     },
76253     .ob_shash = -1,
76254     .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x2d\xd0\x0b\x1f\xd0\x0b\x1f\xdd\x13\x21\xa0\x21\xa0\x5b\xb0\x2b\xd1\x13\x3e\xd4\x13\x3e\xd0\x0c\x3e\xdd\x0f\x1d\xd0\x08\x1d",
76255 };
76256 static
76257     struct _PyCode_DEF(68)
76258 _collections_abc_toplevel_consts_26_consts_4 = {
76259     .ob_base = {
76260         .ob_base = {
76261             .ob_refcnt = 999999999,
76262             .ob_type = &PyCode_Type,
76263         },
76264         .ob_size = 34,
76265     },
76266     .co_consts = & _collections_abc_toplevel_consts_26_consts_4_consts._object.ob_base.ob_base,
76267     .co_names = & _collections_abc_toplevel_consts_26_consts_4_names._object.ob_base.ob_base,
76268     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
76269     .co_flags = 3,
76270     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
76271     ._co_linearray_entry_size = 0,
76272     .co_argcount = 2,
76273     .co_posonlyargcount = 0,
76274     .co_kwonlyargcount = 0,
76275     .co_stacksize = 5,
76276     .co_firstlineno = 195,
76277     .co_nlocalsplus = 2,
76278     .co_nlocals = 2,
76279     .co_nplaincellvars = 0,
76280     .co_ncellvars = 0,
76281     .co_nfreevars = 0,
76282     .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
76283     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
76284     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
76285     .co_name = &_Py_ID(__subclasshook__),
76286     .co_qualname = & _collections_abc_toplevel_consts_26_consts_4_qualname._ascii.ob_base,
76287     .co_linetable = & _collections_abc_toplevel_consts_26_consts_4_linetable.ob_base.ob_base,
76288     ._co_code = NULL,
76289     ._co_linearray = NULL,
76290     .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\xa6\x03\x00\x00\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",
76291     ._co_firsttraceable = 0,
76292 };
76293 static
76294     struct {
76295         PyGC_Head _gc_head;
76296         struct {
76297             PyObject_VAR_HEAD
76298             PyObject *ob_item[6];
76299         }_object;
76300     }
76301 _collections_abc_toplevel_consts_26_consts = {
76302     ._object = {
76303         .ob_base = {
76304             .ob_base = {
76305                 .ob_refcnt = 999999999,
76306                 .ob_type = &PyTuple_Type,
76307             },
76308             .ob_size = 6,
76309         },
76310         .ob_item = {
76311             & const_str_AsyncIterator._ascii.ob_base,
76312             (PyObject *)& _Py_SINGLETON(tuple_empty),
76313             & _collections_abc_toplevel_consts_26_consts_2.ob_base.ob_base,
76314             & _collections_abc_toplevel_consts_26_consts_3.ob_base.ob_base,
76315             & _collections_abc_toplevel_consts_26_consts_4.ob_base.ob_base,
76316             Py_None,
76317         },
76318     },
76319 };
76320 static
76321     struct {
76322         PyGC_Head _gc_head;
76323         struct {
76324             PyObject_VAR_HEAD
76325             PyObject *ob_item[9];
76326         }_object;
76327     }
76328 _collections_abc_toplevel_consts_26_names = {
76329     ._object = {
76330         .ob_base = {
76331             .ob_base = {
76332                 .ob_refcnt = 999999999,
76333                 .ob_type = &PyTuple_Type,
76334             },
76335             .ob_size = 9,
76336         },
76337         .ob_item = {
76338             &_Py_ID(__name__),
76339             &_Py_ID(__module__),
76340             &_Py_ID(__qualname__),
76341             &_Py_ID(__slots__),
76342             & const_str_abstractmethod._ascii.ob_base,
76343             &_Py_ID(__anext__),
76344             &_Py_ID(__aiter__),
76345             & const_str_classmethod._ascii.ob_base,
76346             &_Py_ID(__subclasshook__),
76347         },
76348     },
76349 };
76350 static
76351     struct {
76352         PyObject_VAR_HEAD
76353         Py_hash_t ob_shash;
76354         char ob_sval[93];
76355     }
76356 _collections_abc_toplevel_consts_26_linetable = {
76357     .ob_base = {
76358         .ob_base = {
76359             .ob_refcnt = 999999999,
76360             .ob_type = &PyBytes_Type,
76361         },
76362         .ob_size = 92,
76363     },
76364     .ob_shash = -1,
76365     .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\xf1\x03\x00\x06\x14\x84\x5e\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\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf0\x00\x03\x05\x1e",
76366 };
76367 static
76368     struct _PyCode_DEF(68)
76369 _collections_abc_toplevel_consts_26 = {
76370     .ob_base = {
76371         .ob_base = {
76372             .ob_refcnt = 999999999,
76373             .ob_type = &PyCode_Type,
76374         },
76375         .ob_size = 34,
76376     },
76377     .co_consts = & _collections_abc_toplevel_consts_26_consts._object.ob_base.ob_base,
76378     .co_names = & _collections_abc_toplevel_consts_26_names._object.ob_base.ob_base,
76379     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
76380     .co_flags = 0,
76381     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
76382     ._co_linearray_entry_size = 0,
76383     .co_argcount = 0,
76384     .co_posonlyargcount = 0,
76385     .co_kwonlyargcount = 0,
76386     .co_stacksize = 2,
76387     .co_firstlineno = 183,
76388     .co_nlocalsplus = 0,
76389     .co_nlocals = 0,
76390     .co_nplaincellvars = 0,
76391     .co_ncellvars = 0,
76392     .co_nfreevars = 0,
76393     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
76394     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
76395     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
76396     .co_name = & const_str_AsyncIterator._ascii.ob_base,
76397     .co_qualname = & const_str_AsyncIterator._ascii.ob_base,
76398     .co_linetable = & _collections_abc_toplevel_consts_26_linetable.ob_base.ob_base,
76399     ._co_code = NULL,
76400     ._co_linearray = NULL,
76401     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xa6\x00\x00\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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x64\x05\x53\x00",
76402     ._co_firsttraceable = 0,
76403 };
76404 static
76405     struct {
76406         PyASCIIObject _ascii;
76407         uint8_t _data[113];
76408     }
76409 _collections_abc_toplevel_consts_28_consts_2_consts_0 = {
76410     ._ascii = {
76411         .ob_base = {
76412             .ob_refcnt = 999999999,
76413             .ob_type = &PyUnicode_Type,
76414         },
76415         .length = 112,
76416         .hash = -1,
76417         .state = {
76418             .kind = 1,
76419             .compact = 1,
76420             .ascii = 1,
76421             .ready = 1,
76422         },
76423     },
76424     ._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",
76425 };
76426 static
76427     struct {
76428         PyGC_Head _gc_head;
76429         struct {
76430             PyObject_VAR_HEAD
76431             PyObject *ob_item[2];
76432         }_object;
76433     }
76434 _collections_abc_toplevel_consts_28_consts_2_consts = {
76435     ._object = {
76436         .ob_base = {
76437             .ob_base = {
76438                 .ob_refcnt = 999999999,
76439                 .ob_type = &PyTuple_Type,
76440             },
76441             .ob_size = 2,
76442         },
76443         .ob_item = {
76444             & _collections_abc_toplevel_consts_28_consts_2_consts_0._ascii.ob_base,
76445             Py_None,
76446         },
76447     },
76448 };
76449 static
76450     struct {
76451         PyASCIIObject _ascii;
76452         uint8_t _data[6];
76453     }
76454 const_str_asend = {
76455     ._ascii = {
76456         .ob_base = {
76457             .ob_refcnt = 999999999,
76458             .ob_type = &PyUnicode_Type,
76459         },
76460         .length = 5,
76461         .hash = -1,
76462         .state = {
76463             .kind = 1,
76464             .compact = 1,
76465             .ascii = 1,
76466             .ready = 1,
76467         },
76468     },
76469     ._data = "asend",
76470 };
76471 static
76472     struct {
76473         PyGC_Head _gc_head;
76474         struct {
76475             PyObject_VAR_HEAD
76476             PyObject *ob_item[1];
76477         }_object;
76478     }
76479 _collections_abc_toplevel_consts_28_consts_2_names = {
76480     ._object = {
76481         .ob_base = {
76482             .ob_base = {
76483                 .ob_refcnt = 999999999,
76484                 .ob_type = &PyTuple_Type,
76485             },
76486             .ob_size = 1,
76487         },
76488         .ob_item = {
76489             & const_str_asend._ascii.ob_base,
76490         },
76491     },
76492 };
76493 static
76494     struct {
76495         PyASCIIObject _ascii;
76496         uint8_t _data[25];
76497     }
76498 _collections_abc_toplevel_consts_28_consts_2_qualname = {
76499     ._ascii = {
76500         .ob_base = {
76501             .ob_refcnt = 999999999,
76502             .ob_type = &PyUnicode_Type,
76503         },
76504         .length = 24,
76505         .hash = -1,
76506         .state = {
76507             .kind = 1,
76508             .compact = 1,
76509             .ascii = 1,
76510             .ready = 1,
76511         },
76512     },
76513     ._data = "AsyncGenerator.__anext__",
76514 };
76515 static
76516     struct {
76517         PyObject_VAR_HEAD
76518         Py_hash_t ob_shash;
76519         char ob_sval[45];
76520     }
76521 _collections_abc_toplevel_consts_28_consts_2_linetable = {
76522     .ob_base = {
76523         .ob_base = {
76524             .ob_refcnt = 999999999,
76525             .ob_type = &PyBytes_Type,
76526         },
76527         .ob_size = 44,
76528     },
76529     .ob_shash = -1,
76530     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xf0\x08\x00\x16\x1a\x97\x5a\x92\x5a\xa0\x04\xd1\x15\x25\xd4\x15\x25\xd0\x0f\x25\xd0\x0f\x25\xd0\x0f\x25\xd0\x0f\x25\xd0\x0f\x25\xd0\x0f\x25\xd0\x08\x25",
76531 };
76532 static
76533     struct _PyCode_DEF(60)
76534 _collections_abc_toplevel_consts_28_consts_2 = {
76535     .ob_base = {
76536         .ob_base = {
76537             .ob_refcnt = 999999999,
76538             .ob_type = &PyCode_Type,
76539         },
76540         .ob_size = 30,
76541     },
76542     .co_consts = & _collections_abc_toplevel_consts_28_consts_2_consts._object.ob_base.ob_base,
76543     .co_names = & _collections_abc_toplevel_consts_28_consts_2_names._object.ob_base.ob_base,
76544     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
76545     .co_flags = 131,
76546     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
76547     ._co_linearray_entry_size = 0,
76548     .co_argcount = 1,
76549     .co_posonlyargcount = 0,
76550     .co_kwonlyargcount = 0,
76551     .co_stacksize = 3,
76552     .co_firstlineno = 206,
76553     .co_nlocalsplus = 1,
76554     .co_nlocals = 1,
76555     .co_nplaincellvars = 0,
76556     .co_ncellvars = 0,
76557     .co_nfreevars = 0,
76558     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
76559     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
76560     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
76561     .co_name = &_Py_ID(__anext__),
76562     .co_qualname = & _collections_abc_toplevel_consts_28_consts_2_qualname._ascii.ob_base,
76563     .co_linetable = & _collections_abc_toplevel_consts_28_consts_2_linetable.ob_base.ob_base,
76564     ._co_code = NULL,
76565     ._co_linearray = NULL,
76566     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x64\x01\x7b\x03\x56\x00\x97\x03\x86\x04\x53\x00",
76567     ._co_firsttraceable = 2,
76568 };
76569 static
76570     struct {
76571         PyASCIIObject _ascii;
76572         uint8_t _data[118];
76573     }
76574 _collections_abc_toplevel_consts_28_consts_3_consts_0 = {
76575     ._ascii = {
76576         .ob_base = {
76577             .ob_refcnt = 999999999,
76578             .ob_type = &PyUnicode_Type,
76579         },
76580         .length = 117,
76581         .hash = -1,
76582         .state = {
76583             .kind = 1,
76584             .compact = 1,
76585             .ascii = 1,
76586             .ready = 1,
76587         },
76588     },
76589     ._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",
76590 };
76591 static
76592     struct {
76593         PyGC_Head _gc_head;
76594         struct {
76595             PyObject_VAR_HEAD
76596             PyObject *ob_item[1];
76597         }_object;
76598     }
76599 _collections_abc_toplevel_consts_28_consts_3_consts = {
76600     ._object = {
76601         .ob_base = {
76602             .ob_base = {
76603                 .ob_refcnt = 999999999,
76604                 .ob_type = &PyTuple_Type,
76605             },
76606             .ob_size = 1,
76607         },
76608         .ob_item = {
76609             & _collections_abc_toplevel_consts_28_consts_3_consts_0._ascii.ob_base,
76610         },
76611     },
76612 };
76613 static
76614     struct {
76615         PyASCIIObject _ascii;
76616         uint8_t _data[21];
76617     }
76618 _collections_abc_toplevel_consts_28_consts_3_qualname = {
76619     ._ascii = {
76620         .ob_base = {
76621             .ob_refcnt = 999999999,
76622             .ob_type = &PyUnicode_Type,
76623         },
76624         .length = 20,
76625         .hash = -1,
76626         .state = {
76627             .kind = 1,
76628             .compact = 1,
76629             .ascii = 1,
76630             .ready = 1,
76631         },
76632     },
76633     ._data = "AsyncGenerator.asend",
76634 };
76635 static
76636     struct {
76637         PyObject_VAR_HEAD
76638         Py_hash_t ob_shash;
76639         char ob_sval[15];
76640     }
76641 _collections_abc_toplevel_consts_28_consts_3_linetable = {
76642     .ob_base = {
76643         .ob_base = {
76644             .ob_refcnt = 999999999,
76645             .ob_type = &PyBytes_Type,
76646         },
76647         .ob_size = 14,
76648     },
76649     .ob_shash = -1,
76650     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xf5\x0a\x00\x0f\x21\xd0\x08\x20",
76651 };
76652 static
76653     struct _PyCode_DEF(20)
76654 _collections_abc_toplevel_consts_28_consts_3 = {
76655     .ob_base = {
76656         .ob_base = {
76657             .ob_refcnt = 999999999,
76658             .ob_type = &PyCode_Type,
76659         },
76660         .ob_size = 10,
76661     },
76662     .co_consts = & _collections_abc_toplevel_consts_28_consts_3_consts._object.ob_base.ob_base,
76663     .co_names = & _collections_abc_toplevel_consts_26_consts_2_names._object.ob_base.ob_base,
76664     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
76665     .co_flags = 131,
76666     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
76667     ._co_linearray_entry_size = 0,
76668     .co_argcount = 2,
76669     .co_posonlyargcount = 0,
76670     .co_kwonlyargcount = 0,
76671     .co_stacksize = 1,
76672     .co_firstlineno = 212,
76673     .co_nlocalsplus = 2,
76674     .co_nlocals = 2,
76675     .co_nplaincellvars = 0,
76676     .co_ncellvars = 0,
76677     .co_nfreevars = 0,
76678     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
76679     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
76680     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
76681     .co_name = & const_str_asend._ascii.ob_base,
76682     .co_qualname = & _collections_abc_toplevel_consts_28_consts_3_qualname._ascii.ob_base,
76683     .co_linetable = & _collections_abc_toplevel_consts_28_consts_3_linetable.ob_base.ob_base,
76684     ._co_code = NULL,
76685     ._co_linearray = NULL,
76686     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
76687     ._co_firsttraceable = 2,
76688 };
76689 static
76690     struct {
76691         PyASCIIObject _ascii;
76692         uint8_t _data[122];
76693     }
76694 _collections_abc_toplevel_consts_28_consts_5_consts_0 = {
76695     ._ascii = {
76696         .ob_base = {
76697             .ob_refcnt = 999999999,
76698             .ob_type = &PyUnicode_Type,
76699         },
76700         .length = 121,
76701         .hash = -1,
76702         .state = {
76703             .kind = 1,
76704             .compact = 1,
76705             .ascii = 1,
76706             .ready = 1,
76707         },
76708     },
76709     ._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",
76710 };
76711 static
76712     struct {
76713         PyGC_Head _gc_head;
76714         struct {
76715             PyObject_VAR_HEAD
76716             PyObject *ob_item[1];
76717         }_object;
76718     }
76719 _collections_abc_toplevel_consts_28_consts_5_consts = {
76720     ._object = {
76721         .ob_base = {
76722             .ob_base = {
76723                 .ob_refcnt = 999999999,
76724                 .ob_type = &PyTuple_Type,
76725             },
76726             .ob_size = 1,
76727         },
76728         .ob_item = {
76729             & _collections_abc_toplevel_consts_28_consts_5_consts_0._ascii.ob_base,
76730         },
76731     },
76732 };
76733 static
76734     struct {
76735         PyASCIIObject _ascii;
76736         uint8_t _data[7];
76737     }
76738 const_str_athrow = {
76739     ._ascii = {
76740         .ob_base = {
76741             .ob_refcnt = 999999999,
76742             .ob_type = &PyUnicode_Type,
76743         },
76744         .length = 6,
76745         .hash = -1,
76746         .state = {
76747             .kind = 1,
76748             .compact = 1,
76749             .ascii = 1,
76750             .ready = 1,
76751         },
76752     },
76753     ._data = "athrow",
76754 };
76755 static
76756     struct {
76757         PyASCIIObject _ascii;
76758         uint8_t _data[22];
76759     }
76760 _collections_abc_toplevel_consts_28_consts_5_qualname = {
76761     ._ascii = {
76762         .ob_base = {
76763             .ob_refcnt = 999999999,
76764             .ob_type = &PyUnicode_Type,
76765         },
76766         .length = 21,
76767         .hash = -1,
76768         .state = {
76769             .kind = 1,
76770             .compact = 1,
76771             .ascii = 1,
76772             .ready = 1,
76773         },
76774     },
76775     ._data = "AsyncGenerator.athrow",
76776 };
76777 static
76778     struct {
76779         PyObject_VAR_HEAD
76780         Py_hash_t ob_shash;
76781         char ob_sval[64];
76782     }
76783 _collections_abc_toplevel_consts_28_consts_5_linetable = {
76784     .ob_base = {
76785         .ob_base = {
76786             .ob_refcnt = 999999999,
76787             .ob_type = &PyBytes_Type,
76788         },
76789         .ob_size = 63,
76790     },
76791     .ob_shash = -1,
76792     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xf0\x0a\x00\x0c\x0f\x88\x3b\xd8\x0f\x11\x88\x7a\xd8\x16\x19\x90\x09\xd8\x12\x15\x90\x23\x91\x25\x94\x25\x88\x43\xd8\x0b\x0d\x88\x3e\xd8\x12\x15\xd7\x12\x24\xd2\x12\x24\xa0\x52\xd1\x12\x28\xd4\x12\x28\x88\x43\xd8\x0e\x11\x88\x09",
76793 };
76794 static
76795     struct _PyCode_DEF(88)
76796 _collections_abc_toplevel_consts_28_consts_5 = {
76797     .ob_base = {
76798         .ob_base = {
76799             .ob_refcnt = 999999999,
76800             .ob_type = &PyCode_Type,
76801         },
76802         .ob_size = 44,
76803     },
76804     .co_consts = & _collections_abc_toplevel_consts_28_consts_5_consts._object.ob_base.ob_base,
76805     .co_names = & _collections_abc_toplevel_consts_22_consts_4_names._object.ob_base.ob_base,
76806     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
76807     .co_flags = 131,
76808     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
76809     ._co_linearray_entry_size = 0,
76810     .co_argcount = 4,
76811     .co_posonlyargcount = 0,
76812     .co_kwonlyargcount = 0,
76813     .co_stacksize = 3,
76814     .co_firstlineno = 219,
76815     .co_nlocalsplus = 4,
76816     .co_nlocals = 4,
76817     .co_nplaincellvars = 0,
76818     .co_ncellvars = 0,
76819     .co_nfreevars = 0,
76820     .co_localsplusnames = & _collections_abc_toplevel_consts_22_consts_4_localsplusnames._object.ob_base.ob_base,
76821     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
76822     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
76823     .co_name = & const_str_athrow._ascii.ob_base,
76824     .co_qualname = & _collections_abc_toplevel_consts_28_consts_5_qualname._ascii.ob_base,
76825     .co_linetable = & _collections_abc_toplevel_consts_28_consts_5_linetable.ob_base.ob_base,
76826     ._co_code = NULL,
76827     ._co_linearray = NULL,
76828     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x7c\x02\x80\x0e\x7c\x03\x80\x02\x7c\x01\x82\x01\x02\x00\x7c\x01\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x03\x81\x15\x7c\x02\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x82\x01",
76829     ._co_firsttraceable = 2,
76830 };
76831 static
76832     struct {
76833         PyASCIIObject _ascii;
76834         uint8_t _data[45];
76835     }
76836 _collections_abc_toplevel_consts_28_consts_6_consts_2 = {
76837     ._ascii = {
76838         .ob_base = {
76839             .ob_refcnt = 999999999,
76840             .ob_type = &PyUnicode_Type,
76841         },
76842         .length = 44,
76843         .hash = -1,
76844         .state = {
76845             .kind = 1,
76846             .compact = 1,
76847             .ascii = 1,
76848             .ready = 1,
76849         },
76850     },
76851     ._data = "asynchronous generator ignored GeneratorExit",
76852 };
76853 static
76854     struct {
76855         PyGC_Head _gc_head;
76856         struct {
76857             PyObject_VAR_HEAD
76858             PyObject *ob_item[3];
76859         }_object;
76860     }
76861 _collections_abc_toplevel_consts_28_consts_6_consts = {
76862     ._object = {
76863         .ob_base = {
76864             .ob_base = {
76865                 .ob_refcnt = 999999999,
76866                 .ob_type = &PyTuple_Type,
76867             },
76868             .ob_size = 3,
76869         },
76870         .ob_item = {
76871             & _collections_abc_toplevel_consts_22_consts_5_consts_0._ascii.ob_base,
76872             Py_None,
76873             & _collections_abc_toplevel_consts_28_consts_6_consts_2._ascii.ob_base,
76874         },
76875     },
76876 };
76877 static
76878     struct {
76879         PyGC_Head _gc_head;
76880         struct {
76881             PyObject_VAR_HEAD
76882             PyObject *ob_item[4];
76883         }_object;
76884     }
76885 _collections_abc_toplevel_consts_28_consts_6_names = {
76886     ._object = {
76887         .ob_base = {
76888             .ob_base = {
76889                 .ob_refcnt = 999999999,
76890                 .ob_type = &PyTuple_Type,
76891             },
76892             .ob_size = 4,
76893         },
76894         .ob_item = {
76895             & const_str_athrow._ascii.ob_base,
76896             & const_str_GeneratorExit._ascii.ob_base,
76897             & const_str_RuntimeError._ascii.ob_base,
76898             & const_str_StopAsyncIteration._ascii.ob_base,
76899         },
76900     },
76901 };
76902 static
76903     struct {
76904         PyASCIIObject _ascii;
76905         uint8_t _data[7];
76906     }
76907 const_str_aclose = {
76908     ._ascii = {
76909         .ob_base = {
76910             .ob_refcnt = 999999999,
76911             .ob_type = &PyUnicode_Type,
76912         },
76913         .length = 6,
76914         .hash = -1,
76915         .state = {
76916             .kind = 1,
76917             .compact = 1,
76918             .ascii = 1,
76919             .ready = 1,
76920         },
76921     },
76922     ._data = "aclose",
76923 };
76924 static
76925     struct {
76926         PyASCIIObject _ascii;
76927         uint8_t _data[22];
76928     }
76929 _collections_abc_toplevel_consts_28_consts_6_qualname = {
76930     ._ascii = {
76931         .ob_base = {
76932             .ob_refcnt = 999999999,
76933             .ob_type = &PyUnicode_Type,
76934         },
76935         .length = 21,
76936         .hash = -1,
76937         .state = {
76938             .kind = 1,
76939             .compact = 1,
76940             .ascii = 1,
76941             .ready = 1,
76942         },
76943     },
76944     ._data = "AsyncGenerator.aclose",
76945 };
76946 static
76947     struct {
76948         PyObject_VAR_HEAD
76949         Py_hash_t ob_shash;
76950         char ob_sval[108];
76951     }
76952 _collections_abc_toplevel_consts_28_consts_6_linetable = {
76953     .ob_base = {
76954         .ob_base = {
76955             .ob_refcnt = 999999999,
76956             .ob_type = &PyBytes_Type,
76957         },
76958         .ob_size = 107,
76959     },
76960     .ob_shash = -1,
76961     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xf0\x06\x05\x09\x4f\x01\xd8\x12\x16\x97\x2b\x92\x2b\x9d\x6d\xd1\x12\x2c\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\xd1\x12\x4e\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",
76962 };
76963 static
76964     struct {
76965         PyObject_VAR_HEAD
76966         Py_hash_t ob_shash;
76967         char ob_sval[16];
76968     }
76969 _collections_abc_toplevel_consts_28_consts_6_exceptiontable = {
76970     .ob_base = {
76971         .ob_base = {
76972             .ob_refcnt = 999999999,
76973             .ob_type = &PyBytes_Type,
76974         },
76975         .ob_size = 15,
76976     },
76977     .ob_shash = -1,
76978     .ob_sval = "\x84\x20\x33\x00\xb3\x11\x41\x08\x03\xc1\x07\x01\x41\x08\x03",
76979 };
76980 static
76981     struct _PyCode_DEF(150)
76982 _collections_abc_toplevel_consts_28_consts_6 = {
76983     .ob_base = {
76984         .ob_base = {
76985             .ob_refcnt = 999999999,
76986             .ob_type = &PyCode_Type,
76987         },
76988         .ob_size = 75,
76989     },
76990     .co_consts = & _collections_abc_toplevel_consts_28_consts_6_consts._object.ob_base.ob_base,
76991     .co_names = & _collections_abc_toplevel_consts_28_consts_6_names._object.ob_base.ob_base,
76992     .co_exceptiontable = & _collections_abc_toplevel_consts_28_consts_6_exceptiontable.ob_base.ob_base,
76993     .co_flags = 131,
76994     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
76995     ._co_linearray_entry_size = 0,
76996     .co_argcount = 1,
76997     .co_posonlyargcount = 0,
76998     .co_kwonlyargcount = 0,
76999     .co_stacksize = 4,
77000     .co_firstlineno = 232,
77001     .co_nlocalsplus = 1,
77002     .co_nlocals = 1,
77003     .co_nplaincellvars = 0,
77004     .co_ncellvars = 0,
77005     .co_nfreevars = 0,
77006     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
77007     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
77008     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
77009     .co_name = & const_str_aclose._ascii.ob_base,
77010     .co_qualname = & _collections_abc_toplevel_consts_28_consts_6_qualname._ascii.ob_base,
77011     .co_linetable = & _collections_abc_toplevel_consts_28_consts_6_linetable.ob_base.ob_base,
77012     ._co_code = NULL,
77013     ._co_linearray = NULL,
77014     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x09\x00\x7c\x00\xa0\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x64\x01\x7b\x03\x56\x00\x97\x03\x86\x04\x01\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xa6\x01\x00\x00\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",
77015     ._co_firsttraceable = 2,
77016 };
77017 static
77018     struct {
77019         PyGC_Head _gc_head;
77020         struct {
77021             PyObject_VAR_HEAD
77022             PyObject *ob_item[6];
77023         }_object;
77024     }
77025 _collections_abc_toplevel_consts_28_consts_7_consts = {
77026     ._object = {
77027         .ob_base = {
77028             .ob_base = {
77029                 .ob_refcnt = 999999999,
77030                 .ob_type = &PyTuple_Type,
77031             },
77032             .ob_size = 6,
77033         },
77034         .ob_item = {
77035             Py_None,
77036             &_Py_ID(__aiter__),
77037             &_Py_ID(__anext__),
77038             & const_str_asend._ascii.ob_base,
77039             & const_str_athrow._ascii.ob_base,
77040             & const_str_aclose._ascii.ob_base,
77041         },
77042     },
77043 };
77044 static
77045     struct {
77046         PyGC_Head _gc_head;
77047         struct {
77048             PyObject_VAR_HEAD
77049             PyObject *ob_item[3];
77050         }_object;
77051     }
77052 _collections_abc_toplevel_consts_28_consts_7_names = {
77053     ._object = {
77054         .ob_base = {
77055             .ob_base = {
77056                 .ob_refcnt = 999999999,
77057                 .ob_type = &PyTuple_Type,
77058             },
77059             .ob_size = 3,
77060         },
77061         .ob_item = {
77062             & const_str_AsyncGenerator._ascii.ob_base,
77063             & const_str__check_methods._ascii.ob_base,
77064             & const_str_NotImplemented._ascii.ob_base,
77065         },
77066     },
77067 };
77068 static
77069     struct {
77070         PyASCIIObject _ascii;
77071         uint8_t _data[32];
77072     }
77073 _collections_abc_toplevel_consts_28_consts_7_qualname = {
77074     ._ascii = {
77075         .ob_base = {
77076             .ob_refcnt = 999999999,
77077             .ob_type = &PyUnicode_Type,
77078         },
77079         .length = 31,
77080         .hash = -1,
77081         .state = {
77082             .kind = 1,
77083             .compact = 1,
77084             .ascii = 1,
77085             .ready = 1,
77086         },
77087     },
77088     ._data = "AsyncGenerator.__subclasshook__",
77089 };
77090 static
77091     struct {
77092         PyObject_VAR_HEAD
77093         Py_hash_t ob_shash;
77094         char ob_sval[51];
77095     }
77096 _collections_abc_toplevel_consts_28_consts_7_linetable = {
77097     .ob_base = {
77098         .ob_base = {
77099             .ob_refcnt = 999999999,
77100             .ob_type = &PyBytes_Type,
77101         },
77102         .ob_size = 50,
77103     },
77104     .ob_shash = -1,
77105     .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x2e\xd0\x0b\x20\xd0\x0b\x20\xdd\x13\x21\xa0\x21\xa0\x5b\xb0\x2b\xd8\x22\x29\xa8\x38\xb0\x58\xf1\x03\x01\x14\x3f\xf4\x00\x01\x14\x3f\xf0\x00\x01\x0d\x3f\xe5\x0f\x1d\xd0\x08\x1d",
77106 };
77107 static
77108     struct _PyCode_DEF(74)
77109 _collections_abc_toplevel_consts_28_consts_7 = {
77110     .ob_base = {
77111         .ob_base = {
77112             .ob_refcnt = 999999999,
77113             .ob_type = &PyCode_Type,
77114         },
77115         .ob_size = 37,
77116     },
77117     .co_consts = & _collections_abc_toplevel_consts_28_consts_7_consts._object.ob_base.ob_base,
77118     .co_names = & _collections_abc_toplevel_consts_28_consts_7_names._object.ob_base.ob_base,
77119     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
77120     .co_flags = 3,
77121     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
77122     ._co_linearray_entry_size = 0,
77123     .co_argcount = 2,
77124     .co_posonlyargcount = 0,
77125     .co_kwonlyargcount = 0,
77126     .co_stacksize = 8,
77127     .co_firstlineno = 242,
77128     .co_nlocalsplus = 2,
77129     .co_nlocals = 2,
77130     .co_nplaincellvars = 0,
77131     .co_ncellvars = 0,
77132     .co_nfreevars = 0,
77133     .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
77134     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
77135     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
77136     .co_name = &_Py_ID(__subclasshook__),
77137     .co_qualname = & _collections_abc_toplevel_consts_28_consts_7_qualname._ascii.ob_base,
77138     .co_linetable = & _collections_abc_toplevel_consts_28_consts_7_linetable.ob_base.ob_base,
77139     ._co_code = NULL,
77140     ._co_linearray = NULL,
77141     .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x14\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x64\x02\x64\x03\x64\x04\x64\x05\xa6\x06\x00\x00\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",
77142     ._co_firsttraceable = 0,
77143 };
77144 static
77145     struct {
77146         PyGC_Head _gc_head;
77147         struct {
77148             PyObject_VAR_HEAD
77149             PyObject *ob_item[9];
77150         }_object;
77151     }
77152 _collections_abc_toplevel_consts_28_consts = {
77153     ._object = {
77154         .ob_base = {
77155             .ob_base = {
77156                 .ob_refcnt = 999999999,
77157                 .ob_type = &PyTuple_Type,
77158             },
77159             .ob_size = 9,
77160         },
77161         .ob_item = {
77162             & const_str_AsyncGenerator._ascii.ob_base,
77163             (PyObject *)& _Py_SINGLETON(tuple_empty),
77164             & _collections_abc_toplevel_consts_28_consts_2.ob_base.ob_base,
77165             & _collections_abc_toplevel_consts_28_consts_3.ob_base.ob_base,
77166             Py_None,
77167             & _collections_abc_toplevel_consts_28_consts_5.ob_base.ob_base,
77168             & _collections_abc_toplevel_consts_28_consts_6.ob_base.ob_base,
77169             & _collections_abc_toplevel_consts_28_consts_7.ob_base.ob_base,
77170             & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
77171         },
77172     },
77173 };
77174 static
77175     struct {
77176         PyGC_Head _gc_head;
77177         struct {
77178             PyObject_VAR_HEAD
77179             PyObject *ob_item[11];
77180         }_object;
77181     }
77182 _collections_abc_toplevel_consts_28_names = {
77183     ._object = {
77184         .ob_base = {
77185             .ob_base = {
77186                 .ob_refcnt = 999999999,
77187                 .ob_type = &PyTuple_Type,
77188             },
77189             .ob_size = 11,
77190         },
77191         .ob_item = {
77192             &_Py_ID(__name__),
77193             &_Py_ID(__module__),
77194             &_Py_ID(__qualname__),
77195             &_Py_ID(__slots__),
77196             &_Py_ID(__anext__),
77197             & const_str_abstractmethod._ascii.ob_base,
77198             & const_str_asend._ascii.ob_base,
77199             & const_str_athrow._ascii.ob_base,
77200             & const_str_aclose._ascii.ob_base,
77201             & const_str_classmethod._ascii.ob_base,
77202             &_Py_ID(__subclasshook__),
77203         },
77204     },
77205 };
77206 static
77207     struct {
77208         PyObject_VAR_HEAD
77209         Py_hash_t ob_shash;
77210         char ob_sval[145];
77211     }
77212 _collections_abc_toplevel_consts_28_linetable = {
77213     .ob_base = {
77214         .ob_base = {
77215             .ob_refcnt = 999999999,
77216             .ob_type = &PyBytes_Type,
77217         },
77218         .ob_size = 144,
77219     },
77220     .ob_shash = -1,
77221     .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\xf1\x03\x00\x06\x14\x84\x5e\xf0\x02\x04\x05\x21\xf0\x0c\x00\x06\x14\xf0\x02\x0a\x05\x12\xf0\x00\x0a\x05\x12\xf0\x00\x0a\x05\x12\xf1\x03\x00\x06\x14\x84\x5e\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\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x04\x05\x1e\xf0\x00\x04\x05\x1e\xf0\x00\x04\x05\x1e",
77222 };
77223 static
77224     struct _PyCode_DEF(98)
77225 _collections_abc_toplevel_consts_28 = {
77226     .ob_base = {
77227         .ob_base = {
77228             .ob_refcnt = 999999999,
77229             .ob_type = &PyCode_Type,
77230         },
77231         .ob_size = 49,
77232     },
77233     .co_consts = & _collections_abc_toplevel_consts_28_consts._object.ob_base.ob_base,
77234     .co_names = & _collections_abc_toplevel_consts_28_names._object.ob_base.ob_base,
77235     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
77236     .co_flags = 0,
77237     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
77238     ._co_linearray_entry_size = 0,
77239     .co_argcount = 0,
77240     .co_posonlyargcount = 0,
77241     .co_kwonlyargcount = 0,
77242     .co_stacksize = 3,
77243     .co_firstlineno = 202,
77244     .co_nlocalsplus = 0,
77245     .co_nlocals = 0,
77246     .co_nplaincellvars = 0,
77247     .co_ncellvars = 0,
77248     .co_nfreevars = 0,
77249     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
77250     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
77251     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
77252     .co_name = & const_str_AsyncGenerator._ascii.ob_base,
77253     .co_qualname = & const_str_AsyncGenerator._ascii.ob_base,
77254     .co_linetable = & _collections_abc_toplevel_consts_28_linetable.ob_base.ob_base,
77255     ._co_code = NULL,
77256     ._co_linearray = NULL,
77257     .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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x65\x05\x64\x08\x64\x05\x84\x01\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x64\x06\x84\x00\x5a\x08\x65\x09\x64\x07\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0a\x64\x04\x53\x00",
77258     ._co_firsttraceable = 0,
77259 };
77260 static
77261     struct {
77262         PyASCIIObject _ascii;
77263         uint8_t _data[18];
77264     }
77265 _collections_abc_toplevel_consts_30_consts_2_qualname = {
77266     ._ascii = {
77267         .ob_base = {
77268             .ob_refcnt = 999999999,
77269             .ob_type = &PyUnicode_Type,
77270         },
77271         .length = 17,
77272         .hash = -1,
77273         .state = {
77274             .kind = 1,
77275             .compact = 1,
77276             .ascii = 1,
77277             .ready = 1,
77278         },
77279     },
77280     ._data = "Iterable.__iter__",
77281 };
77282 static
77283     struct {
77284         PyObject_VAR_HEAD
77285         Py_hash_t ob_shash;
77286         char ob_sval[17];
77287     }
77288 _collections_abc_toplevel_consts_30_consts_2_linetable = {
77289     .ob_base = {
77290         .ob_base = {
77291             .ob_refcnt = 999999999,
77292             .ob_type = &PyBytes_Type,
77293         },
77294         .ob_size = 16,
77295     },
77296     .ob_shash = -1,
77297     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xf0\x04\x01\x09\x17\xf0\x00\x01\x09\x17",
77298 };
77299 static
77300     struct _PyCode_DEF(10)
77301 _collections_abc_toplevel_consts_30_consts_2 = {
77302     .ob_base = {
77303         .ob_base = {
77304             .ob_refcnt = 999999999,
77305             .ob_type = &PyCode_Type,
77306         },
77307         .ob_size = 5,
77308     },
77309     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
77310     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
77311     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
77312     .co_flags = 35,
77313     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
77314     ._co_linearray_entry_size = 0,
77315     .co_argcount = 1,
77316     .co_posonlyargcount = 0,
77317     .co_kwonlyargcount = 0,
77318     .co_stacksize = 1,
77319     .co_firstlineno = 257,
77320     .co_nlocalsplus = 1,
77321     .co_nlocals = 1,
77322     .co_nplaincellvars = 0,
77323     .co_ncellvars = 0,
77324     .co_nfreevars = 0,
77325     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
77326     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
77327     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
77328     .co_name = &_Py_ID(__iter__),
77329     .co_qualname = & _collections_abc_toplevel_consts_30_consts_2_qualname._ascii.ob_base,
77330     .co_linetable = & _collections_abc_toplevel_consts_30_consts_2_linetable.ob_base.ob_base,
77331     ._co_code = NULL,
77332     ._co_linearray = NULL,
77333     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x64\x00\x53\x00",
77334     ._co_firsttraceable = 2,
77335 };
77336 static
77337     struct {
77338         PyGC_Head _gc_head;
77339         struct {
77340             PyObject_VAR_HEAD
77341             PyObject *ob_item[2];
77342         }_object;
77343     }
77344 _collections_abc_toplevel_consts_30_consts_3_consts = {
77345     ._object = {
77346         .ob_base = {
77347             .ob_base = {
77348                 .ob_refcnt = 999999999,
77349                 .ob_type = &PyTuple_Type,
77350             },
77351             .ob_size = 2,
77352         },
77353         .ob_item = {
77354             Py_None,
77355             &_Py_ID(__iter__),
77356         },
77357     },
77358 };
77359 static
77360     struct {
77361         PyGC_Head _gc_head;
77362         struct {
77363             PyObject_VAR_HEAD
77364             PyObject *ob_item[3];
77365         }_object;
77366     }
77367 _collections_abc_toplevel_consts_30_consts_3_names = {
77368     ._object = {
77369         .ob_base = {
77370             .ob_base = {
77371                 .ob_refcnt = 999999999,
77372                 .ob_type = &PyTuple_Type,
77373             },
77374             .ob_size = 3,
77375         },
77376         .ob_item = {
77377             & const_str_Iterable._ascii.ob_base,
77378             & const_str__check_methods._ascii.ob_base,
77379             & const_str_NotImplemented._ascii.ob_base,
77380         },
77381     },
77382 };
77383 static
77384     struct {
77385         PyASCIIObject _ascii;
77386         uint8_t _data[26];
77387     }
77388 _collections_abc_toplevel_consts_30_consts_3_qualname = {
77389     ._ascii = {
77390         .ob_base = {
77391             .ob_refcnt = 999999999,
77392             .ob_type = &PyUnicode_Type,
77393         },
77394         .length = 25,
77395         .hash = -1,
77396         .state = {
77397             .kind = 1,
77398             .compact = 1,
77399             .ascii = 1,
77400             .ready = 1,
77401         },
77402     },
77403     ._data = "Iterable.__subclasshook__",
77404 };
77405 static
77406     struct _PyCode_DEF(66)
77407 _collections_abc_toplevel_consts_30_consts_3 = {
77408     .ob_base = {
77409         .ob_base = {
77410             .ob_refcnt = 999999999,
77411             .ob_type = &PyCode_Type,
77412         },
77413         .ob_size = 33,
77414     },
77415     .co_consts = & _collections_abc_toplevel_consts_30_consts_3_consts._object.ob_base.ob_base,
77416     .co_names = & _collections_abc_toplevel_consts_30_consts_3_names._object.ob_base.ob_base,
77417     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
77418     .co_flags = 3,
77419     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
77420     ._co_linearray_entry_size = 0,
77421     .co_argcount = 2,
77422     .co_posonlyargcount = 0,
77423     .co_kwonlyargcount = 0,
77424     .co_stacksize = 4,
77425     .co_firstlineno = 262,
77426     .co_nlocalsplus = 2,
77427     .co_nlocals = 2,
77428     .co_nplaincellvars = 0,
77429     .co_ncellvars = 0,
77430     .co_nfreevars = 0,
77431     .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
77432     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
77433     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
77434     .co_name = &_Py_ID(__subclasshook__),
77435     .co_qualname = & _collections_abc_toplevel_consts_30_consts_3_qualname._ascii.ob_base,
77436     .co_linetable = & _collections_abc_toplevel_consts_17_consts_3_linetable.ob_base.ob_base,
77437     ._co_code = NULL,
77438     ._co_linearray = NULL,
77439     .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\xa6\x02\x00\x00\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",
77440     ._co_firsttraceable = 0,
77441 };
77442 static
77443     struct {
77444         PyGC_Head _gc_head;
77445         struct {
77446             PyObject_VAR_HEAD
77447             PyObject *ob_item[5];
77448         }_object;
77449     }
77450 _collections_abc_toplevel_consts_30_consts = {
77451     ._object = {
77452         .ob_base = {
77453             .ob_base = {
77454                 .ob_refcnt = 999999999,
77455                 .ob_type = &PyTuple_Type,
77456             },
77457             .ob_size = 5,
77458         },
77459         .ob_item = {
77460             & const_str_Iterable._ascii.ob_base,
77461             (PyObject *)& _Py_SINGLETON(tuple_empty),
77462             & _collections_abc_toplevel_consts_30_consts_2.ob_base.ob_base,
77463             & _collections_abc_toplevel_consts_30_consts_3.ob_base.ob_base,
77464             Py_None,
77465         },
77466     },
77467 };
77468 static
77469     struct {
77470         PyGC_Head _gc_head;
77471         struct {
77472             PyObject_VAR_HEAD
77473             PyObject *ob_item[10];
77474         }_object;
77475     }
77476 _collections_abc_toplevel_consts_30_names = {
77477     ._object = {
77478         .ob_base = {
77479             .ob_base = {
77480                 .ob_refcnt = 999999999,
77481                 .ob_type = &PyTuple_Type,
77482             },
77483             .ob_size = 10,
77484         },
77485         .ob_item = {
77486             &_Py_ID(__name__),
77487             &_Py_ID(__module__),
77488             &_Py_ID(__qualname__),
77489             &_Py_ID(__slots__),
77490             & const_str_abstractmethod._ascii.ob_base,
77491             &_Py_ID(__iter__),
77492             & const_str_classmethod._ascii.ob_base,
77493             &_Py_ID(__subclasshook__),
77494             & const_str_GenericAlias._ascii.ob_base,
77495             &_Py_ID(__class_getitem__),
77496         },
77497     },
77498 };
77499 static
77500     struct {
77501         PyObject_VAR_HEAD
77502         Py_hash_t ob_shash;
77503         char ob_sval[92];
77504     }
77505 _collections_abc_toplevel_consts_30_linetable = {
77506     .ob_base = {
77507         .ob_base = {
77508             .ob_refcnt = 999999999,
77509             .ob_type = &PyBytes_Type,
77510         },
77511         .ob_size = 91,
77512     },
77513     .ob_shash = -1,
77514     .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\xf1\x03\x00\x06\x14\x84\x5e\xf0\x02\x02\x05\x17\xf0\x08\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x03\x05\x1e\xf0\x0a\x00\x19\x24\x98\x0b\xa0\x4c\xd1\x18\x31\xd4\x18\x31\xd0\x04\x15\xd0\x04\x15\xd0\x04\x15",
77515 };
77516 static
77517     struct _PyCode_DEF(84)
77518 _collections_abc_toplevel_consts_30 = {
77519     .ob_base = {
77520         .ob_base = {
77521             .ob_refcnt = 999999999,
77522             .ob_type = &PyCode_Type,
77523         },
77524         .ob_size = 42,
77525     },
77526     .co_consts = & _collections_abc_toplevel_consts_30_consts._object.ob_base.ob_base,
77527     .co_names = & _collections_abc_toplevel_consts_30_names._object.ob_base.ob_base,
77528     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
77529     .co_flags = 0,
77530     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
77531     ._co_linearray_entry_size = 0,
77532     .co_argcount = 0,
77533     .co_posonlyargcount = 0,
77534     .co_kwonlyargcount = 0,
77535     .co_stacksize = 3,
77536     .co_firstlineno = 253,
77537     .co_nlocalsplus = 0,
77538     .co_nlocals = 0,
77539     .co_nplaincellvars = 0,
77540     .co_ncellvars = 0,
77541     .co_nfreevars = 0,
77542     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
77543     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
77544     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
77545     .co_name = & const_str_Iterable._ascii.ob_base,
77546     .co_qualname = & const_str_Iterable._ascii.ob_base,
77547     .co_linetable = & _collections_abc_toplevel_consts_30_linetable.ob_base.ob_base,
77548     ._co_code = NULL,
77549     ._co_linearray = NULL,
77550     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x06\x64\x03\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x02\x00\x65\x06\x65\x08\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x64\x04\x53\x00",
77551     ._co_firsttraceable = 0,
77552 };
77553 static
77554     struct {
77555         PyASCIIObject _ascii;
77556         uint8_t _data[76];
77557     }
77558 _collections_abc_toplevel_consts_32_consts_2_consts_0 = {
77559     ._ascii = {
77560         .ob_base = {
77561             .ob_refcnt = 999999999,
77562             .ob_type = &PyUnicode_Type,
77563         },
77564         .length = 75,
77565         .hash = -1,
77566         .state = {
77567             .kind = 1,
77568             .compact = 1,
77569             .ascii = 1,
77570             .ready = 1,
77571         },
77572     },
77573     ._data = "Return the next item from the iterator. When exhausted, raise StopIteration",
77574 };
77575 static
77576     struct {
77577         PyGC_Head _gc_head;
77578         struct {
77579             PyObject_VAR_HEAD
77580             PyObject *ob_item[1];
77581         }_object;
77582     }
77583 _collections_abc_toplevel_consts_32_consts_2_consts = {
77584     ._object = {
77585         .ob_base = {
77586             .ob_base = {
77587                 .ob_refcnt = 999999999,
77588                 .ob_type = &PyTuple_Type,
77589             },
77590             .ob_size = 1,
77591         },
77592         .ob_item = {
77593             & _collections_abc_toplevel_consts_32_consts_2_consts_0._ascii.ob_base,
77594         },
77595     },
77596 };
77597 static
77598     struct {
77599         PyASCIIObject _ascii;
77600         uint8_t _data[18];
77601     }
77602 _collections_abc_toplevel_consts_32_consts_2_qualname = {
77603     ._ascii = {
77604         .ob_base = {
77605             .ob_refcnt = 999999999,
77606             .ob_type = &PyUnicode_Type,
77607         },
77608         .length = 17,
77609         .hash = -1,
77610         .state = {
77611             .kind = 1,
77612             .compact = 1,
77613             .ascii = 1,
77614             .ready = 1,
77615         },
77616     },
77617     ._data = "Iterator.__next__",
77618 };
77619 static
77620     struct {
77621         PyObject_VAR_HEAD
77622         Py_hash_t ob_shash;
77623         char ob_sval[11];
77624     }
77625 _collections_abc_toplevel_consts_32_consts_2_linetable = {
77626     .ob_base = {
77627         .ob_base = {
77628             .ob_refcnt = 999999999,
77629             .ob_type = &PyBytes_Type,
77630         },
77631         .ob_size = 10,
77632     },
77633     .ob_shash = -1,
77634     .ob_sval = "\x80\x00\xf5\x06\x00\x0f\x1c\xd0\x08\x1b",
77635 };
77636 static
77637     struct _PyCode_DEF(16)
77638 _collections_abc_toplevel_consts_32_consts_2 = {
77639     .ob_base = {
77640         .ob_base = {
77641             .ob_refcnt = 999999999,
77642             .ob_type = &PyCode_Type,
77643         },
77644         .ob_size = 8,
77645     },
77646     .co_consts = & _collections_abc_toplevel_consts_32_consts_2_consts._object.ob_base.ob_base,
77647     .co_names = & _collections_abc_toplevel_consts_22_consts_2_names._object.ob_base.ob_base,
77648     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
77649     .co_flags = 3,
77650     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
77651     ._co_linearray_entry_size = 0,
77652     .co_argcount = 1,
77653     .co_posonlyargcount = 0,
77654     .co_kwonlyargcount = 0,
77655     .co_stacksize = 1,
77656     .co_firstlineno = 275,
77657     .co_nlocalsplus = 1,
77658     .co_nlocals = 1,
77659     .co_nplaincellvars = 0,
77660     .co_ncellvars = 0,
77661     .co_nfreevars = 0,
77662     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
77663     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
77664     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
77665     .co_name = &_Py_ID(__next__),
77666     .co_qualname = & _collections_abc_toplevel_consts_32_consts_2_qualname._ascii.ob_base,
77667     .co_linetable = & _collections_abc_toplevel_consts_32_consts_2_linetable.ob_base.ob_base,
77668     ._co_code = NULL,
77669     ._co_linearray = NULL,
77670     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
77671     ._co_firsttraceable = 0,
77672 };
77673 static
77674     struct {
77675         PyASCIIObject _ascii;
77676         uint8_t _data[18];
77677     }
77678 _collections_abc_toplevel_consts_32_consts_3_qualname = {
77679     ._ascii = {
77680         .ob_base = {
77681             .ob_refcnt = 999999999,
77682             .ob_type = &PyUnicode_Type,
77683         },
77684         .length = 17,
77685         .hash = -1,
77686         .state = {
77687             .kind = 1,
77688             .compact = 1,
77689             .ascii = 1,
77690             .ready = 1,
77691         },
77692     },
77693     ._data = "Iterator.__iter__",
77694 };
77695 static
77696     struct _PyCode_DEF(6)
77697 _collections_abc_toplevel_consts_32_consts_3 = {
77698     .ob_base = {
77699         .ob_base = {
77700             .ob_refcnt = 999999999,
77701             .ob_type = &PyCode_Type,
77702         },
77703         .ob_size = 3,
77704     },
77705     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
77706     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
77707     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
77708     .co_flags = 3,
77709     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
77710     ._co_linearray_entry_size = 0,
77711     .co_argcount = 1,
77712     .co_posonlyargcount = 0,
77713     .co_kwonlyargcount = 0,
77714     .co_stacksize = 1,
77715     .co_firstlineno = 280,
77716     .co_nlocalsplus = 1,
77717     .co_nlocals = 1,
77718     .co_nplaincellvars = 0,
77719     .co_ncellvars = 0,
77720     .co_nfreevars = 0,
77721     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
77722     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
77723     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
77724     .co_name = &_Py_ID(__iter__),
77725     .co_qualname = & _collections_abc_toplevel_consts_32_consts_3_qualname._ascii.ob_base,
77726     .co_linetable = & codecs_toplevel_consts_24_consts_9_linetable.ob_base.ob_base,
77727     ._co_code = NULL,
77728     ._co_linearray = NULL,
77729     .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
77730     ._co_firsttraceable = 0,
77731 };
77732 static
77733     struct {
77734         PyGC_Head _gc_head;
77735         struct {
77736             PyObject_VAR_HEAD
77737             PyObject *ob_item[3];
77738         }_object;
77739     }
77740 _collections_abc_toplevel_consts_32_consts_4_consts = {
77741     ._object = {
77742         .ob_base = {
77743             .ob_base = {
77744                 .ob_refcnt = 999999999,
77745                 .ob_type = &PyTuple_Type,
77746             },
77747             .ob_size = 3,
77748         },
77749         .ob_item = {
77750             Py_None,
77751             &_Py_ID(__iter__),
77752             &_Py_ID(__next__),
77753         },
77754     },
77755 };
77756 static
77757     struct {
77758         PyGC_Head _gc_head;
77759         struct {
77760             PyObject_VAR_HEAD
77761             PyObject *ob_item[3];
77762         }_object;
77763     }
77764 _collections_abc_toplevel_consts_32_consts_4_names = {
77765     ._object = {
77766         .ob_base = {
77767             .ob_base = {
77768                 .ob_refcnt = 999999999,
77769                 .ob_type = &PyTuple_Type,
77770             },
77771             .ob_size = 3,
77772         },
77773         .ob_item = {
77774             & const_str_Iterator._ascii.ob_base,
77775             & const_str__check_methods._ascii.ob_base,
77776             & const_str_NotImplemented._ascii.ob_base,
77777         },
77778     },
77779 };
77780 static
77781     struct {
77782         PyASCIIObject _ascii;
77783         uint8_t _data[26];
77784     }
77785 _collections_abc_toplevel_consts_32_consts_4_qualname = {
77786     ._ascii = {
77787         .ob_base = {
77788             .ob_refcnt = 999999999,
77789             .ob_type = &PyUnicode_Type,
77790         },
77791         .length = 25,
77792         .hash = -1,
77793         .state = {
77794             .kind = 1,
77795             .compact = 1,
77796             .ascii = 1,
77797             .ready = 1,
77798         },
77799     },
77800     ._data = "Iterator.__subclasshook__",
77801 };
77802 static
77803     struct {
77804         PyObject_VAR_HEAD
77805         Py_hash_t ob_shash;
77806         char ob_sval[36];
77807     }
77808 _collections_abc_toplevel_consts_32_consts_4_linetable = {
77809     .ob_base = {
77810         .ob_base = {
77811             .ob_refcnt = 999999999,
77812             .ob_type = &PyBytes_Type,
77813         },
77814         .ob_size = 35,
77815     },
77816     .ob_shash = -1,
77817     .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x28\x88\x3f\x88\x3f\xdd\x13\x21\xa0\x21\xa0\x5a\xb0\x1a\xd1\x13\x3c\xd4\x13\x3c\xd0\x0c\x3c\xdd\x0f\x1d\xd0\x08\x1d",
77818 };
77819 static
77820     struct _PyCode_DEF(68)
77821 _collections_abc_toplevel_consts_32_consts_4 = {
77822     .ob_base = {
77823         .ob_base = {
77824             .ob_refcnt = 999999999,
77825             .ob_type = &PyCode_Type,
77826         },
77827         .ob_size = 34,
77828     },
77829     .co_consts = & _collections_abc_toplevel_consts_32_consts_4_consts._object.ob_base.ob_base,
77830     .co_names = & _collections_abc_toplevel_consts_32_consts_4_names._object.ob_base.ob_base,
77831     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
77832     .co_flags = 3,
77833     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
77834     ._co_linearray_entry_size = 0,
77835     .co_argcount = 2,
77836     .co_posonlyargcount = 0,
77837     .co_kwonlyargcount = 0,
77838     .co_stacksize = 5,
77839     .co_firstlineno = 283,
77840     .co_nlocalsplus = 2,
77841     .co_nlocals = 2,
77842     .co_nplaincellvars = 0,
77843     .co_ncellvars = 0,
77844     .co_nfreevars = 0,
77845     .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
77846     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
77847     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
77848     .co_name = &_Py_ID(__subclasshook__),
77849     .co_qualname = & _collections_abc_toplevel_consts_32_consts_4_qualname._ascii.ob_base,
77850     .co_linetable = & _collections_abc_toplevel_consts_32_consts_4_linetable.ob_base.ob_base,
77851     ._co_code = NULL,
77852     ._co_linearray = NULL,
77853     .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\xa6\x03\x00\x00\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",
77854     ._co_firsttraceable = 0,
77855 };
77856 static
77857     struct {
77858         PyGC_Head _gc_head;
77859         struct {
77860             PyObject_VAR_HEAD
77861             PyObject *ob_item[6];
77862         }_object;
77863     }
77864 _collections_abc_toplevel_consts_32_consts = {
77865     ._object = {
77866         .ob_base = {
77867             .ob_base = {
77868                 .ob_refcnt = 999999999,
77869                 .ob_type = &PyTuple_Type,
77870             },
77871             .ob_size = 6,
77872         },
77873         .ob_item = {
77874             & const_str_Iterator._ascii.ob_base,
77875             (PyObject *)& _Py_SINGLETON(tuple_empty),
77876             & _collections_abc_toplevel_consts_32_consts_2.ob_base.ob_base,
77877             & _collections_abc_toplevel_consts_32_consts_3.ob_base.ob_base,
77878             & _collections_abc_toplevel_consts_32_consts_4.ob_base.ob_base,
77879             Py_None,
77880         },
77881     },
77882 };
77883 static
77884     struct {
77885         PyGC_Head _gc_head;
77886         struct {
77887             PyObject_VAR_HEAD
77888             PyObject *ob_item[9];
77889         }_object;
77890     }
77891 _collections_abc_toplevel_consts_32_names = {
77892     ._object = {
77893         .ob_base = {
77894             .ob_base = {
77895                 .ob_refcnt = 999999999,
77896                 .ob_type = &PyTuple_Type,
77897             },
77898             .ob_size = 9,
77899         },
77900         .ob_item = {
77901             &_Py_ID(__name__),
77902             &_Py_ID(__module__),
77903             &_Py_ID(__qualname__),
77904             &_Py_ID(__slots__),
77905             & const_str_abstractmethod._ascii.ob_base,
77906             &_Py_ID(__next__),
77907             &_Py_ID(__iter__),
77908             & const_str_classmethod._ascii.ob_base,
77909             &_Py_ID(__subclasshook__),
77910         },
77911     },
77912 };
77913 static
77914     struct {
77915         PyObject_VAR_HEAD
77916         Py_hash_t ob_shash;
77917         char ob_sval[93];
77918     }
77919 _collections_abc_toplevel_consts_32_linetable = {
77920     .ob_base = {
77921         .ob_base = {
77922             .ob_refcnt = 999999999,
77923             .ob_type = &PyBytes_Type,
77924         },
77925         .ob_size = 92,
77926     },
77927     .ob_shash = -1,
77928     .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\xf1\x03\x00\x06\x14\x84\x5e\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\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf0\x00\x03\x05\x1e",
77929 };
77930 static
77931     struct _PyCode_DEF(68)
77932 _collections_abc_toplevel_consts_32 = {
77933     .ob_base = {
77934         .ob_base = {
77935             .ob_refcnt = 999999999,
77936             .ob_type = &PyCode_Type,
77937         },
77938         .ob_size = 34,
77939     },
77940     .co_consts = & _collections_abc_toplevel_consts_32_consts._object.ob_base.ob_base,
77941     .co_names = & _collections_abc_toplevel_consts_32_names._object.ob_base.ob_base,
77942     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
77943     .co_flags = 0,
77944     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
77945     ._co_linearray_entry_size = 0,
77946     .co_argcount = 0,
77947     .co_posonlyargcount = 0,
77948     .co_kwonlyargcount = 0,
77949     .co_stacksize = 2,
77950     .co_firstlineno = 271,
77951     .co_nlocalsplus = 0,
77952     .co_nlocals = 0,
77953     .co_nplaincellvars = 0,
77954     .co_ncellvars = 0,
77955     .co_nfreevars = 0,
77956     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
77957     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
77958     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
77959     .co_name = & const_str_Iterator._ascii.ob_base,
77960     .co_qualname = & const_str_Iterator._ascii.ob_base,
77961     .co_linetable = & _collections_abc_toplevel_consts_32_linetable.ob_base.ob_base,
77962     ._co_code = NULL,
77963     ._co_linearray = NULL,
77964     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xa6\x00\x00\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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x64\x05\x53\x00",
77965     ._co_firsttraceable = 0,
77966 };
77967 static
77968     struct {
77969         PyASCIIObject _ascii;
77970         uint8_t _data[24];
77971     }
77972 _collections_abc_toplevel_consts_34_consts_2_qualname = {
77973     ._ascii = {
77974         .ob_base = {
77975             .ob_refcnt = 999999999,
77976             .ob_type = &PyUnicode_Type,
77977         },
77978         .length = 23,
77979         .hash = -1,
77980         .state = {
77981             .kind = 1,
77982             .compact = 1,
77983             .ascii = 1,
77984             .ready = 1,
77985         },
77986     },
77987     ._data = "Reversible.__reversed__",
77988 };
77989 static
77990     struct _PyCode_DEF(10)
77991 _collections_abc_toplevel_consts_34_consts_2 = {
77992     .ob_base = {
77993         .ob_base = {
77994             .ob_refcnt = 999999999,
77995             .ob_type = &PyCode_Type,
77996         },
77997         .ob_size = 5,
77998     },
77999     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
78000     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
78001     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
78002     .co_flags = 35,
78003     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
78004     ._co_linearray_entry_size = 0,
78005     .co_argcount = 1,
78006     .co_posonlyargcount = 0,
78007     .co_kwonlyargcount = 0,
78008     .co_stacksize = 1,
78009     .co_firstlineno = 310,
78010     .co_nlocalsplus = 1,
78011     .co_nlocals = 1,
78012     .co_nplaincellvars = 0,
78013     .co_ncellvars = 0,
78014     .co_nfreevars = 0,
78015     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
78016     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
78017     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
78018     .co_name = &_Py_ID(__reversed__),
78019     .co_qualname = & _collections_abc_toplevel_consts_34_consts_2_qualname._ascii.ob_base,
78020     .co_linetable = & _collections_abc_toplevel_consts_30_consts_2_linetable.ob_base.ob_base,
78021     ._co_code = NULL,
78022     ._co_linearray = NULL,
78023     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x64\x00\x53\x00",
78024     ._co_firsttraceable = 2,
78025 };
78026 static
78027     struct {
78028         PyGC_Head _gc_head;
78029         struct {
78030             PyObject_VAR_HEAD
78031             PyObject *ob_item[3];
78032         }_object;
78033     }
78034 _collections_abc_toplevel_consts_34_consts_3_consts = {
78035     ._object = {
78036         .ob_base = {
78037             .ob_base = {
78038                 .ob_refcnt = 999999999,
78039                 .ob_type = &PyTuple_Type,
78040             },
78041             .ob_size = 3,
78042         },
78043         .ob_item = {
78044             Py_None,
78045             &_Py_ID(__reversed__),
78046             &_Py_ID(__iter__),
78047         },
78048     },
78049 };
78050 static
78051     struct {
78052         PyGC_Head _gc_head;
78053         struct {
78054             PyObject_VAR_HEAD
78055             PyObject *ob_item[3];
78056         }_object;
78057     }
78058 _collections_abc_toplevel_consts_34_consts_3_names = {
78059     ._object = {
78060         .ob_base = {
78061             .ob_base = {
78062                 .ob_refcnt = 999999999,
78063                 .ob_type = &PyTuple_Type,
78064             },
78065             .ob_size = 3,
78066         },
78067         .ob_item = {
78068             & const_str_Reversible._ascii.ob_base,
78069             & const_str__check_methods._ascii.ob_base,
78070             & const_str_NotImplemented._ascii.ob_base,
78071         },
78072     },
78073 };
78074 static
78075     struct {
78076         PyASCIIObject _ascii;
78077         uint8_t _data[28];
78078     }
78079 _collections_abc_toplevel_consts_34_consts_3_qualname = {
78080     ._ascii = {
78081         .ob_base = {
78082             .ob_refcnt = 999999999,
78083             .ob_type = &PyUnicode_Type,
78084         },
78085         .length = 27,
78086         .hash = -1,
78087         .state = {
78088             .kind = 1,
78089             .compact = 1,
78090             .ascii = 1,
78091             .ready = 1,
78092         },
78093     },
78094     ._data = "Reversible.__subclasshook__",
78095 };
78096 static
78097     struct {
78098         PyObject_VAR_HEAD
78099         Py_hash_t ob_shash;
78100         char ob_sval[38];
78101     }
78102 _collections_abc_toplevel_consts_34_consts_3_linetable = {
78103     .ob_base = {
78104         .ob_base = {
78105             .ob_refcnt = 999999999,
78106             .ob_type = &PyBytes_Type,
78107         },
78108         .ob_size = 37,
78109     },
78110     .ob_shash = -1,
78111     .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x2a\xd0\x0b\x1c\xd0\x0b\x1c\xdd\x13\x21\xa0\x21\xa0\x5e\xb0\x5a\xd1\x13\x40\xd4\x13\x40\xd0\x0c\x40\xdd\x0f\x1d\xd0\x08\x1d",
78112 };
78113 static
78114     struct _PyCode_DEF(68)
78115 _collections_abc_toplevel_consts_34_consts_3 = {
78116     .ob_base = {
78117         .ob_base = {
78118             .ob_refcnt = 999999999,
78119             .ob_type = &PyCode_Type,
78120         },
78121         .ob_size = 34,
78122     },
78123     .co_consts = & _collections_abc_toplevel_consts_34_consts_3_consts._object.ob_base.ob_base,
78124     .co_names = & _collections_abc_toplevel_consts_34_consts_3_names._object.ob_base.ob_base,
78125     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
78126     .co_flags = 3,
78127     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
78128     ._co_linearray_entry_size = 0,
78129     .co_argcount = 2,
78130     .co_posonlyargcount = 0,
78131     .co_kwonlyargcount = 0,
78132     .co_stacksize = 5,
78133     .co_firstlineno = 315,
78134     .co_nlocalsplus = 2,
78135     .co_nlocals = 2,
78136     .co_nplaincellvars = 0,
78137     .co_ncellvars = 0,
78138     .co_nfreevars = 0,
78139     .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
78140     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
78141     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
78142     .co_name = &_Py_ID(__subclasshook__),
78143     .co_qualname = & _collections_abc_toplevel_consts_34_consts_3_qualname._ascii.ob_base,
78144     .co_linetable = & _collections_abc_toplevel_consts_34_consts_3_linetable.ob_base.ob_base,
78145     ._co_code = NULL,
78146     ._co_linearray = NULL,
78147     .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\xa6\x03\x00\x00\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",
78148     ._co_firsttraceable = 0,
78149 };
78150 static
78151     struct {
78152         PyGC_Head _gc_head;
78153         struct {
78154             PyObject_VAR_HEAD
78155             PyObject *ob_item[5];
78156         }_object;
78157     }
78158 _collections_abc_toplevel_consts_34_consts = {
78159     ._object = {
78160         .ob_base = {
78161             .ob_base = {
78162                 .ob_refcnt = 999999999,
78163                 .ob_type = &PyTuple_Type,
78164             },
78165             .ob_size = 5,
78166         },
78167         .ob_item = {
78168             & const_str_Reversible._ascii.ob_base,
78169             (PyObject *)& _Py_SINGLETON(tuple_empty),
78170             & _collections_abc_toplevel_consts_34_consts_2.ob_base.ob_base,
78171             & _collections_abc_toplevel_consts_34_consts_3.ob_base.ob_base,
78172             Py_None,
78173         },
78174     },
78175 };
78176 static
78177     struct {
78178         PyGC_Head _gc_head;
78179         struct {
78180             PyObject_VAR_HEAD
78181             PyObject *ob_item[8];
78182         }_object;
78183     }
78184 _collections_abc_toplevel_consts_34_names = {
78185     ._object = {
78186         .ob_base = {
78187             .ob_base = {
78188                 .ob_refcnt = 999999999,
78189                 .ob_type = &PyTuple_Type,
78190             },
78191             .ob_size = 8,
78192         },
78193         .ob_item = {
78194             &_Py_ID(__name__),
78195             &_Py_ID(__module__),
78196             &_Py_ID(__qualname__),
78197             &_Py_ID(__slots__),
78198             & const_str_abstractmethod._ascii.ob_base,
78199             &_Py_ID(__reversed__),
78200             & const_str_classmethod._ascii.ob_base,
78201             &_Py_ID(__subclasshook__),
78202         },
78203     },
78204 };
78205 static
78206     struct {
78207         PyObject_VAR_HEAD
78208         Py_hash_t ob_shash;
78209         char ob_sval[78];
78210     }
78211 _collections_abc_toplevel_consts_34_linetable = {
78212     .ob_base = {
78213         .ob_base = {
78214             .ob_refcnt = 999999999,
78215             .ob_type = &PyBytes_Type,
78216         },
78217         .ob_size = 77,
78218     },
78219     .ob_shash = -1,
78220     .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\xf1\x03\x00\x06\x14\x84\x5e\xf0\x02\x02\x05\x17\xf0\x08\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf0\x00\x03\x05\x1e",
78221 };
78222 static
78223     struct _PyCode_DEF(62)
78224 _collections_abc_toplevel_consts_34 = {
78225     .ob_base = {
78226         .ob_base = {
78227             .ob_refcnt = 999999999,
78228             .ob_type = &PyCode_Type,
78229         },
78230         .ob_size = 31,
78231     },
78232     .co_consts = & _collections_abc_toplevel_consts_34_consts._object.ob_base.ob_base,
78233     .co_names = & _collections_abc_toplevel_consts_34_names._object.ob_base.ob_base,
78234     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
78235     .co_flags = 0,
78236     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
78237     ._co_linearray_entry_size = 0,
78238     .co_argcount = 0,
78239     .co_posonlyargcount = 0,
78240     .co_kwonlyargcount = 0,
78241     .co_stacksize = 2,
78242     .co_firstlineno = 306,
78243     .co_nlocalsplus = 0,
78244     .co_nlocals = 0,
78245     .co_nplaincellvars = 0,
78246     .co_ncellvars = 0,
78247     .co_nfreevars = 0,
78248     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
78249     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
78250     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
78251     .co_name = & const_str_Reversible._ascii.ob_base,
78252     .co_qualname = & const_str_Reversible._ascii.ob_base,
78253     .co_linetable = & _collections_abc_toplevel_consts_34_linetable.ob_base.ob_base,
78254     ._co_code = NULL,
78255     ._co_linearray = NULL,
78256     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x06\x64\x03\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x64\x04\x53\x00",
78257     ._co_firsttraceable = 0,
78258 };
78259 static
78260     struct {
78261         PyASCIIObject _ascii;
78262         uint8_t _data[95];
78263     }
78264 _collections_abc_toplevel_consts_36_consts_2_consts_0 = {
78265     ._ascii = {
78266         .ob_base = {
78267             .ob_refcnt = 999999999,
78268             .ob_type = &PyUnicode_Type,
78269         },
78270         .length = 94,
78271         .hash = -1,
78272         .state = {
78273             .kind = 1,
78274             .compact = 1,
78275             .ascii = 1,
78276             .ready = 1,
78277         },
78278     },
78279     ._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",
78280 };
78281 static
78282     struct {
78283         PyGC_Head _gc_head;
78284         struct {
78285             PyObject_VAR_HEAD
78286             PyObject *ob_item[2];
78287         }_object;
78288     }
78289 _collections_abc_toplevel_consts_36_consts_2_consts = {
78290     ._object = {
78291         .ob_base = {
78292             .ob_base = {
78293                 .ob_refcnt = 999999999,
78294                 .ob_type = &PyTuple_Type,
78295             },
78296             .ob_size = 2,
78297         },
78298         .ob_item = {
78299             & _collections_abc_toplevel_consts_36_consts_2_consts_0._ascii.ob_base,
78300             Py_None,
78301         },
78302     },
78303 };
78304 static
78305     struct {
78306         PyGC_Head _gc_head;
78307         struct {
78308             PyObject_VAR_HEAD
78309             PyObject *ob_item[1];
78310         }_object;
78311     }
78312 _collections_abc_toplevel_consts_36_consts_2_names = {
78313     ._object = {
78314         .ob_base = {
78315             .ob_base = {
78316                 .ob_refcnt = 999999999,
78317                 .ob_type = &PyTuple_Type,
78318             },
78319             .ob_size = 1,
78320         },
78321         .ob_item = {
78322             &_Py_ID(send),
78323         },
78324     },
78325 };
78326 static
78327     struct {
78328         PyASCIIObject _ascii;
78329         uint8_t _data[19];
78330     }
78331 _collections_abc_toplevel_consts_36_consts_2_qualname = {
78332     ._ascii = {
78333         .ob_base = {
78334             .ob_refcnt = 999999999,
78335             .ob_type = &PyUnicode_Type,
78336         },
78337         .length = 18,
78338         .hash = -1,
78339         .state = {
78340             .kind = 1,
78341             .compact = 1,
78342             .ascii = 1,
78343             .ready = 1,
78344         },
78345     },
78346     ._data = "Generator.__next__",
78347 };
78348 static
78349     struct {
78350         PyObject_VAR_HEAD
78351         Py_hash_t ob_shash;
78352         char ob_sval[21];
78353     }
78354 _collections_abc_toplevel_consts_36_consts_2_linetable = {
78355     .ob_base = {
78356         .ob_base = {
78357             .ob_refcnt = 999999999,
78358             .ob_type = &PyBytes_Type,
78359         },
78360         .ob_size = 20,
78361     },
78362     .ob_shash = -1,
78363     .ob_sval = "\x80\x00\xf0\x08\x00\x10\x14\x8f\x79\x8a\x79\x98\x14\x89\x7f\x8c\x7f\xd0\x08\x1e",
78364 };
78365 static
78366     struct _PyCode_DEF(44)
78367 _collections_abc_toplevel_consts_36_consts_2 = {
78368     .ob_base = {
78369         .ob_base = {
78370             .ob_refcnt = 999999999,
78371             .ob_type = &PyCode_Type,
78372         },
78373         .ob_size = 22,
78374     },
78375     .co_consts = & _collections_abc_toplevel_consts_36_consts_2_consts._object.ob_base.ob_base,
78376     .co_names = & _collections_abc_toplevel_consts_36_consts_2_names._object.ob_base.ob_base,
78377     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
78378     .co_flags = 3,
78379     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
78380     ._co_linearray_entry_size = 0,
78381     .co_argcount = 1,
78382     .co_posonlyargcount = 0,
78383     .co_kwonlyargcount = 0,
78384     .co_stacksize = 3,
78385     .co_firstlineno = 326,
78386     .co_nlocalsplus = 1,
78387     .co_nlocals = 1,
78388     .co_nplaincellvars = 0,
78389     .co_ncellvars = 0,
78390     .co_nfreevars = 0,
78391     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
78392     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
78393     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
78394     .co_name = &_Py_ID(__next__),
78395     .co_qualname = & _collections_abc_toplevel_consts_36_consts_2_qualname._ascii.ob_base,
78396     .co_linetable = & _collections_abc_toplevel_consts_36_consts_2_linetable.ob_base.ob_base,
78397     ._co_code = NULL,
78398     ._co_linearray = NULL,
78399     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
78400     ._co_firsttraceable = 0,
78401 };
78402 static
78403     struct {
78404         PyASCIIObject _ascii;
78405         uint8_t _data[100];
78406     }
78407 _collections_abc_toplevel_consts_36_consts_3_consts_0 = {
78408     ._ascii = {
78409         .ob_base = {
78410             .ob_refcnt = 999999999,
78411             .ob_type = &PyUnicode_Type,
78412         },
78413         .length = 99,
78414         .hash = -1,
78415         .state = {
78416             .kind = 1,
78417             .compact = 1,
78418             .ascii = 1,
78419             .ready = 1,
78420         },
78421     },
78422     ._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",
78423 };
78424 static
78425     struct {
78426         PyGC_Head _gc_head;
78427         struct {
78428             PyObject_VAR_HEAD
78429             PyObject *ob_item[1];
78430         }_object;
78431     }
78432 _collections_abc_toplevel_consts_36_consts_3_consts = {
78433     ._object = {
78434         .ob_base = {
78435             .ob_base = {
78436                 .ob_refcnt = 999999999,
78437                 .ob_type = &PyTuple_Type,
78438             },
78439             .ob_size = 1,
78440         },
78441         .ob_item = {
78442             & _collections_abc_toplevel_consts_36_consts_3_consts_0._ascii.ob_base,
78443         },
78444     },
78445 };
78446 static
78447     struct {
78448         PyASCIIObject _ascii;
78449         uint8_t _data[15];
78450     }
78451 _collections_abc_toplevel_consts_36_consts_3_qualname = {
78452     ._ascii = {
78453         .ob_base = {
78454             .ob_refcnt = 999999999,
78455             .ob_type = &PyUnicode_Type,
78456         },
78457         .length = 14,
78458         .hash = -1,
78459         .state = {
78460             .kind = 1,
78461             .compact = 1,
78462             .ascii = 1,
78463             .ready = 1,
78464         },
78465     },
78466     ._data = "Generator.send",
78467 };
78468 static
78469     struct _PyCode_DEF(16)
78470 _collections_abc_toplevel_consts_36_consts_3 = {
78471     .ob_base = {
78472         .ob_base = {
78473             .ob_refcnt = 999999999,
78474             .ob_type = &PyCode_Type,
78475         },
78476         .ob_size = 8,
78477     },
78478     .co_consts = & _collections_abc_toplevel_consts_36_consts_3_consts._object.ob_base.ob_base,
78479     .co_names = & _collections_abc_toplevel_consts_22_consts_2_names._object.ob_base.ob_base,
78480     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
78481     .co_flags = 3,
78482     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
78483     ._co_linearray_entry_size = 0,
78484     .co_argcount = 2,
78485     .co_posonlyargcount = 0,
78486     .co_kwonlyargcount = 0,
78487     .co_stacksize = 1,
78488     .co_firstlineno = 332,
78489     .co_nlocalsplus = 2,
78490     .co_nlocals = 2,
78491     .co_nplaincellvars = 0,
78492     .co_ncellvars = 0,
78493     .co_nfreevars = 0,
78494     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
78495     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
78496     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
78497     .co_name = &_Py_ID(send),
78498     .co_qualname = & _collections_abc_toplevel_consts_36_consts_3_qualname._ascii.ob_base,
78499     .co_linetable = & _collections_abc_toplevel_consts_22_consts_2_linetable.ob_base.ob_base,
78500     ._co_code = NULL,
78501     ._co_linearray = NULL,
78502     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
78503     ._co_firsttraceable = 0,
78504 };
78505 static
78506     struct {
78507         PyASCIIObject _ascii;
78508         uint8_t _data[104];
78509     }
78510 _collections_abc_toplevel_consts_36_consts_5_consts_0 = {
78511     ._ascii = {
78512         .ob_base = {
78513             .ob_refcnt = 999999999,
78514             .ob_type = &PyUnicode_Type,
78515         },
78516         .length = 103,
78517         .hash = -1,
78518         .state = {
78519             .kind = 1,
78520             .compact = 1,
78521             .ascii = 1,
78522             .ready = 1,
78523         },
78524     },
78525     ._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",
78526 };
78527 static
78528     struct {
78529         PyGC_Head _gc_head;
78530         struct {
78531             PyObject_VAR_HEAD
78532             PyObject *ob_item[1];
78533         }_object;
78534     }
78535 _collections_abc_toplevel_consts_36_consts_5_consts = {
78536     ._object = {
78537         .ob_base = {
78538             .ob_base = {
78539                 .ob_refcnt = 999999999,
78540                 .ob_type = &PyTuple_Type,
78541             },
78542             .ob_size = 1,
78543         },
78544         .ob_item = {
78545             & _collections_abc_toplevel_consts_36_consts_5_consts_0._ascii.ob_base,
78546         },
78547     },
78548 };
78549 static
78550     struct {
78551         PyASCIIObject _ascii;
78552         uint8_t _data[16];
78553     }
78554 _collections_abc_toplevel_consts_36_consts_5_qualname = {
78555     ._ascii = {
78556         .ob_base = {
78557             .ob_refcnt = 999999999,
78558             .ob_type = &PyUnicode_Type,
78559         },
78560         .length = 15,
78561         .hash = -1,
78562         .state = {
78563             .kind = 1,
78564             .compact = 1,
78565             .ascii = 1,
78566             .ready = 1,
78567         },
78568     },
78569     ._data = "Generator.throw",
78570 };
78571 static
78572     struct _PyCode_DEF(84)
78573 _collections_abc_toplevel_consts_36_consts_5 = {
78574     .ob_base = {
78575         .ob_base = {
78576             .ob_refcnt = 999999999,
78577             .ob_type = &PyCode_Type,
78578         },
78579         .ob_size = 42,
78580     },
78581     .co_consts = & _collections_abc_toplevel_consts_36_consts_5_consts._object.ob_base.ob_base,
78582     .co_names = & _collections_abc_toplevel_consts_22_consts_4_names._object.ob_base.ob_base,
78583     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
78584     .co_flags = 3,
78585     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
78586     ._co_linearray_entry_size = 0,
78587     .co_argcount = 4,
78588     .co_posonlyargcount = 0,
78589     .co_kwonlyargcount = 0,
78590     .co_stacksize = 3,
78591     .co_firstlineno = 339,
78592     .co_nlocalsplus = 4,
78593     .co_nlocals = 4,
78594     .co_nplaincellvars = 0,
78595     .co_ncellvars = 0,
78596     .co_nfreevars = 0,
78597     .co_localsplusnames = & _collections_abc_toplevel_consts_22_consts_4_localsplusnames._object.ob_base.ob_base,
78598     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
78599     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
78600     .co_name = &_Py_ID(throw),
78601     .co_qualname = & _collections_abc_toplevel_consts_36_consts_5_qualname._ascii.ob_base,
78602     .co_linetable = & _collections_abc_toplevel_consts_22_consts_4_linetable.ob_base.ob_base,
78603     ._co_code = NULL,
78604     ._co_linearray = NULL,
78605     .co_code_adaptive = "\x97\x00\x7c\x02\x80\x0e\x7c\x03\x80\x02\x7c\x01\x82\x01\x02\x00\x7c\x01\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x03\x81\x15\x7c\x02\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x82\x01",
78606     ._co_firsttraceable = 0,
78607 };
78608 static
78609     struct {
78610         PyASCIIObject _ascii;
78611         uint8_t _data[47];
78612     }
78613 _collections_abc_toplevel_consts_36_consts_6_consts_0 = {
78614     ._ascii = {
78615         .ob_base = {
78616             .ob_refcnt = 999999999,
78617             .ob_type = &PyUnicode_Type,
78618         },
78619         .length = 46,
78620         .hash = -1,
78621         .state = {
78622             .kind = 1,
78623             .compact = 1,
78624             .ascii = 1,
78625             .ready = 1,
78626         },
78627     },
78628     ._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",
78629 };
78630 static
78631     struct {
78632         PyASCIIObject _ascii;
78633         uint8_t _data[32];
78634     }
78635 _collections_abc_toplevel_consts_36_consts_6_consts_1 = {
78636     ._ascii = {
78637         .ob_base = {
78638             .ob_refcnt = 999999999,
78639             .ob_type = &PyUnicode_Type,
78640         },
78641         .length = 31,
78642         .hash = -1,
78643         .state = {
78644             .kind = 1,
78645             .compact = 1,
78646             .ascii = 1,
78647             .ready = 1,
78648         },
78649     },
78650     ._data = "generator ignored GeneratorExit",
78651 };
78652 static
78653     struct {
78654         PyGC_Head _gc_head;
78655         struct {
78656             PyObject_VAR_HEAD
78657             PyObject *ob_item[3];
78658         }_object;
78659     }
78660 _collections_abc_toplevel_consts_36_consts_6_consts = {
78661     ._object = {
78662         .ob_base = {
78663             .ob_base = {
78664                 .ob_refcnt = 999999999,
78665                 .ob_type = &PyTuple_Type,
78666             },
78667             .ob_size = 3,
78668         },
78669         .ob_item = {
78670             & _collections_abc_toplevel_consts_36_consts_6_consts_0._ascii.ob_base,
78671             & _collections_abc_toplevel_consts_36_consts_6_consts_1._ascii.ob_base,
78672             Py_None,
78673         },
78674     },
78675 };
78676 static
78677     struct {
78678         PyASCIIObject _ascii;
78679         uint8_t _data[16];
78680     }
78681 _collections_abc_toplevel_consts_36_consts_6_qualname = {
78682     ._ascii = {
78683         .ob_base = {
78684             .ob_refcnt = 999999999,
78685             .ob_type = &PyUnicode_Type,
78686         },
78687         .length = 15,
78688         .hash = -1,
78689         .state = {
78690             .kind = 1,
78691             .compact = 1,
78692             .ascii = 1,
78693             .ready = 1,
78694         },
78695     },
78696     ._data = "Generator.close",
78697 };
78698 static
78699     struct _PyCode_DEF(134)
78700 _collections_abc_toplevel_consts_36_consts_6 = {
78701     .ob_base = {
78702         .ob_base = {
78703             .ob_refcnt = 999999999,
78704             .ob_type = &PyCode_Type,
78705         },
78706         .ob_size = 67,
78707     },
78708     .co_consts = & _collections_abc_toplevel_consts_36_consts_6_consts._object.ob_base.ob_base,
78709     .co_names = & _collections_abc_toplevel_consts_22_consts_5_names._object.ob_base.ob_base,
78710     .co_exceptiontable = & _collections_abc_toplevel_consts_22_consts_5_exceptiontable.ob_base.ob_base,
78711     .co_flags = 3,
78712     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
78713     ._co_linearray_entry_size = 0,
78714     .co_argcount = 1,
78715     .co_posonlyargcount = 0,
78716     .co_kwonlyargcount = 0,
78717     .co_stacksize = 4,
78718     .co_firstlineno = 352,
78719     .co_nlocalsplus = 1,
78720     .co_nlocals = 1,
78721     .co_nplaincellvars = 0,
78722     .co_ncellvars = 0,
78723     .co_nfreevars = 0,
78724     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
78725     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
78726     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
78727     .co_name = &_Py_ID(close),
78728     .co_qualname = & _collections_abc_toplevel_consts_36_consts_6_qualname._ascii.ob_base,
78729     .co_linetable = & _collections_abc_toplevel_consts_22_consts_5_linetable.ob_base.ob_base,
78730     ._co_code = NULL,
78731     ._co_linearray = NULL,
78732     .co_code_adaptive = "\x97\x00\x09\x00\x7c\x00\xa0\x00\x00\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\xa6\x01\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\xa6\x01\x00\x00\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",
78733     ._co_firsttraceable = 0,
78734 };
78735 static
78736     struct {
78737         PyGC_Head _gc_head;
78738         struct {
78739             PyObject_VAR_HEAD
78740             PyObject *ob_item[6];
78741         }_object;
78742     }
78743 _collections_abc_toplevel_consts_36_consts_7_consts = {
78744     ._object = {
78745         .ob_base = {
78746             .ob_base = {
78747                 .ob_refcnt = 999999999,
78748                 .ob_type = &PyTuple_Type,
78749             },
78750             .ob_size = 6,
78751         },
78752         .ob_item = {
78753             Py_None,
78754             &_Py_ID(__iter__),
78755             &_Py_ID(__next__),
78756             &_Py_ID(send),
78757             &_Py_ID(throw),
78758             &_Py_ID(close),
78759         },
78760     },
78761 };
78762 static
78763     struct {
78764         PyGC_Head _gc_head;
78765         struct {
78766             PyObject_VAR_HEAD
78767             PyObject *ob_item[3];
78768         }_object;
78769     }
78770 _collections_abc_toplevel_consts_36_consts_7_names = {
78771     ._object = {
78772         .ob_base = {
78773             .ob_base = {
78774                 .ob_refcnt = 999999999,
78775                 .ob_type = &PyTuple_Type,
78776             },
78777             .ob_size = 3,
78778         },
78779         .ob_item = {
78780             & const_str_Generator._ascii.ob_base,
78781             & const_str__check_methods._ascii.ob_base,
78782             & const_str_NotImplemented._ascii.ob_base,
78783         },
78784     },
78785 };
78786 static
78787     struct {
78788         PyASCIIObject _ascii;
78789         uint8_t _data[27];
78790     }
78791 _collections_abc_toplevel_consts_36_consts_7_qualname = {
78792     ._ascii = {
78793         .ob_base = {
78794             .ob_refcnt = 999999999,
78795             .ob_type = &PyUnicode_Type,
78796         },
78797         .length = 26,
78798         .hash = -1,
78799         .state = {
78800             .kind = 1,
78801             .compact = 1,
78802             .ascii = 1,
78803             .ready = 1,
78804         },
78805     },
78806     ._data = "Generator.__subclasshook__",
78807 };
78808 static
78809     struct {
78810         PyObject_VAR_HEAD
78811         Py_hash_t ob_shash;
78812         char ob_sval[51];
78813     }
78814 _collections_abc_toplevel_consts_36_consts_7_linetable = {
78815     .ob_base = {
78816         .ob_base = {
78817             .ob_refcnt = 999999999,
78818             .ob_type = &PyBytes_Type,
78819         },
78820         .ob_size = 50,
78821     },
78822     .ob_shash = -1,
78823     .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x29\xd0\x0b\x1b\xd0\x0b\x1b\xdd\x13\x21\xa0\x21\xa0\x5a\xb0\x1a\xd8\x22\x28\xa8\x27\xb0\x37\xf1\x03\x01\x14\x3c\xf4\x00\x01\x14\x3c\xf0\x00\x01\x0d\x3c\xe5\x0f\x1d\xd0\x08\x1d",
78824 };
78825 static
78826     struct _PyCode_DEF(74)
78827 _collections_abc_toplevel_consts_36_consts_7 = {
78828     .ob_base = {
78829         .ob_base = {
78830             .ob_refcnt = 999999999,
78831             .ob_type = &PyCode_Type,
78832         },
78833         .ob_size = 37,
78834     },
78835     .co_consts = & _collections_abc_toplevel_consts_36_consts_7_consts._object.ob_base.ob_base,
78836     .co_names = & _collections_abc_toplevel_consts_36_consts_7_names._object.ob_base.ob_base,
78837     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
78838     .co_flags = 3,
78839     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
78840     ._co_linearray_entry_size = 0,
78841     .co_argcount = 2,
78842     .co_posonlyargcount = 0,
78843     .co_kwonlyargcount = 0,
78844     .co_stacksize = 8,
78845     .co_firstlineno = 362,
78846     .co_nlocalsplus = 2,
78847     .co_nlocals = 2,
78848     .co_nplaincellvars = 0,
78849     .co_ncellvars = 0,
78850     .co_nfreevars = 0,
78851     .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
78852     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
78853     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
78854     .co_name = &_Py_ID(__subclasshook__),
78855     .co_qualname = & _collections_abc_toplevel_consts_36_consts_7_qualname._ascii.ob_base,
78856     .co_linetable = & _collections_abc_toplevel_consts_36_consts_7_linetable.ob_base.ob_base,
78857     ._co_code = NULL,
78858     ._co_linearray = NULL,
78859     .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x14\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x64\x02\x64\x03\x64\x04\x64\x05\xa6\x06\x00\x00\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",
78860     ._co_firsttraceable = 0,
78861 };
78862 static
78863     struct {
78864         PyGC_Head _gc_head;
78865         struct {
78866             PyObject_VAR_HEAD
78867             PyObject *ob_item[9];
78868         }_object;
78869     }
78870 _collections_abc_toplevel_consts_36_consts = {
78871     ._object = {
78872         .ob_base = {
78873             .ob_base = {
78874                 .ob_refcnt = 999999999,
78875                 .ob_type = &PyTuple_Type,
78876             },
78877             .ob_size = 9,
78878         },
78879         .ob_item = {
78880             & const_str_Generator._ascii.ob_base,
78881             (PyObject *)& _Py_SINGLETON(tuple_empty),
78882             & _collections_abc_toplevel_consts_36_consts_2.ob_base.ob_base,
78883             & _collections_abc_toplevel_consts_36_consts_3.ob_base.ob_base,
78884             Py_None,
78885             & _collections_abc_toplevel_consts_36_consts_5.ob_base.ob_base,
78886             & _collections_abc_toplevel_consts_36_consts_6.ob_base.ob_base,
78887             & _collections_abc_toplevel_consts_36_consts_7.ob_base.ob_base,
78888             & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
78889         },
78890     },
78891 };
78892 static
78893     struct {
78894         PyGC_Head _gc_head;
78895         struct {
78896             PyObject_VAR_HEAD
78897             PyObject *ob_item[11];
78898         }_object;
78899     }
78900 _collections_abc_toplevel_consts_36_names = {
78901     ._object = {
78902         .ob_base = {
78903             .ob_base = {
78904                 .ob_refcnt = 999999999,
78905                 .ob_type = &PyTuple_Type,
78906             },
78907             .ob_size = 11,
78908         },
78909         .ob_item = {
78910             &_Py_ID(__name__),
78911             &_Py_ID(__module__),
78912             &_Py_ID(__qualname__),
78913             &_Py_ID(__slots__),
78914             &_Py_ID(__next__),
78915             & const_str_abstractmethod._ascii.ob_base,
78916             &_Py_ID(send),
78917             &_Py_ID(throw),
78918             &_Py_ID(close),
78919             & const_str_classmethod._ascii.ob_base,
78920             &_Py_ID(__subclasshook__),
78921         },
78922     },
78923 };
78924 static
78925     struct {
78926         PyObject_VAR_HEAD
78927         Py_hash_t ob_shash;
78928         char ob_sval[145];
78929     }
78930 _collections_abc_toplevel_consts_36_linetable = {
78931     .ob_base = {
78932         .ob_base = {
78933             .ob_refcnt = 999999999,
78934             .ob_type = &PyBytes_Type,
78935         },
78936         .ob_size = 144,
78937     },
78938     .ob_shash = -1,
78939     .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\xf1\x03\x00\x06\x14\x84\x5e\xf0\x02\x04\x05\x1c\xf0\x0c\x00\x06\x14\xf0\x02\x0a\x05\x12\xf0\x00\x0a\x05\x12\xf0\x00\x0a\x05\x12\xf1\x03\x00\x06\x14\x84\x5e\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\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x04\x05\x1e\xf0\x00\x04\x05\x1e\xf0\x00\x04\x05\x1e",
78940 };
78941 static
78942     struct _PyCode_DEF(98)
78943 _collections_abc_toplevel_consts_36 = {
78944     .ob_base = {
78945         .ob_base = {
78946             .ob_refcnt = 999999999,
78947             .ob_type = &PyCode_Type,
78948         },
78949         .ob_size = 49,
78950     },
78951     .co_consts = & _collections_abc_toplevel_consts_36_consts._object.ob_base.ob_base,
78952     .co_names = & _collections_abc_toplevel_consts_36_names._object.ob_base.ob_base,
78953     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
78954     .co_flags = 0,
78955     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
78956     ._co_linearray_entry_size = 0,
78957     .co_argcount = 0,
78958     .co_posonlyargcount = 0,
78959     .co_kwonlyargcount = 0,
78960     .co_stacksize = 3,
78961     .co_firstlineno = 322,
78962     .co_nlocalsplus = 0,
78963     .co_nlocals = 0,
78964     .co_nplaincellvars = 0,
78965     .co_ncellvars = 0,
78966     .co_nfreevars = 0,
78967     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
78968     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
78969     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
78970     .co_name = & const_str_Generator._ascii.ob_base,
78971     .co_qualname = & const_str_Generator._ascii.ob_base,
78972     .co_linetable = & _collections_abc_toplevel_consts_36_linetable.ob_base.ob_base,
78973     ._co_code = NULL,
78974     ._co_linearray = NULL,
78975     .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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x65\x05\x64\x08\x64\x05\x84\x01\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x64\x06\x84\x00\x5a\x08\x65\x09\x64\x07\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0a\x64\x04\x53\x00",
78976     ._co_firsttraceable = 0,
78977 };
78978 static
78979     struct {
78980         PyASCIIObject _ascii;
78981         uint8_t _data[14];
78982     }
78983 _collections_abc_toplevel_consts_38_consts_2_qualname = {
78984     ._ascii = {
78985         .ob_base = {
78986             .ob_refcnt = 999999999,
78987             .ob_type = &PyUnicode_Type,
78988         },
78989         .length = 13,
78990         .hash = -1,
78991         .state = {
78992             .kind = 1,
78993             .compact = 1,
78994             .ascii = 1,
78995             .ready = 1,
78996         },
78997     },
78998     ._data = "Sized.__len__",
78999 };
79000 static
79001     struct _PyCode_DEF(6)
79002 _collections_abc_toplevel_consts_38_consts_2 = {
79003     .ob_base = {
79004         .ob_base = {
79005             .ob_refcnt = 999999999,
79006             .ob_type = &PyCode_Type,
79007         },
79008         .ob_size = 3,
79009     },
79010     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
79011     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
79012     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
79013     .co_flags = 3,
79014     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
79015     ._co_linearray_entry_size = 0,
79016     .co_argcount = 1,
79017     .co_posonlyargcount = 0,
79018     .co_kwonlyargcount = 0,
79019     .co_stacksize = 1,
79020     .co_firstlineno = 377,
79021     .co_nlocalsplus = 1,
79022     .co_nlocals = 1,
79023     .co_nplaincellvars = 0,
79024     .co_ncellvars = 0,
79025     .co_nfreevars = 0,
79026     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
79027     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
79028     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
79029     .co_name = &_Py_ID(__len__),
79030     .co_qualname = & _collections_abc_toplevel_consts_38_consts_2_qualname._ascii.ob_base,
79031     .co_linetable = & _collections_abc_toplevel_consts_17_consts_2_linetable.ob_base.ob_base,
79032     ._co_code = NULL,
79033     ._co_linearray = NULL,
79034     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
79035     ._co_firsttraceable = 0,
79036 };
79037 static
79038     struct {
79039         PyGC_Head _gc_head;
79040         struct {
79041             PyObject_VAR_HEAD
79042             PyObject *ob_item[2];
79043         }_object;
79044     }
79045 _collections_abc_toplevel_consts_38_consts_3_consts = {
79046     ._object = {
79047         .ob_base = {
79048             .ob_base = {
79049                 .ob_refcnt = 999999999,
79050                 .ob_type = &PyTuple_Type,
79051             },
79052             .ob_size = 2,
79053         },
79054         .ob_item = {
79055             Py_None,
79056             &_Py_ID(__len__),
79057         },
79058     },
79059 };
79060 static
79061     struct {
79062         PyGC_Head _gc_head;
79063         struct {
79064             PyObject_VAR_HEAD
79065             PyObject *ob_item[3];
79066         }_object;
79067     }
79068 _collections_abc_toplevel_consts_38_consts_3_names = {
79069     ._object = {
79070         .ob_base = {
79071             .ob_base = {
79072                 .ob_refcnt = 999999999,
79073                 .ob_type = &PyTuple_Type,
79074             },
79075             .ob_size = 3,
79076         },
79077         .ob_item = {
79078             & const_str_Sized._ascii.ob_base,
79079             & const_str__check_methods._ascii.ob_base,
79080             & const_str_NotImplemented._ascii.ob_base,
79081         },
79082     },
79083 };
79084 static
79085     struct {
79086         PyASCIIObject _ascii;
79087         uint8_t _data[23];
79088     }
79089 _collections_abc_toplevel_consts_38_consts_3_qualname = {
79090     ._ascii = {
79091         .ob_base = {
79092             .ob_refcnt = 999999999,
79093             .ob_type = &PyUnicode_Type,
79094         },
79095         .length = 22,
79096         .hash = -1,
79097         .state = {
79098             .kind = 1,
79099             .compact = 1,
79100             .ascii = 1,
79101             .ready = 1,
79102         },
79103     },
79104     ._data = "Sized.__subclasshook__",
79105 };
79106 static
79107     struct {
79108         PyObject_VAR_HEAD
79109         Py_hash_t ob_shash;
79110         char ob_sval[34];
79111     }
79112 _collections_abc_toplevel_consts_38_consts_3_linetable = {
79113     .ob_base = {
79114         .ob_base = {
79115             .ob_refcnt = 999999999,
79116             .ob_type = &PyBytes_Type,
79117         },
79118         .ob_size = 33,
79119     },
79120     .ob_shash = -1,
79121     .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x25\x88\x3c\x88\x3c\xdd\x13\x21\xa0\x21\xa0\x59\xd1\x13\x2f\xd4\x13\x2f\xd0\x0c\x2f\xdd\x0f\x1d\xd0\x08\x1d",
79122 };
79123 static
79124     struct _PyCode_DEF(66)
79125 _collections_abc_toplevel_consts_38_consts_3 = {
79126     .ob_base = {
79127         .ob_base = {
79128             .ob_refcnt = 999999999,
79129             .ob_type = &PyCode_Type,
79130         },
79131         .ob_size = 33,
79132     },
79133     .co_consts = & _collections_abc_toplevel_consts_38_consts_3_consts._object.ob_base.ob_base,
79134     .co_names = & _collections_abc_toplevel_consts_38_consts_3_names._object.ob_base.ob_base,
79135     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
79136     .co_flags = 3,
79137     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
79138     ._co_linearray_entry_size = 0,
79139     .co_argcount = 2,
79140     .co_posonlyargcount = 0,
79141     .co_kwonlyargcount = 0,
79142     .co_stacksize = 4,
79143     .co_firstlineno = 381,
79144     .co_nlocalsplus = 2,
79145     .co_nlocals = 2,
79146     .co_nplaincellvars = 0,
79147     .co_ncellvars = 0,
79148     .co_nfreevars = 0,
79149     .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
79150     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
79151     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
79152     .co_name = &_Py_ID(__subclasshook__),
79153     .co_qualname = & _collections_abc_toplevel_consts_38_consts_3_qualname._ascii.ob_base,
79154     .co_linetable = & _collections_abc_toplevel_consts_38_consts_3_linetable.ob_base.ob_base,
79155     ._co_code = NULL,
79156     ._co_linearray = NULL,
79157     .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\xa6\x02\x00\x00\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",
79158     ._co_firsttraceable = 0,
79159 };
79160 static
79161     struct {
79162         PyGC_Head _gc_head;
79163         struct {
79164             PyObject_VAR_HEAD
79165             PyObject *ob_item[5];
79166         }_object;
79167     }
79168 _collections_abc_toplevel_consts_38_consts = {
79169     ._object = {
79170         .ob_base = {
79171             .ob_base = {
79172                 .ob_refcnt = 999999999,
79173                 .ob_type = &PyTuple_Type,
79174             },
79175             .ob_size = 5,
79176         },
79177         .ob_item = {
79178             & const_str_Sized._ascii.ob_base,
79179             (PyObject *)& _Py_SINGLETON(tuple_empty),
79180             & _collections_abc_toplevel_consts_38_consts_2.ob_base.ob_base,
79181             & _collections_abc_toplevel_consts_38_consts_3.ob_base.ob_base,
79182             Py_None,
79183         },
79184     },
79185 };
79186 static
79187     struct {
79188         PyGC_Head _gc_head;
79189         struct {
79190             PyObject_VAR_HEAD
79191             PyObject *ob_item[8];
79192         }_object;
79193     }
79194 _collections_abc_toplevel_consts_38_names = {
79195     ._object = {
79196         .ob_base = {
79197             .ob_base = {
79198                 .ob_refcnt = 999999999,
79199                 .ob_type = &PyTuple_Type,
79200             },
79201             .ob_size = 8,
79202         },
79203         .ob_item = {
79204             &_Py_ID(__name__),
79205             &_Py_ID(__module__),
79206             &_Py_ID(__qualname__),
79207             &_Py_ID(__slots__),
79208             & const_str_abstractmethod._ascii.ob_base,
79209             &_Py_ID(__len__),
79210             & const_str_classmethod._ascii.ob_base,
79211             &_Py_ID(__subclasshook__),
79212         },
79213     },
79214 };
79215 static
79216     struct _PyCode_DEF(62)
79217 _collections_abc_toplevel_consts_38 = {
79218     .ob_base = {
79219         .ob_base = {
79220             .ob_refcnt = 999999999,
79221             .ob_type = &PyCode_Type,
79222         },
79223         .ob_size = 31,
79224     },
79225     .co_consts = & _collections_abc_toplevel_consts_38_consts._object.ob_base.ob_base,
79226     .co_names = & _collections_abc_toplevel_consts_38_names._object.ob_base.ob_base,
79227     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
79228     .co_flags = 0,
79229     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
79230     ._co_linearray_entry_size = 0,
79231     .co_argcount = 0,
79232     .co_posonlyargcount = 0,
79233     .co_kwonlyargcount = 0,
79234     .co_stacksize = 2,
79235     .co_firstlineno = 373,
79236     .co_nlocalsplus = 0,
79237     .co_nlocals = 0,
79238     .co_nplaincellvars = 0,
79239     .co_ncellvars = 0,
79240     .co_nfreevars = 0,
79241     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
79242     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
79243     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
79244     .co_name = & const_str_Sized._ascii.ob_base,
79245     .co_qualname = & const_str_Sized._ascii.ob_base,
79246     .co_linetable = & _collections_abc_toplevel_consts_17_linetable.ob_base.ob_base,
79247     ._co_code = NULL,
79248     ._co_linearray = NULL,
79249     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x06\x64\x03\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x64\x04\x53\x00",
79250     ._co_firsttraceable = 0,
79251 };
79252 static
79253     struct {
79254         PyASCIIObject _ascii;
79255         uint8_t _data[23];
79256     }
79257 _collections_abc_toplevel_consts_40_consts_2_qualname = {
79258     ._ascii = {
79259         .ob_base = {
79260             .ob_refcnt = 999999999,
79261             .ob_type = &PyUnicode_Type,
79262         },
79263         .length = 22,
79264         .hash = -1,
79265         .state = {
79266             .kind = 1,
79267             .compact = 1,
79268             .ascii = 1,
79269             .ready = 1,
79270         },
79271     },
79272     ._data = "Container.__contains__",
79273 };
79274 static
79275     struct {
79276         PyObject_VAR_HEAD
79277         Py_hash_t ob_shash;
79278         char ob_sval[8];
79279     }
79280 _collections_abc_toplevel_consts_40_consts_2_linetable = {
79281     .ob_base = {
79282         .ob_base = {
79283             .ob_refcnt = 999999999,
79284             .ob_type = &PyBytes_Type,
79285         },
79286         .ob_size = 7,
79287     },
79288     .ob_shash = -1,
79289     .ob_sval = "\x80\x00\xe0\x0f\x14\x88\x75",
79290 };
79291 static
79292     struct {
79293         PyGC_Head _gc_head;
79294         struct {
79295             PyObject_VAR_HEAD
79296             PyObject *ob_item[2];
79297         }_object;
79298     }
79299 _collections_abc_toplevel_consts_40_consts_2_localsplusnames = {
79300     ._object = {
79301         .ob_base = {
79302             .ob_base = {
79303                 .ob_refcnt = 999999999,
79304                 .ob_type = &PyTuple_Type,
79305             },
79306             .ob_size = 2,
79307         },
79308         .ob_item = {
79309             & const_str_self._ascii.ob_base,
79310             & const_str_x._ascii.ob_base,
79311         },
79312     },
79313 };
79314 static
79315     struct _PyCode_DEF(6)
79316 _collections_abc_toplevel_consts_40_consts_2 = {
79317     .ob_base = {
79318         .ob_base = {
79319             .ob_refcnt = 999999999,
79320             .ob_type = &PyCode_Type,
79321         },
79322         .ob_size = 3,
79323     },
79324     .co_consts = & importlib__bootstrap_toplevel_consts_23_consts_4_consts._object.ob_base.ob_base,
79325     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
79326     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
79327     .co_flags = 3,
79328     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
79329     ._co_linearray_entry_size = 0,
79330     .co_argcount = 2,
79331     .co_posonlyargcount = 0,
79332     .co_kwonlyargcount = 0,
79333     .co_stacksize = 1,
79334     .co_firstlineno = 392,
79335     .co_nlocalsplus = 2,
79336     .co_nlocals = 2,
79337     .co_nplaincellvars = 0,
79338     .co_ncellvars = 0,
79339     .co_nfreevars = 0,
79340     .co_localsplusnames = & _collections_abc_toplevel_consts_40_consts_2_localsplusnames._object.ob_base.ob_base,
79341     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
79342     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
79343     .co_name = &_Py_ID(__contains__),
79344     .co_qualname = & _collections_abc_toplevel_consts_40_consts_2_qualname._ascii.ob_base,
79345     .co_linetable = & _collections_abc_toplevel_consts_40_consts_2_linetable.ob_base.ob_base,
79346     ._co_code = NULL,
79347     ._co_linearray = NULL,
79348     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
79349     ._co_firsttraceable = 0,
79350 };
79351 static
79352     struct {
79353         PyGC_Head _gc_head;
79354         struct {
79355             PyObject_VAR_HEAD
79356             PyObject *ob_item[2];
79357         }_object;
79358     }
79359 _collections_abc_toplevel_consts_40_consts_3_consts = {
79360     ._object = {
79361         .ob_base = {
79362             .ob_base = {
79363                 .ob_refcnt = 999999999,
79364                 .ob_type = &PyTuple_Type,
79365             },
79366             .ob_size = 2,
79367         },
79368         .ob_item = {
79369             Py_None,
79370             &_Py_ID(__contains__),
79371         },
79372     },
79373 };
79374 static
79375     struct {
79376         PyGC_Head _gc_head;
79377         struct {
79378             PyObject_VAR_HEAD
79379             PyObject *ob_item[3];
79380         }_object;
79381     }
79382 _collections_abc_toplevel_consts_40_consts_3_names = {
79383     ._object = {
79384         .ob_base = {
79385             .ob_base = {
79386                 .ob_refcnt = 999999999,
79387                 .ob_type = &PyTuple_Type,
79388             },
79389             .ob_size = 3,
79390         },
79391         .ob_item = {
79392             & const_str_Container._ascii.ob_base,
79393             & const_str__check_methods._ascii.ob_base,
79394             & const_str_NotImplemented._ascii.ob_base,
79395         },
79396     },
79397 };
79398 static
79399     struct {
79400         PyASCIIObject _ascii;
79401         uint8_t _data[27];
79402     }
79403 _collections_abc_toplevel_consts_40_consts_3_qualname = {
79404     ._ascii = {
79405         .ob_base = {
79406             .ob_refcnt = 999999999,
79407             .ob_type = &PyUnicode_Type,
79408         },
79409         .length = 26,
79410         .hash = -1,
79411         .state = {
79412             .kind = 1,
79413             .compact = 1,
79414             .ascii = 1,
79415             .ready = 1,
79416         },
79417     },
79418     ._data = "Container.__subclasshook__",
79419 };
79420 static
79421     struct {
79422         PyObject_VAR_HEAD
79423         Py_hash_t ob_shash;
79424         char ob_sval[36];
79425     }
79426 _collections_abc_toplevel_consts_40_consts_3_linetable = {
79427     .ob_base = {
79428         .ob_base = {
79429             .ob_refcnt = 999999999,
79430             .ob_type = &PyBytes_Type,
79431         },
79432         .ob_size = 35,
79433     },
79434     .ob_shash = -1,
79435     .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x29\xd0\x0b\x1b\xd0\x0b\x1b\xdd\x13\x21\xa0\x21\xa0\x5e\xd1\x13\x34\xd4\x13\x34\xd0\x0c\x34\xdd\x0f\x1d\xd0\x08\x1d",
79436 };
79437 static
79438     struct _PyCode_DEF(66)
79439 _collections_abc_toplevel_consts_40_consts_3 = {
79440     .ob_base = {
79441         .ob_base = {
79442             .ob_refcnt = 999999999,
79443             .ob_type = &PyCode_Type,
79444         },
79445         .ob_size = 33,
79446     },
79447     .co_consts = & _collections_abc_toplevel_consts_40_consts_3_consts._object.ob_base.ob_base,
79448     .co_names = & _collections_abc_toplevel_consts_40_consts_3_names._object.ob_base.ob_base,
79449     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
79450     .co_flags = 3,
79451     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
79452     ._co_linearray_entry_size = 0,
79453     .co_argcount = 2,
79454     .co_posonlyargcount = 0,
79455     .co_kwonlyargcount = 0,
79456     .co_stacksize = 4,
79457     .co_firstlineno = 396,
79458     .co_nlocalsplus = 2,
79459     .co_nlocals = 2,
79460     .co_nplaincellvars = 0,
79461     .co_ncellvars = 0,
79462     .co_nfreevars = 0,
79463     .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
79464     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
79465     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
79466     .co_name = &_Py_ID(__subclasshook__),
79467     .co_qualname = & _collections_abc_toplevel_consts_40_consts_3_qualname._ascii.ob_base,
79468     .co_linetable = & _collections_abc_toplevel_consts_40_consts_3_linetable.ob_base.ob_base,
79469     ._co_code = NULL,
79470     ._co_linearray = NULL,
79471     .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\xa6\x02\x00\x00\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",
79472     ._co_firsttraceable = 0,
79473 };
79474 static
79475     struct {
79476         PyGC_Head _gc_head;
79477         struct {
79478             PyObject_VAR_HEAD
79479             PyObject *ob_item[5];
79480         }_object;
79481     }
79482 _collections_abc_toplevel_consts_40_consts = {
79483     ._object = {
79484         .ob_base = {
79485             .ob_base = {
79486                 .ob_refcnt = 999999999,
79487                 .ob_type = &PyTuple_Type,
79488             },
79489             .ob_size = 5,
79490         },
79491         .ob_item = {
79492             & const_str_Container._ascii.ob_base,
79493             (PyObject *)& _Py_SINGLETON(tuple_empty),
79494             & _collections_abc_toplevel_consts_40_consts_2.ob_base.ob_base,
79495             & _collections_abc_toplevel_consts_40_consts_3.ob_base.ob_base,
79496             Py_None,
79497         },
79498     },
79499 };
79500 static
79501     struct {
79502         PyGC_Head _gc_head;
79503         struct {
79504             PyObject_VAR_HEAD
79505             PyObject *ob_item[10];
79506         }_object;
79507     }
79508 _collections_abc_toplevel_consts_40_names = {
79509     ._object = {
79510         .ob_base = {
79511             .ob_base = {
79512                 .ob_refcnt = 999999999,
79513                 .ob_type = &PyTuple_Type,
79514             },
79515             .ob_size = 10,
79516         },
79517         .ob_item = {
79518             &_Py_ID(__name__),
79519             &_Py_ID(__module__),
79520             &_Py_ID(__qualname__),
79521             &_Py_ID(__slots__),
79522             & const_str_abstractmethod._ascii.ob_base,
79523             &_Py_ID(__contains__),
79524             & const_str_classmethod._ascii.ob_base,
79525             &_Py_ID(__subclasshook__),
79526             & const_str_GenericAlias._ascii.ob_base,
79527             &_Py_ID(__class_getitem__),
79528         },
79529     },
79530 };
79531 static
79532     struct {
79533         PyObject_VAR_HEAD
79534         Py_hash_t ob_shash;
79535         char ob_sval[92];
79536     }
79537 _collections_abc_toplevel_consts_40_linetable = {
79538     .ob_base = {
79539         .ob_base = {
79540             .ob_refcnt = 999999999,
79541             .ob_type = &PyBytes_Type,
79542         },
79543         .ob_size = 91,
79544     },
79545     .ob_shash = -1,
79546     .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\xf1\x03\x00\x06\x14\x84\x5e\xf0\x02\x01\x05\x15\xf0\x06\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x03\x05\x1e\xf0\x0a\x00\x19\x24\x98\x0b\xa0\x4c\xd1\x18\x31\xd4\x18\x31\xd0\x04\x15\xd0\x04\x15\xd0\x04\x15",
79547 };
79548 static
79549     struct _PyCode_DEF(84)
79550 _collections_abc_toplevel_consts_40 = {
79551     .ob_base = {
79552         .ob_base = {
79553             .ob_refcnt = 999999999,
79554             .ob_type = &PyCode_Type,
79555         },
79556         .ob_size = 42,
79557     },
79558     .co_consts = & _collections_abc_toplevel_consts_40_consts._object.ob_base.ob_base,
79559     .co_names = & _collections_abc_toplevel_consts_40_names._object.ob_base.ob_base,
79560     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
79561     .co_flags = 0,
79562     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
79563     ._co_linearray_entry_size = 0,
79564     .co_argcount = 0,
79565     .co_posonlyargcount = 0,
79566     .co_kwonlyargcount = 0,
79567     .co_stacksize = 3,
79568     .co_firstlineno = 388,
79569     .co_nlocalsplus = 0,
79570     .co_nlocals = 0,
79571     .co_nplaincellvars = 0,
79572     .co_ncellvars = 0,
79573     .co_nfreevars = 0,
79574     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
79575     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
79576     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
79577     .co_name = & const_str_Container._ascii.ob_base,
79578     .co_qualname = & const_str_Container._ascii.ob_base,
79579     .co_linetable = & _collections_abc_toplevel_consts_40_linetable.ob_base.ob_base,
79580     ._co_code = NULL,
79581     ._co_linearray = NULL,
79582     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x06\x64\x03\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x02\x00\x65\x06\x65\x08\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x64\x04\x53\x00",
79583     ._co_firsttraceable = 0,
79584 };
79585 static
79586     struct {
79587         PyGC_Head _gc_head;
79588         struct {
79589             PyObject_VAR_HEAD
79590             PyObject *ob_item[4];
79591         }_object;
79592     }
79593 _collections_abc_toplevel_consts_42_consts_2_consts = {
79594     ._object = {
79595         .ob_base = {
79596             .ob_base = {
79597                 .ob_refcnt = 999999999,
79598                 .ob_type = &PyTuple_Type,
79599             },
79600             .ob_size = 4,
79601         },
79602         .ob_item = {
79603             Py_None,
79604             &_Py_ID(__len__),
79605             &_Py_ID(__iter__),
79606             &_Py_ID(__contains__),
79607         },
79608     },
79609 };
79610 static
79611     struct {
79612         PyGC_Head _gc_head;
79613         struct {
79614             PyObject_VAR_HEAD
79615             PyObject *ob_item[3];
79616         }_object;
79617     }
79618 _collections_abc_toplevel_consts_42_consts_2_names = {
79619     ._object = {
79620         .ob_base = {
79621             .ob_base = {
79622                 .ob_refcnt = 999999999,
79623                 .ob_type = &PyTuple_Type,
79624             },
79625             .ob_size = 3,
79626         },
79627         .ob_item = {
79628             & const_str_Collection._ascii.ob_base,
79629             & const_str__check_methods._ascii.ob_base,
79630             & const_str_NotImplemented._ascii.ob_base,
79631         },
79632     },
79633 };
79634 static
79635     struct {
79636         PyASCIIObject _ascii;
79637         uint8_t _data[28];
79638     }
79639 _collections_abc_toplevel_consts_42_consts_2_qualname = {
79640     ._ascii = {
79641         .ob_base = {
79642             .ob_refcnt = 999999999,
79643             .ob_type = &PyUnicode_Type,
79644         },
79645         .length = 27,
79646         .hash = -1,
79647         .state = {
79648             .kind = 1,
79649             .compact = 1,
79650             .ascii = 1,
79651             .ready = 1,
79652         },
79653     },
79654     ._data = "Collection.__subclasshook__",
79655 };
79656 static
79657     struct {
79658         PyObject_VAR_HEAD
79659         Py_hash_t ob_shash;
79660         char ob_sval[40];
79661     }
79662 _collections_abc_toplevel_consts_42_consts_2_linetable = {
79663     .ob_base = {
79664         .ob_base = {
79665             .ob_refcnt = 999999999,
79666             .ob_type = &PyBytes_Type,
79667         },
79668         .ob_size = 39,
79669     },
79670     .ob_shash = -1,
79671     .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x2a\xd0\x0b\x1c\xd0\x0b\x1c\xdd\x13\x21\xa0\x21\xa0\x69\xb0\x1a\xb8\x5e\xd1\x13\x4c\xd4\x13\x4c\xd0\x0c\x4c\xdd\x0f\x1d\xd0\x08\x1d",
79672 };
79673 static
79674     struct _PyCode_DEF(70)
79675 _collections_abc_toplevel_consts_42_consts_2 = {
79676     .ob_base = {
79677         .ob_base = {
79678             .ob_refcnt = 999999999,
79679             .ob_type = &PyCode_Type,
79680         },
79681         .ob_size = 35,
79682     },
79683     .co_consts = & _collections_abc_toplevel_consts_42_consts_2_consts._object.ob_base.ob_base,
79684     .co_names = & _collections_abc_toplevel_consts_42_consts_2_names._object.ob_base.ob_base,
79685     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
79686     .co_flags = 3,
79687     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
79688     ._co_linearray_entry_size = 0,
79689     .co_argcount = 2,
79690     .co_posonlyargcount = 0,
79691     .co_kwonlyargcount = 0,
79692     .co_stacksize = 6,
79693     .co_firstlineno = 409,
79694     .co_nlocalsplus = 2,
79695     .co_nlocals = 2,
79696     .co_nplaincellvars = 0,
79697     .co_ncellvars = 0,
79698     .co_nfreevars = 0,
79699     .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
79700     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
79701     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
79702     .co_name = &_Py_ID(__subclasshook__),
79703     .co_qualname = & _collections_abc_toplevel_consts_42_consts_2_qualname._ascii.ob_base,
79704     .co_linetable = & _collections_abc_toplevel_consts_42_consts_2_linetable.ob_base.ob_base,
79705     ._co_code = NULL,
79706     ._co_linearray = NULL,
79707     .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\xa6\x04\x00\x00\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",
79708     ._co_firsttraceable = 0,
79709 };
79710 static
79711     struct {
79712         PyGC_Head _gc_head;
79713         struct {
79714             PyObject_VAR_HEAD
79715             PyObject *ob_item[4];
79716         }_object;
79717     }
79718 _collections_abc_toplevel_consts_42_consts = {
79719     ._object = {
79720         .ob_base = {
79721             .ob_base = {
79722                 .ob_refcnt = 999999999,
79723                 .ob_type = &PyTuple_Type,
79724             },
79725             .ob_size = 4,
79726         },
79727         .ob_item = {
79728             & const_str_Collection._ascii.ob_base,
79729             (PyObject *)& _Py_SINGLETON(tuple_empty),
79730             & _collections_abc_toplevel_consts_42_consts_2.ob_base.ob_base,
79731             Py_None,
79732         },
79733     },
79734 };
79735 static
79736     struct {
79737         PyGC_Head _gc_head;
79738         struct {
79739             PyObject_VAR_HEAD
79740             PyObject *ob_item[6];
79741         }_object;
79742     }
79743 _collections_abc_toplevel_consts_42_names = {
79744     ._object = {
79745         .ob_base = {
79746             .ob_base = {
79747                 .ob_refcnt = 999999999,
79748                 .ob_type = &PyTuple_Type,
79749             },
79750             .ob_size = 6,
79751         },
79752         .ob_item = {
79753             &_Py_ID(__name__),
79754             &_Py_ID(__module__),
79755             &_Py_ID(__qualname__),
79756             &_Py_ID(__slots__),
79757             & const_str_classmethod._ascii.ob_base,
79758             &_Py_ID(__subclasshook__),
79759         },
79760     },
79761 };
79762 static
79763     struct {
79764         PyObject_VAR_HEAD
79765         Py_hash_t ob_shash;
79766         char ob_sval[51];
79767     }
79768 _collections_abc_toplevel_consts_42_linetable = {
79769     .ob_base = {
79770         .ob_base = {
79771             .ob_refcnt = 999999999,
79772             .ob_type = &PyBytes_Type,
79773         },
79774         .ob_size = 50,
79775     },
79776     .ob_shash = -1,
79777     .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\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf0\x00\x03\x05\x1e",
79778 };
79779 static
79780     struct _PyCode_DEF(40)
79781 _collections_abc_toplevel_consts_42 = {
79782     .ob_base = {
79783         .ob_base = {
79784             .ob_refcnt = 999999999,
79785             .ob_type = &PyCode_Type,
79786         },
79787         .ob_size = 20,
79788     },
79789     .co_consts = & _collections_abc_toplevel_consts_42_consts._object.ob_base.ob_base,
79790     .co_names = & _collections_abc_toplevel_consts_42_names._object.ob_base.ob_base,
79791     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
79792     .co_flags = 0,
79793     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
79794     ._co_linearray_entry_size = 0,
79795     .co_argcount = 0,
79796     .co_posonlyargcount = 0,
79797     .co_kwonlyargcount = 0,
79798     .co_stacksize = 2,
79799     .co_firstlineno = 405,
79800     .co_nlocalsplus = 0,
79801     .co_nlocals = 0,
79802     .co_nplaincellvars = 0,
79803     .co_ncellvars = 0,
79804     .co_nfreevars = 0,
79805     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
79806     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
79807     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
79808     .co_name = & const_str_Collection._ascii.ob_base,
79809     .co_qualname = & const_str_Collection._ascii.ob_base,
79810     .co_linetable = & _collections_abc_toplevel_consts_42_linetable.ob_base.ob_base,
79811     ._co_code = NULL,
79812     ._co_linearray = NULL,
79813     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x64\x03\x53\x00",
79814     ._co_firsttraceable = 0,
79815 };
79816 static
79817     struct {
79818         PyASCIIObject _ascii;
79819         uint8_t _data[22];
79820     }
79821 const_str__CallableGenericAlias = {
79822     ._ascii = {
79823         .ob_base = {
79824             .ob_refcnt = 999999999,
79825             .ob_type = &PyUnicode_Type,
79826         },
79827         .length = 21,
79828         .hash = -1,
79829         .state = {
79830             .kind = 1,
79831             .compact = 1,
79832             .ascii = 1,
79833             .ready = 1,
79834         },
79835     },
79836     ._data = "_CallableGenericAlias",
79837 };
79838 static
79839     struct {
79840         PyASCIIObject _ascii;
79841         uint8_t _data[253];
79842     }
79843 _collections_abc_toplevel_consts_44_consts_1 = {
79844     ._ascii = {
79845         .ob_base = {
79846             .ob_refcnt = 999999999,
79847             .ob_type = &PyUnicode_Type,
79848         },
79849         .length = 252,
79850         .hash = -1,
79851         .state = {
79852             .kind = 1,
79853             .compact = 1,
79854             .ascii = 1,
79855             .ready = 1,
79856         },
79857     },
79858     ._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",
79859 };
79860 static
79861     struct {
79862         PyASCIIObject _ascii;
79863         uint8_t _data[55];
79864     }
79865 _collections_abc_toplevel_consts_44_consts_3_consts_2 = {
79866     ._ascii = {
79867         .ob_base = {
79868             .ob_refcnt = 999999999,
79869             .ob_type = &PyUnicode_Type,
79870         },
79871         .length = 54,
79872         .hash = -1,
79873         .state = {
79874             .kind = 1,
79875             .compact = 1,
79876             .ascii = 1,
79877             .ready = 1,
79878         },
79879     },
79880     ._data = "Callable must be used as Callable[[arg, ...], result].",
79881 };
79882 static
79883     struct {
79884         PyASCIIObject _ascii;
79885         uint8_t _data[71];
79886     }
79887 _collections_abc_toplevel_consts_44_consts_3_consts_3 = {
79888     ._ascii = {
79889         .ob_base = {
79890             .ob_refcnt = 999999999,
79891             .ob_type = &PyUnicode_Type,
79892         },
79893         .length = 70,
79894         .hash = -1,
79895         .state = {
79896             .kind = 1,
79897             .compact = 1,
79898             .ascii = 1,
79899             .ready = 1,
79900         },
79901     },
79902     ._data = "Expected a list of types, an ellipsis, ParamSpec, or Concatenate. Got ",
79903 };
79904 static
79905     struct {
79906         PyGC_Head _gc_head;
79907         struct {
79908             PyObject_VAR_HEAD
79909             PyObject *ob_item[4];
79910         }_object;
79911     }
79912 _collections_abc_toplevel_consts_44_consts_3_consts = {
79913     ._object = {
79914         .ob_base = {
79915             .ob_base = {
79916                 .ob_refcnt = 999999999,
79917                 .ob_type = &PyTuple_Type,
79918             },
79919             .ob_size = 4,
79920         },
79921         .ob_item = {
79922             Py_None,
79923             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
79924             & _collections_abc_toplevel_consts_44_consts_3_consts_2._ascii.ob_base,
79925             & _collections_abc_toplevel_consts_44_consts_3_consts_3._ascii.ob_base,
79926         },
79927     },
79928 };
79929 static
79930     struct {
79931         PyASCIIObject _ascii;
79932         uint8_t _data[15];
79933     }
79934 const_str__is_param_expr = {
79935     ._ascii = {
79936         .ob_base = {
79937             .ob_refcnt = 999999999,
79938             .ob_type = &PyUnicode_Type,
79939         },
79940         .length = 14,
79941         .hash = -1,
79942         .state = {
79943             .kind = 1,
79944             .compact = 1,
79945             .ascii = 1,
79946             .ready = 1,
79947         },
79948     },
79949     ._data = "_is_param_expr",
79950 };
79951 static
79952     struct {
79953         PyGC_Head _gc_head;
79954         struct {
79955             PyObject_VAR_HEAD
79956             PyObject *ob_item[8];
79957         }_object;
79958     }
79959 _collections_abc_toplevel_consts_44_consts_3_names = {
79960     ._object = {
79961         .ob_base = {
79962             .ob_base = {
79963                 .ob_refcnt = 999999999,
79964                 .ob_type = &PyTuple_Type,
79965             },
79966             .ob_size = 8,
79967         },
79968         .ob_item = {
79969             &_Py_ID(isinstance),
79970             & const_str_tuple._ascii.ob_base,
79971             &_Py_ID(len),
79972             & const_str_TypeError._ascii.ob_base,
79973             & const_str_list._ascii.ob_base,
79974             & const_str__is_param_expr._ascii.ob_base,
79975             & const_str_super._ascii.ob_base,
79976             &_Py_ID(__new__),
79977         },
79978     },
79979 };
79980 static
79981     struct {
79982         PyASCIIObject _ascii;
79983         uint8_t _data[30];
79984     }
79985 _collections_abc_toplevel_consts_44_consts_3_qualname = {
79986     ._ascii = {
79987         .ob_base = {
79988             .ob_refcnt = 999999999,
79989             .ob_type = &PyUnicode_Type,
79990         },
79991         .length = 29,
79992         .hash = -1,
79993         .state = {
79994             .kind = 1,
79995             .compact = 1,
79996             .ascii = 1,
79997             .ready = 1,
79998         },
79999     },
80000     ._data = "_CallableGenericAlias.__new__",
80001 };
80002 static
80003     struct {
80004         PyObject_VAR_HEAD
80005         Py_hash_t ob_shash;
80006         char ob_sval[199];
80007     }
80008 _collections_abc_toplevel_consts_44_consts_3_linetable = {
80009     .ob_base = {
80010         .ob_base = {
80011             .ob_refcnt = 999999999,
80012             .ob_type = &PyBytes_Type,
80013         },
80014         .ob_size = 198,
80015     },
80016     .ob_shash = -1,
80017     .ob_sval = "\xf8\x80\x00\xdd\x10\x1a\x98\x34\xa5\x15\xd1\x10\x27\xd4\x10\x27\xf0\x00\x02\x09\x4a\x01\xad\x43\xb0\x04\xa9\x49\xac\x49\xb8\x11\xaa\x4e\xa8\x4e\xdd\x12\x1b\xd8\x10\x48\xf1\x03\x01\x13\x4a\x01\xf4\x00\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\xd1\x0b\x2c\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\xd1\x11\x27\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\xf1\x00\x01\x13\x48\x01\xf4\x00\x01\x13\x48\x01\xf0\x00\x01\x0d\x48\x01\xe5\x0f\x14\x89\x77\x8c\x77\x8f\x7f\x8a\x7f\x98\x73\xa0\x46\xa8\x44\xd1\x0f\x31\xd4\x0f\x31\xd0\x08\x31",
80018 };
80019 static
80020     struct {
80021         PyASCIIObject _ascii;
80022         uint8_t _data[7];
80023     }
80024 const_str_t_args = {
80025     ._ascii = {
80026         .ob_base = {
80027             .ob_refcnt = 999999999,
80028             .ob_type = &PyUnicode_Type,
80029         },
80030         .length = 6,
80031         .hash = -1,
80032         .state = {
80033             .kind = 1,
80034             .compact = 1,
80035             .ascii = 1,
80036             .ready = 1,
80037         },
80038     },
80039     ._data = "t_args",
80040 };
80041 static
80042     struct {
80043         PyASCIIObject _ascii;
80044         uint8_t _data[9];
80045     }
80046 const_str_t_result = {
80047     ._ascii = {
80048         .ob_base = {
80049             .ob_refcnt = 999999999,
80050             .ob_type = &PyUnicode_Type,
80051         },
80052         .length = 8,
80053         .hash = -1,
80054         .state = {
80055             .kind = 1,
80056             .compact = 1,
80057             .ascii = 1,
80058             .ready = 1,
80059         },
80060     },
80061     ._data = "t_result",
80062 };
80063 static
80064     struct {
80065         PyGC_Head _gc_head;
80066         struct {
80067             PyObject_VAR_HEAD
80068             PyObject *ob_item[6];
80069         }_object;
80070     }
80071 _collections_abc_toplevel_consts_44_consts_3_localsplusnames = {
80072     ._object = {
80073         .ob_base = {
80074             .ob_base = {
80075                 .ob_refcnt = 999999999,
80076                 .ob_type = &PyTuple_Type,
80077             },
80078             .ob_size = 6,
80079         },
80080         .ob_item = {
80081             & const_str_cls._ascii.ob_base,
80082             & const_str_origin._ascii.ob_base,
80083             & const_str_args._ascii.ob_base,
80084             & const_str_t_args._ascii.ob_base,
80085             & const_str_t_result._ascii.ob_base,
80086             &_Py_ID(__class__),
80087         },
80088     },
80089 };
80090 static
80091     struct {
80092         PyObject_VAR_HEAD
80093         Py_hash_t ob_shash;
80094         char ob_sval[7];
80095     }
80096 _collections_abc_toplevel_consts_44_consts_3_localspluskinds = {
80097     .ob_base = {
80098         .ob_base = {
80099             .ob_refcnt = 999999999,
80100             .ob_type = &PyBytes_Type,
80101         },
80102         .ob_size = 6,
80103     },
80104     .ob_shash = -1,
80105     .ob_sval = "\x20\x20\x20\x20\x20\x80",
80106 };
80107 static
80108     struct _PyCode_DEF(332)
80109 _collections_abc_toplevel_consts_44_consts_3 = {
80110     .ob_base = {
80111         .ob_base = {
80112             .ob_refcnt = 999999999,
80113             .ob_type = &PyCode_Type,
80114         },
80115         .ob_size = 166,
80116     },
80117     .co_consts = & _collections_abc_toplevel_consts_44_consts_3_consts._object.ob_base.ob_base,
80118     .co_names = & _collections_abc_toplevel_consts_44_consts_3_names._object.ob_base.ob_base,
80119     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
80120     .co_flags = 3,
80121     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
80122     ._co_linearray_entry_size = 0,
80123     .co_argcount = 3,
80124     .co_posonlyargcount = 0,
80125     .co_kwonlyargcount = 0,
80126     .co_stacksize = 5,
80127     .co_firstlineno = 428,
80128     .co_nlocalsplus = 6,
80129     .co_nlocals = 5,
80130     .co_nplaincellvars = 0,
80131     .co_ncellvars = 0,
80132     .co_nfreevars = 1,
80133     .co_localsplusnames = & _collections_abc_toplevel_consts_44_consts_3_localsplusnames._object.ob_base.ob_base,
80134     .co_localspluskinds = & _collections_abc_toplevel_consts_44_consts_3_localspluskinds.ob_base.ob_base,
80135     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
80136     .co_name = &_Py_ID(__new__),
80137     .co_qualname = & _collections_abc_toplevel_consts_44_consts_3_qualname._ascii.ob_base,
80138     .co_linetable = & _collections_abc_toplevel_consts_44_consts_3_linetable.ob_base.ob_base,
80139     ._co_code = NULL,
80140     ._co_linearray = NULL,
80141     .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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x13\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x73\x0f\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xa6\x01\x00\x00\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\xa6\x02\x00\x00\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\x21\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x12\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7c\x03\x9b\x00\x9d\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
80142     ._co_firsttraceable = 1,
80143 };
80144 static
80145     struct {
80146         PyASCIIObject _ascii;
80147         uint8_t _data[27];
80148     }
80149 _collections_abc_toplevel_consts_44_consts_4_consts_3 = {
80150     ._ascii = {
80151         .ob_base = {
80152             .ob_refcnt = 999999999,
80153             .ob_type = &PyUnicode_Type,
80154         },
80155         .length = 26,
80156         .hash = -1,
80157         .state = {
80158             .kind = 1,
80159             .compact = 1,
80160             .ascii = 1,
80161             .ready = 1,
80162         },
80163     },
80164     ._data = "collections.abc.Callable[[",
80165 };
80166 static
80167     struct {
80168         PyASCIIObject _ascii;
80169         uint8_t _data[11];
80170     }
80171 const_str__type_repr = {
80172     ._ascii = {
80173         .ob_base = {
80174             .ob_refcnt = 999999999,
80175             .ob_type = &PyUnicode_Type,
80176         },
80177         .length = 10,
80178         .hash = -1,
80179         .state = {
80180             .kind = 1,
80181             .compact = 1,
80182             .ascii = 1,
80183             .ready = 1,
80184         },
80185     },
80186     ._data = "_type_repr",
80187 };
80188 static
80189     struct {
80190         PyGC_Head _gc_head;
80191         struct {
80192             PyObject_VAR_HEAD
80193             PyObject *ob_item[1];
80194         }_object;
80195     }
80196 _collections_abc_toplevel_consts_44_consts_4_consts_5_names = {
80197     ._object = {
80198         .ob_base = {
80199             .ob_base = {
80200                 .ob_refcnt = 999999999,
80201                 .ob_type = &PyTuple_Type,
80202             },
80203             .ob_size = 1,
80204         },
80205         .ob_item = {
80206             & const_str__type_repr._ascii.ob_base,
80207         },
80208     },
80209 };
80210 static
80211     struct {
80212         PyASCIIObject _ascii;
80213         uint8_t _data[51];
80214     }
80215 _collections_abc_toplevel_consts_44_consts_4_consts_5_qualname = {
80216     ._ascii = {
80217         .ob_base = {
80218             .ob_refcnt = 999999999,
80219             .ob_type = &PyUnicode_Type,
80220         },
80221         .length = 50,
80222         .hash = -1,
80223         .state = {
80224             .kind = 1,
80225             .compact = 1,
80226             .ascii = 1,
80227             .ready = 1,
80228         },
80229     },
80230     ._data = "_CallableGenericAlias.__repr__.<locals>.<listcomp>",
80231 };
80232 static
80233     struct {
80234         PyObject_VAR_HEAD
80235         Py_hash_t ob_shash;
80236         char ob_sval[31];
80237     }
80238 _collections_abc_toplevel_consts_44_consts_4_consts_5_linetable = {
80239     .ob_base = {
80240         .ob_base = {
80241             .ob_refcnt = 999999999,
80242             .ob_type = &PyBytes_Type,
80243         },
80244         .ob_size = 30,
80245     },
80246     .ob_shash = -1,
80247     .ob_sval = "\x80\x00\xd0\x1f\x4a\xd0\x1f\x4a\xd0\x1f\x4a\xb0\x21\xa5\x0a\xa8\x31\xa1\x0d\xa4\x0d\xd0\x1f\x4a\xd0\x1f\x4a\xd0\x1f\x4a",
80248 };
80249 static
80250     struct {
80251         PyASCIIObject _ascii;
80252         uint8_t _data[2];
80253     }
80254 const_str_a = {
80255     ._ascii = {
80256         .ob_base = {
80257             .ob_refcnt = 999999999,
80258             .ob_type = &PyUnicode_Type,
80259         },
80260         .length = 1,
80261         .hash = -1,
80262         .state = {
80263             .kind = 1,
80264             .compact = 1,
80265             .ascii = 1,
80266             .ready = 1,
80267         },
80268     },
80269     ._data = "a",
80270 };
80271 static
80272     struct {
80273         PyGC_Head _gc_head;
80274         struct {
80275             PyObject_VAR_HEAD
80276             PyObject *ob_item[2];
80277         }_object;
80278     }
80279 _collections_abc_toplevel_consts_44_consts_4_consts_5_localsplusnames = {
80280     ._object = {
80281         .ob_base = {
80282             .ob_base = {
80283                 .ob_refcnt = 999999999,
80284                 .ob_type = &PyTuple_Type,
80285             },
80286             .ob_size = 2,
80287         },
80288         .ob_item = {
80289             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
80290             & const_str_a._ascii.ob_base,
80291         },
80292     },
80293 };
80294 static
80295     struct _PyCode_DEF(44)
80296 _collections_abc_toplevel_consts_44_consts_4_consts_5 = {
80297     .ob_base = {
80298         .ob_base = {
80299             .ob_refcnt = 999999999,
80300             .ob_type = &PyCode_Type,
80301         },
80302         .ob_size = 22,
80303     },
80304     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
80305     .co_names = & _collections_abc_toplevel_consts_44_consts_4_consts_5_names._object.ob_base.ob_base,
80306     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
80307     .co_flags = 19,
80308     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
80309     ._co_linearray_entry_size = 0,
80310     .co_argcount = 1,
80311     .co_posonlyargcount = 0,
80312     .co_kwonlyargcount = 0,
80313     .co_stacksize = 5,
80314     .co_firstlineno = 444,
80315     .co_nlocalsplus = 2,
80316     .co_nlocals = 2,
80317     .co_nplaincellvars = 0,
80318     .co_ncellvars = 0,
80319     .co_nfreevars = 0,
80320     .co_localsplusnames = & _collections_abc_toplevel_consts_44_consts_4_consts_5_localsplusnames._object.ob_base.ob_base,
80321     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
80322     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
80323     .co_name = &_Py_STR(anon_listcomp),
80324     .co_qualname = & _collections_abc_toplevel_consts_44_consts_4_consts_5_qualname._ascii.ob_base,
80325     .co_linetable = & _collections_abc_toplevel_consts_44_consts_4_consts_5_linetable.ob_base.ob_base,
80326     ._co_code = NULL,
80327     ._co_linearray = NULL,
80328     .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x11\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x91\x02\x8c\x12\x53\x00",
80329     ._co_firsttraceable = 0,
80330 };
80331 static
80332     struct {
80333         PyASCIIObject _ascii;
80334         uint8_t _data[4];
80335     }
80336 _collections_abc_toplevel_consts_44_consts_4_consts_7 = {
80337     ._ascii = {
80338         .ob_base = {
80339             .ob_refcnt = 999999999,
80340             .ob_type = &PyUnicode_Type,
80341         },
80342         .length = 3,
80343         .hash = -1,
80344         .state = {
80345             .kind = 1,
80346             .compact = 1,
80347             .ascii = 1,
80348             .ready = 1,
80349         },
80350     },
80351     ._data = "], ",
80352 };
80353 static
80354     struct {
80355         PyASCIIObject _ascii;
80356         uint8_t _data[2];
80357     }
80358 _collections_abc_toplevel_consts_44_consts_4_consts_8 = {
80359     ._ascii = {
80360         .ob_base = {
80361             .ob_refcnt = 999999999,
80362             .ob_type = &PyUnicode_Type,
80363         },
80364         .length = 1,
80365         .hash = -1,
80366         .state = {
80367             .kind = 1,
80368             .compact = 1,
80369             .ascii = 1,
80370             .ready = 1,
80371         },
80372     },
80373     ._data = "]",
80374 };
80375 static
80376     struct {
80377         PyGC_Head _gc_head;
80378         struct {
80379             PyObject_VAR_HEAD
80380             PyObject *ob_item[9];
80381         }_object;
80382     }
80383 _collections_abc_toplevel_consts_44_consts_4_consts = {
80384     ._object = {
80385         .ob_base = {
80386             .ob_base = {
80387                 .ob_refcnt = 999999999,
80388                 .ob_type = &PyTuple_Type,
80389             },
80390             .ob_size = 9,
80391         },
80392         .ob_item = {
80393             Py_None,
80394             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
80395             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
80396             & _collections_abc_toplevel_consts_44_consts_4_consts_3._ascii.ob_base,
80397             &_Py_STR(comma_sep),
80398             & _collections_abc_toplevel_consts_44_consts_4_consts_5.ob_base.ob_base,
80399             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
80400             & _collections_abc_toplevel_consts_44_consts_4_consts_7._ascii.ob_base,
80401             & _collections_abc_toplevel_consts_44_consts_4_consts_8._ascii.ob_base,
80402         },
80403     },
80404 };
80405 static
80406     struct {
80407         PyGC_Head _gc_head;
80408         struct {
80409             PyObject_VAR_HEAD
80410             PyObject *ob_item[7];
80411         }_object;
80412     }
80413 _collections_abc_toplevel_consts_44_consts_4_names = {
80414     ._object = {
80415         .ob_base = {
80416             .ob_base = {
80417                 .ob_refcnt = 999999999,
80418                 .ob_type = &PyTuple_Type,
80419             },
80420             .ob_size = 7,
80421         },
80422         .ob_item = {
80423             &_Py_ID(len),
80424             &_Py_ID(__args__),
80425             & const_str__is_param_expr._ascii.ob_base,
80426             & const_str_super._ascii.ob_base,
80427             &_Py_ID(__repr__),
80428             &_Py_ID(join),
80429             & const_str__type_repr._ascii.ob_base,
80430         },
80431     },
80432 };
80433 static
80434     struct {
80435         PyASCIIObject _ascii;
80436         uint8_t _data[31];
80437     }
80438 _collections_abc_toplevel_consts_44_consts_4_qualname = {
80439     ._ascii = {
80440         .ob_base = {
80441             .ob_refcnt = 999999999,
80442             .ob_type = &PyUnicode_Type,
80443         },
80444         .length = 30,
80445         .hash = -1,
80446         .state = {
80447             .kind = 1,
80448             .compact = 1,
80449             .ascii = 1,
80450             .ready = 1,
80451         },
80452     },
80453     ._data = "_CallableGenericAlias.__repr__",
80454 };
80455 static
80456     struct {
80457         PyObject_VAR_HEAD
80458         Py_hash_t ob_shash;
80459         char ob_sval[161];
80460     }
80461 _collections_abc_toplevel_consts_44_consts_4_linetable = {
80462     .ob_base = {
80463         .ob_base = {
80464             .ob_refcnt = 999999999,
80465             .ob_type = &PyBytes_Type,
80466         },
80467         .ob_size = 160,
80468     },
80469     .ob_shash = -1,
80470     .ob_sval = "\xf8\x80\x00\xdd\x0b\x0e\x88\x74\x8c\x7d\xd1\x0b\x1d\xd4\x0b\x1d\xa0\x11\xd2\x0b\x22\xd0\x0b\x22\xa5\x7e\xb0\x64\xb4\x6d\xc0\x41\xd4\x36\x46\xd1\x27\x47\xd4\x27\x47\xd0\x0b\x22\xdd\x13\x18\x91\x37\x94\x37\xd7\x13\x23\xd2\x13\x23\xd1\x13\x25\xd4\x13\x25\xd0\x0c\x25\xf0\x02\x02\x11\x34\xd8\x15\x19\x97\x59\x92\x59\xd0\x1f\x4a\xd0\x1f\x4a\xb0\x74\xb4\x7d\xc0\x53\xc0\x62\xc0\x53\xd4\x37\x49\xd0\x1f\x4a\xd1\x1f\x4a\xd4\x1f\x4a\xd1\x15\x4b\xd4\x15\x4b\xf0\x03\x02\x11\x34\xf0\x00\x02\x11\x34\xe5\x13\x1d\x98\x64\x9c\x6d\xa8\x42\xd4\x1e\x2f\xd1\x13\x30\xd4\x13\x30\xf0\x05\x02\x11\x34\xf0\x00\x02\x11\x34\xf0\x00\x02\x11\x34\xf0\x00\x02\x09\x35",
80471 };
80472 static
80473     struct {
80474         PyGC_Head _gc_head;
80475         struct {
80476             PyObject_VAR_HEAD
80477             PyObject *ob_item[2];
80478         }_object;
80479     }
80480 _collections_abc_toplevel_consts_44_consts_4_localsplusnames = {
80481     ._object = {
80482         .ob_base = {
80483             .ob_base = {
80484                 .ob_refcnt = 999999999,
80485                 .ob_type = &PyTuple_Type,
80486             },
80487             .ob_size = 2,
80488         },
80489         .ob_item = {
80490             & const_str_self._ascii.ob_base,
80491             &_Py_ID(__class__),
80492         },
80493     },
80494 };
80495 static
80496     struct {
80497         PyObject_VAR_HEAD
80498         Py_hash_t ob_shash;
80499         char ob_sval[3];
80500     }
80501 _collections_abc_toplevel_consts_44_consts_4_localspluskinds = {
80502     .ob_base = {
80503         .ob_base = {
80504             .ob_refcnt = 999999999,
80505             .ob_type = &PyBytes_Type,
80506         },
80507         .ob_size = 2,
80508     },
80509     .ob_shash = -1,
80510     .ob_sval = "\x20\x80",
80511 };
80512 static
80513     struct _PyCode_DEF(318)
80514 _collections_abc_toplevel_consts_44_consts_4 = {
80515     .ob_base = {
80516         .ob_base = {
80517             .ob_refcnt = 999999999,
80518             .ob_type = &PyCode_Type,
80519         },
80520         .ob_size = 159,
80521     },
80522     .co_consts = & _collections_abc_toplevel_consts_44_consts_4_consts._object.ob_base.ob_base,
80523     .co_names = & _collections_abc_toplevel_consts_44_consts_4_names._object.ob_base.ob_base,
80524     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
80525     .co_flags = 3,
80526     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
80527     ._co_linearray_entry_size = 0,
80528     .co_argcount = 1,
80529     .co_posonlyargcount = 0,
80530     .co_kwonlyargcount = 0,
80531     .co_stacksize = 7,
80532     .co_firstlineno = 440,
80533     .co_nlocalsplus = 2,
80534     .co_nlocals = 1,
80535     .co_nplaincellvars = 0,
80536     .co_ncellvars = 0,
80537     .co_nfreevars = 1,
80538     .co_localsplusnames = & _collections_abc_toplevel_consts_44_consts_4_localsplusnames._object.ob_base.ob_base,
80539     .co_localspluskinds = & _collections_abc_toplevel_consts_44_consts_4_localspluskinds.ob_base.ob_base,
80540     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
80541     .co_name = &_Py_ID(__repr__),
80542     .co_qualname = & _collections_abc_toplevel_consts_44_consts_4_qualname._ascii.ob_base,
80543     .co_linetable = & _collections_abc_toplevel_consts_44_consts_4_linetable.ob_base.ob_base,
80544     ._co_code = NULL,
80545     ._co_linearray = NULL,
80546     .co_code_adaptive = "\x95\x01\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x3a\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x20\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x64\x03\x64\x04\xa0\x05\x00\x00\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\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x64\x06\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x08\x9d\x05\x53\x00",
80547     ._co_firsttraceable = 1,
80548 };
80549 static
80550     struct {
80551         PyGC_Head _gc_head;
80552         struct {
80553             PyObject_VAR_HEAD
80554             PyObject *ob_item[4];
80555         }_object;
80556     }
80557 _collections_abc_toplevel_consts_44_consts_5_consts = {
80558     ._object = {
80559         .ob_base = {
80560             .ob_base = {
80561                 .ob_refcnt = 999999999,
80562                 .ob_type = &PyTuple_Type,
80563             },
80564             .ob_size = 4,
80565         },
80566         .ob_item = {
80567             Py_None,
80568             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
80569             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
80570             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
80571         },
80572     },
80573 };
80574 static
80575     struct {
80576         PyGC_Head _gc_head;
80577         struct {
80578             PyObject_VAR_HEAD
80579             PyObject *ob_item[6];
80580         }_object;
80581     }
80582 _collections_abc_toplevel_consts_44_consts_5_names = {
80583     ._object = {
80584         .ob_base = {
80585             .ob_base = {
80586                 .ob_refcnt = 999999999,
80587                 .ob_type = &PyTuple_Type,
80588             },
80589             .ob_size = 6,
80590         },
80591         .ob_item = {
80592             &_Py_ID(__args__),
80593             &_Py_ID(len),
80594             & const_str__is_param_expr._ascii.ob_base,
80595             & const_str_list._ascii.ob_base,
80596             & const_str__CallableGenericAlias._ascii.ob_base,
80597             & const_str_Callable._ascii.ob_base,
80598         },
80599     },
80600 };
80601 static
80602     struct {
80603         PyASCIIObject _ascii;
80604         uint8_t _data[33];
80605     }
80606 _collections_abc_toplevel_consts_44_consts_5_qualname = {
80607     ._ascii = {
80608         .ob_base = {
80609             .ob_refcnt = 999999999,
80610             .ob_type = &PyUnicode_Type,
80611         },
80612         .length = 32,
80613         .hash = -1,
80614         .state = {
80615             .kind = 1,
80616             .compact = 1,
80617             .ascii = 1,
80618             .ready = 1,
80619         },
80620     },
80621     ._data = "_CallableGenericAlias.__reduce__",
80622 };
80623 static
80624     struct {
80625         PyObject_VAR_HEAD
80626         Py_hash_t ob_shash;
80627         char ob_sval[85];
80628     }
80629 _collections_abc_toplevel_consts_44_consts_5_linetable = {
80630     .ob_base = {
80631         .ob_base = {
80632             .ob_refcnt = 999999999,
80633             .ob_type = &PyBytes_Type,
80634         },
80635         .ob_size = 84,
80636     },
80637     .ob_shash = -1,
80638     .ob_sval = "\x80\x00\xd8\x0f\x13\x8c\x7d\x88\x04\xdd\x10\x13\x90\x44\x91\x09\x94\x09\x98\x51\x92\x0e\x90\x0e\xa5\x3e\xb0\x24\xb0\x71\xb4\x27\xd1\x23\x3a\xd4\x23\x3a\x90\x0e\xdd\x13\x17\x98\x04\x98\x53\x98\x62\x98\x53\x9c\x09\x91\x3f\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",
80639 };
80640 static
80641     struct _PyCode_DEF(190)
80642 _collections_abc_toplevel_consts_44_consts_5 = {
80643     .ob_base = {
80644         .ob_base = {
80645             .ob_refcnt = 999999999,
80646             .ob_type = &PyCode_Type,
80647         },
80648         .ob_size = 95,
80649     },
80650     .co_consts = & _collections_abc_toplevel_consts_44_consts_5_consts._object.ob_base.ob_base,
80651     .co_names = & _collections_abc_toplevel_consts_44_consts_5_names._object.ob_base.ob_base,
80652     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
80653     .co_flags = 3,
80654     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
80655     ._co_linearray_entry_size = 0,
80656     .co_argcount = 1,
80657     .co_posonlyargcount = 0,
80658     .co_kwonlyargcount = 0,
80659     .co_stacksize = 5,
80660     .co_firstlineno = 447,
80661     .co_nlocalsplus = 2,
80662     .co_nlocals = 2,
80663     .co_nplaincellvars = 0,
80664     .co_ncellvars = 0,
80665     .co_nfreevars = 0,
80666     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_5_localsplusnames._object.ob_base.ob_base,
80667     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
80668     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
80669     .co_name = &_Py_ID(__reduce__),
80670     .co_qualname = & _collections_abc_toplevel_consts_44_consts_5_qualname._ascii.ob_base,
80671     .co_linetable = & _collections_abc_toplevel_consts_44_consts_5_linetable.ob_base.ob_base,
80672     ._co_code = NULL,
80673     ._co_linearray = NULL,
80674     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x15\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x1f\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x00\x64\x03\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\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",
80675     ._co_firsttraceable = 0,
80676 };
80677 static
80678     struct {
80679         PyGC_Head _gc_head;
80680         struct {
80681             PyObject_VAR_HEAD
80682             PyObject *ob_item[4];
80683         }_object;
80684     }
80685 _collections_abc_toplevel_consts_44_consts_6_consts = {
80686     ._object = {
80687         .ob_base = {
80688             .ob_base = {
80689                 .ob_refcnt = 999999999,
80690                 .ob_type = &PyTuple_Type,
80691             },
80692             .ob_size = 4,
80693         },
80694         .ob_item = {
80695             Py_None,
80696             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
80697             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
80698             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
80699         },
80700     },
80701 };
80702 static
80703     struct {
80704         PyGC_Head _gc_head;
80705         struct {
80706             PyObject_VAR_HEAD
80707             PyObject *ob_item[11];
80708         }_object;
80709     }
80710 _collections_abc_toplevel_consts_44_consts_6_names = {
80711     ._object = {
80712         .ob_base = {
80713             .ob_base = {
80714                 .ob_refcnt = 999999999,
80715                 .ob_type = &PyTuple_Type,
80716             },
80717             .ob_size = 11,
80718         },
80719         .ob_item = {
80720             &_Py_ID(isinstance),
80721             & const_str_tuple._ascii.ob_base,
80722             &_Py_ID(len),
80723             &_Py_ID(__parameters__),
80724             & const_str__is_param_expr._ascii.ob_base,
80725             & const_str_super._ascii.ob_base,
80726             &_Py_ID(__getitem__),
80727             &_Py_ID(__args__),
80728             & const_str_list._ascii.ob_base,
80729             & const_str__CallableGenericAlias._ascii.ob_base,
80730             & const_str_Callable._ascii.ob_base,
80731         },
80732     },
80733 };
80734 static
80735     struct {
80736         PyASCIIObject _ascii;
80737         uint8_t _data[34];
80738     }
80739 _collections_abc_toplevel_consts_44_consts_6_qualname = {
80740     ._ascii = {
80741         .ob_base = {
80742             .ob_refcnt = 999999999,
80743             .ob_type = &PyUnicode_Type,
80744         },
80745         .length = 33,
80746         .hash = -1,
80747         .state = {
80748             .kind = 1,
80749             .compact = 1,
80750             .ascii = 1,
80751             .ready = 1,
80752         },
80753     },
80754     ._data = "_CallableGenericAlias.__getitem__",
80755 };
80756 static
80757     struct {
80758         PyObject_VAR_HEAD
80759         Py_hash_t ob_shash;
80760         char ob_sval[224];
80761     }
80762 _collections_abc_toplevel_consts_44_consts_6_linetable = {
80763     .ob_base = {
80764         .ob_base = {
80765             .ob_refcnt = 999999999,
80766             .ob_type = &PyBytes_Type,
80767         },
80768         .ob_size = 223,
80769     },
80770     .ob_shash = -1,
80771     .ob_sval = "\xf8\x80\x00\xf5\x0c\x00\x10\x1a\x98\x24\xa5\x05\xd1\x0f\x26\xd4\x0f\x26\xf0\x00\x01\x09\x1b\xd8\x14\x18\x90\x37\x88\x44\xf5\x06\x00\x0d\x10\x90\x04\xd4\x10\x23\xd1\x0c\x24\xd4\x0c\x24\xa8\x01\xd2\x0c\x29\xd0\x0c\x29\xdd\x14\x22\xa0\x34\xd4\x23\x36\xb0\x71\xd4\x23\x39\xd1\x14\x3a\xd4\x14\x3a\xf0\x03\x00\x0d\x2a\xe0\x14\x18\xf0\x05\x00\x0d\x2a\xe5\x21\x2f\xb0\x04\xb0\x51\xb4\x07\xd1\x21\x38\xd4\x21\x38\xf0\x05\x00\x0d\x2a\xf0\x06\x00\x15\x19\x90\x37\x88\x44\xe5\x13\x18\x91\x37\x94\x37\xd7\x13\x26\xd2\x13\x26\xa0\x74\xd1\x13\x2c\xd4\x13\x2c\xd4\x13\x35\x88\x08\xf5\x06\x00\x10\x1a\x98\x28\xa0\x31\x9c\x2b\xad\x05\xad\x74\xa0\x7d\xd1\x0f\x35\xd4\x0f\x35\xf0\x00\x03\x09\x2a\xd8\x17\x1f\xa0\x02\x94\x7c\x88\x48\xd8\x15\x1d\x98\x63\x98\x72\x98\x63\x94\x5d\x88\x46\xd8\x18\x1e\xa0\x08\xd0\x17\x29\x88\x48\xdd\x0f\x24\xa5\x58\xad\x75\xb0\x58\xa9\x7f\xac\x7f\xd1\x0f\x3f\xd4\x0f\x3f\xd0\x08\x3f",
80772 };
80773 static
80774     struct {
80775         PyASCIIObject _ascii;
80776         uint8_t _data[9];
80777     }
80778 const_str_new_args = {
80779     ._ascii = {
80780         .ob_base = {
80781             .ob_refcnt = 999999999,
80782             .ob_type = &PyUnicode_Type,
80783         },
80784         .length = 8,
80785         .hash = -1,
80786         .state = {
80787             .kind = 1,
80788             .compact = 1,
80789             .ascii = 1,
80790             .ready = 1,
80791         },
80792     },
80793     ._data = "new_args",
80794 };
80795 static
80796     struct {
80797         PyGC_Head _gc_head;
80798         struct {
80799             PyObject_VAR_HEAD
80800             PyObject *ob_item[6];
80801         }_object;
80802     }
80803 _collections_abc_toplevel_consts_44_consts_6_localsplusnames = {
80804     ._object = {
80805         .ob_base = {
80806             .ob_base = {
80807                 .ob_refcnt = 999999999,
80808                 .ob_type = &PyTuple_Type,
80809             },
80810             .ob_size = 6,
80811         },
80812         .ob_item = {
80813             & const_str_self._ascii.ob_base,
80814             & const_str_item._ascii.ob_base,
80815             & const_str_new_args._ascii.ob_base,
80816             & const_str_t_result._ascii.ob_base,
80817             & const_str_t_args._ascii.ob_base,
80818             &_Py_ID(__class__),
80819         },
80820     },
80821 };
80822 static
80823     struct _PyCode_DEF(460)
80824 _collections_abc_toplevel_consts_44_consts_6 = {
80825     .ob_base = {
80826         .ob_base = {
80827             .ob_refcnt = 999999999,
80828             .ob_type = &PyCode_Type,
80829         },
80830         .ob_size = 230,
80831     },
80832     .co_consts = & _collections_abc_toplevel_consts_44_consts_6_consts._object.ob_base.ob_base,
80833     .co_names = & _collections_abc_toplevel_consts_44_consts_6_names._object.ob_base.ob_base,
80834     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
80835     .co_flags = 3,
80836     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
80837     ._co_linearray_entry_size = 0,
80838     .co_argcount = 2,
80839     .co_posonlyargcount = 0,
80840     .co_kwonlyargcount = 0,
80841     .co_stacksize = 6,
80842     .co_firstlineno = 453,
80843     .co_nlocalsplus = 6,
80844     .co_nlocals = 5,
80845     .co_nplaincellvars = 0,
80846     .co_ncellvars = 0,
80847     .co_nfreevars = 1,
80848     .co_localsplusnames = & _collections_abc_toplevel_consts_44_consts_6_localsplusnames._object.ob_base.ob_base,
80849     .co_localspluskinds = & _collections_abc_toplevel_consts_44_consts_3_localspluskinds.ob_base.ob_base,
80850     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
80851     .co_name = &_Py_ID(__getitem__),
80852     .co_qualname = & _collections_abc_toplevel_consts_44_consts_6_qualname._ascii.ob_base,
80853     .co_linetable = & _collections_abc_toplevel_consts_44_consts_6_linetable.ob_base.ob_base,
80854     ._co_code = NULL,
80855     ._co_linearray = NULL,
80856     .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\xa6\x02\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\x03\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x34\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1a\x7c\x01\x72\x18\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\xa6\x01\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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x16\x7c\x02\x64\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x02\x64\x00\x64\x03\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
80857     ._co_firsttraceable = 1,
80858 };
80859 static
80860     struct {
80861         PyGC_Head _gc_head;
80862         struct {
80863             PyObject_VAR_HEAD
80864             PyObject *ob_item[7];
80865         }_object;
80866     }
80867 _collections_abc_toplevel_consts_44_consts = {
80868     ._object = {
80869         .ob_base = {
80870             .ob_base = {
80871                 .ob_refcnt = 999999999,
80872                 .ob_type = &PyTuple_Type,
80873             },
80874             .ob_size = 7,
80875         },
80876         .ob_item = {
80877             & const_str__CallableGenericAlias._ascii.ob_base,
80878             & _collections_abc_toplevel_consts_44_consts_1._ascii.ob_base,
80879             (PyObject *)& _Py_SINGLETON(tuple_empty),
80880             & _collections_abc_toplevel_consts_44_consts_3.ob_base.ob_base,
80881             & _collections_abc_toplevel_consts_44_consts_4.ob_base.ob_base,
80882             & _collections_abc_toplevel_consts_44_consts_5.ob_base.ob_base,
80883             & _collections_abc_toplevel_consts_44_consts_6.ob_base.ob_base,
80884         },
80885     },
80886 };
80887 static
80888     struct {
80889         PyGC_Head _gc_head;
80890         struct {
80891             PyObject_VAR_HEAD
80892             PyObject *ob_item[10];
80893         }_object;
80894     }
80895 _collections_abc_toplevel_consts_44_names = {
80896     ._object = {
80897         .ob_base = {
80898             .ob_base = {
80899                 .ob_refcnt = 999999999,
80900                 .ob_type = &PyTuple_Type,
80901             },
80902             .ob_size = 10,
80903         },
80904         .ob_item = {
80905             &_Py_ID(__name__),
80906             &_Py_ID(__module__),
80907             &_Py_ID(__qualname__),
80908             &_Py_ID(__doc__),
80909             &_Py_ID(__slots__),
80910             &_Py_ID(__new__),
80911             &_Py_ID(__repr__),
80912             &_Py_ID(__reduce__),
80913             &_Py_ID(__getitem__),
80914             &_Py_ID(__classcell__),
80915         },
80916     },
80917 };
80918 static
80919     struct {
80920         PyObject_VAR_HEAD
80921         Py_hash_t ob_shash;
80922         char ob_sval[148];
80923     }
80924 _collections_abc_toplevel_consts_44_linetable = {
80925     .ob_base = {
80926         .ob_base = {
80927             .ob_refcnt = 999999999,
80928             .ob_type = &PyBytes_Type,
80929         },
80930         .ob_size = 147,
80931     },
80932     .ob_shash = -1,
80933     .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",
80934 };
80935 static
80936     struct _PyCode_DEF(64)
80937 _collections_abc_toplevel_consts_44 = {
80938     .ob_base = {
80939         .ob_base = {
80940             .ob_refcnt = 999999999,
80941             .ob_type = &PyCode_Type,
80942         },
80943         .ob_size = 32,
80944     },
80945     .co_consts = & _collections_abc_toplevel_consts_44_consts._object.ob_base.ob_base,
80946     .co_names = & _collections_abc_toplevel_consts_44_names._object.ob_base.ob_base,
80947     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
80948     .co_flags = 0,
80949     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
80950     ._co_linearray_entry_size = 0,
80951     .co_argcount = 0,
80952     .co_posonlyargcount = 0,
80953     .co_kwonlyargcount = 0,
80954     .co_stacksize = 2,
80955     .co_firstlineno = 416,
80956     .co_nlocalsplus = 1,
80957     .co_nlocals = 0,
80958     .co_nplaincellvars = 1,
80959     .co_ncellvars = 1,
80960     .co_nfreevars = 0,
80961     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_localsplusnames._object.ob_base.ob_base,
80962     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[64]),
80963     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
80964     .co_name = & const_str__CallableGenericAlias._ascii.ob_base,
80965     .co_qualname = & const_str__CallableGenericAlias._ascii.ob_base,
80966     .co_linetable = & _collections_abc_toplevel_consts_44_linetable.ob_base.ob_base,
80967     ._co_code = NULL,
80968     ._co_linearray = NULL,
80969     .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",
80970     ._co_firsttraceable = 1,
80971 };
80972 static
80973     struct {
80974         PyASCIIObject _ascii;
80975         uint8_t _data[125];
80976     }
80977 _collections_abc_toplevel_consts_46_consts_0 = {
80978     ._ascii = {
80979         .ob_base = {
80980             .ob_refcnt = 999999999,
80981             .ob_type = &PyUnicode_Type,
80982         },
80983         .length = 124,
80984         .hash = -1,
80985         .state = {
80986             .kind = 1,
80987             .compact = 1,
80988             .ascii = 1,
80989             .ready = 1,
80990         },
80991     },
80992     ._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",
80993 };
80994 static
80995     struct {
80996         PyASCIIObject _ascii;
80997         uint8_t _data[10];
80998     }
80999 const_str_ParamSpec = {
81000     ._ascii = {
81001         .ob_base = {
81002             .ob_refcnt = 999999999,
81003             .ob_type = &PyUnicode_Type,
81004         },
81005         .length = 9,
81006         .hash = -1,
81007         .state = {
81008             .kind = 1,
81009             .compact = 1,
81010             .ascii = 1,
81011             .ready = 1,
81012         },
81013     },
81014     ._data = "ParamSpec",
81015 };
81016 static
81017     struct {
81018         PyASCIIObject _ascii;
81019         uint8_t _data[25];
81020     }
81021 const_str__ConcatenateGenericAlias = {
81022     ._ascii = {
81023         .ob_base = {
81024             .ob_refcnt = 999999999,
81025             .ob_type = &PyUnicode_Type,
81026         },
81027         .length = 24,
81028         .hash = -1,
81029         .state = {
81030             .kind = 1,
81031             .compact = 1,
81032             .ascii = 1,
81033             .ready = 1,
81034         },
81035     },
81036     ._data = "_ConcatenateGenericAlias",
81037 };
81038 static
81039     struct {
81040         PyGC_Head _gc_head;
81041         struct {
81042             PyObject_VAR_HEAD
81043             PyObject *ob_item[2];
81044         }_object;
81045     }
81046 _collections_abc_toplevel_consts_46_consts_2 = {
81047     ._object = {
81048         .ob_base = {
81049             .ob_base = {
81050                 .ob_refcnt = 999999999,
81051                 .ob_type = &PyTuple_Type,
81052             },
81053             .ob_size = 2,
81054         },
81055         .ob_item = {
81056             & const_str_ParamSpec._ascii.ob_base,
81057             & const_str__ConcatenateGenericAlias._ascii.ob_base,
81058         },
81059     },
81060 };
81061 static
81062     struct {
81063         PyASCIIObject _ascii;
81064         uint8_t _data[7];
81065     }
81066 const_str_typing = {
81067     ._ascii = {
81068         .ob_base = {
81069             .ob_refcnt = 999999999,
81070             .ob_type = &PyUnicode_Type,
81071         },
81072         .length = 6,
81073         .hash = -1,
81074         .state = {
81075             .kind = 1,
81076             .compact = 1,
81077             .ascii = 1,
81078             .ready = 1,
81079         },
81080     },
81081     ._data = "typing",
81082 };
81083 static
81084     struct {
81085         PyGC_Head _gc_head;
81086         struct {
81087             PyObject_VAR_HEAD
81088             PyObject *ob_item[1];
81089         }_object;
81090     }
81091 _collections_abc_toplevel_consts_46_consts_4_names = {
81092     ._object = {
81093         .ob_base = {
81094             .ob_base = {
81095                 .ob_refcnt = 999999999,
81096                 .ob_type = &PyTuple_Type,
81097             },
81098             .ob_size = 1,
81099         },
81100         .ob_item = {
81101             &_Py_ID(__name__),
81102         },
81103     },
81104 };
81105 static
81106     struct {
81107         PyASCIIObject _ascii;
81108         uint8_t _data[34];
81109     }
81110 _collections_abc_toplevel_consts_46_consts_4_qualname = {
81111     ._ascii = {
81112         .ob_base = {
81113             .ob_refcnt = 999999999,
81114             .ob_type = &PyUnicode_Type,
81115         },
81116         .length = 33,
81117         .hash = -1,
81118         .state = {
81119             .kind = 1,
81120             .compact = 1,
81121             .ascii = 1,
81122             .ready = 1,
81123         },
81124     },
81125     ._data = "_is_param_expr.<locals>.<genexpr>",
81126 };
81127 static
81128     struct {
81129         PyObject_VAR_HEAD
81130         Py_hash_t ob_shash;
81131         char ob_sval[43];
81132     }
81133 _collections_abc_toplevel_consts_46_consts_4_linetable = {
81134     .ob_base = {
81135         .ob_base = {
81136             .ob_refcnt = 999999999,
81137             .ob_type = &PyBytes_Type,
81138         },
81139         .ob_size = 42,
81140     },
81141     .ob_shash = -1,
81142     .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xd0\x2d\x55\xd0\x2d\x55\xc0\x74\xa8\x63\xac\x6c\xb8\x64\xd2\x2e\x42\xd0\x2d\x55\xd0\x2d\x55\xd0\x2d\x55\xd0\x2d\x55\xd0\x2d\x55\xd0\x2d\x55",
81143 };
81144 static
81145     struct {
81146         PyGC_Head _gc_head;
81147         struct {
81148             PyObject_VAR_HEAD
81149             PyObject *ob_item[3];
81150         }_object;
81151     }
81152 _collections_abc_toplevel_consts_46_consts_4_localsplusnames = {
81153     ._object = {
81154         .ob_base = {
81155             .ob_base = {
81156                 .ob_refcnt = 999999999,
81157                 .ob_type = &PyTuple_Type,
81158             },
81159             .ob_size = 3,
81160         },
81161         .ob_item = {
81162             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
81163             &_Py_ID(name),
81164             &_Py_ID(obj),
81165         },
81166     },
81167 };
81168 static
81169     struct _PyCode_DEF(46)
81170 _collections_abc_toplevel_consts_46_consts_4 = {
81171     .ob_base = {
81172         .ob_base = {
81173             .ob_refcnt = 999999999,
81174             .ob_type = &PyCode_Type,
81175         },
81176         .ob_size = 23,
81177     },
81178     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
81179     .co_names = & _collections_abc_toplevel_consts_46_consts_4_names._object.ob_base.ob_base,
81180     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
81181     .co_flags = 51,
81182     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
81183     ._co_linearray_entry_size = 0,
81184     .co_argcount = 1,
81185     .co_posonlyargcount = 0,
81186     .co_kwonlyargcount = 0,
81187     .co_stacksize = 3,
81188     .co_firstlineno = 487,
81189     .co_nlocalsplus = 3,
81190     .co_nlocals = 2,
81191     .co_nplaincellvars = 0,
81192     .co_ncellvars = 0,
81193     .co_nfreevars = 1,
81194     .co_localsplusnames = & _collections_abc_toplevel_consts_46_consts_4_localsplusnames._object.ob_base.ob_base,
81195     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
81196     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
81197     .co_name = &_Py_STR(anon_genexpr),
81198     .co_qualname = & _collections_abc_toplevel_consts_46_consts_4_qualname._ascii.ob_base,
81199     .co_linetable = & _collections_abc_toplevel_consts_46_consts_4_linetable.ob_base.ob_base,
81200     ._co_code = NULL,
81201     ._co_linearray = NULL,
81202     .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x0f\x7d\x01\x89\x02\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6b\x02\x00\x00\x00\x00\x56\x00\x97\x01\x01\x00\x8c\x10\x64\x00\x53\x00",
81203     ._co_firsttraceable = 3,
81204 };
81205 static
81206     struct {
81207         PyGC_Head _gc_head;
81208         struct {
81209             PyObject_VAR_HEAD
81210             PyObject *ob_item[5];
81211         }_object;
81212     }
81213 _collections_abc_toplevel_consts_46_consts = {
81214     ._object = {
81215         .ob_base = {
81216             .ob_base = {
81217                 .ob_refcnt = 999999999,
81218                 .ob_type = &PyTuple_Type,
81219             },
81220             .ob_size = 5,
81221         },
81222         .ob_item = {
81223             & _collections_abc_toplevel_consts_46_consts_0._ascii.ob_base,
81224             Py_True,
81225             & _collections_abc_toplevel_consts_46_consts_2._object.ob_base.ob_base,
81226             & const_str_typing._ascii.ob_base,
81227             & _collections_abc_toplevel_consts_46_consts_4.ob_base.ob_base,
81228         },
81229     },
81230 };
81231 static
81232     struct {
81233         PyASCIIObject _ascii;
81234         uint8_t _data[9];
81235     }
81236 const_str_Ellipsis = {
81237     ._ascii = {
81238         .ob_base = {
81239             .ob_refcnt = 999999999,
81240             .ob_type = &PyUnicode_Type,
81241         },
81242         .length = 8,
81243         .hash = -1,
81244         .state = {
81245             .kind = 1,
81246             .compact = 1,
81247             .ascii = 1,
81248             .ready = 1,
81249         },
81250     },
81251     ._data = "Ellipsis",
81252 };
81253 static
81254     struct {
81255         PyGC_Head _gc_head;
81256         struct {
81257             PyObject_VAR_HEAD
81258             PyObject *ob_item[6];
81259         }_object;
81260     }
81261 _collections_abc_toplevel_consts_46_names = {
81262     ._object = {
81263         .ob_base = {
81264             .ob_base = {
81265                 .ob_refcnt = 999999999,
81266                 .ob_type = &PyTuple_Type,
81267             },
81268             .ob_size = 6,
81269         },
81270         .ob_item = {
81271             & const_str_Ellipsis._ascii.ob_base,
81272             &_Py_ID(isinstance),
81273             & const_str_list._ascii.ob_base,
81274             & const_str_type._ascii.ob_base,
81275             &_Py_ID(__module__),
81276             & const_str_any._ascii.ob_base,
81277         },
81278     },
81279 };
81280 static
81281     struct {
81282         PyObject_VAR_HEAD
81283         Py_hash_t ob_shash;
81284         char ob_sval[106];
81285     }
81286 _collections_abc_toplevel_consts_46_linetable = {
81287     .ob_base = {
81288         .ob_base = {
81289             .ob_refcnt = 999999999,
81290             .ob_type = &PyBytes_Type,
81291         },
81292         .ob_size = 105,
81293     },
81294     .ob_shash = -1,
81295     .ob_sval = "\xf8\x80\x00\xf0\x08\x00\x08\x0b\x8d\x68\x80\x7f\x80\x7f\xd8\x0f\x13\x88\x74\xdd\x07\x11\x90\x23\x95\x74\xd1\x07\x1c\xd4\x07\x1c\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x74\xdd\x0a\x0e\x88\x73\x89\x29\x8c\x29\x80\x43\xd8\x0c\x35\x80\x45\xd8\x0b\x0e\x8c\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\xd1\x2d\x55\xd4\x2d\x55\xd1\x2a\x55\xd4\x2a\x55\xd0\x04\x55",
81296 };
81297 static
81298     struct {
81299         PyASCIIObject _ascii;
81300         uint8_t _data[6];
81301     }
81302 const_str_names = {
81303     ._ascii = {
81304         .ob_base = {
81305             .ob_refcnt = 999999999,
81306             .ob_type = &PyUnicode_Type,
81307         },
81308         .length = 5,
81309         .hash = -1,
81310         .state = {
81311             .kind = 1,
81312             .compact = 1,
81313             .ascii = 1,
81314             .ready = 1,
81315         },
81316     },
81317     ._data = "names",
81318 };
81319 static
81320     struct {
81321         PyGC_Head _gc_head;
81322         struct {
81323             PyObject_VAR_HEAD
81324             PyObject *ob_item[2];
81325         }_object;
81326     }
81327 _collections_abc_toplevel_consts_46_localsplusnames = {
81328     ._object = {
81329         .ob_base = {
81330             .ob_base = {
81331                 .ob_refcnt = 999999999,
81332                 .ob_type = &PyTuple_Type,
81333             },
81334             .ob_size = 2,
81335         },
81336         .ob_item = {
81337             &_Py_ID(obj),
81338             & const_str_names._ascii.ob_base,
81339         },
81340     },
81341 };
81342 static
81343     struct _PyCode_DEF(182)
81344 _collections_abc_toplevel_consts_46 = {
81345     .ob_base = {
81346         .ob_base = {
81347             .ob_refcnt = 999999999,
81348             .ob_type = &PyCode_Type,
81349         },
81350         .ob_size = 91,
81351     },
81352     .co_consts = & _collections_abc_toplevel_consts_46_consts._object.ob_base.ob_base,
81353     .co_names = & _collections_abc_toplevel_consts_46_names._object.ob_base.ob_base,
81354     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
81355     .co_flags = 3,
81356     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
81357     ._co_linearray_entry_size = 0,
81358     .co_argcount = 1,
81359     .co_posonlyargcount = 0,
81360     .co_kwonlyargcount = 0,
81361     .co_stacksize = 4,
81362     .co_firstlineno = 477,
81363     .co_nlocalsplus = 2,
81364     .co_nlocals = 2,
81365     .co_nplaincellvars = 0,
81366     .co_ncellvars = 1,
81367     .co_nfreevars = 0,
81368     .co_localsplusnames = & _collections_abc_toplevel_consts_46_localsplusnames._object.ob_base.ob_base,
81369     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
81370     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
81371     .co_name = & const_str__is_param_expr._ascii.ob_base,
81372     .co_qualname = & const_str__is_param_expr._ascii.ob_base,
81373     .co_linetable = & _collections_abc_toplevel_consts_46_linetable.ob_base.ob_base,
81374     ._co_code = NULL,
81375     ._co_linearray = NULL,
81376     .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\xa6\x02\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x8a\x00\x64\x02\x7d\x01\x89\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x6b\x02\x00\x00\x00\x00\x6f\x1a\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x88\x00\x66\x01\x64\x04\x84\x08\x7c\x01\x44\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
81377     ._co_firsttraceable = 1,
81378 };
81379 static
81380     struct {
81381         PyASCIIObject _ascii;
81382         uint8_t _data[167];
81383     }
81384 _collections_abc_toplevel_consts_47_consts_0 = {
81385     ._ascii = {
81386         .ob_base = {
81387             .ob_refcnt = 999999999,
81388             .ob_type = &PyUnicode_Type,
81389         },
81390         .length = 166,
81391         .hash = -1,
81392         .state = {
81393             .kind = 1,
81394             .compact = 1,
81395             .ascii = 1,
81396             .ready = 1,
81397         },
81398     },
81399     ._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",
81400 };
81401 static
81402     struct {
81403         PyASCIIObject _ascii;
81404         uint8_t _data[4];
81405     }
81406 _collections_abc_toplevel_consts_47_consts_3 = {
81407     ._ascii = {
81408         .ob_base = {
81409             .ob_refcnt = 999999999,
81410             .ob_type = &PyUnicode_Type,
81411         },
81412         .length = 3,
81413         .hash = -1,
81414         .state = {
81415             .kind = 1,
81416             .compact = 1,
81417             .ascii = 1,
81418             .ready = 1,
81419         },
81420     },
81421     ._data = "...",
81422 };
81423 static
81424     struct {
81425         PyGC_Head _gc_head;
81426         struct {
81427             PyObject_VAR_HEAD
81428             PyObject *ob_item[4];
81429         }_object;
81430     }
81431 _collections_abc_toplevel_consts_47_consts = {
81432     ._object = {
81433         .ob_base = {
81434             .ob_base = {
81435                 .ob_refcnt = 999999999,
81436                 .ob_type = &PyTuple_Type,
81437             },
81438             .ob_size = 4,
81439         },
81440         .ob_item = {
81441             & _collections_abc_toplevel_consts_47_consts_0._ascii.ob_base,
81442             &_Py_ID(builtins),
81443             &_Py_STR(dot),
81444             & _collections_abc_toplevel_consts_47_consts_3._ascii.ob_base,
81445         },
81446     },
81447 };
81448 static
81449     struct {
81450         PyASCIIObject _ascii;
81451         uint8_t _data[5];
81452     }
81453 const_str_repr = {
81454     ._ascii = {
81455         .ob_base = {
81456             .ob_refcnt = 999999999,
81457             .ob_type = &PyUnicode_Type,
81458         },
81459         .length = 4,
81460         .hash = -1,
81461         .state = {
81462             .kind = 1,
81463             .compact = 1,
81464             .ascii = 1,
81465             .ready = 1,
81466         },
81467     },
81468     ._data = "repr",
81469 };
81470 static
81471     struct {
81472         PyASCIIObject _ascii;
81473         uint8_t _data[13];
81474     }
81475 const_str_FunctionType = {
81476     ._ascii = {
81477         .ob_base = {
81478             .ob_refcnt = 999999999,
81479             .ob_type = &PyUnicode_Type,
81480         },
81481         .length = 12,
81482         .hash = -1,
81483         .state = {
81484             .kind = 1,
81485             .compact = 1,
81486             .ascii = 1,
81487             .ready = 1,
81488         },
81489     },
81490     ._data = "FunctionType",
81491 };
81492 static
81493     struct {
81494         PyGC_Head _gc_head;
81495         struct {
81496             PyObject_VAR_HEAD
81497             PyObject *ob_item[9];
81498         }_object;
81499     }
81500 _collections_abc_toplevel_consts_47_names = {
81501     ._object = {
81502         .ob_base = {
81503             .ob_base = {
81504                 .ob_refcnt = 999999999,
81505                 .ob_type = &PyTuple_Type,
81506             },
81507             .ob_size = 9,
81508         },
81509         .ob_item = {
81510             &_Py_ID(isinstance),
81511             & const_str_GenericAlias._ascii.ob_base,
81512             & const_str_repr._ascii.ob_base,
81513             & const_str_type._ascii.ob_base,
81514             &_Py_ID(__module__),
81515             &_Py_ID(__qualname__),
81516             & const_str_Ellipsis._ascii.ob_base,
81517             & const_str_FunctionType._ascii.ob_base,
81518             &_Py_ID(__name__),
81519         },
81520     },
81521 };
81522 static
81523     struct {
81524         PyObject_VAR_HEAD
81525         Py_hash_t ob_shash;
81526         char ob_sval[152];
81527     }
81528 _collections_abc_toplevel_consts_47_linetable = {
81529     .ob_base = {
81530         .ob_base = {
81531             .ob_refcnt = 999999999,
81532             .ob_type = &PyBytes_Type,
81533         },
81534         .ob_size = 151,
81535     },
81536     .ob_shash = -1,
81537     .ob_sval = "\x80\x00\xf5\x0c\x00\x08\x12\x90\x23\x95\x7c\xd1\x07\x24\xd4\x07\x24\xf0\x00\x01\x05\x19\xdd\x0f\x13\x90\x43\x89\x79\x8c\x79\xd0\x08\x18\xdd\x07\x11\x90\x23\x95\x74\xd1\x07\x1c\xd4\x07\x1c\xf0\x00\x03\x05\x36\xd8\x0b\x0e\x8c\x3e\x98\x5a\xd2\x0b\x27\xd0\x0b\x27\xd8\x13\x16\xd4\x13\x23\xd0\x0c\x23\xd8\x12\x15\x94\x2e\xd0\x0f\x35\xd0\x0f\x35\xa0\x33\xd4\x23\x33\xd0\x0f\x35\xd0\x0f\x35\xd0\x08\x35\xd8\x07\x0a\x8d\x68\x80\x7f\x80\x7f\xd8\x0f\x14\x88\x75\xdd\x07\x11\x90\x23\x95\x7c\xd1\x07\x24\xd4\x07\x24\xf0\x00\x01\x05\x1c\xd8\x0f\x12\x8c\x7c\xd0\x08\x1b\xdd\x0b\x0f\x90\x03\x89\x39\x8c\x39\xd0\x04\x14",
81538 };
81539 static
81540     struct _PyCode_DEF(294)
81541 _collections_abc_toplevel_consts_47 = {
81542     .ob_base = {
81543         .ob_base = {
81544             .ob_refcnt = 999999999,
81545             .ob_type = &PyCode_Type,
81546         },
81547         .ob_size = 147,
81548     },
81549     .co_consts = & _collections_abc_toplevel_consts_47_consts._object.ob_base.ob_base,
81550     .co_names = & _collections_abc_toplevel_consts_47_names._object.ob_base.ob_base,
81551     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
81552     .co_flags = 3,
81553     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
81554     ._co_linearray_entry_size = 0,
81555     .co_argcount = 1,
81556     .co_posonlyargcount = 0,
81557     .co_kwonlyargcount = 0,
81558     .co_stacksize = 4,
81559     .co_firstlineno = 489,
81560     .co_nlocalsplus = 1,
81561     .co_nlocals = 1,
81562     .co_nplaincellvars = 0,
81563     .co_ncellvars = 0,
81564     .co_nfreevars = 0,
81565     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_1_localsplusnames._object.ob_base.ob_base,
81566     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
81567     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
81568     .co_name = & const_str__type_repr._ascii.ob_base,
81569     .co_qualname = & const_str__type_repr._ascii.ob_base,
81570     .co_linetable = & _collections_abc_toplevel_consts_47_linetable.ob_base.ob_base,
81571     ._co_code = NULL,
81572     ._co_linearray = NULL,
81573     .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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0f\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x23\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x07\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x02\x7c\x00\x6a\x05\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x07\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
81574     ._co_firsttraceable = 0,
81575 };
81576 static
81577     struct {
81578         PyASCIIObject _ascii;
81579         uint8_t _data[18];
81580     }
81581 _collections_abc_toplevel_consts_48_consts_2_qualname = {
81582     ._ascii = {
81583         .ob_base = {
81584             .ob_refcnt = 999999999,
81585             .ob_type = &PyUnicode_Type,
81586         },
81587         .length = 17,
81588         .hash = -1,
81589         .state = {
81590             .kind = 1,
81591             .compact = 1,
81592             .ascii = 1,
81593             .ready = 1,
81594         },
81595     },
81596     ._data = "Callable.__call__",
81597 };
81598 static
81599     struct {
81600         PyGC_Head _gc_head;
81601         struct {
81602             PyObject_VAR_HEAD
81603             PyObject *ob_item[3];
81604         }_object;
81605     }
81606 _collections_abc_toplevel_consts_48_consts_2_localsplusnames = {
81607     ._object = {
81608         .ob_base = {
81609             .ob_base = {
81610                 .ob_refcnt = 999999999,
81611                 .ob_type = &PyTuple_Type,
81612             },
81613             .ob_size = 3,
81614         },
81615         .ob_item = {
81616             & const_str_self._ascii.ob_base,
81617             & const_str_args._ascii.ob_base,
81618             & const_str_kwds._ascii.ob_base,
81619         },
81620     },
81621 };
81622 static
81623     struct _PyCode_DEF(6)
81624 _collections_abc_toplevel_consts_48_consts_2 = {
81625     .ob_base = {
81626         .ob_base = {
81627             .ob_refcnt = 999999999,
81628             .ob_type = &PyCode_Type,
81629         },
81630         .ob_size = 3,
81631     },
81632     .co_consts = & importlib__bootstrap_toplevel_consts_23_consts_4_consts._object.ob_base.ob_base,
81633     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
81634     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
81635     .co_flags = 15,
81636     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
81637     ._co_linearray_entry_size = 0,
81638     .co_argcount = 1,
81639     .co_posonlyargcount = 0,
81640     .co_kwonlyargcount = 0,
81641     .co_stacksize = 1,
81642     .co_firstlineno = 512,
81643     .co_nlocalsplus = 3,
81644     .co_nlocals = 3,
81645     .co_nplaincellvars = 0,
81646     .co_ncellvars = 0,
81647     .co_nfreevars = 0,
81648     .co_localsplusnames = & _collections_abc_toplevel_consts_48_consts_2_localsplusnames._object.ob_base.ob_base,
81649     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
81650     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
81651     .co_name = &_Py_ID(__call__),
81652     .co_qualname = & _collections_abc_toplevel_consts_48_consts_2_qualname._ascii.ob_base,
81653     .co_linetable = & _collections_abc_toplevel_consts_40_consts_2_linetable.ob_base.ob_base,
81654     ._co_code = NULL,
81655     ._co_linearray = NULL,
81656     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
81657     ._co_firsttraceable = 0,
81658 };
81659 static
81660     struct {
81661         PyGC_Head _gc_head;
81662         struct {
81663             PyObject_VAR_HEAD
81664             PyObject *ob_item[2];
81665         }_object;
81666     }
81667 _collections_abc_toplevel_consts_48_consts_3_consts = {
81668     ._object = {
81669         .ob_base = {
81670             .ob_base = {
81671                 .ob_refcnt = 999999999,
81672                 .ob_type = &PyTuple_Type,
81673             },
81674             .ob_size = 2,
81675         },
81676         .ob_item = {
81677             Py_None,
81678             &_Py_ID(__call__),
81679         },
81680     },
81681 };
81682 static
81683     struct {
81684         PyGC_Head _gc_head;
81685         struct {
81686             PyObject_VAR_HEAD
81687             PyObject *ob_item[3];
81688         }_object;
81689     }
81690 _collections_abc_toplevel_consts_48_consts_3_names = {
81691     ._object = {
81692         .ob_base = {
81693             .ob_base = {
81694                 .ob_refcnt = 999999999,
81695                 .ob_type = &PyTuple_Type,
81696             },
81697             .ob_size = 3,
81698         },
81699         .ob_item = {
81700             & const_str_Callable._ascii.ob_base,
81701             & const_str__check_methods._ascii.ob_base,
81702             & const_str_NotImplemented._ascii.ob_base,
81703         },
81704     },
81705 };
81706 static
81707     struct {
81708         PyASCIIObject _ascii;
81709         uint8_t _data[26];
81710     }
81711 _collections_abc_toplevel_consts_48_consts_3_qualname = {
81712     ._ascii = {
81713         .ob_base = {
81714             .ob_refcnt = 999999999,
81715             .ob_type = &PyUnicode_Type,
81716         },
81717         .length = 25,
81718         .hash = -1,
81719         .state = {
81720             .kind = 1,
81721             .compact = 1,
81722             .ascii = 1,
81723             .ready = 1,
81724         },
81725     },
81726     ._data = "Callable.__subclasshook__",
81727 };
81728 static
81729     struct _PyCode_DEF(66)
81730 _collections_abc_toplevel_consts_48_consts_3 = {
81731     .ob_base = {
81732         .ob_base = {
81733             .ob_refcnt = 999999999,
81734             .ob_type = &PyCode_Type,
81735         },
81736         .ob_size = 33,
81737     },
81738     .co_consts = & _collections_abc_toplevel_consts_48_consts_3_consts._object.ob_base.ob_base,
81739     .co_names = & _collections_abc_toplevel_consts_48_consts_3_names._object.ob_base.ob_base,
81740     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
81741     .co_flags = 3,
81742     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
81743     ._co_linearray_entry_size = 0,
81744     .co_argcount = 2,
81745     .co_posonlyargcount = 0,
81746     .co_kwonlyargcount = 0,
81747     .co_stacksize = 4,
81748     .co_firstlineno = 516,
81749     .co_nlocalsplus = 2,
81750     .co_nlocals = 2,
81751     .co_nplaincellvars = 0,
81752     .co_ncellvars = 0,
81753     .co_nfreevars = 0,
81754     .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
81755     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
81756     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
81757     .co_name = &_Py_ID(__subclasshook__),
81758     .co_qualname = & _collections_abc_toplevel_consts_48_consts_3_qualname._ascii.ob_base,
81759     .co_linetable = & _collections_abc_toplevel_consts_17_consts_3_linetable.ob_base.ob_base,
81760     ._co_code = NULL,
81761     ._co_linearray = NULL,
81762     .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\xa6\x02\x00\x00\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",
81763     ._co_firsttraceable = 0,
81764 };
81765 static
81766     struct {
81767         PyGC_Head _gc_head;
81768         struct {
81769             PyObject_VAR_HEAD
81770             PyObject *ob_item[5];
81771         }_object;
81772     }
81773 _collections_abc_toplevel_consts_48_consts = {
81774     ._object = {
81775         .ob_base = {
81776             .ob_base = {
81777                 .ob_refcnt = 999999999,
81778                 .ob_type = &PyTuple_Type,
81779             },
81780             .ob_size = 5,
81781         },
81782         .ob_item = {
81783             & const_str_Callable._ascii.ob_base,
81784             (PyObject *)& _Py_SINGLETON(tuple_empty),
81785             & _collections_abc_toplevel_consts_48_consts_2.ob_base.ob_base,
81786             & _collections_abc_toplevel_consts_48_consts_3.ob_base.ob_base,
81787             Py_None,
81788         },
81789     },
81790 };
81791 static
81792     struct {
81793         PyGC_Head _gc_head;
81794         struct {
81795             PyObject_VAR_HEAD
81796             PyObject *ob_item[10];
81797         }_object;
81798     }
81799 _collections_abc_toplevel_consts_48_names = {
81800     ._object = {
81801         .ob_base = {
81802             .ob_base = {
81803                 .ob_refcnt = 999999999,
81804                 .ob_type = &PyTuple_Type,
81805             },
81806             .ob_size = 10,
81807         },
81808         .ob_item = {
81809             &_Py_ID(__name__),
81810             &_Py_ID(__module__),
81811             &_Py_ID(__qualname__),
81812             &_Py_ID(__slots__),
81813             & const_str_abstractmethod._ascii.ob_base,
81814             &_Py_ID(__call__),
81815             & const_str_classmethod._ascii.ob_base,
81816             &_Py_ID(__subclasshook__),
81817             & const_str__CallableGenericAlias._ascii.ob_base,
81818             &_Py_ID(__class_getitem__),
81819         },
81820     },
81821 };
81822 static
81823     struct {
81824         PyObject_VAR_HEAD
81825         Py_hash_t ob_shash;
81826         char ob_sval[93];
81827     }
81828 _collections_abc_toplevel_consts_48_linetable = {
81829     .ob_base = {
81830         .ob_base = {
81831             .ob_refcnt = 999999999,
81832             .ob_type = &PyBytes_Type,
81833         },
81834         .ob_size = 92,
81835     },
81836     .ob_shash = -1,
81837     .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\xf1\x03\x00\x06\x14\x84\x5e\xf0\x02\x01\x05\x15\xf0\x06\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x03\x05\x1e\xf0\x0a\x00\x19\x24\x98\x0b\xd0\x24\x39\xd1\x18\x3a\xd4\x18\x3a\xd0\x04\x15\xd0\x04\x15\xd0\x04\x15",
81838 };
81839 static
81840     struct _PyCode_DEF(84)
81841 _collections_abc_toplevel_consts_48 = {
81842     .ob_base = {
81843         .ob_base = {
81844             .ob_refcnt = 999999999,
81845             .ob_type = &PyCode_Type,
81846         },
81847         .ob_size = 42,
81848     },
81849     .co_consts = & _collections_abc_toplevel_consts_48_consts._object.ob_base.ob_base,
81850     .co_names = & _collections_abc_toplevel_consts_48_names._object.ob_base.ob_base,
81851     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
81852     .co_flags = 0,
81853     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
81854     ._co_linearray_entry_size = 0,
81855     .co_argcount = 0,
81856     .co_posonlyargcount = 0,
81857     .co_kwonlyargcount = 0,
81858     .co_stacksize = 3,
81859     .co_firstlineno = 508,
81860     .co_nlocalsplus = 0,
81861     .co_nlocals = 0,
81862     .co_nplaincellvars = 0,
81863     .co_ncellvars = 0,
81864     .co_nfreevars = 0,
81865     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
81866     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
81867     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
81868     .co_name = & const_str_Callable._ascii.ob_base,
81869     .co_qualname = & const_str_Callable._ascii.ob_base,
81870     .co_linetable = & _collections_abc_toplevel_consts_48_linetable.ob_base.ob_base,
81871     ._co_code = NULL,
81872     ._co_linearray = NULL,
81873     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x06\x64\x03\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x02\x00\x65\x06\x65\x08\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x64\x04\x53\x00",
81874     ._co_firsttraceable = 0,
81875 };
81876 static
81877     struct {
81878         PyASCIIObject _ascii;
81879         uint8_t _data[347];
81880     }
81881 _collections_abc_toplevel_consts_50_consts_1 = {
81882     ._ascii = {
81883         .ob_base = {
81884             .ob_refcnt = 999999999,
81885             .ob_type = &PyUnicode_Type,
81886         },
81887         .length = 346,
81888         .hash = -1,
81889         .state = {
81890             .kind = 1,
81891             .compact = 1,
81892             .ascii = 1,
81893             .ready = 1,
81894         },
81895     },
81896     ._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",
81897 };
81898 static
81899     struct {
81900         PyGC_Head _gc_head;
81901         struct {
81902             PyObject_VAR_HEAD
81903             PyObject *ob_item[3];
81904         }_object;
81905     }
81906 _collections_abc_toplevel_consts_50_consts_3_consts = {
81907     ._object = {
81908         .ob_base = {
81909             .ob_base = {
81910                 .ob_refcnt = 999999999,
81911                 .ob_type = &PyTuple_Type,
81912             },
81913             .ob_size = 3,
81914         },
81915         .ob_item = {
81916             Py_None,
81917             Py_False,
81918             Py_True,
81919         },
81920     },
81921 };
81922 static
81923     struct {
81924         PyGC_Head _gc_head;
81925         struct {
81926             PyObject_VAR_HEAD
81927             PyObject *ob_item[4];
81928         }_object;
81929     }
81930 _collections_abc_toplevel_consts_50_consts_3_names = {
81931     ._object = {
81932         .ob_base = {
81933             .ob_base = {
81934                 .ob_refcnt = 999999999,
81935                 .ob_type = &PyTuple_Type,
81936             },
81937             .ob_size = 4,
81938         },
81939         .ob_item = {
81940             &_Py_ID(isinstance),
81941             & const_str_Set._ascii.ob_base,
81942             & const_str_NotImplemented._ascii.ob_base,
81943             &_Py_ID(len),
81944         },
81945     },
81946 };
81947 static
81948     struct {
81949         PyASCIIObject _ascii;
81950         uint8_t _data[11];
81951     }
81952 _collections_abc_toplevel_consts_50_consts_3_qualname = {
81953     ._ascii = {
81954         .ob_base = {
81955             .ob_refcnt = 999999999,
81956             .ob_type = &PyUnicode_Type,
81957         },
81958         .length = 10,
81959         .hash = -1,
81960         .state = {
81961             .kind = 1,
81962             .compact = 1,
81963             .ascii = 1,
81964             .ready = 1,
81965         },
81966     },
81967     ._data = "Set.__le__",
81968 };
81969 static
81970     struct {
81971         PyObject_VAR_HEAD
81972         Py_hash_t ob_shash;
81973         char ob_sval[98];
81974     }
81975 _collections_abc_toplevel_consts_50_consts_3_linetable = {
81976     .ob_base = {
81977         .ob_base = {
81978             .ob_refcnt = 999999999,
81979             .ob_type = &PyBytes_Type,
81980         },
81981         .ob_size = 97,
81982     },
81983     .ob_shash = -1,
81984     .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x13\xd1\x0f\x25\xd4\x0f\x25\xf0\x00\x01\x09\x22\xdd\x13\x21\xd0\x0c\x21\xdd\x0b\x0e\x88\x74\x89\x39\x8c\x39\x95\x73\x98\x35\x91\x7a\x94\x7a\xd2\x0b\x21\xd0\x0b\x21\xd8\x13\x18\x90\x35\xd8\x14\x18\xf0\x00\x02\x09\x1d\xf0\x00\x02\x09\x1d\x88\x44\xd8\x0f\x13\x98\x35\xd0\x0f\x20\xd0\x0f\x20\xd8\x17\x1c\x90\x75\x90\x75\xf0\x03\x00\x10\x21\xe0\x0f\x13\x88\x74",
81985 };
81986 static
81987     struct {
81988         PyASCIIObject _ascii;
81989         uint8_t _data[5];
81990     }
81991 const_str_elem = {
81992     ._ascii = {
81993         .ob_base = {
81994             .ob_refcnt = 999999999,
81995             .ob_type = &PyUnicode_Type,
81996         },
81997         .length = 4,
81998         .hash = -1,
81999         .state = {
82000             .kind = 1,
82001             .compact = 1,
82002             .ascii = 1,
82003             .ready = 1,
82004         },
82005     },
82006     ._data = "elem",
82007 };
82008 static
82009     struct {
82010         PyGC_Head _gc_head;
82011         struct {
82012             PyObject_VAR_HEAD
82013             PyObject *ob_item[3];
82014         }_object;
82015     }
82016 _collections_abc_toplevel_consts_50_consts_3_localsplusnames = {
82017     ._object = {
82018         .ob_base = {
82019             .ob_base = {
82020                 .ob_refcnt = 999999999,
82021                 .ob_type = &PyTuple_Type,
82022             },
82023             .ob_size = 3,
82024         },
82025         .ob_item = {
82026             & const_str_self._ascii.ob_base,
82027             & const_str_other._ascii.ob_base,
82028             & const_str_elem._ascii.ob_base,
82029         },
82030     },
82031 };
82032 static
82033     struct _PyCode_DEF(154)
82034 _collections_abc_toplevel_consts_50_consts_3 = {
82035     .ob_base = {
82036         .ob_base = {
82037             .ob_refcnt = 999999999,
82038             .ob_type = &PyCode_Type,
82039         },
82040         .ob_size = 77,
82041     },
82042     .co_consts = & _collections_abc_toplevel_consts_50_consts_3_consts._object.ob_base.ob_base,
82043     .co_names = & _collections_abc_toplevel_consts_50_consts_3_names._object.ob_base.ob_base,
82044     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
82045     .co_flags = 3,
82046     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
82047     ._co_linearray_entry_size = 0,
82048     .co_argcount = 2,
82049     .co_posonlyargcount = 0,
82050     .co_kwonlyargcount = 0,
82051     .co_stacksize = 4,
82052     .co_firstlineno = 541,
82053     .co_nlocalsplus = 3,
82054     .co_nlocals = 3,
82055     .co_nplaincellvars = 0,
82056     .co_ncellvars = 0,
82057     .co_nfreevars = 0,
82058     .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_3_localsplusnames._object.ob_base.ob_base,
82059     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
82060     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
82061     .co_name = &_Py_ID(__le__),
82062     .co_qualname = & _collections_abc_toplevel_consts_50_consts_3_qualname._ascii.ob_base,
82063     .co_linetable = & _collections_abc_toplevel_consts_50_consts_3_linetable.ob_base.ob_base,
82064     ._co_code = NULL,
82065     ._co_linearray = NULL,
82066     .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\xa6\x02\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\xa6\x01\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\xa6\x01\x00\x00\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\x09\x7d\x02\x7c\x02\x7c\x01\x76\x01\x72\x03\x01\x00\x64\x01\x53\x00\x8c\x0a\x64\x02\x53\x00",
82067     ._co_firsttraceable = 0,
82068 };
82069 static
82070     struct {
82071         PyGC_Head _gc_head;
82072         struct {
82073             PyObject_VAR_HEAD
82074             PyObject *ob_item[5];
82075         }_object;
82076     }
82077 _collections_abc_toplevel_consts_50_consts_4_names = {
82078     ._object = {
82079         .ob_base = {
82080             .ob_base = {
82081                 .ob_refcnt = 999999999,
82082                 .ob_type = &PyTuple_Type,
82083             },
82084             .ob_size = 5,
82085         },
82086         .ob_item = {
82087             &_Py_ID(isinstance),
82088             & const_str_Set._ascii.ob_base,
82089             & const_str_NotImplemented._ascii.ob_base,
82090             &_Py_ID(len),
82091             &_Py_ID(__le__),
82092         },
82093     },
82094 };
82095 static
82096     struct {
82097         PyASCIIObject _ascii;
82098         uint8_t _data[11];
82099     }
82100 _collections_abc_toplevel_consts_50_consts_4_qualname = {
82101     ._ascii = {
82102         .ob_base = {
82103             .ob_refcnt = 999999999,
82104             .ob_type = &PyUnicode_Type,
82105         },
82106         .length = 10,
82107         .hash = -1,
82108         .state = {
82109             .kind = 1,
82110             .compact = 1,
82111             .ascii = 1,
82112             .ready = 1,
82113         },
82114     },
82115     ._data = "Set.__lt__",
82116 };
82117 static
82118     struct {
82119         PyObject_VAR_HEAD
82120         Py_hash_t ob_shash;
82121         char ob_sval[67];
82122     }
82123 _collections_abc_toplevel_consts_50_consts_4_linetable = {
82124     .ob_base = {
82125         .ob_base = {
82126             .ob_refcnt = 999999999,
82127             .ob_type = &PyBytes_Type,
82128         },
82129         .ob_size = 66,
82130     },
82131     .ob_shash = -1,
82132     .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x13\xd1\x0f\x25\xd4\x0f\x25\xf0\x00\x01\x09\x22\xdd\x13\x21\xd0\x0c\x21\xdd\x0f\x12\x90\x34\x89\x79\x8c\x79\x9d\x33\x98\x75\x99\x3a\x9c\x3a\xd2\x0f\x25\xd0\x0f\x3c\xa8\x24\xaf\x2b\xaa\x2b\xb0\x65\xd1\x2a\x3c\xd4\x2a\x3c\xd0\x08\x3c",
82133 };
82134 static
82135     struct _PyCode_DEF(164)
82136 _collections_abc_toplevel_consts_50_consts_4 = {
82137     .ob_base = {
82138         .ob_base = {
82139             .ob_refcnt = 999999999,
82140             .ob_type = &PyCode_Type,
82141         },
82142         .ob_size = 82,
82143     },
82144     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
82145     .co_names = & _collections_abc_toplevel_consts_50_consts_4_names._object.ob_base.ob_base,
82146     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
82147     .co_flags = 3,
82148     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
82149     ._co_linearray_entry_size = 0,
82150     .co_argcount = 2,
82151     .co_posonlyargcount = 0,
82152     .co_kwonlyargcount = 0,
82153     .co_stacksize = 4,
82154     .co_firstlineno = 551,
82155     .co_nlocalsplus = 2,
82156     .co_nlocals = 2,
82157     .co_nplaincellvars = 0,
82158     .co_ncellvars = 0,
82159     .co_nfreevars = 0,
82160     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
82161     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
82162     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
82163     .co_name = &_Py_ID(__lt__),
82164     .co_qualname = & _collections_abc_toplevel_consts_50_consts_4_qualname._ascii.ob_base,
82165     .co_linetable = & _collections_abc_toplevel_consts_50_consts_4_linetable.ob_base.ob_base,
82166     ._co_code = NULL,
82167     ._co_linearray = NULL,
82168     .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\xa6\x02\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\xa6\x01\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x00\x00\x00\x00\x00\x6f\x14\x7c\x00\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
82169     ._co_firsttraceable = 0,
82170 };
82171 static
82172     struct {
82173         PyGC_Head _gc_head;
82174         struct {
82175             PyObject_VAR_HEAD
82176             PyObject *ob_item[5];
82177         }_object;
82178     }
82179 _collections_abc_toplevel_consts_50_consts_5_names = {
82180     ._object = {
82181         .ob_base = {
82182             .ob_base = {
82183                 .ob_refcnt = 999999999,
82184                 .ob_type = &PyTuple_Type,
82185             },
82186             .ob_size = 5,
82187         },
82188         .ob_item = {
82189             &_Py_ID(isinstance),
82190             & const_str_Set._ascii.ob_base,
82191             & const_str_NotImplemented._ascii.ob_base,
82192             &_Py_ID(len),
82193             &_Py_ID(__ge__),
82194         },
82195     },
82196 };
82197 static
82198     struct {
82199         PyASCIIObject _ascii;
82200         uint8_t _data[11];
82201     }
82202 _collections_abc_toplevel_consts_50_consts_5_qualname = {
82203     ._ascii = {
82204         .ob_base = {
82205             .ob_refcnt = 999999999,
82206             .ob_type = &PyUnicode_Type,
82207         },
82208         .length = 10,
82209         .hash = -1,
82210         .state = {
82211             .kind = 1,
82212             .compact = 1,
82213             .ascii = 1,
82214             .ready = 1,
82215         },
82216     },
82217     ._data = "Set.__gt__",
82218 };
82219 static
82220     struct _PyCode_DEF(164)
82221 _collections_abc_toplevel_consts_50_consts_5 = {
82222     .ob_base = {
82223         .ob_base = {
82224             .ob_refcnt = 999999999,
82225             .ob_type = &PyCode_Type,
82226         },
82227         .ob_size = 82,
82228     },
82229     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
82230     .co_names = & _collections_abc_toplevel_consts_50_consts_5_names._object.ob_base.ob_base,
82231     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
82232     .co_flags = 3,
82233     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
82234     ._co_linearray_entry_size = 0,
82235     .co_argcount = 2,
82236     .co_posonlyargcount = 0,
82237     .co_kwonlyargcount = 0,
82238     .co_stacksize = 4,
82239     .co_firstlineno = 556,
82240     .co_nlocalsplus = 2,
82241     .co_nlocals = 2,
82242     .co_nplaincellvars = 0,
82243     .co_ncellvars = 0,
82244     .co_nfreevars = 0,
82245     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
82246     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
82247     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
82248     .co_name = &_Py_ID(__gt__),
82249     .co_qualname = & _collections_abc_toplevel_consts_50_consts_5_qualname._ascii.ob_base,
82250     .co_linetable = & _collections_abc_toplevel_consts_50_consts_4_linetable.ob_base.ob_base,
82251     ._co_code = NULL,
82252     ._co_linearray = NULL,
82253     .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\xa6\x02\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\xa6\x01\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x04\x00\x00\x00\x00\x6f\x14\x7c\x00\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
82254     ._co_firsttraceable = 0,
82255 };
82256 static
82257     struct {
82258         PyASCIIObject _ascii;
82259         uint8_t _data[11];
82260     }
82261 _collections_abc_toplevel_consts_50_consts_6_qualname = {
82262     ._ascii = {
82263         .ob_base = {
82264             .ob_refcnt = 999999999,
82265             .ob_type = &PyUnicode_Type,
82266         },
82267         .length = 10,
82268         .hash = -1,
82269         .state = {
82270             .kind = 1,
82271             .compact = 1,
82272             .ascii = 1,
82273             .ready = 1,
82274         },
82275     },
82276     ._data = "Set.__ge__",
82277 };
82278 static
82279     struct {
82280         PyObject_VAR_HEAD
82281         Py_hash_t ob_shash;
82282         char ob_sval[98];
82283     }
82284 _collections_abc_toplevel_consts_50_consts_6_linetable = {
82285     .ob_base = {
82286         .ob_base = {
82287             .ob_refcnt = 999999999,
82288             .ob_type = &PyBytes_Type,
82289         },
82290         .ob_size = 97,
82291     },
82292     .ob_shash = -1,
82293     .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x13\xd1\x0f\x25\xd4\x0f\x25\xf0\x00\x01\x09\x22\xdd\x13\x21\xd0\x0c\x21\xdd\x0b\x0e\x88\x74\x89\x39\x8c\x39\x95\x73\x98\x35\x91\x7a\x94\x7a\xd2\x0b\x21\xd0\x0b\x21\xd8\x13\x18\x90\x35\xd8\x14\x19\xf0\x00\x02\x09\x1d\xf0\x00\x02\x09\x1d\x88\x44\xd8\x0f\x13\x98\x34\xd0\x0f\x1f\xd0\x0f\x1f\xd8\x17\x1c\x90\x75\x90\x75\xf0\x03\x00\x10\x20\xe0\x0f\x13\x88\x74",
82294 };
82295 static
82296     struct _PyCode_DEF(154)
82297 _collections_abc_toplevel_consts_50_consts_6 = {
82298     .ob_base = {
82299         .ob_base = {
82300             .ob_refcnt = 999999999,
82301             .ob_type = &PyCode_Type,
82302         },
82303         .ob_size = 77,
82304     },
82305     .co_consts = & _collections_abc_toplevel_consts_50_consts_3_consts._object.ob_base.ob_base,
82306     .co_names = & _collections_abc_toplevel_consts_50_consts_3_names._object.ob_base.ob_base,
82307     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
82308     .co_flags = 3,
82309     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
82310     ._co_linearray_entry_size = 0,
82311     .co_argcount = 2,
82312     .co_posonlyargcount = 0,
82313     .co_kwonlyargcount = 0,
82314     .co_stacksize = 4,
82315     .co_firstlineno = 561,
82316     .co_nlocalsplus = 3,
82317     .co_nlocals = 3,
82318     .co_nplaincellvars = 0,
82319     .co_ncellvars = 0,
82320     .co_nfreevars = 0,
82321     .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_3_localsplusnames._object.ob_base.ob_base,
82322     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
82323     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
82324     .co_name = &_Py_ID(__ge__),
82325     .co_qualname = & _collections_abc_toplevel_consts_50_consts_6_qualname._ascii.ob_base,
82326     .co_linetable = & _collections_abc_toplevel_consts_50_consts_6_linetable.ob_base.ob_base,
82327     ._co_code = NULL,
82328     ._co_linearray = NULL,
82329     .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\xa6\x02\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\xa6\x01\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\xa6\x01\x00\x00\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\x09\x7d\x02\x7c\x02\x7c\x00\x76\x01\x72\x03\x01\x00\x64\x01\x53\x00\x8c\x0a\x64\x02\x53\x00",
82330     ._co_firsttraceable = 0,
82331 };
82332 static
82333     struct {
82334         PyASCIIObject _ascii;
82335         uint8_t _data[11];
82336     }
82337 _collections_abc_toplevel_consts_50_consts_7_qualname = {
82338     ._ascii = {
82339         .ob_base = {
82340             .ob_refcnt = 999999999,
82341             .ob_type = &PyUnicode_Type,
82342         },
82343         .length = 10,
82344         .hash = -1,
82345         .state = {
82346             .kind = 1,
82347             .compact = 1,
82348             .ascii = 1,
82349             .ready = 1,
82350         },
82351     },
82352     ._data = "Set.__eq__",
82353 };
82354 static
82355     struct {
82356         PyObject_VAR_HEAD
82357         Py_hash_t ob_shash;
82358         char ob_sval[67];
82359     }
82360 _collections_abc_toplevel_consts_50_consts_7_linetable = {
82361     .ob_base = {
82362         .ob_base = {
82363             .ob_refcnt = 999999999,
82364             .ob_type = &PyBytes_Type,
82365         },
82366         .ob_size = 66,
82367     },
82368     .ob_shash = -1,
82369     .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x13\xd1\x0f\x25\xd4\x0f\x25\xf0\x00\x01\x09\x22\xdd\x13\x21\xd0\x0c\x21\xdd\x0f\x12\x90\x34\x89\x79\x8c\x79\x9d\x43\xa0\x05\x99\x4a\x9c\x4a\xd2\x0f\x26\xd0\x0f\x3d\xa8\x34\xaf\x3b\xaa\x3b\xb0\x75\xd1\x2b\x3d\xd4\x2b\x3d\xd0\x08\x3d",
82370 };
82371 static
82372     struct _PyCode_DEF(164)
82373 _collections_abc_toplevel_consts_50_consts_7 = {
82374     .ob_base = {
82375         .ob_base = {
82376             .ob_refcnt = 999999999,
82377             .ob_type = &PyCode_Type,
82378         },
82379         .ob_size = 82,
82380     },
82381     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
82382     .co_names = & _collections_abc_toplevel_consts_50_consts_4_names._object.ob_base.ob_base,
82383     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
82384     .co_flags = 3,
82385     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
82386     ._co_linearray_entry_size = 0,
82387     .co_argcount = 2,
82388     .co_posonlyargcount = 0,
82389     .co_kwonlyargcount = 0,
82390     .co_stacksize = 4,
82391     .co_firstlineno = 571,
82392     .co_nlocalsplus = 2,
82393     .co_nlocals = 2,
82394     .co_nplaincellvars = 0,
82395     .co_ncellvars = 0,
82396     .co_nfreevars = 0,
82397     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
82398     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
82399     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
82400     .co_name = &_Py_ID(__eq__),
82401     .co_qualname = & _collections_abc_toplevel_consts_50_consts_7_qualname._ascii.ob_base,
82402     .co_linetable = & _collections_abc_toplevel_consts_50_consts_7_linetable.ob_base.ob_base,
82403     ._co_code = NULL,
82404     ._co_linearray = NULL,
82405     .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\xa6\x02\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\xa6\x01\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x6f\x14\x7c\x00\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
82406     ._co_firsttraceable = 0,
82407 };
82408 static
82409     struct {
82410         PyASCIIObject _ascii;
82411         uint8_t _data[189];
82412     }
82413 _collections_abc_toplevel_consts_50_consts_8_consts_0 = {
82414     ._ascii = {
82415         .ob_base = {
82416             .ob_refcnt = 999999999,
82417             .ob_type = &PyUnicode_Type,
82418         },
82419         .length = 188,
82420         .hash = -1,
82421         .state = {
82422             .kind = 1,
82423             .compact = 1,
82424             .ascii = 1,
82425             .ready = 1,
82426         },
82427     },
82428     ._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",
82429 };
82430 static
82431     struct {
82432         PyGC_Head _gc_head;
82433         struct {
82434             PyObject_VAR_HEAD
82435             PyObject *ob_item[1];
82436         }_object;
82437     }
82438 _collections_abc_toplevel_consts_50_consts_8_consts = {
82439     ._object = {
82440         .ob_base = {
82441             .ob_base = {
82442                 .ob_refcnt = 999999999,
82443                 .ob_type = &PyTuple_Type,
82444             },
82445             .ob_size = 1,
82446         },
82447         .ob_item = {
82448             & _collections_abc_toplevel_consts_50_consts_8_consts_0._ascii.ob_base,
82449         },
82450     },
82451 };
82452 static
82453     struct {
82454         PyASCIIObject _ascii;
82455         uint8_t _data[15];
82456     }
82457 const_str__from_iterable = {
82458     ._ascii = {
82459         .ob_base = {
82460             .ob_refcnt = 999999999,
82461             .ob_type = &PyUnicode_Type,
82462         },
82463         .length = 14,
82464         .hash = -1,
82465         .state = {
82466             .kind = 1,
82467             .compact = 1,
82468             .ascii = 1,
82469             .ready = 1,
82470         },
82471     },
82472     ._data = "_from_iterable",
82473 };
82474 static
82475     struct {
82476         PyASCIIObject _ascii;
82477         uint8_t _data[19];
82478     }
82479 _collections_abc_toplevel_consts_50_consts_8_qualname = {
82480     ._ascii = {
82481         .ob_base = {
82482             .ob_refcnt = 999999999,
82483             .ob_type = &PyUnicode_Type,
82484         },
82485         .length = 18,
82486         .hash = -1,
82487         .state = {
82488             .kind = 1,
82489             .compact = 1,
82490             .ascii = 1,
82491             .ready = 1,
82492         },
82493     },
82494     ._data = "Set._from_iterable",
82495 };
82496 static
82497     struct {
82498         PyObject_VAR_HEAD
82499         Py_hash_t ob_shash;
82500         char ob_sval[18];
82501     }
82502 _collections_abc_toplevel_consts_50_consts_8_linetable = {
82503     .ob_base = {
82504         .ob_base = {
82505             .ob_refcnt = 999999999,
82506             .ob_type = &PyBytes_Type,
82507         },
82508         .ob_size = 17,
82509     },
82510     .ob_shash = -1,
82511     .ob_sval = "\x80\x00\xf0\x0e\x00\x10\x13\x88\x73\x90\x32\x89\x77\x8c\x77\x88\x0e",
82512 };
82513 static
82514     struct {
82515         PyASCIIObject _ascii;
82516         uint8_t _data[3];
82517     }
82518 const_str_it = {
82519     ._ascii = {
82520         .ob_base = {
82521             .ob_refcnt = 999999999,
82522             .ob_type = &PyUnicode_Type,
82523         },
82524         .length = 2,
82525         .hash = -1,
82526         .state = {
82527             .kind = 1,
82528             .compact = 1,
82529             .ascii = 1,
82530             .ready = 1,
82531         },
82532     },
82533     ._data = "it",
82534 };
82535 static
82536     struct {
82537         PyGC_Head _gc_head;
82538         struct {
82539             PyObject_VAR_HEAD
82540             PyObject *ob_item[2];
82541         }_object;
82542     }
82543 _collections_abc_toplevel_consts_50_consts_8_localsplusnames = {
82544     ._object = {
82545         .ob_base = {
82546             .ob_base = {
82547                 .ob_refcnt = 999999999,
82548                 .ob_type = &PyTuple_Type,
82549             },
82550             .ob_size = 2,
82551         },
82552         .ob_item = {
82553             & const_str_cls._ascii.ob_base,
82554             & const_str_it._ascii.ob_base,
82555         },
82556     },
82557 };
82558 static
82559     struct _PyCode_DEF(24)
82560 _collections_abc_toplevel_consts_50_consts_8 = {
82561     .ob_base = {
82562         .ob_base = {
82563             .ob_refcnt = 999999999,
82564             .ob_type = &PyCode_Type,
82565         },
82566         .ob_size = 12,
82567     },
82568     .co_consts = & _collections_abc_toplevel_consts_50_consts_8_consts._object.ob_base.ob_base,
82569     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
82570     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
82571     .co_flags = 3,
82572     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
82573     ._co_linearray_entry_size = 0,
82574     .co_argcount = 2,
82575     .co_posonlyargcount = 0,
82576     .co_kwonlyargcount = 0,
82577     .co_stacksize = 3,
82578     .co_firstlineno = 576,
82579     .co_nlocalsplus = 2,
82580     .co_nlocals = 2,
82581     .co_nplaincellvars = 0,
82582     .co_ncellvars = 0,
82583     .co_nfreevars = 0,
82584     .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_8_localsplusnames._object.ob_base.ob_base,
82585     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
82586     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
82587     .co_name = & const_str__from_iterable._ascii.ob_base,
82588     .co_qualname = & _collections_abc_toplevel_consts_50_consts_8_qualname._ascii.ob_base,
82589     .co_linetable = & _collections_abc_toplevel_consts_50_consts_8_linetable.ob_base.ob_base,
82590     ._co_code = NULL,
82591     ._co_linearray = NULL,
82592     .co_code_adaptive = "\x97\x00\x02\x00\x7c\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
82593     ._co_firsttraceable = 0,
82594 };
82595 static
82596     struct {
82597         PyASCIIObject _ascii;
82598         uint8_t _data[31];
82599     }
82600 _collections_abc_toplevel_consts_50_consts_9_consts_1_qualname = {
82601     ._ascii = {
82602         .ob_base = {
82603             .ob_refcnt = 999999999,
82604             .ob_type = &PyUnicode_Type,
82605         },
82606         .length = 30,
82607         .hash = -1,
82608         .state = {
82609             .kind = 1,
82610             .compact = 1,
82611             .ascii = 1,
82612             .ready = 1,
82613         },
82614     },
82615     ._data = "Set.__and__.<locals>.<genexpr>",
82616 };
82617 static
82618     struct {
82619         PyObject_VAR_HEAD
82620         Py_hash_t ob_shash;
82621         char ob_sval[40];
82622     }
82623 _collections_abc_toplevel_consts_50_consts_9_consts_1_linetable = {
82624     .ob_base = {
82625         .ob_base = {
82626             .ob_refcnt = 999999999,
82627             .ob_type = &PyBytes_Type,
82628         },
82629         .ob_size = 39,
82630     },
82631     .ob_shash = -1,
82632     .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xd0\x22\x4d\xd0\x22\x4d\xa8\x55\xb8\x75\xc8\x04\xb8\x7d\xb8\x7d\xa0\x35\xb8\x7d\xb8\x7d\xb8\x7d\xb8\x7d\xd0\x22\x4d\xd0\x22\x4d",
82633 };
82634 static
82635     struct {
82636         PyGC_Head _gc_head;
82637         struct {
82638             PyObject_VAR_HEAD
82639             PyObject *ob_item[3];
82640         }_object;
82641     }
82642 _collections_abc_toplevel_consts_50_consts_9_consts_1_localsplusnames = {
82643     ._object = {
82644         .ob_base = {
82645             .ob_base = {
82646                 .ob_refcnt = 999999999,
82647                 .ob_type = &PyTuple_Type,
82648             },
82649             .ob_size = 3,
82650         },
82651         .ob_item = {
82652             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
82653             & const_str_value._ascii.ob_base,
82654             & const_str_self._ascii.ob_base,
82655         },
82656     },
82657 };
82658 static
82659     struct _PyCode_DEF(36)
82660 _collections_abc_toplevel_consts_50_consts_9_consts_1 = {
82661     .ob_base = {
82662         .ob_base = {
82663             .ob_refcnt = 999999999,
82664             .ob_type = &PyCode_Type,
82665         },
82666         .ob_size = 18,
82667     },
82668     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
82669     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
82670     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
82671     .co_flags = 51,
82672     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
82673     ._co_linearray_entry_size = 0,
82674     .co_argcount = 1,
82675     .co_posonlyargcount = 0,
82676     .co_kwonlyargcount = 0,
82677     .co_stacksize = 3,
82678     .co_firstlineno = 588,
82679     .co_nlocalsplus = 3,
82680     .co_nlocals = 2,
82681     .co_nplaincellvars = 0,
82682     .co_ncellvars = 0,
82683     .co_nfreevars = 1,
82684     .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_9_consts_1_localsplusnames._object.ob_base.ob_base,
82685     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
82686     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
82687     .co_name = &_Py_STR(anon_genexpr),
82688     .co_qualname = & _collections_abc_toplevel_consts_50_consts_9_consts_1_qualname._ascii.ob_base,
82689     .co_linetable = & _collections_abc_toplevel_consts_50_consts_9_consts_1_linetable.ob_base.ob_base,
82690     ._co_code = NULL,
82691     ._co_linearray = NULL,
82692     .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x0a\x7d\x01\x7c\x01\x89\x02\x76\x00\xaf\x06\x7c\x01\x56\x00\x97\x01\x01\x00\x8c\x0b\x64\x00\x53\x00",
82693     ._co_firsttraceable = 3,
82694 };
82695 static
82696     struct {
82697         PyGC_Head _gc_head;
82698         struct {
82699             PyObject_VAR_HEAD
82700             PyObject *ob_item[2];
82701         }_object;
82702     }
82703 _collections_abc_toplevel_consts_50_consts_9_consts = {
82704     ._object = {
82705         .ob_base = {
82706             .ob_base = {
82707                 .ob_refcnt = 999999999,
82708                 .ob_type = &PyTuple_Type,
82709             },
82710             .ob_size = 2,
82711         },
82712         .ob_item = {
82713             Py_None,
82714             & _collections_abc_toplevel_consts_50_consts_9_consts_1.ob_base.ob_base,
82715         },
82716     },
82717 };
82718 static
82719     struct {
82720         PyGC_Head _gc_head;
82721         struct {
82722             PyObject_VAR_HEAD
82723             PyObject *ob_item[4];
82724         }_object;
82725     }
82726 _collections_abc_toplevel_consts_50_consts_9_names = {
82727     ._object = {
82728         .ob_base = {
82729             .ob_base = {
82730                 .ob_refcnt = 999999999,
82731                 .ob_type = &PyTuple_Type,
82732             },
82733             .ob_size = 4,
82734         },
82735         .ob_item = {
82736             &_Py_ID(isinstance),
82737             & const_str_Iterable._ascii.ob_base,
82738             & const_str_NotImplemented._ascii.ob_base,
82739             & const_str__from_iterable._ascii.ob_base,
82740         },
82741     },
82742 };
82743 static
82744     struct {
82745         PyASCIIObject _ascii;
82746         uint8_t _data[12];
82747     }
82748 _collections_abc_toplevel_consts_50_consts_9_qualname = {
82749     ._ascii = {
82750         .ob_base = {
82751             .ob_refcnt = 999999999,
82752             .ob_type = &PyUnicode_Type,
82753         },
82754         .length = 11,
82755         .hash = -1,
82756         .state = {
82757             .kind = 1,
82758             .compact = 1,
82759             .ascii = 1,
82760             .ready = 1,
82761         },
82762     },
82763     ._data = "Set.__and__",
82764 };
82765 static
82766     struct {
82767         PyObject_VAR_HEAD
82768         Py_hash_t ob_shash;
82769         char ob_sval[69];
82770     }
82771 _collections_abc_toplevel_consts_50_consts_9_linetable = {
82772     .ob_base = {
82773         .ob_base = {
82774             .ob_refcnt = 999999999,
82775             .ob_type = &PyBytes_Type,
82776         },
82777         .ob_size = 68,
82778     },
82779     .ob_shash = -1,
82780     .ob_sval = "\xf8\x80\x00\xdd\x0f\x19\x98\x25\xa5\x18\xd1\x0f\x2a\xd4\x0f\x2a\xf0\x00\x01\x09\x22\xdd\x13\x21\xd0\x0c\x21\xd8\x0f\x13\xd7\x0f\x22\xd2\x0f\x22\xd0\x22\x4d\xd0\x22\x4d\xd0\x22\x4d\xd0\x22\x4d\xb0\x65\xd0\x22\x4d\xd1\x22\x4d\xd4\x22\x4d\xd1\x0f\x4d\xd4\x0f\x4d\xd0\x08\x4d",
82781 };
82782 static
82783     struct _PyCode_DEF(126)
82784 _collections_abc_toplevel_consts_50_consts_9 = {
82785     .ob_base = {
82786         .ob_base = {
82787             .ob_refcnt = 999999999,
82788             .ob_type = &PyCode_Type,
82789         },
82790         .ob_size = 63,
82791     },
82792     .co_consts = & _collections_abc_toplevel_consts_50_consts_9_consts._object.ob_base.ob_base,
82793     .co_names = & _collections_abc_toplevel_consts_50_consts_9_names._object.ob_base.ob_base,
82794     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
82795     .co_flags = 3,
82796     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
82797     ._co_linearray_entry_size = 0,
82798     .co_argcount = 2,
82799     .co_posonlyargcount = 0,
82800     .co_kwonlyargcount = 0,
82801     .co_stacksize = 4,
82802     .co_firstlineno = 585,
82803     .co_nlocalsplus = 2,
82804     .co_nlocals = 2,
82805     .co_nplaincellvars = 0,
82806     .co_ncellvars = 1,
82807     .co_nfreevars = 0,
82808     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
82809     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
82810     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
82811     .co_name = &_Py_ID(__and__),
82812     .co_qualname = & _collections_abc_toplevel_consts_50_consts_9_qualname._ascii.ob_base,
82813     .co_linetable = & _collections_abc_toplevel_consts_50_consts_9_linetable.ob_base.ob_base,
82814     ._co_code = NULL,
82815     ._co_linearray = NULL,
82816     .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\xa6\x02\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\xa0\x03\x00\x00\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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
82817     ._co_firsttraceable = 1,
82818 };
82819 static
82820     struct {
82821         PyASCIIObject _ascii;
82822         uint8_t _data[50];
82823     }
82824 _collections_abc_toplevel_consts_50_consts_10_consts_0 = {
82825     ._ascii = {
82826         .ob_base = {
82827             .ob_refcnt = 999999999,
82828             .ob_type = &PyUnicode_Type,
82829         },
82830         .length = 49,
82831         .hash = -1,
82832         .state = {
82833             .kind = 1,
82834             .compact = 1,
82835             .ascii = 1,
82836             .ready = 1,
82837         },
82838     },
82839     ._data = "Return True if two sets have a null intersection.",
82840 };
82841 static
82842     struct {
82843         PyGC_Head _gc_head;
82844         struct {
82845             PyObject_VAR_HEAD
82846             PyObject *ob_item[3];
82847         }_object;
82848     }
82849 _collections_abc_toplevel_consts_50_consts_10_consts = {
82850     ._object = {
82851         .ob_base = {
82852             .ob_base = {
82853                 .ob_refcnt = 999999999,
82854                 .ob_type = &PyTuple_Type,
82855             },
82856             .ob_size = 3,
82857         },
82858         .ob_item = {
82859             & _collections_abc_toplevel_consts_50_consts_10_consts_0._ascii.ob_base,
82860             Py_False,
82861             Py_True,
82862         },
82863     },
82864 };
82865 static
82866     struct {
82867         PyASCIIObject _ascii;
82868         uint8_t _data[11];
82869     }
82870 const_str_isdisjoint = {
82871     ._ascii = {
82872         .ob_base = {
82873             .ob_refcnt = 999999999,
82874             .ob_type = &PyUnicode_Type,
82875         },
82876         .length = 10,
82877         .hash = -1,
82878         .state = {
82879             .kind = 1,
82880             .compact = 1,
82881             .ascii = 1,
82882             .ready = 1,
82883         },
82884     },
82885     ._data = "isdisjoint",
82886 };
82887 static
82888     struct {
82889         PyASCIIObject _ascii;
82890         uint8_t _data[15];
82891     }
82892 _collections_abc_toplevel_consts_50_consts_10_qualname = {
82893     ._ascii = {
82894         .ob_base = {
82895             .ob_refcnt = 999999999,
82896             .ob_type = &PyUnicode_Type,
82897         },
82898         .length = 14,
82899         .hash = -1,
82900         .state = {
82901             .kind = 1,
82902             .compact = 1,
82903             .ascii = 1,
82904             .ready = 1,
82905         },
82906     },
82907     ._data = "Set.isdisjoint",
82908 };
82909 static
82910     struct {
82911         PyObject_VAR_HEAD
82912         Py_hash_t ob_shash;
82913         char ob_sval[44];
82914     }
82915 _collections_abc_toplevel_consts_50_consts_10_linetable = {
82916     .ob_base = {
82917         .ob_base = {
82918             .ob_refcnt = 999999999,
82919             .ob_type = &PyBytes_Type,
82920         },
82921         .ob_size = 43,
82922     },
82923     .ob_shash = -1,
82924     .ob_sval = "\x80\x00\xe0\x15\x1a\xf0\x00\x02\x09\x1d\xf0\x00\x02\x09\x1d\x88\x45\xd8\x0f\x14\x98\x04\x88\x7d\x88\x7d\xd8\x17\x1c\x90\x75\x90\x75\xf0\x03\x00\x10\x1d\xe0\x0f\x13\x88\x74",
82925 };
82926 static
82927     struct {
82928         PyGC_Head _gc_head;
82929         struct {
82930             PyObject_VAR_HEAD
82931             PyObject *ob_item[3];
82932         }_object;
82933     }
82934 _collections_abc_toplevel_consts_50_consts_10_localsplusnames = {
82935     ._object = {
82936         .ob_base = {
82937             .ob_base = {
82938                 .ob_refcnt = 999999999,
82939                 .ob_type = &PyTuple_Type,
82940             },
82941             .ob_size = 3,
82942         },
82943         .ob_item = {
82944             & const_str_self._ascii.ob_base,
82945             & const_str_other._ascii.ob_base,
82946             & const_str_value._ascii.ob_base,
82947         },
82948     },
82949 };
82950 static
82951     struct _PyCode_DEF(30)
82952 _collections_abc_toplevel_consts_50_consts_10 = {
82953     .ob_base = {
82954         .ob_base = {
82955             .ob_refcnt = 999999999,
82956             .ob_type = &PyCode_Type,
82957         },
82958         .ob_size = 15,
82959     },
82960     .co_consts = & _collections_abc_toplevel_consts_50_consts_10_consts._object.ob_base.ob_base,
82961     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
82962     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
82963     .co_flags = 3,
82964     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
82965     ._co_linearray_entry_size = 0,
82966     .co_argcount = 2,
82967     .co_posonlyargcount = 0,
82968     .co_kwonlyargcount = 0,
82969     .co_stacksize = 3,
82970     .co_firstlineno = 592,
82971     .co_nlocalsplus = 3,
82972     .co_nlocals = 3,
82973     .co_nplaincellvars = 0,
82974     .co_ncellvars = 0,
82975     .co_nfreevars = 0,
82976     .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_10_localsplusnames._object.ob_base.ob_base,
82977     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
82978     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
82979     .co_name = & const_str_isdisjoint._ascii.ob_base,
82980     .co_qualname = & _collections_abc_toplevel_consts_50_consts_10_qualname._ascii.ob_base,
82981     .co_linetable = & _collections_abc_toplevel_consts_50_consts_10_linetable.ob_base.ob_base,
82982     ._co_code = NULL,
82983     ._co_linearray = NULL,
82984     .co_code_adaptive = "\x97\x00\x7c\x01\x44\x00\x5d\x09\x7d\x02\x7c\x02\x7c\x00\x76\x00\x72\x03\x01\x00\x64\x01\x53\x00\x8c\x0a\x64\x02\x53\x00",
82985     ._co_firsttraceable = 0,
82986 };
82987 static
82988     struct {
82989         PyASCIIObject _ascii;
82990         uint8_t _data[30];
82991     }
82992 _collections_abc_toplevel_consts_50_consts_11_consts_1_qualname = {
82993     ._ascii = {
82994         .ob_base = {
82995             .ob_refcnt = 999999999,
82996             .ob_type = &PyUnicode_Type,
82997         },
82998         .length = 29,
82999         .hash = -1,
83000         .state = {
83001             .kind = 1,
83002             .compact = 1,
83003             .ascii = 1,
83004             .ready = 1,
83005         },
83006     },
83007     ._data = "Set.__or__.<locals>.<genexpr>",
83008 };
83009 static
83010     struct {
83011         PyObject_VAR_HEAD
83012         Py_hash_t ob_shash;
83013         char ob_sval[48];
83014     }
83015 _collections_abc_toplevel_consts_50_consts_11_consts_1_linetable = {
83016     .ob_base = {
83017         .ob_base = {
83018             .ob_refcnt = 999999999,
83019             .ob_type = &PyBytes_Type,
83020         },
83021         .ob_size = 47,
83022     },
83023     .ob_shash = -1,
83024     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xd0\x10\x35\xd0\x10\x35\x90\x71\xb0\x31\xd0\x10\x35\xd0\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",
83025 };
83026 static
83027     struct {
83028         PyASCIIObject _ascii;
83029         uint8_t _data[2];
83030     }
83031 const_str_e = {
83032     ._ascii = {
83033         .ob_base = {
83034             .ob_refcnt = 999999999,
83035             .ob_type = &PyUnicode_Type,
83036         },
83037         .length = 1,
83038         .hash = -1,
83039         .state = {
83040             .kind = 1,
83041             .compact = 1,
83042             .ascii = 1,
83043             .ready = 1,
83044         },
83045     },
83046     ._data = "e",
83047 };
83048 static
83049     struct {
83050         PyGC_Head _gc_head;
83051         struct {
83052             PyObject_VAR_HEAD
83053             PyObject *ob_item[3];
83054         }_object;
83055     }
83056 _collections_abc_toplevel_consts_50_consts_11_consts_1_localsplusnames = {
83057     ._object = {
83058         .ob_base = {
83059             .ob_base = {
83060                 .ob_refcnt = 999999999,
83061                 .ob_type = &PyTuple_Type,
83062             },
83063             .ob_size = 3,
83064         },
83065         .ob_item = {
83066             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
83067             & const_str_s._ascii.ob_base,
83068             & const_str_e._ascii.ob_base,
83069         },
83070     },
83071 };
83072 static
83073     struct _PyCode_DEF(36)
83074 _collections_abc_toplevel_consts_50_consts_11_consts_1 = {
83075     .ob_base = {
83076         .ob_base = {
83077             .ob_refcnt = 999999999,
83078             .ob_type = &PyCode_Type,
83079         },
83080         .ob_size = 18,
83081     },
83082     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
83083     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
83084     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
83085     .co_flags = 51,
83086     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
83087     ._co_linearray_entry_size = 0,
83088     .co_argcount = 1,
83089     .co_posonlyargcount = 0,
83090     .co_kwonlyargcount = 0,
83091     .co_stacksize = 3,
83092     .co_firstlineno = 602,
83093     .co_nlocalsplus = 3,
83094     .co_nlocals = 3,
83095     .co_nplaincellvars = 0,
83096     .co_ncellvars = 0,
83097     .co_nfreevars = 0,
83098     .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_11_consts_1_localsplusnames._object.ob_base.ob_base,
83099     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
83100     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
83101     .co_name = &_Py_STR(anon_genexpr),
83102     .co_qualname = & _collections_abc_toplevel_consts_50_consts_11_consts_1_qualname._ascii.ob_base,
83103     .co_linetable = & _collections_abc_toplevel_consts_50_consts_11_consts_1_linetable.ob_base.ob_base,
83104     ._co_code = NULL,
83105     ._co_linearray = NULL,
83106     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x0b\x7d\x01\x7c\x01\x44\x00\x5d\x06\x7d\x02\x7c\x02\x56\x00\x97\x01\x01\x00\x8c\x07\x8c\x0c\x64\x00\x53\x00",
83107     ._co_firsttraceable = 2,
83108 };
83109 static
83110     struct {
83111         PyGC_Head _gc_head;
83112         struct {
83113             PyObject_VAR_HEAD
83114             PyObject *ob_item[2];
83115         }_object;
83116     }
83117 _collections_abc_toplevel_consts_50_consts_11_consts = {
83118     ._object = {
83119         .ob_base = {
83120             .ob_base = {
83121                 .ob_refcnt = 999999999,
83122                 .ob_type = &PyTuple_Type,
83123             },
83124             .ob_size = 2,
83125         },
83126         .ob_item = {
83127             Py_None,
83128             & _collections_abc_toplevel_consts_50_consts_11_consts_1.ob_base.ob_base,
83129         },
83130     },
83131 };
83132 static
83133     struct {
83134         PyASCIIObject _ascii;
83135         uint8_t _data[11];
83136     }
83137 _collections_abc_toplevel_consts_50_consts_11_qualname = {
83138     ._ascii = {
83139         .ob_base = {
83140             .ob_refcnt = 999999999,
83141             .ob_type = &PyUnicode_Type,
83142         },
83143         .length = 10,
83144         .hash = -1,
83145         .state = {
83146             .kind = 1,
83147             .compact = 1,
83148             .ascii = 1,
83149             .ready = 1,
83150         },
83151     },
83152     ._data = "Set.__or__",
83153 };
83154 static
83155     struct {
83156         PyObject_VAR_HEAD
83157         Py_hash_t ob_shash;
83158         char ob_sval[70];
83159     }
83160 _collections_abc_toplevel_consts_50_consts_11_linetable = {
83161     .ob_base = {
83162         .ob_base = {
83163             .ob_refcnt = 999999999,
83164             .ob_type = &PyBytes_Type,
83165         },
83166         .ob_size = 69,
83167     },
83168     .ob_shash = -1,
83169     .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x18\xd1\x0f\x2a\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\xd1\x10\x35\xd4\x10\x35\x88\x05\xd8\x0f\x13\xd7\x0f\x22\xd2\x0f\x22\xa0\x35\xd1\x0f\x29\xd4\x0f\x29\xd0\x08\x29",
83170 };
83171 static
83172     struct {
83173         PyASCIIObject _ascii;
83174         uint8_t _data[6];
83175     }
83176 const_str_chain = {
83177     ._ascii = {
83178         .ob_base = {
83179             .ob_refcnt = 999999999,
83180             .ob_type = &PyUnicode_Type,
83181         },
83182         .length = 5,
83183         .hash = -1,
83184         .state = {
83185             .kind = 1,
83186             .compact = 1,
83187             .ascii = 1,
83188             .ready = 1,
83189         },
83190     },
83191     ._data = "chain",
83192 };
83193 static
83194     struct {
83195         PyGC_Head _gc_head;
83196         struct {
83197             PyObject_VAR_HEAD
83198             PyObject *ob_item[3];
83199         }_object;
83200     }
83201 _collections_abc_toplevel_consts_50_consts_11_localsplusnames = {
83202     ._object = {
83203         .ob_base = {
83204             .ob_base = {
83205                 .ob_refcnt = 999999999,
83206                 .ob_type = &PyTuple_Type,
83207             },
83208             .ob_size = 3,
83209         },
83210         .ob_item = {
83211             & const_str_self._ascii.ob_base,
83212             & const_str_other._ascii.ob_base,
83213             & const_str_chain._ascii.ob_base,
83214         },
83215     },
83216 };
83217 static
83218     struct _PyCode_DEF(128)
83219 _collections_abc_toplevel_consts_50_consts_11 = {
83220     .ob_base = {
83221         .ob_base = {
83222             .ob_refcnt = 999999999,
83223             .ob_type = &PyCode_Type,
83224         },
83225         .ob_size = 64,
83226     },
83227     .co_consts = & _collections_abc_toplevel_consts_50_consts_11_consts._object.ob_base.ob_base,
83228     .co_names = & _collections_abc_toplevel_consts_50_consts_9_names._object.ob_base.ob_base,
83229     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
83230     .co_flags = 3,
83231     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
83232     ._co_linearray_entry_size = 0,
83233     .co_argcount = 2,
83234     .co_posonlyargcount = 0,
83235     .co_kwonlyargcount = 0,
83236     .co_stacksize = 4,
83237     .co_firstlineno = 599,
83238     .co_nlocalsplus = 3,
83239     .co_nlocals = 3,
83240     .co_nplaincellvars = 0,
83241     .co_ncellvars = 0,
83242     .co_nfreevars = 0,
83243     .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_11_localsplusnames._object.ob_base.ob_base,
83244     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
83245     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
83246     .co_name = &_Py_ID(__or__),
83247     .co_qualname = & _collections_abc_toplevel_consts_50_consts_11_qualname._ascii.ob_base,
83248     .co_linetable = & _collections_abc_toplevel_consts_50_consts_11_linetable.ob_base.ob_base,
83249     ._co_code = NULL,
83250     ._co_linearray = NULL,
83251     .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\xa6\x02\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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
83252     ._co_firsttraceable = 0,
83253 };
83254 static
83255     struct {
83256         PyASCIIObject _ascii;
83257         uint8_t _data[31];
83258     }
83259 _collections_abc_toplevel_consts_50_consts_12_consts_1_qualname = {
83260     ._ascii = {
83261         .ob_base = {
83262             .ob_refcnt = 999999999,
83263             .ob_type = &PyUnicode_Type,
83264         },
83265         .length = 30,
83266         .hash = -1,
83267         .state = {
83268             .kind = 1,
83269             .compact = 1,
83270             .ascii = 1,
83271             .ready = 1,
83272         },
83273     },
83274     ._data = "Set.__sub__.<locals>.<genexpr>",
83275 };
83276 static
83277     struct {
83278         PyObject_VAR_HEAD
83279         Py_hash_t ob_shash;
83280         char ob_sval[58];
83281     }
83282 _collections_abc_toplevel_consts_50_consts_12_consts_1_linetable = {
83283     .ob_base = {
83284         .ob_base = {
83285             .ob_refcnt = 999999999,
83286             .ob_type = &PyBytes_Type,
83287         },
83288         .ob_size = 57,
83289     },
83290     .ob_shash = -1,
83291     .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xf0\x00\x01\x23\x3a\xf0\x00\x01\x23\x3a\xa8\x55\xd8\x26\x2b\xb0\x35\xd0\x26\x38\xd0\x26\x38\xf0\x03\x00\x24\x29\xd8\x26\x38\xd0\x26\x38\xd0\x26\x38\xd0\x26\x38\xf0\x03\x01\x23\x3a\xf0\x00\x01\x23\x3a",
83292 };
83293 static
83294     struct {
83295         PyGC_Head _gc_head;
83296         struct {
83297             PyObject_VAR_HEAD
83298             PyObject *ob_item[3];
83299         }_object;
83300     }
83301 _collections_abc_toplevel_consts_50_consts_12_consts_1_localsplusnames = {
83302     ._object = {
83303         .ob_base = {
83304             .ob_base = {
83305                 .ob_refcnt = 999999999,
83306                 .ob_type = &PyTuple_Type,
83307             },
83308             .ob_size = 3,
83309         },
83310         .ob_item = {
83311             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
83312             & const_str_value._ascii.ob_base,
83313             & const_str_other._ascii.ob_base,
83314         },
83315     },
83316 };
83317 static
83318     struct _PyCode_DEF(36)
83319 _collections_abc_toplevel_consts_50_consts_12_consts_1 = {
83320     .ob_base = {
83321         .ob_base = {
83322             .ob_refcnt = 999999999,
83323             .ob_type = &PyCode_Type,
83324         },
83325         .ob_size = 18,
83326     },
83327     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
83328     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
83329     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
83330     .co_flags = 51,
83331     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
83332     ._co_linearray_entry_size = 0,
83333     .co_argcount = 1,
83334     .co_posonlyargcount = 0,
83335     .co_kwonlyargcount = 0,
83336     .co_stacksize = 3,
83337     .co_firstlineno = 612,
83338     .co_nlocalsplus = 3,
83339     .co_nlocals = 2,
83340     .co_nplaincellvars = 0,
83341     .co_ncellvars = 0,
83342     .co_nfreevars = 1,
83343     .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_12_consts_1_localsplusnames._object.ob_base.ob_base,
83344     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
83345     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
83346     .co_name = &_Py_STR(anon_genexpr),
83347     .co_qualname = & _collections_abc_toplevel_consts_50_consts_12_consts_1_qualname._ascii.ob_base,
83348     .co_linetable = & _collections_abc_toplevel_consts_50_consts_12_consts_1_linetable.ob_base.ob_base,
83349     ._co_code = NULL,
83350     ._co_linearray = NULL,
83351     .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x0a\x7d\x01\x7c\x01\x89\x02\x76\x01\xaf\x06\x7c\x01\x56\x00\x97\x01\x01\x00\x8c\x0b\x64\x00\x53\x00",
83352     ._co_firsttraceable = 3,
83353 };
83354 static
83355     struct {
83356         PyGC_Head _gc_head;
83357         struct {
83358             PyObject_VAR_HEAD
83359             PyObject *ob_item[2];
83360         }_object;
83361     }
83362 _collections_abc_toplevel_consts_50_consts_12_consts = {
83363     ._object = {
83364         .ob_base = {
83365             .ob_base = {
83366                 .ob_refcnt = 999999999,
83367                 .ob_type = &PyTuple_Type,
83368             },
83369             .ob_size = 2,
83370         },
83371         .ob_item = {
83372             Py_None,
83373             & _collections_abc_toplevel_consts_50_consts_12_consts_1.ob_base.ob_base,
83374         },
83375     },
83376 };
83377 static
83378     struct {
83379         PyGC_Head _gc_head;
83380         struct {
83381             PyObject_VAR_HEAD
83382             PyObject *ob_item[5];
83383         }_object;
83384     }
83385 _collections_abc_toplevel_consts_50_consts_12_names = {
83386     ._object = {
83387         .ob_base = {
83388             .ob_base = {
83389                 .ob_refcnt = 999999999,
83390                 .ob_type = &PyTuple_Type,
83391             },
83392             .ob_size = 5,
83393         },
83394         .ob_item = {
83395             &_Py_ID(isinstance),
83396             & const_str_Set._ascii.ob_base,
83397             & const_str_Iterable._ascii.ob_base,
83398             & const_str_NotImplemented._ascii.ob_base,
83399             & const_str__from_iterable._ascii.ob_base,
83400         },
83401     },
83402 };
83403 static
83404     struct {
83405         PyASCIIObject _ascii;
83406         uint8_t _data[12];
83407     }
83408 _collections_abc_toplevel_consts_50_consts_12_qualname = {
83409     ._ascii = {
83410         .ob_base = {
83411             .ob_refcnt = 999999999,
83412             .ob_type = &PyUnicode_Type,
83413         },
83414         .length = 11,
83415         .hash = -1,
83416         .state = {
83417             .kind = 1,
83418             .compact = 1,
83419             .ascii = 1,
83420             .ready = 1,
83421         },
83422     },
83423     ._data = "Set.__sub__",
83424 };
83425 static
83426     struct {
83427         PyObject_VAR_HEAD
83428         Py_hash_t ob_shash;
83429         char ob_sval[126];
83430     }
83431 _collections_abc_toplevel_consts_50_consts_12_linetable = {
83432     .ob_base = {
83433         .ob_base = {
83434             .ob_refcnt = 999999999,
83435             .ob_type = &PyBytes_Type,
83436         },
83437         .ob_size = 125,
83438     },
83439     .ob_shash = -1,
83440     .ob_sval = "\xf8\x80\x00\xdd\x0f\x19\x98\x25\xa5\x13\xd1\x0f\x25\xd4\x0f\x25\xf0\x00\x03\x09\x2f\xdd\x13\x1d\x98\x65\xa5\x58\xd1\x13\x2e\xd4\x13\x2e\xf0\x00\x01\x0d\x26\xdd\x17\x25\xd0\x10\x25\xd8\x14\x18\xd7\x14\x27\xd2\x14\x27\xa8\x05\xd1\x14\x2e\xd4\x14\x2e\x88\x45\xd8\x0f\x13\xd7\x0f\x22\xd2\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\xf1\x00\x01\x23\x3a\xf4\x00\x01\x23\x3a\xf1\x00\x01\x10\x3a\xf4\x00\x01\x10\x3a\xf0\x00\x01\x09\x3a",
83441 };
83442 static
83443     struct {
83444         PyObject_VAR_HEAD
83445         Py_hash_t ob_shash;
83446         char ob_sval[3];
83447     }
83448 _collections_abc_toplevel_consts_50_consts_12_localspluskinds = {
83449     .ob_base = {
83450         .ob_base = {
83451             .ob_refcnt = 999999999,
83452             .ob_type = &PyBytes_Type,
83453         },
83454         .ob_size = 2,
83455     },
83456     .ob_shash = -1,
83457     .ob_sval = " `",
83458 };
83459 static
83460     struct _PyCode_DEF(210)
83461 _collections_abc_toplevel_consts_50_consts_12 = {
83462     .ob_base = {
83463         .ob_base = {
83464             .ob_refcnt = 999999999,
83465             .ob_type = &PyCode_Type,
83466         },
83467         .ob_size = 105,
83468     },
83469     .co_consts = & _collections_abc_toplevel_consts_50_consts_12_consts._object.ob_base.ob_base,
83470     .co_names = & _collections_abc_toplevel_consts_50_consts_12_names._object.ob_base.ob_base,
83471     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
83472     .co_flags = 3,
83473     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
83474     ._co_linearray_entry_size = 0,
83475     .co_argcount = 2,
83476     .co_posonlyargcount = 0,
83477     .co_kwonlyargcount = 0,
83478     .co_stacksize = 4,
83479     .co_firstlineno = 607,
83480     .co_nlocalsplus = 2,
83481     .co_nlocals = 2,
83482     .co_nplaincellvars = 0,
83483     .co_ncellvars = 1,
83484     .co_nfreevars = 0,
83485     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
83486     .co_localspluskinds = & _collections_abc_toplevel_consts_50_consts_12_localspluskinds.ob_base.ob_base,
83487     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
83488     .co_name = &_Py_ID(__sub__),
83489     .co_qualname = & _collections_abc_toplevel_consts_50_consts_12_qualname._ascii.ob_base,
83490     .co_linetable = & _collections_abc_toplevel_consts_50_consts_12_linetable.ob_base.ob_base,
83491     ._co_code = NULL,
83492     ._co_linearray = NULL,
83493     .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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x31\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\xa6\x02\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\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x8a\x01\x7c\x00\xa0\x04\x00\x00\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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
83494     ._co_firsttraceable = 1,
83495 };
83496 static
83497     struct {
83498         PyASCIIObject _ascii;
83499         uint8_t _data[32];
83500     }
83501 _collections_abc_toplevel_consts_50_consts_13_consts_1_qualname = {
83502     ._ascii = {
83503         .ob_base = {
83504             .ob_refcnt = 999999999,
83505             .ob_type = &PyUnicode_Type,
83506         },
83507         .length = 31,
83508         .hash = -1,
83509         .state = {
83510             .kind = 1,
83511             .compact = 1,
83512             .ascii = 1,
83513             .ready = 1,
83514         },
83515     },
83516     ._data = "Set.__rsub__.<locals>.<genexpr>",
83517 };
83518 static
83519     struct {
83520         PyObject_VAR_HEAD
83521         Py_hash_t ob_shash;
83522         char ob_sval[58];
83523     }
83524 _collections_abc_toplevel_consts_50_consts_13_consts_1_linetable = {
83525     .ob_base = {
83526         .ob_base = {
83527             .ob_refcnt = 999999999,
83528             .ob_type = &PyBytes_Type,
83529         },
83530         .ob_size = 57,
83531     },
83532     .ob_shash = -1,
83533     .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xf0\x00\x01\x23\x39\xf0\x00\x01\x23\x39\xa8\x55\xd8\x26\x2b\xb0\x34\xd0\x26\x37\xd0\x26\x37\xf0\x03\x00\x24\x29\xd8\x26\x37\xd0\x26\x37\xd0\x26\x37\xd0\x26\x37\xf0\x03\x01\x23\x39\xf0\x00\x01\x23\x39",
83534 };
83535 static
83536     struct _PyCode_DEF(36)
83537 _collections_abc_toplevel_consts_50_consts_13_consts_1 = {
83538     .ob_base = {
83539         .ob_base = {
83540             .ob_refcnt = 999999999,
83541             .ob_type = &PyCode_Type,
83542         },
83543         .ob_size = 18,
83544     },
83545     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
83546     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
83547     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
83548     .co_flags = 51,
83549     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
83550     ._co_linearray_entry_size = 0,
83551     .co_argcount = 1,
83552     .co_posonlyargcount = 0,
83553     .co_kwonlyargcount = 0,
83554     .co_stacksize = 3,
83555     .co_firstlineno = 620,
83556     .co_nlocalsplus = 3,
83557     .co_nlocals = 2,
83558     .co_nplaincellvars = 0,
83559     .co_ncellvars = 0,
83560     .co_nfreevars = 1,
83561     .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_9_consts_1_localsplusnames._object.ob_base.ob_base,
83562     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
83563     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
83564     .co_name = &_Py_STR(anon_genexpr),
83565     .co_qualname = & _collections_abc_toplevel_consts_50_consts_13_consts_1_qualname._ascii.ob_base,
83566     .co_linetable = & _collections_abc_toplevel_consts_50_consts_13_consts_1_linetable.ob_base.ob_base,
83567     ._co_code = NULL,
83568     ._co_linearray = NULL,
83569     .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x0a\x7d\x01\x7c\x01\x89\x02\x76\x01\xaf\x06\x7c\x01\x56\x00\x97\x01\x01\x00\x8c\x0b\x64\x00\x53\x00",
83570     ._co_firsttraceable = 3,
83571 };
83572 static
83573     struct {
83574         PyGC_Head _gc_head;
83575         struct {
83576             PyObject_VAR_HEAD
83577             PyObject *ob_item[2];
83578         }_object;
83579     }
83580 _collections_abc_toplevel_consts_50_consts_13_consts = {
83581     ._object = {
83582         .ob_base = {
83583             .ob_base = {
83584                 .ob_refcnt = 999999999,
83585                 .ob_type = &PyTuple_Type,
83586             },
83587             .ob_size = 2,
83588         },
83589         .ob_item = {
83590             Py_None,
83591             & _collections_abc_toplevel_consts_50_consts_13_consts_1.ob_base.ob_base,
83592         },
83593     },
83594 };
83595 static
83596     struct {
83597         PyASCIIObject _ascii;
83598         uint8_t _data[13];
83599     }
83600 _collections_abc_toplevel_consts_50_consts_13_qualname = {
83601     ._ascii = {
83602         .ob_base = {
83603             .ob_refcnt = 999999999,
83604             .ob_type = &PyUnicode_Type,
83605         },
83606         .length = 12,
83607         .hash = -1,
83608         .state = {
83609             .kind = 1,
83610             .compact = 1,
83611             .ascii = 1,
83612             .ready = 1,
83613         },
83614     },
83615     ._data = "Set.__rsub__",
83616 };
83617 static
83618     struct {
83619         PyObject_VAR_HEAD
83620         Py_hash_t ob_shash;
83621         char ob_sval[126];
83622     }
83623 _collections_abc_toplevel_consts_50_consts_13_linetable = {
83624     .ob_base = {
83625         .ob_base = {
83626             .ob_refcnt = 999999999,
83627             .ob_type = &PyBytes_Type,
83628         },
83629         .ob_size = 125,
83630     },
83631     .ob_shash = -1,
83632     .ob_sval = "\xf8\x80\x00\xdd\x0f\x19\x98\x25\xa5\x13\xd1\x0f\x25\xd4\x0f\x25\xf0\x00\x03\x09\x2f\xdd\x13\x1d\x98\x65\xa5\x58\xd1\x13\x2e\xd4\x13\x2e\xf0\x00\x01\x0d\x26\xdd\x17\x25\xd0\x10\x25\xd8\x14\x18\xd7\x14\x27\xd2\x14\x27\xa8\x05\xd1\x14\x2e\xd4\x14\x2e\x88\x45\xd8\x0f\x13\xd7\x0f\x22\xd2\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\xf1\x00\x01\x23\x39\xf4\x00\x01\x23\x39\xf1\x00\x01\x10\x39\xf4\x00\x01\x10\x39\xf0\x00\x01\x09\x39",
83633 };
83634 static
83635     struct _PyCode_DEF(210)
83636 _collections_abc_toplevel_consts_50_consts_13 = {
83637     .ob_base = {
83638         .ob_base = {
83639             .ob_refcnt = 999999999,
83640             .ob_type = &PyCode_Type,
83641         },
83642         .ob_size = 105,
83643     },
83644     .co_consts = & _collections_abc_toplevel_consts_50_consts_13_consts._object.ob_base.ob_base,
83645     .co_names = & _collections_abc_toplevel_consts_50_consts_12_names._object.ob_base.ob_base,
83646     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
83647     .co_flags = 3,
83648     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
83649     ._co_linearray_entry_size = 0,
83650     .co_argcount = 2,
83651     .co_posonlyargcount = 0,
83652     .co_kwonlyargcount = 0,
83653     .co_stacksize = 4,
83654     .co_firstlineno = 615,
83655     .co_nlocalsplus = 2,
83656     .co_nlocals = 2,
83657     .co_nplaincellvars = 0,
83658     .co_ncellvars = 1,
83659     .co_nfreevars = 0,
83660     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
83661     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
83662     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
83663     .co_name = &_Py_ID(__rsub__),
83664     .co_qualname = & _collections_abc_toplevel_consts_50_consts_13_qualname._ascii.ob_base,
83665     .co_linetable = & _collections_abc_toplevel_consts_50_consts_13_linetable.ob_base.ob_base,
83666     ._co_code = NULL,
83667     ._co_linearray = NULL,
83668     .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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x31\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\xa6\x02\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\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x89\x00\xa0\x04\x00\x00\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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
83669     ._co_firsttraceable = 1,
83670 };
83671 static
83672     struct {
83673         PyASCIIObject _ascii;
83674         uint8_t _data[12];
83675     }
83676 _collections_abc_toplevel_consts_50_consts_14_qualname = {
83677     ._ascii = {
83678         .ob_base = {
83679             .ob_refcnt = 999999999,
83680             .ob_type = &PyUnicode_Type,
83681         },
83682         .length = 11,
83683         .hash = -1,
83684         .state = {
83685             .kind = 1,
83686             .compact = 1,
83687             .ascii = 1,
83688             .ready = 1,
83689         },
83690     },
83691     ._data = "Set.__xor__",
83692 };
83693 static
83694     struct {
83695         PyObject_VAR_HEAD
83696         Py_hash_t ob_shash;
83697         char ob_sval[83];
83698     }
83699 _collections_abc_toplevel_consts_50_consts_14_linetable = {
83700     .ob_base = {
83701         .ob_base = {
83702             .ob_refcnt = 999999999,
83703             .ob_type = &PyBytes_Type,
83704         },
83705         .ob_size = 82,
83706     },
83707     .ob_shash = -1,
83708     .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x13\xd1\x0f\x25\xd4\x0f\x25\xf0\x00\x03\x09\x2f\xdd\x13\x1d\x98\x65\xa5\x58\xd1\x13\x2e\xd4\x13\x2e\xf0\x00\x01\x0d\x26\xdd\x17\x25\xd0\x10\x25\xd8\x14\x18\xd7\x14\x27\xd2\x14\x27\xa8\x05\xd1\x14\x2e\xd4\x14\x2e\x88\x45\xd8\x10\x14\x90\x75\x91\x0c\xa0\x15\xa8\x14\xa1\x1c\xd1\x0f\x2e\xd0\x08\x2e",
83709 };
83710 static
83711     struct _PyCode_DEF(164)
83712 _collections_abc_toplevel_consts_50_consts_14 = {
83713     .ob_base = {
83714         .ob_base = {
83715             .ob_refcnt = 999999999,
83716             .ob_type = &PyCode_Type,
83717         },
83718         .ob_size = 82,
83719     },
83720     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
83721     .co_names = & _collections_abc_toplevel_consts_50_consts_12_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_stacksize = 4,
83730     .co_firstlineno = 623,
83731     .co_nlocalsplus = 2,
83732     .co_nlocals = 2,
83733     .co_nplaincellvars = 0,
83734     .co_ncellvars = 0,
83735     .co_nfreevars = 0,
83736     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
83737     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
83738     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
83739     .co_name = &_Py_ID(__xor__),
83740     .co_qualname = & _collections_abc_toplevel_consts_50_consts_14_qualname._ascii.ob_base,
83741     .co_linetable = & _collections_abc_toplevel_consts_50_consts_14_linetable.ob_base.ob_base,
83742     ._co_code = NULL,
83743     ._co_linearray = NULL,
83744     .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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x31\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\xa6\x02\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\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\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",
83745     ._co_firsttraceable = 0,
83746 };
83747 static
83748     struct {
83749         PyASCIIObject _ascii;
83750         uint8_t _data[556];
83751     }
83752 _collections_abc_toplevel_consts_50_consts_15_consts_0 = {
83753     ._ascii = {
83754         .ob_base = {
83755             .ob_refcnt = 999999999,
83756             .ob_type = &PyUnicode_Type,
83757         },
83758         .length = 555,
83759         .hash = -1,
83760         .state = {
83761             .kind = 1,
83762             .compact = 1,
83763             .ascii = 1,
83764             .ready = 1,
83765         },
83766     },
83767     ._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",
83768 };
83769 #if PYLONG_BITS_IN_DIGIT == 15
83770 static
83771     struct {
83772         PyObject_VAR_HEAD
83773         digit ob_digit[3];
83774     }
83775 const_int_1927868237 = {
83776     .ob_base = {
83777         .ob_base = {
83778             .ob_refcnt = 999999999,
83779             .ob_type = &PyLong_Type,
83780         },
83781         .ob_size = 3,
83782     },
83783     .ob_digit = { 28493, 26065, 1 },
83784 };
83785 #elif PYLONG_BITS_IN_DIGIT == 30
83786 static
83787     struct {
83788         PyObject_VAR_HEAD
83789         digit ob_digit[2];
83790     }
83791 const_int_1927868237 = {
83792     .ob_base = {
83793         .ob_base = {
83794             .ob_refcnt = 999999999,
83795             .ob_type = &PyLong_Type,
83796         },
83797         .ob_size = 2,
83798     },
83799     .ob_digit = { 854126413, 1 },
83800 };
83801 #else
83802 #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
83803 #endif
83804 #if PYLONG_BITS_IN_DIGIT == 15
83805 static
83806     struct {
83807         PyObject_VAR_HEAD
83808         digit ob_digit[2];
83809     }
83810 const_int_89869747 = {
83811     .ob_base = {
83812         .ob_base = {
83813             .ob_refcnt = 999999999,
83814             .ob_type = &PyLong_Type,
83815         },
83816         .ob_size = 2,
83817     },
83818     .ob_digit = { 19891, 2742 },
83819 };
83820 #elif PYLONG_BITS_IN_DIGIT == 30
83821 static
83822     struct {
83823         PyObject_VAR_HEAD
83824         digit ob_digit[1];
83825     }
83826 const_int_89869747 = {
83827     .ob_base = {
83828         .ob_base = {
83829             .ob_refcnt = 999999999,
83830             .ob_type = &PyLong_Type,
83831         },
83832         .ob_size = 1,
83833     },
83834     .ob_digit = { 89869747 },
83835 };
83836 #else
83837 #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
83838 #endif
83839 #if PYLONG_BITS_IN_DIGIT == 15
83840 static
83841     struct {
83842         PyObject_VAR_HEAD
83843         digit ob_digit[3];
83844     }
83845 const_int_3644798167 = {
83846     .ob_base = {
83847         .ob_base = {
83848             .ob_refcnt = 999999999,
83849             .ob_type = &PyLong_Type,
83850         },
83851         .ob_size = 3,
83852     },
83853     .ob_digit = { 13527, 12926, 3 },
83854 };
83855 #elif PYLONG_BITS_IN_DIGIT == 30
83856 static
83857     struct {
83858         PyObject_VAR_HEAD
83859         digit ob_digit[2];
83860     }
83861 const_int_3644798167 = {
83862     .ob_base = {
83863         .ob_base = {
83864             .ob_refcnt = 999999999,
83865             .ob_type = &PyLong_Type,
83866         },
83867         .ob_size = 2,
83868     },
83869     .ob_digit = { 423572695, 3 },
83870 };
83871 #else
83872 #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
83873 #endif
83874 #if PYLONG_BITS_IN_DIGIT == 15
83875 static
83876     struct {
83877         PyObject_VAR_HEAD
83878         digit ob_digit[2];
83879     }
83880 const_int_69069 = {
83881     .ob_base = {
83882         .ob_base = {
83883             .ob_refcnt = 999999999,
83884             .ob_type = &PyLong_Type,
83885         },
83886         .ob_size = 2,
83887     },
83888     .ob_digit = { 3533, 2 },
83889 };
83890 #elif PYLONG_BITS_IN_DIGIT == 30
83891 static
83892     struct {
83893         PyObject_VAR_HEAD
83894         digit ob_digit[1];
83895     }
83896 const_int_69069 = {
83897     .ob_base = {
83898         .ob_base = {
83899             .ob_refcnt = 999999999,
83900             .ob_type = &PyLong_Type,
83901         },
83902         .ob_size = 1,
83903     },
83904     .ob_digit = { 69069 },
83905 };
83906 #else
83907 #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
83908 #endif
83909 #if PYLONG_BITS_IN_DIGIT == 15
83910 static
83911     struct {
83912         PyObject_VAR_HEAD
83913         digit ob_digit[2];
83914     }
83915 const_int_907133923 = {
83916     .ob_base = {
83917         .ob_base = {
83918             .ob_refcnt = 999999999,
83919             .ob_type = &PyLong_Type,
83920         },
83921         .ob_size = 2,
83922     },
83923     .ob_digit = { 17379, 27683 },
83924 };
83925 #elif PYLONG_BITS_IN_DIGIT == 30
83926 static
83927     struct {
83928         PyObject_VAR_HEAD
83929         digit ob_digit[1];
83930     }
83931 const_int_907133923 = {
83932     .ob_base = {
83933         .ob_base = {
83934             .ob_refcnt = 999999999,
83935             .ob_type = &PyLong_Type,
83936         },
83937         .ob_size = 1,
83938     },
83939     .ob_digit = { 907133923 },
83940 };
83941 #else
83942 #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
83943 #endif
83944 #if PYLONG_BITS_IN_DIGIT == 15
83945 static
83946     struct {
83947         PyObject_VAR_HEAD
83948         digit ob_digit[2];
83949     }
83950 const_int_590923713 = {
83951     .ob_base = {
83952         .ob_base = {
83953             .ob_refcnt = 999999999,
83954             .ob_type = &PyLong_Type,
83955         },
83956         .ob_size = 2,
83957     },
83958     .ob_digit = { 18369, 18033 },
83959 };
83960 #elif PYLONG_BITS_IN_DIGIT == 30
83961 static
83962     struct {
83963         PyObject_VAR_HEAD
83964         digit ob_digit[1];
83965     }
83966 const_int_590923713 = {
83967     .ob_base = {
83968         .ob_base = {
83969             .ob_refcnt = 999999999,
83970             .ob_type = &PyLong_Type,
83971         },
83972         .ob_size = 1,
83973     },
83974     .ob_digit = { 590923713 },
83975 };
83976 #else
83977 #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
83978 #endif
83979 static
83980     struct {
83981         PyGC_Head _gc_head;
83982         struct {
83983             PyObject_VAR_HEAD
83984             PyObject *ob_item[13];
83985         }_object;
83986     }
83987 _collections_abc_toplevel_consts_50_consts_15_consts = {
83988     ._object = {
83989         .ob_base = {
83990             .ob_base = {
83991                 .ob_refcnt = 999999999,
83992                 .ob_type = &PyTuple_Type,
83993             },
83994             .ob_size = 13,
83995         },
83996         .ob_item = {
83997             & _collections_abc_toplevel_consts_50_consts_15_consts_0._ascii.ob_base,
83998             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
83999             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
84000             & const_int_1927868237.ob_base.ob_base,
84001             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 16],
84002             & const_int_89869747.ob_base.ob_base,
84003             & const_int_3644798167.ob_base.ob_base,
84004             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 11],
84005             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 25],
84006             & const_int_69069.ob_base.ob_base,
84007             & const_int_907133923.ob_base.ob_base,
84008             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
84009             & const_int_590923713.ob_base.ob_base,
84010         },
84011     },
84012 };
84013 static
84014     struct {
84015         PyASCIIObject _ascii;
84016         uint8_t _data[8];
84017     }
84018 const_str_maxsize = {
84019     ._ascii = {
84020         .ob_base = {
84021             .ob_refcnt = 999999999,
84022             .ob_type = &PyUnicode_Type,
84023         },
84024         .length = 7,
84025         .hash = -1,
84026         .state = {
84027             .kind = 1,
84028             .compact = 1,
84029             .ascii = 1,
84030             .ready = 1,
84031         },
84032     },
84033     ._data = "maxsize",
84034 };
84035 static
84036     struct {
84037         PyGC_Head _gc_head;
84038         struct {
84039             PyObject_VAR_HEAD
84040             PyObject *ob_item[4];
84041         }_object;
84042     }
84043 _collections_abc_toplevel_consts_50_consts_15_names = {
84044     ._object = {
84045         .ob_base = {
84046             .ob_base = {
84047                 .ob_refcnt = 999999999,
84048                 .ob_type = &PyTuple_Type,
84049             },
84050             .ob_size = 4,
84051         },
84052         .ob_item = {
84053             & const_str_sys._ascii.ob_base,
84054             & const_str_maxsize._ascii.ob_base,
84055             &_Py_ID(len),
84056             & const_str_hash._ascii.ob_base,
84057         },
84058     },
84059 };
84060 static
84061     struct {
84062         PyASCIIObject _ascii;
84063         uint8_t _data[6];
84064     }
84065 const_str__hash = {
84066     ._ascii = {
84067         .ob_base = {
84068             .ob_refcnt = 999999999,
84069             .ob_type = &PyUnicode_Type,
84070         },
84071         .length = 5,
84072         .hash = -1,
84073         .state = {
84074             .kind = 1,
84075             .compact = 1,
84076             .ascii = 1,
84077             .ready = 1,
84078         },
84079     },
84080     ._data = "_hash",
84081 };
84082 static
84083     struct {
84084         PyASCIIObject _ascii;
84085         uint8_t _data[10];
84086     }
84087 _collections_abc_toplevel_consts_50_consts_15_qualname = {
84088     ._ascii = {
84089         .ob_base = {
84090             .ob_refcnt = 999999999,
84091             .ob_type = &PyUnicode_Type,
84092         },
84093         .length = 9,
84094         .hash = -1,
84095         .state = {
84096             .kind = 1,
84097             .compact = 1,
84098             .ascii = 1,
84099             .ready = 1,
84100         },
84101     },
84102     ._data = "Set._hash",
84103 };
84104 static
84105     struct {
84106         PyObject_VAR_HEAD
84107         Py_hash_t ob_shash;
84108         char ob_sval[211];
84109     }
84110 _collections_abc_toplevel_consts_50_consts_15_linetable = {
84111     .ob_base = {
84112         .ob_base = {
84113             .ob_refcnt = 999999999,
84114             .ob_type = &PyBytes_Type,
84115         },
84116         .ob_size = 210,
84117     },
84118     .ob_shash = -1,
84119     .ob_sval = "\x80\x00\xf5\x1e\x00\x0f\x12\x8c\x6b\x88\x03\xd8\x0f\x10\x90\x33\x89\x77\x98\x11\x89\x7b\x88\x04\xdd\x0c\x0f\x90\x04\x89\x49\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\xf0\x00\x03\x09\x16\x88\x41\xdd\x11\x15\x90\x61\x91\x17\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\x88\x37\xd8\x0c\x0d\x90\x14\x98\x01\x91\x18\x89\x4d\x88\x41\xd8\x0b\x0c\x90\x02\x8a\x37\x88\x37\xd8\x10\x19\x88\x41\xd8\x0f\x10\x88\x08",
84120 };
84121 static
84122     struct {
84123         PyASCIIObject _ascii;
84124         uint8_t _data[4];
84125     }
84126 const_str_MAX = {
84127     ._ascii = {
84128         .ob_base = {
84129             .ob_refcnt = 999999999,
84130             .ob_type = &PyUnicode_Type,
84131         },
84132         .length = 3,
84133         .hash = -1,
84134         .state = {
84135             .kind = 1,
84136             .compact = 1,
84137             .ascii = 1,
84138             .ready = 1,
84139         },
84140     },
84141     ._data = "MAX",
84142 };
84143 static
84144     struct {
84145         PyASCIIObject _ascii;
84146         uint8_t _data[5];
84147     }
84148 const_str_MASK = {
84149     ._ascii = {
84150         .ob_base = {
84151             .ob_refcnt = 999999999,
84152             .ob_type = &PyUnicode_Type,
84153         },
84154         .length = 4,
84155         .hash = -1,
84156         .state = {
84157             .kind = 1,
84158             .compact = 1,
84159             .ascii = 1,
84160             .ready = 1,
84161         },
84162     },
84163     ._data = "MASK",
84164 };
84165 static
84166     struct {
84167         PyASCIIObject _ascii;
84168         uint8_t _data[2];
84169     }
84170 const_str_n = {
84171     ._ascii = {
84172         .ob_base = {
84173             .ob_refcnt = 999999999,
84174             .ob_type = &PyUnicode_Type,
84175         },
84176         .length = 1,
84177         .hash = -1,
84178         .state = {
84179             .kind = 1,
84180             .compact = 1,
84181             .ascii = 1,
84182             .ready = 1,
84183         },
84184     },
84185     ._data = "n",
84186 };
84187 static
84188     struct {
84189         PyASCIIObject _ascii;
84190         uint8_t _data[2];
84191     }
84192 const_str_h = {
84193     ._ascii = {
84194         .ob_base = {
84195             .ob_refcnt = 999999999,
84196             .ob_type = &PyUnicode_Type,
84197         },
84198         .length = 1,
84199         .hash = -1,
84200         .state = {
84201             .kind = 1,
84202             .compact = 1,
84203             .ascii = 1,
84204             .ready = 1,
84205         },
84206     },
84207     ._data = "h",
84208 };
84209 static
84210     struct {
84211         PyASCIIObject _ascii;
84212         uint8_t _data[3];
84213     }
84214 const_str_hx = {
84215     ._ascii = {
84216         .ob_base = {
84217             .ob_refcnt = 999999999,
84218             .ob_type = &PyUnicode_Type,
84219         },
84220         .length = 2,
84221         .hash = -1,
84222         .state = {
84223             .kind = 1,
84224             .compact = 1,
84225             .ascii = 1,
84226             .ready = 1,
84227         },
84228     },
84229     ._data = "hx",
84230 };
84231 static
84232     struct {
84233         PyGC_Head _gc_head;
84234         struct {
84235             PyObject_VAR_HEAD
84236             PyObject *ob_item[7];
84237         }_object;
84238     }
84239 _collections_abc_toplevel_consts_50_consts_15_localsplusnames = {
84240     ._object = {
84241         .ob_base = {
84242             .ob_base = {
84243                 .ob_refcnt = 999999999,
84244                 .ob_type = &PyTuple_Type,
84245             },
84246             .ob_size = 7,
84247         },
84248         .ob_item = {
84249             & const_str_self._ascii.ob_base,
84250             & const_str_MAX._ascii.ob_base,
84251             & const_str_MASK._ascii.ob_base,
84252             & const_str_n._ascii.ob_base,
84253             & const_str_h._ascii.ob_base,
84254             & const_str_x._ascii.ob_base,
84255             & const_str_hx._ascii.ob_base,
84256         },
84257     },
84258 };
84259 static
84260     struct _PyCode_DEF(284)
84261 _collections_abc_toplevel_consts_50_consts_15 = {
84262     .ob_base = {
84263         .ob_base = {
84264             .ob_refcnt = 999999999,
84265             .ob_type = &PyCode_Type,
84266         },
84267         .ob_size = 142,
84268     },
84269     .co_consts = & _collections_abc_toplevel_consts_50_consts_15_consts._object.ob_base.ob_base,
84270     .co_names = & _collections_abc_toplevel_consts_50_consts_15_names._object.ob_base.ob_base,
84271     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
84272     .co_flags = 3,
84273     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
84274     ._co_linearray_entry_size = 0,
84275     .co_argcount = 1,
84276     .co_posonlyargcount = 0,
84277     .co_kwonlyargcount = 0,
84278     .co_stacksize = 5,
84279     .co_firstlineno = 632,
84280     .co_nlocalsplus = 7,
84281     .co_nlocals = 7,
84282     .co_nplaincellvars = 0,
84283     .co_ncellvars = 0,
84284     .co_nfreevars = 0,
84285     .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_15_localsplusnames._object.ob_base.ob_base,
84286     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
84287     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
84288     .co_name = & const_str__hash._ascii.ob_base,
84289     .co_qualname = & _collections_abc_toplevel_consts_50_consts_15_qualname._ascii.ob_base,
84290     .co_linetable = & _collections_abc_toplevel_consts_50_consts_15_linetable.ob_base.ob_base,
84291     ._co_code = NULL,
84292     ._co_linearray = NULL,
84293     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\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\xa6\x01\x00\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\x27\x7d\x05\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xa6\x01\x00\x00\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\x28\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",
84294     ._co_firsttraceable = 0,
84295 };
84296 static
84297     struct {
84298         PyGC_Head _gc_head;
84299         struct {
84300             PyObject_VAR_HEAD
84301             PyObject *ob_item[17];
84302         }_object;
84303     }
84304 _collections_abc_toplevel_consts_50_consts = {
84305     ._object = {
84306         .ob_base = {
84307             .ob_base = {
84308                 .ob_refcnt = 999999999,
84309                 .ob_type = &PyTuple_Type,
84310             },
84311             .ob_size = 17,
84312         },
84313         .ob_item = {
84314             & const_str_Set._ascii.ob_base,
84315             & _collections_abc_toplevel_consts_50_consts_1._ascii.ob_base,
84316             (PyObject *)& _Py_SINGLETON(tuple_empty),
84317             & _collections_abc_toplevel_consts_50_consts_3.ob_base.ob_base,
84318             & _collections_abc_toplevel_consts_50_consts_4.ob_base.ob_base,
84319             & _collections_abc_toplevel_consts_50_consts_5.ob_base.ob_base,
84320             & _collections_abc_toplevel_consts_50_consts_6.ob_base.ob_base,
84321             & _collections_abc_toplevel_consts_50_consts_7.ob_base.ob_base,
84322             & _collections_abc_toplevel_consts_50_consts_8.ob_base.ob_base,
84323             & _collections_abc_toplevel_consts_50_consts_9.ob_base.ob_base,
84324             & _collections_abc_toplevel_consts_50_consts_10.ob_base.ob_base,
84325             & _collections_abc_toplevel_consts_50_consts_11.ob_base.ob_base,
84326             & _collections_abc_toplevel_consts_50_consts_12.ob_base.ob_base,
84327             & _collections_abc_toplevel_consts_50_consts_13.ob_base.ob_base,
84328             & _collections_abc_toplevel_consts_50_consts_14.ob_base.ob_base,
84329             & _collections_abc_toplevel_consts_50_consts_15.ob_base.ob_base,
84330             Py_None,
84331         },
84332     },
84333 };
84334 static
84335     struct {
84336         PyGC_Head _gc_head;
84337         struct {
84338             PyObject_VAR_HEAD
84339             PyObject *ob_item[22];
84340         }_object;
84341     }
84342 _collections_abc_toplevel_consts_50_names = {
84343     ._object = {
84344         .ob_base = {
84345             .ob_base = {
84346                 .ob_refcnt = 999999999,
84347                 .ob_type = &PyTuple_Type,
84348             },
84349             .ob_size = 22,
84350         },
84351         .ob_item = {
84352             &_Py_ID(__name__),
84353             &_Py_ID(__module__),
84354             &_Py_ID(__qualname__),
84355             &_Py_ID(__doc__),
84356             &_Py_ID(__slots__),
84357             &_Py_ID(__le__),
84358             &_Py_ID(__lt__),
84359             &_Py_ID(__gt__),
84360             &_Py_ID(__ge__),
84361             &_Py_ID(__eq__),
84362             & const_str_classmethod._ascii.ob_base,
84363             & const_str__from_iterable._ascii.ob_base,
84364             &_Py_ID(__and__),
84365             &_Py_ID(__rand__),
84366             & const_str_isdisjoint._ascii.ob_base,
84367             &_Py_ID(__or__),
84368             &_Py_ID(__ror__),
84369             &_Py_ID(__sub__),
84370             &_Py_ID(__rsub__),
84371             &_Py_ID(__xor__),
84372             &_Py_ID(__rxor__),
84373             & const_str__hash._ascii.ob_base,
84374         },
84375     },
84376 };
84377 static
84378     struct {
84379         PyObject_VAR_HEAD
84380         Py_hash_t ob_shash;
84381         char ob_sval[269];
84382     }
84383 _collections_abc_toplevel_consts_50_linetable = {
84384     .ob_base = {
84385         .ob_base = {
84386             .ob_refcnt = 999999999,
84387             .ob_type = &PyBytes_Type,
84388         },
84389         .ob_size = 268,
84390     },
84391     .ob_shash = -1,
84392     .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\xf1\x03\x00\x06\x11\x84\x5b\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",
84393 };
84394 static
84395     struct _PyCode_DEF(128)
84396 _collections_abc_toplevel_consts_50 = {
84397     .ob_base = {
84398         .ob_base = {
84399             .ob_refcnt = 999999999,
84400             .ob_type = &PyCode_Type,
84401         },
84402         .ob_size = 64,
84403     },
84404     .co_consts = & _collections_abc_toplevel_consts_50_consts._object.ob_base.ob_base,
84405     .co_names = & _collections_abc_toplevel_consts_50_names._object.ob_base.ob_base,
84406     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
84407     .co_flags = 0,
84408     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
84409     ._co_linearray_entry_size = 0,
84410     .co_argcount = 0,
84411     .co_posonlyargcount = 0,
84412     .co_kwonlyargcount = 0,
84413     .co_stacksize = 2,
84414     .co_firstlineno = 528,
84415     .co_nlocalsplus = 0,
84416     .co_nlocals = 0,
84417     .co_nplaincellvars = 0,
84418     .co_ncellvars = 0,
84419     .co_nfreevars = 0,
84420     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
84421     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
84422     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
84423     .co_name = & const_str_Set._ascii.ob_base,
84424     .co_qualname = & const_str_Set._ascii.ob_base,
84425     .co_linetable = & _collections_abc_toplevel_consts_50_linetable.ob_base.ob_base,
84426     ._co_code = NULL,
84427     ._co_linearray = NULL,
84428     .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\xa6\x00\x00\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",
84429     ._co_firsttraceable = 0,
84430 };
84431 static
84432     struct {
84433         PyASCIIObject _ascii;
84434         uint8_t _data[392];
84435     }
84436 _collections_abc_toplevel_consts_52_consts_1 = {
84437     ._ascii = {
84438         .ob_base = {
84439             .ob_refcnt = 999999999,
84440             .ob_type = &PyUnicode_Type,
84441         },
84442         .length = 391,
84443         .hash = -1,
84444         .state = {
84445             .kind = 1,
84446             .compact = 1,
84447             .ascii = 1,
84448             .ready = 1,
84449         },
84450     },
84451     ._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",
84452 };
84453 static
84454     struct {
84455         PyASCIIObject _ascii;
84456         uint8_t _data[16];
84457     }
84458 _collections_abc_toplevel_consts_52_consts_3_consts_0 = {
84459     ._ascii = {
84460         .ob_base = {
84461             .ob_refcnt = 999999999,
84462             .ob_type = &PyUnicode_Type,
84463         },
84464         .length = 15,
84465         .hash = -1,
84466         .state = {
84467             .kind = 1,
84468             .compact = 1,
84469             .ascii = 1,
84470             .ready = 1,
84471         },
84472     },
84473     ._data = "Add an element.",
84474 };
84475 static
84476     struct {
84477         PyGC_Head _gc_head;
84478         struct {
84479             PyObject_VAR_HEAD
84480             PyObject *ob_item[1];
84481         }_object;
84482     }
84483 _collections_abc_toplevel_consts_52_consts_3_consts = {
84484     ._object = {
84485         .ob_base = {
84486             .ob_base = {
84487                 .ob_refcnt = 999999999,
84488                 .ob_type = &PyTuple_Type,
84489             },
84490             .ob_size = 1,
84491         },
84492         .ob_item = {
84493             & _collections_abc_toplevel_consts_52_consts_3_consts_0._ascii.ob_base,
84494         },
84495     },
84496 };
84497 static
84498     struct {
84499         PyASCIIObject _ascii;
84500         uint8_t _data[15];
84501     }
84502 _collections_abc_toplevel_consts_52_consts_3_qualname = {
84503     ._ascii = {
84504         .ob_base = {
84505             .ob_refcnt = 999999999,
84506             .ob_type = &PyUnicode_Type,
84507         },
84508         .length = 14,
84509         .hash = -1,
84510         .state = {
84511             .kind = 1,
84512             .compact = 1,
84513             .ascii = 1,
84514             .ready = 1,
84515         },
84516     },
84517     ._data = "MutableSet.add",
84518 };
84519 static
84520     struct _PyCode_DEF(16)
84521 _collections_abc_toplevel_consts_52_consts_3 = {
84522     .ob_base = {
84523         .ob_base = {
84524             .ob_refcnt = 999999999,
84525             .ob_type = &PyCode_Type,
84526         },
84527         .ob_size = 8,
84528     },
84529     .co_consts = & _collections_abc_toplevel_consts_52_consts_3_consts._object.ob_base.ob_base,
84530     .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
84531     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
84532     .co_flags = 3,
84533     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
84534     ._co_linearray_entry_size = 0,
84535     .co_argcount = 2,
84536     .co_posonlyargcount = 0,
84537     .co_kwonlyargcount = 0,
84538     .co_stacksize = 1,
84539     .co_firstlineno = 683,
84540     .co_nlocalsplus = 2,
84541     .co_nlocals = 2,
84542     .co_nplaincellvars = 0,
84543     .co_ncellvars = 0,
84544     .co_nfreevars = 0,
84545     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
84546     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
84547     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
84548     .co_name = &_Py_ID(add),
84549     .co_qualname = & _collections_abc_toplevel_consts_52_consts_3_qualname._ascii.ob_base,
84550     .co_linetable = & codecs_toplevel_consts_18_consts_4_linetable.ob_base.ob_base,
84551     ._co_code = NULL,
84552     ._co_linearray = NULL,
84553     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
84554     ._co_firsttraceable = 0,
84555 };
84556 static
84557     struct {
84558         PyASCIIObject _ascii;
84559         uint8_t _data[57];
84560     }
84561 _collections_abc_toplevel_consts_52_consts_4_consts_0 = {
84562     ._ascii = {
84563         .ob_base = {
84564             .ob_refcnt = 999999999,
84565             .ob_type = &PyUnicode_Type,
84566         },
84567         .length = 56,
84568         .hash = -1,
84569         .state = {
84570             .kind = 1,
84571             .compact = 1,
84572             .ascii = 1,
84573             .ready = 1,
84574         },
84575     },
84576     ._data = "Remove an element.  Do not raise an exception if absent.",
84577 };
84578 static
84579     struct {
84580         PyGC_Head _gc_head;
84581         struct {
84582             PyObject_VAR_HEAD
84583             PyObject *ob_item[1];
84584         }_object;
84585     }
84586 _collections_abc_toplevel_consts_52_consts_4_consts = {
84587     ._object = {
84588         .ob_base = {
84589             .ob_base = {
84590                 .ob_refcnt = 999999999,
84591                 .ob_type = &PyTuple_Type,
84592             },
84593             .ob_size = 1,
84594         },
84595         .ob_item = {
84596             & _collections_abc_toplevel_consts_52_consts_4_consts_0._ascii.ob_base,
84597         },
84598     },
84599 };
84600 static
84601     struct {
84602         PyASCIIObject _ascii;
84603         uint8_t _data[8];
84604     }
84605 const_str_discard = {
84606     ._ascii = {
84607         .ob_base = {
84608             .ob_refcnt = 999999999,
84609             .ob_type = &PyUnicode_Type,
84610         },
84611         .length = 7,
84612         .hash = -1,
84613         .state = {
84614             .kind = 1,
84615             .compact = 1,
84616             .ascii = 1,
84617             .ready = 1,
84618         },
84619     },
84620     ._data = "discard",
84621 };
84622 static
84623     struct {
84624         PyASCIIObject _ascii;
84625         uint8_t _data[19];
84626     }
84627 _collections_abc_toplevel_consts_52_consts_4_qualname = {
84628     ._ascii = {
84629         .ob_base = {
84630             .ob_refcnt = 999999999,
84631             .ob_type = &PyUnicode_Type,
84632         },
84633         .length = 18,
84634         .hash = -1,
84635         .state = {
84636             .kind = 1,
84637             .compact = 1,
84638             .ascii = 1,
84639             .ready = 1,
84640         },
84641     },
84642     ._data = "MutableSet.discard",
84643 };
84644 static
84645     struct _PyCode_DEF(16)
84646 _collections_abc_toplevel_consts_52_consts_4 = {
84647     .ob_base = {
84648         .ob_base = {
84649             .ob_refcnt = 999999999,
84650             .ob_type = &PyCode_Type,
84651         },
84652         .ob_size = 8,
84653     },
84654     .co_consts = & _collections_abc_toplevel_consts_52_consts_4_consts._object.ob_base.ob_base,
84655     .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
84656     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
84657     .co_flags = 3,
84658     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
84659     ._co_linearray_entry_size = 0,
84660     .co_argcount = 2,
84661     .co_posonlyargcount = 0,
84662     .co_kwonlyargcount = 0,
84663     .co_stacksize = 1,
84664     .co_firstlineno = 688,
84665     .co_nlocalsplus = 2,
84666     .co_nlocals = 2,
84667     .co_nplaincellvars = 0,
84668     .co_ncellvars = 0,
84669     .co_nfreevars = 0,
84670     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
84671     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
84672     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
84673     .co_name = & const_str_discard._ascii.ob_base,
84674     .co_qualname = & _collections_abc_toplevel_consts_52_consts_4_qualname._ascii.ob_base,
84675     .co_linetable = & codecs_toplevel_consts_18_consts_4_linetable.ob_base.ob_base,
84676     ._co_code = NULL,
84677     ._co_linearray = NULL,
84678     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
84679     ._co_firsttraceable = 0,
84680 };
84681 static
84682     struct {
84683         PyASCIIObject _ascii;
84684         uint8_t _data[54];
84685     }
84686 _collections_abc_toplevel_consts_52_consts_5_consts_0 = {
84687     ._ascii = {
84688         .ob_base = {
84689             .ob_refcnt = 999999999,
84690             .ob_type = &PyUnicode_Type,
84691         },
84692         .length = 53,
84693         .hash = -1,
84694         .state = {
84695             .kind = 1,
84696             .compact = 1,
84697             .ascii = 1,
84698             .ready = 1,
84699         },
84700     },
84701     ._data = "Remove an element. If not a member, raise a KeyError.",
84702 };
84703 static
84704     struct {
84705         PyGC_Head _gc_head;
84706         struct {
84707             PyObject_VAR_HEAD
84708             PyObject *ob_item[2];
84709         }_object;
84710     }
84711 _collections_abc_toplevel_consts_52_consts_5_consts = {
84712     ._object = {
84713         .ob_base = {
84714             .ob_base = {
84715                 .ob_refcnt = 999999999,
84716                 .ob_type = &PyTuple_Type,
84717             },
84718             .ob_size = 2,
84719         },
84720         .ob_item = {
84721             & _collections_abc_toplevel_consts_52_consts_5_consts_0._ascii.ob_base,
84722             Py_None,
84723         },
84724     },
84725 };
84726 static
84727     struct {
84728         PyGC_Head _gc_head;
84729         struct {
84730             PyObject_VAR_HEAD
84731             PyObject *ob_item[2];
84732         }_object;
84733     }
84734 _collections_abc_toplevel_consts_52_consts_5_names = {
84735     ._object = {
84736         .ob_base = {
84737             .ob_base = {
84738                 .ob_refcnt = 999999999,
84739                 .ob_type = &PyTuple_Type,
84740             },
84741             .ob_size = 2,
84742         },
84743         .ob_item = {
84744             & const_str_KeyError._ascii.ob_base,
84745             & const_str_discard._ascii.ob_base,
84746         },
84747     },
84748 };
84749 static
84750     struct {
84751         PyASCIIObject _ascii;
84752         uint8_t _data[7];
84753     }
84754 const_str_remove = {
84755     ._ascii = {
84756         .ob_base = {
84757             .ob_refcnt = 999999999,
84758             .ob_type = &PyUnicode_Type,
84759         },
84760         .length = 6,
84761         .hash = -1,
84762         .state = {
84763             .kind = 1,
84764             .compact = 1,
84765             .ascii = 1,
84766             .ready = 1,
84767         },
84768     },
84769     ._data = "remove",
84770 };
84771 static
84772     struct {
84773         PyASCIIObject _ascii;
84774         uint8_t _data[18];
84775     }
84776 _collections_abc_toplevel_consts_52_consts_5_qualname = {
84777     ._ascii = {
84778         .ob_base = {
84779             .ob_refcnt = 999999999,
84780             .ob_type = &PyUnicode_Type,
84781         },
84782         .length = 17,
84783         .hash = -1,
84784         .state = {
84785             .kind = 1,
84786             .compact = 1,
84787             .ascii = 1,
84788             .ready = 1,
84789         },
84790     },
84791     ._data = "MutableSet.remove",
84792 };
84793 static
84794     struct {
84795         PyObject_VAR_HEAD
84796         Py_hash_t ob_shash;
84797         char ob_sval[50];
84798     }
84799 _collections_abc_toplevel_consts_52_consts_5_linetable = {
84800     .ob_base = {
84801         .ob_base = {
84802             .ob_refcnt = 999999999,
84803             .ob_type = &PyBytes_Type,
84804         },
84805         .ob_size = 49,
84806     },
84807     .ob_shash = -1,
84808     .ob_sval = "\x80\x00\xe0\x0b\x10\x98\x04\xd0\x0b\x1c\xd0\x0b\x1c\xdd\x12\x1a\x98\x35\x91\x2f\x94\x2f\xd0\x0c\x21\xd8\x08\x0c\x8f\x0c\x8a\x0c\x90\x55\xd1\x08\x1b\xd4\x08\x1b\xd0\x08\x1b\xd0\x08\x1b\xd0\x08\x1b",
84809 };
84810 static
84811     struct _PyCode_DEF(86)
84812 _collections_abc_toplevel_consts_52_consts_5 = {
84813     .ob_base = {
84814         .ob_base = {
84815             .ob_refcnt = 999999999,
84816             .ob_type = &PyCode_Type,
84817         },
84818         .ob_size = 43,
84819     },
84820     .co_consts = & _collections_abc_toplevel_consts_52_consts_5_consts._object.ob_base.ob_base,
84821     .co_names = & _collections_abc_toplevel_consts_52_consts_5_names._object.ob_base.ob_base,
84822     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
84823     .co_flags = 3,
84824     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
84825     ._co_linearray_entry_size = 0,
84826     .co_argcount = 2,
84827     .co_posonlyargcount = 0,
84828     .co_kwonlyargcount = 0,
84829     .co_stacksize = 3,
84830     .co_firstlineno = 693,
84831     .co_nlocalsplus = 2,
84832     .co_nlocals = 2,
84833     .co_nplaincellvars = 0,
84834     .co_ncellvars = 0,
84835     .co_nfreevars = 0,
84836     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
84837     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
84838     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
84839     .co_name = & const_str_remove._ascii.ob_base,
84840     .co_qualname = & _collections_abc_toplevel_consts_52_consts_5_qualname._ascii.ob_base,
84841     .co_linetable = & _collections_abc_toplevel_consts_52_consts_5_linetable.ob_base.ob_base,
84842     ._co_code = NULL,
84843     ._co_linearray = NULL,
84844     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x76\x01\x72\x0f\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
84845     ._co_firsttraceable = 0,
84846 };
84847 static
84848     struct {
84849         PyASCIIObject _ascii;
84850         uint8_t _data[51];
84851     }
84852 _collections_abc_toplevel_consts_52_consts_6_consts_0 = {
84853     ._ascii = {
84854         .ob_base = {
84855             .ob_refcnt = 999999999,
84856             .ob_type = &PyUnicode_Type,
84857         },
84858         .length = 50,
84859         .hash = -1,
84860         .state = {
84861             .kind = 1,
84862             .compact = 1,
84863             .ascii = 1,
84864             .ready = 1,
84865         },
84866     },
84867     ._data = "Return the popped value.  Raise KeyError if empty.",
84868 };
84869 static
84870     struct {
84871         PyGC_Head _gc_head;
84872         struct {
84873             PyObject_VAR_HEAD
84874             PyObject *ob_item[2];
84875         }_object;
84876     }
84877 _collections_abc_toplevel_consts_52_consts_6_consts = {
84878     ._object = {
84879         .ob_base = {
84880             .ob_base = {
84881                 .ob_refcnt = 999999999,
84882                 .ob_type = &PyTuple_Type,
84883             },
84884             .ob_size = 2,
84885         },
84886         .ob_item = {
84887             & _collections_abc_toplevel_consts_52_consts_6_consts_0._ascii.ob_base,
84888             Py_None,
84889         },
84890     },
84891 };
84892 static
84893     struct {
84894         PyGC_Head _gc_head;
84895         struct {
84896             PyObject_VAR_HEAD
84897             PyObject *ob_item[5];
84898         }_object;
84899     }
84900 _collections_abc_toplevel_consts_52_consts_6_names = {
84901     ._object = {
84902         .ob_base = {
84903             .ob_base = {
84904                 .ob_refcnt = 999999999,
84905                 .ob_type = &PyTuple_Type,
84906             },
84907             .ob_size = 5,
84908         },
84909         .ob_item = {
84910             &_Py_ID(iter),
84911             &_Py_ID(next),
84912             & const_str_StopIteration._ascii.ob_base,
84913             & const_str_KeyError._ascii.ob_base,
84914             & const_str_discard._ascii.ob_base,
84915         },
84916     },
84917 };
84918 static
84919     struct {
84920         PyASCIIObject _ascii;
84921         uint8_t _data[15];
84922     }
84923 _collections_abc_toplevel_consts_52_consts_6_qualname = {
84924     ._ascii = {
84925         .ob_base = {
84926             .ob_refcnt = 999999999,
84927             .ob_type = &PyUnicode_Type,
84928         },
84929         .length = 14,
84930         .hash = -1,
84931         .state = {
84932             .kind = 1,
84933             .compact = 1,
84934             .ascii = 1,
84935             .ready = 1,
84936         },
84937     },
84938     ._data = "MutableSet.pop",
84939 };
84940 static
84941     struct {
84942         PyObject_VAR_HEAD
84943         Py_hash_t ob_shash;
84944         char ob_sval[90];
84945     }
84946 _collections_abc_toplevel_consts_52_consts_6_linetable = {
84947     .ob_base = {
84948         .ob_base = {
84949             .ob_refcnt = 999999999,
84950             .ob_type = &PyBytes_Type,
84951         },
84952         .ob_size = 89,
84953     },
84954     .ob_shash = -1,
84955     .ob_sval = "\x80\x00\xe5\x0d\x11\x90\x24\x89\x5a\x8c\x5a\x88\x02\xf0\x02\x03\x09\x25\xdd\x14\x18\x98\x12\x91\x48\x94\x48\x88\x45\x88\x45\xf8\xdd\x0f\x1c\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\xe0\x08\x0c\x8f\x0c\x8a\x0c\x90\x55\xd1\x08\x1b\xd4\x08\x1b\xd0\x08\x1b\xd8\x0f\x14\x88\x0c",
84956 };
84957 static
84958     struct {
84959         PyObject_VAR_HEAD
84960         Py_hash_t ob_shash;
84961         char ob_sval[9];
84962     }
84963 _collections_abc_toplevel_consts_52_consts_6_exceptiontable = {
84964     .ob_base = {
84965         .ob_base = {
84966             .ob_refcnt = 999999999,
84967             .ob_type = &PyBytes_Type,
84968         },
84969         .ob_size = 8,
84970     },
84971     .ob_shash = -1,
84972     .ob_sval = "\x91\x0f\x21\x00\xa1\x13\x34\x03",
84973 };
84974 static
84975     struct {
84976         PyGC_Head _gc_head;
84977         struct {
84978             PyObject_VAR_HEAD
84979             PyObject *ob_item[3];
84980         }_object;
84981     }
84982 _collections_abc_toplevel_consts_52_consts_6_localsplusnames = {
84983     ._object = {
84984         .ob_base = {
84985             .ob_base = {
84986                 .ob_refcnt = 999999999,
84987                 .ob_type = &PyTuple_Type,
84988             },
84989             .ob_size = 3,
84990         },
84991         .ob_item = {
84992             & const_str_self._ascii.ob_base,
84993             & const_str_it._ascii.ob_base,
84994             & const_str_value._ascii.ob_base,
84995         },
84996     },
84997 };
84998 static
84999     struct _PyCode_DEF(156)
85000 _collections_abc_toplevel_consts_52_consts_6 = {
85001     .ob_base = {
85002         .ob_base = {
85003             .ob_refcnt = 999999999,
85004             .ob_type = &PyCode_Type,
85005         },
85006         .ob_size = 78,
85007     },
85008     .co_consts = & _collections_abc_toplevel_consts_52_consts_6_consts._object.ob_base.ob_base,
85009     .co_names = & _collections_abc_toplevel_consts_52_consts_6_names._object.ob_base.ob_base,
85010     .co_exceptiontable = & _collections_abc_toplevel_consts_52_consts_6_exceptiontable.ob_base.ob_base,
85011     .co_flags = 3,
85012     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
85013     ._co_linearray_entry_size = 0,
85014     .co_argcount = 1,
85015     .co_posonlyargcount = 0,
85016     .co_kwonlyargcount = 0,
85017     .co_stacksize = 4,
85018     .co_firstlineno = 699,
85019     .co_nlocalsplus = 3,
85020     .co_nlocals = 3,
85021     .co_nplaincellvars = 0,
85022     .co_ncellvars = 0,
85023     .co_nfreevars = 0,
85024     .co_localsplusnames = & _collections_abc_toplevel_consts_52_consts_6_localsplusnames._object.ob_base.ob_base,
85025     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
85026     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
85027     .co_name = & const_str_pop._ascii.ob_base,
85028     .co_qualname = & _collections_abc_toplevel_consts_52_consts_6_qualname._ascii.ob_base,
85029     .co_linetable = & _collections_abc_toplevel_consts_52_consts_6_linetable.ob_base.ob_base,
85030     ._co_code = NULL,
85031     ._co_linearray = NULL,
85032     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x6e\x16\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\x7c\x00\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x53\x00",
85033     ._co_firsttraceable = 0,
85034 };
85035 static
85036     struct {
85037         PyASCIIObject _ascii;
85038         uint8_t _data[55];
85039     }
85040 _collections_abc_toplevel_consts_52_consts_7_consts_0 = {
85041     ._ascii = {
85042         .ob_base = {
85043             .ob_refcnt = 999999999,
85044             .ob_type = &PyUnicode_Type,
85045         },
85046         .length = 54,
85047         .hash = -1,
85048         .state = {
85049             .kind = 1,
85050             .compact = 1,
85051             .ascii = 1,
85052             .ready = 1,
85053         },
85054     },
85055     ._data = "This is slow (creates N new iterators!) but effective.",
85056 };
85057 static
85058     struct {
85059         PyGC_Head _gc_head;
85060         struct {
85061             PyObject_VAR_HEAD
85062             PyObject *ob_item[3];
85063         }_object;
85064     }
85065 _collections_abc_toplevel_consts_52_consts_7_consts = {
85066     ._object = {
85067         .ob_base = {
85068             .ob_base = {
85069                 .ob_refcnt = 999999999,
85070                 .ob_type = &PyTuple_Type,
85071             },
85072             .ob_size = 3,
85073         },
85074         .ob_item = {
85075             & _collections_abc_toplevel_consts_52_consts_7_consts_0._ascii.ob_base,
85076             Py_True,
85077             Py_None,
85078         },
85079     },
85080 };
85081 static
85082     struct {
85083         PyGC_Head _gc_head;
85084         struct {
85085             PyObject_VAR_HEAD
85086             PyObject *ob_item[2];
85087         }_object;
85088     }
85089 _collections_abc_toplevel_consts_52_consts_7_names = {
85090     ._object = {
85091         .ob_base = {
85092             .ob_base = {
85093                 .ob_refcnt = 999999999,
85094                 .ob_type = &PyTuple_Type,
85095             },
85096             .ob_size = 2,
85097         },
85098         .ob_item = {
85099             & const_str_pop._ascii.ob_base,
85100             & const_str_KeyError._ascii.ob_base,
85101         },
85102     },
85103 };
85104 static
85105     struct {
85106         PyASCIIObject _ascii;
85107         uint8_t _data[17];
85108     }
85109 _collections_abc_toplevel_consts_52_consts_7_qualname = {
85110     ._ascii = {
85111         .ob_base = {
85112             .ob_refcnt = 999999999,
85113             .ob_type = &PyUnicode_Type,
85114         },
85115         .length = 16,
85116         .hash = -1,
85117         .state = {
85118             .kind = 1,
85119             .compact = 1,
85120             .ascii = 1,
85121             .ready = 1,
85122         },
85123     },
85124     ._data = "MutableSet.clear",
85125 };
85126 static
85127     struct {
85128         PyObject_VAR_HEAD
85129         Py_hash_t ob_shash;
85130         char ob_sval[65];
85131     }
85132 _collections_abc_toplevel_consts_52_consts_7_linetable = {
85133     .ob_base = {
85134         .ob_base = {
85135             .ob_refcnt = 999999999,
85136             .ob_type = &PyBytes_Type,
85137         },
85138         .ob_size = 64,
85139     },
85140     .ob_shash = -1,
85141     .ob_sval = "\x80\x00\xf0\x04\x04\x09\x11\xf0\x02\x01\x0d\x1b\xd8\x10\x14\x97\x08\x92\x08\x91\x0a\x94\x0a\x90\x0a\xf0\x03\x01\x0d\x1b\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",
85142 };
85143 static
85144     struct {
85145         PyObject_VAR_HEAD
85146         Py_hash_t ob_shash;
85147         char ob_sval[13];
85148     }
85149 _collections_abc_toplevel_consts_52_consts_7_exceptiontable = {
85150     .ob_base = {
85151         .ob_base = {
85152             .ob_refcnt = 999999999,
85153             .ob_type = &PyBytes_Type,
85154         },
85155         .ob_size = 12,
85156     },
85157     .ob_shash = -1,
85158     .ob_sval = "\x82\x16\x18\x00\x98\x0a\x26\x03\xa5\x01\x26\x03",
85159 };
85160 static
85161     struct _PyCode_DEF(82)
85162 _collections_abc_toplevel_consts_52_consts_7 = {
85163     .ob_base = {
85164         .ob_base = {
85165             .ob_refcnt = 999999999,
85166             .ob_type = &PyCode_Type,
85167         },
85168         .ob_size = 41,
85169     },
85170     .co_consts = & _collections_abc_toplevel_consts_52_consts_7_consts._object.ob_base.ob_base,
85171     .co_names = & _collections_abc_toplevel_consts_52_consts_7_names._object.ob_base.ob_base,
85172     .co_exceptiontable = & _collections_abc_toplevel_consts_52_consts_7_exceptiontable.ob_base.ob_base,
85173     .co_flags = 3,
85174     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
85175     ._co_linearray_entry_size = 0,
85176     .co_argcount = 1,
85177     .co_posonlyargcount = 0,
85178     .co_kwonlyargcount = 0,
85179     .co_stacksize = 4,
85180     .co_firstlineno = 709,
85181     .co_nlocalsplus = 1,
85182     .co_nlocals = 1,
85183     .co_nplaincellvars = 0,
85184     .co_ncellvars = 0,
85185     .co_nfreevars = 0,
85186     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
85187     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
85188     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
85189     .co_name = &_Py_ID(clear),
85190     .co_qualname = & _collections_abc_toplevel_consts_52_consts_7_qualname._ascii.ob_base,
85191     .co_linetable = & _collections_abc_toplevel_consts_52_consts_7_linetable.ob_base.ob_base,
85192     ._co_code = NULL,
85193     ._co_linearray = NULL,
85194     .co_code_adaptive = "\x97\x00\x09\x00\x09\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x15\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",
85195     ._co_firsttraceable = 0,
85196 };
85197 static
85198     struct {
85199         PyGC_Head _gc_head;
85200         struct {
85201             PyObject_VAR_HEAD
85202             PyObject *ob_item[1];
85203         }_object;
85204     }
85205 _collections_abc_toplevel_consts_52_consts_8_names = {
85206     ._object = {
85207         .ob_base = {
85208             .ob_base = {
85209                 .ob_refcnt = 999999999,
85210                 .ob_type = &PyTuple_Type,
85211             },
85212             .ob_size = 1,
85213         },
85214         .ob_item = {
85215             &_Py_ID(add),
85216         },
85217     },
85218 };
85219 static
85220     struct {
85221         PyASCIIObject _ascii;
85222         uint8_t _data[19];
85223     }
85224 _collections_abc_toplevel_consts_52_consts_8_qualname = {
85225     ._ascii = {
85226         .ob_base = {
85227             .ob_refcnt = 999999999,
85228             .ob_type = &PyUnicode_Type,
85229         },
85230         .length = 18,
85231         .hash = -1,
85232         .state = {
85233             .kind = 1,
85234             .compact = 1,
85235             .ascii = 1,
85236             .ready = 1,
85237         },
85238     },
85239     ._data = "MutableSet.__ior__",
85240 };
85241 static
85242     struct {
85243         PyObject_VAR_HEAD
85244         Py_hash_t ob_shash;
85245         char ob_sval[40];
85246     }
85247 _collections_abc_toplevel_consts_52_consts_8_linetable = {
85248     .ob_base = {
85249         .ob_base = {
85250             .ob_refcnt = 999999999,
85251             .ob_type = &PyBytes_Type,
85252         },
85253         .ob_size = 39,
85254     },
85255     .ob_shash = -1,
85256     .ob_sval = "\x80\x00\xd8\x15\x17\xf0\x00\x01\x09\x1c\xf0\x00\x01\x09\x1c\x88\x45\xd8\x0c\x10\x8f\x48\x8a\x48\x90\x55\x89\x4f\x8c\x4f\x88\x4f\x88\x4f\xd8\x0f\x13\x88\x0b",
85257 };
85258 static
85259     struct _PyCode_DEF(58)
85260 _collections_abc_toplevel_consts_52_consts_8 = {
85261     .ob_base = {
85262         .ob_base = {
85263             .ob_refcnt = 999999999,
85264             .ob_type = &PyCode_Type,
85265         },
85266         .ob_size = 29,
85267     },
85268     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
85269     .co_names = & _collections_abc_toplevel_consts_52_consts_8_names._object.ob_base.ob_base,
85270     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
85271     .co_flags = 3,
85272     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
85273     ._co_linearray_entry_size = 0,
85274     .co_argcount = 2,
85275     .co_posonlyargcount = 0,
85276     .co_kwonlyargcount = 0,
85277     .co_stacksize = 4,
85278     .co_firstlineno = 717,
85279     .co_nlocalsplus = 3,
85280     .co_nlocals = 3,
85281     .co_nplaincellvars = 0,
85282     .co_ncellvars = 0,
85283     .co_nfreevars = 0,
85284     .co_localsplusnames = & _collections_abc_toplevel_consts_52_consts_6_localsplusnames._object.ob_base.ob_base,
85285     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
85286     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
85287     .co_name = &_Py_ID(__ior__),
85288     .co_qualname = & _collections_abc_toplevel_consts_52_consts_8_qualname._ascii.ob_base,
85289     .co_linetable = & _collections_abc_toplevel_consts_52_consts_8_linetable.ob_base.ob_base,
85290     ._co_code = NULL,
85291     ._co_linearray = NULL,
85292     .co_code_adaptive = "\x97\x00\x7c\x01\x44\x00\x5d\x17\x7d\x02\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x18\x7c\x00\x53\x00",
85293     ._co_firsttraceable = 0,
85294 };
85295 static
85296     struct {
85297         PyGC_Head _gc_head;
85298         struct {
85299             PyObject_VAR_HEAD
85300             PyObject *ob_item[1];
85301         }_object;
85302     }
85303 _collections_abc_toplevel_consts_52_consts_9_names = {
85304     ._object = {
85305         .ob_base = {
85306             .ob_base = {
85307                 .ob_refcnt = 999999999,
85308                 .ob_type = &PyTuple_Type,
85309             },
85310             .ob_size = 1,
85311         },
85312         .ob_item = {
85313             & const_str_discard._ascii.ob_base,
85314         },
85315     },
85316 };
85317 static
85318     struct {
85319         PyASCIIObject _ascii;
85320         uint8_t _data[20];
85321     }
85322 _collections_abc_toplevel_consts_52_consts_9_qualname = {
85323     ._ascii = {
85324         .ob_base = {
85325             .ob_refcnt = 999999999,
85326             .ob_type = &PyUnicode_Type,
85327         },
85328         .length = 19,
85329         .hash = -1,
85330         .state = {
85331             .kind = 1,
85332             .compact = 1,
85333             .ascii = 1,
85334             .ready = 1,
85335         },
85336     },
85337     ._data = "MutableSet.__iand__",
85338 };
85339 static
85340     struct {
85341         PyObject_VAR_HEAD
85342         Py_hash_t ob_shash;
85343         char ob_sval[48];
85344     }
85345 _collections_abc_toplevel_consts_52_consts_9_linetable = {
85346     .ob_base = {
85347         .ob_base = {
85348             .ob_refcnt = 999999999,
85349             .ob_type = &PyBytes_Type,
85350         },
85351         .ob_size = 47,
85352     },
85353     .ob_shash = -1,
85354     .ob_sval = "\x80\x00\xd8\x16\x1a\x98\x52\x91\x69\xf0\x00\x01\x09\x20\xf0\x00\x01\x09\x20\x88\x45\xd8\x0c\x10\x8f\x4c\x8a\x4c\x98\x15\xd1\x0c\x1f\xd4\x0c\x1f\xd0\x0c\x1f\xd0\x0c\x1f\xd8\x0f\x13\x88\x0b",
85355 };
85356 static
85357     struct _PyCode_DEF(64)
85358 _collections_abc_toplevel_consts_52_consts_9 = {
85359     .ob_base = {
85360         .ob_base = {
85361             .ob_refcnt = 999999999,
85362             .ob_type = &PyCode_Type,
85363         },
85364         .ob_size = 32,
85365     },
85366     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
85367     .co_names = & _collections_abc_toplevel_consts_52_consts_9_names._object.ob_base.ob_base,
85368     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
85369     .co_flags = 3,
85370     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
85371     ._co_linearray_entry_size = 0,
85372     .co_argcount = 2,
85373     .co_posonlyargcount = 0,
85374     .co_kwonlyargcount = 0,
85375     .co_stacksize = 4,
85376     .co_firstlineno = 722,
85377     .co_nlocalsplus = 3,
85378     .co_nlocals = 3,
85379     .co_nplaincellvars = 0,
85380     .co_ncellvars = 0,
85381     .co_nfreevars = 0,
85382     .co_localsplusnames = & _collections_abc_toplevel_consts_52_consts_6_localsplusnames._object.ob_base.ob_base,
85383     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
85384     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
85385     .co_name = &_Py_ID(__iand__),
85386     .co_qualname = & _collections_abc_toplevel_consts_52_consts_9_qualname._ascii.ob_base,
85387     .co_linetable = & _collections_abc_toplevel_consts_52_consts_9_linetable.ob_base.ob_base,
85388     ._co_code = NULL,
85389     ._co_linearray = NULL,
85390     .co_code_adaptive = "\x97\x00\x7c\x00\x7c\x01\x7a\x0a\x00\x00\x44\x00\x5d\x17\x7d\x02\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x18\x7c\x00\x53\x00",
85391     ._co_firsttraceable = 0,
85392 };
85393 static
85394     struct {
85395         PyGC_Head _gc_head;
85396         struct {
85397             PyObject_VAR_HEAD
85398             PyObject *ob_item[6];
85399         }_object;
85400     }
85401 _collections_abc_toplevel_consts_52_consts_10_names = {
85402     ._object = {
85403         .ob_base = {
85404             .ob_base = {
85405                 .ob_refcnt = 999999999,
85406                 .ob_type = &PyTuple_Type,
85407             },
85408             .ob_size = 6,
85409         },
85410         .ob_item = {
85411             &_Py_ID(clear),
85412             &_Py_ID(isinstance),
85413             & const_str_Set._ascii.ob_base,
85414             & const_str__from_iterable._ascii.ob_base,
85415             & const_str_discard._ascii.ob_base,
85416             &_Py_ID(add),
85417         },
85418     },
85419 };
85420 static
85421     struct {
85422         PyASCIIObject _ascii;
85423         uint8_t _data[20];
85424     }
85425 _collections_abc_toplevel_consts_52_consts_10_qualname = {
85426     ._ascii = {
85427         .ob_base = {
85428             .ob_refcnt = 999999999,
85429             .ob_type = &PyUnicode_Type,
85430         },
85431         .length = 19,
85432         .hash = -1,
85433         .state = {
85434             .kind = 1,
85435             .compact = 1,
85436             .ascii = 1,
85437             .ready = 1,
85438         },
85439     },
85440     ._data = "MutableSet.__ixor__",
85441 };
85442 static
85443     struct {
85444         PyObject_VAR_HEAD
85445         Py_hash_t ob_shash;
85446         char ob_sval[131];
85447     }
85448 _collections_abc_toplevel_consts_52_consts_10_linetable = {
85449     .ob_base = {
85450         .ob_base = {
85451             .ob_refcnt = 999999999,
85452             .ob_type = &PyBytes_Type,
85453         },
85454         .ob_size = 130,
85455     },
85456     .ob_shash = -1,
85457     .ob_sval = "\x80\x00\xd8\x0b\x0d\x90\x14\x88\x3a\x88\x3a\xd8\x0c\x10\x8f\x4a\x8a\x4a\x89\x4c\x8c\x4c\x88\x4c\x88\x4c\xe5\x13\x1d\x98\x62\xa5\x23\xd1\x13\x26\xd4\x13\x26\xf0\x00\x01\x0d\x2d\xd8\x15\x19\xd7\x15\x28\xd2\x15\x28\xa8\x12\xd1\x15\x2c\xd4\x15\x2c\x90\x02\xd8\x19\x1b\xf0\x00\x04\x0d\x24\xf0\x00\x04\x0d\x24\x90\x05\xd8\x13\x18\x98\x44\x90\x3d\x90\x3d\xd8\x14\x18\x97\x4c\x92\x4c\xa0\x15\xd1\x14\x27\xd4\x14\x27\xd0\x14\x27\xd0\x14\x27\xe0\x14\x18\x97\x48\x92\x48\x98\x55\x91\x4f\x94\x4f\x90\x4f\x90\x4f\xd8\x0f\x13\x88\x0b",
85458 };
85459 static
85460     struct _PyCode_DEF(244)
85461 _collections_abc_toplevel_consts_52_consts_10 = {
85462     .ob_base = {
85463         .ob_base = {
85464             .ob_refcnt = 999999999,
85465             .ob_type = &PyCode_Type,
85466         },
85467         .ob_size = 122,
85468     },
85469     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
85470     .co_names = & _collections_abc_toplevel_consts_52_consts_10_names._object.ob_base.ob_base,
85471     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
85472     .co_flags = 3,
85473     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
85474     ._co_linearray_entry_size = 0,
85475     .co_argcount = 2,
85476     .co_posonlyargcount = 0,
85477     .co_kwonlyargcount = 0,
85478     .co_stacksize = 4,
85479     .co_firstlineno = 727,
85480     .co_nlocalsplus = 3,
85481     .co_nlocals = 3,
85482     .co_nplaincellvars = 0,
85483     .co_ncellvars = 0,
85484     .co_nfreevars = 0,
85485     .co_localsplusnames = & _collections_abc_toplevel_consts_52_consts_6_localsplusnames._object.ob_base.ob_base,
85486     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
85487     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
85488     .co_name = &_Py_ID(__ixor__),
85489     .co_qualname = & _collections_abc_toplevel_consts_52_consts_10_qualname._ascii.ob_base,
85490     .co_linetable = & _collections_abc_toplevel_consts_52_consts_10_linetable.ob_base.ob_base,
85491     ._co_code = NULL,
85492     ._co_linearray = NULL,
85493     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x75\x00\x72\x15\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x5e\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x15\x7c\x00\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x44\x00\x5d\x31\x7d\x02\x7c\x02\x7c\x00\x76\x00\x72\x16\x7c\x00\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x1c\x7c\x00\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x32\x7c\x00\x53\x00",
85494     ._co_firsttraceable = 0,
85495 };
85496 static
85497     struct {
85498         PyGC_Head _gc_head;
85499         struct {
85500             PyObject_VAR_HEAD
85501             PyObject *ob_item[2];
85502         }_object;
85503     }
85504 _collections_abc_toplevel_consts_52_consts_11_names = {
85505     ._object = {
85506         .ob_base = {
85507             .ob_base = {
85508                 .ob_refcnt = 999999999,
85509                 .ob_type = &PyTuple_Type,
85510             },
85511             .ob_size = 2,
85512         },
85513         .ob_item = {
85514             &_Py_ID(clear),
85515             & const_str_discard._ascii.ob_base,
85516         },
85517     },
85518 };
85519 static
85520     struct {
85521         PyASCIIObject _ascii;
85522         uint8_t _data[20];
85523     }
85524 _collections_abc_toplevel_consts_52_consts_11_qualname = {
85525     ._ascii = {
85526         .ob_base = {
85527             .ob_refcnt = 999999999,
85528             .ob_type = &PyUnicode_Type,
85529         },
85530         .length = 19,
85531         .hash = -1,
85532         .state = {
85533             .kind = 1,
85534             .compact = 1,
85535             .ascii = 1,
85536             .ready = 1,
85537         },
85538     },
85539     ._data = "MutableSet.__isub__",
85540 };
85541 static
85542     struct {
85543         PyObject_VAR_HEAD
85544         Py_hash_t ob_shash;
85545         char ob_sval[68];
85546     }
85547 _collections_abc_toplevel_consts_52_consts_11_linetable = {
85548     .ob_base = {
85549         .ob_base = {
85550             .ob_refcnt = 999999999,
85551             .ob_type = &PyBytes_Type,
85552         },
85553         .ob_size = 67,
85554     },
85555     .ob_shash = -1,
85556     .ob_sval = "\x80\x00\xd8\x0b\x0d\x90\x14\x88\x3a\x88\x3a\xd8\x0c\x10\x8f\x4a\x8a\x4a\x89\x4c\x8c\x4c\x88\x4c\x88\x4c\xe0\x19\x1b\xf0\x00\x01\x0d\x24\xf0\x00\x01\x0d\x24\x90\x05\xd8\x10\x14\x97\x0c\x92\x0c\x98\x55\xd1\x10\x23\xd4\x10\x23\xd0\x10\x23\xd0\x10\x23\xd8\x0f\x13\x88\x0b",
85557 };
85558 static
85559     struct _PyCode_DEF(108)
85560 _collections_abc_toplevel_consts_52_consts_11 = {
85561     .ob_base = {
85562         .ob_base = {
85563             .ob_refcnt = 999999999,
85564             .ob_type = &PyCode_Type,
85565         },
85566         .ob_size = 54,
85567     },
85568     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
85569     .co_names = & _collections_abc_toplevel_consts_52_consts_11_names._object.ob_base.ob_base,
85570     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
85571     .co_flags = 3,
85572     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
85573     ._co_linearray_entry_size = 0,
85574     .co_argcount = 2,
85575     .co_posonlyargcount = 0,
85576     .co_kwonlyargcount = 0,
85577     .co_stacksize = 4,
85578     .co_firstlineno = 740,
85579     .co_nlocalsplus = 3,
85580     .co_nlocals = 3,
85581     .co_nplaincellvars = 0,
85582     .co_ncellvars = 0,
85583     .co_nfreevars = 0,
85584     .co_localsplusnames = & _collections_abc_toplevel_consts_52_consts_6_localsplusnames._object.ob_base.ob_base,
85585     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
85586     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
85587     .co_name = &_Py_ID(__isub__),
85588     .co_qualname = & _collections_abc_toplevel_consts_52_consts_11_qualname._ascii.ob_base,
85589     .co_linetable = & _collections_abc_toplevel_consts_52_consts_11_linetable.ob_base.ob_base,
85590     ._co_code = NULL,
85591     ._co_linearray = NULL,
85592     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x75\x00\x72\x15\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x1a\x7c\x01\x44\x00\x5d\x17\x7d\x02\x7c\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x18\x7c\x00\x53\x00",
85593     ._co_firsttraceable = 0,
85594 };
85595 static
85596     struct {
85597         PyGC_Head _gc_head;
85598         struct {
85599             PyObject_VAR_HEAD
85600             PyObject *ob_item[13];
85601         }_object;
85602     }
85603 _collections_abc_toplevel_consts_52_consts = {
85604     ._object = {
85605         .ob_base = {
85606             .ob_base = {
85607                 .ob_refcnt = 999999999,
85608                 .ob_type = &PyTuple_Type,
85609             },
85610             .ob_size = 13,
85611         },
85612         .ob_item = {
85613             & const_str_MutableSet._ascii.ob_base,
85614             & _collections_abc_toplevel_consts_52_consts_1._ascii.ob_base,
85615             (PyObject *)& _Py_SINGLETON(tuple_empty),
85616             & _collections_abc_toplevel_consts_52_consts_3.ob_base.ob_base,
85617             & _collections_abc_toplevel_consts_52_consts_4.ob_base.ob_base,
85618             & _collections_abc_toplevel_consts_52_consts_5.ob_base.ob_base,
85619             & _collections_abc_toplevel_consts_52_consts_6.ob_base.ob_base,
85620             & _collections_abc_toplevel_consts_52_consts_7.ob_base.ob_base,
85621             & _collections_abc_toplevel_consts_52_consts_8.ob_base.ob_base,
85622             & _collections_abc_toplevel_consts_52_consts_9.ob_base.ob_base,
85623             & _collections_abc_toplevel_consts_52_consts_10.ob_base.ob_base,
85624             & _collections_abc_toplevel_consts_52_consts_11.ob_base.ob_base,
85625             Py_None,
85626         },
85627     },
85628 };
85629 static
85630     struct {
85631         PyGC_Head _gc_head;
85632         struct {
85633             PyObject_VAR_HEAD
85634             PyObject *ob_item[15];
85635         }_object;
85636     }
85637 _collections_abc_toplevel_consts_52_names = {
85638     ._object = {
85639         .ob_base = {
85640             .ob_base = {
85641                 .ob_refcnt = 999999999,
85642                 .ob_type = &PyTuple_Type,
85643             },
85644             .ob_size = 15,
85645         },
85646         .ob_item = {
85647             &_Py_ID(__name__),
85648             &_Py_ID(__module__),
85649             &_Py_ID(__qualname__),
85650             &_Py_ID(__doc__),
85651             &_Py_ID(__slots__),
85652             & const_str_abstractmethod._ascii.ob_base,
85653             &_Py_ID(add),
85654             & const_str_discard._ascii.ob_base,
85655             & const_str_remove._ascii.ob_base,
85656             & const_str_pop._ascii.ob_base,
85657             &_Py_ID(clear),
85658             &_Py_ID(__ior__),
85659             &_Py_ID(__iand__),
85660             &_Py_ID(__ixor__),
85661             &_Py_ID(__isub__),
85662         },
85663     },
85664 };
85665 static
85666     struct {
85667         PyObject_VAR_HEAD
85668         Py_hash_t ob_shash;
85669         char ob_sval[195];
85670     }
85671 _collections_abc_toplevel_consts_52_linetable = {
85672     .ob_base = {
85673         .ob_base = {
85674             .ob_refcnt = 999999999,
85675             .ob_type = &PyBytes_Type,
85676         },
85677         .ob_size = 194,
85678     },
85679     .ob_shash = -1,
85680     .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\xf1\x03\x00\x06\x14\x84\x5e\xf0\x02\x02\x05\x22\xf0\x08\x00\x06\x14\xf0\x02\x02\x05\x22\xf0\x00\x02\x05\x22\xf1\x03\x00\x06\x14\x84\x5e\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",
85681 };
85682 static
85683     struct _PyCode_DEF(108)
85684 _collections_abc_toplevel_consts_52 = {
85685     .ob_base = {
85686         .ob_base = {
85687             .ob_refcnt = 999999999,
85688             .ob_type = &PyCode_Type,
85689         },
85690         .ob_size = 54,
85691     },
85692     .co_consts = & _collections_abc_toplevel_consts_52_consts._object.ob_base.ob_base,
85693     .co_names = & _collections_abc_toplevel_consts_52_names._object.ob_base.ob_base,
85694     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
85695     .co_flags = 0,
85696     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
85697     ._co_linearray_entry_size = 0,
85698     .co_argcount = 0,
85699     .co_posonlyargcount = 0,
85700     .co_kwonlyargcount = 0,
85701     .co_stacksize = 2,
85702     .co_firstlineno = 669,
85703     .co_nlocalsplus = 0,
85704     .co_nlocals = 0,
85705     .co_nplaincellvars = 0,
85706     .co_ncellvars = 0,
85707     .co_nfreevars = 0,
85708     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
85709     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
85710     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
85711     .co_name = & const_str_MutableSet._ascii.ob_base,
85712     .co_qualname = & const_str_MutableSet._ascii.ob_base,
85713     .co_linetable = & _collections_abc_toplevel_consts_52_linetable.ob_base.ob_base,
85714     ._co_code = NULL,
85715     ._co_linearray = NULL,
85716     .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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x65\x05\x64\x04\x84\x00\xa6\x00\x00\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",
85717     ._co_firsttraceable = 0,
85718 };
85719 static
85720     struct {
85721         PyASCIIObject _ascii;
85722         uint8_t _data[199];
85723     }
85724 _collections_abc_toplevel_consts_54_consts_1 = {
85725     ._ascii = {
85726         .ob_base = {
85727             .ob_refcnt = 999999999,
85728             .ob_type = &PyUnicode_Type,
85729         },
85730         .length = 198,
85731         .hash = -1,
85732         .state = {
85733             .kind = 1,
85734             .compact = 1,
85735             .ascii = 1,
85736             .ready = 1,
85737         },
85738     },
85739     ._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",
85740 };
85741 static
85742     struct {
85743         PyGC_Head _gc_head;
85744         struct {
85745             PyObject_VAR_HEAD
85746             PyObject *ob_item[1];
85747         }_object;
85748     }
85749 _collections_abc_toplevel_consts_54_consts_4_names = {
85750     ._object = {
85751         .ob_base = {
85752             .ob_base = {
85753                 .ob_refcnt = 999999999,
85754                 .ob_type = &PyTuple_Type,
85755             },
85756             .ob_size = 1,
85757         },
85758         .ob_item = {
85759             & const_str_KeyError._ascii.ob_base,
85760         },
85761     },
85762 };
85763 static
85764     struct {
85765         PyASCIIObject _ascii;
85766         uint8_t _data[20];
85767     }
85768 _collections_abc_toplevel_consts_54_consts_4_qualname = {
85769     ._ascii = {
85770         .ob_base = {
85771             .ob_refcnt = 999999999,
85772             .ob_type = &PyUnicode_Type,
85773         },
85774         .length = 19,
85775         .hash = -1,
85776         .state = {
85777             .kind = 1,
85778             .compact = 1,
85779             .ascii = 1,
85780             .ready = 1,
85781         },
85782     },
85783     ._data = "Mapping.__getitem__",
85784 };
85785 static
85786     struct {
85787         PyObject_VAR_HEAD
85788         Py_hash_t ob_shash;
85789         char ob_sval[8];
85790     }
85791 _collections_abc_toplevel_consts_54_consts_4_linetable = {
85792     .ob_base = {
85793         .ob_base = {
85794             .ob_refcnt = 999999999,
85795             .ob_type = &PyBytes_Type,
85796         },
85797         .ob_size = 7,
85798     },
85799     .ob_shash = -1,
85800     .ob_sval = "\x80\x00\xe5\x0e\x16\x88\x0e",
85801 };
85802 static
85803     struct {
85804         PyGC_Head _gc_head;
85805         struct {
85806             PyObject_VAR_HEAD
85807             PyObject *ob_item[2];
85808         }_object;
85809     }
85810 _collections_abc_toplevel_consts_54_consts_4_localsplusnames = {
85811     ._object = {
85812         .ob_base = {
85813             .ob_base = {
85814                 .ob_refcnt = 999999999,
85815                 .ob_type = &PyTuple_Type,
85816             },
85817             .ob_size = 2,
85818         },
85819         .ob_item = {
85820             & const_str_self._ascii.ob_base,
85821             & const_str_key._ascii.ob_base,
85822         },
85823     },
85824 };
85825 static
85826     struct _PyCode_DEF(16)
85827 _collections_abc_toplevel_consts_54_consts_4 = {
85828     .ob_base = {
85829         .ob_base = {
85830             .ob_refcnt = 999999999,
85831             .ob_type = &PyCode_Type,
85832         },
85833         .ob_size = 8,
85834     },
85835     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
85836     .co_names = & _collections_abc_toplevel_consts_54_consts_4_names._object.ob_base.ob_base,
85837     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
85838     .co_flags = 3,
85839     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
85840     ._co_linearray_entry_size = 0,
85841     .co_argcount = 2,
85842     .co_posonlyargcount = 0,
85843     .co_kwonlyargcount = 0,
85844     .co_stacksize = 1,
85845     .co_firstlineno = 767,
85846     .co_nlocalsplus = 2,
85847     .co_nlocals = 2,
85848     .co_nplaincellvars = 0,
85849     .co_ncellvars = 0,
85850     .co_nfreevars = 0,
85851     .co_localsplusnames = & _collections_abc_toplevel_consts_54_consts_4_localsplusnames._object.ob_base.ob_base,
85852     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
85853     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
85854     .co_name = &_Py_ID(__getitem__),
85855     .co_qualname = & _collections_abc_toplevel_consts_54_consts_4_qualname._ascii.ob_base,
85856     .co_linetable = & _collections_abc_toplevel_consts_54_consts_4_linetable.ob_base.ob_base,
85857     ._co_code = NULL,
85858     ._co_linearray = NULL,
85859     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
85860     ._co_firsttraceable = 0,
85861 };
85862 static
85863     struct {
85864         PyASCIIObject _ascii;
85865         uint8_t _data[61];
85866     }
85867 _collections_abc_toplevel_consts_54_consts_6_consts_0 = {
85868     ._ascii = {
85869         .ob_base = {
85870             .ob_refcnt = 999999999,
85871             .ob_type = &PyUnicode_Type,
85872         },
85873         .length = 60,
85874         .hash = -1,
85875         .state = {
85876             .kind = 1,
85877             .compact = 1,
85878             .ascii = 1,
85879             .ready = 1,
85880         },
85881     },
85882     ._data = "D.get(k[,d]) -> D[k] if k in D, else d.  d defaults to None.",
85883 };
85884 static
85885     struct {
85886         PyGC_Head _gc_head;
85887         struct {
85888             PyObject_VAR_HEAD
85889             PyObject *ob_item[1];
85890         }_object;
85891     }
85892 _collections_abc_toplevel_consts_54_consts_6_consts = {
85893     ._object = {
85894         .ob_base = {
85895             .ob_base = {
85896                 .ob_refcnt = 999999999,
85897                 .ob_type = &PyTuple_Type,
85898             },
85899             .ob_size = 1,
85900         },
85901         .ob_item = {
85902             & _collections_abc_toplevel_consts_54_consts_6_consts_0._ascii.ob_base,
85903         },
85904     },
85905 };
85906 static
85907     struct {
85908         PyASCIIObject _ascii;
85909         uint8_t _data[12];
85910     }
85911 _collections_abc_toplevel_consts_54_consts_6_qualname = {
85912     ._ascii = {
85913         .ob_base = {
85914             .ob_refcnt = 999999999,
85915             .ob_type = &PyUnicode_Type,
85916         },
85917         .length = 11,
85918         .hash = -1,
85919         .state = {
85920             .kind = 1,
85921             .compact = 1,
85922             .ascii = 1,
85923             .ready = 1,
85924         },
85925     },
85926     ._data = "Mapping.get",
85927 };
85928 static
85929     struct {
85930         PyObject_VAR_HEAD
85931         Py_hash_t ob_shash;
85932         char ob_sval[54];
85933     }
85934 _collections_abc_toplevel_consts_54_consts_6_linetable = {
85935     .ob_base = {
85936         .ob_base = {
85937             .ob_refcnt = 999999999,
85938             .ob_type = &PyBytes_Type,
85939         },
85940         .ob_size = 53,
85941     },
85942     .ob_shash = -1,
85943     .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",
85944 };
85945 static
85946     struct {
85947         PyObject_VAR_HEAD
85948         Py_hash_t ob_shash;
85949         char ob_sval[13];
85950     }
85951 _collections_abc_toplevel_consts_54_consts_6_exceptiontable = {
85952     .ob_base = {
85953         .ob_base = {
85954             .ob_refcnt = 999999999,
85955             .ob_type = &PyBytes_Type,
85956         },
85957         .ob_size = 12,
85958     },
85959     .ob_shash = -1,
85960     .ob_sval = "\x82\x07\x0a\x00\x8a\x0c\x19\x03\x98\x01\x19\x03",
85961 };
85962 static
85963     struct {
85964         PyGC_Head _gc_head;
85965         struct {
85966             PyObject_VAR_HEAD
85967             PyObject *ob_item[3];
85968         }_object;
85969     }
85970 _collections_abc_toplevel_consts_54_consts_6_localsplusnames = {
85971     ._object = {
85972         .ob_base = {
85973             .ob_base = {
85974                 .ob_refcnt = 999999999,
85975                 .ob_type = &PyTuple_Type,
85976             },
85977             .ob_size = 3,
85978         },
85979         .ob_item = {
85980             & const_str_self._ascii.ob_base,
85981             & const_str_key._ascii.ob_base,
85982             &_Py_ID(default),
85983         },
85984     },
85985 };
85986 static
85987     struct _PyCode_DEF(56)
85988 _collections_abc_toplevel_consts_54_consts_6 = {
85989     .ob_base = {
85990         .ob_base = {
85991             .ob_refcnt = 999999999,
85992             .ob_type = &PyCode_Type,
85993         },
85994         .ob_size = 28,
85995     },
85996     .co_consts = & _collections_abc_toplevel_consts_54_consts_6_consts._object.ob_base.ob_base,
85997     .co_names = & _collections_abc_toplevel_consts_54_consts_4_names._object.ob_base.ob_base,
85998     .co_exceptiontable = & _collections_abc_toplevel_consts_54_consts_6_exceptiontable.ob_base.ob_base,
85999     .co_flags = 3,
86000     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
86001     ._co_linearray_entry_size = 0,
86002     .co_argcount = 3,
86003     .co_posonlyargcount = 0,
86004     .co_kwonlyargcount = 0,
86005     .co_stacksize = 4,
86006     .co_firstlineno = 771,
86007     .co_nlocalsplus = 3,
86008     .co_nlocals = 3,
86009     .co_nplaincellvars = 0,
86010     .co_ncellvars = 0,
86011     .co_nfreevars = 0,
86012     .co_localsplusnames = & _collections_abc_toplevel_consts_54_consts_6_localsplusnames._object.ob_base.ob_base,
86013     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
86014     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
86015     .co_name = &_Py_ID(get),
86016     .co_qualname = & _collections_abc_toplevel_consts_54_consts_6_qualname._ascii.ob_base,
86017     .co_linetable = & _collections_abc_toplevel_consts_54_consts_6_linetable.ob_base.ob_base,
86018     ._co_code = NULL,
86019     ._co_linearray = NULL,
86020     .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",
86021     ._co_firsttraceable = 0,
86022 };
86023 static
86024     struct {
86025         PyASCIIObject _ascii;
86026         uint8_t _data[21];
86027     }
86028 _collections_abc_toplevel_consts_54_consts_7_qualname = {
86029     ._ascii = {
86030         .ob_base = {
86031             .ob_refcnt = 999999999,
86032             .ob_type = &PyUnicode_Type,
86033         },
86034         .length = 20,
86035         .hash = -1,
86036         .state = {
86037             .kind = 1,
86038             .compact = 1,
86039             .ascii = 1,
86040             .ready = 1,
86041         },
86042     },
86043     ._data = "Mapping.__contains__",
86044 };
86045 static
86046     struct {
86047         PyObject_VAR_HEAD
86048         Py_hash_t ob_shash;
86049         char ob_sval[60];
86050     }
86051 _collections_abc_toplevel_consts_54_consts_7_linetable = {
86052     .ob_base = {
86053         .ob_base = {
86054             .ob_refcnt = 999999999,
86055             .ob_type = &PyBytes_Type,
86056         },
86057         .ob_size = 59,
86058     },
86059     .ob_shash = -1,
86060     .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",
86061 };
86062 static
86063     struct {
86064         PyObject_VAR_HEAD
86065         Py_hash_t ob_shash;
86066         char ob_sval[13];
86067     }
86068 _collections_abc_toplevel_consts_54_consts_7_exceptiontable = {
86069     .ob_base = {
86070         .ob_base = {
86071             .ob_refcnt = 999999999,
86072             .ob_type = &PyBytes_Type,
86073         },
86074         .ob_size = 12,
86075     },
86076     .ob_shash = -1,
86077     .ob_sval = "\x82\x08\x0c\x00\x8c\x0a\x1a\x03\x99\x01\x1a\x03",
86078 };
86079 static
86080     struct _PyCode_DEF(58)
86081 _collections_abc_toplevel_consts_54_consts_7 = {
86082     .ob_base = {
86083         .ob_base = {
86084             .ob_refcnt = 999999999,
86085             .ob_type = &PyCode_Type,
86086         },
86087         .ob_size = 29,
86088     },
86089     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_3_consts._object.ob_base.ob_base,
86090     .co_names = & _collections_abc_toplevel_consts_54_consts_4_names._object.ob_base.ob_base,
86091     .co_exceptiontable = & _collections_abc_toplevel_consts_54_consts_7_exceptiontable.ob_base.ob_base,
86092     .co_flags = 3,
86093     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
86094     ._co_linearray_entry_size = 0,
86095     .co_argcount = 2,
86096     .co_posonlyargcount = 0,
86097     .co_kwonlyargcount = 0,
86098     .co_stacksize = 4,
86099     .co_firstlineno = 778,
86100     .co_nlocalsplus = 2,
86101     .co_nlocals = 2,
86102     .co_nplaincellvars = 0,
86103     .co_ncellvars = 0,
86104     .co_nfreevars = 0,
86105     .co_localsplusnames = & _collections_abc_toplevel_consts_54_consts_4_localsplusnames._object.ob_base.ob_base,
86106     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
86107     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
86108     .co_name = &_Py_ID(__contains__),
86109     .co_qualname = & _collections_abc_toplevel_consts_54_consts_7_qualname._ascii.ob_base,
86110     .co_linetable = & _collections_abc_toplevel_consts_54_consts_7_linetable.ob_base.ob_base,
86111     ._co_code = NULL,
86112     ._co_linearray = NULL,
86113     .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",
86114     ._co_firsttraceable = 0,
86115 };
86116 static
86117     struct {
86118         PyASCIIObject _ascii;
86119         uint8_t _data[59];
86120     }
86121 _collections_abc_toplevel_consts_54_consts_8_consts_0 = {
86122     ._ascii = {
86123         .ob_base = {
86124             .ob_refcnt = 999999999,
86125             .ob_type = &PyUnicode_Type,
86126         },
86127         .length = 58,
86128         .hash = -1,
86129         .state = {
86130             .kind = 1,
86131             .compact = 1,
86132             .ascii = 1,
86133             .ready = 1,
86134         },
86135     },
86136     ._data = "D.keys() -> a set-like object providing a view on D's keys",
86137 };
86138 static
86139     struct {
86140         PyGC_Head _gc_head;
86141         struct {
86142             PyObject_VAR_HEAD
86143             PyObject *ob_item[1];
86144         }_object;
86145     }
86146 _collections_abc_toplevel_consts_54_consts_8_consts = {
86147     ._object = {
86148         .ob_base = {
86149             .ob_base = {
86150                 .ob_refcnt = 999999999,
86151                 .ob_type = &PyTuple_Type,
86152             },
86153             .ob_size = 1,
86154         },
86155         .ob_item = {
86156             & _collections_abc_toplevel_consts_54_consts_8_consts_0._ascii.ob_base,
86157         },
86158     },
86159 };
86160 static
86161     struct {
86162         PyGC_Head _gc_head;
86163         struct {
86164             PyObject_VAR_HEAD
86165             PyObject *ob_item[1];
86166         }_object;
86167     }
86168 _collections_abc_toplevel_consts_54_consts_8_names = {
86169     ._object = {
86170         .ob_base = {
86171             .ob_base = {
86172                 .ob_refcnt = 999999999,
86173                 .ob_type = &PyTuple_Type,
86174             },
86175             .ob_size = 1,
86176         },
86177         .ob_item = {
86178             & const_str_KeysView._ascii.ob_base,
86179         },
86180     },
86181 };
86182 static
86183     struct {
86184         PyASCIIObject _ascii;
86185         uint8_t _data[13];
86186     }
86187 _collections_abc_toplevel_consts_54_consts_8_qualname = {
86188     ._ascii = {
86189         .ob_base = {
86190             .ob_refcnt = 999999999,
86191             .ob_type = &PyUnicode_Type,
86192         },
86193         .length = 12,
86194         .hash = -1,
86195         .state = {
86196             .kind = 1,
86197             .compact = 1,
86198             .ascii = 1,
86199             .ready = 1,
86200         },
86201     },
86202     ._data = "Mapping.keys",
86203 };
86204 static
86205     struct {
86206         PyObject_VAR_HEAD
86207         Py_hash_t ob_shash;
86208         char ob_sval[15];
86209     }
86210 _collections_abc_toplevel_consts_54_consts_8_linetable = {
86211     .ob_base = {
86212         .ob_base = {
86213             .ob_refcnt = 999999999,
86214             .ob_type = &PyBytes_Type,
86215         },
86216         .ob_size = 14,
86217     },
86218     .ob_shash = -1,
86219     .ob_sval = "\x80\x00\xe5\x0f\x17\x98\x04\x89\x7e\x8c\x7e\xd0\x08\x1d",
86220 };
86221 static
86222     struct _PyCode_DEF(32)
86223 _collections_abc_toplevel_consts_54_consts_8 = {
86224     .ob_base = {
86225         .ob_base = {
86226             .ob_refcnt = 999999999,
86227             .ob_type = &PyCode_Type,
86228         },
86229         .ob_size = 16,
86230     },
86231     .co_consts = & _collections_abc_toplevel_consts_54_consts_8_consts._object.ob_base.ob_base,
86232     .co_names = & _collections_abc_toplevel_consts_54_consts_8_names._object.ob_base.ob_base,
86233     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
86234     .co_flags = 3,
86235     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
86236     ._co_linearray_entry_size = 0,
86237     .co_argcount = 1,
86238     .co_posonlyargcount = 0,
86239     .co_kwonlyargcount = 0,
86240     .co_stacksize = 3,
86241     .co_firstlineno = 786,
86242     .co_nlocalsplus = 1,
86243     .co_nlocals = 1,
86244     .co_nplaincellvars = 0,
86245     .co_ncellvars = 0,
86246     .co_nfreevars = 0,
86247     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
86248     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
86249     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
86250     .co_name = &_Py_ID(keys),
86251     .co_qualname = & _collections_abc_toplevel_consts_54_consts_8_qualname._ascii.ob_base,
86252     .co_linetable = & _collections_abc_toplevel_consts_54_consts_8_linetable.ob_base.ob_base,
86253     ._co_code = NULL,
86254     ._co_linearray = NULL,
86255     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
86256     ._co_firsttraceable = 0,
86257 };
86258 static
86259     struct {
86260         PyASCIIObject _ascii;
86261         uint8_t _data[61];
86262     }
86263 _collections_abc_toplevel_consts_54_consts_9_consts_0 = {
86264     ._ascii = {
86265         .ob_base = {
86266             .ob_refcnt = 999999999,
86267             .ob_type = &PyUnicode_Type,
86268         },
86269         .length = 60,
86270         .hash = -1,
86271         .state = {
86272             .kind = 1,
86273             .compact = 1,
86274             .ascii = 1,
86275             .ready = 1,
86276         },
86277     },
86278     ._data = "D.items() -> a set-like object providing a view on D's items",
86279 };
86280 static
86281     struct {
86282         PyGC_Head _gc_head;
86283         struct {
86284             PyObject_VAR_HEAD
86285             PyObject *ob_item[1];
86286         }_object;
86287     }
86288 _collections_abc_toplevel_consts_54_consts_9_consts = {
86289     ._object = {
86290         .ob_base = {
86291             .ob_base = {
86292                 .ob_refcnt = 999999999,
86293                 .ob_type = &PyTuple_Type,
86294             },
86295             .ob_size = 1,
86296         },
86297         .ob_item = {
86298             & _collections_abc_toplevel_consts_54_consts_9_consts_0._ascii.ob_base,
86299         },
86300     },
86301 };
86302 static
86303     struct {
86304         PyGC_Head _gc_head;
86305         struct {
86306             PyObject_VAR_HEAD
86307             PyObject *ob_item[1];
86308         }_object;
86309     }
86310 _collections_abc_toplevel_consts_54_consts_9_names = {
86311     ._object = {
86312         .ob_base = {
86313             .ob_base = {
86314                 .ob_refcnt = 999999999,
86315                 .ob_type = &PyTuple_Type,
86316             },
86317             .ob_size = 1,
86318         },
86319         .ob_item = {
86320             & const_str_ItemsView._ascii.ob_base,
86321         },
86322     },
86323 };
86324 static
86325     struct {
86326         PyASCIIObject _ascii;
86327         uint8_t _data[14];
86328     }
86329 _collections_abc_toplevel_consts_54_consts_9_qualname = {
86330     ._ascii = {
86331         .ob_base = {
86332             .ob_refcnt = 999999999,
86333             .ob_type = &PyUnicode_Type,
86334         },
86335         .length = 13,
86336         .hash = -1,
86337         .state = {
86338             .kind = 1,
86339             .compact = 1,
86340             .ascii = 1,
86341             .ready = 1,
86342         },
86343     },
86344     ._data = "Mapping.items",
86345 };
86346 static
86347     struct {
86348         PyObject_VAR_HEAD
86349         Py_hash_t ob_shash;
86350         char ob_sval[15];
86351     }
86352 _collections_abc_toplevel_consts_54_consts_9_linetable = {
86353     .ob_base = {
86354         .ob_base = {
86355             .ob_refcnt = 999999999,
86356             .ob_type = &PyBytes_Type,
86357         },
86358         .ob_size = 14,
86359     },
86360     .ob_shash = -1,
86361     .ob_sval = "\x80\x00\xe5\x0f\x18\x98\x14\x89\x7f\x8c\x7f\xd0\x08\x1e",
86362 };
86363 static
86364     struct _PyCode_DEF(32)
86365 _collections_abc_toplevel_consts_54_consts_9 = {
86366     .ob_base = {
86367         .ob_base = {
86368             .ob_refcnt = 999999999,
86369             .ob_type = &PyCode_Type,
86370         },
86371         .ob_size = 16,
86372     },
86373     .co_consts = & _collections_abc_toplevel_consts_54_consts_9_consts._object.ob_base.ob_base,
86374     .co_names = & _collections_abc_toplevel_consts_54_consts_9_names._object.ob_base.ob_base,
86375     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
86376     .co_flags = 3,
86377     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
86378     ._co_linearray_entry_size = 0,
86379     .co_argcount = 1,
86380     .co_posonlyargcount = 0,
86381     .co_kwonlyargcount = 0,
86382     .co_stacksize = 3,
86383     .co_firstlineno = 790,
86384     .co_nlocalsplus = 1,
86385     .co_nlocals = 1,
86386     .co_nplaincellvars = 0,
86387     .co_ncellvars = 0,
86388     .co_nfreevars = 0,
86389     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
86390     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
86391     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
86392     .co_name = &_Py_ID(items),
86393     .co_qualname = & _collections_abc_toplevel_consts_54_consts_9_qualname._ascii.ob_base,
86394     .co_linetable = & _collections_abc_toplevel_consts_54_consts_9_linetable.ob_base.ob_base,
86395     ._co_code = NULL,
86396     ._co_linearray = NULL,
86397     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
86398     ._co_firsttraceable = 0,
86399 };
86400 static
86401     struct {
86402         PyASCIIObject _ascii;
86403         uint8_t _data[55];
86404     }
86405 _collections_abc_toplevel_consts_54_consts_10_consts_0 = {
86406     ._ascii = {
86407         .ob_base = {
86408             .ob_refcnt = 999999999,
86409             .ob_type = &PyUnicode_Type,
86410         },
86411         .length = 54,
86412         .hash = -1,
86413         .state = {
86414             .kind = 1,
86415             .compact = 1,
86416             .ascii = 1,
86417             .ready = 1,
86418         },
86419     },
86420     ._data = "D.values() -> an object providing a view on D's values",
86421 };
86422 static
86423     struct {
86424         PyGC_Head _gc_head;
86425         struct {
86426             PyObject_VAR_HEAD
86427             PyObject *ob_item[1];
86428         }_object;
86429     }
86430 _collections_abc_toplevel_consts_54_consts_10_consts = {
86431     ._object = {
86432         .ob_base = {
86433             .ob_base = {
86434                 .ob_refcnt = 999999999,
86435                 .ob_type = &PyTuple_Type,
86436             },
86437             .ob_size = 1,
86438         },
86439         .ob_item = {
86440             & _collections_abc_toplevel_consts_54_consts_10_consts_0._ascii.ob_base,
86441         },
86442     },
86443 };
86444 static
86445     struct {
86446         PyGC_Head _gc_head;
86447         struct {
86448             PyObject_VAR_HEAD
86449             PyObject *ob_item[1];
86450         }_object;
86451     }
86452 _collections_abc_toplevel_consts_54_consts_10_names = {
86453     ._object = {
86454         .ob_base = {
86455             .ob_base = {
86456                 .ob_refcnt = 999999999,
86457                 .ob_type = &PyTuple_Type,
86458             },
86459             .ob_size = 1,
86460         },
86461         .ob_item = {
86462             & const_str_ValuesView._ascii.ob_base,
86463         },
86464     },
86465 };
86466 static
86467     struct {
86468         PyASCIIObject _ascii;
86469         uint8_t _data[15];
86470     }
86471 _collections_abc_toplevel_consts_54_consts_10_qualname = {
86472     ._ascii = {
86473         .ob_base = {
86474             .ob_refcnt = 999999999,
86475             .ob_type = &PyUnicode_Type,
86476         },
86477         .length = 14,
86478         .hash = -1,
86479         .state = {
86480             .kind = 1,
86481             .compact = 1,
86482             .ascii = 1,
86483             .ready = 1,
86484         },
86485     },
86486     ._data = "Mapping.values",
86487 };
86488 static
86489     struct {
86490         PyObject_VAR_HEAD
86491         Py_hash_t ob_shash;
86492         char ob_sval[17];
86493     }
86494 _collections_abc_toplevel_consts_54_consts_10_linetable = {
86495     .ob_base = {
86496         .ob_base = {
86497             .ob_refcnt = 999999999,
86498             .ob_type = &PyBytes_Type,
86499         },
86500         .ob_size = 16,
86501     },
86502     .ob_shash = -1,
86503     .ob_sval = "\x80\x00\xe5\x0f\x19\x98\x24\xd1\x0f\x1f\xd4\x0f\x1f\xd0\x08\x1f",
86504 };
86505 static
86506     struct _PyCode_DEF(32)
86507 _collections_abc_toplevel_consts_54_consts_10 = {
86508     .ob_base = {
86509         .ob_base = {
86510             .ob_refcnt = 999999999,
86511             .ob_type = &PyCode_Type,
86512         },
86513         .ob_size = 16,
86514     },
86515     .co_consts = & _collections_abc_toplevel_consts_54_consts_10_consts._object.ob_base.ob_base,
86516     .co_names = & _collections_abc_toplevel_consts_54_consts_10_names._object.ob_base.ob_base,
86517     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
86518     .co_flags = 3,
86519     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
86520     ._co_linearray_entry_size = 0,
86521     .co_argcount = 1,
86522     .co_posonlyargcount = 0,
86523     .co_kwonlyargcount = 0,
86524     .co_stacksize = 3,
86525     .co_firstlineno = 794,
86526     .co_nlocalsplus = 1,
86527     .co_nlocals = 1,
86528     .co_nplaincellvars = 0,
86529     .co_ncellvars = 0,
86530     .co_nfreevars = 0,
86531     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
86532     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
86533     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
86534     .co_name = &_Py_ID(values),
86535     .co_qualname = & _collections_abc_toplevel_consts_54_consts_10_qualname._ascii.ob_base,
86536     .co_linetable = & _collections_abc_toplevel_consts_54_consts_10_linetable.ob_base.ob_base,
86537     ._co_code = NULL,
86538     ._co_linearray = NULL,
86539     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
86540     ._co_firsttraceable = 0,
86541 };
86542 static
86543     struct {
86544         PyASCIIObject _ascii;
86545         uint8_t _data[5];
86546     }
86547 const_str_dict = {
86548     ._ascii = {
86549         .ob_base = {
86550             .ob_refcnt = 999999999,
86551             .ob_type = &PyUnicode_Type,
86552         },
86553         .length = 4,
86554         .hash = -1,
86555         .state = {
86556             .kind = 1,
86557             .compact = 1,
86558             .ascii = 1,
86559             .ready = 1,
86560         },
86561     },
86562     ._data = "dict",
86563 };
86564 static
86565     struct {
86566         PyGC_Head _gc_head;
86567         struct {
86568             PyObject_VAR_HEAD
86569             PyObject *ob_item[5];
86570         }_object;
86571     }
86572 _collections_abc_toplevel_consts_54_consts_11_names = {
86573     ._object = {
86574         .ob_base = {
86575             .ob_base = {
86576                 .ob_refcnt = 999999999,
86577                 .ob_type = &PyTuple_Type,
86578             },
86579             .ob_size = 5,
86580         },
86581         .ob_item = {
86582             &_Py_ID(isinstance),
86583             & const_str_Mapping._ascii.ob_base,
86584             & const_str_NotImplemented._ascii.ob_base,
86585             & const_str_dict._ascii.ob_base,
86586             &_Py_ID(items),
86587         },
86588     },
86589 };
86590 static
86591     struct {
86592         PyASCIIObject _ascii;
86593         uint8_t _data[15];
86594     }
86595 _collections_abc_toplevel_consts_54_consts_11_qualname = {
86596     ._ascii = {
86597         .ob_base = {
86598             .ob_refcnt = 999999999,
86599             .ob_type = &PyUnicode_Type,
86600         },
86601         .length = 14,
86602         .hash = -1,
86603         .state = {
86604             .kind = 1,
86605             .compact = 1,
86606             .ascii = 1,
86607             .ready = 1,
86608         },
86609     },
86610     ._data = "Mapping.__eq__",
86611 };
86612 static
86613     struct {
86614         PyObject_VAR_HEAD
86615         Py_hash_t ob_shash;
86616         char ob_sval[70];
86617     }
86618 _collections_abc_toplevel_consts_54_consts_11_linetable = {
86619     .ob_base = {
86620         .ob_base = {
86621             .ob_refcnt = 999999999,
86622             .ob_type = &PyBytes_Type,
86623         },
86624         .ob_size = 69,
86625     },
86626     .ob_shash = -1,
86627     .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x17\xd1\x0f\x29\xd4\x0f\x29\xf0\x00\x01\x09\x22\xdd\x13\x21\xd0\x0c\x21\xdd\x0f\x13\x90\x44\x97\x4a\x92\x4a\x91\x4c\x94\x4c\xd1\x0f\x21\xd4\x0f\x21\xa5\x54\xa8\x25\xaf\x2b\xaa\x2b\xa9\x2d\xac\x2d\xd1\x25\x38\xd4\x25\x38\xd2\x0f\x38\xd0\x08\x38",
86628 };
86629 static
86630     struct _PyCode_DEF(194)
86631 _collections_abc_toplevel_consts_54_consts_11 = {
86632     .ob_base = {
86633         .ob_base = {
86634             .ob_refcnt = 999999999,
86635             .ob_type = &PyCode_Type,
86636         },
86637         .ob_size = 97,
86638     },
86639     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
86640     .co_names = & _collections_abc_toplevel_consts_54_consts_11_names._object.ob_base.ob_base,
86641     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
86642     .co_flags = 3,
86643     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
86644     ._co_linearray_entry_size = 0,
86645     .co_argcount = 2,
86646     .co_posonlyargcount = 0,
86647     .co_kwonlyargcount = 0,
86648     .co_stacksize = 5,
86649     .co_firstlineno = 798,
86650     .co_nlocalsplus = 2,
86651     .co_nlocals = 2,
86652     .co_nplaincellvars = 0,
86653     .co_ncellvars = 0,
86654     .co_nfreevars = 0,
86655     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
86656     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
86657     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
86658     .co_name = &_Py_ID(__eq__),
86659     .co_qualname = & _collections_abc_toplevel_consts_54_consts_11_qualname._ascii.ob_base,
86660     .co_linetable = & _collections_abc_toplevel_consts_54_consts_11_linetable.ob_base.ob_base,
86661     ._co_code = NULL,
86662     ._co_linearray = NULL,
86663     .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\xa6\x02\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\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00",
86664     ._co_firsttraceable = 0,
86665 };
86666 static
86667     struct {
86668         PyGC_Head _gc_head;
86669         struct {
86670             PyObject_VAR_HEAD
86671             PyObject *ob_item[13];
86672         }_object;
86673     }
86674 _collections_abc_toplevel_consts_54_consts = {
86675     ._object = {
86676         .ob_base = {
86677             .ob_base = {
86678                 .ob_refcnt = 999999999,
86679                 .ob_type = &PyTuple_Type,
86680             },
86681             .ob_size = 13,
86682         },
86683         .ob_item = {
86684             & const_str_Mapping._ascii.ob_base,
86685             & _collections_abc_toplevel_consts_54_consts_1._ascii.ob_base,
86686             (PyObject *)& _Py_SINGLETON(tuple_empty),
86687             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 64],
86688             & _collections_abc_toplevel_consts_54_consts_4.ob_base.ob_base,
86689             Py_None,
86690             & _collections_abc_toplevel_consts_54_consts_6.ob_base.ob_base,
86691             & _collections_abc_toplevel_consts_54_consts_7.ob_base.ob_base,
86692             & _collections_abc_toplevel_consts_54_consts_8.ob_base.ob_base,
86693             & _collections_abc_toplevel_consts_54_consts_9.ob_base.ob_base,
86694             & _collections_abc_toplevel_consts_54_consts_10.ob_base.ob_base,
86695             & _collections_abc_toplevel_consts_54_consts_11.ob_base.ob_base,
86696             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
86697         },
86698     },
86699 };
86700 static
86701     struct {
86702         PyGC_Head _gc_head;
86703         struct {
86704             PyObject_VAR_HEAD
86705             PyObject *ob_item[15];
86706         }_object;
86707     }
86708 _collections_abc_toplevel_consts_54_names = {
86709     ._object = {
86710         .ob_base = {
86711             .ob_base = {
86712                 .ob_refcnt = 999999999,
86713                 .ob_type = &PyTuple_Type,
86714             },
86715             .ob_size = 15,
86716         },
86717         .ob_item = {
86718             &_Py_ID(__name__),
86719             &_Py_ID(__module__),
86720             &_Py_ID(__qualname__),
86721             &_Py_ID(__doc__),
86722             &_Py_ID(__slots__),
86723             &_Py_ID(__abc_tpflags__),
86724             & const_str_abstractmethod._ascii.ob_base,
86725             &_Py_ID(__getitem__),
86726             &_Py_ID(get),
86727             &_Py_ID(__contains__),
86728             &_Py_ID(keys),
86729             &_Py_ID(items),
86730             &_Py_ID(values),
86731             &_Py_ID(__eq__),
86732             &_Py_ID(__reversed__),
86733         },
86734     },
86735 };
86736 static
86737     struct {
86738         PyObject_VAR_HEAD
86739         Py_hash_t ob_shash;
86740         char ob_sval[166];
86741     }
86742 _collections_abc_toplevel_consts_54_linetable = {
86743     .ob_base = {
86744         .ob_base = {
86745             .ob_refcnt = 999999999,
86746             .ob_type = &PyBytes_Type,
86747         },
86748         .ob_size = 165,
86749     },
86750     .ob_shash = -1,
86751     .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\xf1\x03\x00\x06\x14\x84\x5e\xf0\x02\x01\x05\x17\xf0\x06\x05\x05\x1b\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",
86752 };
86753 static
86754     struct _PyCode_DEF(90)
86755 _collections_abc_toplevel_consts_54 = {
86756     .ob_base = {
86757         .ob_base = {
86758             .ob_refcnt = 999999999,
86759             .ob_type = &PyCode_Type,
86760         },
86761         .ob_size = 45,
86762     },
86763     .co_consts = & _collections_abc_toplevel_consts_54_consts._object.ob_base.ob_base,
86764     .co_names = & _collections_abc_toplevel_consts_54_names._object.ob_base.ob_base,
86765     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
86766     .co_flags = 0,
86767     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
86768     ._co_linearray_entry_size = 0,
86769     .co_argcount = 0,
86770     .co_posonlyargcount = 0,
86771     .co_kwonlyargcount = 0,
86772     .co_stacksize = 2,
86773     .co_firstlineno = 754,
86774     .co_nlocalsplus = 0,
86775     .co_nlocals = 0,
86776     .co_nplaincellvars = 0,
86777     .co_ncellvars = 0,
86778     .co_nfreevars = 0,
86779     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
86780     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
86781     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
86782     .co_name = & const_str_Mapping._ascii.ob_base,
86783     .co_qualname = & const_str_Mapping._ascii.ob_base,
86784     .co_linetable = & _collections_abc_toplevel_consts_54_linetable.ob_base.ob_base,
86785     ._co_code = NULL,
86786     ._co_linearray = NULL,
86787     .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\xa6\x00\x00\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",
86788     ._co_firsttraceable = 0,
86789 };
86790 static
86791     struct {
86792         PyASCIIObject _ascii;
86793         uint8_t _data[9];
86794     }
86795 const_str__mapping = {
86796     ._ascii = {
86797         .ob_base = {
86798             .ob_refcnt = 999999999,
86799             .ob_type = &PyUnicode_Type,
86800         },
86801         .length = 8,
86802         .hash = -1,
86803         .state = {
86804             .kind = 1,
86805             .compact = 1,
86806             .ascii = 1,
86807             .ready = 1,
86808         },
86809     },
86810     ._data = "_mapping",
86811 };
86812 static
86813     struct {
86814         PyGC_Head _gc_head;
86815         struct {
86816             PyObject_VAR_HEAD
86817             PyObject *ob_item[1];
86818         }_object;
86819     }
86820 _collections_abc_toplevel_consts_56_consts_1 = {
86821     ._object = {
86822         .ob_base = {
86823             .ob_base = {
86824                 .ob_refcnt = 999999999,
86825                 .ob_type = &PyTuple_Type,
86826             },
86827             .ob_size = 1,
86828         },
86829         .ob_item = {
86830             & const_str__mapping._ascii.ob_base,
86831         },
86832     },
86833 };
86834 static
86835     struct {
86836         PyASCIIObject _ascii;
86837         uint8_t _data[21];
86838     }
86839 _collections_abc_toplevel_consts_56_consts_2_qualname = {
86840     ._ascii = {
86841         .ob_base = {
86842             .ob_refcnt = 999999999,
86843             .ob_type = &PyUnicode_Type,
86844         },
86845         .length = 20,
86846         .hash = -1,
86847         .state = {
86848             .kind = 1,
86849             .compact = 1,
86850             .ascii = 1,
86851             .ready = 1,
86852         },
86853     },
86854     ._data = "MappingView.__init__",
86855 };
86856 static
86857     struct {
86858         PyObject_VAR_HEAD
86859         Py_hash_t ob_shash;
86860         char ob_sval[14];
86861     }
86862 _collections_abc_toplevel_consts_56_consts_2_linetable = {
86863     .ob_base = {
86864         .ob_base = {
86865             .ob_refcnt = 999999999,
86866             .ob_type = &PyBytes_Type,
86867         },
86868         .ob_size = 13,
86869     },
86870     .ob_shash = -1,
86871     .ob_sval = "\x80\x00\xd8\x18\x1f\x88\x04\x8c\x0d\x88\x0d\x88\x0d",
86872 };
86873 static
86874     struct {
86875         PyASCIIObject _ascii;
86876         uint8_t _data[8];
86877     }
86878 const_str_mapping = {
86879     ._ascii = {
86880         .ob_base = {
86881             .ob_refcnt = 999999999,
86882             .ob_type = &PyUnicode_Type,
86883         },
86884         .length = 7,
86885         .hash = -1,
86886         .state = {
86887             .kind = 1,
86888             .compact = 1,
86889             .ascii = 1,
86890             .ready = 1,
86891         },
86892     },
86893     ._data = "mapping",
86894 };
86895 static
86896     struct {
86897         PyGC_Head _gc_head;
86898         struct {
86899             PyObject_VAR_HEAD
86900             PyObject *ob_item[2];
86901         }_object;
86902     }
86903 _collections_abc_toplevel_consts_56_consts_2_localsplusnames = {
86904     ._object = {
86905         .ob_base = {
86906             .ob_base = {
86907                 .ob_refcnt = 999999999,
86908                 .ob_type = &PyTuple_Type,
86909             },
86910             .ob_size = 2,
86911         },
86912         .ob_item = {
86913             & const_str_self._ascii.ob_base,
86914             & const_str_mapping._ascii.ob_base,
86915         },
86916     },
86917 };
86918 static
86919     struct _PyCode_DEF(20)
86920 _collections_abc_toplevel_consts_56_consts_2 = {
86921     .ob_base = {
86922         .ob_base = {
86923             .ob_refcnt = 999999999,
86924             .ob_type = &PyCode_Type,
86925         },
86926         .ob_size = 10,
86927     },
86928     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
86929     .co_names = & _collections_abc_toplevel_consts_56_consts_1._object.ob_base.ob_base,
86930     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
86931     .co_flags = 3,
86932     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
86933     ._co_linearray_entry_size = 0,
86934     .co_argcount = 2,
86935     .co_posonlyargcount = 0,
86936     .co_kwonlyargcount = 0,
86937     .co_stacksize = 2,
86938     .co_firstlineno = 812,
86939     .co_nlocalsplus = 2,
86940     .co_nlocals = 2,
86941     .co_nplaincellvars = 0,
86942     .co_ncellvars = 0,
86943     .co_nfreevars = 0,
86944     .co_localsplusnames = & _collections_abc_toplevel_consts_56_consts_2_localsplusnames._object.ob_base.ob_base,
86945     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
86946     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
86947     .co_name = &_Py_ID(__init__),
86948     .co_qualname = & _collections_abc_toplevel_consts_56_consts_2_qualname._ascii.ob_base,
86949     .co_linetable = & _collections_abc_toplevel_consts_56_consts_2_linetable.ob_base.ob_base,
86950     ._co_code = NULL,
86951     ._co_linearray = NULL,
86952     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
86953     ._co_firsttraceable = 0,
86954 };
86955 static
86956     struct {
86957         PyGC_Head _gc_head;
86958         struct {
86959             PyObject_VAR_HEAD
86960             PyObject *ob_item[2];
86961         }_object;
86962     }
86963 _collections_abc_toplevel_consts_56_consts_3_names = {
86964     ._object = {
86965         .ob_base = {
86966             .ob_base = {
86967                 .ob_refcnt = 999999999,
86968                 .ob_type = &PyTuple_Type,
86969             },
86970             .ob_size = 2,
86971         },
86972         .ob_item = {
86973             &_Py_ID(len),
86974             & const_str__mapping._ascii.ob_base,
86975         },
86976     },
86977 };
86978 static
86979     struct {
86980         PyASCIIObject _ascii;
86981         uint8_t _data[20];
86982     }
86983 _collections_abc_toplevel_consts_56_consts_3_qualname = {
86984     ._ascii = {
86985         .ob_base = {
86986             .ob_refcnt = 999999999,
86987             .ob_type = &PyUnicode_Type,
86988         },
86989         .length = 19,
86990         .hash = -1,
86991         .state = {
86992             .kind = 1,
86993             .compact = 1,
86994             .ascii = 1,
86995             .ready = 1,
86996         },
86997     },
86998     ._data = "MappingView.__len__",
86999 };
87000 static
87001     struct {
87002         PyObject_VAR_HEAD
87003         Py_hash_t ob_shash;
87004         char ob_sval[19];
87005     }
87006 _collections_abc_toplevel_consts_56_consts_3_linetable = {
87007     .ob_base = {
87008         .ob_base = {
87009             .ob_refcnt = 999999999,
87010             .ob_type = &PyBytes_Type,
87011         },
87012         .ob_size = 18,
87013     },
87014     .ob_shash = -1,
87015     .ob_sval = "\x80\x00\xdd\x0f\x12\x90\x34\x94\x3d\xd1\x0f\x21\xd4\x0f\x21\xd0\x08\x21",
87016 };
87017 static
87018     struct _PyCode_DEF(42)
87019 _collections_abc_toplevel_consts_56_consts_3 = {
87020     .ob_base = {
87021         .ob_base = {
87022             .ob_refcnt = 999999999,
87023             .ob_type = &PyCode_Type,
87024         },
87025         .ob_size = 21,
87026     },
87027     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
87028     .co_names = & _collections_abc_toplevel_consts_56_consts_3_names._object.ob_base.ob_base,
87029     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
87030     .co_flags = 3,
87031     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
87032     ._co_linearray_entry_size = 0,
87033     .co_argcount = 1,
87034     .co_posonlyargcount = 0,
87035     .co_kwonlyargcount = 0,
87036     .co_stacksize = 3,
87037     .co_firstlineno = 815,
87038     .co_nlocalsplus = 1,
87039     .co_nlocals = 1,
87040     .co_nplaincellvars = 0,
87041     .co_ncellvars = 0,
87042     .co_nfreevars = 0,
87043     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
87044     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
87045     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
87046     .co_name = &_Py_ID(__len__),
87047     .co_qualname = & _collections_abc_toplevel_consts_56_consts_3_qualname._ascii.ob_base,
87048     .co_linetable = & _collections_abc_toplevel_consts_56_consts_3_linetable.ob_base.ob_base,
87049     ._co_code = NULL,
87050     ._co_linearray = NULL,
87051     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
87052     ._co_firsttraceable = 0,
87053 };
87054 static
87055     struct {
87056         PyASCIIObject _ascii;
87057         uint8_t _data[39];
87058     }
87059 _collections_abc_toplevel_consts_56_consts_4_consts_1 = {
87060     ._ascii = {
87061         .ob_base = {
87062             .ob_refcnt = 999999999,
87063             .ob_type = &PyUnicode_Type,
87064         },
87065         .length = 38,
87066         .hash = -1,
87067         .state = {
87068             .kind = 1,
87069             .compact = 1,
87070             .ascii = 1,
87071             .ready = 1,
87072         },
87073     },
87074     ._data = "{0.__class__.__name__}({0._mapping!r})",
87075 };
87076 static
87077     struct {
87078         PyGC_Head _gc_head;
87079         struct {
87080             PyObject_VAR_HEAD
87081             PyObject *ob_item[2];
87082         }_object;
87083     }
87084 _collections_abc_toplevel_consts_56_consts_4_consts = {
87085     ._object = {
87086         .ob_base = {
87087             .ob_base = {
87088                 .ob_refcnt = 999999999,
87089                 .ob_type = &PyTuple_Type,
87090             },
87091             .ob_size = 2,
87092         },
87093         .ob_item = {
87094             Py_None,
87095             & _collections_abc_toplevel_consts_56_consts_4_consts_1._ascii.ob_base,
87096         },
87097     },
87098 };
87099 static
87100     struct {
87101         PyGC_Head _gc_head;
87102         struct {
87103             PyObject_VAR_HEAD
87104             PyObject *ob_item[1];
87105         }_object;
87106     }
87107 _collections_abc_toplevel_consts_56_consts_4_names = {
87108     ._object = {
87109         .ob_base = {
87110             .ob_base = {
87111                 .ob_refcnt = 999999999,
87112                 .ob_type = &PyTuple_Type,
87113             },
87114             .ob_size = 1,
87115         },
87116         .ob_item = {
87117             & const_str_format._ascii.ob_base,
87118         },
87119     },
87120 };
87121 static
87122     struct {
87123         PyASCIIObject _ascii;
87124         uint8_t _data[21];
87125     }
87126 _collections_abc_toplevel_consts_56_consts_4_qualname = {
87127     ._ascii = {
87128         .ob_base = {
87129             .ob_refcnt = 999999999,
87130             .ob_type = &PyUnicode_Type,
87131         },
87132         .length = 20,
87133         .hash = -1,
87134         .state = {
87135             .kind = 1,
87136             .compact = 1,
87137             .ascii = 1,
87138             .ready = 1,
87139         },
87140     },
87141     ._data = "MappingView.__repr__",
87142 };
87143 static
87144     struct {
87145         PyObject_VAR_HEAD
87146         Py_hash_t ob_shash;
87147         char ob_sval[23];
87148     }
87149 _collections_abc_toplevel_consts_56_consts_4_linetable = {
87150     .ob_base = {
87151         .ob_base = {
87152             .ob_refcnt = 999999999,
87153             .ob_type = &PyBytes_Type,
87154         },
87155         .ob_size = 22,
87156     },
87157     .ob_shash = -1,
87158     .ob_sval = "\x80\x00\xd8\x0f\x37\xd7\x0f\x3e\xd2\x0f\x3e\xb8\x74\xd1\x0f\x44\xd4\x0f\x44\xd0\x08\x44",
87159 };
87160 static
87161     struct _PyCode_DEF(44)
87162 _collections_abc_toplevel_consts_56_consts_4 = {
87163     .ob_base = {
87164         .ob_base = {
87165             .ob_refcnt = 999999999,
87166             .ob_type = &PyCode_Type,
87167         },
87168         .ob_size = 22,
87169     },
87170     .co_consts = & _collections_abc_toplevel_consts_56_consts_4_consts._object.ob_base.ob_base,
87171     .co_names = & _collections_abc_toplevel_consts_56_consts_4_names._object.ob_base.ob_base,
87172     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
87173     .co_flags = 3,
87174     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
87175     ._co_linearray_entry_size = 0,
87176     .co_argcount = 1,
87177     .co_posonlyargcount = 0,
87178     .co_kwonlyargcount = 0,
87179     .co_stacksize = 3,
87180     .co_firstlineno = 818,
87181     .co_nlocalsplus = 1,
87182     .co_nlocals = 1,
87183     .co_nplaincellvars = 0,
87184     .co_ncellvars = 0,
87185     .co_nfreevars = 0,
87186     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
87187     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
87188     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
87189     .co_name = &_Py_ID(__repr__),
87190     .co_qualname = & _collections_abc_toplevel_consts_56_consts_4_qualname._ascii.ob_base,
87191     .co_linetable = & _collections_abc_toplevel_consts_56_consts_4_linetable.ob_base.ob_base,
87192     ._co_code = NULL,
87193     ._co_linearray = NULL,
87194     .co_code_adaptive = "\x97\x00\x64\x01\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
87195     ._co_firsttraceable = 0,
87196 };
87197 static
87198     struct {
87199         PyGC_Head _gc_head;
87200         struct {
87201             PyObject_VAR_HEAD
87202             PyObject *ob_item[6];
87203         }_object;
87204     }
87205 _collections_abc_toplevel_consts_56_consts = {
87206     ._object = {
87207         .ob_base = {
87208             .ob_base = {
87209                 .ob_refcnt = 999999999,
87210                 .ob_type = &PyTuple_Type,
87211             },
87212             .ob_size = 6,
87213         },
87214         .ob_item = {
87215             & const_str_MappingView._ascii.ob_base,
87216             & _collections_abc_toplevel_consts_56_consts_1._object.ob_base.ob_base,
87217             & _collections_abc_toplevel_consts_56_consts_2.ob_base.ob_base,
87218             & _collections_abc_toplevel_consts_56_consts_3.ob_base.ob_base,
87219             & _collections_abc_toplevel_consts_56_consts_4.ob_base.ob_base,
87220             Py_None,
87221         },
87222     },
87223 };
87224 static
87225     struct {
87226         PyGC_Head _gc_head;
87227         struct {
87228             PyObject_VAR_HEAD
87229             PyObject *ob_item[10];
87230         }_object;
87231     }
87232 _collections_abc_toplevel_consts_56_names = {
87233     ._object = {
87234         .ob_base = {
87235             .ob_base = {
87236                 .ob_refcnt = 999999999,
87237                 .ob_type = &PyTuple_Type,
87238             },
87239             .ob_size = 10,
87240         },
87241         .ob_item = {
87242             &_Py_ID(__name__),
87243             &_Py_ID(__module__),
87244             &_Py_ID(__qualname__),
87245             &_Py_ID(__slots__),
87246             &_Py_ID(__init__),
87247             &_Py_ID(__len__),
87248             &_Py_ID(__repr__),
87249             & const_str_classmethod._ascii.ob_base,
87250             & const_str_GenericAlias._ascii.ob_base,
87251             &_Py_ID(__class_getitem__),
87252         },
87253     },
87254 };
87255 static
87256     struct {
87257         PyObject_VAR_HEAD
87258         Py_hash_t ob_shash;
87259         char ob_sval[88];
87260     }
87261 _collections_abc_toplevel_consts_56_linetable = {
87262     .ob_base = {
87263         .ob_base = {
87264             .ob_refcnt = 999999999,
87265             .ob_type = &PyBytes_Type,
87266         },
87267         .ob_size = 87,
87268     },
87269     .ob_shash = -1,
87270     .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\xd1\x18\x31\xd4\x18\x31\xd0\x04\x15\xd0\x04\x15\xd0\x04\x15",
87271 };
87272 static
87273     struct _PyCode_DEF(58)
87274 _collections_abc_toplevel_consts_56 = {
87275     .ob_base = {
87276         .ob_base = {
87277             .ob_refcnt = 999999999,
87278             .ob_type = &PyCode_Type,
87279         },
87280         .ob_size = 29,
87281     },
87282     .co_consts = & _collections_abc_toplevel_consts_56_consts._object.ob_base.ob_base,
87283     .co_names = & _collections_abc_toplevel_consts_56_names._object.ob_base.ob_base,
87284     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
87285     .co_flags = 0,
87286     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
87287     ._co_linearray_entry_size = 0,
87288     .co_argcount = 0,
87289     .co_posonlyargcount = 0,
87290     .co_kwonlyargcount = 0,
87291     .co_stacksize = 3,
87292     .co_firstlineno = 808,
87293     .co_nlocalsplus = 0,
87294     .co_nlocals = 0,
87295     .co_nplaincellvars = 0,
87296     .co_ncellvars = 0,
87297     .co_nfreevars = 0,
87298     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
87299     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
87300     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
87301     .co_name = & const_str_MappingView._ascii.ob_base,
87302     .co_qualname = & const_str_MappingView._ascii.ob_base,
87303     .co_linetable = & _collections_abc_toplevel_consts_56_linetable.ob_base.ob_base,
87304     ._co_code = NULL,
87305     ._co_linearray = NULL,
87306     .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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x64\x05\x53\x00",
87307     ._co_firsttraceable = 0,
87308 };
87309 static
87310     struct {
87311         PyGC_Head _gc_head;
87312         struct {
87313             PyObject_VAR_HEAD
87314             PyObject *ob_item[1];
87315         }_object;
87316     }
87317 _collections_abc_toplevel_consts_58_consts_2_names = {
87318     ._object = {
87319         .ob_base = {
87320             .ob_base = {
87321                 .ob_refcnt = 999999999,
87322                 .ob_type = &PyTuple_Type,
87323             },
87324             .ob_size = 1,
87325         },
87326         .ob_item = {
87327             & const_str_set._ascii.ob_base,
87328         },
87329     },
87330 };
87331 static
87332     struct {
87333         PyASCIIObject _ascii;
87334         uint8_t _data[24];
87335     }
87336 _collections_abc_toplevel_consts_58_consts_2_qualname = {
87337     ._ascii = {
87338         .ob_base = {
87339             .ob_refcnt = 999999999,
87340             .ob_type = &PyUnicode_Type,
87341         },
87342         .length = 23,
87343         .hash = -1,
87344         .state = {
87345             .kind = 1,
87346             .compact = 1,
87347             .ascii = 1,
87348             .ready = 1,
87349         },
87350     },
87351     ._data = "KeysView._from_iterable",
87352 };
87353 static
87354     struct {
87355         PyObject_VAR_HEAD
87356         Py_hash_t ob_shash;
87357         char ob_sval[14];
87358     }
87359 _collections_abc_toplevel_consts_58_consts_2_linetable = {
87360     .ob_base = {
87361         .ob_base = {
87362             .ob_refcnt = 999999999,
87363             .ob_type = &PyBytes_Type,
87364         },
87365         .ob_size = 13,
87366     },
87367     .ob_shash = -1,
87368     .ob_sval = "\x80\x00\xe5\x0f\x12\x90\x32\x89\x77\x8c\x77\x88\x0e",
87369 };
87370 static
87371     struct _PyCode_DEF(32)
87372 _collections_abc_toplevel_consts_58_consts_2 = {
87373     .ob_base = {
87374         .ob_base = {
87375             .ob_refcnt = 999999999,
87376             .ob_type = &PyCode_Type,
87377         },
87378         .ob_size = 16,
87379     },
87380     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
87381     .co_names = & _collections_abc_toplevel_consts_58_consts_2_names._object.ob_base.ob_base,
87382     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
87383     .co_flags = 3,
87384     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
87385     ._co_linearray_entry_size = 0,
87386     .co_argcount = 2,
87387     .co_posonlyargcount = 0,
87388     .co_kwonlyargcount = 0,
87389     .co_stacksize = 3,
87390     .co_firstlineno = 828,
87391     .co_nlocalsplus = 2,
87392     .co_nlocals = 2,
87393     .co_nplaincellvars = 0,
87394     .co_ncellvars = 0,
87395     .co_nfreevars = 0,
87396     .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_8_localsplusnames._object.ob_base.ob_base,
87397     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
87398     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
87399     .co_name = & const_str__from_iterable._ascii.ob_base,
87400     .co_qualname = & _collections_abc_toplevel_consts_58_consts_2_qualname._ascii.ob_base,
87401     .co_linetable = & _collections_abc_toplevel_consts_58_consts_2_linetable.ob_base.ob_base,
87402     ._co_code = NULL,
87403     ._co_linearray = NULL,
87404     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
87405     ._co_firsttraceable = 0,
87406 };
87407 static
87408     struct {
87409         PyASCIIObject _ascii;
87410         uint8_t _data[22];
87411     }
87412 _collections_abc_toplevel_consts_58_consts_3_qualname = {
87413     ._ascii = {
87414         .ob_base = {
87415             .ob_refcnt = 999999999,
87416             .ob_type = &PyUnicode_Type,
87417         },
87418         .length = 21,
87419         .hash = -1,
87420         .state = {
87421             .kind = 1,
87422             .compact = 1,
87423             .ascii = 1,
87424             .ready = 1,
87425         },
87426     },
87427     ._data = "KeysView.__contains__",
87428 };
87429 static
87430     struct {
87431         PyObject_VAR_HEAD
87432         Py_hash_t ob_shash;
87433         char ob_sval[16];
87434     }
87435 _collections_abc_toplevel_consts_58_consts_3_linetable = {
87436     .ob_base = {
87437         .ob_base = {
87438             .ob_refcnt = 999999999,
87439             .ob_type = &PyBytes_Type,
87440         },
87441         .ob_size = 15,
87442     },
87443     .ob_shash = -1,
87444     .ob_sval = "\x80\x00\xd8\x0f\x12\x90\x64\x94\x6d\xd0\x0f\x23\xd0\x08\x23",
87445 };
87446 static
87447     struct _PyCode_DEF(20)
87448 _collections_abc_toplevel_consts_58_consts_3 = {
87449     .ob_base = {
87450         .ob_base = {
87451             .ob_refcnt = 999999999,
87452             .ob_type = &PyCode_Type,
87453         },
87454         .ob_size = 10,
87455     },
87456     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
87457     .co_names = & _collections_abc_toplevel_consts_56_consts_1._object.ob_base.ob_base,
87458     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
87459     .co_flags = 3,
87460     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
87461     ._co_linearray_entry_size = 0,
87462     .co_argcount = 2,
87463     .co_posonlyargcount = 0,
87464     .co_kwonlyargcount = 0,
87465     .co_stacksize = 2,
87466     .co_firstlineno = 832,
87467     .co_nlocalsplus = 2,
87468     .co_nlocals = 2,
87469     .co_nplaincellvars = 0,
87470     .co_ncellvars = 0,
87471     .co_nfreevars = 0,
87472     .co_localsplusnames = & _collections_abc_toplevel_consts_54_consts_4_localsplusnames._object.ob_base.ob_base,
87473     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
87474     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
87475     .co_name = &_Py_ID(__contains__),
87476     .co_qualname = & _collections_abc_toplevel_consts_58_consts_3_qualname._ascii.ob_base,
87477     .co_linetable = & _collections_abc_toplevel_consts_58_consts_3_linetable.ob_base.ob_base,
87478     ._co_code = NULL,
87479     ._co_linearray = NULL,
87480     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x53\x00",
87481     ._co_firsttraceable = 0,
87482 };
87483 static
87484     struct {
87485         PyASCIIObject _ascii;
87486         uint8_t _data[18];
87487     }
87488 _collections_abc_toplevel_consts_58_consts_4_qualname = {
87489     ._ascii = {
87490         .ob_base = {
87491             .ob_refcnt = 999999999,
87492             .ob_type = &PyUnicode_Type,
87493         },
87494         .length = 17,
87495         .hash = -1,
87496         .state = {
87497             .kind = 1,
87498             .compact = 1,
87499             .ascii = 1,
87500             .ready = 1,
87501         },
87502     },
87503     ._data = "KeysView.__iter__",
87504 };
87505 static
87506     struct {
87507         PyObject_VAR_HEAD
87508         Py_hash_t ob_shash;
87509         char ob_sval[39];
87510     }
87511 _collections_abc_toplevel_consts_58_consts_4_linetable = {
87512     .ob_base = {
87513         .ob_base = {
87514             .ob_refcnt = 999999999,
87515             .ob_type = &PyBytes_Type,
87516         },
87517         .ob_size = 38,
87518     },
87519     .ob_shash = -1,
87520     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xd8\x13\x17\x94\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",
87521 };
87522 static
87523     struct _PyCode_DEF(36)
87524 _collections_abc_toplevel_consts_58_consts_4 = {
87525     .ob_base = {
87526         .ob_base = {
87527             .ob_refcnt = 999999999,
87528             .ob_type = &PyCode_Type,
87529         },
87530         .ob_size = 18,
87531     },
87532     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
87533     .co_names = & _collections_abc_toplevel_consts_56_consts_1._object.ob_base.ob_base,
87534     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
87535     .co_flags = 35,
87536     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
87537     ._co_linearray_entry_size = 0,
87538     .co_argcount = 1,
87539     .co_posonlyargcount = 0,
87540     .co_kwonlyargcount = 0,
87541     .co_stacksize = 2,
87542     .co_firstlineno = 835,
87543     .co_nlocalsplus = 1,
87544     .co_nlocals = 1,
87545     .co_nplaincellvars = 0,
87546     .co_ncellvars = 0,
87547     .co_nfreevars = 0,
87548     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
87549     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
87550     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
87551     .co_name = &_Py_ID(__iter__),
87552     .co_qualname = & _collections_abc_toplevel_consts_58_consts_4_qualname._ascii.ob_base,
87553     .co_linetable = & _collections_abc_toplevel_consts_58_consts_4_linetable.ob_base.ob_base,
87554     ._co_code = NULL,
87555     ._co_linearray = NULL,
87556     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x45\x00\x64\x00\x7b\x03\x56\x00\x97\x02\x86\x04\x01\x00\x64\x00\x53\x00",
87557     ._co_firsttraceable = 2,
87558 };
87559 static
87560     struct {
87561         PyGC_Head _gc_head;
87562         struct {
87563             PyObject_VAR_HEAD
87564             PyObject *ob_item[6];
87565         }_object;
87566     }
87567 _collections_abc_toplevel_consts_58_consts = {
87568     ._object = {
87569         .ob_base = {
87570             .ob_base = {
87571                 .ob_refcnt = 999999999,
87572                 .ob_type = &PyTuple_Type,
87573             },
87574             .ob_size = 6,
87575         },
87576         .ob_item = {
87577             & const_str_KeysView._ascii.ob_base,
87578             (PyObject *)& _Py_SINGLETON(tuple_empty),
87579             & _collections_abc_toplevel_consts_58_consts_2.ob_base.ob_base,
87580             & _collections_abc_toplevel_consts_58_consts_3.ob_base.ob_base,
87581             & _collections_abc_toplevel_consts_58_consts_4.ob_base.ob_base,
87582             Py_None,
87583         },
87584     },
87585 };
87586 static
87587     struct {
87588         PyGC_Head _gc_head;
87589         struct {
87590             PyObject_VAR_HEAD
87591             PyObject *ob_item[8];
87592         }_object;
87593     }
87594 _collections_abc_toplevel_consts_58_names = {
87595     ._object = {
87596         .ob_base = {
87597             .ob_base = {
87598                 .ob_refcnt = 999999999,
87599                 .ob_type = &PyTuple_Type,
87600             },
87601             .ob_size = 8,
87602         },
87603         .ob_item = {
87604             &_Py_ID(__name__),
87605             &_Py_ID(__module__),
87606             &_Py_ID(__qualname__),
87607             &_Py_ID(__slots__),
87608             & const_str_classmethod._ascii.ob_base,
87609             & const_str__from_iterable._ascii.ob_base,
87610             &_Py_ID(__contains__),
87611             &_Py_ID(__iter__),
87612         },
87613     },
87614 };
87615 static
87616     struct {
87617         PyObject_VAR_HEAD
87618         Py_hash_t ob_shash;
87619         char ob_sval[81];
87620     }
87621 _collections_abc_toplevel_consts_58_linetable = {
87622     .ob_base = {
87623         .ob_base = {
87624             .ob_refcnt = 999999999,
87625             .ob_type = &PyBytes_Type,
87626         },
87627         .ob_size = 80,
87628     },
87629     .ob_shash = -1,
87630     .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\xf1\x03\x00\x06\x11\x84\x5b\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",
87631 };
87632 static
87633     struct _PyCode_DEF(52)
87634 _collections_abc_toplevel_consts_58 = {
87635     .ob_base = {
87636         .ob_base = {
87637             .ob_refcnt = 999999999,
87638             .ob_type = &PyCode_Type,
87639         },
87640         .ob_size = 26,
87641     },
87642     .co_consts = & _collections_abc_toplevel_consts_58_consts._object.ob_base.ob_base,
87643     .co_names = & _collections_abc_toplevel_consts_58_names._object.ob_base.ob_base,
87644     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
87645     .co_flags = 0,
87646     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
87647     ._co_linearray_entry_size = 0,
87648     .co_argcount = 0,
87649     .co_posonlyargcount = 0,
87650     .co_kwonlyargcount = 0,
87651     .co_stacksize = 2,
87652     .co_firstlineno = 824,
87653     .co_nlocalsplus = 0,
87654     .co_nlocals = 0,
87655     .co_nplaincellvars = 0,
87656     .co_ncellvars = 0,
87657     .co_nfreevars = 0,
87658     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
87659     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
87660     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
87661     .co_name = & const_str_KeysView._ascii.ob_base,
87662     .co_qualname = & const_str_KeysView._ascii.ob_base,
87663     .co_linetable = & _collections_abc_toplevel_consts_58_linetable.ob_base.ob_base,
87664     ._co_code = NULL,
87665     ._co_linearray = NULL,
87666     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xa6\x00\x00\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",
87667     ._co_firsttraceable = 0,
87668 };
87669 static
87670     struct {
87671         PyASCIIObject _ascii;
87672         uint8_t _data[25];
87673     }
87674 _collections_abc_toplevel_consts_60_consts_2_qualname = {
87675     ._ascii = {
87676         .ob_base = {
87677             .ob_refcnt = 999999999,
87678             .ob_type = &PyUnicode_Type,
87679         },
87680         .length = 24,
87681         .hash = -1,
87682         .state = {
87683             .kind = 1,
87684             .compact = 1,
87685             .ascii = 1,
87686             .ready = 1,
87687         },
87688     },
87689     ._data = "ItemsView._from_iterable",
87690 };
87691 static
87692     struct _PyCode_DEF(32)
87693 _collections_abc_toplevel_consts_60_consts_2 = {
87694     .ob_base = {
87695         .ob_base = {
87696             .ob_refcnt = 999999999,
87697             .ob_type = &PyCode_Type,
87698         },
87699         .ob_size = 16,
87700     },
87701     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
87702     .co_names = & _collections_abc_toplevel_consts_58_consts_2_names._object.ob_base.ob_base,
87703     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
87704     .co_flags = 3,
87705     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
87706     ._co_linearray_entry_size = 0,
87707     .co_argcount = 2,
87708     .co_posonlyargcount = 0,
87709     .co_kwonlyargcount = 0,
87710     .co_stacksize = 3,
87711     .co_firstlineno = 846,
87712     .co_nlocalsplus = 2,
87713     .co_nlocals = 2,
87714     .co_nplaincellvars = 0,
87715     .co_ncellvars = 0,
87716     .co_nfreevars = 0,
87717     .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_8_localsplusnames._object.ob_base.ob_base,
87718     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
87719     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
87720     .co_name = & const_str__from_iterable._ascii.ob_base,
87721     .co_qualname = & _collections_abc_toplevel_consts_60_consts_2_qualname._ascii.ob_base,
87722     .co_linetable = & _collections_abc_toplevel_consts_58_consts_2_linetable.ob_base.ob_base,
87723     ._co_code = NULL,
87724     ._co_linearray = NULL,
87725     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
87726     ._co_firsttraceable = 0,
87727 };
87728 static
87729     struct {
87730         PyGC_Head _gc_head;
87731         struct {
87732             PyObject_VAR_HEAD
87733             PyObject *ob_item[2];
87734         }_object;
87735     }
87736 _collections_abc_toplevel_consts_60_consts_3_names = {
87737     ._object = {
87738         .ob_base = {
87739             .ob_base = {
87740                 .ob_refcnt = 999999999,
87741                 .ob_type = &PyTuple_Type,
87742             },
87743             .ob_size = 2,
87744         },
87745         .ob_item = {
87746             & const_str__mapping._ascii.ob_base,
87747             & const_str_KeyError._ascii.ob_base,
87748         },
87749     },
87750 };
87751 static
87752     struct {
87753         PyASCIIObject _ascii;
87754         uint8_t _data[23];
87755     }
87756 _collections_abc_toplevel_consts_60_consts_3_qualname = {
87757     ._ascii = {
87758         .ob_base = {
87759             .ob_refcnt = 999999999,
87760             .ob_type = &PyUnicode_Type,
87761         },
87762         .length = 22,
87763         .hash = -1,
87764         .state = {
87765             .kind = 1,
87766             .compact = 1,
87767             .ascii = 1,
87768             .ready = 1,
87769         },
87770     },
87771     ._data = "ItemsView.__contains__",
87772 };
87773 static
87774     struct {
87775         PyObject_VAR_HEAD
87776         Py_hash_t ob_shash;
87777         char ob_sval[86];
87778     }
87779 _collections_abc_toplevel_consts_60_consts_3_linetable = {
87780     .ob_base = {
87781         .ob_base = {
87782             .ob_refcnt = 999999999,
87783             .ob_type = &PyBytes_Type,
87784         },
87785         .ob_size = 85,
87786     },
87787     .ob_shash = -1,
87788     .ob_sval = "\x80\x00\xd8\x15\x19\x89\x0a\x88\x03\x88\x55\xf0\x02\x05\x09\x2c\xd8\x10\x14\x94\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",
87789 };
87790 static
87791     struct {
87792         PyObject_VAR_HEAD
87793         Py_hash_t ob_shash;
87794         char ob_sval[13];
87795     }
87796 _collections_abc_toplevel_consts_60_consts_3_exceptiontable = {
87797     .ob_base = {
87798         .ob_base = {
87799             .ob_refcnt = 999999999,
87800             .ob_type = &PyBytes_Type,
87801         },
87802         .ob_size = 12,
87803     },
87804     .ob_shash = -1,
87805     .ob_sval = "\x87\x0d\x1e\x00\x9e\x0a\x2c\x03\xab\x01\x2c\x03",
87806 };
87807 static
87808     struct {
87809         PyGC_Head _gc_head;
87810         struct {
87811             PyObject_VAR_HEAD
87812             PyObject *ob_item[5];
87813         }_object;
87814     }
87815 _collections_abc_toplevel_consts_60_consts_3_localsplusnames = {
87816     ._object = {
87817         .ob_base = {
87818             .ob_base = {
87819                 .ob_refcnt = 999999999,
87820                 .ob_type = &PyTuple_Type,
87821             },
87822             .ob_size = 5,
87823         },
87824         .ob_item = {
87825             & const_str_self._ascii.ob_base,
87826             & const_str_item._ascii.ob_base,
87827             & const_str_key._ascii.ob_base,
87828             & const_str_value._ascii.ob_base,
87829             & const_str_v._ascii.ob_base,
87830         },
87831     },
87832 };
87833 static
87834     struct _PyCode_DEF(94)
87835 _collections_abc_toplevel_consts_60_consts_3 = {
87836     .ob_base = {
87837         .ob_base = {
87838             .ob_refcnt = 999999999,
87839             .ob_type = &PyCode_Type,
87840         },
87841         .ob_size = 47,
87842     },
87843     .co_consts = & importlib__bootstrap_toplevel_consts_23_consts_4_consts._object.ob_base.ob_base,
87844     .co_names = & _collections_abc_toplevel_consts_60_consts_3_names._object.ob_base.ob_base,
87845     .co_exceptiontable = & _collections_abc_toplevel_consts_60_consts_3_exceptiontable.ob_base.ob_base,
87846     .co_flags = 3,
87847     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
87848     ._co_linearray_entry_size = 0,
87849     .co_argcount = 2,
87850     .co_posonlyargcount = 0,
87851     .co_kwonlyargcount = 0,
87852     .co_stacksize = 4,
87853     .co_firstlineno = 850,
87854     .co_nlocalsplus = 5,
87855     .co_nlocals = 5,
87856     .co_nplaincellvars = 0,
87857     .co_ncellvars = 0,
87858     .co_nfreevars = 0,
87859     .co_localsplusnames = & _collections_abc_toplevel_consts_60_consts_3_localsplusnames._object.ob_base.ob_base,
87860     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
87861     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
87862     .co_name = &_Py_ID(__contains__),
87863     .co_qualname = & _collections_abc_toplevel_consts_60_consts_3_qualname._ascii.ob_base,
87864     .co_linetable = & _collections_abc_toplevel_consts_60_consts_3_linetable.ob_base.ob_base,
87865     ._co_code = NULL,
87866     ._co_linearray = NULL,
87867     .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\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",
87868     ._co_firsttraceable = 0,
87869 };
87870 static
87871     struct {
87872         PyASCIIObject _ascii;
87873         uint8_t _data[19];
87874     }
87875 _collections_abc_toplevel_consts_60_consts_4_qualname = {
87876     ._ascii = {
87877         .ob_base = {
87878             .ob_refcnt = 999999999,
87879             .ob_type = &PyUnicode_Type,
87880         },
87881         .length = 18,
87882         .hash = -1,
87883         .state = {
87884             .kind = 1,
87885             .compact = 1,
87886             .ascii = 1,
87887             .ready = 1,
87888         },
87889     },
87890     ._data = "ItemsView.__iter__",
87891 };
87892 static
87893     struct {
87894         PyObject_VAR_HEAD
87895         Py_hash_t ob_shash;
87896         char ob_sval[61];
87897     }
87898 _collections_abc_toplevel_consts_60_consts_4_linetable = {
87899     .ob_base = {
87900         .ob_base = {
87901             .ob_refcnt = 999999999,
87902             .ob_type = &PyBytes_Type,
87903         },
87904         .ob_size = 60,
87905     },
87906     .ob_shash = -1,
87907     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xd8\x13\x17\x94\x3d\xf0\x00\x01\x09\x2c\xf0\x00\x01\x09\x2c\x88\x43\xd8\x13\x16\x98\x04\x9c\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",
87908 };
87909 static
87910     struct _PyCode_DEF(64)
87911 _collections_abc_toplevel_consts_60_consts_4 = {
87912     .ob_base = {
87913         .ob_base = {
87914             .ob_refcnt = 999999999,
87915             .ob_type = &PyCode_Type,
87916         },
87917         .ob_size = 32,
87918     },
87919     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
87920     .co_names = & _collections_abc_toplevel_consts_56_consts_1._object.ob_base.ob_base,
87921     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
87922     .co_flags = 35,
87923     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
87924     ._co_linearray_entry_size = 0,
87925     .co_argcount = 1,
87926     .co_posonlyargcount = 0,
87927     .co_kwonlyargcount = 0,
87928     .co_stacksize = 4,
87929     .co_firstlineno = 859,
87930     .co_nlocalsplus = 2,
87931     .co_nlocals = 2,
87932     .co_nplaincellvars = 0,
87933     .co_ncellvars = 0,
87934     .co_nfreevars = 0,
87935     .co_localsplusnames = & _collections_abc_toplevel_consts_54_consts_4_localsplusnames._object.ob_base.ob_base,
87936     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
87937     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
87938     .co_name = &_Py_ID(__iter__),
87939     .co_qualname = & _collections_abc_toplevel_consts_60_consts_4_qualname._ascii.ob_base,
87940     .co_linetable = & _collections_abc_toplevel_consts_60_consts_4_linetable.ob_base.ob_base,
87941     ._co_code = NULL,
87942     ._co_linearray = NULL,
87943     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x13\x7d\x01\x7c\x01\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x56\x00\x97\x01\x01\x00\x8c\x14\x64\x00\x53\x00",
87944     ._co_firsttraceable = 2,
87945 };
87946 static
87947     struct {
87948         PyGC_Head _gc_head;
87949         struct {
87950             PyObject_VAR_HEAD
87951             PyObject *ob_item[6];
87952         }_object;
87953     }
87954 _collections_abc_toplevel_consts_60_consts = {
87955     ._object = {
87956         .ob_base = {
87957             .ob_base = {
87958                 .ob_refcnt = 999999999,
87959                 .ob_type = &PyTuple_Type,
87960             },
87961             .ob_size = 6,
87962         },
87963         .ob_item = {
87964             & const_str_ItemsView._ascii.ob_base,
87965             (PyObject *)& _Py_SINGLETON(tuple_empty),
87966             & _collections_abc_toplevel_consts_60_consts_2.ob_base.ob_base,
87967             & _collections_abc_toplevel_consts_60_consts_3.ob_base.ob_base,
87968             & _collections_abc_toplevel_consts_60_consts_4.ob_base.ob_base,
87969             Py_None,
87970         },
87971     },
87972 };
87973 static
87974     struct {
87975         PyObject_VAR_HEAD
87976         Py_hash_t ob_shash;
87977         char ob_sval[81];
87978     }
87979 _collections_abc_toplevel_consts_60_linetable = {
87980     .ob_base = {
87981         .ob_base = {
87982             .ob_refcnt = 999999999,
87983             .ob_type = &PyBytes_Type,
87984         },
87985         .ob_size = 80,
87986     },
87987     .ob_shash = -1,
87988     .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\xf1\x03\x00\x06\x11\x84\x5b\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",
87989 };
87990 static
87991     struct _PyCode_DEF(52)
87992 _collections_abc_toplevel_consts_60 = {
87993     .ob_base = {
87994         .ob_base = {
87995             .ob_refcnt = 999999999,
87996             .ob_type = &PyCode_Type,
87997         },
87998         .ob_size = 26,
87999     },
88000     .co_consts = & _collections_abc_toplevel_consts_60_consts._object.ob_base.ob_base,
88001     .co_names = & _collections_abc_toplevel_consts_58_names._object.ob_base.ob_base,
88002     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
88003     .co_flags = 0,
88004     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
88005     ._co_linearray_entry_size = 0,
88006     .co_argcount = 0,
88007     .co_posonlyargcount = 0,
88008     .co_kwonlyargcount = 0,
88009     .co_stacksize = 2,
88010     .co_firstlineno = 842,
88011     .co_nlocalsplus = 0,
88012     .co_nlocals = 0,
88013     .co_nplaincellvars = 0,
88014     .co_ncellvars = 0,
88015     .co_nfreevars = 0,
88016     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
88017     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
88018     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
88019     .co_name = & const_str_ItemsView._ascii.ob_base,
88020     .co_qualname = & const_str_ItemsView._ascii.ob_base,
88021     .co_linetable = & _collections_abc_toplevel_consts_60_linetable.ob_base.ob_base,
88022     ._co_code = NULL,
88023     ._co_linearray = NULL,
88024     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xa6\x00\x00\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",
88025     ._co_firsttraceable = 0,
88026 };
88027 static
88028     struct {
88029         PyASCIIObject _ascii;
88030         uint8_t _data[24];
88031     }
88032 _collections_abc_toplevel_consts_62_consts_2_qualname = {
88033     ._ascii = {
88034         .ob_base = {
88035             .ob_refcnt = 999999999,
88036             .ob_type = &PyUnicode_Type,
88037         },
88038         .length = 23,
88039         .hash = -1,
88040         .state = {
88041             .kind = 1,
88042             .compact = 1,
88043             .ascii = 1,
88044             .ready = 1,
88045         },
88046     },
88047     ._data = "ValuesView.__contains__",
88048 };
88049 static
88050     struct {
88051         PyObject_VAR_HEAD
88052         Py_hash_t ob_shash;
88053         char ob_sval[66];
88054     }
88055 _collections_abc_toplevel_consts_62_consts_2_linetable = {
88056     .ob_base = {
88057         .ob_base = {
88058             .ob_refcnt = 999999999,
88059             .ob_type = &PyBytes_Type,
88060         },
88061         .ob_size = 65,
88062     },
88063     .ob_shash = -1,
88064     .ob_sval = "\x80\x00\xd8\x13\x17\x94\x3d\xf0\x00\x03\x09\x1c\xf0\x00\x03\x09\x1c\x88\x43\xd8\x10\x14\x94\x0d\x98\x63\xd4\x10\x22\x88\x41\xd8\x0f\x10\x90\x45\x88\x7a\x88\x7a\x98\x51\xa0\x25\x9a\x5a\x98\x5a\xd8\x17\x1b\x90\x74\x90\x74\xf0\x03\x00\x1e\x28\xe0\x0f\x14\x88\x75",
88065 };
88066 static
88067     struct {
88068         PyGC_Head _gc_head;
88069         struct {
88070             PyObject_VAR_HEAD
88071             PyObject *ob_item[4];
88072         }_object;
88073     }
88074 _collections_abc_toplevel_consts_62_consts_2_localsplusnames = {
88075     ._object = {
88076         .ob_base = {
88077             .ob_base = {
88078                 .ob_refcnt = 999999999,
88079                 .ob_type = &PyTuple_Type,
88080             },
88081             .ob_size = 4,
88082         },
88083         .ob_item = {
88084             & const_str_self._ascii.ob_base,
88085             & const_str_value._ascii.ob_base,
88086             & const_str_key._ascii.ob_base,
88087             & const_str_v._ascii.ob_base,
88088         },
88089     },
88090 };
88091 static
88092     struct _PyCode_DEF(78)
88093 _collections_abc_toplevel_consts_62_consts_2 = {
88094     .ob_base = {
88095         .ob_base = {
88096             .ob_refcnt = 999999999,
88097             .ob_type = &PyCode_Type,
88098         },
88099         .ob_size = 39,
88100     },
88101     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_3_consts._object.ob_base.ob_base,
88102     .co_names = & _collections_abc_toplevel_consts_56_consts_1._object.ob_base.ob_base,
88103     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
88104     .co_flags = 3,
88105     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
88106     ._co_linearray_entry_size = 0,
88107     .co_argcount = 2,
88108     .co_posonlyargcount = 0,
88109     .co_kwonlyargcount = 0,
88110     .co_stacksize = 3,
88111     .co_firstlineno = 871,
88112     .co_nlocalsplus = 4,
88113     .co_nlocals = 4,
88114     .co_nplaincellvars = 0,
88115     .co_ncellvars = 0,
88116     .co_nfreevars = 0,
88117     .co_localsplusnames = & _collections_abc_toplevel_consts_62_consts_2_localsplusnames._object.ob_base.ob_base,
88118     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
88119     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
88120     .co_name = &_Py_ID(__contains__),
88121     .co_qualname = & _collections_abc_toplevel_consts_62_consts_2_qualname._ascii.ob_base,
88122     .co_linetable = & _collections_abc_toplevel_consts_62_consts_2_linetable.ob_base.ob_base,
88123     ._co_code = NULL,
88124     ._co_linearray = NULL,
88125     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x1c\x7d\x02\x7c\x00\x6a\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\x72\x03\x01\x00\x64\x01\x53\x00\x8c\x1d\x64\x02\x53\x00",
88126     ._co_firsttraceable = 0,
88127 };
88128 static
88129     struct {
88130         PyASCIIObject _ascii;
88131         uint8_t _data[20];
88132     }
88133 _collections_abc_toplevel_consts_62_consts_3_qualname = {
88134     ._ascii = {
88135         .ob_base = {
88136             .ob_refcnt = 999999999,
88137             .ob_type = &PyUnicode_Type,
88138         },
88139         .length = 19,
88140         .hash = -1,
88141         .state = {
88142             .kind = 1,
88143             .compact = 1,
88144             .ascii = 1,
88145             .ready = 1,
88146         },
88147     },
88148     ._data = "ValuesView.__iter__",
88149 };
88150 static
88151     struct {
88152         PyObject_VAR_HEAD
88153         Py_hash_t ob_shash;
88154         char ob_sval[56];
88155     }
88156 _collections_abc_toplevel_consts_62_consts_3_linetable = {
88157     .ob_base = {
88158         .ob_base = {
88159             .ob_refcnt = 999999999,
88160             .ob_type = &PyBytes_Type,
88161         },
88162         .ob_size = 55,
88163     },
88164     .ob_shash = -1,
88165     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xd8\x13\x17\x94\x3d\xf0\x00\x01\x09\x25\xf0\x00\x01\x09\x25\x88\x43\xd8\x12\x16\x94\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",
88166 };
88167 static
88168     struct _PyCode_DEF(60)
88169 _collections_abc_toplevel_consts_62_consts_3 = {
88170     .ob_base = {
88171         .ob_base = {
88172             .ob_refcnt = 999999999,
88173             .ob_type = &PyCode_Type,
88174         },
88175         .ob_size = 30,
88176     },
88177     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
88178     .co_names = & _collections_abc_toplevel_consts_56_consts_1._object.ob_base.ob_base,
88179     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
88180     .co_flags = 35,
88181     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
88182     ._co_linearray_entry_size = 0,
88183     .co_argcount = 1,
88184     .co_posonlyargcount = 0,
88185     .co_kwonlyargcount = 0,
88186     .co_stacksize = 3,
88187     .co_firstlineno = 878,
88188     .co_nlocalsplus = 2,
88189     .co_nlocals = 2,
88190     .co_nplaincellvars = 0,
88191     .co_ncellvars = 0,
88192     .co_nfreevars = 0,
88193     .co_localsplusnames = & _collections_abc_toplevel_consts_54_consts_4_localsplusnames._object.ob_base.ob_base,
88194     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
88195     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
88196     .co_name = &_Py_ID(__iter__),
88197     .co_qualname = & _collections_abc_toplevel_consts_62_consts_3_qualname._ascii.ob_base,
88198     .co_linetable = & _collections_abc_toplevel_consts_62_consts_3_linetable.ob_base.ob_base,
88199     ._co_code = NULL,
88200     ._co_linearray = NULL,
88201     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x11\x7d\x01\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x97\x01\x01\x00\x8c\x12\x64\x00\x53\x00",
88202     ._co_firsttraceable = 2,
88203 };
88204 static
88205     struct {
88206         PyGC_Head _gc_head;
88207         struct {
88208             PyObject_VAR_HEAD
88209             PyObject *ob_item[5];
88210         }_object;
88211     }
88212 _collections_abc_toplevel_consts_62_consts = {
88213     ._object = {
88214         .ob_base = {
88215             .ob_base = {
88216                 .ob_refcnt = 999999999,
88217                 .ob_type = &PyTuple_Type,
88218             },
88219             .ob_size = 5,
88220         },
88221         .ob_item = {
88222             & const_str_ValuesView._ascii.ob_base,
88223             (PyObject *)& _Py_SINGLETON(tuple_empty),
88224             & _collections_abc_toplevel_consts_62_consts_2.ob_base.ob_base,
88225             & _collections_abc_toplevel_consts_62_consts_3.ob_base.ob_base,
88226             Py_None,
88227         },
88228     },
88229 };
88230 static
88231     struct {
88232         PyGC_Head _gc_head;
88233         struct {
88234             PyObject_VAR_HEAD
88235             PyObject *ob_item[6];
88236         }_object;
88237     }
88238 _collections_abc_toplevel_consts_62_names = {
88239     ._object = {
88240         .ob_base = {
88241             .ob_base = {
88242                 .ob_refcnt = 999999999,
88243                 .ob_type = &PyTuple_Type,
88244             },
88245             .ob_size = 6,
88246         },
88247         .ob_item = {
88248             &_Py_ID(__name__),
88249             &_Py_ID(__module__),
88250             &_Py_ID(__qualname__),
88251             &_Py_ID(__slots__),
88252             &_Py_ID(__contains__),
88253             &_Py_ID(__iter__),
88254         },
88255     },
88256 };
88257 static
88258     struct {
88259         PyObject_VAR_HEAD
88260         Py_hash_t ob_shash;
88261         char ob_sval[56];
88262     }
88263 _collections_abc_toplevel_consts_62_linetable = {
88264     .ob_base = {
88265         .ob_base = {
88266             .ob_refcnt = 999999999,
88267             .ob_type = &PyBytes_Type,
88268         },
88269         .ob_size = 55,
88270     },
88271     .ob_shash = -1,
88272     .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",
88273 };
88274 static
88275     struct _PyCode_DEF(30)
88276 _collections_abc_toplevel_consts_62 = {
88277     .ob_base = {
88278         .ob_base = {
88279             .ob_refcnt = 999999999,
88280             .ob_type = &PyCode_Type,
88281         },
88282         .ob_size = 15,
88283     },
88284     .co_consts = & _collections_abc_toplevel_consts_62_consts._object.ob_base.ob_base,
88285     .co_names = & _collections_abc_toplevel_consts_62_names._object.ob_base.ob_base,
88286     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
88287     .co_flags = 0,
88288     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
88289     ._co_linearray_entry_size = 0,
88290     .co_argcount = 0,
88291     .co_posonlyargcount = 0,
88292     .co_kwonlyargcount = 0,
88293     .co_stacksize = 1,
88294     .co_firstlineno = 867,
88295     .co_nlocalsplus = 0,
88296     .co_nlocals = 0,
88297     .co_nplaincellvars = 0,
88298     .co_ncellvars = 0,
88299     .co_nfreevars = 0,
88300     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
88301     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
88302     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
88303     .co_name = & const_str_ValuesView._ascii.ob_base,
88304     .co_qualname = & const_str_ValuesView._ascii.ob_base,
88305     .co_linetable = & _collections_abc_toplevel_consts_62_linetable.ob_base.ob_base,
88306     ._co_code = NULL,
88307     ._co_linearray = NULL,
88308     .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",
88309     ._co_firsttraceable = 0,
88310 };
88311 static
88312     struct {
88313         PyASCIIObject _ascii;
88314         uint8_t _data[236];
88315     }
88316 _collections_abc_toplevel_consts_64_consts_1 = {
88317     ._ascii = {
88318         .ob_base = {
88319             .ob_refcnt = 999999999,
88320             .ob_type = &PyUnicode_Type,
88321         },
88322         .length = 235,
88323         .hash = -1,
88324         .state = {
88325             .kind = 1,
88326             .compact = 1,
88327             .ascii = 1,
88328             .ready = 1,
88329         },
88330     },
88331     ._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",
88332 };
88333 static
88334     struct {
88335         PyASCIIObject _ascii;
88336         uint8_t _data[27];
88337     }
88338 _collections_abc_toplevel_consts_64_consts_3_qualname = {
88339     ._ascii = {
88340         .ob_base = {
88341             .ob_refcnt = 999999999,
88342             .ob_type = &PyUnicode_Type,
88343         },
88344         .length = 26,
88345         .hash = -1,
88346         .state = {
88347             .kind = 1,
88348             .compact = 1,
88349             .ascii = 1,
88350             .ready = 1,
88351         },
88352     },
88353     ._data = "MutableMapping.__setitem__",
88354 };
88355 static
88356     struct {
88357         PyGC_Head _gc_head;
88358         struct {
88359             PyObject_VAR_HEAD
88360             PyObject *ob_item[3];
88361         }_object;
88362     }
88363 _collections_abc_toplevel_consts_64_consts_3_localsplusnames = {
88364     ._object = {
88365         .ob_base = {
88366             .ob_base = {
88367                 .ob_refcnt = 999999999,
88368                 .ob_type = &PyTuple_Type,
88369             },
88370             .ob_size = 3,
88371         },
88372         .ob_item = {
88373             & const_str_self._ascii.ob_base,
88374             & const_str_key._ascii.ob_base,
88375             & const_str_value._ascii.ob_base,
88376         },
88377     },
88378 };
88379 static
88380     struct _PyCode_DEF(16)
88381 _collections_abc_toplevel_consts_64_consts_3 = {
88382     .ob_base = {
88383         .ob_base = {
88384             .ob_refcnt = 999999999,
88385             .ob_type = &PyCode_Type,
88386         },
88387         .ob_size = 8,
88388     },
88389     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
88390     .co_names = & _collections_abc_toplevel_consts_54_consts_4_names._object.ob_base.ob_base,
88391     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
88392     .co_flags = 3,
88393     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
88394     ._co_linearray_entry_size = 0,
88395     .co_argcount = 3,
88396     .co_posonlyargcount = 0,
88397     .co_kwonlyargcount = 0,
88398     .co_stacksize = 1,
88399     .co_firstlineno = 897,
88400     .co_nlocalsplus = 3,
88401     .co_nlocals = 3,
88402     .co_nplaincellvars = 0,
88403     .co_ncellvars = 0,
88404     .co_nfreevars = 0,
88405     .co_localsplusnames = & _collections_abc_toplevel_consts_64_consts_3_localsplusnames._object.ob_base.ob_base,
88406     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
88407     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
88408     .co_name = &_Py_ID(__setitem__),
88409     .co_qualname = & _collections_abc_toplevel_consts_64_consts_3_qualname._ascii.ob_base,
88410     .co_linetable = & _collections_abc_toplevel_consts_54_consts_4_linetable.ob_base.ob_base,
88411     ._co_code = NULL,
88412     ._co_linearray = NULL,
88413     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
88414     ._co_firsttraceable = 0,
88415 };
88416 static
88417     struct {
88418         PyASCIIObject _ascii;
88419         uint8_t _data[27];
88420     }
88421 _collections_abc_toplevel_consts_64_consts_4_qualname = {
88422     ._ascii = {
88423         .ob_base = {
88424             .ob_refcnt = 999999999,
88425             .ob_type = &PyUnicode_Type,
88426         },
88427         .length = 26,
88428         .hash = -1,
88429         .state = {
88430             .kind = 1,
88431             .compact = 1,
88432             .ascii = 1,
88433             .ready = 1,
88434         },
88435     },
88436     ._data = "MutableMapping.__delitem__",
88437 };
88438 static
88439     struct _PyCode_DEF(16)
88440 _collections_abc_toplevel_consts_64_consts_4 = {
88441     .ob_base = {
88442         .ob_base = {
88443             .ob_refcnt = 999999999,
88444             .ob_type = &PyCode_Type,
88445         },
88446         .ob_size = 8,
88447     },
88448     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
88449     .co_names = & _collections_abc_toplevel_consts_54_consts_4_names._object.ob_base.ob_base,
88450     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
88451     .co_flags = 3,
88452     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
88453     ._co_linearray_entry_size = 0,
88454     .co_argcount = 2,
88455     .co_posonlyargcount = 0,
88456     .co_kwonlyargcount = 0,
88457     .co_stacksize = 1,
88458     .co_firstlineno = 901,
88459     .co_nlocalsplus = 2,
88460     .co_nlocals = 2,
88461     .co_nplaincellvars = 0,
88462     .co_ncellvars = 0,
88463     .co_nfreevars = 0,
88464     .co_localsplusnames = & _collections_abc_toplevel_consts_54_consts_4_localsplusnames._object.ob_base.ob_base,
88465     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
88466     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
88467     .co_name = &_Py_ID(__delitem__),
88468     .co_qualname = & _collections_abc_toplevel_consts_64_consts_4_qualname._ascii.ob_base,
88469     .co_linetable = & _collections_abc_toplevel_consts_54_consts_4_linetable.ob_base.ob_base,
88470     ._co_code = NULL,
88471     ._co_linearray = NULL,
88472     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
88473     ._co_firsttraceable = 0,
88474 };
88475 static
88476     struct {
88477         PyASCIIObject _ascii;
88478         uint8_t _data[170];
88479     }
88480 _collections_abc_toplevel_consts_64_consts_5_consts_0 = {
88481     ._ascii = {
88482         .ob_base = {
88483             .ob_refcnt = 999999999,
88484             .ob_type = &PyUnicode_Type,
88485         },
88486         .length = 169,
88487         .hash = -1,
88488         .state = {
88489             .kind = 1,
88490             .compact = 1,
88491             .ascii = 1,
88492             .ready = 1,
88493         },
88494     },
88495     ._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",
88496 };
88497 static
88498     struct {
88499         PyGC_Head _gc_head;
88500         struct {
88501             PyObject_VAR_HEAD
88502             PyObject *ob_item[1];
88503         }_object;
88504     }
88505 _collections_abc_toplevel_consts_64_consts_5_consts = {
88506     ._object = {
88507         .ob_base = {
88508             .ob_base = {
88509                 .ob_refcnt = 999999999,
88510                 .ob_type = &PyTuple_Type,
88511             },
88512             .ob_size = 1,
88513         },
88514         .ob_item = {
88515             & _collections_abc_toplevel_consts_64_consts_5_consts_0._ascii.ob_base,
88516         },
88517     },
88518 };
88519 static
88520     struct {
88521         PyASCIIObject _ascii;
88522         uint8_t _data[24];
88523     }
88524 const_str__MutableMapping__marker = {
88525     ._ascii = {
88526         .ob_base = {
88527             .ob_refcnt = 999999999,
88528             .ob_type = &PyUnicode_Type,
88529         },
88530         .length = 23,
88531         .hash = -1,
88532         .state = {
88533             .kind = 1,
88534             .compact = 1,
88535             .ascii = 1,
88536             .ready = 1,
88537         },
88538     },
88539     ._data = "_MutableMapping__marker",
88540 };
88541 static
88542     struct {
88543         PyGC_Head _gc_head;
88544         struct {
88545             PyObject_VAR_HEAD
88546             PyObject *ob_item[2];
88547         }_object;
88548     }
88549 _collections_abc_toplevel_consts_64_consts_5_names = {
88550     ._object = {
88551         .ob_base = {
88552             .ob_base = {
88553                 .ob_refcnt = 999999999,
88554                 .ob_type = &PyTuple_Type,
88555             },
88556             .ob_size = 2,
88557         },
88558         .ob_item = {
88559             & const_str_KeyError._ascii.ob_base,
88560             & const_str__MutableMapping__marker._ascii.ob_base,
88561         },
88562     },
88563 };
88564 static
88565     struct {
88566         PyASCIIObject _ascii;
88567         uint8_t _data[19];
88568     }
88569 _collections_abc_toplevel_consts_64_consts_5_qualname = {
88570     ._ascii = {
88571         .ob_base = {
88572             .ob_refcnt = 999999999,
88573             .ob_type = &PyUnicode_Type,
88574         },
88575         .length = 18,
88576         .hash = -1,
88577         .state = {
88578             .kind = 1,
88579             .compact = 1,
88580             .ascii = 1,
88581             .ready = 1,
88582         },
88583     },
88584     ._data = "MutableMapping.pop",
88585 };
88586 static
88587     struct {
88588         PyObject_VAR_HEAD
88589         Py_hash_t ob_shash;
88590         char ob_sval[85];
88591     }
88592 _collections_abc_toplevel_consts_64_consts_5_linetable = {
88593     .ob_base = {
88594         .ob_base = {
88595             .ob_refcnt = 999999999,
88596             .ob_type = &PyBytes_Type,
88597         },
88598         .ob_size = 84,
88599     },
88600     .ob_shash = -1,
88601     .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\x9c\x2d\xd0\x0f\x27\xd0\x0f\x27\xd8\x10\x15\xd8\x13\x1a\x88\x4e\x88\x4e\x88\x4e\xf0\x07\x03\x09\x1b\xf8\xf8\xf8",
88602 };
88603 static
88604     struct {
88605         PyObject_VAR_HEAD
88606         Py_hash_t ob_shash;
88607         char ob_sval[13];
88608     }
88609 _collections_abc_toplevel_consts_64_consts_5_exceptiontable = {
88610     .ob_base = {
88611         .ob_base = {
88612             .ob_refcnt = 999999999,
88613             .ob_type = &PyBytes_Type,
88614         },
88615         .ob_size = 12,
88616     },
88617     .ob_shash = -1,
88618     .ob_sval = "\x82\x08\x0f\x00\x8f\x16\x28\x03\xa7\x01\x28\x03",
88619 };
88620 static
88621     struct {
88622         PyGC_Head _gc_head;
88623         struct {
88624             PyObject_VAR_HEAD
88625             PyObject *ob_item[4];
88626         }_object;
88627     }
88628 _collections_abc_toplevel_consts_64_consts_5_localsplusnames = {
88629     ._object = {
88630         .ob_base = {
88631             .ob_base = {
88632                 .ob_refcnt = 999999999,
88633                 .ob_type = &PyTuple_Type,
88634             },
88635             .ob_size = 4,
88636         },
88637         .ob_item = {
88638             & const_str_self._ascii.ob_base,
88639             & const_str_key._ascii.ob_base,
88640             &_Py_ID(default),
88641             & const_str_value._ascii.ob_base,
88642         },
88643     },
88644 };
88645 static
88646     struct _PyCode_DEF(86)
88647 _collections_abc_toplevel_consts_64_consts_5 = {
88648     .ob_base = {
88649         .ob_base = {
88650             .ob_refcnt = 999999999,
88651             .ob_type = &PyCode_Type,
88652         },
88653         .ob_size = 43,
88654     },
88655     .co_consts = & _collections_abc_toplevel_consts_64_consts_5_consts._object.ob_base.ob_base,
88656     .co_names = & _collections_abc_toplevel_consts_64_consts_5_names._object.ob_base.ob_base,
88657     .co_exceptiontable = & _collections_abc_toplevel_consts_64_consts_5_exceptiontable.ob_base.ob_base,
88658     .co_flags = 3,
88659     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
88660     ._co_linearray_entry_size = 0,
88661     .co_argcount = 3,
88662     .co_posonlyargcount = 0,
88663     .co_kwonlyargcount = 0,
88664     .co_stacksize = 4,
88665     .co_firstlineno = 907,
88666     .co_nlocalsplus = 4,
88667     .co_nlocals = 4,
88668     .co_nplaincellvars = 0,
88669     .co_ncellvars = 0,
88670     .co_nfreevars = 0,
88671     .co_localsplusnames = & _collections_abc_toplevel_consts_64_consts_5_localsplusnames._object.ob_base.ob_base,
88672     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
88673     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
88674     .co_name = & const_str_pop._ascii.ob_base,
88675     .co_qualname = & _collections_abc_toplevel_consts_64_consts_5_qualname._ascii.ob_base,
88676     .co_linetable = & _collections_abc_toplevel_consts_64_consts_5_linetable.ob_base.ob_base,
88677     ._co_code = NULL,
88678     ._co_linearray = NULL,
88679     .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\x0f\x01\x00\x7c\x02\x7c\x00\x6a\x01\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",
88680     ._co_firsttraceable = 0,
88681 };
88682 static
88683     struct {
88684         PyASCIIObject _ascii;
88685         uint8_t _data[132];
88686     }
88687 _collections_abc_toplevel_consts_64_consts_6_consts_0 = {
88688     ._ascii = {
88689         .ob_base = {
88690             .ob_refcnt = 999999999,
88691             .ob_type = &PyUnicode_Type,
88692         },
88693         .length = 131,
88694         .hash = -1,
88695         .state = {
88696             .kind = 1,
88697             .compact = 1,
88698             .ascii = 1,
88699             .ready = 1,
88700         },
88701     },
88702     ._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",
88703 };
88704 static
88705     struct {
88706         PyGC_Head _gc_head;
88707         struct {
88708             PyObject_VAR_HEAD
88709             PyObject *ob_item[2];
88710         }_object;
88711     }
88712 _collections_abc_toplevel_consts_64_consts_6_consts = {
88713     ._object = {
88714         .ob_base = {
88715             .ob_base = {
88716                 .ob_refcnt = 999999999,
88717                 .ob_type = &PyTuple_Type,
88718             },
88719             .ob_size = 2,
88720         },
88721         .ob_item = {
88722             & _collections_abc_toplevel_consts_64_consts_6_consts_0._ascii.ob_base,
88723             Py_None,
88724         },
88725     },
88726 };
88727 static
88728     struct {
88729         PyGC_Head _gc_head;
88730         struct {
88731             PyObject_VAR_HEAD
88732             PyObject *ob_item[4];
88733         }_object;
88734     }
88735 _collections_abc_toplevel_consts_64_consts_6_names = {
88736     ._object = {
88737         .ob_base = {
88738             .ob_base = {
88739                 .ob_refcnt = 999999999,
88740                 .ob_type = &PyTuple_Type,
88741             },
88742             .ob_size = 4,
88743         },
88744         .ob_item = {
88745             &_Py_ID(next),
88746             &_Py_ID(iter),
88747             & const_str_StopIteration._ascii.ob_base,
88748             & const_str_KeyError._ascii.ob_base,
88749         },
88750     },
88751 };
88752 static
88753     struct {
88754         PyASCIIObject _ascii;
88755         uint8_t _data[8];
88756     }
88757 const_str_popitem = {
88758     ._ascii = {
88759         .ob_base = {
88760             .ob_refcnt = 999999999,
88761             .ob_type = &PyUnicode_Type,
88762         },
88763         .length = 7,
88764         .hash = -1,
88765         .state = {
88766             .kind = 1,
88767             .compact = 1,
88768             .ascii = 1,
88769             .ready = 1,
88770         },
88771     },
88772     ._data = "popitem",
88773 };
88774 static
88775     struct {
88776         PyASCIIObject _ascii;
88777         uint8_t _data[23];
88778     }
88779 _collections_abc_toplevel_consts_64_consts_6_qualname = {
88780     ._ascii = {
88781         .ob_base = {
88782             .ob_refcnt = 999999999,
88783             .ob_type = &PyUnicode_Type,
88784         },
88785         .length = 22,
88786         .hash = -1,
88787         .state = {
88788             .kind = 1,
88789             .compact = 1,
88790             .ascii = 1,
88791             .ready = 1,
88792         },
88793     },
88794     ._data = "MutableMapping.popitem",
88795 };
88796 static
88797     struct {
88798         PyObject_VAR_HEAD
88799         Py_hash_t ob_shash;
88800         char ob_sval[90];
88801     }
88802 _collections_abc_toplevel_consts_64_consts_6_linetable = {
88803     .ob_base = {
88804         .ob_base = {
88805             .ob_refcnt = 999999999,
88806             .ob_type = &PyBytes_Type,
88807         },
88808         .ob_size = 89,
88809     },
88810     .ob_shash = -1,
88811     .ob_sval = "\x80\x00\xf0\x08\x03\x09\x25\xdd\x12\x16\x95\x74\x98\x44\x91\x7a\x94\x7a\xd1\x12\x22\xd4\x12\x22\x88\x43\x88\x43\xf8\xdd\x0f\x1c\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\xe0\x10\x14\x90\x53\x94\x09\x88\x05\xd8\x0c\x10\x90\x13\x88\x49\xd8\x0f\x12\x90\x45\x88\x7a\xd0\x08\x19",
88812 };
88813 static
88814     struct {
88815         PyObject_VAR_HEAD
88816         Py_hash_t ob_shash;
88817         char ob_sval[9];
88818     }
88819 _collections_abc_toplevel_consts_64_consts_6_exceptiontable = {
88820     .ob_base = {
88821         .ob_base = {
88822             .ob_refcnt = 999999999,
88823             .ob_type = &PyBytes_Type,
88824         },
88825         .ob_size = 8,
88826     },
88827     .ob_shash = -1,
88828     .ob_sval = "\x82\x1c\x1f\x00\x9f\x13\x32\x03",
88829 };
88830 static
88831     struct _PyCode_DEF(136)
88832 _collections_abc_toplevel_consts_64_consts_6 = {
88833     .ob_base = {
88834         .ob_base = {
88835             .ob_refcnt = 999999999,
88836             .ob_type = &PyCode_Type,
88837         },
88838         .ob_size = 68,
88839     },
88840     .co_consts = & _collections_abc_toplevel_consts_64_consts_6_consts._object.ob_base.ob_base,
88841     .co_names = & _collections_abc_toplevel_consts_64_consts_6_names._object.ob_base.ob_base,
88842     .co_exceptiontable = & _collections_abc_toplevel_consts_64_consts_6_exceptiontable.ob_base.ob_base,
88843     .co_flags = 3,
88844     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
88845     ._co_linearray_entry_size = 0,
88846     .co_argcount = 1,
88847     .co_posonlyargcount = 0,
88848     .co_kwonlyargcount = 0,
88849     .co_stacksize = 5,
88850     .co_firstlineno = 921,
88851     .co_nlocalsplus = 3,
88852     .co_nlocals = 3,
88853     .co_nplaincellvars = 0,
88854     .co_ncellvars = 0,
88855     .co_nfreevars = 0,
88856     .co_localsplusnames = & _collections_abc_toplevel_consts_64_consts_3_localsplusnames._object.ob_base.ob_base,
88857     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
88858     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
88859     .co_name = & const_str_popitem._ascii.ob_base,
88860     .co_qualname = & _collections_abc_toplevel_consts_64_consts_6_qualname._ascii.ob_base,
88861     .co_linetable = & _collections_abc_toplevel_consts_64_consts_6_linetable.ob_base.ob_base,
88862     ._co_code = NULL,
88863     ._co_linearray = NULL,
88864     .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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x16\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\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",
88865     ._co_firsttraceable = 0,
88866 };
88867 static
88868     struct {
88869         PyASCIIObject _ascii;
88870         uint8_t _data[45];
88871     }
88872 _collections_abc_toplevel_consts_64_consts_7_consts_0 = {
88873     ._ascii = {
88874         .ob_base = {
88875             .ob_refcnt = 999999999,
88876             .ob_type = &PyUnicode_Type,
88877         },
88878         .length = 44,
88879         .hash = -1,
88880         .state = {
88881             .kind = 1,
88882             .compact = 1,
88883             .ascii = 1,
88884             .ready = 1,
88885         },
88886     },
88887     ._data = "D.clear() -> None.  Remove all items from D.",
88888 };
88889 static
88890     struct {
88891         PyGC_Head _gc_head;
88892         struct {
88893             PyObject_VAR_HEAD
88894             PyObject *ob_item[3];
88895         }_object;
88896     }
88897 _collections_abc_toplevel_consts_64_consts_7_consts = {
88898     ._object = {
88899         .ob_base = {
88900             .ob_base = {
88901                 .ob_refcnt = 999999999,
88902                 .ob_type = &PyTuple_Type,
88903             },
88904             .ob_size = 3,
88905         },
88906         .ob_item = {
88907             & _collections_abc_toplevel_consts_64_consts_7_consts_0._ascii.ob_base,
88908             Py_True,
88909             Py_None,
88910         },
88911     },
88912 };
88913 static
88914     struct {
88915         PyGC_Head _gc_head;
88916         struct {
88917             PyObject_VAR_HEAD
88918             PyObject *ob_item[2];
88919         }_object;
88920     }
88921 _collections_abc_toplevel_consts_64_consts_7_names = {
88922     ._object = {
88923         .ob_base = {
88924             .ob_base = {
88925                 .ob_refcnt = 999999999,
88926                 .ob_type = &PyTuple_Type,
88927             },
88928             .ob_size = 2,
88929         },
88930         .ob_item = {
88931             & const_str_popitem._ascii.ob_base,
88932             & const_str_KeyError._ascii.ob_base,
88933         },
88934     },
88935 };
88936 static
88937     struct {
88938         PyASCIIObject _ascii;
88939         uint8_t _data[21];
88940     }
88941 _collections_abc_toplevel_consts_64_consts_7_qualname = {
88942     ._ascii = {
88943         .ob_base = {
88944             .ob_refcnt = 999999999,
88945             .ob_type = &PyUnicode_Type,
88946         },
88947         .length = 20,
88948         .hash = -1,
88949         .state = {
88950             .kind = 1,
88951             .compact = 1,
88952             .ascii = 1,
88953             .ready = 1,
88954         },
88955     },
88956     ._data = "MutableMapping.clear",
88957 };
88958 static
88959     struct {
88960         PyObject_VAR_HEAD
88961         Py_hash_t ob_shash;
88962         char ob_sval[65];
88963     }
88964 _collections_abc_toplevel_consts_64_consts_7_linetable = {
88965     .ob_base = {
88966         .ob_base = {
88967             .ob_refcnt = 999999999,
88968             .ob_type = &PyBytes_Type,
88969         },
88970         .ob_size = 64,
88971     },
88972     .ob_shash = -1,
88973     .ob_sval = "\x80\x00\xf0\x04\x04\x09\x11\xf0\x02\x01\x0d\x1f\xd8\x10\x14\x97\x0c\x92\x0c\x91\x0e\x94\x0e\x90\x0e\xf0\x03\x01\x0d\x1f\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",
88974 };
88975 static
88976     struct _PyCode_DEF(82)
88977 _collections_abc_toplevel_consts_64_consts_7 = {
88978     .ob_base = {
88979         .ob_base = {
88980             .ob_refcnt = 999999999,
88981             .ob_type = &PyCode_Type,
88982         },
88983         .ob_size = 41,
88984     },
88985     .co_consts = & _collections_abc_toplevel_consts_64_consts_7_consts._object.ob_base.ob_base,
88986     .co_names = & _collections_abc_toplevel_consts_64_consts_7_names._object.ob_base.ob_base,
88987     .co_exceptiontable = & _collections_abc_toplevel_consts_52_consts_7_exceptiontable.ob_base.ob_base,
88988     .co_flags = 3,
88989     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
88990     ._co_linearray_entry_size = 0,
88991     .co_argcount = 1,
88992     .co_posonlyargcount = 0,
88993     .co_kwonlyargcount = 0,
88994     .co_stacksize = 4,
88995     .co_firstlineno = 933,
88996     .co_nlocalsplus = 1,
88997     .co_nlocals = 1,
88998     .co_nplaincellvars = 0,
88999     .co_ncellvars = 0,
89000     .co_nfreevars = 0,
89001     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
89002     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
89003     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
89004     .co_name = &_Py_ID(clear),
89005     .co_qualname = & _collections_abc_toplevel_consts_64_consts_7_qualname._ascii.ob_base,
89006     .co_linetable = & _collections_abc_toplevel_consts_64_consts_7_linetable.ob_base.ob_base,
89007     ._co_code = NULL,
89008     ._co_linearray = NULL,
89009     .co_code_adaptive = "\x97\x00\x09\x00\x09\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x15\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",
89010     ._co_firsttraceable = 0,
89011 };
89012 static
89013     struct {
89014         PyASCIIObject _ascii;
89015         uint8_t _data[332];
89016     }
89017 _collections_abc_toplevel_consts_64_consts_8_consts_0 = {
89018     ._ascii = {
89019         .ob_base = {
89020             .ob_refcnt = 999999999,
89021             .ob_type = &PyUnicode_Type,
89022         },
89023         .length = 331,
89024         .hash = -1,
89025         .state = {
89026             .kind = 1,
89027             .compact = 1,
89028             .ascii = 1,
89029             .ready = 1,
89030         },
89031     },
89032     ._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",
89033 };
89034 static
89035     struct {
89036         PyGC_Head _gc_head;
89037         struct {
89038             PyObject_VAR_HEAD
89039             PyObject *ob_item[3];
89040         }_object;
89041     }
89042 _collections_abc_toplevel_consts_64_consts_8_consts = {
89043     ._object = {
89044         .ob_base = {
89045             .ob_base = {
89046                 .ob_refcnt = 999999999,
89047                 .ob_type = &PyTuple_Type,
89048             },
89049             .ob_size = 3,
89050         },
89051         .ob_item = {
89052             & _collections_abc_toplevel_consts_64_consts_8_consts_0._ascii.ob_base,
89053             &_Py_ID(keys),
89054             Py_None,
89055         },
89056     },
89057 };
89058 static
89059     struct {
89060         PyGC_Head _gc_head;
89061         struct {
89062             PyObject_VAR_HEAD
89063             PyObject *ob_item[5];
89064         }_object;
89065     }
89066 _collections_abc_toplevel_consts_64_consts_8_names = {
89067     ._object = {
89068         .ob_base = {
89069             .ob_base = {
89070                 .ob_refcnt = 999999999,
89071                 .ob_type = &PyTuple_Type,
89072             },
89073             .ob_size = 5,
89074         },
89075         .ob_item = {
89076             &_Py_ID(isinstance),
89077             & const_str_Mapping._ascii.ob_base,
89078             & const_str_hasattr._ascii.ob_base,
89079             &_Py_ID(keys),
89080             &_Py_ID(items),
89081         },
89082     },
89083 };
89084 static
89085     struct {
89086         PyASCIIObject _ascii;
89087         uint8_t _data[22];
89088     }
89089 _collections_abc_toplevel_consts_64_consts_8_qualname = {
89090     ._ascii = {
89091         .ob_base = {
89092             .ob_refcnt = 999999999,
89093             .ob_type = &PyUnicode_Type,
89094         },
89095         .length = 21,
89096         .hash = -1,
89097         .state = {
89098             .kind = 1,
89099             .compact = 1,
89100             .ascii = 1,
89101             .ready = 1,
89102         },
89103     },
89104     ._data = "MutableMapping.update",
89105 };
89106 static
89107     struct {
89108         PyObject_VAR_HEAD
89109         Py_hash_t ob_shash;
89110         char ob_sval[199];
89111     }
89112 _collections_abc_toplevel_consts_64_consts_8_linetable = {
89113     .ob_base = {
89114         .ob_base = {
89115             .ob_refcnt = 999999999,
89116             .ob_type = &PyBytes_Type,
89117         },
89118         .ob_size = 198,
89119     },
89120     .ob_shash = -1,
89121     .ob_sval = "\x80\x00\xf5\x0c\x00\x0c\x16\x90\x65\x9d\x57\xd1\x0b\x25\xd4\x0b\x25\xf0\x00\x08\x09\x22\xd8\x17\x1c\xf0\x00\x01\x0d\x27\xf0\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\xd1\x0d\x23\xd4\x0d\x23\xf0\x00\x05\x09\x22\xd8\x17\x1c\x97\x7a\x92\x7a\x91\x7c\x94\x7c\xf0\x00\x01\x0d\x27\xf0\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\xf0\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\x9a\x2a\x99\x2c\x9c\x2c\xf0\x00\x01\x09\x1e\xf0\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",
89122 };
89123 static
89124     struct {
89125         PyGC_Head _gc_head;
89126         struct {
89127             PyObject_VAR_HEAD
89128             PyObject *ob_item[5];
89129         }_object;
89130     }
89131 _collections_abc_toplevel_consts_64_consts_8_localsplusnames = {
89132     ._object = {
89133         .ob_base = {
89134             .ob_base = {
89135                 .ob_refcnt = 999999999,
89136                 .ob_type = &PyTuple_Type,
89137             },
89138             .ob_size = 5,
89139         },
89140         .ob_item = {
89141             & const_str_self._ascii.ob_base,
89142             & const_str_other._ascii.ob_base,
89143             & const_str_kwds._ascii.ob_base,
89144             & const_str_key._ascii.ob_base,
89145             & const_str_value._ascii.ob_base,
89146         },
89147     },
89148 };
89149 static
89150     struct _PyCode_DEF(272)
89151 _collections_abc_toplevel_consts_64_consts_8 = {
89152     .ob_base = {
89153         .ob_base = {
89154             .ob_refcnt = 999999999,
89155             .ob_type = &PyCode_Type,
89156         },
89157         .ob_size = 136,
89158     },
89159     .co_consts = & _collections_abc_toplevel_consts_64_consts_8_consts._object.ob_base.ob_base,
89160     .co_names = & _collections_abc_toplevel_consts_64_consts_8_names._object.ob_base.ob_base,
89161     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
89162     .co_flags = 11,
89163     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
89164     ._co_linearray_entry_size = 0,
89165     .co_argcount = 2,
89166     .co_posonlyargcount = 2,
89167     .co_kwonlyargcount = 0,
89168     .co_stacksize = 4,
89169     .co_firstlineno = 941,
89170     .co_nlocalsplus = 5,
89171     .co_nlocals = 5,
89172     .co_nplaincellvars = 0,
89173     .co_ncellvars = 0,
89174     .co_nfreevars = 0,
89175     .co_localsplusnames = & _collections_abc_toplevel_consts_64_consts_8_localsplusnames._object.ob_base.ob_base,
89176     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
89177     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
89178     .co_name = & const_str_update._ascii.ob_base,
89179     .co_qualname = & _collections_abc_toplevel_consts_64_consts_8_qualname._ascii.ob_base,
89180     .co_linetable = & _collections_abc_toplevel_consts_64_consts_8_linetable.ob_base.ob_base,
89181     ._co_code = NULL,
89182     ._co_linearray = NULL,
89183     .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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x11\x7c\x01\x44\x00\x5d\x0d\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\x0e\x6e\x40\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x23\x7c\x01\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x0d\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\x0e\x6e\x0d\x7c\x01\x44\x00\x5d\x0a\x5c\x02\x00\x00\x7d\x03\x7d\x04\x7c\x04\x7c\x00\x7c\x03\x3c\x00\x00\x00\x8c\x0b\x7c\x02\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x0a\x5c\x02\x00\x00\x7d\x03\x7d\x04\x7c\x04\x7c\x00\x7c\x03\x3c\x00\x00\x00\x8c\x0b\x64\x02\x53\x00",
89184     ._co_firsttraceable = 0,
89185 };
89186 static
89187     struct {
89188         PyASCIIObject _ascii;
89189         uint8_t _data[65];
89190     }
89191 _collections_abc_toplevel_consts_64_consts_10_consts_0 = {
89192     ._ascii = {
89193         .ob_base = {
89194             .ob_refcnt = 999999999,
89195             .ob_type = &PyUnicode_Type,
89196         },
89197         .length = 64,
89198         .hash = -1,
89199         .state = {
89200             .kind = 1,
89201             .compact = 1,
89202             .ascii = 1,
89203             .ready = 1,
89204         },
89205     },
89206     ._data = "D.setdefault(k[,d]) -> D.get(k,d), also set D[k]=d if k not in D",
89207 };
89208 static
89209     struct {
89210         PyGC_Head _gc_head;
89211         struct {
89212             PyObject_VAR_HEAD
89213             PyObject *ob_item[1];
89214         }_object;
89215     }
89216 _collections_abc_toplevel_consts_64_consts_10_consts = {
89217     ._object = {
89218         .ob_base = {
89219             .ob_base = {
89220                 .ob_refcnt = 999999999,
89221                 .ob_type = &PyTuple_Type,
89222             },
89223             .ob_size = 1,
89224         },
89225         .ob_item = {
89226             & _collections_abc_toplevel_consts_64_consts_10_consts_0._ascii.ob_base,
89227         },
89228     },
89229 };
89230 static
89231     struct {
89232         PyASCIIObject _ascii;
89233         uint8_t _data[11];
89234     }
89235 const_str_setdefault = {
89236     ._ascii = {
89237         .ob_base = {
89238             .ob_refcnt = 999999999,
89239             .ob_type = &PyUnicode_Type,
89240         },
89241         .length = 10,
89242         .hash = -1,
89243         .state = {
89244             .kind = 1,
89245             .compact = 1,
89246             .ascii = 1,
89247             .ready = 1,
89248         },
89249     },
89250     ._data = "setdefault",
89251 };
89252 static
89253     struct {
89254         PyASCIIObject _ascii;
89255         uint8_t _data[26];
89256     }
89257 _collections_abc_toplevel_consts_64_consts_10_qualname = {
89258     ._ascii = {
89259         .ob_base = {
89260             .ob_refcnt = 999999999,
89261             .ob_type = &PyUnicode_Type,
89262         },
89263         .length = 25,
89264         .hash = -1,
89265         .state = {
89266             .kind = 1,
89267             .compact = 1,
89268             .ascii = 1,
89269             .ready = 1,
89270         },
89271     },
89272     ._data = "MutableMapping.setdefault",
89273 };
89274 static
89275     struct {
89276         PyObject_VAR_HEAD
89277         Py_hash_t ob_shash;
89278         char ob_sval[63];
89279     }
89280 _collections_abc_toplevel_consts_64_consts_10_linetable = {
89281     .ob_base = {
89282         .ob_base = {
89283             .ob_refcnt = 999999999,
89284             .ob_type = &PyBytes_Type,
89285         },
89286         .ob_size = 62,
89287     },
89288     .ob_shash = -1,
89289     .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",
89290 };
89291 static
89292     struct {
89293         PyObject_VAR_HEAD
89294         Py_hash_t ob_shash;
89295         char ob_sval[13];
89296     }
89297 _collections_abc_toplevel_consts_64_consts_10_exceptiontable = {
89298     .ob_base = {
89299         .ob_base = {
89300             .ob_refcnt = 999999999,
89301             .ob_type = &PyBytes_Type,
89302         },
89303         .ob_size = 12,
89304     },
89305     .ob_shash = -1,
89306     .ob_sval = "\x82\x07\x0a\x00\x8a\x0f\x1c\x03\x9b\x01\x1c\x03",
89307 };
89308 static
89309     struct _PyCode_DEF(66)
89310 _collections_abc_toplevel_consts_64_consts_10 = {
89311     .ob_base = {
89312         .ob_base = {
89313             .ob_refcnt = 999999999,
89314             .ob_type = &PyCode_Type,
89315         },
89316         .ob_size = 33,
89317     },
89318     .co_consts = & _collections_abc_toplevel_consts_64_consts_10_consts._object.ob_base.ob_base,
89319     .co_names = & _collections_abc_toplevel_consts_54_consts_4_names._object.ob_base.ob_base,
89320     .co_exceptiontable = & _collections_abc_toplevel_consts_64_consts_10_exceptiontable.ob_base.ob_base,
89321     .co_flags = 3,
89322     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
89323     ._co_linearray_entry_size = 0,
89324     .co_argcount = 3,
89325     .co_posonlyargcount = 0,
89326     .co_kwonlyargcount = 0,
89327     .co_stacksize = 4,
89328     .co_firstlineno = 959,
89329     .co_nlocalsplus = 3,
89330     .co_nlocals = 3,
89331     .co_nplaincellvars = 0,
89332     .co_ncellvars = 0,
89333     .co_nfreevars = 0,
89334     .co_localsplusnames = & _collections_abc_toplevel_consts_54_consts_6_localsplusnames._object.ob_base.ob_base,
89335     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
89336     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
89337     .co_name = & const_str_setdefault._ascii.ob_base,
89338     .co_qualname = & _collections_abc_toplevel_consts_64_consts_10_qualname._ascii.ob_base,
89339     .co_linetable = & _collections_abc_toplevel_consts_64_consts_10_linetable.ob_base.ob_base,
89340     ._co_code = NULL,
89341     ._co_linearray = NULL,
89342     .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",
89343     ._co_firsttraceable = 0,
89344 };
89345 static
89346     struct {
89347         PyGC_Head _gc_head;
89348         struct {
89349             PyObject_VAR_HEAD
89350             PyObject *ob_item[1];
89351         }_object;
89352     }
89353 _collections_abc_toplevel_consts_64_consts_11 = {
89354     ._object = {
89355         .ob_base = {
89356             .ob_base = {
89357                 .ob_refcnt = 999999999,
89358                 .ob_type = &PyTuple_Type,
89359             },
89360             .ob_size = 1,
89361         },
89362         .ob_item = {
89363             (PyObject *)& _Py_SINGLETON(tuple_empty),
89364         },
89365     },
89366 };
89367 static
89368     struct {
89369         PyGC_Head _gc_head;
89370         struct {
89371             PyObject_VAR_HEAD
89372             PyObject *ob_item[13];
89373         }_object;
89374     }
89375 _collections_abc_toplevel_consts_64_consts = {
89376     ._object = {
89377         .ob_base = {
89378             .ob_base = {
89379                 .ob_refcnt = 999999999,
89380                 .ob_type = &PyTuple_Type,
89381             },
89382             .ob_size = 13,
89383         },
89384         .ob_item = {
89385             & const_str_MutableMapping._ascii.ob_base,
89386             & _collections_abc_toplevel_consts_64_consts_1._ascii.ob_base,
89387             (PyObject *)& _Py_SINGLETON(tuple_empty),
89388             & _collections_abc_toplevel_consts_64_consts_3.ob_base.ob_base,
89389             & _collections_abc_toplevel_consts_64_consts_4.ob_base.ob_base,
89390             & _collections_abc_toplevel_consts_64_consts_5.ob_base.ob_base,
89391             & _collections_abc_toplevel_consts_64_consts_6.ob_base.ob_base,
89392             & _collections_abc_toplevel_consts_64_consts_7.ob_base.ob_base,
89393             & _collections_abc_toplevel_consts_64_consts_8.ob_base.ob_base,
89394             Py_None,
89395             & _collections_abc_toplevel_consts_64_consts_10.ob_base.ob_base,
89396             & _collections_abc_toplevel_consts_64_consts_11._object.ob_base.ob_base,
89397             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
89398         },
89399     },
89400 };
89401 static
89402     struct {
89403         PyGC_Head _gc_head;
89404         struct {
89405             PyObject_VAR_HEAD
89406             PyObject *ob_item[15];
89407         }_object;
89408     }
89409 _collections_abc_toplevel_consts_64_names = {
89410     ._object = {
89411         .ob_base = {
89412             .ob_base = {
89413                 .ob_refcnt = 999999999,
89414                 .ob_type = &PyTuple_Type,
89415             },
89416             .ob_size = 15,
89417         },
89418         .ob_item = {
89419             &_Py_ID(__name__),
89420             &_Py_ID(__module__),
89421             &_Py_ID(__qualname__),
89422             &_Py_ID(__doc__),
89423             &_Py_ID(__slots__),
89424             & const_str_abstractmethod._ascii.ob_base,
89425             &_Py_ID(__setitem__),
89426             &_Py_ID(__delitem__),
89427             & const_str_object._ascii.ob_base,
89428             & const_str__MutableMapping__marker._ascii.ob_base,
89429             & const_str_pop._ascii.ob_base,
89430             & const_str_popitem._ascii.ob_base,
89431             &_Py_ID(clear),
89432             & const_str_update._ascii.ob_base,
89433             & const_str_setdefault._ascii.ob_base,
89434         },
89435     },
89436 };
89437 static
89438     struct {
89439         PyObject_VAR_HEAD
89440         Py_hash_t ob_shash;
89441         char ob_sval[196];
89442     }
89443 _collections_abc_toplevel_consts_64_linetable = {
89444     .ob_base = {
89445         .ob_base = {
89446             .ob_refcnt = 999999999,
89447             .ob_type = &PyBytes_Type,
89448         },
89449         .ob_size = 195,
89450     },
89451     .ob_shash = -1,
89452     .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\xf1\x03\x00\x06\x14\x84\x5e\xf0\x02\x01\x05\x17\xf0\x06\x00\x06\x14\xf0\x02\x01\x05\x17\xf0\x00\x01\x05\x17\xf1\x03\x00\x06\x14\x84\x5e\xf0\x02\x01\x05\x17\xf0\x06\x00\x10\x16\x88\x76\x89\x78\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\x10\x05\x1e\xf0\x00\x10\x05\x1e\xf0\x00\x10\x05\x1e\xf0\x00\x10\x05\x1e\xf0\x24\x06\x05\x17\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",
89453 };
89454 static
89455     struct _PyCode_DEF(124)
89456 _collections_abc_toplevel_consts_64 = {
89457     .ob_base = {
89458         .ob_base = {
89459             .ob_refcnt = 999999999,
89460             .ob_type = &PyCode_Type,
89461         },
89462         .ob_size = 62,
89463     },
89464     .co_consts = & _collections_abc_toplevel_consts_64_consts._object.ob_base.ob_base,
89465     .co_names = & _collections_abc_toplevel_consts_64_names._object.ob_base.ob_base,
89466     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
89467     .co_flags = 0,
89468     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
89469     ._co_linearray_entry_size = 0,
89470     .co_argcount = 0,
89471     .co_posonlyargcount = 0,
89472     .co_kwonlyargcount = 0,
89473     .co_stacksize = 2,
89474     .co_firstlineno = 886,
89475     .co_nlocalsplus = 0,
89476     .co_nlocals = 0,
89477     .co_nplaincellvars = 0,
89478     .co_ncellvars = 0,
89479     .co_nfreevars = 0,
89480     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
89481     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
89482     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
89483     .co_name = & const_str_MutableMapping._ascii.ob_base,
89484     .co_qualname = & const_str_MutableMapping._ascii.ob_base,
89485     .co_linetable = & _collections_abc_toplevel_consts_64_linetable.ob_base.ob_base,
89486     ._co_code = NULL,
89487     ._co_linearray = NULL,
89488     .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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x65\x05\x64\x04\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x02\x00\x65\x08\xa6\x00\x00\x00\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",
89489     ._co_firsttraceable = 0,
89490 };
89491 static
89492     struct {
89493         PyASCIIObject _ascii;
89494         uint8_t _data[139];
89495     }
89496 _collections_abc_toplevel_consts_66_consts_1 = {
89497     ._ascii = {
89498         .ob_base = {
89499             .ob_refcnt = 999999999,
89500             .ob_type = &PyUnicode_Type,
89501         },
89502         .length = 138,
89503         .hash = -1,
89504         .state = {
89505             .kind = 1,
89506             .compact = 1,
89507             .ascii = 1,
89508             .ready = 1,
89509         },
89510     },
89511     ._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",
89512 };
89513 static
89514     struct {
89515         PyGC_Head _gc_head;
89516         struct {
89517             PyObject_VAR_HEAD
89518             PyObject *ob_item[1];
89519         }_object;
89520     }
89521 _collections_abc_toplevel_consts_66_consts_4_names = {
89522     ._object = {
89523         .ob_base = {
89524             .ob_base = {
89525                 .ob_refcnt = 999999999,
89526                 .ob_type = &PyTuple_Type,
89527             },
89528             .ob_size = 1,
89529         },
89530         .ob_item = {
89531             & const_str_IndexError._ascii.ob_base,
89532         },
89533     },
89534 };
89535 static
89536     struct {
89537         PyASCIIObject _ascii;
89538         uint8_t _data[21];
89539     }
89540 _collections_abc_toplevel_consts_66_consts_4_qualname = {
89541     ._ascii = {
89542         .ob_base = {
89543             .ob_refcnt = 999999999,
89544             .ob_type = &PyUnicode_Type,
89545         },
89546         .length = 20,
89547         .hash = -1,
89548         .state = {
89549             .kind = 1,
89550             .compact = 1,
89551             .ascii = 1,
89552             .ready = 1,
89553         },
89554     },
89555     ._data = "Sequence.__getitem__",
89556 };
89557 static
89558     struct {
89559         PyObject_VAR_HEAD
89560         Py_hash_t ob_shash;
89561         char ob_sval[9];
89562     }
89563 _collections_abc_toplevel_consts_66_consts_4_linetable = {
89564     .ob_base = {
89565         .ob_base = {
89566             .ob_refcnt = 999999999,
89567             .ob_type = &PyBytes_Type,
89568         },
89569         .ob_size = 8,
89570     },
89571     .ob_shash = -1,
89572     .ob_sval = "\x80\x00\xe5\x0e\x18\xd0\x08\x18",
89573 };
89574 static
89575     struct _PyCode_DEF(16)
89576 _collections_abc_toplevel_consts_66_consts_4 = {
89577     .ob_base = {
89578         .ob_base = {
89579             .ob_refcnt = 999999999,
89580             .ob_type = &PyCode_Type,
89581         },
89582         .ob_size = 8,
89583     },
89584     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
89585     .co_names = & _collections_abc_toplevel_consts_66_consts_4_names._object.ob_base.ob_base,
89586     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
89587     .co_flags = 3,
89588     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
89589     ._co_linearray_entry_size = 0,
89590     .co_argcount = 2,
89591     .co_posonlyargcount = 0,
89592     .co_kwonlyargcount = 0,
89593     .co_stacksize = 1,
89594     .co_firstlineno = 985,
89595     .co_nlocalsplus = 2,
89596     .co_nlocals = 2,
89597     .co_nplaincellvars = 0,
89598     .co_ncellvars = 0,
89599     .co_nfreevars = 0,
89600     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_8_localsplusnames._object.ob_base.ob_base,
89601     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
89602     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
89603     .co_name = &_Py_ID(__getitem__),
89604     .co_qualname = & _collections_abc_toplevel_consts_66_consts_4_qualname._ascii.ob_base,
89605     .co_linetable = & _collections_abc_toplevel_consts_66_consts_4_linetable.ob_base.ob_base,
89606     ._co_code = NULL,
89607     ._co_linearray = NULL,
89608     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
89609     ._co_firsttraceable = 0,
89610 };
89611 static
89612     struct {
89613         PyGC_Head _gc_head;
89614         struct {
89615             PyObject_VAR_HEAD
89616             PyObject *ob_item[4];
89617         }_object;
89618     }
89619 _collections_abc_toplevel_consts_66_consts_5_consts = {
89620     ._object = {
89621         .ob_base = {
89622             .ob_base = {
89623                 .ob_refcnt = 999999999,
89624                 .ob_type = &PyTuple_Type,
89625             },
89626             .ob_size = 4,
89627         },
89628         .ob_item = {
89629             Py_None,
89630             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
89631             Py_True,
89632             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
89633         },
89634     },
89635 };
89636 static
89637     struct {
89638         PyASCIIObject _ascii;
89639         uint8_t _data[18];
89640     }
89641 _collections_abc_toplevel_consts_66_consts_5_qualname = {
89642     ._ascii = {
89643         .ob_base = {
89644             .ob_refcnt = 999999999,
89645             .ob_type = &PyUnicode_Type,
89646         },
89647         .length = 17,
89648         .hash = -1,
89649         .state = {
89650             .kind = 1,
89651             .compact = 1,
89652             .ascii = 1,
89653             .ready = 1,
89654         },
89655     },
89656     ._data = "Sequence.__iter__",
89657 };
89658 static
89659     struct {
89660         PyObject_VAR_HEAD
89661         Py_hash_t ob_shash;
89662         char ob_sval[90];
89663     }
89664 _collections_abc_toplevel_consts_66_consts_5_linetable = {
89665     .ob_base = {
89666         .ob_base = {
89667             .ob_refcnt = 999999999,
89668             .ob_type = &PyBytes_Type,
89669         },
89670         .ob_size = 89,
89671     },
89672     .ob_shash = -1,
89673     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xd8\x0c\x0d\x88\x01\xf0\x02\x06\x09\x13\xf0\x02\x03\x0d\x17\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\x03\x0d\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",
89674 };
89675 static
89676     struct {
89677         PyObject_VAR_HEAD
89678         Py_hash_t ob_shash;
89679         char ob_sval[13];
89680     }
89681 _collections_abc_toplevel_consts_66_consts_5_exceptiontable = {
89682     .ob_base = {
89683         .ob_base = {
89684             .ob_refcnt = 999999999,
89685             .ob_type = &PyBytes_Type,
89686         },
89687         .ob_size = 12,
89688     },
89689     .ob_shash = -1,
89690     .ob_sval = "\x86\x13\x19\x00\x99\x0a\x27\x03\xa6\x01\x27\x03",
89691 };
89692 static
89693     struct {
89694         PyGC_Head _gc_head;
89695         struct {
89696             PyObject_VAR_HEAD
89697             PyObject *ob_item[3];
89698         }_object;
89699     }
89700 _collections_abc_toplevel_consts_66_consts_5_localsplusnames = {
89701     ._object = {
89702         .ob_base = {
89703             .ob_base = {
89704                 .ob_refcnt = 999999999,
89705                 .ob_type = &PyTuple_Type,
89706             },
89707             .ob_size = 3,
89708         },
89709         .ob_item = {
89710             & const_str_self._ascii.ob_base,
89711             & const_str_i._ascii.ob_base,
89712             & const_str_v._ascii.ob_base,
89713         },
89714     },
89715 };
89716 static
89717     struct _PyCode_DEF(84)
89718 _collections_abc_toplevel_consts_66_consts_5 = {
89719     .ob_base = {
89720         .ob_base = {
89721             .ob_refcnt = 999999999,
89722             .ob_type = &PyCode_Type,
89723         },
89724         .ob_size = 42,
89725     },
89726     .co_consts = & _collections_abc_toplevel_consts_66_consts_5_consts._object.ob_base.ob_base,
89727     .co_names = & _collections_abc_toplevel_consts_66_consts_4_names._object.ob_base.ob_base,
89728     .co_exceptiontable = & _collections_abc_toplevel_consts_66_consts_5_exceptiontable.ob_base.ob_base,
89729     .co_flags = 35,
89730     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
89731     ._co_linearray_entry_size = 0,
89732     .co_argcount = 1,
89733     .co_posonlyargcount = 0,
89734     .co_kwonlyargcount = 0,
89735     .co_stacksize = 4,
89736     .co_firstlineno = 989,
89737     .co_nlocalsplus = 3,
89738     .co_nlocals = 3,
89739     .co_nplaincellvars = 0,
89740     .co_ncellvars = 0,
89741     .co_nfreevars = 0,
89742     .co_localsplusnames = & _collections_abc_toplevel_consts_66_consts_5_localsplusnames._object.ob_base.ob_base,
89743     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
89744     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
89745     .co_name = &_Py_ID(__iter__),
89746     .co_qualname = & _collections_abc_toplevel_consts_66_consts_5_qualname._ascii.ob_base,
89747     .co_linetable = & _collections_abc_toplevel_consts_66_consts_5_linetable.ob_base.ob_base,
89748     ._co_code = NULL,
89749     ._co_linearray = NULL,
89750     .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\x56\x00\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",
89751     ._co_firsttraceable = 2,
89752 };
89753 static
89754     struct {
89755         PyASCIIObject _ascii;
89756         uint8_t _data[22];
89757     }
89758 _collections_abc_toplevel_consts_66_consts_6_qualname = {
89759     ._ascii = {
89760         .ob_base = {
89761             .ob_refcnt = 999999999,
89762             .ob_type = &PyUnicode_Type,
89763         },
89764         .length = 21,
89765         .hash = -1,
89766         .state = {
89767             .kind = 1,
89768             .compact = 1,
89769             .ascii = 1,
89770             .ready = 1,
89771         },
89772     },
89773     ._data = "Sequence.__contains__",
89774 };
89775 static
89776     struct {
89777         PyObject_VAR_HEAD
89778         Py_hash_t ob_shash;
89779         char ob_sval[52];
89780     }
89781 _collections_abc_toplevel_consts_66_consts_6_linetable = {
89782     .ob_base = {
89783         .ob_base = {
89784             .ob_refcnt = 999999999,
89785             .ob_type = &PyBytes_Type,
89786         },
89787         .ob_size = 51,
89788     },
89789     .ob_shash = -1,
89790     .ob_sval = "\x80\x00\xd8\x11\x15\xf0\x00\x02\x09\x1c\xf0\x00\x02\x09\x1c\x88\x41\xd8\x0f\x10\x90\x45\x88\x7a\x88\x7a\x98\x51\xa0\x25\x9a\x5a\x98\x5a\xd8\x17\x1b\x90\x74\x90\x74\xf0\x03\x00\x1e\x28\xe0\x0f\x14\x88\x75",
89791 };
89792 static
89793     struct {
89794         PyGC_Head _gc_head;
89795         struct {
89796             PyObject_VAR_HEAD
89797             PyObject *ob_item[3];
89798         }_object;
89799     }
89800 _collections_abc_toplevel_consts_66_consts_6_localsplusnames = {
89801     ._object = {
89802         .ob_base = {
89803             .ob_base = {
89804                 .ob_refcnt = 999999999,
89805                 .ob_type = &PyTuple_Type,
89806             },
89807             .ob_size = 3,
89808         },
89809         .ob_item = {
89810             & const_str_self._ascii.ob_base,
89811             & const_str_value._ascii.ob_base,
89812             & const_str_v._ascii.ob_base,
89813         },
89814     },
89815 };
89816 static
89817     struct _PyCode_DEF(42)
89818 _collections_abc_toplevel_consts_66_consts_6 = {
89819     .ob_base = {
89820         .ob_base = {
89821             .ob_refcnt = 999999999,
89822             .ob_type = &PyCode_Type,
89823         },
89824         .ob_size = 21,
89825     },
89826     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_3_consts._object.ob_base.ob_base,
89827     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
89828     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
89829     .co_flags = 3,
89830     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
89831     ._co_linearray_entry_size = 0,
89832     .co_argcount = 2,
89833     .co_posonlyargcount = 0,
89834     .co_kwonlyargcount = 0,
89835     .co_stacksize = 3,
89836     .co_firstlineno = 999,
89837     .co_nlocalsplus = 3,
89838     .co_nlocals = 3,
89839     .co_nplaincellvars = 0,
89840     .co_ncellvars = 0,
89841     .co_nfreevars = 0,
89842     .co_localsplusnames = & _collections_abc_toplevel_consts_66_consts_6_localsplusnames._object.ob_base.ob_base,
89843     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
89844     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
89845     .co_name = &_Py_ID(__contains__),
89846     .co_qualname = & _collections_abc_toplevel_consts_66_consts_6_qualname._ascii.ob_base,
89847     .co_linetable = & _collections_abc_toplevel_consts_66_consts_6_linetable.ob_base.ob_base,
89848     ._co_code = NULL,
89849     ._co_linearray = NULL,
89850     .co_code_adaptive = "\x97\x00\x7c\x00\x44\x00\x5d\x0f\x7d\x02\x7c\x02\x7c\x01\x75\x00\x73\x06\x7c\x02\x7c\x01\x6b\x02\x00\x00\x00\x00\x72\x03\x01\x00\x64\x01\x53\x00\x8c\x10\x64\x02\x53\x00",
89851     ._co_firsttraceable = 0,
89852 };
89853 static
89854     struct {
89855         PyASCIIObject _ascii;
89856         uint8_t _data[6];
89857     }
89858 const_str_range = {
89859     ._ascii = {
89860         .ob_base = {
89861             .ob_refcnt = 999999999,
89862             .ob_type = &PyUnicode_Type,
89863         },
89864         .length = 5,
89865         .hash = -1,
89866         .state = {
89867             .kind = 1,
89868             .compact = 1,
89869             .ascii = 1,
89870             .ready = 1,
89871         },
89872     },
89873     ._data = "range",
89874 };
89875 static
89876     struct {
89877         PyGC_Head _gc_head;
89878         struct {
89879             PyObject_VAR_HEAD
89880             PyObject *ob_item[3];
89881         }_object;
89882     }
89883 _collections_abc_toplevel_consts_66_consts_7_names = {
89884     ._object = {
89885         .ob_base = {
89886             .ob_base = {
89887                 .ob_refcnt = 999999999,
89888                 .ob_type = &PyTuple_Type,
89889             },
89890             .ob_size = 3,
89891         },
89892         .ob_item = {
89893             &_Py_ID(reversed),
89894             & const_str_range._ascii.ob_base,
89895             &_Py_ID(len),
89896         },
89897     },
89898 };
89899 static
89900     struct {
89901         PyASCIIObject _ascii;
89902         uint8_t _data[22];
89903     }
89904 _collections_abc_toplevel_consts_66_consts_7_qualname = {
89905     ._ascii = {
89906         .ob_base = {
89907             .ob_refcnt = 999999999,
89908             .ob_type = &PyUnicode_Type,
89909         },
89910         .length = 21,
89911         .hash = -1,
89912         .state = {
89913             .kind = 1,
89914             .compact = 1,
89915             .ascii = 1,
89916             .ready = 1,
89917         },
89918     },
89919     ._data = "Sequence.__reversed__",
89920 };
89921 static
89922     struct {
89923         PyObject_VAR_HEAD
89924         Py_hash_t ob_shash;
89925         char ob_sval[69];
89926     }
89927 _collections_abc_toplevel_consts_66_consts_7_linetable = {
89928     .ob_base = {
89929         .ob_base = {
89930             .ob_refcnt = 999999999,
89931             .ob_type = &PyBytes_Type,
89932         },
89933         .ob_size = 68,
89934     },
89935     .ob_shash = -1,
89936     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xdd\x11\x19\x9d\x25\xa5\x03\xa0\x44\xa1\x09\xa4\x09\xd1\x1a\x2a\xd4\x1a\x2a\xd1\x11\x2b\xd4\x11\x2b\xf0\x00\x01\x09\x1a\xf0\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",
89937 };
89938 static
89939     struct {
89940         PyGC_Head _gc_head;
89941         struct {
89942             PyObject_VAR_HEAD
89943             PyObject *ob_item[2];
89944         }_object;
89945     }
89946 _collections_abc_toplevel_consts_66_consts_7_localsplusnames = {
89947     ._object = {
89948         .ob_base = {
89949             .ob_base = {
89950                 .ob_refcnt = 999999999,
89951                 .ob_type = &PyTuple_Type,
89952             },
89953             .ob_size = 2,
89954         },
89955         .ob_item = {
89956             & const_str_self._ascii.ob_base,
89957             & const_str_i._ascii.ob_base,
89958         },
89959     },
89960 };
89961 static
89962     struct _PyCode_DEF(118)
89963 _collections_abc_toplevel_consts_66_consts_7 = {
89964     .ob_base = {
89965         .ob_base = {
89966             .ob_refcnt = 999999999,
89967             .ob_type = &PyCode_Type,
89968         },
89969         .ob_size = 59,
89970     },
89971     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
89972     .co_names = & _collections_abc_toplevel_consts_66_consts_7_names._object.ob_base.ob_base,
89973     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
89974     .co_flags = 35,
89975     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
89976     ._co_linearray_entry_size = 0,
89977     .co_argcount = 1,
89978     .co_posonlyargcount = 0,
89979     .co_kwonlyargcount = 0,
89980     .co_stacksize = 7,
89981     .co_firstlineno = 1005,
89982     .co_nlocalsplus = 2,
89983     .co_nlocals = 2,
89984     .co_nplaincellvars = 0,
89985     .co_ncellvars = 0,
89986     .co_nfreevars = 0,
89987     .co_localsplusnames = & _collections_abc_toplevel_consts_66_consts_7_localsplusnames._object.ob_base.ob_base,
89988     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
89989     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
89990     .co_name = &_Py_ID(__reversed__),
89991     .co_qualname = & _collections_abc_toplevel_consts_66_consts_7_qualname._ascii.ob_base,
89992     .co_linetable = & _collections_abc_toplevel_consts_66_consts_7_linetable.ob_base.ob_base,
89993     ._co_code = NULL,
89994     ._co_linearray = NULL,
89995     .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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x0c\x7d\x01\x7c\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x97\x01\x01\x00\x8c\x0d\x64\x00\x53\x00",
89996     ._co_firsttraceable = 2,
89997 };
89998 static
89999     struct {
90000         PyASCIIObject _ascii;
90001         uint8_t _data[231];
90002     }
90003 _collections_abc_toplevel_consts_66_consts_10_consts_0 = {
90004     ._ascii = {
90005         .ob_base = {
90006             .ob_refcnt = 999999999,
90007             .ob_type = &PyUnicode_Type,
90008         },
90009         .length = 230,
90010         .hash = -1,
90011         .state = {
90012             .kind = 1,
90013             .compact = 1,
90014             .ascii = 1,
90015             .ready = 1,
90016         },
90017     },
90018     ._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",
90019 };
90020 static
90021     struct {
90022         PyGC_Head _gc_head;
90023         struct {
90024             PyObject_VAR_HEAD
90025             PyObject *ob_item[4];
90026         }_object;
90027     }
90028 _collections_abc_toplevel_consts_66_consts_10_consts = {
90029     ._object = {
90030         .ob_base = {
90031             .ob_base = {
90032                 .ob_refcnt = 999999999,
90033                 .ob_type = &PyTuple_Type,
90034             },
90035             .ob_size = 4,
90036         },
90037         .ob_item = {
90038             & _collections_abc_toplevel_consts_66_consts_10_consts_0._ascii.ob_base,
90039             Py_None,
90040             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
90041             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
90042         },
90043     },
90044 };
90045 static
90046     struct {
90047         PyGC_Head _gc_head;
90048         struct {
90049             PyObject_VAR_HEAD
90050             PyObject *ob_item[4];
90051         }_object;
90052     }
90053 _collections_abc_toplevel_consts_66_consts_10_names = {
90054     ._object = {
90055         .ob_base = {
90056             .ob_base = {
90057                 .ob_refcnt = 999999999,
90058                 .ob_type = &PyTuple_Type,
90059             },
90060             .ob_size = 4,
90061         },
90062         .ob_item = {
90063             & const_str_max._ascii.ob_base,
90064             &_Py_ID(len),
90065             & const_str_IndexError._ascii.ob_base,
90066             & const_str_ValueError._ascii.ob_base,
90067         },
90068     },
90069 };
90070 static
90071     struct {
90072         PyASCIIObject _ascii;
90073         uint8_t _data[15];
90074     }
90075 _collections_abc_toplevel_consts_66_consts_10_qualname = {
90076     ._ascii = {
90077         .ob_base = {
90078             .ob_refcnt = 999999999,
90079             .ob_type = &PyUnicode_Type,
90080         },
90081         .length = 14,
90082         .hash = -1,
90083         .state = {
90084             .kind = 1,
90085             .compact = 1,
90086             .ascii = 1,
90087             .ready = 1,
90088         },
90089     },
90090     ._data = "Sequence.index",
90091 };
90092 static
90093     struct {
90094         PyObject_VAR_HEAD
90095         Py_hash_t ob_shash;
90096         char ob_sval[195];
90097     }
90098 _collections_abc_toplevel_consts_66_consts_10_linetable = {
90099     .ob_base = {
90100         .ob_base = {
90101             .ob_refcnt = 999999999,
90102             .ob_type = &PyBytes_Type,
90103         },
90104         .ob_size = 194,
90105     },
90106     .ob_shash = -1,
90107     .ob_sval = "\x80\x00\xf0\x0e\x00\x0c\x11\xd0\x0b\x1c\xa0\x15\xa8\x11\xa2\x19\xa0\x19\xdd\x14\x17\x9d\x03\x98\x44\x99\x09\x9c\x09\xa0\x45\xd1\x18\x29\xa8\x31\xd1\x14\x2d\xd4\x14\x2d\x88\x45\xd8\x0b\x0f\xd0\x0b\x1b\xa0\x04\xa0\x71\xa2\x08\xa0\x08\xd8\x0c\x10\x95\x43\x98\x04\x91\x49\x94\x49\xd1\x0c\x1d\x88\x44\xe0\x0c\x11\x88\x01\xd8\x0e\x12\x88\x6c\x98\x61\xa0\x24\x9a\x68\x98\x68\xf0\x02\x03\x0d\x16\xd8\x14\x18\x98\x11\x94\x47\x90\x01\x90\x01\xf8\xdd\x13\x1d\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\xe0\x0f\x10\x90\x45\x88\x7a\x88\x7a\x98\x51\xa0\x25\x9a\x5a\x98\x5a\xd8\x17\x18\x90\x08\xd8\x0c\x0d\x90\x11\x89\x46\x88\x41\xf0\x0f\x00\x0f\x13\x88\x6c\x98\x61\xa0\x24\x9a\x68\x98\x68\xf5\x10\x00\x0f\x19\xd0\x08\x18",
90108 };
90109 static
90110     struct {
90111         PyObject_VAR_HEAD
90112         Py_hash_t ob_shash;
90113         char ob_sval[19];
90114     }
90115 _collections_abc_toplevel_consts_66_consts_10_exceptiontable = {
90116     .ob_base = {
90117         .ob_base = {
90118             .ob_refcnt = 999999999,
90119             .ob_type = &PyBytes_Type,
90120         },
90121         .ob_size = 18,
90122     },
90123     .ob_shash = -1,
90124     .ob_sval = "\xc1\x0e\x08\x41\x17\x00\xc1\x17\x0a\x41\x24\x03\xc1\x23\x01\x41\x24\x03",
90125 };
90126 static
90127     struct {
90128         PyASCIIObject _ascii;
90129         uint8_t _data[5];
90130     }
90131 const_str_stop = {
90132     ._ascii = {
90133         .ob_base = {
90134             .ob_refcnt = 999999999,
90135             .ob_type = &PyUnicode_Type,
90136         },
90137         .length = 4,
90138         .hash = -1,
90139         .state = {
90140             .kind = 1,
90141             .compact = 1,
90142             .ascii = 1,
90143             .ready = 1,
90144         },
90145     },
90146     ._data = "stop",
90147 };
90148 static
90149     struct {
90150         PyGC_Head _gc_head;
90151         struct {
90152             PyObject_VAR_HEAD
90153             PyObject *ob_item[6];
90154         }_object;
90155     }
90156 _collections_abc_toplevel_consts_66_consts_10_localsplusnames = {
90157     ._object = {
90158         .ob_base = {
90159             .ob_base = {
90160                 .ob_refcnt = 999999999,
90161                 .ob_type = &PyTuple_Type,
90162             },
90163             .ob_size = 6,
90164         },
90165         .ob_item = {
90166             & const_str_self._ascii.ob_base,
90167             & const_str_value._ascii.ob_base,
90168             & const_str_start._ascii.ob_base,
90169             & const_str_stop._ascii.ob_base,
90170             & const_str_i._ascii.ob_base,
90171             & const_str_v._ascii.ob_base,
90172         },
90173     },
90174 };
90175 static
90176     struct _PyCode_DEF(270)
90177 _collections_abc_toplevel_consts_66_consts_10 = {
90178     .ob_base = {
90179         .ob_base = {
90180             .ob_refcnt = 999999999,
90181             .ob_type = &PyCode_Type,
90182         },
90183         .ob_size = 135,
90184     },
90185     .co_consts = & _collections_abc_toplevel_consts_66_consts_10_consts._object.ob_base.ob_base,
90186     .co_names = & _collections_abc_toplevel_consts_66_consts_10_names._object.ob_base.ob_base,
90187     .co_exceptiontable = & _collections_abc_toplevel_consts_66_consts_10_exceptiontable.ob_base.ob_base,
90188     .co_flags = 3,
90189     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
90190     ._co_linearray_entry_size = 0,
90191     .co_argcount = 4,
90192     .co_posonlyargcount = 0,
90193     .co_kwonlyargcount = 0,
90194     .co_stacksize = 5,
90195     .co_firstlineno = 1009,
90196     .co_nlocalsplus = 6,
90197     .co_nlocals = 6,
90198     .co_nplaincellvars = 0,
90199     .co_ncellvars = 0,
90200     .co_nfreevars = 0,
90201     .co_localsplusnames = & _collections_abc_toplevel_consts_66_consts_10_localsplusnames._object.ob_base.ob_base,
90202     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
90203     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
90204     .co_name = & const_str_index._ascii.ob_base,
90205     .co_qualname = & _collections_abc_toplevel_consts_66_consts_10_qualname._ascii.ob_base,
90206     .co_linetable = & _collections_abc_toplevel_consts_66_consts_10_linetable.ob_base.ob_base,
90207     ._co_code = NULL,
90208     ._co_linearray = NULL,
90209     .co_code_adaptive = "\x97\x00\x7c\x02\x81\x26\x7c\x02\x64\x02\x6b\x00\x00\x00\x00\x00\x72\x20\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7a\x00\x00\x00\x64\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x03\x81\x18\x7c\x03\x64\x02\x6b\x00\x00\x00\x00\x00\x72\x12\x7c\x03\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\x33\x09\x00\x7c\x00\x7c\x04\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\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\x1d\x77\x00\x78\x03\x59\x00\x77\x01\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\x2d\x7c\x04\x7c\x03\x6b\x00\x00\x00\x00\x00\xb0\x33\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
90210     ._co_firsttraceable = 0,
90211 };
90212 static
90213     struct {
90214         PyASCIIObject _ascii;
90215         uint8_t _data[67];
90216     }
90217 _collections_abc_toplevel_consts_66_consts_11_consts_0 = {
90218     ._ascii = {
90219         .ob_base = {
90220             .ob_refcnt = 999999999,
90221             .ob_type = &PyUnicode_Type,
90222         },
90223         .length = 66,
90224         .hash = -1,
90225         .state = {
90226             .kind = 1,
90227             .compact = 1,
90228             .ascii = 1,
90229             .ready = 1,
90230         },
90231     },
90232     ._data = "S.count(value) -> integer -- return number of occurrences of value",
90233 };
90234 static
90235     struct {
90236         PyASCIIObject _ascii;
90237         uint8_t _data[34];
90238     }
90239 _collections_abc_toplevel_consts_66_consts_11_consts_1_qualname = {
90240     ._ascii = {
90241         .ob_base = {
90242             .ob_refcnt = 999999999,
90243             .ob_type = &PyUnicode_Type,
90244         },
90245         .length = 33,
90246         .hash = -1,
90247         .state = {
90248             .kind = 1,
90249             .compact = 1,
90250             .ascii = 1,
90251             .ready = 1,
90252         },
90253     },
90254     ._data = "Sequence.count.<locals>.<genexpr>",
90255 };
90256 static
90257     struct {
90258         PyObject_VAR_HEAD
90259         Py_hash_t ob_shash;
90260         char ob_sval[48];
90261     }
90262 _collections_abc_toplevel_consts_66_consts_11_consts_1_linetable = {
90263     .ob_base = {
90264         .ob_base = {
90265             .ob_refcnt = 999999999,
90266             .ob_type = &PyBytes_Type,
90267         },
90268         .ob_size = 47,
90269     },
90270     .ob_shash = -1,
90271     .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xd0\x12\x3f\xd0\x12\x3f\x98\x11\xa0\x61\xa8\x35\xa0\x6a\xa0\x6a\xb0\x41\xb8\x15\xb2\x4a\xb0\x4a\x90\x31\xb0\x4a\xb0\x4a\xb0\x4a\xb0\x4a\xd0\x12\x3f\xd0\x12\x3f",
90272 };
90273 static
90274     struct {
90275         PyGC_Head _gc_head;
90276         struct {
90277             PyObject_VAR_HEAD
90278             PyObject *ob_item[3];
90279         }_object;
90280     }
90281 _collections_abc_toplevel_consts_66_consts_11_consts_1_localsplusnames = {
90282     ._object = {
90283         .ob_base = {
90284             .ob_base = {
90285                 .ob_refcnt = 999999999,
90286                 .ob_type = &PyTuple_Type,
90287             },
90288             .ob_size = 3,
90289         },
90290         .ob_item = {
90291             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
90292             & const_str_v._ascii.ob_base,
90293             & const_str_value._ascii.ob_base,
90294         },
90295     },
90296 };
90297 static
90298     struct _PyCode_DEF(48)
90299 _collections_abc_toplevel_consts_66_consts_11_consts_1 = {
90300     .ob_base = {
90301         .ob_base = {
90302             .ob_refcnt = 999999999,
90303             .ob_type = &PyCode_Type,
90304         },
90305         .ob_size = 24,
90306     },
90307     .co_consts = & importlib__bootstrap_external_toplevel_consts_6_consts._object.ob_base.ob_base,
90308     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
90309     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
90310     .co_flags = 51,
90311     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
90312     ._co_linearray_entry_size = 0,
90313     .co_argcount = 1,
90314     .co_posonlyargcount = 0,
90315     .co_kwonlyargcount = 0,
90316     .co_stacksize = 3,
90317     .co_firstlineno = 1034,
90318     .co_nlocalsplus = 3,
90319     .co_nlocals = 2,
90320     .co_nplaincellvars = 0,
90321     .co_ncellvars = 0,
90322     .co_nfreevars = 1,
90323     .co_localsplusnames = & _collections_abc_toplevel_consts_66_consts_11_consts_1_localsplusnames._object.ob_base.ob_base,
90324     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
90325     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
90326     .co_name = &_Py_STR(anon_genexpr),
90327     .co_qualname = & _collections_abc_toplevel_consts_66_consts_11_consts_1_qualname._ascii.ob_base,
90328     .co_linetable = & _collections_abc_toplevel_consts_66_consts_11_consts_1_linetable.ob_base.ob_base,
90329     ._co_code = NULL,
90330     ._co_linearray = NULL,
90331     .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x10\x7d\x01\x7c\x01\x89\x02\x75\x00\x73\x06\x7c\x01\x89\x02\x6b\x02\x00\x00\x00\x00\xaf\x0c\x64\x00\x56\x00\x97\x01\x01\x00\x8c\x11\x64\x01\x53\x00",
90332     ._co_firsttraceable = 3,
90333 };
90334 static
90335     struct {
90336         PyGC_Head _gc_head;
90337         struct {
90338             PyObject_VAR_HEAD
90339             PyObject *ob_item[2];
90340         }_object;
90341     }
90342 _collections_abc_toplevel_consts_66_consts_11_consts = {
90343     ._object = {
90344         .ob_base = {
90345             .ob_base = {
90346                 .ob_refcnt = 999999999,
90347                 .ob_type = &PyTuple_Type,
90348             },
90349             .ob_size = 2,
90350         },
90351         .ob_item = {
90352             & _collections_abc_toplevel_consts_66_consts_11_consts_0._ascii.ob_base,
90353             & _collections_abc_toplevel_consts_66_consts_11_consts_1.ob_base.ob_base,
90354         },
90355     },
90356 };
90357 static
90358     struct {
90359         PyASCIIObject _ascii;
90360         uint8_t _data[4];
90361     }
90362 const_str_sum = {
90363     ._ascii = {
90364         .ob_base = {
90365             .ob_refcnt = 999999999,
90366             .ob_type = &PyUnicode_Type,
90367         },
90368         .length = 3,
90369         .hash = -1,
90370         .state = {
90371             .kind = 1,
90372             .compact = 1,
90373             .ascii = 1,
90374             .ready = 1,
90375         },
90376     },
90377     ._data = "sum",
90378 };
90379 static
90380     struct {
90381         PyGC_Head _gc_head;
90382         struct {
90383             PyObject_VAR_HEAD
90384             PyObject *ob_item[1];
90385         }_object;
90386     }
90387 _collections_abc_toplevel_consts_66_consts_11_names = {
90388     ._object = {
90389         .ob_base = {
90390             .ob_base = {
90391                 .ob_refcnt = 999999999,
90392                 .ob_type = &PyTuple_Type,
90393             },
90394             .ob_size = 1,
90395         },
90396         .ob_item = {
90397             & const_str_sum._ascii.ob_base,
90398         },
90399     },
90400 };
90401 static
90402     struct {
90403         PyASCIIObject _ascii;
90404         uint8_t _data[15];
90405     }
90406 _collections_abc_toplevel_consts_66_consts_11_qualname = {
90407     ._ascii = {
90408         .ob_base = {
90409             .ob_refcnt = 999999999,
90410             .ob_type = &PyUnicode_Type,
90411         },
90412         .length = 14,
90413         .hash = -1,
90414         .state = {
90415             .kind = 1,
90416             .compact = 1,
90417             .ascii = 1,
90418             .ready = 1,
90419         },
90420     },
90421     ._data = "Sequence.count",
90422 };
90423 static
90424     struct {
90425         PyObject_VAR_HEAD
90426         Py_hash_t ob_shash;
90427         char ob_sval[39];
90428     }
90429 _collections_abc_toplevel_consts_66_consts_11_linetable = {
90430     .ob_base = {
90431         .ob_base = {
90432             .ob_refcnt = 999999999,
90433             .ob_type = &PyBytes_Type,
90434         },
90435         .ob_size = 38,
90436     },
90437     .ob_shash = -1,
90438     .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\xd1\x12\x3f\xd4\x12\x3f\xd1\x0f\x3f\xd4\x0f\x3f\xd0\x08\x3f",
90439 };
90440 static
90441     struct _PyCode_DEF(58)
90442 _collections_abc_toplevel_consts_66_consts_11 = {
90443     .ob_base = {
90444         .ob_base = {
90445             .ob_refcnt = 999999999,
90446             .ob_type = &PyCode_Type,
90447         },
90448         .ob_size = 29,
90449     },
90450     .co_consts = & _collections_abc_toplevel_consts_66_consts_11_consts._object.ob_base.ob_base,
90451     .co_names = & _collections_abc_toplevel_consts_66_consts_11_names._object.ob_base.ob_base,
90452     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
90453     .co_flags = 3,
90454     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
90455     ._co_linearray_entry_size = 0,
90456     .co_argcount = 2,
90457     .co_posonlyargcount = 0,
90458     .co_kwonlyargcount = 0,
90459     .co_stacksize = 4,
90460     .co_firstlineno = 1032,
90461     .co_nlocalsplus = 2,
90462     .co_nlocals = 2,
90463     .co_nplaincellvars = 0,
90464     .co_ncellvars = 1,
90465     .co_nfreevars = 0,
90466     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
90467     .co_localspluskinds = & _collections_abc_toplevel_consts_50_consts_12_localspluskinds.ob_base.ob_base,
90468     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
90469     .co_name = & const_str_count._ascii.ob_base,
90470     .co_qualname = & _collections_abc_toplevel_consts_66_consts_11_qualname._ascii.ob_base,
90471     .co_linetable = & _collections_abc_toplevel_consts_66_consts_11_linetable.ob_base.ob_base,
90472     ._co_code = NULL,
90473     ._co_linearray = NULL,
90474     .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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
90475     ._co_firsttraceable = 1,
90476 };
90477 static
90478     struct {
90479         PyGC_Head _gc_head;
90480         struct {
90481             PyObject_VAR_HEAD
90482             PyObject *ob_item[2];
90483         }_object;
90484     }
90485 _collections_abc_toplevel_consts_66_consts_12 = {
90486     ._object = {
90487         .ob_base = {
90488             .ob_base = {
90489                 .ob_refcnt = 999999999,
90490                 .ob_type = &PyTuple_Type,
90491             },
90492             .ob_size = 2,
90493         },
90494         .ob_item = {
90495             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
90496             Py_None,
90497         },
90498     },
90499 };
90500 static
90501     struct {
90502         PyGC_Head _gc_head;
90503         struct {
90504             PyObject_VAR_HEAD
90505             PyObject *ob_item[13];
90506         }_object;
90507     }
90508 _collections_abc_toplevel_consts_66_consts = {
90509     ._object = {
90510         .ob_base = {
90511             .ob_base = {
90512                 .ob_refcnt = 999999999,
90513                 .ob_type = &PyTuple_Type,
90514             },
90515             .ob_size = 13,
90516         },
90517         .ob_item = {
90518             & const_str_Sequence._ascii.ob_base,
90519             & _collections_abc_toplevel_consts_66_consts_1._ascii.ob_base,
90520             (PyObject *)& _Py_SINGLETON(tuple_empty),
90521             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 32],
90522             & _collections_abc_toplevel_consts_66_consts_4.ob_base.ob_base,
90523             & _collections_abc_toplevel_consts_66_consts_5.ob_base.ob_base,
90524             & _collections_abc_toplevel_consts_66_consts_6.ob_base.ob_base,
90525             & _collections_abc_toplevel_consts_66_consts_7.ob_base.ob_base,
90526             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
90527             Py_None,
90528             & _collections_abc_toplevel_consts_66_consts_10.ob_base.ob_base,
90529             & _collections_abc_toplevel_consts_66_consts_11.ob_base.ob_base,
90530             & _collections_abc_toplevel_consts_66_consts_12._object.ob_base.ob_base,
90531         },
90532     },
90533 };
90534 static
90535     struct {
90536         PyGC_Head _gc_head;
90537         struct {
90538             PyObject_VAR_HEAD
90539             PyObject *ob_item[13];
90540         }_object;
90541     }
90542 _collections_abc_toplevel_consts_66_names = {
90543     ._object = {
90544         .ob_base = {
90545             .ob_base = {
90546                 .ob_refcnt = 999999999,
90547                 .ob_type = &PyTuple_Type,
90548             },
90549             .ob_size = 13,
90550         },
90551         .ob_item = {
90552             &_Py_ID(__name__),
90553             &_Py_ID(__module__),
90554             &_Py_ID(__qualname__),
90555             &_Py_ID(__doc__),
90556             &_Py_ID(__slots__),
90557             &_Py_ID(__abc_tpflags__),
90558             & const_str_abstractmethod._ascii.ob_base,
90559             &_Py_ID(__getitem__),
90560             &_Py_ID(__iter__),
90561             &_Py_ID(__contains__),
90562             &_Py_ID(__reversed__),
90563             & const_str_index._ascii.ob_base,
90564             & const_str_count._ascii.ob_base,
90565         },
90566     },
90567 };
90568 static
90569     struct {
90570         PyObject_VAR_HEAD
90571         Py_hash_t ob_shash;
90572         char ob_sval[155];
90573     }
90574 _collections_abc_toplevel_consts_66_linetable = {
90575     .ob_base = {
90576         .ob_base = {
90577             .ob_refcnt = 999999999,
90578             .ob_type = &PyBytes_Type,
90579         },
90580         .ob_size = 154,
90581     },
90582     .ob_shash = -1,
90583     .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\xf1\x03\x00\x06\x14\x84\x5e\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\x15\x05\x19\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",
90584 };
90585 static
90586     struct _PyCode_DEF(80)
90587 _collections_abc_toplevel_consts_66 = {
90588     .ob_base = {
90589         .ob_base = {
90590             .ob_refcnt = 999999999,
90591             .ob_type = &PyCode_Type,
90592         },
90593         .ob_size = 40,
90594     },
90595     .co_consts = & _collections_abc_toplevel_consts_66_consts._object.ob_base.ob_base,
90596     .co_names = & _collections_abc_toplevel_consts_66_names._object.ob_base.ob_base,
90597     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
90598     .co_flags = 0,
90599     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
90600     ._co_linearray_entry_size = 0,
90601     .co_argcount = 0,
90602     .co_posonlyargcount = 0,
90603     .co_kwonlyargcount = 0,
90604     .co_stacksize = 2,
90605     .co_firstlineno = 973,
90606     .co_nlocalsplus = 0,
90607     .co_nlocals = 0,
90608     .co_nplaincellvars = 0,
90609     .co_ncellvars = 0,
90610     .co_nfreevars = 0,
90611     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
90612     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
90613     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
90614     .co_name = & const_str_Sequence._ascii.ob_base,
90615     .co_qualname = & const_str_Sequence._ascii.ob_base,
90616     .co_linetable = & _collections_abc_toplevel_consts_66_linetable.ob_base.ob_base,
90617     ._co_code = NULL,
90618     ._co_linearray = NULL,
90619     .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\xa6\x00\x00\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",
90620     ._co_firsttraceable = 0,
90621 };
90622 static
90623     struct {
90624         PyASCIIObject _ascii;
90625         uint8_t _data[78];
90626     }
90627 _collections_abc_toplevel_consts_68_consts_1 = {
90628     ._ascii = {
90629         .ob_base = {
90630             .ob_refcnt = 999999999,
90631             .ob_type = &PyUnicode_Type,
90632         },
90633         .length = 77,
90634         .hash = -1,
90635         .state = {
90636             .kind = 1,
90637             .compact = 1,
90638             .ascii = 1,
90639             .ready = 1,
90640         },
90641     },
90642     ._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",
90643 };
90644 static
90645     struct {
90646         PyGC_Head _gc_head;
90647         struct {
90648             PyObject_VAR_HEAD
90649             PyObject *ob_item[4];
90650         }_object;
90651     }
90652 _collections_abc_toplevel_consts_68_consts = {
90653     ._object = {
90654         .ob_base = {
90655             .ob_base = {
90656                 .ob_refcnt = 999999999,
90657                 .ob_type = &PyTuple_Type,
90658             },
90659             .ob_size = 4,
90660         },
90661         .ob_item = {
90662             & const_str_ByteString._ascii.ob_base,
90663             & _collections_abc_toplevel_consts_68_consts_1._ascii.ob_base,
90664             (PyObject *)& _Py_SINGLETON(tuple_empty),
90665             Py_None,
90666         },
90667     },
90668 };
90669 static
90670     struct {
90671         PyObject_VAR_HEAD
90672         Py_hash_t ob_shash;
90673         char ob_sval[32];
90674     }
90675 _collections_abc_toplevel_consts_68_linetable = {
90676     .ob_base = {
90677         .ob_base = {
90678             .ob_refcnt = 999999999,
90679             .ob_type = &PyBytes_Type,
90680         },
90681         .ob_size = 31,
90682     },
90683     .ob_shash = -1,
90684     .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",
90685 };
90686 static
90687     struct _PyCode_DEF(22)
90688 _collections_abc_toplevel_consts_68 = {
90689     .ob_base = {
90690         .ob_base = {
90691             .ob_refcnt = 999999999,
90692             .ob_type = &PyCode_Type,
90693         },
90694         .ob_size = 11,
90695     },
90696     .co_consts = & _collections_abc_toplevel_consts_68_consts._object.ob_base.ob_base,
90697     .co_names = & abc_toplevel_consts_15_names._object.ob_base.ob_base,
90698     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
90699     .co_flags = 0,
90700     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
90701     ._co_linearray_entry_size = 0,
90702     .co_argcount = 0,
90703     .co_posonlyargcount = 0,
90704     .co_kwonlyargcount = 0,
90705     .co_stacksize = 1,
90706     .co_firstlineno = 1042,
90707     .co_nlocalsplus = 0,
90708     .co_nlocals = 0,
90709     .co_nplaincellvars = 0,
90710     .co_ncellvars = 0,
90711     .co_nfreevars = 0,
90712     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
90713     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
90714     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
90715     .co_name = & const_str_ByteString._ascii.ob_base,
90716     .co_qualname = & const_str_ByteString._ascii.ob_base,
90717     .co_linetable = & _collections_abc_toplevel_consts_68_linetable.ob_base.ob_base,
90718     ._co_code = NULL,
90719     ._co_linearray = NULL,
90720     .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",
90721     ._co_firsttraceable = 0,
90722 };
90723 static
90724     struct {
90725         PyASCIIObject _ascii;
90726         uint8_t _data[175];
90727     }
90728 _collections_abc_toplevel_consts_70_consts_1 = {
90729     ._ascii = {
90730         .ob_base = {
90731             .ob_refcnt = 999999999,
90732             .ob_type = &PyUnicode_Type,
90733         },
90734         .length = 174,
90735         .hash = -1,
90736         .state = {
90737             .kind = 1,
90738             .compact = 1,
90739             .ascii = 1,
90740             .ready = 1,
90741         },
90742     },
90743     ._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",
90744 };
90745 static
90746     struct {
90747         PyASCIIObject _ascii;
90748         uint8_t _data[28];
90749     }
90750 _collections_abc_toplevel_consts_70_consts_3_qualname = {
90751     ._ascii = {
90752         .ob_base = {
90753             .ob_refcnt = 999999999,
90754             .ob_type = &PyUnicode_Type,
90755         },
90756         .length = 27,
90757         .hash = -1,
90758         .state = {
90759             .kind = 1,
90760             .compact = 1,
90761             .ascii = 1,
90762             .ready = 1,
90763         },
90764     },
90765     ._data = "MutableSequence.__setitem__",
90766 };
90767 static
90768     struct {
90769         PyGC_Head _gc_head;
90770         struct {
90771             PyObject_VAR_HEAD
90772             PyObject *ob_item[3];
90773         }_object;
90774     }
90775 _collections_abc_toplevel_consts_70_consts_3_localsplusnames = {
90776     ._object = {
90777         .ob_base = {
90778             .ob_base = {
90779                 .ob_refcnt = 999999999,
90780                 .ob_type = &PyTuple_Type,
90781             },
90782             .ob_size = 3,
90783         },
90784         .ob_item = {
90785             & const_str_self._ascii.ob_base,
90786             & const_str_index._ascii.ob_base,
90787             & const_str_value._ascii.ob_base,
90788         },
90789     },
90790 };
90791 static
90792     struct _PyCode_DEF(16)
90793 _collections_abc_toplevel_consts_70_consts_3 = {
90794     .ob_base = {
90795         .ob_base = {
90796             .ob_refcnt = 999999999,
90797             .ob_type = &PyCode_Type,
90798         },
90799         .ob_size = 8,
90800     },
90801     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
90802     .co_names = & _collections_abc_toplevel_consts_66_consts_4_names._object.ob_base.ob_base,
90803     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
90804     .co_flags = 3,
90805     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
90806     ._co_linearray_entry_size = 0,
90807     .co_argcount = 3,
90808     .co_posonlyargcount = 0,
90809     .co_kwonlyargcount = 0,
90810     .co_stacksize = 1,
90811     .co_firstlineno = 1063,
90812     .co_nlocalsplus = 3,
90813     .co_nlocals = 3,
90814     .co_nplaincellvars = 0,
90815     .co_ncellvars = 0,
90816     .co_nfreevars = 0,
90817     .co_localsplusnames = & _collections_abc_toplevel_consts_70_consts_3_localsplusnames._object.ob_base.ob_base,
90818     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
90819     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
90820     .co_name = &_Py_ID(__setitem__),
90821     .co_qualname = & _collections_abc_toplevel_consts_70_consts_3_qualname._ascii.ob_base,
90822     .co_linetable = & _collections_abc_toplevel_consts_66_consts_4_linetable.ob_base.ob_base,
90823     ._co_code = NULL,
90824     ._co_linearray = NULL,
90825     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
90826     ._co_firsttraceable = 0,
90827 };
90828 static
90829     struct {
90830         PyASCIIObject _ascii;
90831         uint8_t _data[28];
90832     }
90833 _collections_abc_toplevel_consts_70_consts_4_qualname = {
90834     ._ascii = {
90835         .ob_base = {
90836             .ob_refcnt = 999999999,
90837             .ob_type = &PyUnicode_Type,
90838         },
90839         .length = 27,
90840         .hash = -1,
90841         .state = {
90842             .kind = 1,
90843             .compact = 1,
90844             .ascii = 1,
90845             .ready = 1,
90846         },
90847     },
90848     ._data = "MutableSequence.__delitem__",
90849 };
90850 static
90851     struct _PyCode_DEF(16)
90852 _collections_abc_toplevel_consts_70_consts_4 = {
90853     .ob_base = {
90854         .ob_base = {
90855             .ob_refcnt = 999999999,
90856             .ob_type = &PyCode_Type,
90857         },
90858         .ob_size = 8,
90859     },
90860     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
90861     .co_names = & _collections_abc_toplevel_consts_66_consts_4_names._object.ob_base.ob_base,
90862     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
90863     .co_flags = 3,
90864     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
90865     ._co_linearray_entry_size = 0,
90866     .co_argcount = 2,
90867     .co_posonlyargcount = 0,
90868     .co_kwonlyargcount = 0,
90869     .co_stacksize = 1,
90870     .co_firstlineno = 1067,
90871     .co_nlocalsplus = 2,
90872     .co_nlocals = 2,
90873     .co_nplaincellvars = 0,
90874     .co_ncellvars = 0,
90875     .co_nfreevars = 0,
90876     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_8_localsplusnames._object.ob_base.ob_base,
90877     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
90878     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
90879     .co_name = &_Py_ID(__delitem__),
90880     .co_qualname = & _collections_abc_toplevel_consts_70_consts_4_qualname._ascii.ob_base,
90881     .co_linetable = & _collections_abc_toplevel_consts_66_consts_4_linetable.ob_base.ob_base,
90882     ._co_code = NULL,
90883     ._co_linearray = NULL,
90884     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
90885     ._co_firsttraceable = 0,
90886 };
90887 static
90888     struct {
90889         PyASCIIObject _ascii;
90890         uint8_t _data[52];
90891     }
90892 _collections_abc_toplevel_consts_70_consts_5_consts_0 = {
90893     ._ascii = {
90894         .ob_base = {
90895             .ob_refcnt = 999999999,
90896             .ob_type = &PyUnicode_Type,
90897         },
90898         .length = 51,
90899         .hash = -1,
90900         .state = {
90901             .kind = 1,
90902             .compact = 1,
90903             .ascii = 1,
90904             .ready = 1,
90905         },
90906     },
90907     ._data = "S.insert(index, value) -- insert value before index",
90908 };
90909 static
90910     struct {
90911         PyGC_Head _gc_head;
90912         struct {
90913             PyObject_VAR_HEAD
90914             PyObject *ob_item[1];
90915         }_object;
90916     }
90917 _collections_abc_toplevel_consts_70_consts_5_consts = {
90918     ._object = {
90919         .ob_base = {
90920             .ob_base = {
90921                 .ob_refcnt = 999999999,
90922                 .ob_type = &PyTuple_Type,
90923             },
90924             .ob_size = 1,
90925         },
90926         .ob_item = {
90927             & _collections_abc_toplevel_consts_70_consts_5_consts_0._ascii.ob_base,
90928         },
90929     },
90930 };
90931 static
90932     struct {
90933         PyASCIIObject _ascii;
90934         uint8_t _data[23];
90935     }
90936 _collections_abc_toplevel_consts_70_consts_5_qualname = {
90937     ._ascii = {
90938         .ob_base = {
90939             .ob_refcnt = 999999999,
90940             .ob_type = &PyUnicode_Type,
90941         },
90942         .length = 22,
90943         .hash = -1,
90944         .state = {
90945             .kind = 1,
90946             .compact = 1,
90947             .ascii = 1,
90948             .ready = 1,
90949         },
90950     },
90951     ._data = "MutableSequence.insert",
90952 };
90953 static
90954     struct {
90955         PyObject_VAR_HEAD
90956         Py_hash_t ob_shash;
90957         char ob_sval[11];
90958     }
90959 _collections_abc_toplevel_consts_70_consts_5_linetable = {
90960     .ob_base = {
90961         .ob_base = {
90962             .ob_refcnt = 999999999,
90963             .ob_type = &PyBytes_Type,
90964         },
90965         .ob_size = 10,
90966     },
90967     .ob_shash = -1,
90968     .ob_sval = "\x80\x00\xf5\x06\x00\x0f\x19\xd0\x08\x18",
90969 };
90970 static
90971     struct _PyCode_DEF(16)
90972 _collections_abc_toplevel_consts_70_consts_5 = {
90973     .ob_base = {
90974         .ob_base = {
90975             .ob_refcnt = 999999999,
90976             .ob_type = &PyCode_Type,
90977         },
90978         .ob_size = 8,
90979     },
90980     .co_consts = & _collections_abc_toplevel_consts_70_consts_5_consts._object.ob_base.ob_base,
90981     .co_names = & _collections_abc_toplevel_consts_66_consts_4_names._object.ob_base.ob_base,
90982     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
90983     .co_flags = 3,
90984     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
90985     ._co_linearray_entry_size = 0,
90986     .co_argcount = 3,
90987     .co_posonlyargcount = 0,
90988     .co_kwonlyargcount = 0,
90989     .co_stacksize = 1,
90990     .co_firstlineno = 1071,
90991     .co_nlocalsplus = 3,
90992     .co_nlocals = 3,
90993     .co_nplaincellvars = 0,
90994     .co_ncellvars = 0,
90995     .co_nfreevars = 0,
90996     .co_localsplusnames = & _collections_abc_toplevel_consts_70_consts_3_localsplusnames._object.ob_base.ob_base,
90997     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
90998     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
90999     .co_name = & const_str_insert._ascii.ob_base,
91000     .co_qualname = & _collections_abc_toplevel_consts_70_consts_5_qualname._ascii.ob_base,
91001     .co_linetable = & _collections_abc_toplevel_consts_70_consts_5_linetable.ob_base.ob_base,
91002     ._co_code = NULL,
91003     ._co_linearray = NULL,
91004     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
91005     ._co_firsttraceable = 0,
91006 };
91007 static
91008     struct {
91009         PyASCIIObject _ascii;
91010         uint8_t _data[59];
91011     }
91012 _collections_abc_toplevel_consts_70_consts_6_consts_0 = {
91013     ._ascii = {
91014         .ob_base = {
91015             .ob_refcnt = 999999999,
91016             .ob_type = &PyUnicode_Type,
91017         },
91018         .length = 58,
91019         .hash = -1,
91020         .state = {
91021             .kind = 1,
91022             .compact = 1,
91023             .ascii = 1,
91024             .ready = 1,
91025         },
91026     },
91027     ._data = "S.append(value) -- append value to the end of the sequence",
91028 };
91029 static
91030     struct {
91031         PyGC_Head _gc_head;
91032         struct {
91033             PyObject_VAR_HEAD
91034             PyObject *ob_item[2];
91035         }_object;
91036     }
91037 _collections_abc_toplevel_consts_70_consts_6_consts = {
91038     ._object = {
91039         .ob_base = {
91040             .ob_base = {
91041                 .ob_refcnt = 999999999,
91042                 .ob_type = &PyTuple_Type,
91043             },
91044             .ob_size = 2,
91045         },
91046         .ob_item = {
91047             & _collections_abc_toplevel_consts_70_consts_6_consts_0._ascii.ob_base,
91048             Py_None,
91049         },
91050     },
91051 };
91052 static
91053     struct {
91054         PyGC_Head _gc_head;
91055         struct {
91056             PyObject_VAR_HEAD
91057             PyObject *ob_item[2];
91058         }_object;
91059     }
91060 _collections_abc_toplevel_consts_70_consts_6_names = {
91061     ._object = {
91062         .ob_base = {
91063             .ob_base = {
91064                 .ob_refcnt = 999999999,
91065                 .ob_type = &PyTuple_Type,
91066             },
91067             .ob_size = 2,
91068         },
91069         .ob_item = {
91070             & const_str_insert._ascii.ob_base,
91071             &_Py_ID(len),
91072         },
91073     },
91074 };
91075 static
91076     struct {
91077         PyASCIIObject _ascii;
91078         uint8_t _data[23];
91079     }
91080 _collections_abc_toplevel_consts_70_consts_6_qualname = {
91081     ._ascii = {
91082         .ob_base = {
91083             .ob_refcnt = 999999999,
91084             .ob_type = &PyUnicode_Type,
91085         },
91086         .length = 22,
91087         .hash = -1,
91088         .state = {
91089             .kind = 1,
91090             .compact = 1,
91091             .ascii = 1,
91092             .ready = 1,
91093         },
91094     },
91095     ._data = "MutableSequence.append",
91096 };
91097 static
91098     struct {
91099         PyObject_VAR_HEAD
91100         Py_hash_t ob_shash;
91101         char ob_sval[35];
91102     }
91103 _collections_abc_toplevel_consts_70_consts_6_linetable = {
91104     .ob_base = {
91105         .ob_base = {
91106             .ob_refcnt = 999999999,
91107             .ob_type = &PyBytes_Type,
91108         },
91109         .ob_size = 34,
91110     },
91111     .ob_shash = -1,
91112     .ob_sval = "\x80\x00\xe0\x08\x0c\x8f\x0b\x8a\x0b\x95\x43\x98\x04\x91\x49\x94\x49\x98\x75\xd1\x08\x25\xd4\x08\x25\xd0\x08\x25\xd0\x08\x25\xd0\x08\x25",
91113 };
91114 static
91115     struct _PyCode_DEF(76)
91116 _collections_abc_toplevel_consts_70_consts_6 = {
91117     .ob_base = {
91118         .ob_base = {
91119             .ob_refcnt = 999999999,
91120             .ob_type = &PyCode_Type,
91121         },
91122         .ob_size = 38,
91123     },
91124     .co_consts = & _collections_abc_toplevel_consts_70_consts_6_consts._object.ob_base.ob_base,
91125     .co_names = & _collections_abc_toplevel_consts_70_consts_6_names._object.ob_base.ob_base,
91126     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
91127     .co_flags = 3,
91128     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
91129     ._co_linearray_entry_size = 0,
91130     .co_argcount = 2,
91131     .co_posonlyargcount = 0,
91132     .co_kwonlyargcount = 0,
91133     .co_stacksize = 5,
91134     .co_firstlineno = 1076,
91135     .co_nlocalsplus = 2,
91136     .co_nlocals = 2,
91137     .co_nplaincellvars = 0,
91138     .co_ncellvars = 0,
91139     .co_nfreevars = 0,
91140     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
91141     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
91142     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
91143     .co_name = &_Py_ID(append),
91144     .co_qualname = & _collections_abc_toplevel_consts_70_consts_6_qualname._ascii.ob_base,
91145     .co_linetable = & _collections_abc_toplevel_consts_70_consts_6_linetable.ob_base.ob_base,
91146     ._co_code = NULL,
91147     ._co_linearray = NULL,
91148     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
91149     ._co_firsttraceable = 0,
91150 };
91151 static
91152     struct {
91153         PyASCIIObject _ascii;
91154         uint8_t _data[45];
91155     }
91156 _collections_abc_toplevel_consts_70_consts_7_consts_0 = {
91157     ._ascii = {
91158         .ob_base = {
91159             .ob_refcnt = 999999999,
91160             .ob_type = &PyUnicode_Type,
91161         },
91162         .length = 44,
91163         .hash = -1,
91164         .state = {
91165             .kind = 1,
91166             .compact = 1,
91167             .ascii = 1,
91168             .ready = 1,
91169         },
91170     },
91171     ._data = "S.clear() -> None -- remove all items from S",
91172 };
91173 static
91174     struct {
91175         PyGC_Head _gc_head;
91176         struct {
91177             PyObject_VAR_HEAD
91178             PyObject *ob_item[3];
91179         }_object;
91180     }
91181 _collections_abc_toplevel_consts_70_consts_7_consts = {
91182     ._object = {
91183         .ob_base = {
91184             .ob_base = {
91185                 .ob_refcnt = 999999999,
91186                 .ob_type = &PyTuple_Type,
91187             },
91188             .ob_size = 3,
91189         },
91190         .ob_item = {
91191             & _collections_abc_toplevel_consts_70_consts_7_consts_0._ascii.ob_base,
91192             Py_True,
91193             Py_None,
91194         },
91195     },
91196 };
91197 static
91198     struct {
91199         PyGC_Head _gc_head;
91200         struct {
91201             PyObject_VAR_HEAD
91202             PyObject *ob_item[2];
91203         }_object;
91204     }
91205 _collections_abc_toplevel_consts_70_consts_7_names = {
91206     ._object = {
91207         .ob_base = {
91208             .ob_base = {
91209                 .ob_refcnt = 999999999,
91210                 .ob_type = &PyTuple_Type,
91211             },
91212             .ob_size = 2,
91213         },
91214         .ob_item = {
91215             & const_str_pop._ascii.ob_base,
91216             & const_str_IndexError._ascii.ob_base,
91217         },
91218     },
91219 };
91220 static
91221     struct {
91222         PyASCIIObject _ascii;
91223         uint8_t _data[22];
91224     }
91225 _collections_abc_toplevel_consts_70_consts_7_qualname = {
91226     ._ascii = {
91227         .ob_base = {
91228             .ob_refcnt = 999999999,
91229             .ob_type = &PyUnicode_Type,
91230         },
91231         .length = 21,
91232         .hash = -1,
91233         .state = {
91234             .kind = 1,
91235             .compact = 1,
91236             .ascii = 1,
91237             .ready = 1,
91238         },
91239     },
91240     ._data = "MutableSequence.clear",
91241 };
91242 static
91243     struct {
91244         PyObject_VAR_HEAD
91245         Py_hash_t ob_shash;
91246         char ob_sval[65];
91247     }
91248 _collections_abc_toplevel_consts_70_consts_7_linetable = {
91249     .ob_base = {
91250         .ob_base = {
91251             .ob_refcnt = 999999999,
91252             .ob_type = &PyBytes_Type,
91253         },
91254         .ob_size = 64,
91255     },
91256     .ob_shash = -1,
91257     .ob_sval = "\x80\x00\xf0\x04\x04\x09\x11\xf0\x02\x01\x0d\x1b\xd8\x10\x14\x97\x08\x92\x08\x91\x0a\x94\x0a\x90\x0a\xf0\x03\x01\x0d\x1b\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",
91258 };
91259 static
91260     struct _PyCode_DEF(82)
91261 _collections_abc_toplevel_consts_70_consts_7 = {
91262     .ob_base = {
91263         .ob_base = {
91264             .ob_refcnt = 999999999,
91265             .ob_type = &PyCode_Type,
91266         },
91267         .ob_size = 41,
91268     },
91269     .co_consts = & _collections_abc_toplevel_consts_70_consts_7_consts._object.ob_base.ob_base,
91270     .co_names = & _collections_abc_toplevel_consts_70_consts_7_names._object.ob_base.ob_base,
91271     .co_exceptiontable = & _collections_abc_toplevel_consts_52_consts_7_exceptiontable.ob_base.ob_base,
91272     .co_flags = 3,
91273     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
91274     ._co_linearray_entry_size = 0,
91275     .co_argcount = 1,
91276     .co_posonlyargcount = 0,
91277     .co_kwonlyargcount = 0,
91278     .co_stacksize = 4,
91279     .co_firstlineno = 1080,
91280     .co_nlocalsplus = 1,
91281     .co_nlocals = 1,
91282     .co_nplaincellvars = 0,
91283     .co_ncellvars = 0,
91284     .co_nfreevars = 0,
91285     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
91286     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
91287     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
91288     .co_name = &_Py_ID(clear),
91289     .co_qualname = & _collections_abc_toplevel_consts_70_consts_7_qualname._ascii.ob_base,
91290     .co_linetable = & _collections_abc_toplevel_consts_70_consts_7_linetable.ob_base.ob_base,
91291     ._co_code = NULL,
91292     ._co_linearray = NULL,
91293     .co_code_adaptive = "\x97\x00\x09\x00\x09\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x15\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",
91294     ._co_firsttraceable = 0,
91295 };
91296 static
91297     struct {
91298         PyASCIIObject _ascii;
91299         uint8_t _data[34];
91300     }
91301 _collections_abc_toplevel_consts_70_consts_8_consts_0 = {
91302     ._ascii = {
91303         .ob_base = {
91304             .ob_refcnt = 999999999,
91305             .ob_type = &PyUnicode_Type,
91306         },
91307         .length = 33,
91308         .hash = -1,
91309         .state = {
91310             .kind = 1,
91311             .compact = 1,
91312             .ascii = 1,
91313             .ready = 1,
91314         },
91315     },
91316     ._data = "S.reverse() -- reverse *IN PLACE*",
91317 };
91318 static
91319     struct {
91320         PyGC_Head _gc_head;
91321         struct {
91322             PyObject_VAR_HEAD
91323             PyObject *ob_item[4];
91324         }_object;
91325     }
91326 _collections_abc_toplevel_consts_70_consts_8_consts = {
91327     ._object = {
91328         .ob_base = {
91329             .ob_base = {
91330                 .ob_refcnt = 999999999,
91331                 .ob_type = &PyTuple_Type,
91332             },
91333             .ob_size = 4,
91334         },
91335         .ob_item = {
91336             & _collections_abc_toplevel_consts_70_consts_8_consts_0._ascii.ob_base,
91337             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
91338             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
91339             Py_None,
91340         },
91341     },
91342 };
91343 static
91344     struct {
91345         PyGC_Head _gc_head;
91346         struct {
91347             PyObject_VAR_HEAD
91348             PyObject *ob_item[2];
91349         }_object;
91350     }
91351 _collections_abc_toplevel_consts_70_consts_8_names = {
91352     ._object = {
91353         .ob_base = {
91354             .ob_base = {
91355                 .ob_refcnt = 999999999,
91356                 .ob_type = &PyTuple_Type,
91357             },
91358             .ob_size = 2,
91359         },
91360         .ob_item = {
91361             &_Py_ID(len),
91362             & const_str_range._ascii.ob_base,
91363         },
91364     },
91365 };
91366 static
91367     struct {
91368         PyASCIIObject _ascii;
91369         uint8_t _data[8];
91370     }
91371 const_str_reverse = {
91372     ._ascii = {
91373         .ob_base = {
91374             .ob_refcnt = 999999999,
91375             .ob_type = &PyUnicode_Type,
91376         },
91377         .length = 7,
91378         .hash = -1,
91379         .state = {
91380             .kind = 1,
91381             .compact = 1,
91382             .ascii = 1,
91383             .ready = 1,
91384         },
91385     },
91386     ._data = "reverse",
91387 };
91388 static
91389     struct {
91390         PyASCIIObject _ascii;
91391         uint8_t _data[24];
91392     }
91393 _collections_abc_toplevel_consts_70_consts_8_qualname = {
91394     ._ascii = {
91395         .ob_base = {
91396             .ob_refcnt = 999999999,
91397             .ob_type = &PyUnicode_Type,
91398         },
91399         .length = 23,
91400         .hash = -1,
91401         .state = {
91402             .kind = 1,
91403             .compact = 1,
91404             .ascii = 1,
91405             .ready = 1,
91406         },
91407     },
91408     ._data = "MutableSequence.reverse",
91409 };
91410 static
91411     struct {
91412         PyObject_VAR_HEAD
91413         Py_hash_t ob_shash;
91414         char ob_sval[95];
91415     }
91416 _collections_abc_toplevel_consts_70_consts_8_linetable = {
91417     .ob_base = {
91418         .ob_base = {
91419             .ob_refcnt = 999999999,
91420             .ob_type = &PyBytes_Type,
91421         },
91422         .ob_size = 94,
91423     },
91424     .ob_shash = -1,
91425     .ob_sval = "\x80\x00\xe5\x0c\x0f\x90\x04\x89\x49\x8c\x49\x88\x01\xdd\x11\x16\x90\x71\x98\x21\x91\x74\x91\x1b\x94\x1b\xf0\x00\x01\x09\x38\xf0\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",
91426 };
91427 static
91428     struct {
91429         PyGC_Head _gc_head;
91430         struct {
91431             PyObject_VAR_HEAD
91432             PyObject *ob_item[3];
91433         }_object;
91434     }
91435 _collections_abc_toplevel_consts_70_consts_8_localsplusnames = {
91436     ._object = {
91437         .ob_base = {
91438             .ob_base = {
91439                 .ob_refcnt = 999999999,
91440                 .ob_type = &PyTuple_Type,
91441             },
91442             .ob_size = 3,
91443         },
91444         .ob_item = {
91445             & const_str_self._ascii.ob_base,
91446             & const_str_n._ascii.ob_base,
91447             & const_str_i._ascii.ob_base,
91448         },
91449     },
91450 };
91451 static
91452     struct _PyCode_DEF(148)
91453 _collections_abc_toplevel_consts_70_consts_8 = {
91454     .ob_base = {
91455         .ob_base = {
91456             .ob_refcnt = 999999999,
91457             .ob_type = &PyCode_Type,
91458         },
91459         .ob_size = 74,
91460     },
91461     .co_consts = & _collections_abc_toplevel_consts_70_consts_8_consts._object.ob_base.ob_base,
91462     .co_names = & _collections_abc_toplevel_consts_70_consts_8_names._object.ob_base.ob_base,
91463     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
91464     .co_flags = 3,
91465     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
91466     ._co_linearray_entry_size = 0,
91467     .co_argcount = 1,
91468     .co_posonlyargcount = 0,
91469     .co_kwonlyargcount = 0,
91470     .co_stacksize = 5,
91471     .co_firstlineno = 1088,
91472     .co_nlocalsplus = 3,
91473     .co_nlocals = 3,
91474     .co_nplaincellvars = 0,
91475     .co_ncellvars = 0,
91476     .co_nfreevars = 0,
91477     .co_localsplusnames = & _collections_abc_toplevel_consts_70_consts_8_localsplusnames._object.ob_base.ob_base,
91478     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
91479     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
91480     .co_name = & const_str_reverse._ascii.ob_base,
91481     .co_qualname = & _collections_abc_toplevel_consts_70_consts_8_qualname._ascii.ob_base,
91482     .co_linetable = & _collections_abc_toplevel_consts_70_consts_8_linetable.ob_base.ob_base,
91483     ._co_code = NULL,
91484     ._co_linearray = NULL,
91485     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x25\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\x26\x64\x03\x53\x00",
91486     ._co_firsttraceable = 0,
91487 };
91488 static
91489     struct {
91490         PyASCIIObject _ascii;
91491         uint8_t _data[78];
91492     }
91493 _collections_abc_toplevel_consts_70_consts_9_consts_0 = {
91494     ._ascii = {
91495         .ob_base = {
91496             .ob_refcnt = 999999999,
91497             .ob_type = &PyUnicode_Type,
91498         },
91499         .length = 77,
91500         .hash = -1,
91501         .state = {
91502             .kind = 1,
91503             .compact = 1,
91504             .ascii = 1,
91505             .ready = 1,
91506         },
91507     },
91508     ._data = "S.extend(iterable) -- extend sequence by appending elements from the iterable",
91509 };
91510 static
91511     struct {
91512         PyGC_Head _gc_head;
91513         struct {
91514             PyObject_VAR_HEAD
91515             PyObject *ob_item[2];
91516         }_object;
91517     }
91518 _collections_abc_toplevel_consts_70_consts_9_consts = {
91519     ._object = {
91520         .ob_base = {
91521             .ob_base = {
91522                 .ob_refcnt = 999999999,
91523                 .ob_type = &PyTuple_Type,
91524             },
91525             .ob_size = 2,
91526         },
91527         .ob_item = {
91528             & _collections_abc_toplevel_consts_70_consts_9_consts_0._ascii.ob_base,
91529             Py_None,
91530         },
91531     },
91532 };
91533 static
91534     struct {
91535         PyGC_Head _gc_head;
91536         struct {
91537             PyObject_VAR_HEAD
91538             PyObject *ob_item[2];
91539         }_object;
91540     }
91541 _collections_abc_toplevel_consts_70_consts_9_names = {
91542     ._object = {
91543         .ob_base = {
91544             .ob_base = {
91545                 .ob_refcnt = 999999999,
91546                 .ob_type = &PyTuple_Type,
91547             },
91548             .ob_size = 2,
91549         },
91550         .ob_item = {
91551             & const_str_list._ascii.ob_base,
91552             &_Py_ID(append),
91553         },
91554     },
91555 };
91556 static
91557     struct {
91558         PyASCIIObject _ascii;
91559         uint8_t _data[23];
91560     }
91561 _collections_abc_toplevel_consts_70_consts_9_qualname = {
91562     ._ascii = {
91563         .ob_base = {
91564             .ob_refcnt = 999999999,
91565             .ob_type = &PyUnicode_Type,
91566         },
91567         .length = 22,
91568         .hash = -1,
91569         .state = {
91570             .kind = 1,
91571             .compact = 1,
91572             .ascii = 1,
91573             .ready = 1,
91574         },
91575     },
91576     ._data = "MutableSequence.extend",
91577 };
91578 static
91579     struct {
91580         PyObject_VAR_HEAD
91581         Py_hash_t ob_shash;
91582         char ob_sval[65];
91583     }
91584 _collections_abc_toplevel_consts_70_consts_9_linetable = {
91585     .ob_base = {
91586         .ob_base = {
91587             .ob_refcnt = 999999999,
91588             .ob_type = &PyBytes_Type,
91589         },
91590         .ob_size = 64,
91591     },
91592     .ob_shash = -1,
91593     .ob_sval = "\x80\x00\xe0\x0b\x11\x90\x54\x88\x3e\x88\x3e\xdd\x15\x19\x98\x26\x91\x5c\x94\x5c\x88\x46\xd8\x11\x17\xf0\x00\x01\x09\x1b\xf0\x00\x01\x09\x1b\x88\x41\xd8\x0c\x10\x8f\x4b\x8a\x4b\x98\x01\x89\x4e\x8c\x4e\x88\x4e\x88\x4e\xf0\x03\x01\x09\x1b\xf0\x00\x01\x09\x1b",
91594 };
91595 static
91596     struct {
91597         PyGC_Head _gc_head;
91598         struct {
91599             PyObject_VAR_HEAD
91600             PyObject *ob_item[3];
91601         }_object;
91602     }
91603 _collections_abc_toplevel_consts_70_consts_9_localsplusnames = {
91604     ._object = {
91605         .ob_base = {
91606             .ob_base = {
91607                 .ob_refcnt = 999999999,
91608                 .ob_type = &PyTuple_Type,
91609             },
91610             .ob_size = 3,
91611         },
91612         .ob_item = {
91613             & const_str_self._ascii.ob_base,
91614             &_Py_ID(values),
91615             & const_str_v._ascii.ob_base,
91616         },
91617     },
91618 };
91619 static
91620     struct _PyCode_DEF(96)
91621 _collections_abc_toplevel_consts_70_consts_9 = {
91622     .ob_base = {
91623         .ob_base = {
91624             .ob_refcnt = 999999999,
91625             .ob_type = &PyCode_Type,
91626         },
91627         .ob_size = 48,
91628     },
91629     .co_consts = & _collections_abc_toplevel_consts_70_consts_9_consts._object.ob_base.ob_base,
91630     .co_names = & _collections_abc_toplevel_consts_70_consts_9_names._object.ob_base.ob_base,
91631     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
91632     .co_flags = 3,
91633     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
91634     ._co_linearray_entry_size = 0,
91635     .co_argcount = 2,
91636     .co_posonlyargcount = 0,
91637     .co_kwonlyargcount = 0,
91638     .co_stacksize = 4,
91639     .co_firstlineno = 1094,
91640     .co_nlocalsplus = 3,
91641     .co_nlocals = 3,
91642     .co_nplaincellvars = 0,
91643     .co_ncellvars = 0,
91644     .co_nfreevars = 0,
91645     .co_localsplusnames = & _collections_abc_toplevel_consts_70_consts_9_localsplusnames._object.ob_base.ob_base,
91646     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
91647     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
91648     .co_name = &_Py_ID(extend),
91649     .co_qualname = & _collections_abc_toplevel_consts_70_consts_9_qualname._ascii.ob_base,
91650     .co_linetable = & _collections_abc_toplevel_consts_70_consts_9_linetable.ob_base.ob_base,
91651     ._co_code = NULL,
91652     ._co_linearray = NULL,
91653     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x75\x00\x72\x0f\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x44\x00\x5d\x17\x7d\x02\x7c\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x18\x64\x01\x53\x00",
91654     ._co_firsttraceable = 0,
91655 };
91656 static
91657     struct {
91658         PyASCIIObject _ascii;
91659         uint8_t _data[154];
91660     }
91661 _collections_abc_toplevel_consts_70_consts_11_consts_0 = {
91662     ._ascii = {
91663         .ob_base = {
91664             .ob_refcnt = 999999999,
91665             .ob_type = &PyUnicode_Type,
91666         },
91667         .length = 153,
91668         .hash = -1,
91669         .state = {
91670             .kind = 1,
91671             .compact = 1,
91672             .ascii = 1,
91673             .ready = 1,
91674         },
91675     },
91676     ._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",
91677 };
91678 static
91679     struct {
91680         PyGC_Head _gc_head;
91681         struct {
91682             PyObject_VAR_HEAD
91683             PyObject *ob_item[1];
91684         }_object;
91685     }
91686 _collections_abc_toplevel_consts_70_consts_11_consts = {
91687     ._object = {
91688         .ob_base = {
91689             .ob_base = {
91690                 .ob_refcnt = 999999999,
91691                 .ob_type = &PyTuple_Type,
91692             },
91693             .ob_size = 1,
91694         },
91695         .ob_item = {
91696             & _collections_abc_toplevel_consts_70_consts_11_consts_0._ascii.ob_base,
91697         },
91698     },
91699 };
91700 static
91701     struct {
91702         PyASCIIObject _ascii;
91703         uint8_t _data[20];
91704     }
91705 _collections_abc_toplevel_consts_70_consts_11_qualname = {
91706     ._ascii = {
91707         .ob_base = {
91708             .ob_refcnt = 999999999,
91709             .ob_type = &PyUnicode_Type,
91710         },
91711         .length = 19,
91712         .hash = -1,
91713         .state = {
91714             .kind = 1,
91715             .compact = 1,
91716             .ascii = 1,
91717             .ready = 1,
91718         },
91719     },
91720     ._data = "MutableSequence.pop",
91721 };
91722 static
91723     struct {
91724         PyObject_VAR_HEAD
91725         Py_hash_t ob_shash;
91726         char ob_sval[26];
91727     }
91728 _collections_abc_toplevel_consts_70_consts_11_linetable = {
91729     .ob_base = {
91730         .ob_base = {
91731             .ob_refcnt = 999999999,
91732             .ob_type = &PyBytes_Type,
91733         },
91734         .ob_size = 25,
91735     },
91736     .ob_shash = -1,
91737     .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",
91738 };
91739 static
91740     struct {
91741         PyGC_Head _gc_head;
91742         struct {
91743             PyObject_VAR_HEAD
91744             PyObject *ob_item[3];
91745         }_object;
91746     }
91747 _collections_abc_toplevel_consts_70_consts_11_localsplusnames = {
91748     ._object = {
91749         .ob_base = {
91750             .ob_base = {
91751                 .ob_refcnt = 999999999,
91752                 .ob_type = &PyTuple_Type,
91753             },
91754             .ob_size = 3,
91755         },
91756         .ob_item = {
91757             & const_str_self._ascii.ob_base,
91758             & const_str_index._ascii.ob_base,
91759             & const_str_v._ascii.ob_base,
91760         },
91761     },
91762 };
91763 static
91764     struct _PyCode_DEF(28)
91765 _collections_abc_toplevel_consts_70_consts_11 = {
91766     .ob_base = {
91767         .ob_base = {
91768             .ob_refcnt = 999999999,
91769             .ob_type = &PyCode_Type,
91770         },
91771         .ob_size = 14,
91772     },
91773     .co_consts = & _collections_abc_toplevel_consts_70_consts_11_consts._object.ob_base.ob_base,
91774     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
91775     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
91776     .co_flags = 3,
91777     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
91778     ._co_linearray_entry_size = 0,
91779     .co_argcount = 2,
91780     .co_posonlyargcount = 0,
91781     .co_kwonlyargcount = 0,
91782     .co_stacksize = 2,
91783     .co_firstlineno = 1101,
91784     .co_nlocalsplus = 3,
91785     .co_nlocals = 3,
91786     .co_nplaincellvars = 0,
91787     .co_ncellvars = 0,
91788     .co_nfreevars = 0,
91789     .co_localsplusnames = & _collections_abc_toplevel_consts_70_consts_11_localsplusnames._object.ob_base.ob_base,
91790     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
91791     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
91792     .co_name = & const_str_pop._ascii.ob_base,
91793     .co_qualname = & _collections_abc_toplevel_consts_70_consts_11_qualname._ascii.ob_base,
91794     .co_linetable = & _collections_abc_toplevel_consts_70_consts_11_linetable.ob_base.ob_base,
91795     ._co_code = NULL,
91796     ._co_linearray = NULL,
91797     .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",
91798     ._co_firsttraceable = 0,
91799 };
91800 static
91801     struct {
91802         PyASCIIObject _ascii;
91803         uint8_t _data[119];
91804     }
91805 _collections_abc_toplevel_consts_70_consts_12_consts_0 = {
91806     ._ascii = {
91807         .ob_base = {
91808             .ob_refcnt = 999999999,
91809             .ob_type = &PyUnicode_Type,
91810         },
91811         .length = 118,
91812         .hash = -1,
91813         .state = {
91814             .kind = 1,
91815             .compact = 1,
91816             .ascii = 1,
91817             .ready = 1,
91818         },
91819     },
91820     ._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",
91821 };
91822 static
91823     struct {
91824         PyGC_Head _gc_head;
91825         struct {
91826             PyObject_VAR_HEAD
91827             PyObject *ob_item[2];
91828         }_object;
91829     }
91830 _collections_abc_toplevel_consts_70_consts_12_consts = {
91831     ._object = {
91832         .ob_base = {
91833             .ob_base = {
91834                 .ob_refcnt = 999999999,
91835                 .ob_type = &PyTuple_Type,
91836             },
91837             .ob_size = 2,
91838         },
91839         .ob_item = {
91840             & _collections_abc_toplevel_consts_70_consts_12_consts_0._ascii.ob_base,
91841             Py_None,
91842         },
91843     },
91844 };
91845 static
91846     struct {
91847         PyGC_Head _gc_head;
91848         struct {
91849             PyObject_VAR_HEAD
91850             PyObject *ob_item[1];
91851         }_object;
91852     }
91853 _collections_abc_toplevel_consts_70_consts_12_names = {
91854     ._object = {
91855         .ob_base = {
91856             .ob_base = {
91857                 .ob_refcnt = 999999999,
91858                 .ob_type = &PyTuple_Type,
91859             },
91860             .ob_size = 1,
91861         },
91862         .ob_item = {
91863             & const_str_index._ascii.ob_base,
91864         },
91865     },
91866 };
91867 static
91868     struct {
91869         PyASCIIObject _ascii;
91870         uint8_t _data[23];
91871     }
91872 _collections_abc_toplevel_consts_70_consts_12_qualname = {
91873     ._ascii = {
91874         .ob_base = {
91875             .ob_refcnt = 999999999,
91876             .ob_type = &PyUnicode_Type,
91877         },
91878         .length = 22,
91879         .hash = -1,
91880         .state = {
91881             .kind = 1,
91882             .compact = 1,
91883             .ascii = 1,
91884             .ready = 1,
91885         },
91886     },
91887     ._data = "MutableSequence.remove",
91888 };
91889 static
91890     struct {
91891         PyObject_VAR_HEAD
91892         Py_hash_t ob_shash;
91893         char ob_sval[31];
91894     }
91895 _collections_abc_toplevel_consts_70_consts_12_linetable = {
91896     .ob_base = {
91897         .ob_base = {
91898             .ob_refcnt = 999999999,
91899             .ob_type = &PyBytes_Type,
91900         },
91901         .ob_size = 30,
91902     },
91903     .ob_shash = -1,
91904     .ob_sval = "\x80\x00\xf0\x08\x00\x0d\x11\x90\x14\x97\x1a\x92\x1a\x98\x45\xd1\x11\x22\xd4\x11\x22\xd0\x0c\x23\xd0\x0c\x23\xd0\x0c\x23",
91905 };
91906 static
91907     struct _PyCode_DEF(50)
91908 _collections_abc_toplevel_consts_70_consts_12 = {
91909     .ob_base = {
91910         .ob_base = {
91911             .ob_refcnt = 999999999,
91912             .ob_type = &PyCode_Type,
91913         },
91914         .ob_size = 25,
91915     },
91916     .co_consts = & _collections_abc_toplevel_consts_70_consts_12_consts._object.ob_base.ob_base,
91917     .co_names = & _collections_abc_toplevel_consts_70_consts_12_names._object.ob_base.ob_base,
91918     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
91919     .co_flags = 3,
91920     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
91921     ._co_linearray_entry_size = 0,
91922     .co_argcount = 2,
91923     .co_posonlyargcount = 0,
91924     .co_kwonlyargcount = 0,
91925     .co_stacksize = 4,
91926     .co_firstlineno = 1109,
91927     .co_nlocalsplus = 2,
91928     .co_nlocals = 2,
91929     .co_nplaincellvars = 0,
91930     .co_ncellvars = 0,
91931     .co_nfreevars = 0,
91932     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
91933     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
91934     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
91935     .co_name = & const_str_remove._ascii.ob_base,
91936     .co_qualname = & _collections_abc_toplevel_consts_70_consts_12_qualname._ascii.ob_base,
91937     .co_linetable = & _collections_abc_toplevel_consts_70_consts_12_linetable.ob_base.ob_base,
91938     ._co_code = NULL,
91939     ._co_linearray = NULL,
91940     .co_code_adaptive = "\x97\x00\x7c\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x64\x01\x53\x00",
91941     ._co_firsttraceable = 0,
91942 };
91943 static
91944     struct {
91945         PyGC_Head _gc_head;
91946         struct {
91947             PyObject_VAR_HEAD
91948             PyObject *ob_item[1];
91949         }_object;
91950     }
91951 _collections_abc_toplevel_consts_70_consts_13_names = {
91952     ._object = {
91953         .ob_base = {
91954             .ob_base = {
91955                 .ob_refcnt = 999999999,
91956                 .ob_type = &PyTuple_Type,
91957             },
91958             .ob_size = 1,
91959         },
91960         .ob_item = {
91961             &_Py_ID(extend),
91962         },
91963     },
91964 };
91965 static
91966     struct {
91967         PyASCIIObject _ascii;
91968         uint8_t _data[25];
91969     }
91970 _collections_abc_toplevel_consts_70_consts_13_qualname = {
91971     ._ascii = {
91972         .ob_base = {
91973             .ob_refcnt = 999999999,
91974             .ob_type = &PyUnicode_Type,
91975         },
91976         .length = 24,
91977         .hash = -1,
91978         .state = {
91979             .kind = 1,
91980             .compact = 1,
91981             .ascii = 1,
91982             .ready = 1,
91983         },
91984     },
91985     ._data = "MutableSequence.__iadd__",
91986 };
91987 static
91988     struct {
91989         PyObject_VAR_HEAD
91990         Py_hash_t ob_shash;
91991         char ob_sval[26];
91992     }
91993 _collections_abc_toplevel_consts_70_consts_13_linetable = {
91994     .ob_base = {
91995         .ob_base = {
91996             .ob_refcnt = 999999999,
91997             .ob_type = &PyBytes_Type,
91998         },
91999         .ob_size = 25,
92000     },
92001     .ob_shash = -1,
92002     .ob_sval = "\x80\x00\xd8\x08\x0c\x8f\x0b\x8a\x0b\x90\x46\xd1\x08\x1b\xd4\x08\x1b\xd0\x08\x1b\xd8\x0f\x13\x88\x0b",
92003 };
92004 static
92005     struct {
92006         PyGC_Head _gc_head;
92007         struct {
92008             PyObject_VAR_HEAD
92009             PyObject *ob_item[2];
92010         }_object;
92011     }
92012 _collections_abc_toplevel_consts_70_consts_13_localsplusnames = {
92013     ._object = {
92014         .ob_base = {
92015             .ob_base = {
92016                 .ob_refcnt = 999999999,
92017                 .ob_type = &PyTuple_Type,
92018             },
92019             .ob_size = 2,
92020         },
92021         .ob_item = {
92022             & const_str_self._ascii.ob_base,
92023             &_Py_ID(values),
92024         },
92025     },
92026 };
92027 static
92028     struct _PyCode_DEF(48)
92029 _collections_abc_toplevel_consts_70_consts_13 = {
92030     .ob_base = {
92031         .ob_base = {
92032             .ob_refcnt = 999999999,
92033             .ob_type = &PyCode_Type,
92034         },
92035         .ob_size = 24,
92036     },
92037     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
92038     .co_names = & _collections_abc_toplevel_consts_70_consts_13_names._object.ob_base.ob_base,
92039     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
92040     .co_flags = 3,
92041     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
92042     ._co_linearray_entry_size = 0,
92043     .co_argcount = 2,
92044     .co_posonlyargcount = 0,
92045     .co_kwonlyargcount = 0,
92046     .co_stacksize = 3,
92047     .co_firstlineno = 1115,
92048     .co_nlocalsplus = 2,
92049     .co_nlocals = 2,
92050     .co_nplaincellvars = 0,
92051     .co_ncellvars = 0,
92052     .co_nfreevars = 0,
92053     .co_localsplusnames = & _collections_abc_toplevel_consts_70_consts_13_localsplusnames._object.ob_base.ob_base,
92054     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
92055     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
92056     .co_name = &_Py_ID(__iadd__),
92057     .co_qualname = & _collections_abc_toplevel_consts_70_consts_13_qualname._ascii.ob_base,
92058     .co_linetable = & _collections_abc_toplevel_consts_70_consts_13_linetable.ob_base.ob_base,
92059     ._co_code = NULL,
92060     ._co_linearray = NULL,
92061     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x53\x00",
92062     ._co_firsttraceable = 0,
92063 };
92064 static
92065     struct {
92066         PyGC_Head _gc_head;
92067         struct {
92068             PyObject_VAR_HEAD
92069             PyObject *ob_item[16];
92070         }_object;
92071     }
92072 _collections_abc_toplevel_consts_70_consts = {
92073     ._object = {
92074         .ob_base = {
92075             .ob_base = {
92076                 .ob_refcnt = 999999999,
92077                 .ob_type = &PyTuple_Type,
92078             },
92079             .ob_size = 16,
92080         },
92081         .ob_item = {
92082             & const_str_MutableSequence._ascii.ob_base,
92083             & _collections_abc_toplevel_consts_70_consts_1._ascii.ob_base,
92084             (PyObject *)& _Py_SINGLETON(tuple_empty),
92085             & _collections_abc_toplevel_consts_70_consts_3.ob_base.ob_base,
92086             & _collections_abc_toplevel_consts_70_consts_4.ob_base.ob_base,
92087             & _collections_abc_toplevel_consts_70_consts_5.ob_base.ob_base,
92088             & _collections_abc_toplevel_consts_70_consts_6.ob_base.ob_base,
92089             & _collections_abc_toplevel_consts_70_consts_7.ob_base.ob_base,
92090             & _collections_abc_toplevel_consts_70_consts_8.ob_base.ob_base,
92091             & _collections_abc_toplevel_consts_70_consts_9.ob_base.ob_base,
92092             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
92093             & _collections_abc_toplevel_consts_70_consts_11.ob_base.ob_base,
92094             & _collections_abc_toplevel_consts_70_consts_12.ob_base.ob_base,
92095             & _collections_abc_toplevel_consts_70_consts_13.ob_base.ob_base,
92096             Py_None,
92097             & codecs_toplevel_consts_28_consts_21._object.ob_base.ob_base,
92098         },
92099     },
92100 };
92101 static
92102     struct {
92103         PyGC_Head _gc_head;
92104         struct {
92105             PyObject_VAR_HEAD
92106             PyObject *ob_item[16];
92107         }_object;
92108     }
92109 _collections_abc_toplevel_consts_70_names = {
92110     ._object = {
92111         .ob_base = {
92112             .ob_base = {
92113                 .ob_refcnt = 999999999,
92114                 .ob_type = &PyTuple_Type,
92115             },
92116             .ob_size = 16,
92117         },
92118         .ob_item = {
92119             &_Py_ID(__name__),
92120             &_Py_ID(__module__),
92121             &_Py_ID(__qualname__),
92122             &_Py_ID(__doc__),
92123             &_Py_ID(__slots__),
92124             & const_str_abstractmethod._ascii.ob_base,
92125             &_Py_ID(__setitem__),
92126             &_Py_ID(__delitem__),
92127             & const_str_insert._ascii.ob_base,
92128             &_Py_ID(append),
92129             &_Py_ID(clear),
92130             & const_str_reverse._ascii.ob_base,
92131             &_Py_ID(extend),
92132             & const_str_pop._ascii.ob_base,
92133             & const_str_remove._ascii.ob_base,
92134             &_Py_ID(__iadd__),
92135         },
92136     },
92137 };
92138 static
92139     struct {
92140         PyObject_VAR_HEAD
92141         Py_hash_t ob_shash;
92142         char ob_sval[227];
92143     }
92144 _collections_abc_toplevel_consts_70_linetable = {
92145     .ob_base = {
92146         .ob_base = {
92147             .ob_refcnt = 999999999,
92148             .ob_type = &PyBytes_Type,
92149         },
92150         .ob_size = 226,
92151     },
92152     .ob_shash = -1,
92153     .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\xf1\x03\x00\x06\x14\x84\x5e\xf0\x02\x01\x05\x19\xf0\x06\x00\x06\x14\xf0\x02\x01\x05\x19\xf0\x00\x01\x05\x19\xf1\x03\x00\x06\x14\x84\x5e\xf0\x02\x01\x05\x19\xf0\x06\x00\x06\x14\xf0\x02\x02\x05\x19\xf0\x00\x02\x05\x19\xf1\x03\x00\x06\x14\x84\x5e\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\x06\x05\x11\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",
92154 };
92155 static
92156     struct _PyCode_DEF(132)
92157 _collections_abc_toplevel_consts_70 = {
92158     .ob_base = {
92159         .ob_base = {
92160             .ob_refcnt = 999999999,
92161             .ob_type = &PyCode_Type,
92162         },
92163         .ob_size = 66,
92164     },
92165     .co_consts = & _collections_abc_toplevel_consts_70_consts._object.ob_base.ob_base,
92166     .co_names = & _collections_abc_toplevel_consts_70_names._object.ob_base.ob_base,
92167     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
92168     .co_flags = 0,
92169     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
92170     ._co_linearray_entry_size = 0,
92171     .co_argcount = 0,
92172     .co_posonlyargcount = 0,
92173     .co_kwonlyargcount = 0,
92174     .co_stacksize = 2,
92175     .co_firstlineno = 1054,
92176     .co_nlocalsplus = 0,
92177     .co_nlocals = 0,
92178     .co_nplaincellvars = 0,
92179     .co_ncellvars = 0,
92180     .co_nfreevars = 0,
92181     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
92182     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
92183     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
92184     .co_name = & const_str_MutableSequence._ascii.ob_base,
92185     .co_qualname = & const_str_MutableSequence._ascii.ob_base,
92186     .co_linetable = & _collections_abc_toplevel_consts_70_linetable.ob_base.ob_base,
92187     ._co_code = NULL,
92188     ._co_linearray = NULL,
92189     .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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x65\x05\x64\x04\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x65\x05\x64\x05\x84\x00\xa6\x00\x00\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",
92190     ._co_firsttraceable = 0,
92191 };
92192 static
92193     struct {
92194         PyGC_Head _gc_head;
92195         struct {
92196             PyObject_VAR_HEAD
92197             PyObject *ob_item[72];
92198         }_object;
92199     }
92200 _collections_abc_toplevel_consts = {
92201     ._object = {
92202         .ob_base = {
92203             .ob_base = {
92204                 .ob_refcnt = 999999999,
92205                 .ob_type = &PyTuple_Type,
92206             },
92207             .ob_size = 72,
92208         },
92209         .ob_item = {
92210             & _collections_abc_toplevel_consts_0._ascii.ob_base,
92211             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
92212             & _collections_abc_toplevel_consts_2._object.ob_base.ob_base,
92213             Py_None,
92214             Py_Ellipsis,
92215             & _collections_abc_toplevel_consts_5.ob_base.ob_base,
92216             & _collections_abc_toplevel_consts_6._object.ob_base.ob_base,
92217             & _collections_abc_toplevel_consts_7._ascii.ob_base,
92218             (PyObject *)&_Py_SINGLETON(bytes_empty),
92219             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
92220             & const_int_1000.ob_base.ob_base,
92221             &_Py_STR(empty),
92222             (PyObject *)& _Py_SINGLETON(tuple_empty),
92223             & _collections_abc_toplevel_consts_13.ob_base.ob_base,
92224             & _collections_abc_toplevel_consts_14.ob_base.ob_base,
92225             & _collections_abc_toplevel_consts_15.ob_base.ob_base,
92226             & _collections_abc_toplevel_consts_16.ob_base.ob_base,
92227             & _collections_abc_toplevel_consts_17.ob_base.ob_base,
92228             & const_str_Hashable._ascii.ob_base,
92229             & abc_toplevel_consts_17._object.ob_base.ob_base,
92230             & _collections_abc_toplevel_consts_20.ob_base.ob_base,
92231             & const_str_Awaitable._ascii.ob_base,
92232             & _collections_abc_toplevel_consts_22.ob_base.ob_base,
92233             & const_str_Coroutine._ascii.ob_base,
92234             & _collections_abc_toplevel_consts_24.ob_base.ob_base,
92235             & const_str_AsyncIterable._ascii.ob_base,
92236             & _collections_abc_toplevel_consts_26.ob_base.ob_base,
92237             & const_str_AsyncIterator._ascii.ob_base,
92238             & _collections_abc_toplevel_consts_28.ob_base.ob_base,
92239             & const_str_AsyncGenerator._ascii.ob_base,
92240             & _collections_abc_toplevel_consts_30.ob_base.ob_base,
92241             & const_str_Iterable._ascii.ob_base,
92242             & _collections_abc_toplevel_consts_32.ob_base.ob_base,
92243             & const_str_Iterator._ascii.ob_base,
92244             & _collections_abc_toplevel_consts_34.ob_base.ob_base,
92245             & const_str_Reversible._ascii.ob_base,
92246             & _collections_abc_toplevel_consts_36.ob_base.ob_base,
92247             & const_str_Generator._ascii.ob_base,
92248             & _collections_abc_toplevel_consts_38.ob_base.ob_base,
92249             & const_str_Sized._ascii.ob_base,
92250             & _collections_abc_toplevel_consts_40.ob_base.ob_base,
92251             & const_str_Container._ascii.ob_base,
92252             & _collections_abc_toplevel_consts_42.ob_base.ob_base,
92253             & const_str_Collection._ascii.ob_base,
92254             & _collections_abc_toplevel_consts_44.ob_base.ob_base,
92255             & const_str__CallableGenericAlias._ascii.ob_base,
92256             & _collections_abc_toplevel_consts_46.ob_base.ob_base,
92257             & _collections_abc_toplevel_consts_47.ob_base.ob_base,
92258             & _collections_abc_toplevel_consts_48.ob_base.ob_base,
92259             & const_str_Callable._ascii.ob_base,
92260             & _collections_abc_toplevel_consts_50.ob_base.ob_base,
92261             & const_str_Set._ascii.ob_base,
92262             & _collections_abc_toplevel_consts_52.ob_base.ob_base,
92263             & const_str_MutableSet._ascii.ob_base,
92264             & _collections_abc_toplevel_consts_54.ob_base.ob_base,
92265             & const_str_Mapping._ascii.ob_base,
92266             & _collections_abc_toplevel_consts_56.ob_base.ob_base,
92267             & const_str_MappingView._ascii.ob_base,
92268             & _collections_abc_toplevel_consts_58.ob_base.ob_base,
92269             & const_str_KeysView._ascii.ob_base,
92270             & _collections_abc_toplevel_consts_60.ob_base.ob_base,
92271             & const_str_ItemsView._ascii.ob_base,
92272             & _collections_abc_toplevel_consts_62.ob_base.ob_base,
92273             & const_str_ValuesView._ascii.ob_base,
92274             & _collections_abc_toplevel_consts_64.ob_base.ob_base,
92275             & const_str_MutableMapping._ascii.ob_base,
92276             & _collections_abc_toplevel_consts_66.ob_base.ob_base,
92277             & const_str_Sequence._ascii.ob_base,
92278             & _collections_abc_toplevel_consts_68.ob_base.ob_base,
92279             & const_str_ByteString._ascii.ob_base,
92280             & _collections_abc_toplevel_consts_70.ob_base.ob_base,
92281             & const_str_MutableSequence._ascii.ob_base,
92282         },
92283     },
92284 };
92285 static
92286     struct {
92287         PyASCIIObject _ascii;
92288         uint8_t _data[13];
92289     }
92290 const_str_EllipsisType = {
92291     ._ascii = {
92292         .ob_base = {
92293             .ob_refcnt = 999999999,
92294             .ob_type = &PyUnicode_Type,
92295         },
92296         .length = 12,
92297         .hash = -1,
92298         .state = {
92299             .kind = 1,
92300             .compact = 1,
92301             .ascii = 1,
92302             .ready = 1,
92303         },
92304     },
92305     ._data = "EllipsisType",
92306 };
92307 static
92308     struct {
92309         PyASCIIObject _ascii;
92310         uint8_t _data[15];
92311     }
92312 const_str_bytes_iterator = {
92313     ._ascii = {
92314         .ob_base = {
92315             .ob_refcnt = 999999999,
92316             .ob_type = &PyUnicode_Type,
92317         },
92318         .length = 14,
92319         .hash = -1,
92320         .state = {
92321             .kind = 1,
92322             .compact = 1,
92323             .ascii = 1,
92324             .ready = 1,
92325         },
92326     },
92327     ._data = "bytes_iterator",
92328 };
92329 static
92330     struct {
92331         PyASCIIObject _ascii;
92332         uint8_t _data[19];
92333     }
92334 const_str_bytearray_iterator = {
92335     ._ascii = {
92336         .ob_base = {
92337             .ob_refcnt = 999999999,
92338             .ob_type = &PyUnicode_Type,
92339         },
92340         .length = 18,
92341         .hash = -1,
92342         .state = {
92343             .kind = 1,
92344             .compact = 1,
92345             .ascii = 1,
92346             .ready = 1,
92347         },
92348     },
92349     ._data = "bytearray_iterator",
92350 };
92351 static
92352     struct {
92353         PyASCIIObject _ascii;
92354         uint8_t _data[17];
92355     }
92356 const_str_dict_keyiterator = {
92357     ._ascii = {
92358         .ob_base = {
92359             .ob_refcnt = 999999999,
92360             .ob_type = &PyUnicode_Type,
92361         },
92362         .length = 16,
92363         .hash = -1,
92364         .state = {
92365             .kind = 1,
92366             .compact = 1,
92367             .ascii = 1,
92368             .ready = 1,
92369         },
92370     },
92371     ._data = "dict_keyiterator",
92372 };
92373 static
92374     struct {
92375         PyASCIIObject _ascii;
92376         uint8_t _data[19];
92377     }
92378 const_str_dict_valueiterator = {
92379     ._ascii = {
92380         .ob_base = {
92381             .ob_refcnt = 999999999,
92382             .ob_type = &PyUnicode_Type,
92383         },
92384         .length = 18,
92385         .hash = -1,
92386         .state = {
92387             .kind = 1,
92388             .compact = 1,
92389             .ascii = 1,
92390             .ready = 1,
92391         },
92392     },
92393     ._data = "dict_valueiterator",
92394 };
92395 static
92396     struct {
92397         PyASCIIObject _ascii;
92398         uint8_t _data[18];
92399     }
92400 const_str_dict_itemiterator = {
92401     ._ascii = {
92402         .ob_base = {
92403             .ob_refcnt = 999999999,
92404             .ob_type = &PyUnicode_Type,
92405         },
92406         .length = 17,
92407         .hash = -1,
92408         .state = {
92409             .kind = 1,
92410             .compact = 1,
92411             .ascii = 1,
92412             .ready = 1,
92413         },
92414     },
92415     ._data = "dict_itemiterator",
92416 };
92417 static
92418     struct {
92419         PyASCIIObject _ascii;
92420         uint8_t _data[14];
92421     }
92422 const_str_list_iterator = {
92423     ._ascii = {
92424         .ob_base = {
92425             .ob_refcnt = 999999999,
92426             .ob_type = &PyUnicode_Type,
92427         },
92428         .length = 13,
92429         .hash = -1,
92430         .state = {
92431             .kind = 1,
92432             .compact = 1,
92433             .ascii = 1,
92434             .ready = 1,
92435         },
92436     },
92437     ._data = "list_iterator",
92438 };
92439 static
92440     struct {
92441         PyASCIIObject _ascii;
92442         uint8_t _data[21];
92443     }
92444 const_str_list_reverseiterator = {
92445     ._ascii = {
92446         .ob_base = {
92447             .ob_refcnt = 999999999,
92448             .ob_type = &PyUnicode_Type,
92449         },
92450         .length = 20,
92451         .hash = -1,
92452         .state = {
92453             .kind = 1,
92454             .compact = 1,
92455             .ascii = 1,
92456             .ready = 1,
92457         },
92458     },
92459     ._data = "list_reverseiterator",
92460 };
92461 static
92462     struct {
92463         PyASCIIObject _ascii;
92464         uint8_t _data[15];
92465     }
92466 const_str_range_iterator = {
92467     ._ascii = {
92468         .ob_base = {
92469             .ob_refcnt = 999999999,
92470             .ob_type = &PyUnicode_Type,
92471         },
92472         .length = 14,
92473         .hash = -1,
92474         .state = {
92475             .kind = 1,
92476             .compact = 1,
92477             .ascii = 1,
92478             .ready = 1,
92479         },
92480     },
92481     ._data = "range_iterator",
92482 };
92483 static
92484     struct {
92485         PyASCIIObject _ascii;
92486         uint8_t _data[19];
92487     }
92488 const_str_longrange_iterator = {
92489     ._ascii = {
92490         .ob_base = {
92491             .ob_refcnt = 999999999,
92492             .ob_type = &PyUnicode_Type,
92493         },
92494         .length = 18,
92495         .hash = -1,
92496         .state = {
92497             .kind = 1,
92498             .compact = 1,
92499             .ascii = 1,
92500             .ready = 1,
92501         },
92502     },
92503     ._data = "longrange_iterator",
92504 };
92505 static
92506     struct {
92507         PyASCIIObject _ascii;
92508         uint8_t _data[13];
92509     }
92510 const_str_set_iterator = {
92511     ._ascii = {
92512         .ob_base = {
92513             .ob_refcnt = 999999999,
92514             .ob_type = &PyUnicode_Type,
92515         },
92516         .length = 12,
92517         .hash = -1,
92518         .state = {
92519             .kind = 1,
92520             .compact = 1,
92521             .ascii = 1,
92522             .ready = 1,
92523         },
92524     },
92525     ._data = "set_iterator",
92526 };
92527 static
92528     struct {
92529         PyASCIIObject _ascii;
92530         uint8_t _data[13];
92531     }
92532 const_str_str_iterator = {
92533     ._ascii = {
92534         .ob_base = {
92535             .ob_refcnt = 999999999,
92536             .ob_type = &PyUnicode_Type,
92537         },
92538         .length = 12,
92539         .hash = -1,
92540         .state = {
92541             .kind = 1,
92542             .compact = 1,
92543             .ascii = 1,
92544             .ready = 1,
92545         },
92546     },
92547     ._data = "str_iterator",
92548 };
92549 static
92550     struct {
92551         PyASCIIObject _ascii;
92552         uint8_t _data[15];
92553     }
92554 const_str_tuple_iterator = {
92555     ._ascii = {
92556         .ob_base = {
92557             .ob_refcnt = 999999999,
92558             .ob_type = &PyUnicode_Type,
92559         },
92560         .length = 14,
92561         .hash = -1,
92562         .state = {
92563             .kind = 1,
92564             .compact = 1,
92565             .ascii = 1,
92566             .ready = 1,
92567         },
92568     },
92569     ._data = "tuple_iterator",
92570 };
92571 static
92572     struct {
92573         PyASCIIObject _ascii;
92574         uint8_t _data[4];
92575     }
92576 const_str_zip = {
92577     ._ascii = {
92578         .ob_base = {
92579             .ob_refcnt = 999999999,
92580             .ob_type = &PyUnicode_Type,
92581         },
92582         .length = 3,
92583         .hash = -1,
92584         .state = {
92585             .kind = 1,
92586             .compact = 1,
92587             .ascii = 1,
92588             .ready = 1,
92589         },
92590     },
92591     ._data = "zip",
92592 };
92593 static
92594     struct {
92595         PyASCIIObject _ascii;
92596         uint8_t _data[13];
92597     }
92598 const_str_zip_iterator = {
92599     ._ascii = {
92600         .ob_base = {
92601             .ob_refcnt = 999999999,
92602             .ob_type = &PyUnicode_Type,
92603         },
92604         .length = 12,
92605         .hash = -1,
92606         .state = {
92607             .kind = 1,
92608             .compact = 1,
92609             .ascii = 1,
92610             .ready = 1,
92611         },
92612     },
92613     ._data = "zip_iterator",
92614 };
92615 static
92616     struct {
92617         PyASCIIObject _ascii;
92618         uint8_t _data[10];
92619     }
92620 const_str_dict_keys = {
92621     ._ascii = {
92622         .ob_base = {
92623             .ob_refcnt = 999999999,
92624             .ob_type = &PyUnicode_Type,
92625         },
92626         .length = 9,
92627         .hash = -1,
92628         .state = {
92629             .kind = 1,
92630             .compact = 1,
92631             .ascii = 1,
92632             .ready = 1,
92633         },
92634     },
92635     ._data = "dict_keys",
92636 };
92637 static
92638     struct {
92639         PyASCIIObject _ascii;
92640         uint8_t _data[12];
92641     }
92642 const_str_dict_values = {
92643     ._ascii = {
92644         .ob_base = {
92645             .ob_refcnt = 999999999,
92646             .ob_type = &PyUnicode_Type,
92647         },
92648         .length = 11,
92649         .hash = -1,
92650         .state = {
92651             .kind = 1,
92652             .compact = 1,
92653             .ascii = 1,
92654             .ready = 1,
92655         },
92656     },
92657     ._data = "dict_values",
92658 };
92659 static
92660     struct {
92661         PyASCIIObject _ascii;
92662         uint8_t _data[11];
92663     }
92664 const_str_dict_items = {
92665     ._ascii = {
92666         .ob_base = {
92667             .ob_refcnt = 999999999,
92668             .ob_type = &PyUnicode_Type,
92669         },
92670         .length = 10,
92671         .hash = -1,
92672         .state = {
92673             .kind = 1,
92674             .compact = 1,
92675             .ascii = 1,
92676             .ready = 1,
92677         },
92678     },
92679     ._data = "dict_items",
92680 };
92681 static
92682     struct {
92683         PyASCIIObject _ascii;
92684         uint8_t _data[13];
92685     }
92686 const_str_mappingproxy = {
92687     ._ascii = {
92688         .ob_base = {
92689             .ob_refcnt = 999999999,
92690             .ob_type = &PyUnicode_Type,
92691         },
92692         .length = 12,
92693         .hash = -1,
92694         .state = {
92695             .kind = 1,
92696             .compact = 1,
92697             .ascii = 1,
92698             .ready = 1,
92699         },
92700     },
92701     ._data = "mappingproxy",
92702 };
92703 static
92704     struct {
92705         PyASCIIObject _ascii;
92706         uint8_t _data[10];
92707     }
92708 const_str_generator = {
92709     ._ascii = {
92710         .ob_base = {
92711             .ob_refcnt = 999999999,
92712             .ob_type = &PyUnicode_Type,
92713         },
92714         .length = 9,
92715         .hash = -1,
92716         .state = {
92717             .kind = 1,
92718             .compact = 1,
92719             .ascii = 1,
92720             .ready = 1,
92721         },
92722     },
92723     ._data = "generator",
92724 };
92725 static
92726     struct {
92727         PyASCIIObject _ascii;
92728         uint8_t _data[10];
92729     }
92730 const_str_coroutine = {
92731     ._ascii = {
92732         .ob_base = {
92733             .ob_refcnt = 999999999,
92734             .ob_type = &PyUnicode_Type,
92735         },
92736         .length = 9,
92737         .hash = -1,
92738         .state = {
92739             .kind = 1,
92740             .compact = 1,
92741             .ascii = 1,
92742             .ready = 1,
92743         },
92744     },
92745     ._data = "coroutine",
92746 };
92747 static
92748     struct {
92749         PyASCIIObject _ascii;
92750         uint8_t _data[16];
92751     }
92752 const_str_async_generator = {
92753     ._ascii = {
92754         .ob_base = {
92755             .ob_refcnt = 999999999,
92756             .ob_type = &PyUnicode_Type,
92757         },
92758         .length = 15,
92759         .hash = -1,
92760         .state = {
92761             .kind = 1,
92762             .compact = 1,
92763             .ascii = 1,
92764             .ready = 1,
92765         },
92766     },
92767     ._data = "async_generator",
92768 };
92769 static
92770     struct {
92771         PyGC_Head _gc_head;
92772         struct {
92773             PyObject_VAR_HEAD
92774             PyObject *ob_item[83];
92775         }_object;
92776     }
92777 _collections_abc_toplevel_names = {
92778     ._object = {
92779         .ob_base = {
92780             .ob_base = {
92781                 .ob_refcnt = 999999999,
92782                 .ob_type = &PyTuple_Type,
92783             },
92784             .ob_size = 83,
92785         },
92786         .ob_item = {
92787             &_Py_ID(__doc__),
92788             & const_str_abc._ascii.ob_base,
92789             & const_str_ABCMeta._ascii.ob_base,
92790             & const_str_abstractmethod._ascii.ob_base,
92791             & const_str_sys._ascii.ob_base,
92792             & const_str_type._ascii.ob_base,
92793             & const_str_list._ascii.ob_base,
92794             & const_str_int._ascii.ob_base,
92795             & const_str_GenericAlias._ascii.ob_base,
92796             & const_str_EllipsisType._ascii.ob_base,
92797             & const_str__f._ascii.ob_base,
92798             & const_str_FunctionType._ascii.ob_base,
92799             &_Py_ID(__all__),
92800             &_Py_ID(__name__),
92801             &_Py_ID(iter),
92802             & const_str_bytes_iterator._ascii.ob_base,
92803             & const_str_bytearray._ascii.ob_base,
92804             & const_str_bytearray_iterator._ascii.ob_base,
92805             &_Py_ID(keys),
92806             & const_str_dict_keyiterator._ascii.ob_base,
92807             &_Py_ID(values),
92808             & const_str_dict_valueiterator._ascii.ob_base,
92809             &_Py_ID(items),
92810             & const_str_dict_itemiterator._ascii.ob_base,
92811             & const_str_list_iterator._ascii.ob_base,
92812             &_Py_ID(reversed),
92813             & const_str_list_reverseiterator._ascii.ob_base,
92814             & const_str_range._ascii.ob_base,
92815             & const_str_range_iterator._ascii.ob_base,
92816             & const_str_longrange_iterator._ascii.ob_base,
92817             & const_str_set._ascii.ob_base,
92818             & const_str_set_iterator._ascii.ob_base,
92819             & const_str_str_iterator._ascii.ob_base,
92820             & const_str_tuple_iterator._ascii.ob_base,
92821             & const_str_zip._ascii.ob_base,
92822             & const_str_zip_iterator._ascii.ob_base,
92823             & const_str_dict_keys._ascii.ob_base,
92824             & const_str_dict_values._ascii.ob_base,
92825             & const_str_dict_items._ascii.ob_base,
92826             &_Py_ID(__dict__),
92827             & const_str_mappingproxy._ascii.ob_base,
92828             & const_str_generator._ascii.ob_base,
92829             & const_str__coro._ascii.ob_base,
92830             & const_str_coroutine._ascii.ob_base,
92831             &_Py_ID(close),
92832             & const_str__ag._ascii.ob_base,
92833             & const_str_async_generator._ascii.ob_base,
92834             & const_str__check_methods._ascii.ob_base,
92835             & const_str_Hashable._ascii.ob_base,
92836             & const_str_Awaitable._ascii.ob_base,
92837             & const_str_Coroutine._ascii.ob_base,
92838             & const_str_register._ascii.ob_base,
92839             & const_str_AsyncIterable._ascii.ob_base,
92840             & const_str_AsyncIterator._ascii.ob_base,
92841             & const_str_AsyncGenerator._ascii.ob_base,
92842             & const_str_Iterable._ascii.ob_base,
92843             & const_str_Iterator._ascii.ob_base,
92844             & const_str_Reversible._ascii.ob_base,
92845             & const_str_Generator._ascii.ob_base,
92846             & const_str_Sized._ascii.ob_base,
92847             & const_str_Container._ascii.ob_base,
92848             & const_str_Collection._ascii.ob_base,
92849             & const_str__CallableGenericAlias._ascii.ob_base,
92850             & const_str__is_param_expr._ascii.ob_base,
92851             & const_str__type_repr._ascii.ob_base,
92852             & const_str_Callable._ascii.ob_base,
92853             & const_str_Set._ascii.ob_base,
92854             & const_str_frozenset._ascii.ob_base,
92855             & const_str_MutableSet._ascii.ob_base,
92856             & const_str_Mapping._ascii.ob_base,
92857             & const_str_MappingView._ascii.ob_base,
92858             & const_str_KeysView._ascii.ob_base,
92859             & const_str_ItemsView._ascii.ob_base,
92860             & const_str_ValuesView._ascii.ob_base,
92861             & const_str_MutableMapping._ascii.ob_base,
92862             & const_str_dict._ascii.ob_base,
92863             & const_str_Sequence._ascii.ob_base,
92864             & const_str_tuple._ascii.ob_base,
92865             & const_str_str._ascii.ob_base,
92866             & const_str_memoryview._ascii.ob_base,
92867             & const_str_ByteString._ascii.ob_base,
92868             & const_str_bytes._ascii.ob_base,
92869             & const_str_MutableSequence._ascii.ob_base,
92870         },
92871     },
92872 };
92873 static
92874     struct {
92875         PyObject_VAR_HEAD
92876         Py_hash_t ob_shash;
92877         char ob_sval[2598];
92878     }
92879 _collections_abc_toplevel_linetable = {
92880     .ob_base = {
92881         .ob_base = {
92882             .ob_refcnt = 999999999,
92883             .ob_type = &PyBytes_Type,
92884         },
92885         .ob_size = 2597,
92886     },
92887     .ob_shash = -1,
92888     .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x08\x03\x01\x04\xf0\x00\x03\x01\x04\xf0\x0a\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\x89\x7f\x8c\x7f\x80\x0c\xd8\x0f\x13\x88\x74\x90\x43\x89\x79\x8c\x79\x80\x0c\xd8\x00\x0e\x80\x0e\x80\x0e\xd8\x0f\x13\x88\x74\x90\x42\x89\x78\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\x91\x69\x94\x69\x91\x1f\x94\x1f\x80\x0e\xd8\x15\x19\x90\x54\x98\x24\x98\x24\x98\x79\x98\x79\x99\x7b\x9c\x7b\xd1\x1a\x2b\xd4\x1a\x2b\xd1\x15\x2c\xd4\x15\x2c\xd0\x00\x12\xe0\x13\x17\x90\x34\x98\x04\x98\x04\x98\x52\x9f\x57\x9a\x57\x99\x59\x9c\x59\x99\x0f\x9c\x0f\xd1\x13\x28\xd4\x13\x28\xd0\x00\x10\xd8\x15\x19\x90\x54\x98\x24\x98\x24\x98\x72\x9f\x79\x9a\x79\x99\x7b\x9c\x7b\xd1\x1a\x2b\xd4\x1a\x2b\xd1\x15\x2c\xd4\x15\x2c\xd0\x00\x12\xd8\x14\x18\x90\x44\x98\x14\x98\x14\x98\x62\x9f\x68\x9a\x68\x99\x6a\x9c\x6a\xd1\x19\x29\xd4\x19\x29\xd1\x14\x2a\xd4\x14\x2a\xd0\x00\x11\xd8\x10\x14\x90\x04\x90\x54\x90\x54\x98\x22\x91\x58\x94\x58\x91\x0e\x94\x0e\x80\x0d\xd8\x17\x1b\x90\x74\x98\x44\x98\x44\xa0\x18\xa0\x18\xa8\x22\xa1\x1c\xa4\x1c\xd1\x1c\x2e\xd4\x1c\x2e\xd1\x17\x2f\xd4\x17\x2f\xd0\x00\x14\xd8\x11\x15\x90\x14\x90\x64\x90\x64\x98\x35\x98\x35\xa0\x11\x99\x38\x9c\x38\x91\x6e\x94\x6e\xd1\x11\x25\xd4\x11\x25\x80\x0e\xd8\x15\x19\x90\x54\x98\x24\x98\x24\x98\x75\x98\x75\xa0\x51\xa8\x24\xa1\x59\xd1\x1f\x2f\xd4\x1f\x2f\xd1\x1a\x30\xd4\x1a\x30\xd1\x15\x31\xd4\x15\x31\xd0\x00\x12\xd8\x0f\x13\x88\x74\x90\x44\x90\x44\x98\x13\x98\x13\x99\x15\x9c\x15\x91\x4b\x94\x4b\xd1\x0f\x20\xd4\x0f\x20\x80\x0c\xd8\x0f\x13\x88\x74\x90\x44\x90\x44\x98\x12\x91\x48\x94\x48\x89\x7e\x8c\x7e\x80\x0c\xd8\x11\x15\x90\x14\x90\x64\x90\x64\x98\x32\x91\x68\x94\x68\x91\x1e\x94\x1e\x80\x0e\xd8\x0f\x13\x88\x74\x90\x44\x90\x44\x98\x13\x98\x13\x99\x15\x9c\x15\x91\x4b\x94\x4b\xd1\x0f\x20\xd4\x0f\x20\x80\x0c\xe0\x0c\x10\x88\x44\x90\x12\x97\x17\x92\x17\x91\x19\x94\x19\x89\x4f\x8c\x4f\x80\x09\xd8\x0e\x12\x88\x64\x90\x32\x97\x39\x92\x39\x91\x3b\x94\x3b\xd1\x0e\x1f\xd4\x0e\x1f\x80\x0b\xd8\x0d\x11\x88\x54\x90\x22\x97\x28\x92\x28\x91\x2a\x94\x2a\xd1\x0d\x1d\xd4\x0d\x1d\x80\x0a\xe0\x0f\x13\x88\x74\x90\x44\x94\x4d\xd1\x0f\x22\xd4\x0f\x22\x80\x0c\xd8\x0c\x10\x88\x44\x90\x2f\x90\x2f\x90\x2f\xd1\x11\x24\xd4\x11\x24\xd1\x0c\x25\xd4\x0c\x25\x80\x09\xe0\x00\x17\xd0\x00\x17\xd0\x00\x17\xd8\x08\x0d\x88\x05\x89\x07\x8c\x07\x80\x05\xd8\x0c\x10\x88\x44\x90\x15\x89\x4b\x8c\x4b\x80\x09\xd8\x00\x05\x87\x0b\x82\x0b\x81\x0d\x84\x0d\x80\x0d\xd8\x04\x09\xe0\x00\x16\xd0\x00\x16\xd0\x00\x16\xd8\x06\x09\x80\x63\x81\x65\x84\x65\x80\x03\xd8\x12\x16\x90\x24\x90\x73\x91\x29\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\xf1\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\xf1\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\xf1\x00\x26\x01\x1e\xf4\x00\x26\x01\x1e\xf0\x00\x26\x01\x1e\xf0\x52\x01\x00\x01\x0a\xd7\x00\x12\xd2\x00\x12\x90\x39\xd1\x00\x1d\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\xf1\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\xf1\x00\x10\x01\x1e\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\xf1\x00\x2d\x01\x1e\xf4\x00\x2d\x01\x1e\xf0\x00\x2d\x01\x1e\xf0\x60\x01\x00\x01\x0f\xd7\x00\x17\xd2\x00\x17\x98\x0f\xd1\x00\x28\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\xf1\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\xf1\x00\x10\x01\x1e\xf4\x00\x10\x01\x1e\xf0\x00\x10\x01\x1e\xf0\x26\x00\x01\x09\xd7\x00\x11\xd2\x00\x11\x90\x2e\xd1\x00\x21\xd4\x00\x21\xd0\x00\x21\xd8\x00\x08\xd7\x00\x11\xd2\x00\x11\xd0\x12\x24\xd1\x00\x25\xd4\x00\x25\xd0\x00\x25\xe0\x00\x08\xd7\x00\x11\xd2\x00\x11\xd0\x12\x22\xd1\x00\x23\xd4\x00\x23\xd0\x00\x23\xd8\x00\x08\xd7\x00\x11\xd2\x00\x11\xd0\x12\x24\xd1\x00\x25\xd4\x00\x25\xd0\x00\x25\xd8\x00\x08\xd7\x00\x11\xd2\x00\x11\xd0\x12\x23\xd1\x00\x24\xd4\x00\x24\xd0\x00\x24\xd8\x00\x08\xd7\x00\x11\xd2\x00\x11\x90\x2d\xd1\x00\x20\xd4\x00\x20\xd0\x00\x20\xd8\x00\x08\xd7\x00\x11\xd2\x00\x11\xd0\x12\x26\xd1\x00\x27\xd4\x00\x27\xd0\x00\x27\xd8\x00\x08\xd7\x00\x11\xd2\x00\x11\x90\x2e\xd1\x00\x21\xd4\x00\x21\xd0\x00\x21\xd8\x00\x08\xd7\x00\x11\xd2\x00\x11\xd0\x12\x24\xd1\x00\x25\xd4\x00\x25\xd0\x00\x25\xd8\x00\x08\xd7\x00\x11\xd2\x00\x11\x90\x2c\xd1\x00\x1f\xd4\x00\x1f\xd0\x00\x1f\xd8\x00\x08\xd7\x00\x11\xd2\x00\x11\x90\x2c\xd1\x00\x1f\xd4\x00\x1f\xd0\x00\x1f\xd8\x00\x08\xd7\x00\x11\xd2\x00\x11\x90\x2e\xd1\x00\x21\xd4\x00\x21\xd0\x00\x21\xd8\x00\x08\xd7\x00\x11\xd2\x00\x11\x90\x2c\xd1\x00\x1f\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\xf1\x00\x0d\x01\x1e\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\xf1\x00\x2d\x01\x1e\xf4\x00\x2d\x01\x1e\xf0\x00\x2d\x01\x1e\xf0\x60\x01\x00\x01\x0a\xd7\x00\x12\xd2\x00\x12\x90\x39\xd1\x00\x1d\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\xf1\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\xf1\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\xf1\x00\x08\x01\x1e\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\xf1\x00\x3b\x01\x40\x01\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\xf1\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\xf1\x00\x47\x02\x01\x11\xf4\x00\x47\x02\x01\x11\xf0\x00\x47\x02\x01\x11\xf0\x54\x04\x00\x01\x04\x87\x0c\x82\x0c\x88\x59\xd1\x00\x17\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\xf1\x00\x4d\x01\x01\x14\xf4\x00\x4d\x01\x01\x14\xf0\x00\x4d\x01\x01\x14\xf0\x60\x02\x00\x01\x0b\xd7\x00\x13\xd2\x00\x13\x90\x43\xd1\x00\x18\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\xf1\x00\x31\x01\x18\xf4\x00\x31\x01\x18\xf0\x00\x31\x01\x18\xf0\x66\x01\x00\x01\x08\xd7\x00\x10\xd2\x00\x10\x90\x1c\xd1\x00\x1e\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\xf1\x00\x0d\x01\x32\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\xf1\x00\x0c\x01\x21\xf4\x00\x0c\x01\x21\xf0\x00\x0c\x01\x21\xf0\x1e\x00\x01\x09\xd7\x00\x11\xd2\x00\x11\x90\x29\xd1\x00\x1c\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\xf1\x00\x13\x01\x2c\xf4\x00\x13\x01\x2c\xf0\x00\x13\x01\x2c\xf0\x2c\x00\x01\x0a\xd7\x00\x12\xd2\x00\x12\x90\x3a\xd1\x00\x1e\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\xf1\x00\x0d\x01\x25\xf4\x00\x0d\x01\x25\xf0\x00\x0d\x01\x25\xf0\x20\x00\x01\x0b\xd7\x00\x13\xd2\x00\x13\x90\x4b\xd1\x00\x20\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\xf1\x00\x4f\x01\x01\x17\xf4\x00\x4f\x01\x01\x17\xf0\x00\x4f\x01\x01\x17\xf0\x64\x02\x00\x01\x0f\xd7\x00\x17\xd2\x00\x17\x98\x04\xd1\x00\x1d\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\xf1\x00\x3d\x01\x40\x01\xf4\x00\x3d\x01\x40\x01\xf0\x00\x3d\x01\x40\x01\xf0\x7e\x01\x00\x01\x09\xd7\x00\x11\xd2\x00\x11\x90\x25\xd1\x00\x18\xd4\x00\x18\xd0\x00\x18\xd8\x00\x08\xd7\x00\x11\xd2\x00\x11\x90\x23\xd1\x00\x16\xd4\x00\x16\xd0\x00\x16\xd8\x00\x08\xd7\x00\x11\xd2\x00\x11\x90\x25\xd1\x00\x18\xd4\x00\x18\xd0\x00\x18\xd8\x00\x08\xd7\x00\x11\xd2\x00\x11\x90\x2a\xd1\x00\x1d\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\xf1\x00\x06\x01\x13\xf4\x00\x06\x01\x13\xf0\x00\x06\x01\x13\xf0\x10\x00\x01\x0b\xd7\x00\x13\xd2\x00\x13\x90\x45\xd1\x00\x1a\xd4\x00\x1a\xd0\x00\x1a\xd8\x00\x0a\xd7\x00\x13\xd2\x00\x13\x90\x49\xd1\x00\x1e\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\xf1\x00\x3f\x01\x14\xf4\x00\x3f\x01\x14\xf0\x00\x3f\x01\x14\xf0\x44\x02\x00\x01\x10\xd7\x00\x18\xd2\x00\x18\x98\x14\xd1\x00\x1e\xd4\x00\x1e\xd0\x00\x1e\xd8\x00\x0f\xd7\x00\x18\xd2\x00\x18\x98\x19\xd1\x00\x23\xd4\x00\x23\xd0\x00\x23\xd0\x00\x23\xd0\x00\x23",
92889 };
92890 static
92891     struct _PyCode_DEF(3328)
92892 _collections_abc_toplevel = {
92893     .ob_base = {
92894         .ob_base = {
92895             .ob_refcnt = 999999999,
92896             .ob_type = &PyCode_Type,
92897         },
92898         .ob_size = 1664,
92899     },
92900     .co_consts = & _collections_abc_toplevel_consts._object.ob_base.ob_base,
92901     .co_names = & _collections_abc_toplevel_names._object.ob_base.ob_base,
92902     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
92903     .co_flags = 0,
92904     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
92905     ._co_linearray_entry_size = 0,
92906     .co_argcount = 0,
92907     .co_posonlyargcount = 0,
92908     .co_kwonlyargcount = 0,
92909     .co_stacksize = 8,
92910     .co_firstlineno = 1,
92911     .co_nlocalsplus = 0,
92912     .co_nlocals = 0,
92913     .co_nplaincellvars = 0,
92914     .co_ncellvars = 0,
92915     .co_nfreevars = 0,
92916     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
92917     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
92918     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
92919     .co_name = &_Py_STR(anon_module),
92920     .co_qualname = &_Py_STR(anon_module),
92921     .co_linetable = & _collections_abc_toplevel_linetable.ob_base.ob_base,
92922     ._co_code = NULL,
92923     ._co_linearray = NULL,
92924     .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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x02\x00\x65\x05\x64\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x64\x05\x84\x00\x5a\x0a\x02\x00\x65\x05\x65\x0a\xa6\x01\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x11\x02\x00\x65\x05\x02\x00\x65\x0e\x69\x00\xa0\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x13\x02\x00\x65\x05\x02\x00\x65\x0e\x69\x00\xa0\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x15\x02\x00\x65\x05\x02\x00\x65\x0e\x69\x00\xa0\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x17\x02\x00\x65\x05\x02\x00\x65\x0e\x67\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1f\x02\x00\x65\x05\x02\x00\x65\x0e\x64\x0b\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x20\x02\x00\x65\x05\x02\x00\x65\x0e\x64\x0c\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x23\x02\x00\x65\x05\x69\x00\xa0\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x24\x02\x00\x65\x05\x69\x00\xa0\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x25\x02\x00\x65\x05\x69\x00\xa0\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x26\x02\x00\x65\x05\x65\x05\x6a\x27\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x28\x02\x00\x65\x05\x02\x00\x64\x0d\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x29\x64\x0e\x84\x00\x5a\x2a\x02\x00\x65\x2a\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x2a\x02\x00\x65\x05\x65\x2a\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x2b\x65\x2a\xa0\x2c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x2d\x02\x00\x65\x05\x65\x2d\xa6\x01\x00\x00\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\xa6\x03\x00\x00\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x31\x02\x00\x47\x00\x64\x16\x84\x00\x64\x17\x65\x31\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x32\x65\x32\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x2b\xa6\x01\x00\x00\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x34\x02\x00\x47\x00\x64\x1a\x84\x00\x64\x1b\x65\x34\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x35\x02\x00\x47\x00\x64\x1c\x84\x00\x64\x1d\x65\x35\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x36\x65\x36\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x2e\xa6\x01\x00\x00\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x37\x02\x00\x47\x00\x64\x20\x84\x00\x64\x21\x65\x37\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x38\x65\x38\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x0f\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x11\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x13\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x15\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x17\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x18\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1a\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1c\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1d\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1f\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x20\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x21\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x23\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x22\x84\x00\x64\x23\x65\x37\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x39\x02\x00\x47\x00\x64\x24\x84\x00\x64\x25\x65\x38\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x3a\x65\x3a\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x29\xa6\x01\x00\x00\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\xa6\x03\x00\x00\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\xa6\x03\x00\x00\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\xa6\x05\x00\x00\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x3d\x02\x00\x47\x00\x64\x2c\x84\x00\x64\x2d\x65\x08\xa6\x03\x00\x00\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x41\x02\x00\x47\x00\x64\x32\x84\x00\x64\x33\x65\x3d\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x42\x65\x42\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x43\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x34\x84\x00\x64\x35\x65\x42\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x44\x65\x44\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1e\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x36\x84\x00\x64\x37\x65\x3d\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x45\x65\x45\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x28\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x38\x84\x00\x64\x39\x65\x3b\xa6\x03\x00\x00\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\xa6\x04\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x47\x65\x47\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x24\xa6\x01\x00\x00\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\xa6\x04\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x48\x65\x48\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x26\xa6\x01\x00\x00\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\xa6\x04\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x49\x65\x49\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x25\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x40\x84\x00\x64\x41\x65\x45\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x4a\x65\x4a\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x4b\xa6\x01\x00\x00\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\xa6\x04\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x4c\x65\x4c\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x4d\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x4c\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x4e\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x4c\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1b\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x4c\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x4f\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x44\x84\x00\x64\x45\x65\x4c\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x50\x65\x50\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x51\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x50\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x10\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x46\x84\x00\x64\x47\x65\x4c\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x52\x65\x52\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x06\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x52\xa0\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x10\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x03\x53\x00",
92925     ._co_firsttraceable = 0,
92926 };
_collections_abc_do_patchups(void)92927 static void _collections_abc_do_patchups(void) {
92928 }
92929 
92930 PyObject *
_Py_get__collections_abc_toplevel(void)92931 _Py_get__collections_abc_toplevel(void)
92932 {
92933     _collections_abc_do_patchups();
92934     return Py_NewRef((PyObject *) &_collections_abc_toplevel);
92935 }
92936 
92937 static
92938     struct {
92939         PyASCIIObject _ascii;
92940         uint8_t _data[62];
92941     }
92942 _sitebuiltins_toplevel_consts_0 = {
92943     ._ascii = {
92944         .ob_base = {
92945             .ob_refcnt = 999999999,
92946             .ob_type = &PyUnicode_Type,
92947         },
92948         .length = 61,
92949         .hash = -1,
92950         .state = {
92951             .kind = 1,
92952             .compact = 1,
92953             .ascii = 1,
92954             .ready = 1,
92955         },
92956     },
92957     ._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",
92958 };
92959 static
92960     struct {
92961         PyASCIIObject _ascii;
92962         uint8_t _data[8];
92963     }
92964 const_str_Quitter = {
92965     ._ascii = {
92966         .ob_base = {
92967             .ob_refcnt = 999999999,
92968             .ob_type = &PyUnicode_Type,
92969         },
92970         .length = 7,
92971         .hash = -1,
92972         .state = {
92973             .kind = 1,
92974             .compact = 1,
92975             .ascii = 1,
92976             .ready = 1,
92977         },
92978     },
92979     ._data = "Quitter",
92980 };
92981 static
92982     struct {
92983         PyASCIIObject _ascii;
92984         uint8_t _data[4];
92985     }
92986 const_str_eof = {
92987     ._ascii = {
92988         .ob_base = {
92989             .ob_refcnt = 999999999,
92990             .ob_type = &PyUnicode_Type,
92991         },
92992         .length = 3,
92993         .hash = -1,
92994         .state = {
92995             .kind = 1,
92996             .compact = 1,
92997             .ascii = 1,
92998             .ready = 1,
92999         },
93000     },
93001     ._data = "eof",
93002 };
93003 static
93004     struct {
93005         PyGC_Head _gc_head;
93006         struct {
93007             PyObject_VAR_HEAD
93008             PyObject *ob_item[2];
93009         }_object;
93010     }
93011 _sitebuiltins_toplevel_consts_3_consts_1_names = {
93012     ._object = {
93013         .ob_base = {
93014             .ob_base = {
93015                 .ob_refcnt = 999999999,
93016                 .ob_type = &PyTuple_Type,
93017             },
93018             .ob_size = 2,
93019         },
93020         .ob_item = {
93021             &_Py_ID(name),
93022             & const_str_eof._ascii.ob_base,
93023         },
93024     },
93025 };
93026 static
93027     struct {
93028         PyASCIIObject _ascii;
93029         uint8_t _data[23];
93030     }
93031 _sitebuiltins_toplevel_consts_3_consts_1_filename = {
93032     ._ascii = {
93033         .ob_base = {
93034             .ob_refcnt = 999999999,
93035             .ob_type = &PyUnicode_Type,
93036         },
93037         .length = 22,
93038         .hash = -1,
93039         .state = {
93040             .kind = 1,
93041             .compact = 1,
93042             .ascii = 1,
93043             .ready = 1,
93044         },
93045     },
93046     ._data = "<frozen _sitebuiltins>",
93047 };
93048 static
93049     struct {
93050         PyASCIIObject _ascii;
93051         uint8_t _data[17];
93052     }
93053 _sitebuiltins_toplevel_consts_3_consts_1_qualname = {
93054     ._ascii = {
93055         .ob_base = {
93056             .ob_refcnt = 999999999,
93057             .ob_type = &PyUnicode_Type,
93058         },
93059         .length = 16,
93060         .hash = -1,
93061         .state = {
93062             .kind = 1,
93063             .compact = 1,
93064             .ascii = 1,
93065             .ready = 1,
93066         },
93067     },
93068     ._data = "Quitter.__init__",
93069 };
93070 static
93071     struct {
93072         PyObject_VAR_HEAD
93073         Py_hash_t ob_shash;
93074         char ob_sval[21];
93075     }
93076 _sitebuiltins_toplevel_consts_3_consts_1_linetable = {
93077     .ob_base = {
93078         .ob_base = {
93079             .ob_refcnt = 999999999,
93080             .ob_type = &PyBytes_Type,
93081         },
93082         .ob_size = 20,
93083     },
93084     .ob_shash = -1,
93085     .ob_sval = "\x80\x00\xd8\x14\x18\x88\x04\x8c\x09\xd8\x13\x16\x88\x04\x8c\x08\x88\x08\x88\x08",
93086 };
93087 static
93088     struct {
93089         PyGC_Head _gc_head;
93090         struct {
93091             PyObject_VAR_HEAD
93092             PyObject *ob_item[3];
93093         }_object;
93094     }
93095 _sitebuiltins_toplevel_consts_3_consts_1_localsplusnames = {
93096     ._object = {
93097         .ob_base = {
93098             .ob_base = {
93099                 .ob_refcnt = 999999999,
93100                 .ob_type = &PyTuple_Type,
93101             },
93102             .ob_size = 3,
93103         },
93104         .ob_item = {
93105             & const_str_self._ascii.ob_base,
93106             &_Py_ID(name),
93107             & const_str_eof._ascii.ob_base,
93108         },
93109     },
93110 };
93111 static
93112     struct _PyCode_DEF(34)
93113 _sitebuiltins_toplevel_consts_3_consts_1 = {
93114     .ob_base = {
93115         .ob_base = {
93116             .ob_refcnt = 999999999,
93117             .ob_type = &PyCode_Type,
93118         },
93119         .ob_size = 17,
93120     },
93121     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
93122     .co_names = & _sitebuiltins_toplevel_consts_3_consts_1_names._object.ob_base.ob_base,
93123     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
93124     .co_flags = 3,
93125     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
93126     ._co_linearray_entry_size = 0,
93127     .co_argcount = 3,
93128     .co_posonlyargcount = 0,
93129     .co_kwonlyargcount = 0,
93130     .co_stacksize = 2,
93131     .co_firstlineno = 14,
93132     .co_nlocalsplus = 3,
93133     .co_nlocals = 3,
93134     .co_nplaincellvars = 0,
93135     .co_ncellvars = 0,
93136     .co_nfreevars = 0,
93137     .co_localsplusnames = & _sitebuiltins_toplevel_consts_3_consts_1_localsplusnames._object.ob_base.ob_base,
93138     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
93139     .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
93140     .co_name = &_Py_ID(__init__),
93141     .co_qualname = & _sitebuiltins_toplevel_consts_3_consts_1_qualname._ascii.ob_base,
93142     .co_linetable = & _sitebuiltins_toplevel_consts_3_consts_1_linetable.ob_base.ob_base,
93143     ._co_code = NULL,
93144     ._co_linearray = NULL,
93145     .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",
93146     ._co_firsttraceable = 0,
93147 };
93148 static
93149     struct {
93150         PyASCIIObject _ascii;
93151         uint8_t _data[5];
93152     }
93153 _sitebuiltins_toplevel_consts_3_consts_2_consts_1 = {
93154     ._ascii = {
93155         .ob_base = {
93156             .ob_refcnt = 999999999,
93157             .ob_type = &PyUnicode_Type,
93158         },
93159         .length = 4,
93160         .hash = -1,
93161         .state = {
93162             .kind = 1,
93163             .compact = 1,
93164             .ascii = 1,
93165             .ready = 1,
93166         },
93167     },
93168     ._data = "Use ",
93169 };
93170 static
93171     struct {
93172         PyASCIIObject _ascii;
93173         uint8_t _data[7];
93174     }
93175 _sitebuiltins_toplevel_consts_3_consts_2_consts_2 = {
93176     ._ascii = {
93177         .ob_base = {
93178             .ob_refcnt = 999999999,
93179             .ob_type = &PyUnicode_Type,
93180         },
93181         .length = 6,
93182         .hash = -1,
93183         .state = {
93184             .kind = 1,
93185             .compact = 1,
93186             .ascii = 1,
93187             .ready = 1,
93188         },
93189     },
93190     ._data = "() or ",
93191 };
93192 static
93193     struct {
93194         PyASCIIObject _ascii;
93195         uint8_t _data[9];
93196     }
93197 _sitebuiltins_toplevel_consts_3_consts_2_consts_3 = {
93198     ._ascii = {
93199         .ob_base = {
93200             .ob_refcnt = 999999999,
93201             .ob_type = &PyUnicode_Type,
93202         },
93203         .length = 8,
93204         .hash = -1,
93205         .state = {
93206             .kind = 1,
93207             .compact = 1,
93208             .ascii = 1,
93209             .ready = 1,
93210         },
93211     },
93212     ._data = " to exit",
93213 };
93214 static
93215     struct {
93216         PyGC_Head _gc_head;
93217         struct {
93218             PyObject_VAR_HEAD
93219             PyObject *ob_item[4];
93220         }_object;
93221     }
93222 _sitebuiltins_toplevel_consts_3_consts_2_consts = {
93223     ._object = {
93224         .ob_base = {
93225             .ob_base = {
93226                 .ob_refcnt = 999999999,
93227                 .ob_type = &PyTuple_Type,
93228             },
93229             .ob_size = 4,
93230         },
93231         .ob_item = {
93232             Py_None,
93233             & _sitebuiltins_toplevel_consts_3_consts_2_consts_1._ascii.ob_base,
93234             & _sitebuiltins_toplevel_consts_3_consts_2_consts_2._ascii.ob_base,
93235             & _sitebuiltins_toplevel_consts_3_consts_2_consts_3._ascii.ob_base,
93236         },
93237     },
93238 };
93239 static
93240     struct {
93241         PyASCIIObject _ascii;
93242         uint8_t _data[17];
93243     }
93244 _sitebuiltins_toplevel_consts_3_consts_2_qualname = {
93245     ._ascii = {
93246         .ob_base = {
93247             .ob_refcnt = 999999999,
93248             .ob_type = &PyUnicode_Type,
93249         },
93250         .length = 16,
93251         .hash = -1,
93252         .state = {
93253             .kind = 1,
93254             .compact = 1,
93255             .ascii = 1,
93256             .ready = 1,
93257         },
93258     },
93259     ._data = "Quitter.__repr__",
93260 };
93261 static
93262     struct {
93263         PyObject_VAR_HEAD
93264         Py_hash_t ob_shash;
93265         char ob_sval[28];
93266     }
93267 _sitebuiltins_toplevel_consts_3_consts_2_linetable = {
93268     .ob_base = {
93269         .ob_base = {
93270             .ob_refcnt = 999999999,
93271             .ob_type = &PyBytes_Type,
93272         },
93273         .ob_size = 27,
93274     },
93275     .ob_shash = -1,
93276     .ob_sval = "\x80\x00\x80\x00\xd8\x2b\x2f\xac\x39\xa8\x39\xa8\x39\xb0\x64\xb4\x68\xb0\x68\xb0\x68\xd0\x0f\x3f\xd0\x08\x3f",
93277 };
93278 static
93279     struct _PyCode_DEF(40)
93280 _sitebuiltins_toplevel_consts_3_consts_2 = {
93281     .ob_base = {
93282         .ob_base = {
93283             .ob_refcnt = 999999999,
93284             .ob_type = &PyCode_Type,
93285         },
93286         .ob_size = 20,
93287     },
93288     .co_consts = & _sitebuiltins_toplevel_consts_3_consts_2_consts._object.ob_base.ob_base,
93289     .co_names = & _sitebuiltins_toplevel_consts_3_consts_1_names._object.ob_base.ob_base,
93290     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
93291     .co_flags = 3,
93292     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
93293     ._co_linearray_entry_size = 0,
93294     .co_argcount = 1,
93295     .co_posonlyargcount = 0,
93296     .co_kwonlyargcount = 0,
93297     .co_stacksize = 5,
93298     .co_firstlineno = 17,
93299     .co_nlocalsplus = 1,
93300     .co_nlocals = 1,
93301     .co_nplaincellvars = 0,
93302     .co_ncellvars = 0,
93303     .co_nfreevars = 0,
93304     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
93305     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
93306     .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
93307     .co_name = &_Py_ID(__repr__),
93308     .co_qualname = & _sitebuiltins_toplevel_consts_3_consts_2_qualname._ascii.ob_base,
93309     .co_linetable = & _sitebuiltins_toplevel_consts_3_consts_2_linetable.ob_base.ob_base,
93310     ._co_code = NULL,
93311     ._co_linearray = NULL,
93312     .co_code_adaptive = "\x97\x00\x64\x01\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x01\x64\x02\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x01\x64\x03\x9d\x05\x53\x00",
93313     ._co_firsttraceable = 0,
93314 };
93315 static
93316     struct {
93317         PyASCIIObject _ascii;
93318         uint8_t _data[11];
93319     }
93320 const_str_SystemExit = {
93321     ._ascii = {
93322         .ob_base = {
93323             .ob_refcnt = 999999999,
93324             .ob_type = &PyUnicode_Type,
93325         },
93326         .length = 10,
93327         .hash = -1,
93328         .state = {
93329             .kind = 1,
93330             .compact = 1,
93331             .ascii = 1,
93332             .ready = 1,
93333         },
93334     },
93335     ._data = "SystemExit",
93336 };
93337 static
93338     struct {
93339         PyGC_Head _gc_head;
93340         struct {
93341             PyObject_VAR_HEAD
93342             PyObject *ob_item[4];
93343         }_object;
93344     }
93345 _sitebuiltins_toplevel_consts_3_consts_4_names = {
93346     ._object = {
93347         .ob_base = {
93348             .ob_base = {
93349                 .ob_refcnt = 999999999,
93350                 .ob_type = &PyTuple_Type,
93351             },
93352             .ob_size = 4,
93353         },
93354         .ob_item = {
93355             & const_str_sys._ascii.ob_base,
93356             &_Py_ID(stdin),
93357             &_Py_ID(close),
93358             & const_str_SystemExit._ascii.ob_base,
93359         },
93360     },
93361 };
93362 static
93363     struct {
93364         PyASCIIObject _ascii;
93365         uint8_t _data[17];
93366     }
93367 _sitebuiltins_toplevel_consts_3_consts_4_qualname = {
93368     ._ascii = {
93369         .ob_base = {
93370             .ob_refcnt = 999999999,
93371             .ob_type = &PyUnicode_Type,
93372         },
93373         .length = 16,
93374         .hash = -1,
93375         .state = {
93376             .kind = 1,
93377             .compact = 1,
93378             .ascii = 1,
93379             .ready = 1,
93380         },
93381     },
93382     ._data = "Quitter.__call__",
93383 };
93384 static
93385     struct {
93386         PyObject_VAR_HEAD
93387         Py_hash_t ob_shash;
93388         char ob_sval[57];
93389     }
93390 _sitebuiltins_toplevel_consts_3_consts_4_linetable = {
93391     .ob_base = {
93392         .ob_base = {
93393             .ob_refcnt = 999999999,
93394             .ob_type = &PyBytes_Type,
93395         },
93396         .ob_size = 56,
93397     },
93398     .ob_shash = -1,
93399     .ob_sval = "\x80\x00\xf0\x06\x03\x09\x11\xdd\x0c\x0f\x8c\x49\x8f\x4f\x8a\x4f\xd1\x0c\x1d\xd4\x0c\x1d\xd0\x0c\x1d\xd0\x0c\x1d\xf8\xf0\x02\x01\x09\x11\xd8\x0c\x10\x88\x44\xf8\xf8\xf8\xdd\x0e\x18\x98\x14\xd1\x0e\x1e\xd4\x0e\x1e\xd0\x08\x1e",
93400 };
93401 static
93402     struct {
93403         PyObject_VAR_HEAD
93404         Py_hash_t ob_shash;
93405         char ob_sval[9];
93406     }
93407 _sitebuiltins_toplevel_consts_3_consts_4_exceptiontable = {
93408     .ob_base = {
93409         .ob_base = {
93410             .ob_refcnt = 999999999,
93411             .ob_type = &PyBytes_Type,
93412         },
93413         .ob_size = 8,
93414     },
93415     .ob_shash = -1,
93416     .ob_sval = "\x82\x1e\x21\x00\xa1\x02\x25\x03",
93417 };
93418 static
93419     struct {
93420         PyGC_Head _gc_head;
93421         struct {
93422             PyObject_VAR_HEAD
93423             PyObject *ob_item[2];
93424         }_object;
93425     }
93426 _sitebuiltins_toplevel_consts_3_consts_4_localsplusnames = {
93427     ._object = {
93428         .ob_base = {
93429             .ob_base = {
93430                 .ob_refcnt = 999999999,
93431                 .ob_type = &PyTuple_Type,
93432             },
93433             .ob_size = 2,
93434         },
93435         .ob_item = {
93436             & const_str_self._ascii.ob_base,
93437             &_Py_ID(code),
93438         },
93439     },
93440 };
93441 static
93442     struct _PyCode_DEF(110)
93443 _sitebuiltins_toplevel_consts_3_consts_4 = {
93444     .ob_base = {
93445         .ob_base = {
93446             .ob_refcnt = 999999999,
93447             .ob_type = &PyCode_Type,
93448         },
93449         .ob_size = 55,
93450     },
93451     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
93452     .co_names = & _sitebuiltins_toplevel_consts_3_consts_4_names._object.ob_base.ob_base,
93453     .co_exceptiontable = & _sitebuiltins_toplevel_consts_3_consts_4_exceptiontable.ob_base.ob_base,
93454     .co_flags = 3,
93455     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
93456     ._co_linearray_entry_size = 0,
93457     .co_argcount = 2,
93458     .co_posonlyargcount = 0,
93459     .co_kwonlyargcount = 0,
93460     .co_stacksize = 4,
93461     .co_firstlineno = 19,
93462     .co_nlocalsplus = 2,
93463     .co_nlocals = 2,
93464     .co_nplaincellvars = 0,
93465     .co_ncellvars = 0,
93466     .co_nfreevars = 0,
93467     .co_localsplusnames = & _sitebuiltins_toplevel_consts_3_consts_4_localsplusnames._object.ob_base.ob_base,
93468     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
93469     .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
93470     .co_name = &_Py_ID(__call__),
93471     .co_qualname = & _sitebuiltins_toplevel_consts_3_consts_4_qualname._ascii.ob_base,
93472     .co_linetable = & _sitebuiltins_toplevel_consts_3_consts_4_linetable.ob_base.ob_base,
93473     ._co_code = NULL,
93474     ._co_linearray = NULL,
93475     .co_code_adaptive = "\x97\x00\x09\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x07\x23\x00\x01\x00\x59\x00\x6e\x03\x78\x03\x59\x00\x77\x01\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
93476     ._co_firsttraceable = 0,
93477 };
93478 static
93479     struct {
93480         PyGC_Head _gc_head;
93481         struct {
93482             PyObject_VAR_HEAD
93483             PyObject *ob_item[6];
93484         }_object;
93485     }
93486 _sitebuiltins_toplevel_consts_3_consts = {
93487     ._object = {
93488         .ob_base = {
93489             .ob_base = {
93490                 .ob_refcnt = 999999999,
93491                 .ob_type = &PyTuple_Type,
93492             },
93493             .ob_size = 6,
93494         },
93495         .ob_item = {
93496             & const_str_Quitter._ascii.ob_base,
93497             & _sitebuiltins_toplevel_consts_3_consts_1.ob_base.ob_base,
93498             & _sitebuiltins_toplevel_consts_3_consts_2.ob_base.ob_base,
93499             Py_None,
93500             & _sitebuiltins_toplevel_consts_3_consts_4.ob_base.ob_base,
93501             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
93502         },
93503     },
93504 };
93505 static
93506     struct {
93507         PyGC_Head _gc_head;
93508         struct {
93509             PyObject_VAR_HEAD
93510             PyObject *ob_item[6];
93511         }_object;
93512     }
93513 _sitebuiltins_toplevel_consts_3_names = {
93514     ._object = {
93515         .ob_base = {
93516             .ob_base = {
93517                 .ob_refcnt = 999999999,
93518                 .ob_type = &PyTuple_Type,
93519             },
93520             .ob_size = 6,
93521         },
93522         .ob_item = {
93523             &_Py_ID(__name__),
93524             &_Py_ID(__module__),
93525             &_Py_ID(__qualname__),
93526             &_Py_ID(__init__),
93527             &_Py_ID(__repr__),
93528             &_Py_ID(__call__),
93529         },
93530     },
93531 };
93532 static
93533     struct {
93534         PyObject_VAR_HEAD
93535         Py_hash_t ob_shash;
93536         char ob_sval[74];
93537     }
93538 _sitebuiltins_toplevel_consts_3_linetable = {
93539     .ob_base = {
93540         .ob_base = {
93541             .ob_refcnt = 999999999,
93542             .ob_type = &PyBytes_Type,
93543         },
93544         .ob_size = 73,
93545     },
93546     .ob_shash = -1,
93547     .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\xf0\x04\x07\x05\x1f\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",
93548 };
93549 static
93550     struct _PyCode_DEF(34)
93551 _sitebuiltins_toplevel_consts_3 = {
93552     .ob_base = {
93553         .ob_base = {
93554             .ob_refcnt = 999999999,
93555             .ob_type = &PyCode_Type,
93556         },
93557         .ob_size = 17,
93558     },
93559     .co_consts = & _sitebuiltins_toplevel_consts_3_consts._object.ob_base.ob_base,
93560     .co_names = & _sitebuiltins_toplevel_consts_3_names._object.ob_base.ob_base,
93561     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
93562     .co_flags = 0,
93563     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
93564     ._co_linearray_entry_size = 0,
93565     .co_argcount = 0,
93566     .co_posonlyargcount = 0,
93567     .co_kwonlyargcount = 0,
93568     .co_stacksize = 2,
93569     .co_firstlineno = 13,
93570     .co_nlocalsplus = 0,
93571     .co_nlocals = 0,
93572     .co_nplaincellvars = 0,
93573     .co_ncellvars = 0,
93574     .co_nfreevars = 0,
93575     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
93576     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
93577     .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
93578     .co_name = & const_str_Quitter._ascii.ob_base,
93579     .co_qualname = & const_str_Quitter._ascii.ob_base,
93580     .co_linetable = & _sitebuiltins_toplevel_consts_3_linetable.ob_base.ob_base,
93581     ._co_code = NULL,
93582     ._co_linearray = NULL,
93583     .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",
93584     ._co_firsttraceable = 0,
93585 };
93586 static
93587     struct {
93588         PyASCIIObject _ascii;
93589         uint8_t _data[9];
93590     }
93591 const_str__Printer = {
93592     ._ascii = {
93593         .ob_base = {
93594             .ob_refcnt = 999999999,
93595             .ob_type = &PyUnicode_Type,
93596         },
93597         .length = 8,
93598         .hash = -1,
93599         .state = {
93600             .kind = 1,
93601             .compact = 1,
93602             .ascii = 1,
93603             .ready = 1,
93604         },
93605     },
93606     ._data = "_Printer",
93607 };
93608 static
93609     struct {
93610         PyASCIIObject _ascii;
93611         uint8_t _data[111];
93612     }
93613 _sitebuiltins_toplevel_consts_5_consts_1 = {
93614     ._ascii = {
93615         .ob_base = {
93616             .ob_refcnt = 999999999,
93617             .ob_type = &PyUnicode_Type,
93618         },
93619         .length = 110,
93620         .hash = -1,
93621         .state = {
93622             .kind = 1,
93623             .compact = 1,
93624             .ascii = 1,
93625             .ready = 1,
93626         },
93627     },
93628     ._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",
93629 };
93630 static
93631     struct {
93632         PyGC_Head _gc_head;
93633         struct {
93634             PyObject_VAR_HEAD
93635             PyObject *ob_item[2];
93636         }_object;
93637     }
93638 _sitebuiltins_toplevel_consts_5_consts_4_consts_2_names = {
93639     ._object = {
93640         .ob_base = {
93641             .ob_base = {
93642                 .ob_refcnt = 999999999,
93643                 .ob_type = &PyTuple_Type,
93644             },
93645             .ob_size = 2,
93646         },
93647         .ob_item = {
93648             &_Py_ID(path),
93649             &_Py_ID(join),
93650         },
93651     },
93652 };
93653 static
93654     struct {
93655         PyASCIIObject _ascii;
93656         uint8_t _data[38];
93657     }
93658 _sitebuiltins_toplevel_consts_5_consts_4_consts_2_qualname = {
93659     ._ascii = {
93660         .ob_base = {
93661             .ob_refcnt = 999999999,
93662             .ob_type = &PyUnicode_Type,
93663         },
93664         .length = 37,
93665         .hash = -1,
93666         .state = {
93667             .kind = 1,
93668             .compact = 1,
93669             .ascii = 1,
93670             .ready = 1,
93671         },
93672     },
93673     ._data = "_Printer.__init__.<locals>.<listcomp>",
93674 };
93675 static
93676     struct {
93677         PyObject_VAR_HEAD
93678         Py_hash_t ob_shash;
93679         char ob_sval[79];
93680     }
93681 _sitebuiltins_toplevel_consts_5_consts_4_consts_2_linetable = {
93682     .ob_base = {
93683         .ob_base = {
93684             .ob_refcnt = 999999999,
93685             .ob_type = &PyBytes_Type,
93686         },
93687         .ob_size = 78,
93688     },
93689     .ob_shash = -1,
93690     .ob_sval = "\xf8\x80\x00\xf0\x00\x02\x1c\x33\xf0\x00\x02\x1c\x33\xf0\x00\x02\x1c\x33\xd8\x20\x23\xd8\x2c\x31\xf0\x05\x02\x1c\x33\xf0\x00\x02\x1c\x33\xe0\x20\x28\xf0\x05\x00\x1d\x1f\x9c\x47\x9f\x4c\x9a\x4c\xa8\x13\xa8\x68\xd1\x1c\x37\xd4\x1c\x37\xf0\x00\x02\x1c\x33\xf0\x00\x02\x1c\x33\xf0\x00\x02\x1c\x33\xf0\x00\x02\x1c\x33",
93691 };
93692 static
93693     struct {
93694         PyASCIIObject _ascii;
93695         uint8_t _data[4];
93696     }
93697 const_str_dir = {
93698     ._ascii = {
93699         .ob_base = {
93700             .ob_refcnt = 999999999,
93701             .ob_type = &PyUnicode_Type,
93702         },
93703         .length = 3,
93704         .hash = -1,
93705         .state = {
93706             .kind = 1,
93707             .compact = 1,
93708             .ascii = 1,
93709             .ready = 1,
93710         },
93711     },
93712     ._data = "dir",
93713 };
93714 static
93715     struct {
93716         PyASCIIObject _ascii;
93717         uint8_t _data[3];
93718     }
93719 const_str_os = {
93720     ._ascii = {
93721         .ob_base = {
93722             .ob_refcnt = 999999999,
93723             .ob_type = &PyUnicode_Type,
93724         },
93725         .length = 2,
93726         .hash = -1,
93727         .state = {
93728             .kind = 1,
93729             .compact = 1,
93730             .ascii = 1,
93731             .ready = 1,
93732         },
93733     },
93734     ._data = "os",
93735 };
93736 static
93737     struct {
93738         PyGC_Head _gc_head;
93739         struct {
93740             PyObject_VAR_HEAD
93741             PyObject *ob_item[5];
93742         }_object;
93743     }
93744 _sitebuiltins_toplevel_consts_5_consts_4_consts_2_localsplusnames = {
93745     ._object = {
93746         .ob_base = {
93747             .ob_base = {
93748                 .ob_refcnt = 999999999,
93749                 .ob_type = &PyTuple_Type,
93750             },
93751             .ob_size = 5,
93752         },
93753         .ob_item = {
93754             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
93755             & const_str_dir._ascii.ob_base,
93756             &_Py_ID(filename),
93757             & const_str_files._ascii.ob_base,
93758             & const_str_os._ascii.ob_base,
93759         },
93760     },
93761 };
93762 static
93763     struct {
93764         PyObject_VAR_HEAD
93765         Py_hash_t ob_shash;
93766         char ob_sval[6];
93767     }
93768 _sitebuiltins_toplevel_consts_5_consts_4_consts_2_localspluskinds = {
93769     .ob_base = {
93770         .ob_base = {
93771             .ob_refcnt = 999999999,
93772             .ob_type = &PyBytes_Type,
93773         },
93774         .ob_size = 5,
93775     },
93776     .ob_shash = -1,
93777     .ob_sval = "\x20\x20\x20\x80\x80",
93778 };
93779 static
93780     struct _PyCode_DEF(80)
93781 _sitebuiltins_toplevel_consts_5_consts_4_consts_2 = {
93782     .ob_base = {
93783         .ob_base = {
93784             .ob_refcnt = 999999999,
93785             .ob_type = &PyCode_Type,
93786         },
93787         .ob_size = 40,
93788     },
93789     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
93790     .co_names = & _sitebuiltins_toplevel_consts_5_consts_4_consts_2_names._object.ob_base.ob_base,
93791     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
93792     .co_flags = 19,
93793     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
93794     ._co_linearray_entry_size = 0,
93795     .co_argcount = 1,
93796     .co_posonlyargcount = 0,
93797     .co_kwonlyargcount = 0,
93798     .co_stacksize = 7,
93799     .co_firstlineno = 40,
93800     .co_nlocalsplus = 5,
93801     .co_nlocals = 3,
93802     .co_nplaincellvars = 0,
93803     .co_ncellvars = 0,
93804     .co_nfreevars = 2,
93805     .co_localsplusnames = & _sitebuiltins_toplevel_consts_5_consts_4_consts_2_localsplusnames._object.ob_base.ob_base,
93806     .co_localspluskinds = & _sitebuiltins_toplevel_consts_5_consts_4_consts_2_localspluskinds.ob_base.ob_base,
93807     .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
93808     .co_name = &_Py_STR(anon_listcomp),
93809     .co_qualname = & _sitebuiltins_toplevel_consts_5_consts_4_consts_2_qualname._ascii.ob_base,
93810     .co_linetable = & _sitebuiltins_toplevel_consts_5_consts_4_consts_2_linetable.ob_base.ob_base,
93811     ._co_code = NULL,
93812     ._co_linearray = NULL,
93813     .co_code_adaptive = "\x95\x02\x97\x00\x67\x00\x7c\x00\x5d\x22\x7d\x01\x89\x03\x44\x00\x5d\x1d\x7d\x02\x89\x04\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x91\x03\x8c\x1e\x8c\x23\x53\x00",
93814     ._co_firsttraceable = 1,
93815 };
93816 static
93817     struct {
93818         PyGC_Head _gc_head;
93819         struct {
93820             PyObject_VAR_HEAD
93821             PyObject *ob_item[3];
93822         }_object;
93823     }
93824 _sitebuiltins_toplevel_consts_5_consts_4_consts = {
93825     ._object = {
93826         .ob_base = {
93827             .ob_base = {
93828                 .ob_refcnt = 999999999,
93829                 .ob_type = &PyTuple_Type,
93830             },
93831             .ob_size = 3,
93832         },
93833         .ob_item = {
93834             Py_None,
93835             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
93836             & _sitebuiltins_toplevel_consts_5_consts_4_consts_2.ob_base.ob_base,
93837         },
93838     },
93839 };
93840 static
93841     struct {
93842         PyASCIIObject _ascii;
93843         uint8_t _data[15];
93844     }
93845 const_str__Printer__name = {
93846     ._ascii = {
93847         .ob_base = {
93848             .ob_refcnt = 999999999,
93849             .ob_type = &PyUnicode_Type,
93850         },
93851         .length = 14,
93852         .hash = -1,
93853         .state = {
93854             .kind = 1,
93855             .compact = 1,
93856             .ascii = 1,
93857             .ready = 1,
93858         },
93859     },
93860     ._data = "_Printer__name",
93861 };
93862 static
93863     struct {
93864         PyASCIIObject _ascii;
93865         uint8_t _data[15];
93866     }
93867 const_str__Printer__data = {
93868     ._ascii = {
93869         .ob_base = {
93870             .ob_refcnt = 999999999,
93871             .ob_type = &PyUnicode_Type,
93872         },
93873         .length = 14,
93874         .hash = -1,
93875         .state = {
93876             .kind = 1,
93877             .compact = 1,
93878             .ascii = 1,
93879             .ready = 1,
93880         },
93881     },
93882     ._data = "_Printer__data",
93883 };
93884 static
93885     struct {
93886         PyASCIIObject _ascii;
93887         uint8_t _data[16];
93888     }
93889 const_str__Printer__lines = {
93890     ._ascii = {
93891         .ob_base = {
93892             .ob_refcnt = 999999999,
93893             .ob_type = &PyUnicode_Type,
93894         },
93895         .length = 15,
93896         .hash = -1,
93897         .state = {
93898             .kind = 1,
93899             .compact = 1,
93900             .ascii = 1,
93901             .ready = 1,
93902         },
93903     },
93904     ._data = "_Printer__lines",
93905 };
93906 static
93907     struct {
93908         PyASCIIObject _ascii;
93909         uint8_t _data[20];
93910     }
93911 const_str__Printer__filenames = {
93912     ._ascii = {
93913         .ob_base = {
93914             .ob_refcnt = 999999999,
93915             .ob_type = &PyUnicode_Type,
93916         },
93917         .length = 19,
93918         .hash = -1,
93919         .state = {
93920             .kind = 1,
93921             .compact = 1,
93922             .ascii = 1,
93923             .ready = 1,
93924         },
93925     },
93926     ._data = "_Printer__filenames",
93927 };
93928 static
93929     struct {
93930         PyGC_Head _gc_head;
93931         struct {
93932             PyObject_VAR_HEAD
93933             PyObject *ob_item[5];
93934         }_object;
93935     }
93936 _sitebuiltins_toplevel_consts_5_consts_4_names = {
93937     ._object = {
93938         .ob_base = {
93939             .ob_base = {
93940                 .ob_refcnt = 999999999,
93941                 .ob_type = &PyTuple_Type,
93942             },
93943             .ob_size = 5,
93944         },
93945         .ob_item = {
93946             & const_str_os._ascii.ob_base,
93947             & const_str__Printer__name._ascii.ob_base,
93948             & const_str__Printer__data._ascii.ob_base,
93949             & const_str__Printer__lines._ascii.ob_base,
93950             & const_str__Printer__filenames._ascii.ob_base,
93951         },
93952     },
93953 };
93954 static
93955     struct {
93956         PyASCIIObject _ascii;
93957         uint8_t _data[18];
93958     }
93959 _sitebuiltins_toplevel_consts_5_consts_4_qualname = {
93960     ._ascii = {
93961         .ob_base = {
93962             .ob_refcnt = 999999999,
93963             .ob_type = &PyUnicode_Type,
93964         },
93965         .length = 17,
93966         .hash = -1,
93967         .state = {
93968             .kind = 1,
93969             .compact = 1,
93970             .ascii = 1,
93971             .ready = 1,
93972         },
93973     },
93974     ._data = "_Printer.__init__",
93975 };
93976 static
93977     struct {
93978         PyObject_VAR_HEAD
93979         Py_hash_t ob_shash;
93980         char ob_sval[89];
93981     }
93982 _sitebuiltins_toplevel_consts_5_consts_4_linetable = {
93983     .ob_base = {
93984         .ob_base = {
93985             .ob_refcnt = 999999999,
93986             .ob_type = &PyBytes_Type,
93987         },
93988         .ob_size = 88,
93989     },
93990     .ob_shash = -1,
93991     .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\xf1\x00\x02\x1c\x33\xf4\x00\x02\x1c\x33\x88\x04\xd4\x08\x18\xd0\x08\x18\xd0\x08\x18",
93992 };
93993 static
93994     struct {
93995         PyASCIIObject _ascii;
93996         uint8_t _data[5];
93997     }
93998 const_str_dirs = {
93999     ._ascii = {
94000         .ob_base = {
94001             .ob_refcnt = 999999999,
94002             .ob_type = &PyUnicode_Type,
94003         },
94004         .length = 4,
94005         .hash = -1,
94006         .state = {
94007             .kind = 1,
94008             .compact = 1,
94009             .ascii = 1,
94010             .ready = 1,
94011         },
94012     },
94013     ._data = "dirs",
94014 };
94015 static
94016     struct {
94017         PyGC_Head _gc_head;
94018         struct {
94019             PyObject_VAR_HEAD
94020             PyObject *ob_item[6];
94021         }_object;
94022     }
94023 _sitebuiltins_toplevel_consts_5_consts_4_localsplusnames = {
94024     ._object = {
94025         .ob_base = {
94026             .ob_base = {
94027                 .ob_refcnt = 999999999,
94028                 .ob_type = &PyTuple_Type,
94029             },
94030             .ob_size = 6,
94031         },
94032         .ob_item = {
94033             & const_str_self._ascii.ob_base,
94034             &_Py_ID(name),
94035             & const_str_data._ascii.ob_base,
94036             & const_str_files._ascii.ob_base,
94037             & const_str_dirs._ascii.ob_base,
94038             & const_str_os._ascii.ob_base,
94039         },
94040     },
94041 };
94042 static
94043     struct {
94044         PyObject_VAR_HEAD
94045         Py_hash_t ob_shash;
94046         char ob_sval[7];
94047     }
94048 _sitebuiltins_toplevel_consts_5_consts_4_localspluskinds = {
94049     .ob_base = {
94050         .ob_base = {
94051             .ob_refcnt = 999999999,
94052             .ob_type = &PyBytes_Type,
94053         },
94054         .ob_size = 6,
94055     },
94056     .ob_shash = -1,
94057     .ob_sval = "   ` @",
94058 };
94059 static
94060     struct _PyCode_DEF(100)
94061 _sitebuiltins_toplevel_consts_5_consts_4 = {
94062     .ob_base = {
94063         .ob_base = {
94064             .ob_refcnt = 999999999,
94065             .ob_type = &PyCode_Type,
94066         },
94067         .ob_size = 50,
94068     },
94069     .co_consts = & _sitebuiltins_toplevel_consts_5_consts_4_consts._object.ob_base.ob_base,
94070     .co_names = & _sitebuiltins_toplevel_consts_5_consts_4_names._object.ob_base.ob_base,
94071     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
94072     .co_flags = 3,
94073     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
94074     ._co_linearray_entry_size = 0,
94075     .co_argcount = 5,
94076     .co_posonlyargcount = 0,
94077     .co_kwonlyargcount = 0,
94078     .co_stacksize = 2,
94079     .co_firstlineno = 35,
94080     .co_nlocalsplus = 6,
94081     .co_nlocals = 5,
94082     .co_nplaincellvars = 1,
94083     .co_ncellvars = 2,
94084     .co_nfreevars = 0,
94085     .co_localsplusnames = & _sitebuiltins_toplevel_consts_5_consts_4_localsplusnames._object.ob_base.ob_base,
94086     .co_localspluskinds = & _sitebuiltins_toplevel_consts_5_consts_4_localspluskinds.ob_base.ob_base,
94087     .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
94088     .co_name = &_Py_ID(__init__),
94089     .co_qualname = & _sitebuiltins_toplevel_consts_5_consts_4_qualname._ascii.ob_base,
94090     .co_linetable = & _sitebuiltins_toplevel_consts_5_consts_4_linetable.ob_base.ob_base,
94091     ._co_code = NULL,
94092     ._co_linearray = NULL,
94093     .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\xa6\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\x64\x00\x53\x00",
94094     ._co_firsttraceable = 2,
94095 };
94096 static
94097     struct {
94098         PyASCIIObject _ascii;
94099         uint8_t _data[2];
94100     }
94101 _sitebuiltins_toplevel_consts_5_consts_5_consts_3 = {
94102     ._ascii = {
94103         .ob_base = {
94104             .ob_refcnt = 999999999,
94105             .ob_type = &PyUnicode_Type,
94106         },
94107         .length = 1,
94108         .hash = -1,
94109         .state = {
94110             .kind = 1,
94111             .compact = 1,
94112             .ascii = 1,
94113             .ready = 1,
94114         },
94115     },
94116     ._data = "\x0a",
94117 };
94118 static
94119     struct {
94120         PyGC_Head _gc_head;
94121         struct {
94122             PyObject_VAR_HEAD
94123             PyObject *ob_item[4];
94124         }_object;
94125     }
94126 _sitebuiltins_toplevel_consts_5_consts_5_consts = {
94127     ._object = {
94128         .ob_base = {
94129             .ob_base = {
94130                 .ob_refcnt = 999999999,
94131                 .ob_type = &PyTuple_Type,
94132             },
94133             .ob_size = 4,
94134         },
94135         .ob_item = {
94136             Py_None,
94137             &_Py_STR(utf_8),
94138             & codecs_toplevel_consts_37_localsplusnames._object.ob_base.ob_base,
94139             & _sitebuiltins_toplevel_consts_5_consts_5_consts_3._ascii.ob_base,
94140         },
94141     },
94142 };
94143 static
94144     struct {
94145         PyASCIIObject _ascii;
94146         uint8_t _data[6];
94147     }
94148 const_str_split = {
94149     ._ascii = {
94150         .ob_base = {
94151             .ob_refcnt = 999999999,
94152             .ob_type = &PyUnicode_Type,
94153         },
94154         .length = 5,
94155         .hash = -1,
94156         .state = {
94157             .kind = 1,
94158             .compact = 1,
94159             .ascii = 1,
94160             .ready = 1,
94161         },
94162     },
94163     ._data = "split",
94164 };
94165 static
94166     struct {
94167         PyASCIIObject _ascii;
94168         uint8_t _data[18];
94169     }
94170 const_str__Printer__linecnt = {
94171     ._ascii = {
94172         .ob_base = {
94173             .ob_refcnt = 999999999,
94174             .ob_type = &PyUnicode_Type,
94175         },
94176         .length = 17,
94177         .hash = -1,
94178         .state = {
94179             .kind = 1,
94180             .compact = 1,
94181             .ascii = 1,
94182             .ready = 1,
94183         },
94184     },
94185     ._data = "_Printer__linecnt",
94186 };
94187 static
94188     struct {
94189         PyGC_Head _gc_head;
94190         struct {
94191             PyObject_VAR_HEAD
94192             PyObject *ob_item[9];
94193         }_object;
94194     }
94195 _sitebuiltins_toplevel_consts_5_consts_5_names = {
94196     ._object = {
94197         .ob_base = {
94198             .ob_base = {
94199                 .ob_refcnt = 999999999,
94200                 .ob_type = &PyTuple_Type,
94201             },
94202             .ob_size = 9,
94203         },
94204         .ob_item = {
94205             & const_str__Printer__lines._ascii.ob_base,
94206             & const_str__Printer__filenames._ascii.ob_base,
94207             &_Py_ID(open),
94208             &_Py_ID(read),
94209             & const_str_OSError._ascii.ob_base,
94210             & const_str__Printer__data._ascii.ob_base,
94211             & const_str_split._ascii.ob_base,
94212             &_Py_ID(len),
94213             & const_str__Printer__linecnt._ascii.ob_base,
94214         },
94215     },
94216 };
94217 static
94218     struct {
94219         PyASCIIObject _ascii;
94220         uint8_t _data[8];
94221     }
94222 const_str___setup = {
94223     ._ascii = {
94224         .ob_base = {
94225             .ob_refcnt = 999999999,
94226             .ob_type = &PyUnicode_Type,
94227         },
94228         .length = 7,
94229         .hash = -1,
94230         .state = {
94231             .kind = 1,
94232             .compact = 1,
94233             .ascii = 1,
94234             .ready = 1,
94235         },
94236     },
94237     ._data = "__setup",
94238 };
94239 static
94240     struct {
94241         PyASCIIObject _ascii;
94242         uint8_t _data[17];
94243     }
94244 _sitebuiltins_toplevel_consts_5_consts_5_qualname = {
94245     ._ascii = {
94246         .ob_base = {
94247             .ob_refcnt = 999999999,
94248             .ob_type = &PyUnicode_Type,
94249         },
94250         .length = 16,
94251         .hash = -1,
94252         .state = {
94253             .kind = 1,
94254             .compact = 1,
94255             .ascii = 1,
94256             .ready = 1,
94257         },
94258     },
94259     ._data = "_Printer.__setup",
94260 };
94261 static
94262     struct {
94263         PyObject_VAR_HEAD
94264         Py_hash_t ob_shash;
94265         char ob_sval[252];
94266     }
94267 _sitebuiltins_toplevel_consts_5_consts_5_linetable = {
94268     .ob_base = {
94269         .ob_base = {
94270             .ob_refcnt = 999999999,
94271             .ob_type = &PyBytes_Type,
94272         },
94273         .ob_size = 251,
94274     },
94275     .ob_shash = -1,
94276     .ob_sval = "\x80\x00\xd8\x0b\x0f\x8c\x3c\xf0\x00\x01\x09\x13\xd8\x0c\x12\x88\x46\xd8\x0f\x13\x88\x04\xd8\x18\x1c\xd4\x18\x28\xf0\x00\x06\x09\x15\xf0\x00\x06\x09\x15\x88\x48\xf0\x02\x05\x0d\x15\xdd\x15\x19\x98\x28\xa8\x57\xd0\x15\x35\xd1\x15\x35\xd4\x15\x35\xf0\x00\x01\x11\x25\xb8\x12\xd8\x1b\x1d\x9f\x37\x9a\x37\x99\x39\x9c\x39\x90\x44\xf0\x03\x01\x11\x25\xf0\x00\x01\x11\x25\xf0\x00\x01\x11\x25\xf1\x00\x01\x11\x25\xf4\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\xf0\x00\x01\x11\x25\xf0\x00\x01\x11\x25\xf0\x00\x01\x11\x25\xf0\x00\x01\x11\x25\xe0\x10\x15\x90\x05\xf8\xdd\x13\x1a\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\x13\xf0\x00\x01\x09\x1f\xd8\x13\x17\x94\x3b\x88\x44\xd8\x17\x1b\x97\x7a\x92\x7a\xa0\x24\xd1\x17\x27\xd4\x17\x27\x88\x04\x8c\x0c\xdd\x19\x1c\x98\x54\x9c\x5c\xd1\x19\x2a\xd4\x19\x2a\x88\x04\x8c\x0e\x88\x0e\x88\x0e",
94277 };
94278 static
94279     struct {
94280         PyObject_VAR_HEAD
94281         Py_hash_t ob_shash;
94282         char ob_sval[52];
94283     }
94284 _sitebuiltins_toplevel_consts_5_consts_5_exceptiontable = {
94285     .ob_base = {
94286         .ob_base = {
94287             .ob_refcnt = 999999999,
94288             .ob_type = &PyBytes_Type,
94289         },
94290         .ob_size = 51,
94291     },
94292     .ob_shash = -1,
94293     .ob_sval = "\x96\x11\x41\x15\x02\xa7\x15\x41\x08\x05\xbc\x0c\x41\x15\x02\xc1\x08\x04\x41\x0c\x09\xc1\x0c\x03\x41\x15\x02\xc1\x0f\x01\x41\x0c\x09\xc1\x10\x03\x41\x15\x02\xc1\x15\x0a\x41\x22\x05\xc1\x21\x01\x41\x22\x05",
94294 };
94295 static
94296     struct {
94297         PyGC_Head _gc_head;
94298         struct {
94299             PyObject_VAR_HEAD
94300             PyObject *ob_item[4];
94301         }_object;
94302     }
94303 _sitebuiltins_toplevel_consts_5_consts_5_localsplusnames = {
94304     ._object = {
94305         .ob_base = {
94306             .ob_base = {
94307                 .ob_refcnt = 999999999,
94308                 .ob_type = &PyTuple_Type,
94309             },
94310             .ob_size = 4,
94311         },
94312         .ob_item = {
94313             & const_str_self._ascii.ob_base,
94314             & const_str_data._ascii.ob_base,
94315             &_Py_ID(filename),
94316             & const_str_fp._ascii.ob_base,
94317         },
94318     },
94319 };
94320 static
94321     struct _PyCode_DEF(326)
94322 _sitebuiltins_toplevel_consts_5_consts_5 = {
94323     .ob_base = {
94324         .ob_base = {
94325             .ob_refcnt = 999999999,
94326             .ob_type = &PyCode_Type,
94327         },
94328         .ob_size = 163,
94329     },
94330     .co_consts = & _sitebuiltins_toplevel_consts_5_consts_5_consts._object.ob_base.ob_base,
94331     .co_names = & _sitebuiltins_toplevel_consts_5_consts_5_names._object.ob_base.ob_base,
94332     .co_exceptiontable = & _sitebuiltins_toplevel_consts_5_consts_5_exceptiontable.ob_base.ob_base,
94333     .co_flags = 3,
94334     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
94335     ._co_linearray_entry_size = 0,
94336     .co_argcount = 1,
94337     .co_posonlyargcount = 0,
94338     .co_kwonlyargcount = 0,
94339     .co_stacksize = 7,
94340     .co_firstlineno = 44,
94341     .co_nlocalsplus = 4,
94342     .co_nlocals = 4,
94343     .co_nplaincellvars = 0,
94344     .co_ncellvars = 0,
94345     .co_nfreevars = 0,
94346     .co_localsplusnames = & _sitebuiltins_toplevel_consts_5_consts_5_localsplusnames._object.ob_base.ob_base,
94347     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
94348     .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
94349     .co_name = & const_str___setup._ascii.ob_base,
94350     .co_qualname = & _sitebuiltins_toplevel_consts_5_consts_5_qualname._ascii.ob_base,
94351     .co_linetable = & _sitebuiltins_toplevel_consts_5_consts_5_linetable.ob_base.ob_base,
94352     ._co_code = NULL,
94353     ._co_linearray = NULL,
94354     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x64\x00\x53\x00\x64\x00\x7d\x01\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x51\x7d\x02\x09\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x01\xac\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x03\x7c\x03\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x64\x00\x64\x00\x64\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0b\x23\x00\x31\x00\x73\x04\x77\x02\x78\x03\x59\x00\x77\x01\x01\x00\x59\x00\x01\x00\x01\x00\x01\x00\x6e\x10\x23\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x4e\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x01\x73\x07\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xa6\x01\x00\x00\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\xa6\x01\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",
94355     ._co_firsttraceable = 0,
94356 };
94357 static
94358     struct {
94359         PyASCIIObject _ascii;
94360         uint8_t _data[34];
94361     }
94362 _sitebuiltins_toplevel_consts_5_consts_6_consts_2 = {
94363     ._ascii = {
94364         .ob_base = {
94365             .ob_refcnt = 999999999,
94366             .ob_type = &PyUnicode_Type,
94367         },
94368         .length = 33,
94369         .hash = -1,
94370         .state = {
94371             .kind = 1,
94372             .compact = 1,
94373             .ascii = 1,
94374             .ready = 1,
94375         },
94376     },
94377     ._data = "Type %s() to see the full %s text",
94378 };
94379 static
94380     struct {
94381         PyGC_Head _gc_head;
94382         struct {
94383             PyObject_VAR_HEAD
94384             PyObject *ob_item[4];
94385         }_object;
94386     }
94387 _sitebuiltins_toplevel_consts_5_consts_6_consts = {
94388     ._object = {
94389         .ob_base = {
94390             .ob_base = {
94391                 .ob_refcnt = 999999999,
94392                 .ob_type = &PyTuple_Type,
94393             },
94394             .ob_size = 4,
94395         },
94396         .ob_item = {
94397             Py_None,
94398             & _sitebuiltins_toplevel_consts_5_consts_5_consts_3._ascii.ob_base,
94399             & _sitebuiltins_toplevel_consts_5_consts_6_consts_2._ascii.ob_base,
94400             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
94401         },
94402     },
94403 };
94404 static
94405     struct {
94406         PyASCIIObject _ascii;
94407         uint8_t _data[16];
94408     }
94409 const_str__Printer__setup = {
94410     ._ascii = {
94411         .ob_base = {
94412             .ob_refcnt = 999999999,
94413             .ob_type = &PyUnicode_Type,
94414         },
94415         .length = 15,
94416         .hash = -1,
94417         .state = {
94418             .kind = 1,
94419             .compact = 1,
94420             .ascii = 1,
94421             .ready = 1,
94422         },
94423     },
94424     ._data = "_Printer__setup",
94425 };
94426 static
94427     struct {
94428         PyASCIIObject _ascii;
94429         uint8_t _data[9];
94430     }
94431 const_str_MAXLINES = {
94432     ._ascii = {
94433         .ob_base = {
94434             .ob_refcnt = 999999999,
94435             .ob_type = &PyUnicode_Type,
94436         },
94437         .length = 8,
94438         .hash = -1,
94439         .state = {
94440             .kind = 1,
94441             .compact = 1,
94442             .ascii = 1,
94443             .ready = 1,
94444         },
94445     },
94446     ._data = "MAXLINES",
94447 };
94448 static
94449     struct {
94450         PyGC_Head _gc_head;
94451         struct {
94452             PyObject_VAR_HEAD
94453             PyObject *ob_item[6];
94454         }_object;
94455     }
94456 _sitebuiltins_toplevel_consts_5_consts_6_names = {
94457     ._object = {
94458         .ob_base = {
94459             .ob_base = {
94460                 .ob_refcnt = 999999999,
94461                 .ob_type = &PyTuple_Type,
94462             },
94463             .ob_size = 6,
94464         },
94465         .ob_item = {
94466             & const_str__Printer__setup._ascii.ob_base,
94467             &_Py_ID(len),
94468             & const_str__Printer__lines._ascii.ob_base,
94469             & const_str_MAXLINES._ascii.ob_base,
94470             &_Py_ID(join),
94471             & const_str__Printer__name._ascii.ob_base,
94472         },
94473     },
94474 };
94475 static
94476     struct {
94477         PyASCIIObject _ascii;
94478         uint8_t _data[18];
94479     }
94480 _sitebuiltins_toplevel_consts_5_consts_6_qualname = {
94481     ._ascii = {
94482         .ob_base = {
94483             .ob_refcnt = 999999999,
94484             .ob_type = &PyUnicode_Type,
94485         },
94486         .length = 17,
94487         .hash = -1,
94488         .state = {
94489             .kind = 1,
94490             .compact = 1,
94491             .ascii = 1,
94492             .ready = 1,
94493         },
94494     },
94495     ._data = "_Printer.__repr__",
94496 };
94497 static
94498     struct {
94499         PyObject_VAR_HEAD
94500         Py_hash_t ob_shash;
94501         char ob_sval[79];
94502     }
94503 _sitebuiltins_toplevel_consts_5_consts_6_linetable = {
94504     .ob_base = {
94505         .ob_base = {
94506             .ob_refcnt = 999999999,
94507             .ob_type = &PyBytes_Type,
94508         },
94509         .ob_size = 78,
94510     },
94511     .ob_shash = -1,
94512     .ob_sval = "\x80\x00\xd8\x08\x0c\x8f\x0c\x8a\x0c\x89\x0e\x8c\x0e\x88\x0e\xdd\x0b\x0e\x88\x74\x8c\x7c\xd1\x0b\x1c\xd4\x0b\x1c\xa0\x04\xa4\x0d\xd2\x0b\x2d\xd0\x0b\x2d\xd8\x13\x17\x97\x39\x92\x39\x98\x54\x9c\x5c\xd1\x13\x2a\xd4\x13\x2a\xd0\x0c\x2a\xe0\x13\x36\xb8\x34\xbc\x3b\xb8\x2e\xc8\x11\xd1\x3a\x4a\xd1\x13\x4b\xd0\x0c\x4b",
94513 };
94514 static
94515     struct _PyCode_DEF(180)
94516 _sitebuiltins_toplevel_consts_5_consts_6 = {
94517     .ob_base = {
94518         .ob_base = {
94519             .ob_refcnt = 999999999,
94520             .ob_type = &PyCode_Type,
94521         },
94522         .ob_size = 90,
94523     },
94524     .co_consts = & _sitebuiltins_toplevel_consts_5_consts_6_consts._object.ob_base.ob_base,
94525     .co_names = & _sitebuiltins_toplevel_consts_5_consts_6_names._object.ob_base.ob_base,
94526     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
94527     .co_flags = 3,
94528     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
94529     ._co_linearray_entry_size = 0,
94530     .co_argcount = 1,
94531     .co_posonlyargcount = 0,
94532     .co_kwonlyargcount = 0,
94533     .co_stacksize = 3,
94534     .co_firstlineno = 60,
94535     .co_nlocalsplus = 1,
94536     .co_nlocals = 1,
94537     .co_nplaincellvars = 0,
94538     .co_ncellvars = 0,
94539     .co_nfreevars = 0,
94540     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
94541     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
94542     .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
94543     .co_name = &_Py_ID(__repr__),
94544     .co_qualname = & _sitebuiltins_toplevel_consts_5_consts_6_qualname._ascii.ob_base,
94545     .co_linetable = & _sitebuiltins_toplevel_consts_5_consts_6_linetable.ob_base.ob_base,
94546     ._co_code = NULL,
94547     ._co_linearray = NULL,
94548     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x01\x00\x00\x00\x00\x72\x1a\x64\x01\xa0\x04\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x64\x02\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x66\x01\x64\x03\x7a\x05\x00\x00\x7a\x06\x00\x00\x53\x00",
94549     ._co_firsttraceable = 0,
94550 };
94551 static
94552     struct {
94553         PyASCIIObject _ascii;
94554         uint8_t _data[49];
94555     }
94556 _sitebuiltins_toplevel_consts_5_consts_7_consts_1 = {
94557     ._ascii = {
94558         .ob_base = {
94559             .ob_refcnt = 999999999,
94560             .ob_type = &PyUnicode_Type,
94561         },
94562         .length = 48,
94563         .hash = -1,
94564         .state = {
94565             .kind = 1,
94566             .compact = 1,
94567             .ascii = 1,
94568             .ready = 1,
94569         },
94570     },
94571     ._data = "Hit Return for more, or q (and Return) to quit: ",
94572 };
94573 static
94574     struct {
94575         PyASCIIObject _ascii;
94576         uint8_t _data[2];
94577     }
94578 const_str_q = {
94579     ._ascii = {
94580         .ob_base = {
94581             .ob_refcnt = 999999999,
94582             .ob_type = &PyUnicode_Type,
94583         },
94584         .length = 1,
94585         .hash = -1,
94586         .state = {
94587             .kind = 1,
94588             .compact = 1,
94589             .ascii = 1,
94590             .ready = 1,
94591         },
94592     },
94593     ._data = "q",
94594 };
94595 static
94596     struct {
94597         PyGC_Head _gc_head;
94598         struct {
94599             PyObject_VAR_HEAD
94600             PyObject *ob_item[2];
94601         }_object;
94602     }
94603 _sitebuiltins_toplevel_consts_5_consts_7_consts_4 = {
94604     ._object = {
94605         .ob_base = {
94606             .ob_base = {
94607                 .ob_refcnt = 999999999,
94608                 .ob_type = &PyTuple_Type,
94609             },
94610             .ob_size = 2,
94611         },
94612         .ob_item = {
94613             &_Py_STR(empty),
94614             & const_str_q._ascii.ob_base,
94615         },
94616     },
94617 };
94618 static
94619     struct {
94620         PyGC_Head _gc_head;
94621         struct {
94622             PyObject_VAR_HEAD
94623             PyObject *ob_item[6];
94624         }_object;
94625     }
94626 _sitebuiltins_toplevel_consts_5_consts_7_consts = {
94627     ._object = {
94628         .ob_base = {
94629             .ob_base = {
94630                 .ob_refcnt = 999999999,
94631                 .ob_type = &PyTuple_Type,
94632             },
94633             .ob_size = 6,
94634         },
94635         .ob_item = {
94636             Py_None,
94637             & _sitebuiltins_toplevel_consts_5_consts_7_consts_1._ascii.ob_base,
94638             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
94639             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
94640             & _sitebuiltins_toplevel_consts_5_consts_7_consts_4._object.ob_base.ob_base,
94641             & const_str_q._ascii.ob_base,
94642         },
94643     },
94644 };
94645 static
94646     struct {
94647         PyGC_Head _gc_head;
94648         struct {
94649             PyObject_VAR_HEAD
94650             PyObject *ob_item[7];
94651         }_object;
94652     }
94653 _sitebuiltins_toplevel_consts_5_consts_7_names = {
94654     ._object = {
94655         .ob_base = {
94656             .ob_base = {
94657                 .ob_refcnt = 999999999,
94658                 .ob_type = &PyTuple_Type,
94659             },
94660             .ob_size = 7,
94661         },
94662         .ob_item = {
94663             & const_str__Printer__setup._ascii.ob_base,
94664             & const_str_range._ascii.ob_base,
94665             & const_str_MAXLINES._ascii.ob_base,
94666             & const_str_print._ascii.ob_base,
94667             & const_str__Printer__lines._ascii.ob_base,
94668             & const_str_input._ascii.ob_base,
94669             & const_str_IndexError._ascii.ob_base,
94670         },
94671     },
94672 };
94673 static
94674     struct {
94675         PyASCIIObject _ascii;
94676         uint8_t _data[18];
94677     }
94678 _sitebuiltins_toplevel_consts_5_consts_7_qualname = {
94679     ._ascii = {
94680         .ob_base = {
94681             .ob_refcnt = 999999999,
94682             .ob_type = &PyUnicode_Type,
94683         },
94684         .length = 17,
94685         .hash = -1,
94686         .state = {
94687             .kind = 1,
94688             .compact = 1,
94689             .ascii = 1,
94690             .ready = 1,
94691         },
94692     },
94693     ._data = "_Printer.__call__",
94694 };
94695 static
94696     struct {
94697         PyObject_VAR_HEAD
94698         Py_hash_t ob_shash;
94699         char ob_sval[216];
94700     }
94701 _sitebuiltins_toplevel_consts_5_consts_7_linetable = {
94702     .ob_base = {
94703         .ob_base = {
94704             .ob_refcnt = 999999999,
94705             .ob_type = &PyBytes_Type,
94706         },
94707         .ob_size = 215,
94708     },
94709     .ob_shash = -1,
94710     .ob_sval = "\x80\x00\xd8\x08\x0c\x8f\x0c\x8a\x0c\x89\x0e\x8c\x0e\x88\x0e\xd8\x11\x43\x88\x06\xd8\x11\x12\x88\x06\xf0\x02\x0e\x09\x1a\xf0\x02\x0d\x0d\x1a\xdd\x19\x1e\x98\x76\xa0\x76\xb0\x04\xb4\x0d\xd1\x27\x3d\xd1\x19\x3e\xd4\x19\x3e\xf0\x00\x01\x11\x2b\xf0\x00\x01\x11\x2b\x90\x41\xdd\x14\x19\x98\x24\x9c\x2c\xa0\x71\x9c\x2f\xd1\x14\x2a\xd4\x14\x2a\xd0\x14\x2a\xd0\x14\x2a\xf0\x03\x01\x11\x2b\xf0\x0a\x00\x11\x17\x98\x24\x9c\x2d\xd1\x10\x27\x90\x06\xd8\x16\x1a\x90\x03\xd8\x16\x19\x90\x6b\xdd\x1a\x1f\xa0\x06\x99\x2d\x9c\x2d\x90\x43\xd8\x17\x1a\xa0\x29\xd0\x17\x2b\xd0\x17\x2b\xd8\x1e\x22\x98\x03\xf0\x07\x00\x17\x1a\x90\x6b\xf0\x08\x00\x14\x17\x98\x23\x92\x3a\x90\x3a\xd8\x14\x19\x90\x45\xf0\x03\x00\x14\x1e\xf8\xf5\x13\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\xf0\x09\x0e\x09\x1a",
94711 };
94712 static
94713     struct {
94714         PyObject_VAR_HEAD
94715         Py_hash_t ob_shash;
94716         char ob_sval[18];
94717     }
94718 _sitebuiltins_toplevel_consts_5_consts_7_exceptiontable = {
94719     .ob_base = {
94720         .ob_base = {
94721             .ob_refcnt = 999999999,
94722             .ob_type = &PyBytes_Type,
94723         },
94724         .ob_size = 17,
94725     },
94726     .ob_shash = -1,
94727     .ob_sval = "\x9b\x35\x41\x3f\x00\xc1\x3f\x0a\x42\x0d\x03\xc2\x0c\x01\x42\x0d\x03",
94728 };
94729 static
94730     struct {
94731         PyASCIIObject _ascii;
94732         uint8_t _data[7];
94733     }
94734 const_str_prompt = {
94735     ._ascii = {
94736         .ob_base = {
94737             .ob_refcnt = 999999999,
94738             .ob_type = &PyUnicode_Type,
94739         },
94740         .length = 6,
94741         .hash = -1,
94742         .state = {
94743             .kind = 1,
94744             .compact = 1,
94745             .ascii = 1,
94746             .ready = 1,
94747         },
94748     },
94749     ._data = "prompt",
94750 };
94751 static
94752     struct {
94753         PyGC_Head _gc_head;
94754         struct {
94755             PyObject_VAR_HEAD
94756             PyObject *ob_item[5];
94757         }_object;
94758     }
94759 _sitebuiltins_toplevel_consts_5_consts_7_localsplusnames = {
94760     ._object = {
94761         .ob_base = {
94762             .ob_base = {
94763                 .ob_refcnt = 999999999,
94764                 .ob_type = &PyTuple_Type,
94765             },
94766             .ob_size = 5,
94767         },
94768         .ob_item = {
94769             & const_str_self._ascii.ob_base,
94770             & const_str_prompt._ascii.ob_base,
94771             &_Py_ID(lineno),
94772             & const_str_i._ascii.ob_base,
94773             & const_str_key._ascii.ob_base,
94774         },
94775     },
94776 };
94777 static
94778     struct _PyCode_DEF(290)
94779 _sitebuiltins_toplevel_consts_5_consts_7 = {
94780     .ob_base = {
94781         .ob_base = {
94782             .ob_refcnt = 999999999,
94783             .ob_type = &PyCode_Type,
94784         },
94785         .ob_size = 145,
94786     },
94787     .co_consts = & _sitebuiltins_toplevel_consts_5_consts_7_consts._object.ob_base.ob_base,
94788     .co_names = & _sitebuiltins_toplevel_consts_5_consts_7_names._object.ob_base.ob_base,
94789     .co_exceptiontable = & _sitebuiltins_toplevel_consts_5_consts_7_exceptiontable.ob_base.ob_base,
94790     .co_flags = 3,
94791     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
94792     ._co_linearray_entry_size = 0,
94793     .co_argcount = 1,
94794     .co_posonlyargcount = 0,
94795     .co_kwonlyargcount = 0,
94796     .co_stacksize = 5,
94797     .co_firstlineno = 67,
94798     .co_nlocalsplus = 5,
94799     .co_nlocals = 5,
94800     .co_nplaincellvars = 0,
94801     .co_ncellvars = 0,
94802     .co_nfreevars = 0,
94803     .co_localsplusnames = & _sitebuiltins_toplevel_consts_5_consts_7_localsplusnames._object.ob_base.ob_base,
94804     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
94805     .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
94806     .co_name = &_Py_ID(__call__),
94807     .co_qualname = & _sitebuiltins_toplevel_consts_5_consts_7_qualname._ascii.ob_base,
94808     .co_linetable = & _sitebuiltins_toplevel_consts_5_consts_7_linetable.ob_base.ob_base,
94809     ._co_code = NULL,
94810     ._co_linearray = NULL,
94811     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x1c\x7d\x03\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x1d\x09\x00\x7c\x02\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x0d\x00\x00\x7d\x02\x64\x00\x7d\x04\x7c\x04\x80\x17\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\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\x17\x7c\x04\x64\x05\x6b\x02\x00\x00\x00\x00\x72\x02\x64\x00\x53\x00\x6e\x11\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\x8c\x77",
94812     ._co_firsttraceable = 0,
94813 };
94814 static
94815     struct {
94816         PyGC_Head _gc_head;
94817         struct {
94818             PyObject_VAR_HEAD
94819             PyObject *ob_item[2];
94820         }_object;
94821     }
94822 _sitebuiltins_toplevel_consts_5_consts_9 = {
94823     ._object = {
94824         .ob_base = {
94825             .ob_base = {
94826                 .ob_refcnt = 999999999,
94827                 .ob_type = &PyTuple_Type,
94828             },
94829             .ob_size = 2,
94830         },
94831         .ob_item = {
94832             (PyObject *)& _Py_SINGLETON(tuple_empty),
94833             (PyObject *)& _Py_SINGLETON(tuple_empty),
94834         },
94835     },
94836 };
94837 static
94838     struct {
94839         PyGC_Head _gc_head;
94840         struct {
94841             PyObject_VAR_HEAD
94842             PyObject *ob_item[10];
94843         }_object;
94844     }
94845 _sitebuiltins_toplevel_consts_5_consts = {
94846     ._object = {
94847         .ob_base = {
94848             .ob_base = {
94849                 .ob_refcnt = 999999999,
94850                 .ob_type = &PyTuple_Type,
94851             },
94852             .ob_size = 10,
94853         },
94854         .ob_item = {
94855             & const_str__Printer._ascii.ob_base,
94856             & _sitebuiltins_toplevel_consts_5_consts_1._ascii.ob_base,
94857             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 23],
94858             (PyObject *)& _Py_SINGLETON(tuple_empty),
94859             & _sitebuiltins_toplevel_consts_5_consts_4.ob_base.ob_base,
94860             & _sitebuiltins_toplevel_consts_5_consts_5.ob_base.ob_base,
94861             & _sitebuiltins_toplevel_consts_5_consts_6.ob_base.ob_base,
94862             & _sitebuiltins_toplevel_consts_5_consts_7.ob_base.ob_base,
94863             Py_None,
94864             & _sitebuiltins_toplevel_consts_5_consts_9._object.ob_base.ob_base,
94865         },
94866     },
94867 };
94868 static
94869     struct {
94870         PyGC_Head _gc_head;
94871         struct {
94872             PyObject_VAR_HEAD
94873             PyObject *ob_item[9];
94874         }_object;
94875     }
94876 _sitebuiltins_toplevel_consts_5_names = {
94877     ._object = {
94878         .ob_base = {
94879             .ob_base = {
94880                 .ob_refcnt = 999999999,
94881                 .ob_type = &PyTuple_Type,
94882             },
94883             .ob_size = 9,
94884         },
94885         .ob_item = {
94886             &_Py_ID(__name__),
94887             &_Py_ID(__module__),
94888             &_Py_ID(__qualname__),
94889             &_Py_ID(__doc__),
94890             & const_str_MAXLINES._ascii.ob_base,
94891             &_Py_ID(__init__),
94892             & const_str__Printer__setup._ascii.ob_base,
94893             &_Py_ID(__repr__),
94894             &_Py_ID(__call__),
94895         },
94896     },
94897 };
94898 static
94899     struct {
94900         PyObject_VAR_HEAD
94901         Py_hash_t ob_shash;
94902         char ob_sval[106];
94903     }
94904 _sitebuiltins_toplevel_consts_5_linetable = {
94905     .ob_base = {
94906         .ob_base = {
94907             .ob_refcnt = 999999999,
94908             .ob_type = &PyBytes_Type,
94909         },
94910         .ob_size = 105,
94911     },
94912     .ob_shash = -1,
94913     .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\xf0\x04\x07\x05\x33\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",
94914 };
94915 static
94916     struct _PyCode_DEF(48)
94917 _sitebuiltins_toplevel_consts_5 = {
94918     .ob_base = {
94919         .ob_base = {
94920             .ob_refcnt = 999999999,
94921             .ob_type = &PyCode_Type,
94922         },
94923         .ob_size = 24,
94924     },
94925     .co_consts = & _sitebuiltins_toplevel_consts_5_consts._object.ob_base.ob_base,
94926     .co_names = & _sitebuiltins_toplevel_consts_5_names._object.ob_base.ob_base,
94927     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
94928     .co_flags = 0,
94929     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
94930     ._co_linearray_entry_size = 0,
94931     .co_argcount = 0,
94932     .co_posonlyargcount = 0,
94933     .co_kwonlyargcount = 0,
94934     .co_stacksize = 2,
94935     .co_firstlineno = 29,
94936     .co_nlocalsplus = 0,
94937     .co_nlocals = 0,
94938     .co_nplaincellvars = 0,
94939     .co_ncellvars = 0,
94940     .co_nfreevars = 0,
94941     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
94942     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
94943     .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
94944     .co_name = & const_str__Printer._ascii.ob_base,
94945     .co_qualname = & const_str__Printer._ascii.ob_base,
94946     .co_linetable = & _sitebuiltins_toplevel_consts_5_linetable.ob_base.ob_base,
94947     ._co_code = NULL,
94948     ._co_linearray = NULL,
94949     .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",
94950     ._co_firsttraceable = 0,
94951 };
94952 static
94953     struct {
94954         PyASCIIObject _ascii;
94955         uint8_t _data[8];
94956     }
94957 const_str__Helper = {
94958     ._ascii = {
94959         .ob_base = {
94960             .ob_refcnt = 999999999,
94961             .ob_type = &PyUnicode_Type,
94962         },
94963         .length = 7,
94964         .hash = -1,
94965         .state = {
94966             .kind = 1,
94967             .compact = 1,
94968             .ascii = 1,
94969             .ready = 1,
94970         },
94971     },
94972     ._data = "_Helper",
94973 };
94974 static
94975     struct {
94976         PyASCIIObject _ascii;
94977         uint8_t _data[308];
94978     }
94979 _sitebuiltins_toplevel_consts_7_consts_1 = {
94980     ._ascii = {
94981         .ob_base = {
94982             .ob_refcnt = 999999999,
94983             .ob_type = &PyUnicode_Type,
94984         },
94985         .length = 307,
94986         .hash = -1,
94987         .state = {
94988             .kind = 1,
94989             .compact = 1,
94990             .ascii = 1,
94991             .ready = 1,
94992         },
94993     },
94994     ._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",
94995 };
94996 static
94997     struct {
94998         PyASCIIObject _ascii;
94999         uint8_t _data[73];
95000     }
95001 _sitebuiltins_toplevel_consts_7_consts_2_consts_1 = {
95002     ._ascii = {
95003         .ob_base = {
95004             .ob_refcnt = 999999999,
95005             .ob_type = &PyUnicode_Type,
95006         },
95007         .length = 72,
95008         .hash = -1,
95009         .state = {
95010             .kind = 1,
95011             .compact = 1,
95012             .ascii = 1,
95013             .ready = 1,
95014         },
95015     },
95016     ._data = "Type help() for interactive help, or help(object) for help about object.",
95017 };
95018 static
95019     struct {
95020         PyGC_Head _gc_head;
95021         struct {
95022             PyObject_VAR_HEAD
95023             PyObject *ob_item[2];
95024         }_object;
95025     }
95026 _sitebuiltins_toplevel_consts_7_consts_2_consts = {
95027     ._object = {
95028         .ob_base = {
95029             .ob_base = {
95030                 .ob_refcnt = 999999999,
95031                 .ob_type = &PyTuple_Type,
95032             },
95033             .ob_size = 2,
95034         },
95035         .ob_item = {
95036             Py_None,
95037             & _sitebuiltins_toplevel_consts_7_consts_2_consts_1._ascii.ob_base,
95038         },
95039     },
95040 };
95041 static
95042     struct {
95043         PyASCIIObject _ascii;
95044         uint8_t _data[17];
95045     }
95046 _sitebuiltins_toplevel_consts_7_consts_2_qualname = {
95047     ._ascii = {
95048         .ob_base = {
95049             .ob_refcnt = 999999999,
95050             .ob_type = &PyUnicode_Type,
95051         },
95052         .length = 16,
95053         .hash = -1,
95054         .state = {
95055             .kind = 1,
95056             .compact = 1,
95057             .ascii = 1,
95058             .ready = 1,
95059         },
95060     },
95061     ._data = "_Helper.__repr__",
95062 };
95063 static
95064     struct {
95065         PyObject_VAR_HEAD
95066         Py_hash_t ob_shash;
95067         char ob_sval[13];
95068     }
95069 _sitebuiltins_toplevel_consts_7_consts_2_linetable = {
95070     .ob_base = {
95071         .ob_base = {
95072             .ob_refcnt = 999999999,
95073             .ob_type = &PyBytes_Type,
95074         },
95075         .ob_size = 12,
95076     },
95077     .ob_shash = -1,
95078     .ob_sval = "\x80\x00\xf0\x02\x01\x10\x38\xf0\x00\x01\x10\x38",
95079 };
95080 static
95081     struct _PyCode_DEF(6)
95082 _sitebuiltins_toplevel_consts_7_consts_2 = {
95083     .ob_base = {
95084         .ob_base = {
95085             .ob_refcnt = 999999999,
95086             .ob_type = &PyCode_Type,
95087         },
95088         .ob_size = 3,
95089     },
95090     .co_consts = & _sitebuiltins_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
95091     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
95092     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
95093     .co_flags = 3,
95094     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
95095     ._co_linearray_entry_size = 0,
95096     .co_argcount = 1,
95097     .co_posonlyargcount = 0,
95098     .co_kwonlyargcount = 0,
95099     .co_stacksize = 1,
95100     .co_firstlineno = 98,
95101     .co_nlocalsplus = 1,
95102     .co_nlocals = 1,
95103     .co_nplaincellvars = 0,
95104     .co_ncellvars = 0,
95105     .co_nfreevars = 0,
95106     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
95107     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
95108     .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
95109     .co_name = &_Py_ID(__repr__),
95110     .co_qualname = & _sitebuiltins_toplevel_consts_7_consts_2_qualname._ascii.ob_base,
95111     .co_linetable = & _sitebuiltins_toplevel_consts_7_consts_2_linetable.ob_base.ob_base,
95112     ._co_code = NULL,
95113     ._co_linearray = NULL,
95114     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
95115     ._co_firsttraceable = 0,
95116 };
95117 static
95118     struct {
95119         PyASCIIObject _ascii;
95120         uint8_t _data[6];
95121     }
95122 const_str_pydoc = {
95123     ._ascii = {
95124         .ob_base = {
95125             .ob_refcnt = 999999999,
95126             .ob_type = &PyUnicode_Type,
95127         },
95128         .length = 5,
95129         .hash = -1,
95130         .state = {
95131             .kind = 1,
95132             .compact = 1,
95133             .ascii = 1,
95134             .ready = 1,
95135         },
95136     },
95137     ._data = "pydoc",
95138 };
95139 static
95140     struct {
95141         PyASCIIObject _ascii;
95142         uint8_t _data[5];
95143     }
95144 const_str_help = {
95145     ._ascii = {
95146         .ob_base = {
95147             .ob_refcnt = 999999999,
95148             .ob_type = &PyUnicode_Type,
95149         },
95150         .length = 4,
95151         .hash = -1,
95152         .state = {
95153             .kind = 1,
95154             .compact = 1,
95155             .ascii = 1,
95156             .ready = 1,
95157         },
95158     },
95159     ._data = "help",
95160 };
95161 static
95162     struct {
95163         PyGC_Head _gc_head;
95164         struct {
95165             PyObject_VAR_HEAD
95166             PyObject *ob_item[2];
95167         }_object;
95168     }
95169 _sitebuiltins_toplevel_consts_7_consts_3_names = {
95170     ._object = {
95171         .ob_base = {
95172             .ob_base = {
95173                 .ob_refcnt = 999999999,
95174                 .ob_type = &PyTuple_Type,
95175             },
95176             .ob_size = 2,
95177         },
95178         .ob_item = {
95179             & const_str_pydoc._ascii.ob_base,
95180             & const_str_help._ascii.ob_base,
95181         },
95182     },
95183 };
95184 static
95185     struct {
95186         PyASCIIObject _ascii;
95187         uint8_t _data[17];
95188     }
95189 _sitebuiltins_toplevel_consts_7_consts_3_qualname = {
95190     ._ascii = {
95191         .ob_base = {
95192             .ob_refcnt = 999999999,
95193             .ob_type = &PyUnicode_Type,
95194         },
95195         .length = 16,
95196         .hash = -1,
95197         .state = {
95198             .kind = 1,
95199             .compact = 1,
95200             .ascii = 1,
95201             .ready = 1,
95202         },
95203     },
95204     ._data = "_Helper.__call__",
95205 };
95206 static
95207     struct {
95208         PyObject_VAR_HEAD
95209         Py_hash_t ob_shash;
95210         char ob_sval[35];
95211     }
95212 _sitebuiltins_toplevel_consts_7_consts_3_linetable = {
95213     .ob_base = {
95214         .ob_base = {
95215             .ob_refcnt = 999999999,
95216             .ob_type = &PyBytes_Type,
95217         },
95218         .ob_size = 34,
95219     },
95220     .ob_shash = -1,
95221     .ob_sval = "\x80\x00\xd8\x08\x14\x88\x0c\x88\x0c\x88\x0c\xd8\x0f\x19\x88\x75\x8c\x7a\x98\x34\xd0\x0f\x28\xa0\x34\xd0\x0f\x28\xd0\x0f\x28\xd0\x08\x28",
95222 };
95223 static
95224     struct {
95225         PyGC_Head _gc_head;
95226         struct {
95227             PyObject_VAR_HEAD
95228             PyObject *ob_item[4];
95229         }_object;
95230     }
95231 _sitebuiltins_toplevel_consts_7_consts_3_localsplusnames = {
95232     ._object = {
95233         .ob_base = {
95234             .ob_base = {
95235                 .ob_refcnt = 999999999,
95236                 .ob_type = &PyTuple_Type,
95237             },
95238             .ob_size = 4,
95239         },
95240         .ob_item = {
95241             & const_str_self._ascii.ob_base,
95242             & const_str_args._ascii.ob_base,
95243             & const_str_kwds._ascii.ob_base,
95244             & const_str_pydoc._ascii.ob_base,
95245         },
95246     },
95247 };
95248 static
95249     struct _PyCode_DEF(36)
95250 _sitebuiltins_toplevel_consts_7_consts_3 = {
95251     .ob_base = {
95252         .ob_base = {
95253             .ob_refcnt = 999999999,
95254             .ob_type = &PyCode_Type,
95255         },
95256         .ob_size = 18,
95257     },
95258     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
95259     .co_names = & _sitebuiltins_toplevel_consts_7_consts_3_names._object.ob_base.ob_base,
95260     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
95261     .co_flags = 15,
95262     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
95263     ._co_linearray_entry_size = 0,
95264     .co_argcount = 1,
95265     .co_posonlyargcount = 0,
95266     .co_kwonlyargcount = 0,
95267     .co_stacksize = 5,
95268     .co_firstlineno = 101,
95269     .co_nlocalsplus = 4,
95270     .co_nlocals = 4,
95271     .co_nplaincellvars = 0,
95272     .co_ncellvars = 0,
95273     .co_nfreevars = 0,
95274     .co_localsplusnames = & _sitebuiltins_toplevel_consts_7_consts_3_localsplusnames._object.ob_base.ob_base,
95275     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
95276     .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
95277     .co_name = &_Py_ID(__call__),
95278     .co_qualname = & _sitebuiltins_toplevel_consts_7_consts_3_qualname._ascii.ob_base,
95279     .co_linetable = & _sitebuiltins_toplevel_consts_7_consts_3_linetable.ob_base.ob_base,
95280     ._co_code = NULL,
95281     ._co_linearray = NULL,
95282     .co_code_adaptive = "\x97\x00\x64\x01\x64\x00\x6c\x00\x7d\x03\x02\x00\x7c\x03\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x69\x00\x7c\x02\xa4\x01\x8e\x01\x53\x00",
95283     ._co_firsttraceable = 0,
95284 };
95285 static
95286     struct {
95287         PyGC_Head _gc_head;
95288         struct {
95289             PyObject_VAR_HEAD
95290             PyObject *ob_item[5];
95291         }_object;
95292     }
95293 _sitebuiltins_toplevel_consts_7_consts = {
95294     ._object = {
95295         .ob_base = {
95296             .ob_base = {
95297                 .ob_refcnt = 999999999,
95298                 .ob_type = &PyTuple_Type,
95299             },
95300             .ob_size = 5,
95301         },
95302         .ob_item = {
95303             & const_str__Helper._ascii.ob_base,
95304             & _sitebuiltins_toplevel_consts_7_consts_1._ascii.ob_base,
95305             & _sitebuiltins_toplevel_consts_7_consts_2.ob_base.ob_base,
95306             & _sitebuiltins_toplevel_consts_7_consts_3.ob_base.ob_base,
95307             Py_None,
95308         },
95309     },
95310 };
95311 static
95312     struct {
95313         PyGC_Head _gc_head;
95314         struct {
95315             PyObject_VAR_HEAD
95316             PyObject *ob_item[6];
95317         }_object;
95318     }
95319 _sitebuiltins_toplevel_consts_7_names = {
95320     ._object = {
95321         .ob_base = {
95322             .ob_base = {
95323                 .ob_refcnt = 999999999,
95324                 .ob_type = &PyTuple_Type,
95325             },
95326             .ob_size = 6,
95327         },
95328         .ob_item = {
95329             &_Py_ID(__name__),
95330             &_Py_ID(__module__),
95331             &_Py_ID(__qualname__),
95332             &_Py_ID(__doc__),
95333             &_Py_ID(__repr__),
95334             &_Py_ID(__call__),
95335         },
95336     },
95337 };
95338 static
95339     struct {
95340         PyObject_VAR_HEAD
95341         Py_hash_t ob_shash;
95342         char ob_sval[61];
95343     }
95344 _sitebuiltins_toplevel_consts_7_linetable = {
95345     .ob_base = {
95346         .ob_base = {
95347             .ob_refcnt = 999999999,
95348             .ob_type = &PyBytes_Type,
95349         },
95350         .ob_size = 60,
95351     },
95352     .ob_shash = -1,
95353     .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",
95354 };
95355 static
95356     struct _PyCode_DEF(30)
95357 _sitebuiltins_toplevel_consts_7 = {
95358     .ob_base = {
95359         .ob_base = {
95360             .ob_refcnt = 999999999,
95361             .ob_type = &PyCode_Type,
95362         },
95363         .ob_size = 15,
95364     },
95365     .co_consts = & _sitebuiltins_toplevel_consts_7_consts._object.ob_base.ob_base,
95366     .co_names = & _sitebuiltins_toplevel_consts_7_names._object.ob_base.ob_base,
95367     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
95368     .co_flags = 0,
95369     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
95370     ._co_linearray_entry_size = 0,
95371     .co_argcount = 0,
95372     .co_posonlyargcount = 0,
95373     .co_kwonlyargcount = 0,
95374     .co_stacksize = 1,
95375     .co_firstlineno = 88,
95376     .co_nlocalsplus = 0,
95377     .co_nlocals = 0,
95378     .co_nplaincellvars = 0,
95379     .co_ncellvars = 0,
95380     .co_nfreevars = 0,
95381     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
95382     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
95383     .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
95384     .co_name = & const_str__Helper._ascii.ob_base,
95385     .co_qualname = & const_str__Helper._ascii.ob_base,
95386     .co_linetable = & _sitebuiltins_toplevel_consts_7_linetable.ob_base.ob_base,
95387     ._co_code = NULL,
95388     ._co_linearray = NULL,
95389     .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",
95390     ._co_firsttraceable = 0,
95391 };
95392 static
95393     struct {
95394         PyGC_Head _gc_head;
95395         struct {
95396             PyObject_VAR_HEAD
95397             PyObject *ob_item[9];
95398         }_object;
95399     }
95400 _sitebuiltins_toplevel_consts = {
95401     ._object = {
95402         .ob_base = {
95403             .ob_base = {
95404                 .ob_refcnt = 999999999,
95405                 .ob_type = &PyTuple_Type,
95406             },
95407             .ob_size = 9,
95408         },
95409         .ob_item = {
95410             & _sitebuiltins_toplevel_consts_0._ascii.ob_base,
95411             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
95412             Py_None,
95413             & _sitebuiltins_toplevel_consts_3.ob_base.ob_base,
95414             & const_str_Quitter._ascii.ob_base,
95415             & _sitebuiltins_toplevel_consts_5.ob_base.ob_base,
95416             & const_str__Printer._ascii.ob_base,
95417             & _sitebuiltins_toplevel_consts_7.ob_base.ob_base,
95418             & const_str__Helper._ascii.ob_base,
95419         },
95420     },
95421 };
95422 static
95423     struct {
95424         PyGC_Head _gc_head;
95425         struct {
95426             PyObject_VAR_HEAD
95427             PyObject *ob_item[6];
95428         }_object;
95429     }
95430 _sitebuiltins_toplevel_names = {
95431     ._object = {
95432         .ob_base = {
95433             .ob_base = {
95434                 .ob_refcnt = 999999999,
95435                 .ob_type = &PyTuple_Type,
95436             },
95437             .ob_size = 6,
95438         },
95439         .ob_item = {
95440             &_Py_ID(__doc__),
95441             & const_str_sys._ascii.ob_base,
95442             & const_str_object._ascii.ob_base,
95443             & const_str_Quitter._ascii.ob_base,
95444             & const_str__Printer._ascii.ob_base,
95445             & const_str__Helper._ascii.ob_base,
95446         },
95447     },
95448 };
95449 static
95450     struct {
95451         PyObject_VAR_HEAD
95452         Py_hash_t ob_shash;
95453         char ob_sval[164];
95454     }
95455 _sitebuiltins_toplevel_linetable = {
95456     .ob_base = {
95457         .ob_base = {
95458             .ob_refcnt = 999999999,
95459             .ob_type = &PyBytes_Type,
95460         },
95461         .ob_size = 163,
95462     },
95463     .ob_shash = -1,
95464     .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\xf1\x00\x0d\x01\x1f\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\xf1\x00\x38\x01\x1a\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\xf1\x00\x0f\x01\x29\xf4\x00\x0f\x01\x29\xf0\x00\x0f\x01\x29\xf0\x00\x0f\x01\x29\xf0\x00\x0f\x01\x29",
95465 };
95466 static
95467     struct _PyCode_DEF(102)
95468 _sitebuiltins_toplevel = {
95469     .ob_base = {
95470         .ob_base = {
95471             .ob_refcnt = 999999999,
95472             .ob_type = &PyCode_Type,
95473         },
95474         .ob_size = 51,
95475     },
95476     .co_consts = & _sitebuiltins_toplevel_consts._object.ob_base.ob_base,
95477     .co_names = & _sitebuiltins_toplevel_names._object.ob_base.ob_base,
95478     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
95479     .co_flags = 0,
95480     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
95481     ._co_linearray_entry_size = 0,
95482     .co_argcount = 0,
95483     .co_posonlyargcount = 0,
95484     .co_kwonlyargcount = 0,
95485     .co_stacksize = 5,
95486     .co_firstlineno = 1,
95487     .co_nlocalsplus = 0,
95488     .co_nlocals = 0,
95489     .co_nplaincellvars = 0,
95490     .co_ncellvars = 0,
95491     .co_nfreevars = 0,
95492     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
95493     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
95494     .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
95495     .co_name = &_Py_STR(anon_module),
95496     .co_qualname = &_Py_STR(anon_module),
95497     .co_linetable = & _sitebuiltins_toplevel_linetable.ob_base.ob_base,
95498     ._co_code = NULL,
95499     ._co_linearray = NULL,
95500     .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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x03\x02\x00\x47\x00\x64\x05\x84\x00\x64\x06\x65\x02\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x04\x02\x00\x47\x00\x64\x07\x84\x00\x64\x08\x65\x02\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x64\x02\x53\x00",
95501     ._co_firsttraceable = 0,
95502 };
_sitebuiltins_do_patchups(void)95503 static void _sitebuiltins_do_patchups(void) {
95504 }
95505 
95506 PyObject *
_Py_get__sitebuiltins_toplevel(void)95507 _Py_get__sitebuiltins_toplevel(void)
95508 {
95509     _sitebuiltins_do_patchups();
95510     return Py_NewRef((PyObject *) &_sitebuiltins_toplevel);
95511 }
95512 
95513 static
95514     struct {
95515         PyASCIIObject _ascii;
95516         uint8_t _data[153];
95517     }
95518 genericpath_toplevel_consts_0 = {
95519     ._ascii = {
95520         .ob_base = {
95521             .ob_refcnt = 999999999,
95522             .ob_type = &PyUnicode_Type,
95523         },
95524         .length = 152,
95525         .hash = -1,
95526         .state = {
95527             .kind = 1,
95528             .compact = 1,
95529             .ascii = 1,
95530             .ready = 1,
95531         },
95532     },
95533     ._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",
95534 };
95535 static
95536     struct {
95537         PyASCIIObject _ascii;
95538         uint8_t _data[13];
95539     }
95540 const_str_commonprefix = {
95541     ._ascii = {
95542         .ob_base = {
95543             .ob_refcnt = 999999999,
95544             .ob_type = &PyUnicode_Type,
95545         },
95546         .length = 12,
95547         .hash = -1,
95548         .state = {
95549             .kind = 1,
95550             .compact = 1,
95551             .ascii = 1,
95552             .ready = 1,
95553         },
95554     },
95555     ._data = "commonprefix",
95556 };
95557 static
95558     struct {
95559         PyASCIIObject _ascii;
95560         uint8_t _data[7];
95561     }
95562 const_str_exists = {
95563     ._ascii = {
95564         .ob_base = {
95565             .ob_refcnt = 999999999,
95566             .ob_type = &PyUnicode_Type,
95567         },
95568         .length = 6,
95569         .hash = -1,
95570         .state = {
95571             .kind = 1,
95572             .compact = 1,
95573             .ascii = 1,
95574             .ready = 1,
95575         },
95576     },
95577     ._data = "exists",
95578 };
95579 static
95580     struct {
95581         PyASCIIObject _ascii;
95582         uint8_t _data[9];
95583     }
95584 const_str_getatime = {
95585     ._ascii = {
95586         .ob_base = {
95587             .ob_refcnt = 999999999,
95588             .ob_type = &PyUnicode_Type,
95589         },
95590         .length = 8,
95591         .hash = -1,
95592         .state = {
95593             .kind = 1,
95594             .compact = 1,
95595             .ascii = 1,
95596             .ready = 1,
95597         },
95598     },
95599     ._data = "getatime",
95600 };
95601 static
95602     struct {
95603         PyASCIIObject _ascii;
95604         uint8_t _data[9];
95605     }
95606 const_str_getctime = {
95607     ._ascii = {
95608         .ob_base = {
95609             .ob_refcnt = 999999999,
95610             .ob_type = &PyUnicode_Type,
95611         },
95612         .length = 8,
95613         .hash = -1,
95614         .state = {
95615             .kind = 1,
95616             .compact = 1,
95617             .ascii = 1,
95618             .ready = 1,
95619         },
95620     },
95621     ._data = "getctime",
95622 };
95623 static
95624     struct {
95625         PyASCIIObject _ascii;
95626         uint8_t _data[9];
95627     }
95628 const_str_getmtime = {
95629     ._ascii = {
95630         .ob_base = {
95631             .ob_refcnt = 999999999,
95632             .ob_type = &PyUnicode_Type,
95633         },
95634         .length = 8,
95635         .hash = -1,
95636         .state = {
95637             .kind = 1,
95638             .compact = 1,
95639             .ascii = 1,
95640             .ready = 1,
95641         },
95642     },
95643     ._data = "getmtime",
95644 };
95645 static
95646     struct {
95647         PyASCIIObject _ascii;
95648         uint8_t _data[8];
95649     }
95650 const_str_getsize = {
95651     ._ascii = {
95652         .ob_base = {
95653             .ob_refcnt = 999999999,
95654             .ob_type = &PyUnicode_Type,
95655         },
95656         .length = 7,
95657         .hash = -1,
95658         .state = {
95659             .kind = 1,
95660             .compact = 1,
95661             .ascii = 1,
95662             .ready = 1,
95663         },
95664     },
95665     ._data = "getsize",
95666 };
95667 static
95668     struct {
95669         PyASCIIObject _ascii;
95670         uint8_t _data[6];
95671     }
95672 const_str_isdir = {
95673     ._ascii = {
95674         .ob_base = {
95675             .ob_refcnt = 999999999,
95676             .ob_type = &PyUnicode_Type,
95677         },
95678         .length = 5,
95679         .hash = -1,
95680         .state = {
95681             .kind = 1,
95682             .compact = 1,
95683             .ascii = 1,
95684             .ready = 1,
95685         },
95686     },
95687     ._data = "isdir",
95688 };
95689 static
95690     struct {
95691         PyASCIIObject _ascii;
95692         uint8_t _data[7];
95693     }
95694 const_str_isfile = {
95695     ._ascii = {
95696         .ob_base = {
95697             .ob_refcnt = 999999999,
95698             .ob_type = &PyUnicode_Type,
95699         },
95700         .length = 6,
95701         .hash = -1,
95702         .state = {
95703             .kind = 1,
95704             .compact = 1,
95705             .ascii = 1,
95706             .ready = 1,
95707         },
95708     },
95709     ._data = "isfile",
95710 };
95711 static
95712     struct {
95713         PyASCIIObject _ascii;
95714         uint8_t _data[9];
95715     }
95716 const_str_samefile = {
95717     ._ascii = {
95718         .ob_base = {
95719             .ob_refcnt = 999999999,
95720             .ob_type = &PyUnicode_Type,
95721         },
95722         .length = 8,
95723         .hash = -1,
95724         .state = {
95725             .kind = 1,
95726             .compact = 1,
95727             .ascii = 1,
95728             .ready = 1,
95729         },
95730     },
95731     ._data = "samefile",
95732 };
95733 static
95734     struct {
95735         PyASCIIObject _ascii;
95736         uint8_t _data[13];
95737     }
95738 const_str_sameopenfile = {
95739     ._ascii = {
95740         .ob_base = {
95741             .ob_refcnt = 999999999,
95742             .ob_type = &PyUnicode_Type,
95743         },
95744         .length = 12,
95745         .hash = -1,
95746         .state = {
95747             .kind = 1,
95748             .compact = 1,
95749             .ascii = 1,
95750             .ready = 1,
95751         },
95752     },
95753     ._data = "sameopenfile",
95754 };
95755 static
95756     struct {
95757         PyASCIIObject _ascii;
95758         uint8_t _data[9];
95759     }
95760 const_str_samestat = {
95761     ._ascii = {
95762         .ob_base = {
95763             .ob_refcnt = 999999999,
95764             .ob_type = &PyUnicode_Type,
95765         },
95766         .length = 8,
95767         .hash = -1,
95768         .state = {
95769             .kind = 1,
95770             .compact = 1,
95771             .ascii = 1,
95772             .ready = 1,
95773         },
95774     },
95775     ._data = "samestat",
95776 };
95777 static
95778     struct {
95779         PyGC_Head _gc_head;
95780         struct {
95781             PyObject_VAR_HEAD
95782             PyObject *ob_item[11];
95783         }_object;
95784     }
95785 genericpath_toplevel_consts_3 = {
95786     ._object = {
95787         .ob_base = {
95788             .ob_base = {
95789                 .ob_refcnt = 999999999,
95790                 .ob_type = &PyTuple_Type,
95791             },
95792             .ob_size = 11,
95793         },
95794         .ob_item = {
95795             & const_str_commonprefix._ascii.ob_base,
95796             & const_str_exists._ascii.ob_base,
95797             & const_str_getatime._ascii.ob_base,
95798             & const_str_getctime._ascii.ob_base,
95799             & const_str_getmtime._ascii.ob_base,
95800             & const_str_getsize._ascii.ob_base,
95801             & const_str_isdir._ascii.ob_base,
95802             & const_str_isfile._ascii.ob_base,
95803             & const_str_samefile._ascii.ob_base,
95804             & const_str_sameopenfile._ascii.ob_base,
95805             & const_str_samestat._ascii.ob_base,
95806         },
95807     },
95808 };
95809 static
95810     struct {
95811         PyASCIIObject _ascii;
95812         uint8_t _data[69];
95813     }
95814 genericpath_toplevel_consts_4_consts_0 = {
95815     ._ascii = {
95816         .ob_base = {
95817             .ob_refcnt = 999999999,
95818             .ob_type = &PyUnicode_Type,
95819         },
95820         .length = 68,
95821         .hash = -1,
95822         .state = {
95823             .kind = 1,
95824             .compact = 1,
95825             .ascii = 1,
95826             .ready = 1,
95827         },
95828     },
95829     ._data = "Test whether a path exists.  Returns False for broken symbolic links",
95830 };
95831 static
95832     struct {
95833         PyGC_Head _gc_head;
95834         struct {
95835             PyObject_VAR_HEAD
95836             PyObject *ob_item[3];
95837         }_object;
95838     }
95839 genericpath_toplevel_consts_4_consts = {
95840     ._object = {
95841         .ob_base = {
95842             .ob_base = {
95843                 .ob_refcnt = 999999999,
95844                 .ob_type = &PyTuple_Type,
95845             },
95846             .ob_size = 3,
95847         },
95848         .ob_item = {
95849             & genericpath_toplevel_consts_4_consts_0._ascii.ob_base,
95850             Py_False,
95851             Py_True,
95852         },
95853     },
95854 };
95855 static
95856     struct {
95857         PyGC_Head _gc_head;
95858         struct {
95859             PyObject_VAR_HEAD
95860             PyObject *ob_item[4];
95861         }_object;
95862     }
95863 genericpath_toplevel_consts_4_names = {
95864     ._object = {
95865         .ob_base = {
95866             .ob_base = {
95867                 .ob_refcnt = 999999999,
95868                 .ob_type = &PyTuple_Type,
95869             },
95870             .ob_size = 4,
95871         },
95872         .ob_item = {
95873             & const_str_os._ascii.ob_base,
95874             & const_str_stat._ascii.ob_base,
95875             & const_str_OSError._ascii.ob_base,
95876             & const_str_ValueError._ascii.ob_base,
95877         },
95878     },
95879 };
95880 static
95881     struct {
95882         PyASCIIObject _ascii;
95883         uint8_t _data[21];
95884     }
95885 genericpath_toplevel_consts_4_filename = {
95886     ._ascii = {
95887         .ob_base = {
95888             .ob_refcnt = 999999999,
95889             .ob_type = &PyUnicode_Type,
95890         },
95891         .length = 20,
95892         .hash = -1,
95893         .state = {
95894             .kind = 1,
95895             .compact = 1,
95896             .ascii = 1,
95897             .ready = 1,
95898         },
95899     },
95900     ._data = "<frozen genericpath>",
95901 };
95902 static
95903     struct {
95904         PyObject_VAR_HEAD
95905         Py_hash_t ob_shash;
95906         char ob_sval[67];
95907     }
95908 genericpath_toplevel_consts_4_linetable = {
95909     .ob_base = {
95910         .ob_base = {
95911             .ob_refcnt = 999999999,
95912             .ob_type = &PyBytes_Type,
95913         },
95914         .ob_size = 66,
95915     },
95916     .ob_shash = -1,
95917     .ob_sval = "\x80\x00\xf0\x04\x03\x05\x15\xdd\x08\x0a\x8c\x07\x90\x04\x89\x0d\x8c\x0d\x88\x0d\x88\x0d\xf8\xdd\x0c\x13\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\xe0\x0b\x0f\x88\x34",
95918 };
95919 static
95920     struct {
95921         PyObject_VAR_HEAD
95922         Py_hash_t ob_shash;
95923         char ob_sval[13];
95924     }
95925 genericpath_toplevel_consts_4_exceptiontable = {
95926     .ob_base = {
95927         .ob_base = {
95928             .ob_refcnt = 999999999,
95929             .ob_type = &PyBytes_Type,
95930         },
95931         .ob_size = 12,
95932     },
95933     .ob_shash = -1,
95934     .ob_sval = "\x82\x14\x17\x00\x97\x11\x2c\x03\xab\x01\x2c\x03",
95935 };
95936 static
95937     struct _PyCode_DEF(98)
95938 genericpath_toplevel_consts_4 = {
95939     .ob_base = {
95940         .ob_base = {
95941             .ob_refcnt = 999999999,
95942             .ob_type = &PyCode_Type,
95943         },
95944         .ob_size = 49,
95945     },
95946     .co_consts = & genericpath_toplevel_consts_4_consts._object.ob_base.ob_base,
95947     .co_names = & genericpath_toplevel_consts_4_names._object.ob_base.ob_base,
95948     .co_exceptiontable = & genericpath_toplevel_consts_4_exceptiontable.ob_base.ob_base,
95949     .co_flags = 3,
95950     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
95951     ._co_linearray_entry_size = 0,
95952     .co_argcount = 1,
95953     .co_posonlyargcount = 0,
95954     .co_kwonlyargcount = 0,
95955     .co_stacksize = 4,
95956     .co_firstlineno = 16,
95957     .co_nlocalsplus = 1,
95958     .co_nlocals = 1,
95959     .co_nplaincellvars = 0,
95960     .co_ncellvars = 0,
95961     .co_nfreevars = 0,
95962     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
95963     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
95964     .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
95965     .co_name = & const_str_exists._ascii.ob_base,
95966     .co_qualname = & const_str_exists._ascii.ob_base,
95967     .co_linetable = & genericpath_toplevel_consts_4_linetable.ob_base.ob_base,
95968     ._co_code = NULL,
95969     ._co_linearray = NULL,
95970     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x18\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\x64\x02\x53\x00",
95971     ._co_firsttraceable = 0,
95972 };
95973 static
95974     struct {
95975         PyASCIIObject _ascii;
95976         uint8_t _data[38];
95977     }
95978 genericpath_toplevel_consts_5_consts_0 = {
95979     ._ascii = {
95980         .ob_base = {
95981             .ob_refcnt = 999999999,
95982             .ob_type = &PyUnicode_Type,
95983         },
95984         .length = 37,
95985         .hash = -1,
95986         .state = {
95987             .kind = 1,
95988             .compact = 1,
95989             .ascii = 1,
95990             .ready = 1,
95991         },
95992     },
95993     ._data = "Test whether a path is a regular file",
95994 };
95995 static
95996     struct {
95997         PyGC_Head _gc_head;
95998         struct {
95999             PyObject_VAR_HEAD
96000             PyObject *ob_item[2];
96001         }_object;
96002     }
96003 genericpath_toplevel_consts_5_consts = {
96004     ._object = {
96005         .ob_base = {
96006             .ob_base = {
96007                 .ob_refcnt = 999999999,
96008                 .ob_type = &PyTuple_Type,
96009             },
96010             .ob_size = 2,
96011         },
96012         .ob_item = {
96013             & genericpath_toplevel_consts_5_consts_0._ascii.ob_base,
96014             Py_False,
96015         },
96016     },
96017 };
96018 static
96019     struct {
96020         PyASCIIObject _ascii;
96021         uint8_t _data[8];
96022     }
96023 const_str_S_ISREG = {
96024     ._ascii = {
96025         .ob_base = {
96026             .ob_refcnt = 999999999,
96027             .ob_type = &PyUnicode_Type,
96028         },
96029         .length = 7,
96030         .hash = -1,
96031         .state = {
96032             .kind = 1,
96033             .compact = 1,
96034             .ascii = 1,
96035             .ready = 1,
96036         },
96037     },
96038     ._data = "S_ISREG",
96039 };
96040 static
96041     struct {
96042         PyGC_Head _gc_head;
96043         struct {
96044             PyObject_VAR_HEAD
96045             PyObject *ob_item[6];
96046         }_object;
96047     }
96048 genericpath_toplevel_consts_5_names = {
96049     ._object = {
96050         .ob_base = {
96051             .ob_base = {
96052                 .ob_refcnt = 999999999,
96053                 .ob_type = &PyTuple_Type,
96054             },
96055             .ob_size = 6,
96056         },
96057         .ob_item = {
96058             & const_str_os._ascii.ob_base,
96059             & const_str_stat._ascii.ob_base,
96060             & const_str_OSError._ascii.ob_base,
96061             & const_str_ValueError._ascii.ob_base,
96062             & const_str_S_ISREG._ascii.ob_base,
96063             & const_str_st_mode._ascii.ob_base,
96064         },
96065     },
96066 };
96067 static
96068     struct {
96069         PyObject_VAR_HEAD
96070         Py_hash_t ob_shash;
96071         char ob_sval[80];
96072     }
96073 genericpath_toplevel_consts_5_linetable = {
96074     .ob_base = {
96075         .ob_base = {
96076             .ob_refcnt = 999999999,
96077             .ob_type = &PyBytes_Type,
96078         },
96079         .ob_size = 79,
96080     },
96081     .ob_shash = -1,
96082     .ob_sval = "\x80\x00\xf0\x04\x03\x05\x15\xdd\x0d\x0f\x8c\x57\x90\x54\x89\x5d\x8c\x5d\x88\x02\x88\x02\xf8\xdd\x0c\x13\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\xe5\x0b\x0f\x8c\x3c\x98\x02\x9c\x0a\xd1\x0b\x23\xd4\x0b\x23\xd0\x04\x23",
96083 };
96084 static
96085     struct {
96086         PyGC_Head _gc_head;
96087         struct {
96088             PyObject_VAR_HEAD
96089             PyObject *ob_item[2];
96090         }_object;
96091     }
96092 genericpath_toplevel_consts_5_localsplusnames = {
96093     ._object = {
96094         .ob_base = {
96095             .ob_base = {
96096                 .ob_refcnt = 999999999,
96097                 .ob_type = &PyTuple_Type,
96098             },
96099             .ob_size = 2,
96100         },
96101         .ob_item = {
96102             &_Py_ID(path),
96103             & const_str_st._ascii.ob_base,
96104         },
96105     },
96106 };
96107 static
96108     struct _PyCode_DEF(144)
96109 genericpath_toplevel_consts_5 = {
96110     .ob_base = {
96111         .ob_base = {
96112             .ob_refcnt = 999999999,
96113             .ob_type = &PyCode_Type,
96114         },
96115         .ob_size = 72,
96116     },
96117     .co_consts = & genericpath_toplevel_consts_5_consts._object.ob_base.ob_base,
96118     .co_names = & genericpath_toplevel_consts_5_names._object.ob_base.ob_base,
96119     .co_exceptiontable = & genericpath_toplevel_consts_4_exceptiontable.ob_base.ob_base,
96120     .co_flags = 3,
96121     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
96122     ._co_linearray_entry_size = 0,
96123     .co_argcount = 1,
96124     .co_posonlyargcount = 0,
96125     .co_kwonlyargcount = 0,
96126     .co_stacksize = 4,
96127     .co_firstlineno = 27,
96128     .co_nlocalsplus = 2,
96129     .co_nlocals = 2,
96130     .co_nplaincellvars = 0,
96131     .co_ncellvars = 0,
96132     .co_nfreevars = 0,
96133     .co_localsplusnames = & genericpath_toplevel_consts_5_localsplusnames._object.ob_base.ob_base,
96134     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
96135     .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
96136     .co_name = & const_str_isfile._ascii.ob_base,
96137     .co_qualname = & const_str_isfile._ascii.ob_base,
96138     .co_linetable = & genericpath_toplevel_consts_5_linetable.ob_base.ob_base,
96139     ._co_code = NULL,
96140     ._co_linearray = NULL,
96141     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x18\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\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
96142     ._co_firsttraceable = 0,
96143 };
96144 static
96145     struct {
96146         PyASCIIObject _ascii;
96147         uint8_t _data[61];
96148     }
96149 genericpath_toplevel_consts_6_consts_0 = {
96150     ._ascii = {
96151         .ob_base = {
96152             .ob_refcnt = 999999999,
96153             .ob_type = &PyUnicode_Type,
96154         },
96155         .length = 60,
96156         .hash = -1,
96157         .state = {
96158             .kind = 1,
96159             .compact = 1,
96160             .ascii = 1,
96161             .ready = 1,
96162         },
96163     },
96164     ._data = "Return true if the pathname refers to an existing directory.",
96165 };
96166 static
96167     struct {
96168         PyGC_Head _gc_head;
96169         struct {
96170             PyObject_VAR_HEAD
96171             PyObject *ob_item[2];
96172         }_object;
96173     }
96174 genericpath_toplevel_consts_6_consts = {
96175     ._object = {
96176         .ob_base = {
96177             .ob_base = {
96178                 .ob_refcnt = 999999999,
96179                 .ob_type = &PyTuple_Type,
96180             },
96181             .ob_size = 2,
96182         },
96183         .ob_item = {
96184             & genericpath_toplevel_consts_6_consts_0._ascii.ob_base,
96185             Py_False,
96186         },
96187     },
96188 };
96189 static
96190     struct {
96191         PyASCIIObject _ascii;
96192         uint8_t _data[8];
96193     }
96194 const_str_S_ISDIR = {
96195     ._ascii = {
96196         .ob_base = {
96197             .ob_refcnt = 999999999,
96198             .ob_type = &PyUnicode_Type,
96199         },
96200         .length = 7,
96201         .hash = -1,
96202         .state = {
96203             .kind = 1,
96204             .compact = 1,
96205             .ascii = 1,
96206             .ready = 1,
96207         },
96208     },
96209     ._data = "S_ISDIR",
96210 };
96211 static
96212     struct {
96213         PyGC_Head _gc_head;
96214         struct {
96215             PyObject_VAR_HEAD
96216             PyObject *ob_item[6];
96217         }_object;
96218     }
96219 genericpath_toplevel_consts_6_names = {
96220     ._object = {
96221         .ob_base = {
96222             .ob_base = {
96223                 .ob_refcnt = 999999999,
96224                 .ob_type = &PyTuple_Type,
96225             },
96226             .ob_size = 6,
96227         },
96228         .ob_item = {
96229             & const_str_os._ascii.ob_base,
96230             & const_str_stat._ascii.ob_base,
96231             & const_str_OSError._ascii.ob_base,
96232             & const_str_ValueError._ascii.ob_base,
96233             & const_str_S_ISDIR._ascii.ob_base,
96234             & const_str_st_mode._ascii.ob_base,
96235         },
96236     },
96237 };
96238 static
96239     struct {
96240         PyObject_VAR_HEAD
96241         Py_hash_t ob_shash;
96242         char ob_sval[80];
96243     }
96244 genericpath_toplevel_consts_6_linetable = {
96245     .ob_base = {
96246         .ob_base = {
96247             .ob_refcnt = 999999999,
96248             .ob_type = &PyBytes_Type,
96249         },
96250         .ob_size = 79,
96251     },
96252     .ob_shash = -1,
96253     .ob_sval = "\x80\x00\xf0\x04\x03\x05\x15\xdd\x0d\x0f\x8c\x57\x90\x51\x89\x5a\x8c\x5a\x88\x02\x88\x02\xf8\xdd\x0c\x13\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\xe5\x0b\x0f\x8c\x3c\x98\x02\x9c\x0a\xd1\x0b\x23\xd4\x0b\x23\xd0\x04\x23",
96254 };
96255 static
96256     struct {
96257         PyGC_Head _gc_head;
96258         struct {
96259             PyObject_VAR_HEAD
96260             PyObject *ob_item[2];
96261         }_object;
96262     }
96263 genericpath_toplevel_consts_6_localsplusnames = {
96264     ._object = {
96265         .ob_base = {
96266             .ob_base = {
96267                 .ob_refcnt = 999999999,
96268                 .ob_type = &PyTuple_Type,
96269             },
96270             .ob_size = 2,
96271         },
96272         .ob_item = {
96273             & const_str_s._ascii.ob_base,
96274             & const_str_st._ascii.ob_base,
96275         },
96276     },
96277 };
96278 static
96279     struct _PyCode_DEF(144)
96280 genericpath_toplevel_consts_6 = {
96281     .ob_base = {
96282         .ob_base = {
96283             .ob_refcnt = 999999999,
96284             .ob_type = &PyCode_Type,
96285         },
96286         .ob_size = 72,
96287     },
96288     .co_consts = & genericpath_toplevel_consts_6_consts._object.ob_base.ob_base,
96289     .co_names = & genericpath_toplevel_consts_6_names._object.ob_base.ob_base,
96290     .co_exceptiontable = & genericpath_toplevel_consts_4_exceptiontable.ob_base.ob_base,
96291     .co_flags = 3,
96292     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
96293     ._co_linearray_entry_size = 0,
96294     .co_argcount = 1,
96295     .co_posonlyargcount = 0,
96296     .co_kwonlyargcount = 0,
96297     .co_stacksize = 4,
96298     .co_firstlineno = 39,
96299     .co_nlocalsplus = 2,
96300     .co_nlocals = 2,
96301     .co_nplaincellvars = 0,
96302     .co_ncellvars = 0,
96303     .co_nfreevars = 0,
96304     .co_localsplusnames = & genericpath_toplevel_consts_6_localsplusnames._object.ob_base.ob_base,
96305     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
96306     .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
96307     .co_name = & const_str_isdir._ascii.ob_base,
96308     .co_qualname = & const_str_isdir._ascii.ob_base,
96309     .co_linetable = & genericpath_toplevel_consts_6_linetable.ob_base.ob_base,
96310     ._co_code = NULL,
96311     ._co_linearray = NULL,
96312     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x18\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\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
96313     ._co_firsttraceable = 0,
96314 };
96315 static
96316     struct {
96317         PyASCIIObject _ascii;
96318         uint8_t _data[50];
96319     }
96320 genericpath_toplevel_consts_7_consts_0 = {
96321     ._ascii = {
96322         .ob_base = {
96323             .ob_refcnt = 999999999,
96324             .ob_type = &PyUnicode_Type,
96325         },
96326         .length = 49,
96327         .hash = -1,
96328         .state = {
96329             .kind = 1,
96330             .compact = 1,
96331             .ascii = 1,
96332             .ready = 1,
96333         },
96334     },
96335     ._data = "Return the size of a file, reported by os.stat().",
96336 };
96337 static
96338     struct {
96339         PyGC_Head _gc_head;
96340         struct {
96341             PyObject_VAR_HEAD
96342             PyObject *ob_item[1];
96343         }_object;
96344     }
96345 genericpath_toplevel_consts_7_consts = {
96346     ._object = {
96347         .ob_base = {
96348             .ob_base = {
96349                 .ob_refcnt = 999999999,
96350                 .ob_type = &PyTuple_Type,
96351             },
96352             .ob_size = 1,
96353         },
96354         .ob_item = {
96355             & genericpath_toplevel_consts_7_consts_0._ascii.ob_base,
96356         },
96357     },
96358 };
96359 static
96360     struct {
96361         PyGC_Head _gc_head;
96362         struct {
96363             PyObject_VAR_HEAD
96364             PyObject *ob_item[3];
96365         }_object;
96366     }
96367 genericpath_toplevel_consts_7_names = {
96368     ._object = {
96369         .ob_base = {
96370             .ob_base = {
96371                 .ob_refcnt = 999999999,
96372                 .ob_type = &PyTuple_Type,
96373             },
96374             .ob_size = 3,
96375         },
96376         .ob_item = {
96377             & const_str_os._ascii.ob_base,
96378             & const_str_stat._ascii.ob_base,
96379             & const_str_st_size._ascii.ob_base,
96380         },
96381     },
96382 };
96383 static
96384     struct {
96385         PyObject_VAR_HEAD
96386         Py_hash_t ob_shash;
96387         char ob_sval[22];
96388     }
96389 genericpath_toplevel_consts_7_linetable = {
96390     .ob_base = {
96391         .ob_base = {
96392             .ob_refcnt = 999999999,
96393             .ob_type = &PyBytes_Type,
96394         },
96395         .ob_size = 21,
96396     },
96397     .ob_shash = -1,
96398     .ob_sval = "\x80\x00\xe5\x0b\x0d\x8c\x37\x90\x38\xd1\x0b\x1c\xd4\x0b\x1c\xd4\x0b\x24\xd0\x04\x24",
96399 };
96400 static
96401     struct _PyCode_DEF(52)
96402 genericpath_toplevel_consts_7 = {
96403     .ob_base = {
96404         .ob_base = {
96405             .ob_refcnt = 999999999,
96406             .ob_type = &PyCode_Type,
96407         },
96408         .ob_size = 26,
96409     },
96410     .co_consts = & genericpath_toplevel_consts_7_consts._object.ob_base.ob_base,
96411     .co_names = & genericpath_toplevel_consts_7_names._object.ob_base.ob_base,
96412     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
96413     .co_flags = 3,
96414     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
96415     ._co_linearray_entry_size = 0,
96416     .co_argcount = 1,
96417     .co_posonlyargcount = 0,
96418     .co_kwonlyargcount = 0,
96419     .co_stacksize = 3,
96420     .co_firstlineno = 48,
96421     .co_nlocalsplus = 1,
96422     .co_nlocals = 1,
96423     .co_nplaincellvars = 0,
96424     .co_ncellvars = 0,
96425     .co_nfreevars = 0,
96426     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_39_localsplusnames._object.ob_base.ob_base,
96427     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
96428     .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
96429     .co_name = & const_str_getsize._ascii.ob_base,
96430     .co_qualname = & const_str_getsize._ascii.ob_base,
96431     .co_linetable = & genericpath_toplevel_consts_7_linetable.ob_base.ob_base,
96432     ._co_code = NULL,
96433     ._co_linearray = NULL,
96434     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
96435     ._co_firsttraceable = 0,
96436 };
96437 static
96438     struct {
96439         PyASCIIObject _ascii;
96440         uint8_t _data[68];
96441     }
96442 genericpath_toplevel_consts_8_consts_0 = {
96443     ._ascii = {
96444         .ob_base = {
96445             .ob_refcnt = 999999999,
96446             .ob_type = &PyUnicode_Type,
96447         },
96448         .length = 67,
96449         .hash = -1,
96450         .state = {
96451             .kind = 1,
96452             .compact = 1,
96453             .ascii = 1,
96454             .ready = 1,
96455         },
96456     },
96457     ._data = "Return the last modification time of a file, reported by os.stat().",
96458 };
96459 static
96460     struct {
96461         PyGC_Head _gc_head;
96462         struct {
96463             PyObject_VAR_HEAD
96464             PyObject *ob_item[1];
96465         }_object;
96466     }
96467 genericpath_toplevel_consts_8_consts = {
96468     ._object = {
96469         .ob_base = {
96470             .ob_base = {
96471                 .ob_refcnt = 999999999,
96472                 .ob_type = &PyTuple_Type,
96473             },
96474             .ob_size = 1,
96475         },
96476         .ob_item = {
96477             & genericpath_toplevel_consts_8_consts_0._ascii.ob_base,
96478         },
96479     },
96480 };
96481 static
96482     struct {
96483         PyGC_Head _gc_head;
96484         struct {
96485             PyObject_VAR_HEAD
96486             PyObject *ob_item[3];
96487         }_object;
96488     }
96489 genericpath_toplevel_consts_8_names = {
96490     ._object = {
96491         .ob_base = {
96492             .ob_base = {
96493                 .ob_refcnt = 999999999,
96494                 .ob_type = &PyTuple_Type,
96495             },
96496             .ob_size = 3,
96497         },
96498         .ob_item = {
96499             & const_str_os._ascii.ob_base,
96500             & const_str_stat._ascii.ob_base,
96501             & const_str_st_mtime._ascii.ob_base,
96502         },
96503     },
96504 };
96505 static
96506     struct {
96507         PyObject_VAR_HEAD
96508         Py_hash_t ob_shash;
96509         char ob_sval[22];
96510     }
96511 genericpath_toplevel_consts_8_linetable = {
96512     .ob_base = {
96513         .ob_base = {
96514             .ob_refcnt = 999999999,
96515             .ob_type = &PyBytes_Type,
96516         },
96517         .ob_size = 21,
96518     },
96519     .ob_shash = -1,
96520     .ob_sval = "\x80\x00\xe5\x0b\x0d\x8c\x37\x90\x38\xd1\x0b\x1c\xd4\x0b\x1c\xd4\x0b\x25\xd0\x04\x25",
96521 };
96522 static
96523     struct _PyCode_DEF(52)
96524 genericpath_toplevel_consts_8 = {
96525     .ob_base = {
96526         .ob_base = {
96527             .ob_refcnt = 999999999,
96528             .ob_type = &PyCode_Type,
96529         },
96530         .ob_size = 26,
96531     },
96532     .co_consts = & genericpath_toplevel_consts_8_consts._object.ob_base.ob_base,
96533     .co_names = & genericpath_toplevel_consts_8_names._object.ob_base.ob_base,
96534     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
96535     .co_flags = 3,
96536     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
96537     ._co_linearray_entry_size = 0,
96538     .co_argcount = 1,
96539     .co_posonlyargcount = 0,
96540     .co_kwonlyargcount = 0,
96541     .co_stacksize = 3,
96542     .co_firstlineno = 53,
96543     .co_nlocalsplus = 1,
96544     .co_nlocals = 1,
96545     .co_nplaincellvars = 0,
96546     .co_ncellvars = 0,
96547     .co_nfreevars = 0,
96548     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_39_localsplusnames._object.ob_base.ob_base,
96549     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
96550     .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
96551     .co_name = & const_str_getmtime._ascii.ob_base,
96552     .co_qualname = & const_str_getmtime._ascii.ob_base,
96553     .co_linetable = & genericpath_toplevel_consts_8_linetable.ob_base.ob_base,
96554     ._co_code = NULL,
96555     ._co_linearray = NULL,
96556     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
96557     ._co_firsttraceable = 0,
96558 };
96559 static
96560     struct {
96561         PyASCIIObject _ascii;
96562         uint8_t _data[62];
96563     }
96564 genericpath_toplevel_consts_9_consts_0 = {
96565     ._ascii = {
96566         .ob_base = {
96567             .ob_refcnt = 999999999,
96568             .ob_type = &PyUnicode_Type,
96569         },
96570         .length = 61,
96571         .hash = -1,
96572         .state = {
96573             .kind = 1,
96574             .compact = 1,
96575             .ascii = 1,
96576             .ready = 1,
96577         },
96578     },
96579     ._data = "Return the last access time of a file, reported by os.stat().",
96580 };
96581 static
96582     struct {
96583         PyGC_Head _gc_head;
96584         struct {
96585             PyObject_VAR_HEAD
96586             PyObject *ob_item[1];
96587         }_object;
96588     }
96589 genericpath_toplevel_consts_9_consts = {
96590     ._object = {
96591         .ob_base = {
96592             .ob_base = {
96593                 .ob_refcnt = 999999999,
96594                 .ob_type = &PyTuple_Type,
96595             },
96596             .ob_size = 1,
96597         },
96598         .ob_item = {
96599             & genericpath_toplevel_consts_9_consts_0._ascii.ob_base,
96600         },
96601     },
96602 };
96603 static
96604     struct {
96605         PyASCIIObject _ascii;
96606         uint8_t _data[9];
96607     }
96608 const_str_st_atime = {
96609     ._ascii = {
96610         .ob_base = {
96611             .ob_refcnt = 999999999,
96612             .ob_type = &PyUnicode_Type,
96613         },
96614         .length = 8,
96615         .hash = -1,
96616         .state = {
96617             .kind = 1,
96618             .compact = 1,
96619             .ascii = 1,
96620             .ready = 1,
96621         },
96622     },
96623     ._data = "st_atime",
96624 };
96625 static
96626     struct {
96627         PyGC_Head _gc_head;
96628         struct {
96629             PyObject_VAR_HEAD
96630             PyObject *ob_item[3];
96631         }_object;
96632     }
96633 genericpath_toplevel_consts_9_names = {
96634     ._object = {
96635         .ob_base = {
96636             .ob_base = {
96637                 .ob_refcnt = 999999999,
96638                 .ob_type = &PyTuple_Type,
96639             },
96640             .ob_size = 3,
96641         },
96642         .ob_item = {
96643             & const_str_os._ascii.ob_base,
96644             & const_str_stat._ascii.ob_base,
96645             & const_str_st_atime._ascii.ob_base,
96646         },
96647     },
96648 };
96649 static
96650     struct _PyCode_DEF(52)
96651 genericpath_toplevel_consts_9 = {
96652     .ob_base = {
96653         .ob_base = {
96654             .ob_refcnt = 999999999,
96655             .ob_type = &PyCode_Type,
96656         },
96657         .ob_size = 26,
96658     },
96659     .co_consts = & genericpath_toplevel_consts_9_consts._object.ob_base.ob_base,
96660     .co_names = & genericpath_toplevel_consts_9_names._object.ob_base.ob_base,
96661     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
96662     .co_flags = 3,
96663     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
96664     ._co_linearray_entry_size = 0,
96665     .co_argcount = 1,
96666     .co_posonlyargcount = 0,
96667     .co_kwonlyargcount = 0,
96668     .co_stacksize = 3,
96669     .co_firstlineno = 58,
96670     .co_nlocalsplus = 1,
96671     .co_nlocals = 1,
96672     .co_nplaincellvars = 0,
96673     .co_ncellvars = 0,
96674     .co_nfreevars = 0,
96675     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_39_localsplusnames._object.ob_base.ob_base,
96676     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
96677     .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
96678     .co_name = & const_str_getatime._ascii.ob_base,
96679     .co_qualname = & const_str_getatime._ascii.ob_base,
96680     .co_linetable = & genericpath_toplevel_consts_8_linetable.ob_base.ob_base,
96681     ._co_code = NULL,
96682     ._co_linearray = NULL,
96683     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
96684     ._co_firsttraceable = 0,
96685 };
96686 static
96687     struct {
96688         PyASCIIObject _ascii;
96689         uint8_t _data[66];
96690     }
96691 genericpath_toplevel_consts_10_consts_0 = {
96692     ._ascii = {
96693         .ob_base = {
96694             .ob_refcnt = 999999999,
96695             .ob_type = &PyUnicode_Type,
96696         },
96697         .length = 65,
96698         .hash = -1,
96699         .state = {
96700             .kind = 1,
96701             .compact = 1,
96702             .ascii = 1,
96703             .ready = 1,
96704         },
96705     },
96706     ._data = "Return the metadata change time of a file, reported by os.stat().",
96707 };
96708 static
96709     struct {
96710         PyGC_Head _gc_head;
96711         struct {
96712             PyObject_VAR_HEAD
96713             PyObject *ob_item[1];
96714         }_object;
96715     }
96716 genericpath_toplevel_consts_10_consts = {
96717     ._object = {
96718         .ob_base = {
96719             .ob_base = {
96720                 .ob_refcnt = 999999999,
96721                 .ob_type = &PyTuple_Type,
96722             },
96723             .ob_size = 1,
96724         },
96725         .ob_item = {
96726             & genericpath_toplevel_consts_10_consts_0._ascii.ob_base,
96727         },
96728     },
96729 };
96730 static
96731     struct {
96732         PyASCIIObject _ascii;
96733         uint8_t _data[9];
96734     }
96735 const_str_st_ctime = {
96736     ._ascii = {
96737         .ob_base = {
96738             .ob_refcnt = 999999999,
96739             .ob_type = &PyUnicode_Type,
96740         },
96741         .length = 8,
96742         .hash = -1,
96743         .state = {
96744             .kind = 1,
96745             .compact = 1,
96746             .ascii = 1,
96747             .ready = 1,
96748         },
96749     },
96750     ._data = "st_ctime",
96751 };
96752 static
96753     struct {
96754         PyGC_Head _gc_head;
96755         struct {
96756             PyObject_VAR_HEAD
96757             PyObject *ob_item[3];
96758         }_object;
96759     }
96760 genericpath_toplevel_consts_10_names = {
96761     ._object = {
96762         .ob_base = {
96763             .ob_base = {
96764                 .ob_refcnt = 999999999,
96765                 .ob_type = &PyTuple_Type,
96766             },
96767             .ob_size = 3,
96768         },
96769         .ob_item = {
96770             & const_str_os._ascii.ob_base,
96771             & const_str_stat._ascii.ob_base,
96772             & const_str_st_ctime._ascii.ob_base,
96773         },
96774     },
96775 };
96776 static
96777     struct _PyCode_DEF(52)
96778 genericpath_toplevel_consts_10 = {
96779     .ob_base = {
96780         .ob_base = {
96781             .ob_refcnt = 999999999,
96782             .ob_type = &PyCode_Type,
96783         },
96784         .ob_size = 26,
96785     },
96786     .co_consts = & genericpath_toplevel_consts_10_consts._object.ob_base.ob_base,
96787     .co_names = & genericpath_toplevel_consts_10_names._object.ob_base.ob_base,
96788     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
96789     .co_flags = 3,
96790     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
96791     ._co_linearray_entry_size = 0,
96792     .co_argcount = 1,
96793     .co_posonlyargcount = 0,
96794     .co_kwonlyargcount = 0,
96795     .co_stacksize = 3,
96796     .co_firstlineno = 63,
96797     .co_nlocalsplus = 1,
96798     .co_nlocals = 1,
96799     .co_nplaincellvars = 0,
96800     .co_ncellvars = 0,
96801     .co_nfreevars = 0,
96802     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_39_localsplusnames._object.ob_base.ob_base,
96803     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
96804     .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
96805     .co_name = & const_str_getctime._ascii.ob_base,
96806     .co_qualname = & const_str_getctime._ascii.ob_base,
96807     .co_linetable = & genericpath_toplevel_consts_8_linetable.ob_base.ob_base,
96808     ._co_code = NULL,
96809     ._co_linearray = NULL,
96810     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
96811     ._co_firsttraceable = 0,
96812 };
96813 static
96814     struct {
96815         PyASCIIObject _ascii;
96816         uint8_t _data[72];
96817     }
96818 genericpath_toplevel_consts_11_consts_0 = {
96819     ._ascii = {
96820         .ob_base = {
96821             .ob_refcnt = 999999999,
96822             .ob_type = &PyUnicode_Type,
96823         },
96824         .length = 71,
96825         .hash = -1,
96826         .state = {
96827             .kind = 1,
96828             .compact = 1,
96829             .ascii = 1,
96830             .ready = 1,
96831         },
96832     },
96833     ._data = "Given a list of pathnames, returns the longest common leading component",
96834 };
96835 static
96836     struct {
96837         PyGC_Head _gc_head;
96838         struct {
96839             PyObject_VAR_HEAD
96840             PyObject *ob_item[4];
96841         }_object;
96842     }
96843 genericpath_toplevel_consts_11_consts = {
96844     ._object = {
96845         .ob_base = {
96846             .ob_base = {
96847                 .ob_refcnt = 999999999,
96848                 .ob_type = &PyTuple_Type,
96849             },
96850             .ob_size = 4,
96851         },
96852         .ob_item = {
96853             & genericpath_toplevel_consts_11_consts_0._ascii.ob_base,
96854             &_Py_STR(empty),
96855             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
96856             Py_None,
96857         },
96858     },
96859 };
96860 static
96861     struct {
96862         PyASCIIObject _ascii;
96863         uint8_t _data[4];
96864     }
96865 const_str_min = {
96866     ._ascii = {
96867         .ob_base = {
96868             .ob_refcnt = 999999999,
96869             .ob_type = &PyUnicode_Type,
96870         },
96871         .length = 3,
96872         .hash = -1,
96873         .state = {
96874             .kind = 1,
96875             .compact = 1,
96876             .ascii = 1,
96877             .ready = 1,
96878         },
96879     },
96880     ._data = "min",
96881 };
96882 static
96883     struct {
96884         PyASCIIObject _ascii;
96885         uint8_t _data[10];
96886     }
96887 const_str_enumerate = {
96888     ._ascii = {
96889         .ob_base = {
96890             .ob_refcnt = 999999999,
96891             .ob_type = &PyUnicode_Type,
96892         },
96893         .length = 9,
96894         .hash = -1,
96895         .state = {
96896             .kind = 1,
96897             .compact = 1,
96898             .ascii = 1,
96899             .ready = 1,
96900         },
96901     },
96902     ._data = "enumerate",
96903 };
96904 static
96905     struct {
96906         PyGC_Head _gc_head;
96907         struct {
96908             PyObject_VAR_HEAD
96909             PyObject *ob_item[9];
96910         }_object;
96911     }
96912 genericpath_toplevel_consts_11_names = {
96913     ._object = {
96914         .ob_base = {
96915             .ob_base = {
96916                 .ob_refcnt = 999999999,
96917                 .ob_type = &PyTuple_Type,
96918             },
96919             .ob_size = 9,
96920         },
96921         .ob_item = {
96922             &_Py_ID(isinstance),
96923             & const_str_list._ascii.ob_base,
96924             & const_str_tuple._ascii.ob_base,
96925             & const_str_map._ascii.ob_base,
96926             & const_str_os._ascii.ob_base,
96927             & const_str_fspath._ascii.ob_base,
96928             & const_str_min._ascii.ob_base,
96929             & const_str_max._ascii.ob_base,
96930             & const_str_enumerate._ascii.ob_base,
96931         },
96932     },
96933 };
96934 static
96935     struct {
96936         PyObject_VAR_HEAD
96937         Py_hash_t ob_shash;
96938         char ob_sval[153];
96939     }
96940 genericpath_toplevel_consts_11_linetable = {
96941     .ob_base = {
96942         .ob_base = {
96943             .ob_refcnt = 999999999,
96944             .ob_type = &PyBytes_Type,
96945         },
96946         .ob_size = 152,
96947     },
96948     .ob_shash = -1,
96949     .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\xd1\x0b\x2a\xd4\x0b\x2a\xf0\x00\x01\x05\x25\xdd\x0c\x11\x95\x23\x95\x62\x94\x69\xa0\x11\xd1\x12\x23\xd4\x12\x23\xd1\x0c\x24\xd4\x0c\x24\x88\x01\xdd\x09\x0c\x88\x51\x89\x16\x8c\x16\x80\x42\xdd\x09\x0c\x88\x51\x89\x16\x8c\x16\x80\x42\xdd\x10\x19\x98\x22\x91\x0d\x94\x0d\xf0\x00\x02\x05\x1a\xf0\x00\x02\x05\x1a\x89\x04\x88\x01\x88\x31\xd8\x0b\x0c\x90\x02\x90\x31\x94\x05\x8a\x3a\x88\x3a\xd8\x13\x15\x90\x62\x90\x71\x90\x62\x94\x36\x88\x4d\x88\x4d\x88\x4d\xf0\x03\x00\x0c\x16\xe0\x0b\x0d\x80\x49",
96950 };
96951 static
96952     struct {
96953         PyASCIIObject _ascii;
96954         uint8_t _data[3];
96955     }
96956 const_str_s1 = {
96957     ._ascii = {
96958         .ob_base = {
96959             .ob_refcnt = 999999999,
96960             .ob_type = &PyUnicode_Type,
96961         },
96962         .length = 2,
96963         .hash = -1,
96964         .state = {
96965             .kind = 1,
96966             .compact = 1,
96967             .ascii = 1,
96968             .ready = 1,
96969         },
96970     },
96971     ._data = "s1",
96972 };
96973 static
96974     struct {
96975         PyASCIIObject _ascii;
96976         uint8_t _data[3];
96977     }
96978 const_str_s2 = {
96979     ._ascii = {
96980         .ob_base = {
96981             .ob_refcnt = 999999999,
96982             .ob_type = &PyUnicode_Type,
96983         },
96984         .length = 2,
96985         .hash = -1,
96986         .state = {
96987             .kind = 1,
96988             .compact = 1,
96989             .ascii = 1,
96990             .ready = 1,
96991         },
96992     },
96993     ._data = "s2",
96994 };
96995 static
96996     struct {
96997         PyGC_Head _gc_head;
96998         struct {
96999             PyObject_VAR_HEAD
97000             PyObject *ob_item[5];
97001         }_object;
97002     }
97003 genericpath_toplevel_consts_11_localsplusnames = {
97004     ._object = {
97005         .ob_base = {
97006             .ob_base = {
97007                 .ob_refcnt = 999999999,
97008                 .ob_type = &PyTuple_Type,
97009             },
97010             .ob_size = 5,
97011         },
97012         .ob_item = {
97013             & const_str_m._ascii.ob_base,
97014             & const_str_s1._ascii.ob_base,
97015             & const_str_s2._ascii.ob_base,
97016             & const_str_i._ascii.ob_base,
97017             & const_str_c._ascii.ob_base,
97018         },
97019     },
97020 };
97021 static
97022     struct _PyCode_DEF(310)
97023 genericpath_toplevel_consts_11 = {
97024     .ob_base = {
97025         .ob_base = {
97026             .ob_refcnt = 999999999,
97027             .ob_type = &PyCode_Type,
97028         },
97029         .ob_size = 155,
97030     },
97031     .co_consts = & genericpath_toplevel_consts_11_consts._object.ob_base.ob_base,
97032     .co_names = & genericpath_toplevel_consts_11_names._object.ob_base.ob_base,
97033     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
97034     .co_flags = 3,
97035     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
97036     ._co_linearray_entry_size = 0,
97037     .co_argcount = 1,
97038     .co_posonlyargcount = 0,
97039     .co_kwonlyargcount = 0,
97040     .co_stacksize = 6,
97041     .co_firstlineno = 69,
97042     .co_nlocalsplus = 5,
97043     .co_nlocals = 5,
97044     .co_nplaincellvars = 0,
97045     .co_ncellvars = 0,
97046     .co_nfreevars = 0,
97047     .co_localsplusnames = & genericpath_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
97048     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
97049     .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
97050     .co_name = & const_str_commonprefix._ascii.ob_base,
97051     .co_qualname = & const_str_commonprefix._ascii.ob_base,
97052     .co_linetable = & genericpath_toplevel_consts_11_linetable.ob_base.ob_base,
97053     ._co_code = NULL,
97054     ._co_linearray = NULL,
97055     .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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x27\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\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\xa6\x01\x00\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\xa6\x01\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x1d\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\x72\x0c\x7c\x01\x64\x03\x7c\x03\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x01\x00\x53\x00\x8c\x1e\x7c\x01\x53\x00",
97056     ._co_firsttraceable = 0,
97057 };
97058 static
97059     struct {
97060         PyASCIIObject _ascii;
97061         uint8_t _data[54];
97062     }
97063 genericpath_toplevel_consts_12_consts_0 = {
97064     ._ascii = {
97065         .ob_base = {
97066             .ob_refcnt = 999999999,
97067             .ob_type = &PyUnicode_Type,
97068         },
97069         .length = 53,
97070         .hash = -1,
97071         .state = {
97072             .kind = 1,
97073             .compact = 1,
97074             .ascii = 1,
97075             .ready = 1,
97076         },
97077     },
97078     ._data = "Test whether two stat buffers reference the same file",
97079 };
97080 static
97081     struct {
97082         PyGC_Head _gc_head;
97083         struct {
97084             PyObject_VAR_HEAD
97085             PyObject *ob_item[1];
97086         }_object;
97087     }
97088 genericpath_toplevel_consts_12_consts = {
97089     ._object = {
97090         .ob_base = {
97091             .ob_base = {
97092                 .ob_refcnt = 999999999,
97093                 .ob_type = &PyTuple_Type,
97094             },
97095             .ob_size = 1,
97096         },
97097         .ob_item = {
97098             & genericpath_toplevel_consts_12_consts_0._ascii.ob_base,
97099         },
97100     },
97101 };
97102 static
97103     struct {
97104         PyASCIIObject _ascii;
97105         uint8_t _data[7];
97106     }
97107 const_str_st_ino = {
97108     ._ascii = {
97109         .ob_base = {
97110             .ob_refcnt = 999999999,
97111             .ob_type = &PyUnicode_Type,
97112         },
97113         .length = 6,
97114         .hash = -1,
97115         .state = {
97116             .kind = 1,
97117             .compact = 1,
97118             .ascii = 1,
97119             .ready = 1,
97120         },
97121     },
97122     ._data = "st_ino",
97123 };
97124 static
97125     struct {
97126         PyASCIIObject _ascii;
97127         uint8_t _data[7];
97128     }
97129 const_str_st_dev = {
97130     ._ascii = {
97131         .ob_base = {
97132             .ob_refcnt = 999999999,
97133             .ob_type = &PyUnicode_Type,
97134         },
97135         .length = 6,
97136         .hash = -1,
97137         .state = {
97138             .kind = 1,
97139             .compact = 1,
97140             .ascii = 1,
97141             .ready = 1,
97142         },
97143     },
97144     ._data = "st_dev",
97145 };
97146 static
97147     struct {
97148         PyGC_Head _gc_head;
97149         struct {
97150             PyObject_VAR_HEAD
97151             PyObject *ob_item[2];
97152         }_object;
97153     }
97154 genericpath_toplevel_consts_12_names = {
97155     ._object = {
97156         .ob_base = {
97157             .ob_base = {
97158                 .ob_refcnt = 999999999,
97159                 .ob_type = &PyTuple_Type,
97160             },
97161             .ob_size = 2,
97162         },
97163         .ob_item = {
97164             & const_str_st_ino._ascii.ob_base,
97165             & const_str_st_dev._ascii.ob_base,
97166         },
97167     },
97168 };
97169 static
97170     struct {
97171         PyObject_VAR_HEAD
97172         Py_hash_t ob_shash;
97173         char ob_sval[37];
97174     }
97175 genericpath_toplevel_consts_12_linetable = {
97176     .ob_base = {
97177         .ob_base = {
97178             .ob_refcnt = 999999999,
97179             .ob_type = &PyBytes_Type,
97180         },
97181         .ob_size = 36,
97182     },
97183     .ob_shash = -1,
97184     .ob_sval = "\x80\x00\xe0\x0c\x0e\x8c\x49\x98\x12\x9c\x19\xd2\x0c\x22\xf0\x00\x01\x0d\x23\xd8\x0c\x0e\x8c\x49\x98\x12\x9c\x19\xd2\x0c\x22\xf0\x03\x01\x05\x24",
97185 };
97186 static
97187     struct {
97188         PyGC_Head _gc_head;
97189         struct {
97190             PyObject_VAR_HEAD
97191             PyObject *ob_item[2];
97192         }_object;
97193     }
97194 genericpath_toplevel_consts_12_localsplusnames = {
97195     ._object = {
97196         .ob_base = {
97197             .ob_base = {
97198                 .ob_refcnt = 999999999,
97199                 .ob_type = &PyTuple_Type,
97200             },
97201             .ob_size = 2,
97202         },
97203         .ob_item = {
97204             & const_str_s1._ascii.ob_base,
97205             & const_str_s2._ascii.ob_base,
97206         },
97207     },
97208 };
97209 static
97210     struct _PyCode_DEF(66)
97211 genericpath_toplevel_consts_12 = {
97212     .ob_base = {
97213         .ob_base = {
97214             .ob_refcnt = 999999999,
97215             .ob_type = &PyCode_Type,
97216         },
97217         .ob_size = 33,
97218     },
97219     .co_consts = & genericpath_toplevel_consts_12_consts._object.ob_base.ob_base,
97220     .co_names = & genericpath_toplevel_consts_12_names._object.ob_base.ob_base,
97221     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
97222     .co_flags = 3,
97223     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
97224     ._co_linearray_entry_size = 0,
97225     .co_argcount = 2,
97226     .co_posonlyargcount = 0,
97227     .co_kwonlyargcount = 0,
97228     .co_stacksize = 2,
97229     .co_firstlineno = 87,
97230     .co_nlocalsplus = 2,
97231     .co_nlocals = 2,
97232     .co_nplaincellvars = 0,
97233     .co_ncellvars = 0,
97234     .co_nfreevars = 0,
97235     .co_localsplusnames = & genericpath_toplevel_consts_12_localsplusnames._object.ob_base.ob_base,
97236     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
97237     .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
97238     .co_name = & const_str_samestat._ascii.ob_base,
97239     .co_qualname = & const_str_samestat._ascii.ob_base,
97240     .co_linetable = & genericpath_toplevel_consts_12_linetable.ob_base.ob_base,
97241     ._co_code = NULL,
97242     ._co_linearray = NULL,
97243     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x6f\x0f\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00",
97244     ._co_firsttraceable = 0,
97245 };
97246 static
97247     struct {
97248         PyASCIIObject _ascii;
97249         uint8_t _data[214];
97250     }
97251 genericpath_toplevel_consts_13_consts_0 = {
97252     ._ascii = {
97253         .ob_base = {
97254             .ob_refcnt = 999999999,
97255             .ob_type = &PyUnicode_Type,
97256         },
97257         .length = 213,
97258         .hash = -1,
97259         .state = {
97260             .kind = 1,
97261             .compact = 1,
97262             .ascii = 1,
97263             .ready = 1,
97264         },
97265     },
97266     ._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",
97267 };
97268 static
97269     struct {
97270         PyGC_Head _gc_head;
97271         struct {
97272             PyObject_VAR_HEAD
97273             PyObject *ob_item[1];
97274         }_object;
97275     }
97276 genericpath_toplevel_consts_13_consts = {
97277     ._object = {
97278         .ob_base = {
97279             .ob_base = {
97280                 .ob_refcnt = 999999999,
97281                 .ob_type = &PyTuple_Type,
97282             },
97283             .ob_size = 1,
97284         },
97285         .ob_item = {
97286             & genericpath_toplevel_consts_13_consts_0._ascii.ob_base,
97287         },
97288     },
97289 };
97290 static
97291     struct {
97292         PyGC_Head _gc_head;
97293         struct {
97294             PyObject_VAR_HEAD
97295             PyObject *ob_item[3];
97296         }_object;
97297     }
97298 genericpath_toplevel_consts_13_names = {
97299     ._object = {
97300         .ob_base = {
97301             .ob_base = {
97302                 .ob_refcnt = 999999999,
97303                 .ob_type = &PyTuple_Type,
97304             },
97305             .ob_size = 3,
97306         },
97307         .ob_item = {
97308             & const_str_os._ascii.ob_base,
97309             & const_str_stat._ascii.ob_base,
97310             & const_str_samestat._ascii.ob_base,
97311         },
97312     },
97313 };
97314 static
97315     struct {
97316         PyObject_VAR_HEAD
97317         Py_hash_t ob_shash;
97318         char ob_sval[47];
97319     }
97320 genericpath_toplevel_consts_13_linetable = {
97321     .ob_base = {
97322         .ob_base = {
97323             .ob_refcnt = 999999999,
97324             .ob_type = &PyBytes_Type,
97325         },
97326         .ob_size = 46,
97327     },
97328     .ob_shash = -1,
97329     .ob_sval = "\x80\x00\xf5\x0c\x00\x0a\x0c\x8c\x17\x90\x12\x89\x1b\x8c\x1b\x80\x42\xdd\x09\x0b\x8c\x17\x90\x12\x89\x1b\x8c\x1b\x80\x42\xdd\x0b\x13\x90\x42\x98\x02\xd1\x0b\x1b\xd4\x0b\x1b\xd0\x04\x1b",
97330 };
97331 static
97332     struct {
97333         PyASCIIObject _ascii;
97334         uint8_t _data[3];
97335     }
97336 const_str_f1 = {
97337     ._ascii = {
97338         .ob_base = {
97339             .ob_refcnt = 999999999,
97340             .ob_type = &PyUnicode_Type,
97341         },
97342         .length = 2,
97343         .hash = -1,
97344         .state = {
97345             .kind = 1,
97346             .compact = 1,
97347             .ascii = 1,
97348             .ready = 1,
97349         },
97350     },
97351     ._data = "f1",
97352 };
97353 static
97354     struct {
97355         PyASCIIObject _ascii;
97356         uint8_t _data[3];
97357     }
97358 const_str_f2 = {
97359     ._ascii = {
97360         .ob_base = {
97361             .ob_refcnt = 999999999,
97362             .ob_type = &PyUnicode_Type,
97363         },
97364         .length = 2,
97365         .hash = -1,
97366         .state = {
97367             .kind = 1,
97368             .compact = 1,
97369             .ascii = 1,
97370             .ready = 1,
97371         },
97372     },
97373     ._data = "f2",
97374 };
97375 static
97376     struct {
97377         PyGC_Head _gc_head;
97378         struct {
97379             PyObject_VAR_HEAD
97380             PyObject *ob_item[4];
97381         }_object;
97382     }
97383 genericpath_toplevel_consts_13_localsplusnames = {
97384     ._object = {
97385         .ob_base = {
97386             .ob_base = {
97387                 .ob_refcnt = 999999999,
97388                 .ob_type = &PyTuple_Type,
97389             },
97390             .ob_size = 4,
97391         },
97392         .ob_item = {
97393             & const_str_f1._ascii.ob_base,
97394             & const_str_f2._ascii.ob_base,
97395             & const_str_s1._ascii.ob_base,
97396             & const_str_s2._ascii.ob_base,
97397         },
97398     },
97399 };
97400 static
97401     struct _PyCode_DEF(114)
97402 genericpath_toplevel_consts_13 = {
97403     .ob_base = {
97404         .ob_base = {
97405             .ob_refcnt = 999999999,
97406             .ob_type = &PyCode_Type,
97407         },
97408         .ob_size = 57,
97409     },
97410     .co_consts = & genericpath_toplevel_consts_13_consts._object.ob_base.ob_base,
97411     .co_names = & genericpath_toplevel_consts_13_names._object.ob_base.ob_base,
97412     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
97413     .co_flags = 3,
97414     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
97415     ._co_linearray_entry_size = 0,
97416     .co_argcount = 2,
97417     .co_posonlyargcount = 0,
97418     .co_kwonlyargcount = 0,
97419     .co_stacksize = 4,
97420     .co_firstlineno = 94,
97421     .co_nlocalsplus = 4,
97422     .co_nlocals = 4,
97423     .co_nplaincellvars = 0,
97424     .co_ncellvars = 0,
97425     .co_nfreevars = 0,
97426     .co_localsplusnames = & genericpath_toplevel_consts_13_localsplusnames._object.ob_base.ob_base,
97427     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
97428     .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
97429     .co_name = & const_str_samefile._ascii.ob_base,
97430     .co_qualname = & const_str_samefile._ascii.ob_base,
97431     .co_linetable = & genericpath_toplevel_consts_13_linetable.ob_base.ob_base,
97432     ._co_code = NULL,
97433     ._co_linearray = NULL,
97434     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
97435     ._co_firsttraceable = 0,
97436 };
97437 static
97438     struct {
97439         PyASCIIObject _ascii;
97440         uint8_t _data[59];
97441     }
97442 genericpath_toplevel_consts_14_consts_0 = {
97443     ._ascii = {
97444         .ob_base = {
97445             .ob_refcnt = 999999999,
97446             .ob_type = &PyUnicode_Type,
97447         },
97448         .length = 58,
97449         .hash = -1,
97450         .state = {
97451             .kind = 1,
97452             .compact = 1,
97453             .ascii = 1,
97454             .ready = 1,
97455         },
97456     },
97457     ._data = "Test whether two open file objects reference the same file",
97458 };
97459 static
97460     struct {
97461         PyGC_Head _gc_head;
97462         struct {
97463             PyObject_VAR_HEAD
97464             PyObject *ob_item[1];
97465         }_object;
97466     }
97467 genericpath_toplevel_consts_14_consts = {
97468     ._object = {
97469         .ob_base = {
97470             .ob_base = {
97471                 .ob_refcnt = 999999999,
97472                 .ob_type = &PyTuple_Type,
97473             },
97474             .ob_size = 1,
97475         },
97476         .ob_item = {
97477             & genericpath_toplevel_consts_14_consts_0._ascii.ob_base,
97478         },
97479     },
97480 };
97481 static
97482     struct {
97483         PyASCIIObject _ascii;
97484         uint8_t _data[6];
97485     }
97486 const_str_fstat = {
97487     ._ascii = {
97488         .ob_base = {
97489             .ob_refcnt = 999999999,
97490             .ob_type = &PyUnicode_Type,
97491         },
97492         .length = 5,
97493         .hash = -1,
97494         .state = {
97495             .kind = 1,
97496             .compact = 1,
97497             .ascii = 1,
97498             .ready = 1,
97499         },
97500     },
97501     ._data = "fstat",
97502 };
97503 static
97504     struct {
97505         PyGC_Head _gc_head;
97506         struct {
97507             PyObject_VAR_HEAD
97508             PyObject *ob_item[3];
97509         }_object;
97510     }
97511 genericpath_toplevel_consts_14_names = {
97512     ._object = {
97513         .ob_base = {
97514             .ob_base = {
97515                 .ob_refcnt = 999999999,
97516                 .ob_type = &PyTuple_Type,
97517             },
97518             .ob_size = 3,
97519         },
97520         .ob_item = {
97521             & const_str_os._ascii.ob_base,
97522             & const_str_fstat._ascii.ob_base,
97523             & const_str_samestat._ascii.ob_base,
97524         },
97525     },
97526 };
97527 static
97528     struct {
97529         PyObject_VAR_HEAD
97530         Py_hash_t ob_shash;
97531         char ob_sval[45];
97532     }
97533 genericpath_toplevel_consts_14_linetable = {
97534     .ob_base = {
97535         .ob_base = {
97536             .ob_refcnt = 999999999,
97537             .ob_type = &PyBytes_Type,
97538         },
97539         .ob_size = 44,
97540     },
97541     .ob_shash = -1,
97542     .ob_sval = "\x80\x00\xe5\x09\x0b\x8c\x18\x90\x23\x89\x1d\x8c\x1d\x80\x42\xdd\x09\x0b\x8c\x18\x90\x23\x89\x1d\x8c\x1d\x80\x42\xdd\x0b\x13\x90\x42\x98\x02\xd1\x0b\x1b\xd4\x0b\x1b\xd0\x04\x1b",
97543 };
97544 static
97545     struct {
97546         PyASCIIObject _ascii;
97547         uint8_t _data[4];
97548     }
97549 const_str_fp1 = {
97550     ._ascii = {
97551         .ob_base = {
97552             .ob_refcnt = 999999999,
97553             .ob_type = &PyUnicode_Type,
97554         },
97555         .length = 3,
97556         .hash = -1,
97557         .state = {
97558             .kind = 1,
97559             .compact = 1,
97560             .ascii = 1,
97561             .ready = 1,
97562         },
97563     },
97564     ._data = "fp1",
97565 };
97566 static
97567     struct {
97568         PyASCIIObject _ascii;
97569         uint8_t _data[4];
97570     }
97571 const_str_fp2 = {
97572     ._ascii = {
97573         .ob_base = {
97574             .ob_refcnt = 999999999,
97575             .ob_type = &PyUnicode_Type,
97576         },
97577         .length = 3,
97578         .hash = -1,
97579         .state = {
97580             .kind = 1,
97581             .compact = 1,
97582             .ascii = 1,
97583             .ready = 1,
97584         },
97585     },
97586     ._data = "fp2",
97587 };
97588 static
97589     struct {
97590         PyGC_Head _gc_head;
97591         struct {
97592             PyObject_VAR_HEAD
97593             PyObject *ob_item[4];
97594         }_object;
97595     }
97596 genericpath_toplevel_consts_14_localsplusnames = {
97597     ._object = {
97598         .ob_base = {
97599             .ob_base = {
97600                 .ob_refcnt = 999999999,
97601                 .ob_type = &PyTuple_Type,
97602             },
97603             .ob_size = 4,
97604         },
97605         .ob_item = {
97606             & const_str_fp1._ascii.ob_base,
97607             & const_str_fp2._ascii.ob_base,
97608             & const_str_s1._ascii.ob_base,
97609             & const_str_s2._ascii.ob_base,
97610         },
97611     },
97612 };
97613 static
97614     struct _PyCode_DEF(114)
97615 genericpath_toplevel_consts_14 = {
97616     .ob_base = {
97617         .ob_base = {
97618             .ob_refcnt = 999999999,
97619             .ob_type = &PyCode_Type,
97620         },
97621         .ob_size = 57,
97622     },
97623     .co_consts = & genericpath_toplevel_consts_14_consts._object.ob_base.ob_base,
97624     .co_names = & genericpath_toplevel_consts_14_names._object.ob_base.ob_base,
97625     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
97626     .co_flags = 3,
97627     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
97628     ._co_linearray_entry_size = 0,
97629     .co_argcount = 2,
97630     .co_posonlyargcount = 0,
97631     .co_kwonlyargcount = 0,
97632     .co_stacksize = 4,
97633     .co_firstlineno = 107,
97634     .co_nlocalsplus = 4,
97635     .co_nlocals = 4,
97636     .co_nplaincellvars = 0,
97637     .co_ncellvars = 0,
97638     .co_nfreevars = 0,
97639     .co_localsplusnames = & genericpath_toplevel_consts_14_localsplusnames._object.ob_base.ob_base,
97640     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
97641     .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
97642     .co_name = & const_str_sameopenfile._ascii.ob_base,
97643     .co_qualname = & const_str_sameopenfile._ascii.ob_base,
97644     .co_linetable = & genericpath_toplevel_consts_14_linetable.ob_base.ob_base,
97645     ._co_code = NULL,
97646     ._co_linearray = NULL,
97647     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
97648     ._co_firsttraceable = 0,
97649 };
97650 static
97651     struct {
97652         PyASCIIObject _ascii;
97653         uint8_t _data[165];
97654     }
97655 genericpath_toplevel_consts_15_consts_0 = {
97656     ._ascii = {
97657         .ob_base = {
97658             .ob_refcnt = 999999999,
97659             .ob_type = &PyUnicode_Type,
97660         },
97661         .length = 164,
97662         .hash = -1,
97663         .state = {
97664             .kind = 1,
97665             .compact = 1,
97666             .ascii = 1,
97667             .ready = 1,
97668         },
97669     },
97670     ._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",
97671 };
97672 static
97673     struct {
97674         PyGC_Head _gc_head;
97675         struct {
97676             PyObject_VAR_HEAD
97677             PyObject *ob_item[4];
97678         }_object;
97679     }
97680 genericpath_toplevel_consts_15_consts = {
97681     ._object = {
97682         .ob_base = {
97683             .ob_base = {
97684                 .ob_refcnt = 999999999,
97685                 .ob_type = &PyTuple_Type,
97686             },
97687             .ob_size = 4,
97688         },
97689         .ob_item = {
97690             & genericpath_toplevel_consts_15_consts_0._ascii.ob_base,
97691             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
97692             Py_None,
97693             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
97694         },
97695     },
97696 };
97697 static
97698     struct {
97699         PyGC_Head _gc_head;
97700         struct {
97701             PyObject_VAR_HEAD
97702             PyObject *ob_item[2];
97703         }_object;
97704     }
97705 genericpath_toplevel_consts_15_names = {
97706     ._object = {
97707         .ob_base = {
97708             .ob_base = {
97709                 .ob_refcnt = 999999999,
97710                 .ob_type = &PyTuple_Type,
97711             },
97712             .ob_size = 2,
97713         },
97714         .ob_item = {
97715             & const_str_rfind._ascii.ob_base,
97716             & const_str_max._ascii.ob_base,
97717         },
97718     },
97719 };
97720 static
97721     struct {
97722         PyASCIIObject _ascii;
97723         uint8_t _data[10];
97724     }
97725 const_str__splitext = {
97726     ._ascii = {
97727         .ob_base = {
97728             .ob_refcnt = 999999999,
97729             .ob_type = &PyUnicode_Type,
97730         },
97731         .length = 9,
97732         .hash = -1,
97733         .state = {
97734             .kind = 1,
97735             .compact = 1,
97736             .ascii = 1,
97737             .ready = 1,
97738         },
97739     },
97740     ._data = "_splitext",
97741 };
97742 static
97743     struct {
97744         PyObject_VAR_HEAD
97745         Py_hash_t ob_shash;
97746         char ob_sval[198];
97747     }
97748 genericpath_toplevel_consts_15_linetable = {
97749     .ob_base = {
97750         .ob_base = {
97751             .ob_refcnt = 999999999,
97752             .ob_type = &PyBytes_Type,
97753         },
97754         .ob_size = 197,
97755     },
97756     .ob_shash = -1,
97757     .ob_sval = "\x80\x00\xf0\x0e\x00\x10\x11\x8f\x77\x8a\x77\x90\x73\x89\x7c\x8c\x7c\x80\x48\xd8\x07\x0d\xf0\x00\x02\x05\x2e\xd8\x16\x17\x97\x67\x92\x67\x98\x66\x91\x6f\x94\x6f\x88\x0b\xdd\x13\x16\x90\x78\xa0\x1b\xd1\x13\x2d\xd4\x13\x2d\x88\x08\xe0\x0f\x10\x8f\x77\x8a\x77\x90\x76\x89\x7f\x8c\x7f\x80\x48\xd8\x07\x0f\x90\x28\xd2\x07\x1a\xd0\x07\x1a\xe0\x18\x20\xa0\x31\x99\x0c\x88\x0d\xd8\x0e\x1b\x98\x68\xd2\x0e\x26\xd0\x0e\x26\xd8\x0f\x10\x90\x1d\x98\x7d\xa8\x51\x99\x7f\xd0\x11\x2e\xd4\x0f\x2f\xb0\x36\xd2\x0f\x39\xd0\x0f\x39\xd8\x17\x18\x98\x19\x98\x28\x98\x19\x94\x7c\xa0\x51\xa0\x78\xa0\x79\xa0\x79\xa4\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\xd0\x0e\x26\xf0\x0a\x00\x0c\x0d\x88\x61\x90\x02\x90\x11\x90\x02\x8c\x65\x88\x38\x80\x4f",
97758 };
97759 static
97760     struct {
97761         PyASCIIObject _ascii;
97762         uint8_t _data[7];
97763     }
97764 const_str_altsep = {
97765     ._ascii = {
97766         .ob_base = {
97767             .ob_refcnt = 999999999,
97768             .ob_type = &PyUnicode_Type,
97769         },
97770         .length = 6,
97771         .hash = -1,
97772         .state = {
97773             .kind = 1,
97774             .compact = 1,
97775             .ascii = 1,
97776             .ready = 1,
97777         },
97778     },
97779     ._data = "altsep",
97780 };
97781 static
97782     struct {
97783         PyASCIIObject _ascii;
97784         uint8_t _data[7];
97785     }
97786 const_str_extsep = {
97787     ._ascii = {
97788         .ob_base = {
97789             .ob_refcnt = 999999999,
97790             .ob_type = &PyUnicode_Type,
97791         },
97792         .length = 6,
97793         .hash = -1,
97794         .state = {
97795             .kind = 1,
97796             .compact = 1,
97797             .ascii = 1,
97798             .ready = 1,
97799         },
97800     },
97801     ._data = "extsep",
97802 };
97803 static
97804     struct {
97805         PyASCIIObject _ascii;
97806         uint8_t _data[9];
97807     }
97808 const_str_sepIndex = {
97809     ._ascii = {
97810         .ob_base = {
97811             .ob_refcnt = 999999999,
97812             .ob_type = &PyUnicode_Type,
97813         },
97814         .length = 8,
97815         .hash = -1,
97816         .state = {
97817             .kind = 1,
97818             .compact = 1,
97819             .ascii = 1,
97820             .ready = 1,
97821         },
97822     },
97823     ._data = "sepIndex",
97824 };
97825 static
97826     struct {
97827         PyASCIIObject _ascii;
97828         uint8_t _data[12];
97829     }
97830 const_str_altsepIndex = {
97831     ._ascii = {
97832         .ob_base = {
97833             .ob_refcnt = 999999999,
97834             .ob_type = &PyUnicode_Type,
97835         },
97836         .length = 11,
97837         .hash = -1,
97838         .state = {
97839             .kind = 1,
97840             .compact = 1,
97841             .ascii = 1,
97842             .ready = 1,
97843         },
97844     },
97845     ._data = "altsepIndex",
97846 };
97847 static
97848     struct {
97849         PyASCIIObject _ascii;
97850         uint8_t _data[9];
97851     }
97852 const_str_dotIndex = {
97853     ._ascii = {
97854         .ob_base = {
97855             .ob_refcnt = 999999999,
97856             .ob_type = &PyUnicode_Type,
97857         },
97858         .length = 8,
97859         .hash = -1,
97860         .state = {
97861             .kind = 1,
97862             .compact = 1,
97863             .ascii = 1,
97864             .ready = 1,
97865         },
97866     },
97867     ._data = "dotIndex",
97868 };
97869 static
97870     struct {
97871         PyASCIIObject _ascii;
97872         uint8_t _data[14];
97873     }
97874 const_str_filenameIndex = {
97875     ._ascii = {
97876         .ob_base = {
97877             .ob_refcnt = 999999999,
97878             .ob_type = &PyUnicode_Type,
97879         },
97880         .length = 13,
97881         .hash = -1,
97882         .state = {
97883             .kind = 1,
97884             .compact = 1,
97885             .ascii = 1,
97886             .ready = 1,
97887         },
97888     },
97889     ._data = "filenameIndex",
97890 };
97891 static
97892     struct {
97893         PyGC_Head _gc_head;
97894         struct {
97895             PyObject_VAR_HEAD
97896             PyObject *ob_item[8];
97897         }_object;
97898     }
97899 genericpath_toplevel_consts_15_localsplusnames = {
97900     ._object = {
97901         .ob_base = {
97902             .ob_base = {
97903                 .ob_refcnt = 999999999,
97904                 .ob_type = &PyTuple_Type,
97905             },
97906             .ob_size = 8,
97907         },
97908         .ob_item = {
97909             & const_str_p._ascii.ob_base,
97910             & const_str_sep._ascii.ob_base,
97911             & const_str_altsep._ascii.ob_base,
97912             & const_str_extsep._ascii.ob_base,
97913             & const_str_sepIndex._ascii.ob_base,
97914             & const_str_altsepIndex._ascii.ob_base,
97915             & const_str_dotIndex._ascii.ob_base,
97916             & const_str_filenameIndex._ascii.ob_base,
97917         },
97918     },
97919 };
97920 static
97921     struct _PyCode_DEF(318)
97922 genericpath_toplevel_consts_15 = {
97923     .ob_base = {
97924         .ob_base = {
97925             .ob_refcnt = 999999999,
97926             .ob_type = &PyCode_Type,
97927         },
97928         .ob_size = 159,
97929     },
97930     .co_consts = & genericpath_toplevel_consts_15_consts._object.ob_base.ob_base,
97931     .co_names = & genericpath_toplevel_consts_15_names._object.ob_base.ob_base,
97932     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
97933     .co_flags = 3,
97934     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
97935     ._co_linearray_entry_size = 0,
97936     .co_argcount = 4,
97937     .co_posonlyargcount = 0,
97938     .co_kwonlyargcount = 0,
97939     .co_stacksize = 4,
97940     .co_firstlineno = 121,
97941     .co_nlocalsplus = 8,
97942     .co_nlocals = 8,
97943     .co_nplaincellvars = 0,
97944     .co_ncellvars = 0,
97945     .co_nfreevars = 0,
97946     .co_localsplusnames = & genericpath_toplevel_consts_15_localsplusnames._object.ob_base.ob_base,
97947     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
97948     .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
97949     .co_name = & const_str__splitext._ascii.ob_base,
97950     .co_qualname = & const_str__splitext._ascii.ob_base,
97951     .co_linetable = & genericpath_toplevel_consts_15_linetable.ob_base.ob_base,
97952     ._co_code = NULL,
97953     ._co_linearray = NULL,
97954     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x02\x72\x25\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x7c\x04\x6b\x04\x00\x00\x00\x00\x72\x3b\x7c\x04\x64\x01\x7a\x00\x00\x00\x7d\x07\x7c\x07\x7c\x06\x6b\x00\x00\x00\x00\x00\x72\x30\x7c\x00\x7c\x07\x7c\x07\x64\x01\x7a\x00\x00\x00\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x6b\x03\x00\x00\x00\x00\x72\x14\x7c\x00\x64\x02\x7c\x06\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x06\x64\x02\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\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\x30\x7c\x00\x7c\x00\x64\x02\x64\x03\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x53\x00",
97955     ._co_firsttraceable = 0,
97956 };
97957 static
97958     struct {
97959         PyASCIIObject _ascii;
97960         uint8_t _data[60];
97961     }
97962 genericpath_toplevel_consts_16_consts_3 = {
97963     ._ascii = {
97964         .ob_base = {
97965             .ob_refcnt = 999999999,
97966             .ob_type = &PyUnicode_Type,
97967         },
97968         .length = 59,
97969         .hash = -1,
97970         .state = {
97971             .kind = 1,
97972             .compact = 1,
97973             .ascii = 1,
97974             .ready = 1,
97975         },
97976     },
97977     ._data = "() argument must be str, bytes, or os.PathLike object, not ",
97978 };
97979 static
97980     struct {
97981         PyASCIIObject _ascii;
97982         uint8_t _data[47];
97983     }
97984 genericpath_toplevel_consts_16_consts_4 = {
97985     ._ascii = {
97986         .ob_base = {
97987             .ob_refcnt = 999999999,
97988             .ob_type = &PyUnicode_Type,
97989         },
97990         .length = 46,
97991         .hash = -1,
97992         .state = {
97993             .kind = 1,
97994             .compact = 1,
97995             .ascii = 1,
97996             .ready = 1,
97997         },
97998     },
97999     ._data = "Can't mix strings and bytes in path components",
98000 };
98001 static
98002     struct {
98003         PyGC_Head _gc_head;
98004         struct {
98005             PyObject_VAR_HEAD
98006             PyObject *ob_item[5];
98007         }_object;
98008     }
98009 genericpath_toplevel_consts_16_consts = {
98010     ._object = {
98011         .ob_base = {
98012             .ob_base = {
98013                 .ob_refcnt = 999999999,
98014                 .ob_type = &PyTuple_Type,
98015             },
98016             .ob_size = 5,
98017         },
98018         .ob_item = {
98019             Py_None,
98020             Py_False,
98021             Py_True,
98022             & genericpath_toplevel_consts_16_consts_3._ascii.ob_base,
98023             & genericpath_toplevel_consts_16_consts_4._ascii.ob_base,
98024         },
98025     },
98026 };
98027 static
98028     struct {
98029         PyGC_Head _gc_head;
98030         struct {
98031             PyObject_VAR_HEAD
98032             PyObject *ob_item[6];
98033         }_object;
98034     }
98035 genericpath_toplevel_consts_16_names = {
98036     ._object = {
98037         .ob_base = {
98038             .ob_base = {
98039                 .ob_refcnt = 999999999,
98040                 .ob_type = &PyTuple_Type,
98041             },
98042             .ob_size = 6,
98043         },
98044         .ob_item = {
98045             &_Py_ID(isinstance),
98046             & const_str_str._ascii.ob_base,
98047             & const_str_bytes._ascii.ob_base,
98048             & const_str_TypeError._ascii.ob_base,
98049             &_Py_ID(__class__),
98050             &_Py_ID(__name__),
98051         },
98052     },
98053 };
98054 static
98055     struct {
98056         PyASCIIObject _ascii;
98057         uint8_t _data[17];
98058     }
98059 const_str__check_arg_types = {
98060     ._ascii = {
98061         .ob_base = {
98062             .ob_refcnt = 999999999,
98063             .ob_type = &PyUnicode_Type,
98064         },
98065         .length = 16,
98066         .hash = -1,
98067         .state = {
98068             .kind = 1,
98069             .compact = 1,
98070             .ascii = 1,
98071             .ready = 1,
98072         },
98073     },
98074     ._data = "_check_arg_types",
98075 };
98076 static
98077     struct {
98078         PyObject_VAR_HEAD
98079         Py_hash_t ob_shash;
98080         char ob_sval[198];
98081     }
98082 genericpath_toplevel_consts_16_linetable = {
98083     .ob_base = {
98084         .ob_base = {
98085             .ob_refcnt = 999999999,
98086             .ob_type = &PyBytes_Type,
98087         },
98088         .ob_size = 197,
98089     },
98090     .ob_shash = -1,
98091     .ob_sval = "\x80\x00\xd8\x18\x1d\xd0\x04\x1d\x80\x46\x88\x58\xd8\x0d\x11\xf0\x00\x07\x05\x5b\x01\xf0\x00\x07\x05\x5b\x01\x88\x01\xdd\x0b\x15\x90\x61\x9d\x13\xd1\x0b\x1d\xd4\x0b\x1d\xf0\x00\x06\x09\x5b\x01\xd8\x15\x19\x88\x46\x88\x46\xdd\x0d\x17\x98\x01\x9d\x35\xd1\x0d\x21\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\xb4\x7b\xd4\x37\x4b\xf0\x03\x01\x1d\x50\x01\xf0\x00\x01\x1d\x50\x01\xf1\x00\x01\x13\x51\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\xd1\x0e\x49\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",
98092 };
98093 static
98094     struct {
98095         PyASCIIObject _ascii;
98096         uint8_t _data[9];
98097     }
98098 const_str_funcname = {
98099     ._ascii = {
98100         .ob_base = {
98101             .ob_refcnt = 999999999,
98102             .ob_type = &PyUnicode_Type,
98103         },
98104         .length = 8,
98105         .hash = -1,
98106         .state = {
98107             .kind = 1,
98108             .compact = 1,
98109             .ascii = 1,
98110             .ready = 1,
98111         },
98112     },
98113     ._data = "funcname",
98114 };
98115 static
98116     struct {
98117         PyASCIIObject _ascii;
98118         uint8_t _data[7];
98119     }
98120 const_str_hasstr = {
98121     ._ascii = {
98122         .ob_base = {
98123             .ob_refcnt = 999999999,
98124             .ob_type = &PyUnicode_Type,
98125         },
98126         .length = 6,
98127         .hash = -1,
98128         .state = {
98129             .kind = 1,
98130             .compact = 1,
98131             .ascii = 1,
98132             .ready = 1,
98133         },
98134     },
98135     ._data = "hasstr",
98136 };
98137 static
98138     struct {
98139         PyASCIIObject _ascii;
98140         uint8_t _data[9];
98141     }
98142 const_str_hasbytes = {
98143     ._ascii = {
98144         .ob_base = {
98145             .ob_refcnt = 999999999,
98146             .ob_type = &PyUnicode_Type,
98147         },
98148         .length = 8,
98149         .hash = -1,
98150         .state = {
98151             .kind = 1,
98152             .compact = 1,
98153             .ascii = 1,
98154             .ready = 1,
98155         },
98156     },
98157     ._data = "hasbytes",
98158 };
98159 static
98160     struct {
98161         PyGC_Head _gc_head;
98162         struct {
98163             PyObject_VAR_HEAD
98164             PyObject *ob_item[5];
98165         }_object;
98166     }
98167 genericpath_toplevel_consts_16_localsplusnames = {
98168     ._object = {
98169         .ob_base = {
98170             .ob_base = {
98171                 .ob_refcnt = 999999999,
98172                 .ob_type = &PyTuple_Type,
98173             },
98174             .ob_size = 5,
98175         },
98176         .ob_item = {
98177             & const_str_funcname._ascii.ob_base,
98178             & const_str_args._ascii.ob_base,
98179             & const_str_hasstr._ascii.ob_base,
98180             & const_str_hasbytes._ascii.ob_base,
98181             & const_str_s._ascii.ob_base,
98182         },
98183     },
98184 };
98185 static
98186     struct _PyCode_DEF(224)
98187 genericpath_toplevel_consts_16 = {
98188     .ob_base = {
98189         .ob_base = {
98190             .ob_refcnt = 999999999,
98191             .ob_type = &PyCode_Type,
98192         },
98193         .ob_size = 112,
98194     },
98195     .co_consts = & genericpath_toplevel_consts_16_consts._object.ob_base.ob_base,
98196     .co_names = & genericpath_toplevel_consts_16_names._object.ob_base.ob_base,
98197     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
98198     .co_flags = 7,
98199     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
98200     ._co_linearray_entry_size = 0,
98201     .co_argcount = 1,
98202     .co_posonlyargcount = 0,
98203     .co_kwonlyargcount = 0,
98204     .co_stacksize = 6,
98205     .co_firstlineno = 144,
98206     .co_nlocalsplus = 5,
98207     .co_nlocals = 5,
98208     .co_nplaincellvars = 0,
98209     .co_ncellvars = 0,
98210     .co_nfreevars = 0,
98211     .co_localsplusnames = & genericpath_toplevel_consts_16_localsplusnames._object.ob_base.ob_base,
98212     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
98213     .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
98214     .co_name = & const_str__check_arg_types._ascii.ob_base,
98215     .co_qualname = & const_str__check_arg_types._ascii.ob_base,
98216     .co_linetable = & genericpath_toplevel_consts_16_linetable.ob_base.ob_base,
98217     ._co_code = NULL,
98218     ._co_linearray = NULL,
98219     .co_code_adaptive = "\x97\x00\x64\x01\x78\x01\x7d\x02\x7d\x03\x7c\x01\x44\x00\x5d\x50\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x03\x64\x02\x7d\x02\x8c\x1a\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x03\x64\x02\x7d\x03\x8c\x32\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x9b\x00\x64\x03\x7c\x04\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x02\x9d\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x82\x02\x7c\x02\x72\x12\x7c\x03\x72\x12\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x82\x02\x64\x00\x53\x00\x64\x00\x53\x00",
98220     ._co_firsttraceable = 0,
98221 };
98222 static
98223     struct {
98224         PyGC_Head _gc_head;
98225         struct {
98226             PyObject_VAR_HEAD
98227             PyObject *ob_item[17];
98228         }_object;
98229     }
98230 genericpath_toplevel_consts = {
98231     ._object = {
98232         .ob_base = {
98233             .ob_base = {
98234                 .ob_refcnt = 999999999,
98235                 .ob_type = &PyTuple_Type,
98236             },
98237             .ob_size = 17,
98238         },
98239         .ob_item = {
98240             & genericpath_toplevel_consts_0._ascii.ob_base,
98241             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
98242             Py_None,
98243             & genericpath_toplevel_consts_3._object.ob_base.ob_base,
98244             & genericpath_toplevel_consts_4.ob_base.ob_base,
98245             & genericpath_toplevel_consts_5.ob_base.ob_base,
98246             & genericpath_toplevel_consts_6.ob_base.ob_base,
98247             & genericpath_toplevel_consts_7.ob_base.ob_base,
98248             & genericpath_toplevel_consts_8.ob_base.ob_base,
98249             & genericpath_toplevel_consts_9.ob_base.ob_base,
98250             & genericpath_toplevel_consts_10.ob_base.ob_base,
98251             & genericpath_toplevel_consts_11.ob_base.ob_base,
98252             & genericpath_toplevel_consts_12.ob_base.ob_base,
98253             & genericpath_toplevel_consts_13.ob_base.ob_base,
98254             & genericpath_toplevel_consts_14.ob_base.ob_base,
98255             & genericpath_toplevel_consts_15.ob_base.ob_base,
98256             & genericpath_toplevel_consts_16.ob_base.ob_base,
98257         },
98258     },
98259 };
98260 static
98261     struct {
98262         PyGC_Head _gc_head;
98263         struct {
98264             PyObject_VAR_HEAD
98265             PyObject *ob_item[17];
98266         }_object;
98267     }
98268 genericpath_toplevel_names = {
98269     ._object = {
98270         .ob_base = {
98271             .ob_base = {
98272                 .ob_refcnt = 999999999,
98273                 .ob_type = &PyTuple_Type,
98274             },
98275             .ob_size = 17,
98276         },
98277         .ob_item = {
98278             &_Py_ID(__doc__),
98279             & const_str_os._ascii.ob_base,
98280             & const_str_stat._ascii.ob_base,
98281             &_Py_ID(__all__),
98282             & const_str_exists._ascii.ob_base,
98283             & const_str_isfile._ascii.ob_base,
98284             & const_str_isdir._ascii.ob_base,
98285             & const_str_getsize._ascii.ob_base,
98286             & const_str_getmtime._ascii.ob_base,
98287             & const_str_getatime._ascii.ob_base,
98288             & const_str_getctime._ascii.ob_base,
98289             & const_str_commonprefix._ascii.ob_base,
98290             & const_str_samestat._ascii.ob_base,
98291             & const_str_samefile._ascii.ob_base,
98292             & const_str_sameopenfile._ascii.ob_base,
98293             & const_str__splitext._ascii.ob_base,
98294             & const_str__check_arg_types._ascii.ob_base,
98295         },
98296     },
98297 };
98298 static
98299     struct {
98300         PyObject_VAR_HEAD
98301         Py_hash_t ob_shash;
98302         char ob_sval[263];
98303     }
98304 genericpath_toplevel_linetable = {
98305     .ob_base = {
98306         .ob_base = {
98307             .ob_refcnt = 999999999,
98308             .ob_type = &PyBytes_Type,
98309         },
98310         .ob_size = 262,
98311     },
98312     .ob_shash = -1,
98313     .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",
98314 };
98315 static
98316     struct _PyCode_DEF(112)
98317 genericpath_toplevel = {
98318     .ob_base = {
98319         .ob_base = {
98320             .ob_refcnt = 999999999,
98321             .ob_type = &PyCode_Type,
98322         },
98323         .ob_size = 56,
98324     },
98325     .co_consts = & genericpath_toplevel_consts._object.ob_base.ob_base,
98326     .co_names = & genericpath_toplevel_names._object.ob_base.ob_base,
98327     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
98328     .co_flags = 0,
98329     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
98330     ._co_linearray_entry_size = 0,
98331     .co_argcount = 0,
98332     .co_posonlyargcount = 0,
98333     .co_kwonlyargcount = 0,
98334     .co_stacksize = 2,
98335     .co_firstlineno = 1,
98336     .co_nlocalsplus = 0,
98337     .co_nlocals = 0,
98338     .co_nplaincellvars = 0,
98339     .co_ncellvars = 0,
98340     .co_nfreevars = 0,
98341     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
98342     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
98343     .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
98344     .co_name = &_Py_STR(anon_module),
98345     .co_qualname = &_Py_STR(anon_module),
98346     .co_linetable = & genericpath_toplevel_linetable.ob_base.ob_base,
98347     ._co_code = NULL,
98348     ._co_linearray = NULL,
98349     .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",
98350     ._co_firsttraceable = 0,
98351 };
genericpath_do_patchups(void)98352 static void genericpath_do_patchups(void) {
98353 }
98354 
98355 PyObject *
_Py_get_genericpath_toplevel(void)98356 _Py_get_genericpath_toplevel(void)
98357 {
98358     genericpath_do_patchups();
98359     return Py_NewRef((PyObject *) &genericpath_toplevel);
98360 }
98361 
98362 static
98363     struct {
98364         PyASCIIObject _ascii;
98365         uint8_t _data[145];
98366     }
98367 ntpath_toplevel_consts_0 = {
98368     ._ascii = {
98369         .ob_base = {
98370             .ob_refcnt = 999999999,
98371             .ob_type = &PyUnicode_Type,
98372         },
98373         .length = 144,
98374         .hash = -1,
98375         .state = {
98376             .kind = 1,
98377             .compact = 1,
98378             .ascii = 1,
98379             .ready = 1,
98380         },
98381     },
98382     ._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",
98383 };
98384 static
98385     struct {
98386         PyASCIIObject _ascii;
98387         uint8_t _data[3];
98388     }
98389 ntpath_toplevel_consts_2 = {
98390     ._ascii = {
98391         .ob_base = {
98392             .ob_refcnt = 999999999,
98393             .ob_type = &PyUnicode_Type,
98394         },
98395         .length = 2,
98396         .hash = -1,
98397         .state = {
98398             .kind = 1,
98399             .compact = 1,
98400             .ascii = 1,
98401             .ready = 1,
98402         },
98403     },
98404     ._data = "..",
98405 };
98406 static
98407     struct {
98408         PyASCIIObject _ascii;
98409         uint8_t _data[2];
98410     }
98411 ntpath_toplevel_consts_4 = {
98412     ._ascii = {
98413         .ob_base = {
98414             .ob_refcnt = 999999999,
98415             .ob_type = &PyUnicode_Type,
98416         },
98417         .length = 1,
98418         .hash = -1,
98419         .state = {
98420             .kind = 1,
98421             .compact = 1,
98422             .ascii = 1,
98423             .ready = 1,
98424         },
98425     },
98426     ._data = ";",
98427 };
98428 static
98429     struct {
98430         PyASCIIObject _ascii;
98431         uint8_t _data[9];
98432     }
98433 ntpath_toplevel_consts_6 = {
98434     ._ascii = {
98435         .ob_base = {
98436             .ob_refcnt = 999999999,
98437             .ob_type = &PyUnicode_Type,
98438         },
98439         .length = 8,
98440         .hash = -1,
98441         .state = {
98442             .kind = 1,
98443             .compact = 1,
98444             .ascii = 1,
98445             .ready = 1,
98446         },
98447     },
98448     ._data = ".;C:\\bin",
98449 };
98450 static
98451     struct {
98452         PyASCIIObject _ascii;
98453         uint8_t _data[4];
98454     }
98455 const_str_nul = {
98456     ._ascii = {
98457         .ob_base = {
98458             .ob_refcnt = 999999999,
98459             .ob_type = &PyUnicode_Type,
98460         },
98461         .length = 3,
98462         .hash = -1,
98463         .state = {
98464             .kind = 1,
98465             .compact = 1,
98466             .ascii = 1,
98467             .ready = 1,
98468         },
98469     },
98470     ._data = "nul",
98471 };
98472 static
98473     struct {
98474         PyASCIIObject _ascii;
98475         uint8_t _data[9];
98476     }
98477 const_str_normcase = {
98478     ._ascii = {
98479         .ob_base = {
98480             .ob_refcnt = 999999999,
98481             .ob_type = &PyUnicode_Type,
98482         },
98483         .length = 8,
98484         .hash = -1,
98485         .state = {
98486             .kind = 1,
98487             .compact = 1,
98488             .ascii = 1,
98489             .ready = 1,
98490         },
98491     },
98492     ._data = "normcase",
98493 };
98494 static
98495     struct {
98496         PyASCIIObject _ascii;
98497         uint8_t _data[6];
98498     }
98499 const_str_isabs = {
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             .ready = 1,
98512         },
98513     },
98514     ._data = "isabs",
98515 };
98516 static
98517     struct {
98518         PyASCIIObject _ascii;
98519         uint8_t _data[11];
98520     }
98521 const_str_splitdrive = {
98522     ._ascii = {
98523         .ob_base = {
98524             .ob_refcnt = 999999999,
98525             .ob_type = &PyUnicode_Type,
98526         },
98527         .length = 10,
98528         .hash = -1,
98529         .state = {
98530             .kind = 1,
98531             .compact = 1,
98532             .ascii = 1,
98533             .ready = 1,
98534         },
98535     },
98536     ._data = "splitdrive",
98537 };
98538 static
98539     struct {
98540         PyASCIIObject _ascii;
98541         uint8_t _data[9];
98542     }
98543 const_str_splitext = {
98544     ._ascii = {
98545         .ob_base = {
98546             .ob_refcnt = 999999999,
98547             .ob_type = &PyUnicode_Type,
98548         },
98549         .length = 8,
98550         .hash = -1,
98551         .state = {
98552             .kind = 1,
98553             .compact = 1,
98554             .ascii = 1,
98555             .ready = 1,
98556         },
98557     },
98558     ._data = "splitext",
98559 };
98560 static
98561     struct {
98562         PyASCIIObject _ascii;
98563         uint8_t _data[7];
98564     }
98565 const_str_islink = {
98566     ._ascii = {
98567         .ob_base = {
98568             .ob_refcnt = 999999999,
98569             .ob_type = &PyUnicode_Type,
98570         },
98571         .length = 6,
98572         .hash = -1,
98573         .state = {
98574             .kind = 1,
98575             .compact = 1,
98576             .ascii = 1,
98577             .ready = 1,
98578         },
98579     },
98580     ._data = "islink",
98581 };
98582 static
98583     struct {
98584         PyASCIIObject _ascii;
98585         uint8_t _data[8];
98586     }
98587 const_str_lexists = {
98588     ._ascii = {
98589         .ob_base = {
98590             .ob_refcnt = 999999999,
98591             .ob_type = &PyUnicode_Type,
98592         },
98593         .length = 7,
98594         .hash = -1,
98595         .state = {
98596             .kind = 1,
98597             .compact = 1,
98598             .ascii = 1,
98599             .ready = 1,
98600         },
98601     },
98602     ._data = "lexists",
98603 };
98604 static
98605     struct {
98606         PyASCIIObject _ascii;
98607         uint8_t _data[8];
98608     }
98609 const_str_ismount = {
98610     ._ascii = {
98611         .ob_base = {
98612             .ob_refcnt = 999999999,
98613             .ob_type = &PyUnicode_Type,
98614         },
98615         .length = 7,
98616         .hash = -1,
98617         .state = {
98618             .kind = 1,
98619             .compact = 1,
98620             .ascii = 1,
98621             .ready = 1,
98622         },
98623     },
98624     ._data = "ismount",
98625 };
98626 static
98627     struct {
98628         PyASCIIObject _ascii;
98629         uint8_t _data[11];
98630     }
98631 const_str_expanduser = {
98632     ._ascii = {
98633         .ob_base = {
98634             .ob_refcnt = 999999999,
98635             .ob_type = &PyUnicode_Type,
98636         },
98637         .length = 10,
98638         .hash = -1,
98639         .state = {
98640             .kind = 1,
98641             .compact = 1,
98642             .ascii = 1,
98643             .ready = 1,
98644         },
98645     },
98646     ._data = "expanduser",
98647 };
98648 static
98649     struct {
98650         PyASCIIObject _ascii;
98651         uint8_t _data[11];
98652     }
98653 const_str_expandvars = {
98654     ._ascii = {
98655         .ob_base = {
98656             .ob_refcnt = 999999999,
98657             .ob_type = &PyUnicode_Type,
98658         },
98659         .length = 10,
98660         .hash = -1,
98661         .state = {
98662             .kind = 1,
98663             .compact = 1,
98664             .ascii = 1,
98665             .ready = 1,
98666         },
98667     },
98668     ._data = "expandvars",
98669 };
98670 static
98671     struct {
98672         PyASCIIObject _ascii;
98673         uint8_t _data[9];
98674     }
98675 const_str_normpath = {
98676     ._ascii = {
98677         .ob_base = {
98678             .ob_refcnt = 999999999,
98679             .ob_type = &PyUnicode_Type,
98680         },
98681         .length = 8,
98682         .hash = -1,
98683         .state = {
98684             .kind = 1,
98685             .compact = 1,
98686             .ascii = 1,
98687             .ready = 1,
98688         },
98689     },
98690     ._data = "normpath",
98691 };
98692 static
98693     struct {
98694         PyASCIIObject _ascii;
98695         uint8_t _data[8];
98696     }
98697 const_str_abspath = {
98698     ._ascii = {
98699         .ob_base = {
98700             .ob_refcnt = 999999999,
98701             .ob_type = &PyUnicode_Type,
98702         },
98703         .length = 7,
98704         .hash = -1,
98705         .state = {
98706             .kind = 1,
98707             .compact = 1,
98708             .ascii = 1,
98709             .ready = 1,
98710         },
98711     },
98712     ._data = "abspath",
98713 };
98714 static
98715     struct {
98716         PyASCIIObject _ascii;
98717         uint8_t _data[7];
98718     }
98719 const_str_curdir = {
98720     ._ascii = {
98721         .ob_base = {
98722             .ob_refcnt = 999999999,
98723             .ob_type = &PyUnicode_Type,
98724         },
98725         .length = 6,
98726         .hash = -1,
98727         .state = {
98728             .kind = 1,
98729             .compact = 1,
98730             .ascii = 1,
98731             .ready = 1,
98732         },
98733     },
98734     ._data = "curdir",
98735 };
98736 static
98737     struct {
98738         PyASCIIObject _ascii;
98739         uint8_t _data[7];
98740     }
98741 const_str_pardir = {
98742     ._ascii = {
98743         .ob_base = {
98744             .ob_refcnt = 999999999,
98745             .ob_type = &PyUnicode_Type,
98746         },
98747         .length = 6,
98748         .hash = -1,
98749         .state = {
98750             .kind = 1,
98751             .compact = 1,
98752             .ascii = 1,
98753             .ready = 1,
98754         },
98755     },
98756     ._data = "pardir",
98757 };
98758 static
98759     struct {
98760         PyASCIIObject _ascii;
98761         uint8_t _data[8];
98762     }
98763 const_str_pathsep = {
98764     ._ascii = {
98765         .ob_base = {
98766             .ob_refcnt = 999999999,
98767             .ob_type = &PyUnicode_Type,
98768         },
98769         .length = 7,
98770         .hash = -1,
98771         .state = {
98772             .kind = 1,
98773             .compact = 1,
98774             .ascii = 1,
98775             .ready = 1,
98776         },
98777     },
98778     ._data = "pathsep",
98779 };
98780 static
98781     struct {
98782         PyASCIIObject _ascii;
98783         uint8_t _data[8];
98784     }
98785 const_str_defpath = {
98786     ._ascii = {
98787         .ob_base = {
98788             .ob_refcnt = 999999999,
98789             .ob_type = &PyUnicode_Type,
98790         },
98791         .length = 7,
98792         .hash = -1,
98793         .state = {
98794             .kind = 1,
98795             .compact = 1,
98796             .ascii = 1,
98797             .ready = 1,
98798         },
98799     },
98800     ._data = "defpath",
98801 };
98802 static
98803     struct {
98804         PyASCIIObject _ascii;
98805         uint8_t _data[8];
98806     }
98807 const_str_devnull = {
98808     ._ascii = {
98809         .ob_base = {
98810             .ob_refcnt = 999999999,
98811             .ob_type = &PyUnicode_Type,
98812         },
98813         .length = 7,
98814         .hash = -1,
98815         .state = {
98816             .kind = 1,
98817             .compact = 1,
98818             .ascii = 1,
98819             .ready = 1,
98820         },
98821     },
98822     ._data = "devnull",
98823 };
98824 static
98825     struct {
98826         PyASCIIObject _ascii;
98827         uint8_t _data[9];
98828     }
98829 const_str_realpath = {
98830     ._ascii = {
98831         .ob_base = {
98832             .ob_refcnt = 999999999,
98833             .ob_type = &PyUnicode_Type,
98834         },
98835         .length = 8,
98836         .hash = -1,
98837         .state = {
98838             .kind = 1,
98839             .compact = 1,
98840             .ascii = 1,
98841             .ready = 1,
98842         },
98843     },
98844     ._data = "realpath",
98845 };
98846 static
98847     struct {
98848         PyASCIIObject _ascii;
98849         uint8_t _data[27];
98850     }
98851 const_str_supports_unicode_filenames = {
98852     ._ascii = {
98853         .ob_base = {
98854             .ob_refcnt = 999999999,
98855             .ob_type = &PyUnicode_Type,
98856         },
98857         .length = 26,
98858         .hash = -1,
98859         .state = {
98860             .kind = 1,
98861             .compact = 1,
98862             .ascii = 1,
98863             .ready = 1,
98864         },
98865     },
98866     ._data = "supports_unicode_filenames",
98867 };
98868 static
98869     struct {
98870         PyASCIIObject _ascii;
98871         uint8_t _data[8];
98872     }
98873 const_str_relpath = {
98874     ._ascii = {
98875         .ob_base = {
98876             .ob_refcnt = 999999999,
98877             .ob_type = &PyUnicode_Type,
98878         },
98879         .length = 7,
98880         .hash = -1,
98881         .state = {
98882             .kind = 1,
98883             .compact = 1,
98884             .ascii = 1,
98885             .ready = 1,
98886         },
98887     },
98888     ._data = "relpath",
98889 };
98890 static
98891     struct {
98892         PyASCIIObject _ascii;
98893         uint8_t _data[11];
98894     }
98895 const_str_commonpath = {
98896     ._ascii = {
98897         .ob_base = {
98898             .ob_refcnt = 999999999,
98899             .ob_type = &PyUnicode_Type,
98900         },
98901         .length = 10,
98902         .hash = -1,
98903         .state = {
98904             .kind = 1,
98905             .compact = 1,
98906             .ascii = 1,
98907             .ready = 1,
98908         },
98909     },
98910     ._data = "commonpath",
98911 };
98912 static
98913     struct {
98914         PyGC_Head _gc_head;
98915         struct {
98916             PyObject_VAR_HEAD
98917             PyObject *ob_item[38];
98918         }_object;
98919     }
98920 ntpath_toplevel_consts_11 = {
98921     ._object = {
98922         .ob_base = {
98923             .ob_base = {
98924                 .ob_refcnt = 999999999,
98925                 .ob_type = &PyTuple_Type,
98926             },
98927             .ob_size = 38,
98928         },
98929         .ob_item = {
98930             & const_str_normcase._ascii.ob_base,
98931             & const_str_isabs._ascii.ob_base,
98932             &_Py_ID(join),
98933             & const_str_splitdrive._ascii.ob_base,
98934             & const_str_split._ascii.ob_base,
98935             & const_str_splitext._ascii.ob_base,
98936             & const_str_basename._ascii.ob_base,
98937             & const_str_dirname._ascii.ob_base,
98938             & const_str_commonprefix._ascii.ob_base,
98939             & const_str_getsize._ascii.ob_base,
98940             & const_str_getmtime._ascii.ob_base,
98941             & const_str_getatime._ascii.ob_base,
98942             & const_str_getctime._ascii.ob_base,
98943             & const_str_islink._ascii.ob_base,
98944             & const_str_exists._ascii.ob_base,
98945             & const_str_lexists._ascii.ob_base,
98946             & const_str_isdir._ascii.ob_base,
98947             & const_str_isfile._ascii.ob_base,
98948             & const_str_ismount._ascii.ob_base,
98949             & const_str_expanduser._ascii.ob_base,
98950             & const_str_expandvars._ascii.ob_base,
98951             & const_str_normpath._ascii.ob_base,
98952             & const_str_abspath._ascii.ob_base,
98953             & const_str_curdir._ascii.ob_base,
98954             & const_str_pardir._ascii.ob_base,
98955             & const_str_sep._ascii.ob_base,
98956             & const_str_pathsep._ascii.ob_base,
98957             & const_str_defpath._ascii.ob_base,
98958             & const_str_altsep._ascii.ob_base,
98959             & const_str_extsep._ascii.ob_base,
98960             & const_str_devnull._ascii.ob_base,
98961             & const_str_realpath._ascii.ob_base,
98962             & const_str_supports_unicode_filenames._ascii.ob_base,
98963             & const_str_relpath._ascii.ob_base,
98964             & const_str_samefile._ascii.ob_base,
98965             & const_str_sameopenfile._ascii.ob_base,
98966             & const_str_samestat._ascii.ob_base,
98967             & const_str_commonpath._ascii.ob_base,
98968         },
98969     },
98970 };
98971 static
98972     struct {
98973         PyObject_VAR_HEAD
98974         Py_hash_t ob_shash;
98975         char ob_sval[3];
98976     }
98977 ntpath_toplevel_consts_12_consts_1 = {
98978     .ob_base = {
98979         .ob_base = {
98980             .ob_refcnt = 999999999,
98981             .ob_type = &PyBytes_Type,
98982         },
98983         .ob_size = 2,
98984     },
98985     .ob_shash = -1,
98986     .ob_sval = "\\/",
98987 };
98988 static
98989     struct {
98990         PyASCIIObject _ascii;
98991         uint8_t _data[3];
98992     }
98993 ntpath_toplevel_consts_12_consts_2 = {
98994     ._ascii = {
98995         .ob_base = {
98996             .ob_refcnt = 999999999,
98997             .ob_type = &PyUnicode_Type,
98998         },
98999         .length = 2,
99000         .hash = -1,
99001         .state = {
99002             .kind = 1,
99003             .compact = 1,
99004             .ascii = 1,
99005             .ready = 1,
99006         },
99007     },
99008     ._data = "\\/",
99009 };
99010 static
99011     struct {
99012         PyGC_Head _gc_head;
99013         struct {
99014             PyObject_VAR_HEAD
99015             PyObject *ob_item[3];
99016         }_object;
99017     }
99018 ntpath_toplevel_consts_12_consts = {
99019     ._object = {
99020         .ob_base = {
99021             .ob_base = {
99022                 .ob_refcnt = 999999999,
99023                 .ob_type = &PyTuple_Type,
99024             },
99025             .ob_size = 3,
99026         },
99027         .ob_item = {
99028             Py_None,
99029             & ntpath_toplevel_consts_12_consts_1.ob_base.ob_base,
99030             & ntpath_toplevel_consts_12_consts_2._ascii.ob_base,
99031         },
99032     },
99033 };
99034 static
99035     struct {
99036         PyGC_Head _gc_head;
99037         struct {
99038             PyObject_VAR_HEAD
99039             PyObject *ob_item[2];
99040         }_object;
99041     }
99042 ntpath_toplevel_consts_12_names = {
99043     ._object = {
99044         .ob_base = {
99045             .ob_base = {
99046                 .ob_refcnt = 999999999,
99047                 .ob_type = &PyTuple_Type,
99048             },
99049             .ob_size = 2,
99050         },
99051         .ob_item = {
99052             &_Py_ID(isinstance),
99053             & const_str_bytes._ascii.ob_base,
99054         },
99055     },
99056 };
99057 static
99058     struct {
99059         PyASCIIObject _ascii;
99060         uint8_t _data[16];
99061     }
99062 ntpath_toplevel_consts_12_filename = {
99063     ._ascii = {
99064         .ob_base = {
99065             .ob_refcnt = 999999999,
99066             .ob_type = &PyUnicode_Type,
99067         },
99068         .length = 15,
99069         .hash = -1,
99070         .state = {
99071             .kind = 1,
99072             .compact = 1,
99073             .ascii = 1,
99074             .ready = 1,
99075         },
99076     },
99077     ._data = "<frozen ntpath>",
99078 };
99079 static
99080     struct {
99081         PyASCIIObject _ascii;
99082         uint8_t _data[14];
99083     }
99084 const_str__get_bothseps = {
99085     ._ascii = {
99086         .ob_base = {
99087             .ob_refcnt = 999999999,
99088             .ob_type = &PyUnicode_Type,
99089         },
99090         .length = 13,
99091         .hash = -1,
99092         .state = {
99093             .kind = 1,
99094             .compact = 1,
99095             .ascii = 1,
99096             .ready = 1,
99097         },
99098     },
99099     ._data = "_get_bothseps",
99100 };
99101 static
99102     struct {
99103         PyObject_VAR_HEAD
99104         Py_hash_t ob_shash;
99105         char ob_sval[31];
99106     }
99107 ntpath_toplevel_consts_12_linetable = {
99108     .ob_base = {
99109         .ob_base = {
99110             .ob_refcnt = 999999999,
99111             .ob_type = &PyBytes_Type,
99112         },
99113         .ob_size = 30,
99114     },
99115     .ob_shash = -1,
99116     .ob_sval = "\x80\x00\xdd\x07\x11\x90\x24\x9d\x05\xd1\x07\x1e\xd4\x07\x1e\xf0\x00\x03\x05\x15\xd8\x0f\x15\x88\x76\xe0\x0f\x14\x88\x75",
99117 };
99118 static
99119     struct _PyCode_DEF(52)
99120 ntpath_toplevel_consts_12 = {
99121     .ob_base = {
99122         .ob_base = {
99123             .ob_refcnt = 999999999,
99124             .ob_type = &PyCode_Type,
99125         },
99126         .ob_size = 26,
99127     },
99128     .co_consts = & ntpath_toplevel_consts_12_consts._object.ob_base.ob_base,
99129     .co_names = & ntpath_toplevel_consts_12_names._object.ob_base.ob_base,
99130     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
99131     .co_flags = 3,
99132     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
99133     ._co_linearray_entry_size = 0,
99134     .co_argcount = 1,
99135     .co_posonlyargcount = 0,
99136     .co_kwonlyargcount = 0,
99137     .co_stacksize = 4,
99138     .co_firstlineno = 35,
99139     .co_nlocalsplus = 1,
99140     .co_nlocals = 1,
99141     .co_nplaincellvars = 0,
99142     .co_ncellvars = 0,
99143     .co_nfreevars = 0,
99144     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
99145     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
99146     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
99147     .co_name = & const_str__get_bothseps._ascii.ob_base,
99148     .co_qualname = & const_str__get_bothseps._ascii.ob_base,
99149     .co_linetable = & ntpath_toplevel_consts_12_linetable.ob_base.ob_base,
99150     ._co_code = NULL,
99151     ._co_linearray = NULL,
99152     .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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x64\x01\x53\x00\x64\x02\x53\x00",
99153     ._co_firsttraceable = 0,
99154 };
99155 static
99156     struct {
99157         PyASCIIObject _ascii;
99158         uint8_t _data[14];
99159     }
99160 const_str_LCMapStringEx = {
99161     ._ascii = {
99162         .ob_base = {
99163             .ob_refcnt = 999999999,
99164             .ob_type = &PyUnicode_Type,
99165         },
99166         .length = 13,
99167         .hash = -1,
99168         .state = {
99169             .kind = 1,
99170             .compact = 1,
99171             .ascii = 1,
99172             .ready = 1,
99173         },
99174     },
99175     ._data = "LCMapStringEx",
99176 };
99177 static
99178     struct {
99179         PyASCIIObject _ascii;
99180         uint8_t _data[22];
99181     }
99182 const_str_LOCALE_NAME_INVARIANT = {
99183     ._ascii = {
99184         .ob_base = {
99185             .ob_refcnt = 999999999,
99186             .ob_type = &PyUnicode_Type,
99187         },
99188         .length = 21,
99189         .hash = -1,
99190         .state = {
99191             .kind = 1,
99192             .compact = 1,
99193             .ascii = 1,
99194             .ready = 1,
99195         },
99196     },
99197     ._data = "LOCALE_NAME_INVARIANT",
99198 };
99199 static
99200     struct {
99201         PyASCIIObject _ascii;
99202         uint8_t _data[16];
99203     }
99204 const_str_LCMAP_LOWERCASE = {
99205     ._ascii = {
99206         .ob_base = {
99207             .ob_refcnt = 999999999,
99208             .ob_type = &PyUnicode_Type,
99209         },
99210         .length = 15,
99211         .hash = -1,
99212         .state = {
99213             .kind = 1,
99214             .compact = 1,
99215             .ascii = 1,
99216             .ready = 1,
99217         },
99218     },
99219     ._data = "LCMAP_LOWERCASE",
99220 };
99221 static
99222     struct {
99223         PyGC_Head _gc_head;
99224         struct {
99225             PyObject_VAR_HEAD
99226             PyObject *ob_item[3];
99227         }_object;
99228     }
99229 ntpath_toplevel_consts_13 = {
99230     ._object = {
99231         .ob_base = {
99232             .ob_base = {
99233                 .ob_refcnt = 999999999,
99234                 .ob_type = &PyTuple_Type,
99235             },
99236             .ob_size = 3,
99237         },
99238         .ob_item = {
99239             & const_str_LCMapStringEx._ascii.ob_base,
99240             & const_str_LOCALE_NAME_INVARIANT._ascii.ob_base,
99241             & const_str_LCMAP_LOWERCASE._ascii.ob_base,
99242         },
99243     },
99244 };
99245 static
99246     struct {
99247         PyASCIIObject _ascii;
99248         uint8_t _data[111];
99249     }
99250 ntpath_toplevel_consts_14_consts_0 = {
99251     ._ascii = {
99252         .ob_base = {
99253             .ob_refcnt = 999999999,
99254             .ob_type = &PyUnicode_Type,
99255         },
99256         .length = 110,
99257         .hash = -1,
99258         .state = {
99259             .kind = 1,
99260             .compact = 1,
99261             .ascii = 1,
99262             .ready = 1,
99263         },
99264     },
99265     ._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",
99266 };
99267 static
99268     struct {
99269         PyASCIIObject _ascii;
99270         uint8_t _data[16];
99271     }
99272 const_str_surrogateescape = {
99273     ._ascii = {
99274         .ob_base = {
99275             .ob_refcnt = 999999999,
99276             .ob_type = &PyUnicode_Type,
99277         },
99278         .length = 15,
99279         .hash = -1,
99280         .state = {
99281             .kind = 1,
99282             .compact = 1,
99283             .ascii = 1,
99284             .ready = 1,
99285         },
99286     },
99287     ._data = "surrogateescape",
99288 };
99289 static
99290     struct {
99291         PyGC_Head _gc_head;
99292         struct {
99293             PyObject_VAR_HEAD
99294             PyObject *ob_item[4];
99295         }_object;
99296     }
99297 ntpath_toplevel_consts_14_consts = {
99298     ._object = {
99299         .ob_base = {
99300             .ob_base = {
99301                 .ob_refcnt = 999999999,
99302                 .ob_type = &PyTuple_Type,
99303             },
99304             .ob_size = 4,
99305         },
99306         .ob_item = {
99307             & ntpath_toplevel_consts_14_consts_0._ascii.ob_base,
99308             & const_str_surrogateescape._ascii.ob_base,
99309             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
99310             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
99311         },
99312     },
99313 };
99314 static
99315     struct {
99316         PyASCIIObject _ascii;
99317         uint8_t _data[22];
99318     }
99319 const_str_getfilesystemencoding = {
99320     ._ascii = {
99321         .ob_base = {
99322             .ob_refcnt = 999999999,
99323             .ob_type = &PyUnicode_Type,
99324         },
99325         .length = 21,
99326         .hash = -1,
99327         .state = {
99328             .kind = 1,
99329             .compact = 1,
99330             .ascii = 1,
99331             .ready = 1,
99332         },
99333     },
99334     ._data = "getfilesystemencoding",
99335 };
99336 static
99337     struct {
99338         PyASCIIObject _ascii;
99339         uint8_t _data[15];
99340     }
99341 const_str__LCMapStringEx = {
99342     ._ascii = {
99343         .ob_base = {
99344             .ob_refcnt = 999999999,
99345             .ob_type = &PyUnicode_Type,
99346         },
99347         .length = 14,
99348         .hash = -1,
99349         .state = {
99350             .kind = 1,
99351             .compact = 1,
99352             .ascii = 1,
99353             .ready = 1,
99354         },
99355     },
99356     ._data = "_LCMapStringEx",
99357 };
99358 static
99359     struct {
99360         PyASCIIObject _ascii;
99361         uint8_t _data[23];
99362     }
99363 const_str__LOCALE_NAME_INVARIANT = {
99364     ._ascii = {
99365         .ob_base = {
99366             .ob_refcnt = 999999999,
99367             .ob_type = &PyUnicode_Type,
99368         },
99369         .length = 22,
99370         .hash = -1,
99371         .state = {
99372             .kind = 1,
99373             .compact = 1,
99374             .ascii = 1,
99375             .ready = 1,
99376         },
99377     },
99378     ._data = "_LOCALE_NAME_INVARIANT",
99379 };
99380 static
99381     struct {
99382         PyASCIIObject _ascii;
99383         uint8_t _data[17];
99384     }
99385 const_str__LCMAP_LOWERCASE = {
99386     ._ascii = {
99387         .ob_base = {
99388             .ob_refcnt = 999999999,
99389             .ob_type = &PyUnicode_Type,
99390         },
99391         .length = 16,
99392         .hash = -1,
99393         .state = {
99394             .kind = 1,
99395             .compact = 1,
99396             .ascii = 1,
99397             .ready = 1,
99398         },
99399     },
99400     ._data = "_LCMAP_LOWERCASE",
99401 };
99402 static
99403     struct {
99404         PyGC_Head _gc_head;
99405         struct {
99406             PyObject_VAR_HEAD
99407             PyObject *ob_item[12];
99408         }_object;
99409     }
99410 ntpath_toplevel_consts_14_names = {
99411     ._object = {
99412         .ob_base = {
99413             .ob_base = {
99414                 .ob_refcnt = 999999999,
99415                 .ob_type = &PyTuple_Type,
99416             },
99417             .ob_size = 12,
99418         },
99419         .ob_item = {
99420             & const_str_os._ascii.ob_base,
99421             & const_str_fspath._ascii.ob_base,
99422             &_Py_ID(isinstance),
99423             & const_str_bytes._ascii.ob_base,
99424             & const_str_sys._ascii.ob_base,
99425             & const_str_getfilesystemencoding._ascii.ob_base,
99426             &_Py_ID(decode),
99427             &_Py_ID(replace),
99428             & const_str__LCMapStringEx._ascii.ob_base,
99429             & const_str__LOCALE_NAME_INVARIANT._ascii.ob_base,
99430             & const_str__LCMAP_LOWERCASE._ascii.ob_base,
99431             &_Py_ID(encode),
99432         },
99433     },
99434 };
99435 static
99436     struct {
99437         PyObject_VAR_HEAD
99438         Py_hash_t ob_shash;
99439         char ob_sval[184];
99440     }
99441 ntpath_toplevel_consts_14_linetable = {
99442     .ob_base = {
99443         .ob_base = {
99444             .ob_refcnt = 999999999,
99445             .ob_type = &PyBytes_Type,
99446         },
99447         .ob_size = 183,
99448     },
99449     .ob_shash = -1,
99450     .ob_sval = "\x80\x00\xf5\x0a\x00\x0d\x0f\x8c\x49\x90\x61\x89\x4c\x8c\x4c\x88\x01\xd8\x0f\x10\xf0\x00\x01\x09\x15\xd8\x13\x14\x88\x48\xdd\x0b\x15\x90\x61\x9d\x15\xd1\x0b\x1f\xd4\x0b\x1f\xf0\x00\x09\x09\x38\xdd\x17\x1a\xd4\x17\x30\xd1\x17\x32\xd4\x17\x32\x88\x48\xd8\x10\x11\x97\x08\x92\x08\x98\x18\xd0\x23\x34\xd1\x10\x35\xd4\x10\x35\xd7\x10\x3d\xd2\x10\x3d\xb8\x63\xc0\x34\xd1\x10\x48\xd4\x10\x48\x88\x41\xdd\x10\x1e\xd5\x1f\x35\xdd\x1f\x2f\xb0\x11\xf1\x03\x01\x11\x34\xf4\x00\x01\x11\x34\x88\x41\xe0\x13\x14\x97\x38\x92\x38\x98\x48\xd0\x26\x37\xd1\x13\x38\xd4\x13\x38\xd0\x0c\x38\xe5\x13\x21\xd5\x22\x38\xdd\x22\x32\xd8\x22\x23\xa7\x29\xa2\x29\xa8\x43\xb0\x14\xd1\x22\x36\xd4\x22\x36\xf1\x05\x02\x14\x38\xf4\x00\x02\x14\x38\xf0\x00\x02\x0d\x38",
99451 };
99452 static
99453     struct {
99454         PyGC_Head _gc_head;
99455         struct {
99456             PyObject_VAR_HEAD
99457             PyObject *ob_item[2];
99458         }_object;
99459     }
99460 ntpath_toplevel_consts_14_localsplusnames = {
99461     ._object = {
99462         .ob_base = {
99463             .ob_base = {
99464                 .ob_refcnt = 999999999,
99465                 .ob_type = &PyTuple_Type,
99466             },
99467             .ob_size = 2,
99468         },
99469         .ob_item = {
99470             & const_str_s._ascii.ob_base,
99471             &_Py_ID(encoding),
99472         },
99473     },
99474 };
99475 static
99476     struct _PyCode_DEF(406)
99477 ntpath_toplevel_consts_14 = {
99478     .ob_base = {
99479         .ob_base = {
99480             .ob_refcnt = 999999999,
99481             .ob_type = &PyCode_Type,
99482         },
99483         .ob_size = 203,
99484     },
99485     .co_consts = & ntpath_toplevel_consts_14_consts._object.ob_base.ob_base,
99486     .co_names = & ntpath_toplevel_consts_14_names._object.ob_base.ob_base,
99487     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
99488     .co_flags = 3,
99489     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
99490     ._co_linearray_entry_size = 0,
99491     .co_argcount = 1,
99492     .co_posonlyargcount = 0,
99493     .co_kwonlyargcount = 0,
99494     .co_stacksize = 8,
99495     .co_firstlineno = 51,
99496     .co_nlocalsplus = 2,
99497     .co_nlocals = 2,
99498     .co_nplaincellvars = 0,
99499     .co_ncellvars = 0,
99500     .co_nfreevars = 0,
99501     .co_localsplusnames = & ntpath_toplevel_consts_14_localsplusnames._object.ob_base.ob_base,
99502     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
99503     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
99504     .co_name = & const_str_normcase._ascii.ob_base,
99505     .co_qualname = & const_str_normcase._ascii.ob_base,
99506     .co_linetable = & ntpath_toplevel_consts_14_linetable.ob_base.ob_base,
99507     ._co_code = NULL,
99508     ._co_linearray = NULL,
99509     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x6e\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x03\xa6\x02\x00\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\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x00\xa0\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xa6\x02\x00\x00\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\xa0\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x03\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
99510     ._co_firsttraceable = 0,
99511 };
99512 static
99513     struct {
99514         PyGC_Head _gc_head;
99515         struct {
99516             PyObject_VAR_HEAD
99517             PyObject *ob_item[3];
99518         }_object;
99519     }
99520 ntpath_toplevel_consts_15_consts = {
99521     ._object = {
99522         .ob_base = {
99523             .ob_base = {
99524                 .ob_refcnt = 999999999,
99525                 .ob_type = &PyTuple_Type,
99526             },
99527             .ob_size = 3,
99528         },
99529         .ob_item = {
99530             & ntpath_toplevel_consts_14_consts_0._ascii.ob_base,
99531             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
99532             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
99533         },
99534     },
99535 };
99536 static
99537     struct {
99538         PyASCIIObject _ascii;
99539         uint8_t _data[9];
99540     }
99541 const_str_fsencode = {
99542     ._ascii = {
99543         .ob_base = {
99544             .ob_refcnt = 999999999,
99545             .ob_type = &PyUnicode_Type,
99546         },
99547         .length = 8,
99548         .hash = -1,
99549         .state = {
99550             .kind = 1,
99551             .compact = 1,
99552             .ascii = 1,
99553             .ready = 1,
99554         },
99555     },
99556     ._data = "fsencode",
99557 };
99558 static
99559     struct {
99560         PyASCIIObject _ascii;
99561         uint8_t _data[9];
99562     }
99563 const_str_fsdecode = {
99564     ._ascii = {
99565         .ob_base = {
99566             .ob_refcnt = 999999999,
99567             .ob_type = &PyUnicode_Type,
99568         },
99569         .length = 8,
99570         .hash = -1,
99571         .state = {
99572             .kind = 1,
99573             .compact = 1,
99574             .ascii = 1,
99575             .ready = 1,
99576         },
99577     },
99578     ._data = "fsdecode",
99579 };
99580 static
99581     struct {
99582         PyGC_Head _gc_head;
99583         struct {
99584             PyObject_VAR_HEAD
99585             PyObject *ob_item[8];
99586         }_object;
99587     }
99588 ntpath_toplevel_consts_15_names = {
99589     ._object = {
99590         .ob_base = {
99591             .ob_base = {
99592                 .ob_refcnt = 999999999,
99593                 .ob_type = &PyTuple_Type,
99594             },
99595             .ob_size = 8,
99596         },
99597         .ob_item = {
99598             & const_str_os._ascii.ob_base,
99599             & const_str_fspath._ascii.ob_base,
99600             &_Py_ID(isinstance),
99601             & const_str_bytes._ascii.ob_base,
99602             & const_str_fsencode._ascii.ob_base,
99603             & const_str_fsdecode._ascii.ob_base,
99604             &_Py_ID(replace),
99605             & const_str_lower._ascii.ob_base,
99606         },
99607     },
99608 };
99609 static
99610     struct {
99611         PyObject_VAR_HEAD
99612         Py_hash_t ob_shash;
99613         char ob_sval[121];
99614     }
99615 ntpath_toplevel_consts_15_linetable = {
99616     .ob_base = {
99617         .ob_base = {
99618             .ob_refcnt = 999999999,
99619             .ob_type = &PyBytes_Type,
99620         },
99621         .ob_size = 120,
99622     },
99623     .ob_shash = -1,
99624     .ob_sval = "\x80\x00\xf5\x0a\x00\x0d\x0f\x8c\x49\x90\x61\x89\x4c\x8c\x4c\x88\x01\xdd\x0b\x15\x90\x61\x9d\x15\xd1\x0b\x1f\xd4\x0b\x1f\xf0\x00\x01\x09\x4a\x01\xdd\x13\x15\x94\x3b\x9d\x72\x9c\x7b\xa8\x31\x99\x7e\x9c\x7e\xd7\x1f\x35\xd2\x1f\x35\xb0\x63\xb8\x34\xd1\x1f\x40\xd4\x1f\x40\xd7\x1f\x46\xd2\x1f\x46\xd1\x1f\x48\xd4\x1f\x48\xd1\x13\x49\xd4\x13\x49\xd0\x0c\x49\xd8\x0f\x10\x8f\x79\x8a\x79\x98\x13\x98\x64\xd1\x0f\x23\xd4\x0f\x23\xd7\x0f\x29\xd2\x0f\x29\xd1\x0f\x2b\xd4\x0f\x2b\xd0\x08\x2b",
99625 };
99626 static
99627     struct {
99628         PyGC_Head _gc_head;
99629         struct {
99630             PyObject_VAR_HEAD
99631             PyObject *ob_item[1];
99632         }_object;
99633     }
99634 ntpath_toplevel_consts_15_localsplusnames = {
99635     ._object = {
99636         .ob_base = {
99637             .ob_base = {
99638                 .ob_refcnt = 999999999,
99639                 .ob_type = &PyTuple_Type,
99640             },
99641             .ob_size = 1,
99642         },
99643         .ob_item = {
99644             & const_str_s._ascii.ob_base,
99645         },
99646     },
99647 };
99648 static
99649     struct _PyCode_DEF(316)
99650 ntpath_toplevel_consts_15 = {
99651     .ob_base = {
99652         .ob_base = {
99653             .ob_refcnt = 999999999,
99654             .ob_type = &PyCode_Type,
99655         },
99656         .ob_size = 158,
99657     },
99658     .co_consts = & ntpath_toplevel_consts_15_consts._object.ob_base.ob_base,
99659     .co_names = & ntpath_toplevel_consts_15_names._object.ob_base.ob_base,
99660     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
99661     .co_flags = 3,
99662     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
99663     ._co_linearray_entry_size = 0,
99664     .co_argcount = 1,
99665     .co_posonlyargcount = 0,
99666     .co_kwonlyargcount = 0,
99667     .co_stacksize = 6,
99668     .co_firstlineno = 70,
99669     .co_nlocalsplus = 1,
99670     .co_nlocals = 1,
99671     .co_nplaincellvars = 0,
99672     .co_ncellvars = 0,
99673     .co_nfreevars = 0,
99674     .co_localsplusnames = & ntpath_toplevel_consts_15_localsplusnames._object.ob_base.ob_base,
99675     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
99676     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
99677     .co_name = & const_str_normcase._ascii.ob_base,
99678     .co_qualname = & const_str_normcase._ascii.ob_base,
99679     .co_linetable = & ntpath_toplevel_consts_15_linetable.ob_base.ob_base,
99680     ._co_code = NULL,
99681     ._co_linearray = NULL,
99682     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x02\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\x04\x00\x00\x00\x00\x00\x00\x00\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x00\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
99683     ._co_firsttraceable = 0,
99684 };
99685 static
99686     struct {
99687         PyASCIIObject _ascii;
99688         uint8_t _data[32];
99689     }
99690 ntpath_toplevel_consts_16_consts_0 = {
99691     ._ascii = {
99692         .ob_base = {
99693             .ob_refcnt = 999999999,
99694             .ob_type = &PyUnicode_Type,
99695         },
99696         .length = 31,
99697         .hash = -1,
99698         .state = {
99699             .kind = 1,
99700             .compact = 1,
99701             .ascii = 1,
99702             .ready = 1,
99703         },
99704     },
99705     ._data = "Test whether a path is absolute",
99706 };
99707 static
99708     struct {
99709         PyObject_VAR_HEAD
99710         Py_hash_t ob_shash;
99711         char ob_sval[3];
99712     }
99713 ntpath_toplevel_consts_16_consts_3 = {
99714     .ob_base = {
99715         .ob_base = {
99716             .ob_refcnt = 999999999,
99717             .ob_type = &PyBytes_Type,
99718         },
99719         .ob_size = 2,
99720     },
99721     .ob_shash = -1,
99722     .ob_sval = ":\\",
99723 };
99724 static
99725     struct {
99726         PyASCIIObject _ascii;
99727         uint8_t _data[3];
99728     }
99729 ntpath_toplevel_consts_16_consts_6 = {
99730     ._ascii = {
99731         .ob_base = {
99732             .ob_refcnt = 999999999,
99733             .ob_type = &PyUnicode_Type,
99734         },
99735         .length = 2,
99736         .hash = -1,
99737         .state = {
99738             .kind = 1,
99739             .compact = 1,
99740             .ascii = 1,
99741             .ready = 1,
99742         },
99743     },
99744     ._data = ":\\",
99745 };
99746 static
99747     struct {
99748         PyGC_Head _gc_head;
99749         struct {
99750             PyObject_VAR_HEAD
99751             PyObject *ob_item[12];
99752         }_object;
99753     }
99754 ntpath_toplevel_consts_16_consts = {
99755     ._object = {
99756         .ob_base = {
99757             .ob_base = {
99758                 .ob_refcnt = 999999999,
99759                 .ob_type = &PyTuple_Type,
99760             },
99761             .ob_size = 12,
99762         },
99763         .ob_item = {
99764             & ntpath_toplevel_consts_16_consts_0._ascii.ob_base,
99765             (PyObject *)&_Py_SINGLETON(bytes_characters[92]),
99766             (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
99767             & ntpath_toplevel_consts_16_consts_3.ob_base.ob_base,
99768             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
99769             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
99770             & ntpath_toplevel_consts_16_consts_6._ascii.ob_base,
99771             Py_None,
99772             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
99773             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
99774             Py_True,
99775             Py_False,
99776         },
99777     },
99778 };
99779 static
99780     struct {
99781         PyGC_Head _gc_head;
99782         struct {
99783             PyObject_VAR_HEAD
99784             PyObject *ob_item[6];
99785         }_object;
99786     }
99787 ntpath_toplevel_consts_16_names = {
99788     ._object = {
99789         .ob_base = {
99790             .ob_base = {
99791                 .ob_refcnt = 999999999,
99792                 .ob_type = &PyTuple_Type,
99793             },
99794             .ob_size = 6,
99795         },
99796         .ob_item = {
99797             & const_str_os._ascii.ob_base,
99798             & const_str_fspath._ascii.ob_base,
99799             &_Py_ID(isinstance),
99800             & const_str_bytes._ascii.ob_base,
99801             &_Py_ID(replace),
99802             & const_str_startswith._ascii.ob_base,
99803         },
99804     },
99805 };
99806 static
99807     struct {
99808         PyObject_VAR_HEAD
99809         Py_hash_t ob_shash;
99810         char ob_sval[146];
99811     }
99812 ntpath_toplevel_consts_16_linetable = {
99813     .ob_base = {
99814         .ob_base = {
99815             .ob_refcnt = 999999999,
99816             .ob_type = &PyBytes_Type,
99817         },
99818         .ob_size = 145,
99819     },
99820     .ob_shash = -1,
99821     .ob_sval = "\x80\x00\xe5\x08\x0a\x8c\x09\x90\x21\x89\x0c\x8c\x0c\x80\x41\xdd\x07\x11\x90\x21\x95\x55\xd1\x07\x1b\xd4\x07\x1b\xf0\x00\x07\x05\x1a\xd8\x0e\x13\x88\x03\xd8\x11\x15\x88\x06\xd8\x14\x1a\x88\x09\x88\x09\xe0\x0e\x12\x88\x03\xd8\x11\x14\x88\x06\xd8\x14\x19\x88\x09\xd8\x08\x09\x88\x22\x88\x31\x88\x22\x8c\x05\x8f\x0d\x8a\x0d\x90\x66\x98\x63\xd1\x08\x22\xd4\x08\x22\x80\x41\xf0\x06\x00\x08\x09\x87\x7c\x82\x7c\x90\x43\xd1\x07\x18\xd4\x07\x18\xf0\x00\x01\x05\x14\x98\x41\x9f\x4c\x9a\x4c\xa8\x19\xb0\x41\xd1\x1c\x36\xd4\x1c\x36\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x74\xd8\x0b\x10\x88\x35",
99822 };
99823 static
99824     struct {
99825         PyASCIIObject _ascii;
99826         uint8_t _data[10];
99827     }
99828 const_str_colon_sep = {
99829     ._ascii = {
99830         .ob_base = {
99831             .ob_refcnt = 999999999,
99832             .ob_type = &PyUnicode_Type,
99833         },
99834         .length = 9,
99835         .hash = -1,
99836         .state = {
99837             .kind = 1,
99838             .compact = 1,
99839             .ascii = 1,
99840             .ready = 1,
99841         },
99842     },
99843     ._data = "colon_sep",
99844 };
99845 static
99846     struct {
99847         PyGC_Head _gc_head;
99848         struct {
99849             PyObject_VAR_HEAD
99850             PyObject *ob_item[4];
99851         }_object;
99852     }
99853 ntpath_toplevel_consts_16_localsplusnames = {
99854     ._object = {
99855         .ob_base = {
99856             .ob_base = {
99857                 .ob_refcnt = 999999999,
99858                 .ob_type = &PyTuple_Type,
99859             },
99860             .ob_size = 4,
99861         },
99862         .ob_item = {
99863             & const_str_s._ascii.ob_base,
99864             & const_str_sep._ascii.ob_base,
99865             & const_str_altsep._ascii.ob_base,
99866             & const_str_colon_sep._ascii.ob_base,
99867         },
99868     },
99869 };
99870 static
99871     struct _PyCode_DEF(264)
99872 ntpath_toplevel_consts_16 = {
99873     .ob_base = {
99874         .ob_base = {
99875             .ob_refcnt = 999999999,
99876             .ob_type = &PyCode_Type,
99877         },
99878         .ob_size = 132,
99879     },
99880     .co_consts = & ntpath_toplevel_consts_16_consts._object.ob_base.ob_base,
99881     .co_names = & ntpath_toplevel_consts_16_names._object.ob_base.ob_base,
99882     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
99883     .co_flags = 3,
99884     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
99885     ._co_linearray_entry_size = 0,
99886     .co_argcount = 1,
99887     .co_posonlyargcount = 0,
99888     .co_kwonlyargcount = 0,
99889     .co_stacksize = 4,
99890     .co_firstlineno = 87,
99891     .co_nlocalsplus = 4,
99892     .co_nlocals = 4,
99893     .co_nplaincellvars = 0,
99894     .co_ncellvars = 0,
99895     .co_nfreevars = 0,
99896     .co_localsplusnames = & ntpath_toplevel_consts_16_localsplusnames._object.ob_base.ob_base,
99897     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
99898     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
99899     .co_name = & const_str_isabs._ascii.ob_base,
99900     .co_qualname = & const_str_isabs._ascii.ob_base,
99901     .co_linetable = & ntpath_toplevel_consts_16_linetable.ob_base.ob_base,
99902     ._co_code = NULL,
99903     ._co_linearray = NULL,
99904     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x07\x64\x01\x7d\x01\x64\x02\x7d\x02\x64\x03\x7d\x03\x6e\x06\x64\x04\x7d\x01\x64\x05\x7d\x02\x64\x06\x7d\x03\x7c\x00\x64\x07\x64\x08\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x00\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x16\x7c\x00\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x09\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x64\x0a\x53\x00\x64\x0b\x53\x00",
99905     ._co_firsttraceable = 0,
99906 };
99907 static
99908     struct {
99909         PyGC_Head _gc_head;
99910         struct {
99911             PyObject_VAR_HEAD
99912             PyObject *ob_item[10];
99913         }_object;
99914     }
99915 ntpath_toplevel_consts_17_consts = {
99916     ._object = {
99917         .ob_base = {
99918             .ob_base = {
99919                 .ob_refcnt = 999999999,
99920                 .ob_type = &PyTuple_Type,
99921             },
99922             .ob_size = 10,
99923         },
99924         .ob_item = {
99925             Py_None,
99926             (PyObject *)&_Py_SINGLETON(bytes_characters[92]),
99927             & ntpath_toplevel_consts_12_consts_1.ob_base.ob_base,
99928             (PyObject *)&_Py_SINGLETON(bytes_characters[58]),
99929             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
99930             & ntpath_toplevel_consts_12_consts_2._ascii.ob_base,
99931             & importlib__bootstrap_external_toplevel_consts_8_consts_0._ascii.ob_base,
99932             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
99933             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
99934             &_Py_ID(join),
99935         },
99936     },
99937 };
99938 static
99939     struct {
99940         PyASCIIObject _ascii;
99941         uint8_t _data[13];
99942     }
99943 const_str_BytesWarning = {
99944     ._ascii = {
99945         .ob_base = {
99946             .ob_refcnt = 999999999,
99947             .ob_type = &PyUnicode_Type,
99948         },
99949         .length = 12,
99950         .hash = -1,
99951         .state = {
99952             .kind = 1,
99953             .compact = 1,
99954             .ascii = 1,
99955             .ready = 1,
99956         },
99957     },
99958     ._data = "BytesWarning",
99959 };
99960 static
99961     struct {
99962         PyASCIIObject _ascii;
99963         uint8_t _data[12];
99964     }
99965 const_str_genericpath = {
99966     ._ascii = {
99967         .ob_base = {
99968             .ob_refcnt = 999999999,
99969             .ob_type = &PyUnicode_Type,
99970         },
99971         .length = 11,
99972         .hash = -1,
99973         .state = {
99974             .kind = 1,
99975             .compact = 1,
99976             .ascii = 1,
99977             .ready = 1,
99978         },
99979     },
99980     ._data = "genericpath",
99981 };
99982 static
99983     struct {
99984         PyGC_Head _gc_head;
99985         struct {
99986             PyObject_VAR_HEAD
99987             PyObject *ob_item[12];
99988         }_object;
99989     }
99990 ntpath_toplevel_consts_17_names = {
99991     ._object = {
99992         .ob_base = {
99993             .ob_base = {
99994                 .ob_refcnt = 999999999,
99995                 .ob_type = &PyTuple_Type,
99996             },
99997             .ob_size = 12,
99998         },
99999         .ob_item = {
100000             & const_str_os._ascii.ob_base,
100001             & const_str_fspath._ascii.ob_base,
100002             &_Py_ID(isinstance),
100003             & const_str_bytes._ascii.ob_base,
100004             & const_str_splitdrive._ascii.ob_base,
100005             & const_str_map._ascii.ob_base,
100006             & const_str_lower._ascii.ob_base,
100007             & const_str_TypeError._ascii.ob_base,
100008             & const_str_AttributeError._ascii.ob_base,
100009             & const_str_BytesWarning._ascii.ob_base,
100010             & const_str_genericpath._ascii.ob_base,
100011             & const_str__check_arg_types._ascii.ob_base,
100012         },
100013     },
100014 };
100015 static
100016     struct {
100017         PyObject_VAR_HEAD
100018         Py_hash_t ob_shash;
100019         char ob_sval[458];
100020     }
100021 ntpath_toplevel_consts_17_linetable = {
100022     .ob_base = {
100023         .ob_base = {
100024             .ob_refcnt = 999999999,
100025             .ob_type = &PyBytes_Type,
100026         },
100027         .ob_size = 457,
100028     },
100029     .ob_shash = -1,
100030     .ob_sval = "\x80\x00\xdd\x0b\x0d\x8c\x39\x90\x54\x89\x3f\x8c\x3f\x80\x44\xdd\x07\x11\x90\x24\x9d\x05\xd1\x07\x1e\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\x90\x12\x90\x21\x90\x12\x8c\x48\x90\x73\x89\x4e\x88\x4e\xdd\x24\x2e\xa8\x74\xd1\x24\x34\xd4\x24\x34\xd1\x08\x21\x88\x0c\x90\x6b\xdd\x11\x14\x95\x52\x94\x59\xa0\x05\xd1\x11\x26\xd4\x11\x26\xf0\x00\x13\x09\x2f\xf0\x00\x13\x09\x2f\x88\x41\xdd\x1e\x28\xa8\x11\x99\x6d\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\xd0\x1a\x2b\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\xd0\x1d\x34\xd8\x13\x1a\x97\x3d\x92\x3d\x91\x3f\x94\x3f\xa0\x6c\xd7\x26\x38\xd2\x26\x38\xd1\x26\x3a\xd4\x26\x3a\xd2\x13\x3a\xd0\x13\x3a\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\xd0\x1f\x3a\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\xd0\x1c\x36\xd8\x0c\x18\xf0\x03\x00\x1d\x37\xd8\x1d\x29\xa8\x22\xa8\x23\xa8\x23\xd4\x1d\x2e\xb0\x25\xd2\x1d\x37\xd0\x1d\x37\xd8\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\x13\xd4\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",
100031 };
100032 static
100033     struct {
100034         PyObject_VAR_HEAD
100035         Py_hash_t ob_shash;
100036         char ob_sval[19];
100037     }
100038 ntpath_toplevel_consts_17_exceptiontable = {
100039     .ob_base = {
100040         .ob_base = {
100041             .ob_refcnt = 999999999,
100042             .ob_type = &PyBytes_Type,
100043         },
100044         .ob_size = 18,
100045     },
100046     .ob_shash = -1,
100047     .ob_sval = "\xb8\x43\x17\x44\x15\x00\xc4\x10\x04\x44\x15\x00\xc4\x15\x2c\x45\x01\x03",
100048 };
100049 static
100050     struct {
100051         PyASCIIObject _ascii;
100052         uint8_t _data[6];
100053     }
100054 const_str_paths = {
100055     ._ascii = {
100056         .ob_base = {
100057             .ob_refcnt = 999999999,
100058             .ob_type = &PyUnicode_Type,
100059         },
100060         .length = 5,
100061         .hash = -1,
100062         .state = {
100063             .kind = 1,
100064             .compact = 1,
100065             .ascii = 1,
100066             .ready = 1,
100067         },
100068     },
100069     ._data = "paths",
100070 };
100071 static
100072     struct {
100073         PyASCIIObject _ascii;
100074         uint8_t _data[5];
100075     }
100076 const_str_seps = {
100077     ._ascii = {
100078         .ob_base = {
100079             .ob_refcnt = 999999999,
100080             .ob_type = &PyUnicode_Type,
100081         },
100082         .length = 4,
100083         .hash = -1,
100084         .state = {
100085             .kind = 1,
100086             .compact = 1,
100087             .ascii = 1,
100088             .ready = 1,
100089         },
100090     },
100091     ._data = "seps",
100092 };
100093 static
100094     struct {
100095         PyASCIIObject _ascii;
100096         uint8_t _data[6];
100097     }
100098 const_str_colon = {
100099     ._ascii = {
100100         .ob_base = {
100101             .ob_refcnt = 999999999,
100102             .ob_type = &PyUnicode_Type,
100103         },
100104         .length = 5,
100105         .hash = -1,
100106         .state = {
100107             .kind = 1,
100108             .compact = 1,
100109             .ascii = 1,
100110             .ready = 1,
100111         },
100112     },
100113     ._data = "colon",
100114 };
100115 static
100116     struct {
100117         PyASCIIObject _ascii;
100118         uint8_t _data[13];
100119     }
100120 const_str_result_drive = {
100121     ._ascii = {
100122         .ob_base = {
100123             .ob_refcnt = 999999999,
100124             .ob_type = &PyUnicode_Type,
100125         },
100126         .length = 12,
100127         .hash = -1,
100128         .state = {
100129             .kind = 1,
100130             .compact = 1,
100131             .ascii = 1,
100132             .ready = 1,
100133         },
100134     },
100135     ._data = "result_drive",
100136 };
100137 static
100138     struct {
100139         PyASCIIObject _ascii;
100140         uint8_t _data[12];
100141     }
100142 const_str_result_path = {
100143     ._ascii = {
100144         .ob_base = {
100145             .ob_refcnt = 999999999,
100146             .ob_type = &PyUnicode_Type,
100147         },
100148         .length = 11,
100149         .hash = -1,
100150         .state = {
100151             .kind = 1,
100152             .compact = 1,
100153             .ascii = 1,
100154             .ready = 1,
100155         },
100156     },
100157     ._data = "result_path",
100158 };
100159 static
100160     struct {
100161         PyASCIIObject _ascii;
100162         uint8_t _data[8];
100163     }
100164 const_str_p_drive = {
100165     ._ascii = {
100166         .ob_base = {
100167             .ob_refcnt = 999999999,
100168             .ob_type = &PyUnicode_Type,
100169         },
100170         .length = 7,
100171         .hash = -1,
100172         .state = {
100173             .kind = 1,
100174             .compact = 1,
100175             .ascii = 1,
100176             .ready = 1,
100177         },
100178     },
100179     ._data = "p_drive",
100180 };
100181 static
100182     struct {
100183         PyASCIIObject _ascii;
100184         uint8_t _data[7];
100185     }
100186 const_str_p_path = {
100187     ._ascii = {
100188         .ob_base = {
100189             .ob_refcnt = 999999999,
100190             .ob_type = &PyUnicode_Type,
100191         },
100192         .length = 6,
100193         .hash = -1,
100194         .state = {
100195             .kind = 1,
100196             .compact = 1,
100197             .ascii = 1,
100198             .ready = 1,
100199         },
100200     },
100201     ._data = "p_path",
100202 };
100203 static
100204     struct {
100205         PyGC_Head _gc_head;
100206         struct {
100207             PyObject_VAR_HEAD
100208             PyObject *ob_item[10];
100209         }_object;
100210     }
100211 ntpath_toplevel_consts_17_localsplusnames = {
100212     ._object = {
100213         .ob_base = {
100214             .ob_base = {
100215                 .ob_refcnt = 999999999,
100216                 .ob_type = &PyTuple_Type,
100217             },
100218             .ob_size = 10,
100219         },
100220         .ob_item = {
100221             &_Py_ID(path),
100222             & const_str_paths._ascii.ob_base,
100223             & const_str_sep._ascii.ob_base,
100224             & const_str_seps._ascii.ob_base,
100225             & const_str_colon._ascii.ob_base,
100226             & const_str_result_drive._ascii.ob_base,
100227             & const_str_result_path._ascii.ob_base,
100228             & const_str_p._ascii.ob_base,
100229             & const_str_p_drive._ascii.ob_base,
100230             & const_str_p_path._ascii.ob_base,
100231         },
100232     },
100233 };
100234 static
100235     struct _PyCode_DEF(648)
100236 ntpath_toplevel_consts_17 = {
100237     .ob_base = {
100238         .ob_base = {
100239             .ob_refcnt = 999999999,
100240             .ob_type = &PyCode_Type,
100241         },
100242         .ob_size = 324,
100243     },
100244     .co_consts = & ntpath_toplevel_consts_17_consts._object.ob_base.ob_base,
100245     .co_names = & ntpath_toplevel_consts_17_names._object.ob_base.ob_base,
100246     .co_exceptiontable = & ntpath_toplevel_consts_17_exceptiontable.ob_base.ob_base,
100247     .co_flags = 7,
100248     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
100249     ._co_linearray_entry_size = 0,
100250     .co_argcount = 1,
100251     .co_posonlyargcount = 0,
100252     .co_kwonlyargcount = 0,
100253     .co_stacksize = 5,
100254     .co_firstlineno = 107,
100255     .co_nlocalsplus = 10,
100256     .co_nlocals = 10,
100257     .co_nplaincellvars = 0,
100258     .co_ncellvars = 0,
100259     .co_nfreevars = 0,
100260     .co_localsplusnames = & ntpath_toplevel_consts_17_localsplusnames._object.ob_base.ob_base,
100261     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds.ob_base.ob_base,
100262     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
100263     .co_name = &_Py_ID(join),
100264     .co_qualname = &_Py_ID(join),
100265     .co_linetable = & ntpath_toplevel_consts_17_linetable.ob_base.ob_base,
100266     ._co_code = NULL,
100267     ._co_linearray = NULL,
100268     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x02\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\x0d\x7c\x00\x64\x00\x64\x07\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7a\x00\x00\x00\x01\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x78\x7d\x07\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xa6\x01\x00\x00\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\x29\x7c\x08\x72\x37\x7c\x08\x7c\x05\x6b\x03\x00\x00\x00\x00\x72\x31\x7c\x08\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\x60\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\x79\x7c\x06\x72\x22\x7c\x06\x64\x07\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x76\x01\x72\x18\x7c\x05\x72\x16\x7c\x05\x64\x08\x64\x00\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\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\x15\x01\x00\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\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",
100269     ._co_firsttraceable = 0,
100270 };
100271 static
100272     struct {
100273         PyASCIIObject _ascii;
100274         uint8_t _data[731];
100275     }
100276 ntpath_toplevel_consts_18_consts_0 = {
100277     ._ascii = {
100278         .ob_base = {
100279             .ob_refcnt = 999999999,
100280             .ob_type = &PyUnicode_Type,
100281         },
100282         .length = 730,
100283         .hash = -1,
100284         .state = {
100285             .kind = 1,
100286             .compact = 1,
100287             .ascii = 1,
100288             .ready = 1,
100289         },
100290     },
100291     ._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",
100292 };
100293 static
100294     struct {
100295         PyObject_VAR_HEAD
100296         Py_hash_t ob_shash;
100297         char ob_sval[9];
100298     }
100299 ntpath_toplevel_consts_18_consts_5 = {
100300     .ob_base = {
100301         .ob_base = {
100302             .ob_refcnt = 999999999,
100303             .ob_type = &PyBytes_Type,
100304         },
100305         .ob_size = 8,
100306     },
100307     .ob_shash = -1,
100308     .ob_sval = "\\\\?\\UNC\\",
100309 };
100310 static
100311     struct {
100312         PyASCIIObject _ascii;
100313         uint8_t _data[9];
100314     }
100315 ntpath_toplevel_consts_18_consts_9 = {
100316     ._ascii = {
100317         .ob_base = {
100318             .ob_refcnt = 999999999,
100319             .ob_type = &PyUnicode_Type,
100320         },
100321         .length = 8,
100322         .hash = -1,
100323         .state = {
100324             .kind = 1,
100325             .compact = 1,
100326             .ascii = 1,
100327             .ready = 1,
100328         },
100329     },
100330     ._data = "\\\\?\\UNC\\",
100331 };
100332 static
100333     struct {
100334         PyGC_Head _gc_head;
100335         struct {
100336             PyObject_VAR_HEAD
100337             PyObject *ob_item[15];
100338         }_object;
100339     }
100340 ntpath_toplevel_consts_18_consts = {
100341     ._object = {
100342         .ob_base = {
100343             .ob_base = {
100344                 .ob_refcnt = 999999999,
100345                 .ob_type = &PyTuple_Type,
100346             },
100347             .ob_size = 15,
100348         },
100349         .ob_item = {
100350             & ntpath_toplevel_consts_18_consts_0._ascii.ob_base,
100351             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
100352             (PyObject *)&_Py_SINGLETON(bytes_characters[92]),
100353             (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
100354             (PyObject *)&_Py_SINGLETON(bytes_characters[58]),
100355             & ntpath_toplevel_consts_18_consts_5.ob_base.ob_base,
100356             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
100357             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
100358             & importlib__bootstrap_external_toplevel_consts_8_consts_0._ascii.ob_base,
100359             & ntpath_toplevel_consts_18_consts_9._ascii.ob_base,
100360             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
100361             Py_None,
100362             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 8],
100363             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
100364             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
100365         },
100366     },
100367 };
100368 static
100369     struct {
100370         PyASCIIObject _ascii;
100371         uint8_t _data[6];
100372     }
100373 const_str_upper = {
100374     ._ascii = {
100375         .ob_base = {
100376             .ob_refcnt = 999999999,
100377             .ob_type = &PyUnicode_Type,
100378         },
100379         .length = 5,
100380         .hash = -1,
100381         .state = {
100382             .kind = 1,
100383             .compact = 1,
100384             .ascii = 1,
100385             .ready = 1,
100386         },
100387     },
100388     ._data = "upper",
100389 };
100390 static
100391     struct {
100392         PyASCIIObject _ascii;
100393         uint8_t _data[5];
100394     }
100395 const_str_find = {
100396     ._ascii = {
100397         .ob_base = {
100398             .ob_refcnt = 999999999,
100399             .ob_type = &PyUnicode_Type,
100400         },
100401         .length = 4,
100402         .hash = -1,
100403         .state = {
100404             .kind = 1,
100405             .compact = 1,
100406             .ascii = 1,
100407             .ready = 1,
100408         },
100409     },
100410     ._data = "find",
100411 };
100412 static
100413     struct {
100414         PyGC_Head _gc_head;
100415         struct {
100416             PyObject_VAR_HEAD
100417             PyObject *ob_item[8];
100418         }_object;
100419     }
100420 ntpath_toplevel_consts_18_names = {
100421     ._object = {
100422         .ob_base = {
100423             .ob_base = {
100424                 .ob_refcnt = 999999999,
100425                 .ob_type = &PyTuple_Type,
100426             },
100427             .ob_size = 8,
100428         },
100429         .ob_item = {
100430             & const_str_os._ascii.ob_base,
100431             & const_str_fspath._ascii.ob_base,
100432             &_Py_ID(len),
100433             &_Py_ID(isinstance),
100434             & const_str_bytes._ascii.ob_base,
100435             &_Py_ID(replace),
100436             & const_str_upper._ascii.ob_base,
100437             & const_str_find._ascii.ob_base,
100438         },
100439     },
100440 };
100441 static
100442     struct {
100443         PyObject_VAR_HEAD
100444         Py_hash_t ob_shash;
100445         char ob_sval[357];
100446     }
100447 ntpath_toplevel_consts_18_linetable = {
100448     .ob_base = {
100449         .ob_base = {
100450             .ob_refcnt = 999999999,
100451             .ob_type = &PyBytes_Type,
100452         },
100453         .ob_size = 356,
100454     },
100455     .ob_shash = -1,
100456     .ob_sval = "\x80\x00\xf5\x26\x00\x09\x0b\x8c\x09\x90\x21\x89\x0c\x8c\x0c\x80\x41\xdd\x07\x0a\x88\x31\x81\x76\x84\x76\x90\x11\x82\x7b\x80\x7b\xdd\x0b\x15\x90\x61\x9d\x15\xd1\x0b\x1f\xd4\x0b\x1f\xf0\x00\x09\x09\x28\xd8\x12\x17\x88\x43\xd8\x15\x19\x88\x46\xd8\x14\x18\x88\x45\xd8\x19\x28\x88\x4a\x88\x4a\xe0\x12\x16\x88\x43\xd8\x15\x18\x88\x46\xd8\x14\x17\x88\x45\xd8\x19\x27\x88\x4a\xd8\x10\x11\x97\x09\x92\x09\x98\x26\xa0\x23\xd1\x10\x26\xd4\x10\x26\x88\x05\xd8\x0b\x10\x90\x11\x90\x31\x90\x13\x8c\x3a\x98\x13\x98\x71\x99\x17\xd2\x0b\x20\xd0\x0b\x20\xf0\x06\x00\x1a\x1f\x98\x72\xa0\x01\x98\x72\x9c\x19\x9f\x1f\x9a\x1f\xd1\x19\x2a\xd4\x19\x2a\xa8\x6a\xd2\x19\x38\xd0\x19\x38\x90\x41\x90\x41\xb8\x61\x88\x45\xd8\x14\x19\x97\x4a\x92\x4a\x98\x73\xa0\x45\xd1\x14\x2a\xd4\x14\x2a\x88\x45\xd8\x0f\x14\x98\x02\x8a\x7b\x88\x7b\xd8\x17\x18\x98\x21\x98\x42\x98\x51\x98\x42\x9c\x25\x90\x78\x90\x0f\xd8\x15\x1a\x97\x5a\x92\x5a\xa0\x03\xa0\x55\xa8\x51\xa1\x59\xd1\x15\x2f\xd4\x15\x2f\x88\x46\xd8\x0f\x15\x98\x12\x8a\x7c\x88\x7c\xd8\x17\x18\x98\x21\x98\x42\x98\x51\x98\x42\x9c\x25\x90\x78\x90\x0f\xd8\x13\x14\x90\x57\x90\x66\x90\x57\x94\x3a\x98\x71\xa0\x16\xa0\x17\xa0\x17\x9c\x7a\xd0\x13\x29\xd0\x0c\x29\xd8\x0b\x10\x90\x11\x90\x31\x90\x13\x8c\x3a\x98\x15\xd2\x0b\x1e\xd0\x0b\x1e\xe0\x13\x14\x90\x52\x90\x61\x90\x52\x94\x35\x98\x21\x98\x41\x98\x42\x98\x42\x9c\x25\x90\x3c\xd0\x0c\x1f\xd8\x0b\x0c\x88\x52\x88\x61\x88\x52\x8c\x35\x90\x21\x88\x38\x80\x4f",
100457 };
100458 static
100459     struct {
100460         PyASCIIObject _ascii;
100461         uint8_t _data[11];
100462     }
100463 const_str_unc_prefix = {
100464     ._ascii = {
100465         .ob_base = {
100466             .ob_refcnt = 999999999,
100467             .ob_type = &PyUnicode_Type,
100468         },
100469         .length = 10,
100470         .hash = -1,
100471         .state = {
100472             .kind = 1,
100473             .compact = 1,
100474             .ascii = 1,
100475             .ready = 1,
100476         },
100477     },
100478     ._data = "unc_prefix",
100479 };
100480 static
100481     struct {
100482         PyASCIIObject _ascii;
100483         uint8_t _data[6];
100484     }
100485 const_str_normp = {
100486     ._ascii = {
100487         .ob_base = {
100488             .ob_refcnt = 999999999,
100489             .ob_type = &PyUnicode_Type,
100490         },
100491         .length = 5,
100492         .hash = -1,
100493         .state = {
100494             .kind = 1,
100495             .compact = 1,
100496             .ascii = 1,
100497             .ready = 1,
100498         },
100499     },
100500     ._data = "normp",
100501 };
100502 static
100503     struct {
100504         PyASCIIObject _ascii;
100505         uint8_t _data[7];
100506     }
100507 const_str_index2 = {
100508     ._ascii = {
100509         .ob_base = {
100510             .ob_refcnt = 999999999,
100511             .ob_type = &PyUnicode_Type,
100512         },
100513         .length = 6,
100514         .hash = -1,
100515         .state = {
100516             .kind = 1,
100517             .compact = 1,
100518             .ascii = 1,
100519             .ready = 1,
100520         },
100521     },
100522     ._data = "index2",
100523 };
100524 static
100525     struct {
100526         PyGC_Head _gc_head;
100527         struct {
100528             PyObject_VAR_HEAD
100529             PyObject *ob_item[9];
100530         }_object;
100531     }
100532 ntpath_toplevel_consts_18_localsplusnames = {
100533     ._object = {
100534         .ob_base = {
100535             .ob_base = {
100536                 .ob_refcnt = 999999999,
100537                 .ob_type = &PyTuple_Type,
100538             },
100539             .ob_size = 9,
100540         },
100541         .ob_item = {
100542             & const_str_p._ascii.ob_base,
100543             & const_str_sep._ascii.ob_base,
100544             & const_str_altsep._ascii.ob_base,
100545             & const_str_colon._ascii.ob_base,
100546             & const_str_unc_prefix._ascii.ob_base,
100547             & const_str_normp._ascii.ob_base,
100548             & const_str_start._ascii.ob_base,
100549             & const_str_index._ascii.ob_base,
100550             & const_str_index2._ascii.ob_base,
100551         },
100552     },
100553 };
100554 static
100555     struct _PyCode_DEF(604)
100556 ntpath_toplevel_consts_18 = {
100557     .ob_base = {
100558         .ob_base = {
100559             .ob_refcnt = 999999999,
100560             .ob_type = &PyCode_Type,
100561         },
100562         .ob_size = 302,
100563     },
100564     .co_consts = & ntpath_toplevel_consts_18_consts._object.ob_base.ob_base,
100565     .co_names = & ntpath_toplevel_consts_18_names._object.ob_base.ob_base,
100566     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
100567     .co_flags = 3,
100568     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
100569     ._co_linearray_entry_size = 0,
100570     .co_argcount = 1,
100571     .co_posonlyargcount = 0,
100572     .co_kwonlyargcount = 0,
100573     .co_stacksize = 5,
100574     .co_firstlineno = 154,
100575     .co_nlocalsplus = 9,
100576     .co_nlocals = 9,
100577     .co_nplaincellvars = 0,
100578     .co_ncellvars = 0,
100579     .co_nfreevars = 0,
100580     .co_localsplusnames = & ntpath_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
100581     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
100582     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
100583     .co_name = & const_str_splitdrive._ascii.ob_base,
100584     .co_qualname = & const_str_splitdrive._ascii.ob_base,
100585     .co_linetable = & ntpath_toplevel_consts_18_linetable.ob_base.ob_base,
100586     ._co_code = NULL,
100587     ._co_linearray = NULL,
100588     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x05\x00\x00\x00\x00\x72\xfa\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\xa6\x02\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\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x64\x0a\x64\x01\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x7a\x05\x00\x00\x6b\x02\x00\x00\x00\x00\x72\x8b\x7c\x05\x64\x0b\x64\x0c\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6b\x02\x00\x00\x00\x00\x72\x02\x64\x0c\x6e\x01\x64\x01\x7d\x06\x7c\x05\xa0\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x06\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x64\x0d\x6b\x02\x00\x00\x00\x00\x72\x0c\x7c\x00\x7c\x00\x64\x0b\x64\x0a\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x53\x00\x7c\x05\xa0\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x07\x64\x0e\x7a\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x08\x64\x0d\x6b\x02\x00\x00\x00\x00\x72\x0c\x7c\x00\x7c\x00\x64\x0b\x64\x0a\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x53\x00\x7c\x00\x64\x0b\x7c\x08\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x08\x64\x0b\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x53\x00\x7c\x05\x64\x0e\x64\x01\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x6b\x02\x00\x00\x00\x00\x72\x14\x7c\x00\x64\x0b\x64\x01\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x01\x64\x0b\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x53\x00\x7c\x00\x64\x0b\x64\x0a\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x66\x02\x53\x00",
100589     ._co_firsttraceable = 0,
100590 };
100591 static
100592     struct {
100593         PyASCIIObject _ascii;
100594         uint8_t _data[127];
100595     }
100596 ntpath_toplevel_consts_19_consts_0 = {
100597     ._ascii = {
100598         .ob_base = {
100599             .ob_refcnt = 999999999,
100600             .ob_type = &PyUnicode_Type,
100601         },
100602         .length = 126,
100603         .hash = -1,
100604         .state = {
100605             .kind = 1,
100606             .compact = 1,
100607             .ascii = 1,
100608             .ready = 1,
100609         },
100610     },
100611     ._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",
100612 };
100613 static
100614     struct {
100615         PyGC_Head _gc_head;
100616         struct {
100617             PyObject_VAR_HEAD
100618             PyObject *ob_item[3];
100619         }_object;
100620     }
100621 ntpath_toplevel_consts_19_consts = {
100622     ._object = {
100623         .ob_base = {
100624             .ob_base = {
100625                 .ob_refcnt = 999999999,
100626                 .ob_type = &PyTuple_Type,
100627             },
100628             .ob_size = 3,
100629         },
100630         .ob_item = {
100631             & ntpath_toplevel_consts_19_consts_0._ascii.ob_base,
100632             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
100633             Py_None,
100634         },
100635     },
100636 };
100637 static
100638     struct {
100639         PyGC_Head _gc_head;
100640         struct {
100641             PyObject_VAR_HEAD
100642             PyObject *ob_item[6];
100643         }_object;
100644     }
100645 ntpath_toplevel_consts_19_names = {
100646     ._object = {
100647         .ob_base = {
100648             .ob_base = {
100649                 .ob_refcnt = 999999999,
100650                 .ob_type = &PyTuple_Type,
100651             },
100652             .ob_size = 6,
100653         },
100654         .ob_item = {
100655             & const_str_os._ascii.ob_base,
100656             & const_str_fspath._ascii.ob_base,
100657             & const_str__get_bothseps._ascii.ob_base,
100658             & const_str_splitdrive._ascii.ob_base,
100659             &_Py_ID(len),
100660             & const_str_rstrip._ascii.ob_base,
100661         },
100662     },
100663 };
100664 static
100665     struct {
100666         PyObject_VAR_HEAD
100667         Py_hash_t ob_shash;
100668         char ob_sval[181];
100669     }
100670 ntpath_toplevel_consts_19_linetable = {
100671     .ob_base = {
100672         .ob_base = {
100673             .ob_refcnt = 999999999,
100674             .ob_type = &PyBytes_Type,
100675         },
100676         .ob_size = 180,
100677     },
100678     .ob_shash = -1,
100679     .ob_sval = "\x80\x00\xf5\x0a\x00\x09\x0b\x8c\x09\x90\x21\x89\x0c\x8c\x0c\x80\x41\xdd\x0b\x18\x98\x11\xd1\x0b\x1b\xd4\x0b\x1b\x80\x44\xdd\x0b\x15\x90\x61\x89\x3d\x8c\x3d\x81\x44\x80\x41\x80\x71\xe5\x08\x0b\x88\x41\x89\x06\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\xd0\x10\x22\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\xd0\x10\x22\xe0\x11\x12\x90\x32\x90\x41\x90\x32\x94\x15\x98\x01\x98\x21\x98\x22\x98\x22\x9c\x05\x88\x24\x80\x44\xe0\x0b\x0f\x8f\x3b\x8a\x3b\x90\x74\xd1\x0b\x1c\xd4\x0b\x1c\xd0\x0b\x24\xa0\x04\x80\x44\xd8\x0b\x0c\x88\x74\x89\x38\x90\x54\x88\x3e\xd0\x04\x19",
100680 };
100681 static
100682     struct {
100683         PyGC_Head _gc_head;
100684         struct {
100685             PyObject_VAR_HEAD
100686             PyObject *ob_item[6];
100687         }_object;
100688     }
100689 ntpath_toplevel_consts_19_localsplusnames = {
100690     ._object = {
100691         .ob_base = {
100692             .ob_base = {
100693                 .ob_refcnt = 999999999,
100694                 .ob_type = &PyTuple_Type,
100695             },
100696             .ob_size = 6,
100697         },
100698         .ob_item = {
100699             & const_str_p._ascii.ob_base,
100700             & const_str_seps._ascii.ob_base,
100701             & const_str_d._ascii.ob_base,
100702             & const_str_i._ascii.ob_base,
100703             & const_str_head._ascii.ob_base,
100704             & const_str_tail._ascii.ob_base,
100705         },
100706     },
100707 };
100708 static
100709     struct _PyCode_DEF(308)
100710 ntpath_toplevel_consts_19 = {
100711     .ob_base = {
100712         .ob_base = {
100713             .ob_refcnt = 999999999,
100714             .ob_type = &PyCode_Type,
100715         },
100716         .ob_size = 154,
100717     },
100718     .co_consts = & ntpath_toplevel_consts_19_consts._object.ob_base.ob_base,
100719     .co_names = & ntpath_toplevel_consts_19_names._object.ob_base.ob_base,
100720     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
100721     .co_flags = 3,
100722     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
100723     ._co_linearray_entry_size = 0,
100724     .co_argcount = 1,
100725     .co_posonlyargcount = 0,
100726     .co_kwonlyargcount = 0,
100727     .co_stacksize = 4,
100728     .co_firstlineno = 208,
100729     .co_nlocalsplus = 6,
100730     .co_nlocals = 6,
100731     .co_nplaincellvars = 0,
100732     .co_ncellvars = 0,
100733     .co_nfreevars = 0,
100734     .co_localsplusnames = & ntpath_toplevel_consts_19_localsplusnames._object.ob_base.ob_base,
100735     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
100736     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
100737     .co_name = & const_str_split._ascii.ob_base,
100738     .co_qualname = & const_str_split._ascii.ob_base,
100739     .co_linetable = & ntpath_toplevel_consts_19_linetable.ob_base.ob_base,
100740     ._co_code = NULL,
100741     ._co_linearray = NULL,
100742     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x01\x00\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\xa6\x01\x00\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\xa6\x01\x00\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\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x03\x64\x02\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7d\x04\x7c\x04\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\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",
100743     ._co_firsttraceable = 0,
100744 };
100745 static
100746     struct {
100747         PyGC_Head _gc_head;
100748         struct {
100749             PyObject_VAR_HEAD
100750             PyObject *ob_item[7];
100751         }_object;
100752     }
100753 ntpath_toplevel_consts_20_consts = {
100754     ._object = {
100755         .ob_base = {
100756             .ob_base = {
100757                 .ob_refcnt = 999999999,
100758                 .ob_type = &PyTuple_Type,
100759             },
100760             .ob_size = 7,
100761         },
100762         .ob_item = {
100763             Py_None,
100764             (PyObject *)&_Py_SINGLETON(bytes_characters[92]),
100765             (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
100766             (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
100767             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
100768             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
100769             &_Py_STR(dot),
100770         },
100771     },
100772 };
100773 static
100774     struct {
100775         PyGC_Head _gc_head;
100776         struct {
100777             PyObject_VAR_HEAD
100778             PyObject *ob_item[6];
100779         }_object;
100780     }
100781 ntpath_toplevel_consts_20_names = {
100782     ._object = {
100783         .ob_base = {
100784             .ob_base = {
100785                 .ob_refcnt = 999999999,
100786                 .ob_type = &PyTuple_Type,
100787             },
100788             .ob_size = 6,
100789         },
100790         .ob_item = {
100791             & const_str_os._ascii.ob_base,
100792             & const_str_fspath._ascii.ob_base,
100793             &_Py_ID(isinstance),
100794             & const_str_bytes._ascii.ob_base,
100795             & const_str_genericpath._ascii.ob_base,
100796             & const_str__splitext._ascii.ob_base,
100797         },
100798     },
100799 };
100800 static
100801     struct {
100802         PyObject_VAR_HEAD
100803         Py_hash_t ob_shash;
100804         char ob_sval[80];
100805     }
100806 ntpath_toplevel_consts_20_linetable = {
100807     .ob_base = {
100808         .ob_base = {
100809             .ob_refcnt = 999999999,
100810             .ob_type = &PyBytes_Type,
100811         },
100812         .ob_size = 79,
100813     },
100814     .ob_shash = -1,
100815     .ob_sval = "\x80\x00\xdd\x08\x0a\x8c\x09\x90\x21\x89\x0c\x8c\x0c\x80\x41\xdd\x07\x11\x90\x21\x95\x55\xd1\x07\x1b\xd4\x07\x1b\xf0\x00\x03\x05\x38\xdd\x0f\x1a\xd4\x0f\x24\xa0\x51\xa8\x05\xa8\x74\xb0\x54\xd1\x0f\x3a\xd4\x0f\x3a\xd0\x08\x3a\xe5\x0f\x1a\xd4\x0f\x24\xa0\x51\xa8\x04\xa8\x63\xb0\x33\xd1\x0f\x37\xd4\x0f\x37\xd0\x08\x37",
100816 };
100817 static
100818     struct {
100819         PyGC_Head _gc_head;
100820         struct {
100821             PyObject_VAR_HEAD
100822             PyObject *ob_item[1];
100823         }_object;
100824     }
100825 ntpath_toplevel_consts_20_localsplusnames = {
100826     ._object = {
100827         .ob_base = {
100828             .ob_base = {
100829                 .ob_refcnt = 999999999,
100830                 .ob_type = &PyTuple_Type,
100831             },
100832             .ob_size = 1,
100833         },
100834         .ob_item = {
100835             & const_str_p._ascii.ob_base,
100836         },
100837     },
100838 };
100839 static
100840     struct _PyCode_DEF(176)
100841 ntpath_toplevel_consts_20 = {
100842     .ob_base = {
100843         .ob_base = {
100844             .ob_refcnt = 999999999,
100845             .ob_type = &PyCode_Type,
100846         },
100847         .ob_size = 88,
100848     },
100849     .co_consts = & ntpath_toplevel_consts_20_consts._object.ob_base.ob_base,
100850     .co_names = & ntpath_toplevel_consts_20_names._object.ob_base.ob_base,
100851     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
100852     .co_flags = 3,
100853     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
100854     ._co_linearray_entry_size = 0,
100855     .co_argcount = 1,
100856     .co_posonlyargcount = 0,
100857     .co_kwonlyargcount = 0,
100858     .co_stacksize = 6,
100859     .co_firstlineno = 231,
100860     .co_nlocalsplus = 1,
100861     .co_nlocals = 1,
100862     .co_nplaincellvars = 0,
100863     .co_ncellvars = 0,
100864     .co_nfreevars = 0,
100865     .co_localsplusnames = & ntpath_toplevel_consts_20_localsplusnames._object.ob_base.ob_base,
100866     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
100867     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
100868     .co_name = & const_str_splitext._ascii.ob_base,
100869     .co_qualname = & const_str_splitext._ascii.ob_base,
100870     .co_linetable = & ntpath_toplevel_consts_20_linetable.ob_base.ob_base,
100871     ._co_code = NULL,
100872     ._co_linearray = NULL,
100873     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x17\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x01\x64\x02\x64\x03\xa6\x04\x00\x00\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\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x04\x64\x05\x64\x06\xa6\x04\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
100874     ._co_firsttraceable = 0,
100875 };
100876 static
100877     struct {
100878         PyASCIIObject _ascii;
100879         uint8_t _data[42];
100880     }
100881 ntpath_toplevel_consts_21_consts_0 = {
100882     ._ascii = {
100883         .ob_base = {
100884             .ob_refcnt = 999999999,
100885             .ob_type = &PyUnicode_Type,
100886         },
100887         .length = 41,
100888         .hash = -1,
100889         .state = {
100890             .kind = 1,
100891             .compact = 1,
100892             .ascii = 1,
100893             .ready = 1,
100894         },
100895     },
100896     ._data = "Returns the final component of a pathname",
100897 };
100898 static
100899     struct {
100900         PyGC_Head _gc_head;
100901         struct {
100902             PyObject_VAR_HEAD
100903             PyObject *ob_item[2];
100904         }_object;
100905     }
100906 ntpath_toplevel_consts_21_consts = {
100907     ._object = {
100908         .ob_base = {
100909             .ob_base = {
100910                 .ob_refcnt = 999999999,
100911                 .ob_type = &PyTuple_Type,
100912             },
100913             .ob_size = 2,
100914         },
100915         .ob_item = {
100916             & ntpath_toplevel_consts_21_consts_0._ascii.ob_base,
100917             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
100918         },
100919     },
100920 };
100921 static
100922     struct {
100923         PyGC_Head _gc_head;
100924         struct {
100925             PyObject_VAR_HEAD
100926             PyObject *ob_item[1];
100927         }_object;
100928     }
100929 ntpath_toplevel_consts_21_names = {
100930     ._object = {
100931         .ob_base = {
100932             .ob_base = {
100933                 .ob_refcnt = 999999999,
100934                 .ob_type = &PyTuple_Type,
100935             },
100936             .ob_size = 1,
100937         },
100938         .ob_item = {
100939             & const_str_split._ascii.ob_base,
100940         },
100941     },
100942 };
100943 static
100944     struct {
100945         PyObject_VAR_HEAD
100946         Py_hash_t ob_shash;
100947         char ob_sval[19];
100948     }
100949 ntpath_toplevel_consts_21_linetable = {
100950     .ob_base = {
100951         .ob_base = {
100952             .ob_refcnt = 999999999,
100953             .ob_type = &PyBytes_Type,
100954         },
100955         .ob_size = 18,
100956     },
100957     .ob_shash = -1,
100958     .ob_sval = "\x80\x00\xe5\x0b\x10\x90\x11\x89\x38\x8c\x38\x90\x41\x8c\x3b\xd0\x04\x16",
100959 };
100960 static
100961     struct _PyCode_DEF(44)
100962 ntpath_toplevel_consts_21 = {
100963     .ob_base = {
100964         .ob_base = {
100965             .ob_refcnt = 999999999,
100966             .ob_type = &PyCode_Type,
100967         },
100968         .ob_size = 22,
100969     },
100970     .co_consts = & ntpath_toplevel_consts_21_consts._object.ob_base.ob_base,
100971     .co_names = & ntpath_toplevel_consts_21_names._object.ob_base.ob_base,
100972     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
100973     .co_flags = 3,
100974     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
100975     ._co_linearray_entry_size = 0,
100976     .co_argcount = 1,
100977     .co_posonlyargcount = 0,
100978     .co_kwonlyargcount = 0,
100979     .co_stacksize = 3,
100980     .co_firstlineno = 242,
100981     .co_nlocalsplus = 1,
100982     .co_nlocals = 1,
100983     .co_nplaincellvars = 0,
100984     .co_ncellvars = 0,
100985     .co_nfreevars = 0,
100986     .co_localsplusnames = & ntpath_toplevel_consts_20_localsplusnames._object.ob_base.ob_base,
100987     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
100988     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
100989     .co_name = & const_str_basename._ascii.ob_base,
100990     .co_qualname = & const_str_basename._ascii.ob_base,
100991     .co_linetable = & ntpath_toplevel_consts_21_linetable.ob_base.ob_base,
100992     ._co_code = NULL,
100993     ._co_linearray = NULL,
100994     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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",
100995     ._co_firsttraceable = 0,
100996 };
100997 static
100998     struct {
100999         PyASCIIObject _ascii;
101000         uint8_t _data[46];
101001     }
101002 ntpath_toplevel_consts_22_consts_0 = {
101003     ._ascii = {
101004         .ob_base = {
101005             .ob_refcnt = 999999999,
101006             .ob_type = &PyUnicode_Type,
101007         },
101008         .length = 45,
101009         .hash = -1,
101010         .state = {
101011             .kind = 1,
101012             .compact = 1,
101013             .ascii = 1,
101014             .ready = 1,
101015         },
101016     },
101017     ._data = "Returns the directory component of a pathname",
101018 };
101019 static
101020     struct {
101021         PyGC_Head _gc_head;
101022         struct {
101023             PyObject_VAR_HEAD
101024             PyObject *ob_item[2];
101025         }_object;
101026     }
101027 ntpath_toplevel_consts_22_consts = {
101028     ._object = {
101029         .ob_base = {
101030             .ob_base = {
101031                 .ob_refcnt = 999999999,
101032                 .ob_type = &PyTuple_Type,
101033             },
101034             .ob_size = 2,
101035         },
101036         .ob_item = {
101037             & ntpath_toplevel_consts_22_consts_0._ascii.ob_base,
101038             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
101039         },
101040     },
101041 };
101042 static
101043     struct _PyCode_DEF(44)
101044 ntpath_toplevel_consts_22 = {
101045     .ob_base = {
101046         .ob_base = {
101047             .ob_refcnt = 999999999,
101048             .ob_type = &PyCode_Type,
101049         },
101050         .ob_size = 22,
101051     },
101052     .co_consts = & ntpath_toplevel_consts_22_consts._object.ob_base.ob_base,
101053     .co_names = & ntpath_toplevel_consts_21_names._object.ob_base.ob_base,
101054     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
101055     .co_flags = 3,
101056     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
101057     ._co_linearray_entry_size = 0,
101058     .co_argcount = 1,
101059     .co_posonlyargcount = 0,
101060     .co_kwonlyargcount = 0,
101061     .co_stacksize = 3,
101062     .co_firstlineno = 249,
101063     .co_nlocalsplus = 1,
101064     .co_nlocals = 1,
101065     .co_nplaincellvars = 0,
101066     .co_ncellvars = 0,
101067     .co_nfreevars = 0,
101068     .co_localsplusnames = & ntpath_toplevel_consts_20_localsplusnames._object.ob_base.ob_base,
101069     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
101070     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
101071     .co_name = & const_str_dirname._ascii.ob_base,
101072     .co_qualname = & const_str_dirname._ascii.ob_base,
101073     .co_linetable = & ntpath_toplevel_consts_21_linetable.ob_base.ob_base,
101074     ._co_code = NULL,
101075     ._co_linearray = NULL,
101076     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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",
101077     ._co_firsttraceable = 0,
101078 };
101079 static
101080     struct {
101081         PyASCIIObject _ascii;
101082         uint8_t _data[105];
101083     }
101084 ntpath_toplevel_consts_23_consts_0 = {
101085     ._ascii = {
101086         .ob_base = {
101087             .ob_refcnt = 999999999,
101088             .ob_type = &PyUnicode_Type,
101089         },
101090         .length = 104,
101091         .hash = -1,
101092         .state = {
101093             .kind = 1,
101094             .compact = 1,
101095             .ascii = 1,
101096             .ready = 1,
101097         },
101098     },
101099     ._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",
101100 };
101101 static
101102     struct {
101103         PyGC_Head _gc_head;
101104         struct {
101105             PyObject_VAR_HEAD
101106             PyObject *ob_item[2];
101107         }_object;
101108     }
101109 ntpath_toplevel_consts_23_consts = {
101110     ._object = {
101111         .ob_base = {
101112             .ob_base = {
101113                 .ob_refcnt = 999999999,
101114                 .ob_type = &PyTuple_Type,
101115             },
101116             .ob_size = 2,
101117         },
101118         .ob_item = {
101119             & ntpath_toplevel_consts_23_consts_0._ascii.ob_base,
101120             Py_False,
101121         },
101122     },
101123 };
101124 static
101125     struct {
101126         PyASCIIObject _ascii;
101127         uint8_t _data[6];
101128     }
101129 const_str_lstat = {
101130     ._ascii = {
101131         .ob_base = {
101132             .ob_refcnt = 999999999,
101133             .ob_type = &PyUnicode_Type,
101134         },
101135         .length = 5,
101136         .hash = -1,
101137         .state = {
101138             .kind = 1,
101139             .compact = 1,
101140             .ascii = 1,
101141             .ready = 1,
101142         },
101143     },
101144     ._data = "lstat",
101145 };
101146 static
101147     struct {
101148         PyASCIIObject _ascii;
101149         uint8_t _data[8];
101150     }
101151 const_str_S_ISLNK = {
101152     ._ascii = {
101153         .ob_base = {
101154             .ob_refcnt = 999999999,
101155             .ob_type = &PyUnicode_Type,
101156         },
101157         .length = 7,
101158         .hash = -1,
101159         .state = {
101160             .kind = 1,
101161             .compact = 1,
101162             .ascii = 1,
101163             .ready = 1,
101164         },
101165     },
101166     ._data = "S_ISLNK",
101167 };
101168 static
101169     struct {
101170         PyGC_Head _gc_head;
101171         struct {
101172             PyObject_VAR_HEAD
101173             PyObject *ob_item[8];
101174         }_object;
101175     }
101176 ntpath_toplevel_consts_23_names = {
101177     ._object = {
101178         .ob_base = {
101179             .ob_base = {
101180                 .ob_refcnt = 999999999,
101181                 .ob_type = &PyTuple_Type,
101182             },
101183             .ob_size = 8,
101184         },
101185         .ob_item = {
101186             & const_str_os._ascii.ob_base,
101187             & const_str_lstat._ascii.ob_base,
101188             & const_str_OSError._ascii.ob_base,
101189             & const_str_ValueError._ascii.ob_base,
101190             & const_str_AttributeError._ascii.ob_base,
101191             & const_str_stat._ascii.ob_base,
101192             & const_str_S_ISLNK._ascii.ob_base,
101193             & const_str_st_mode._ascii.ob_base,
101194         },
101195     },
101196 };
101197 static
101198     struct {
101199         PyObject_VAR_HEAD
101200         Py_hash_t ob_shash;
101201         char ob_sval[82];
101202     }
101203 ntpath_toplevel_consts_23_linetable = {
101204     .ob_base = {
101205         .ob_base = {
101206             .ob_refcnt = 999999999,
101207             .ob_type = &PyBytes_Type,
101208         },
101209         .ob_size = 81,
101210     },
101211     .ob_shash = -1,
101212     .ob_sval = "\x80\x00\xf0\x08\x03\x05\x15\xdd\x0d\x0f\x8c\x58\x90\x64\x89\x5e\x8c\x5e\x88\x02\x88\x02\xf8\xdd\x0c\x13\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\xe5\x0b\x0f\x8c\x3c\x98\x02\x9c\x0a\xd1\x0b\x23\xd4\x0b\x23\xd0\x04\x23",
101213 };
101214 static
101215     struct {
101216         PyObject_VAR_HEAD
101217         Py_hash_t ob_shash;
101218         char ob_sval[13];
101219     }
101220 ntpath_toplevel_consts_23_exceptiontable = {
101221     .ob_base = {
101222         .ob_base = {
101223             .ob_refcnt = 999999999,
101224             .ob_type = &PyBytes_Type,
101225         },
101226         .ob_size = 12,
101227     },
101228     .ob_shash = -1,
101229     .ob_sval = "\x82\x14\x17\x00\x97\x17\x32\x03\xb1\x01\x32\x03",
101230 };
101231 static
101232     struct _PyCode_DEF(156)
101233 ntpath_toplevel_consts_23 = {
101234     .ob_base = {
101235         .ob_base = {
101236             .ob_refcnt = 999999999,
101237             .ob_type = &PyCode_Type,
101238         },
101239         .ob_size = 78,
101240     },
101241     .co_consts = & ntpath_toplevel_consts_23_consts._object.ob_base.ob_base,
101242     .co_names = & ntpath_toplevel_consts_23_names._object.ob_base.ob_base,
101243     .co_exceptiontable = & ntpath_toplevel_consts_23_exceptiontable.ob_base.ob_base,
101244     .co_flags = 3,
101245     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
101246     ._co_linearray_entry_size = 0,
101247     .co_argcount = 1,
101248     .co_posonlyargcount = 0,
101249     .co_kwonlyargcount = 0,
101250     .co_stacksize = 5,
101251     .co_firstlineno = 256,
101252     .co_nlocalsplus = 2,
101253     .co_nlocals = 2,
101254     .co_nplaincellvars = 0,
101255     .co_ncellvars = 0,
101256     .co_nfreevars = 0,
101257     .co_localsplusnames = & genericpath_toplevel_consts_5_localsplusnames._object.ob_base.ob_base,
101258     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
101259     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
101260     .co_name = & const_str_islink._ascii.ob_base,
101261     .co_qualname = & const_str_islink._ascii.ob_base,
101262     .co_linetable = & ntpath_toplevel_consts_23_linetable.ob_base.ob_base,
101263     ._co_code = NULL,
101264     ._co_linearray = NULL,
101265     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x1e\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\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
101266     ._co_firsttraceable = 0,
101267 };
101268 static
101269     struct {
101270         PyASCIIObject _ascii;
101271         uint8_t _data[68];
101272     }
101273 ntpath_toplevel_consts_24_consts_0 = {
101274     ._ascii = {
101275         .ob_base = {
101276             .ob_refcnt = 999999999,
101277             .ob_type = &PyUnicode_Type,
101278         },
101279         .length = 67,
101280         .hash = -1,
101281         .state = {
101282             .kind = 1,
101283             .compact = 1,
101284             .ascii = 1,
101285             .ready = 1,
101286         },
101287     },
101288     ._data = "Test whether a path exists.  Returns True for broken symbolic links",
101289 };
101290 static
101291     struct {
101292         PyGC_Head _gc_head;
101293         struct {
101294             PyObject_VAR_HEAD
101295             PyObject *ob_item[3];
101296         }_object;
101297     }
101298 ntpath_toplevel_consts_24_consts = {
101299     ._object = {
101300         .ob_base = {
101301             .ob_base = {
101302                 .ob_refcnt = 999999999,
101303                 .ob_type = &PyTuple_Type,
101304             },
101305             .ob_size = 3,
101306         },
101307         .ob_item = {
101308             & ntpath_toplevel_consts_24_consts_0._ascii.ob_base,
101309             Py_False,
101310             Py_True,
101311         },
101312     },
101313 };
101314 static
101315     struct {
101316         PyGC_Head _gc_head;
101317         struct {
101318             PyObject_VAR_HEAD
101319             PyObject *ob_item[4];
101320         }_object;
101321     }
101322 ntpath_toplevel_consts_24_names = {
101323     ._object = {
101324         .ob_base = {
101325             .ob_base = {
101326                 .ob_refcnt = 999999999,
101327                 .ob_type = &PyTuple_Type,
101328             },
101329             .ob_size = 4,
101330         },
101331         .ob_item = {
101332             & const_str_os._ascii.ob_base,
101333             & const_str_lstat._ascii.ob_base,
101334             & const_str_OSError._ascii.ob_base,
101335             & const_str_ValueError._ascii.ob_base,
101336         },
101337     },
101338 };
101339 static
101340     struct {
101341         PyObject_VAR_HEAD
101342         Py_hash_t ob_shash;
101343         char ob_sval[67];
101344     }
101345 ntpath_toplevel_consts_24_linetable = {
101346     .ob_base = {
101347         .ob_base = {
101348             .ob_refcnt = 999999999,
101349             .ob_type = &PyBytes_Type,
101350         },
101351         .ob_size = 66,
101352     },
101353     .ob_shash = -1,
101354     .ob_sval = "\x80\x00\xf0\x04\x03\x05\x15\xdd\x0d\x0f\x8c\x58\x90\x64\x89\x5e\x8c\x5e\x88\x02\x88\x02\xf8\xdd\x0c\x13\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\xe0\x0b\x0f\x88\x34",
101355 };
101356 static
101357     struct _PyCode_DEF(98)
101358 ntpath_toplevel_consts_24 = {
101359     .ob_base = {
101360         .ob_base = {
101361             .ob_refcnt = 999999999,
101362             .ob_type = &PyCode_Type,
101363         },
101364         .ob_size = 49,
101365     },
101366     .co_consts = & ntpath_toplevel_consts_24_consts._object.ob_base.ob_base,
101367     .co_names = & ntpath_toplevel_consts_24_names._object.ob_base.ob_base,
101368     .co_exceptiontable = & genericpath_toplevel_consts_4_exceptiontable.ob_base.ob_base,
101369     .co_flags = 3,
101370     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
101371     ._co_linearray_entry_size = 0,
101372     .co_argcount = 1,
101373     .co_posonlyargcount = 0,
101374     .co_kwonlyargcount = 0,
101375     .co_stacksize = 4,
101376     .co_firstlineno = 268,
101377     .co_nlocalsplus = 2,
101378     .co_nlocals = 2,
101379     .co_nplaincellvars = 0,
101380     .co_ncellvars = 0,
101381     .co_nfreevars = 0,
101382     .co_localsplusnames = & genericpath_toplevel_consts_5_localsplusnames._object.ob_base.ob_base,
101383     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
101384     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
101385     .co_name = & const_str_lexists._ascii.ob_base,
101386     .co_qualname = & const_str_lexists._ascii.ob_base,
101387     .co_linetable = & ntpath_toplevel_consts_24_linetable.ob_base.ob_base,
101388     ._co_code = NULL,
101389     ._co_linearray = NULL,
101390     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x18\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\x64\x02\x53\x00",
101391     ._co_firsttraceable = 0,
101392 };
101393 static
101394     struct {
101395         PyASCIIObject _ascii;
101396         uint8_t _data[19];
101397     }
101398 const_str__getvolumepathname = {
101399     ._ascii = {
101400         .ob_base = {
101401             .ob_refcnt = 999999999,
101402             .ob_type = &PyUnicode_Type,
101403         },
101404         .length = 18,
101405         .hash = -1,
101406         .state = {
101407             .kind = 1,
101408             .compact = 1,
101409             .ascii = 1,
101410             .ready = 1,
101411         },
101412     },
101413     ._data = "_getvolumepathname",
101414 };
101415 static
101416     struct {
101417         PyGC_Head _gc_head;
101418         struct {
101419             PyObject_VAR_HEAD
101420             PyObject *ob_item[1];
101421         }_object;
101422     }
101423 ntpath_toplevel_consts_25 = {
101424     ._object = {
101425         .ob_base = {
101426             .ob_base = {
101427                 .ob_refcnt = 999999999,
101428                 .ob_type = &PyTuple_Type,
101429             },
101430             .ob_size = 1,
101431         },
101432         .ob_item = {
101433             & const_str__getvolumepathname._ascii.ob_base,
101434         },
101435     },
101436 };
101437 static
101438     struct {
101439         PyASCIIObject _ascii;
101440         uint8_t _data[98];
101441     }
101442 ntpath_toplevel_consts_26_consts_0 = {
101443     ._ascii = {
101444         .ob_base = {
101445             .ob_refcnt = 999999999,
101446             .ob_type = &PyUnicode_Type,
101447         },
101448         .length = 97,
101449         .hash = -1,
101450         .state = {
101451             .kind = 1,
101452             .compact = 1,
101453             .ascii = 1,
101454             .ready = 1,
101455         },
101456     },
101457     ._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",
101458 };
101459 static
101460     struct {
101461         PyGC_Head _gc_head;
101462         struct {
101463             PyObject_VAR_HEAD
101464             PyObject *ob_item[4];
101465         }_object;
101466     }
101467 ntpath_toplevel_consts_26_consts = {
101468     ._object = {
101469         .ob_base = {
101470             .ob_base = {
101471                 .ob_refcnt = 999999999,
101472                 .ob_type = &PyTuple_Type,
101473             },
101474             .ob_size = 4,
101475         },
101476         .ob_item = {
101477             & ntpath_toplevel_consts_26_consts_0._ascii.ob_base,
101478             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
101479             Py_True,
101480             Py_False,
101481         },
101482     },
101483 };
101484 static
101485     struct {
101486         PyGC_Head _gc_head;
101487         struct {
101488             PyObject_VAR_HEAD
101489             PyObject *ob_item[8];
101490         }_object;
101491     }
101492 ntpath_toplevel_consts_26_names = {
101493     ._object = {
101494         .ob_base = {
101495             .ob_base = {
101496                 .ob_refcnt = 999999999,
101497                 .ob_type = &PyTuple_Type,
101498             },
101499             .ob_size = 8,
101500         },
101501         .ob_item = {
101502             & const_str_os._ascii.ob_base,
101503             & const_str_fspath._ascii.ob_base,
101504             & const_str__get_bothseps._ascii.ob_base,
101505             & const_str_abspath._ascii.ob_base,
101506             & const_str_splitdrive._ascii.ob_base,
101507             & const_str__getvolumepathname._ascii.ob_base,
101508             & const_str_rstrip._ascii.ob_base,
101509             & const_str_casefold._ascii.ob_base,
101510         },
101511     },
101512 };
101513 static
101514     struct {
101515         PyObject_VAR_HEAD
101516         Py_hash_t ob_shash;
101517         char ob_sval[201];
101518     }
101519 ntpath_toplevel_consts_26_linetable = {
101520     .ob_base = {
101521         .ob_base = {
101522             .ob_refcnt = 999999999,
101523             .ob_type = &PyBytes_Type,
101524         },
101525         .ob_size = 200,
101526     },
101527     .ob_shash = -1,
101528     .ob_sval = "\x80\x00\xf5\x06\x00\x0c\x0e\x8c\x39\x90\x54\x89\x3f\x8c\x3f\x80\x44\xdd\x0b\x18\x98\x14\xd1\x0b\x1e\xd4\x0b\x1e\x80\x44\xdd\x0b\x12\x90\x34\x89\x3d\x8c\x3d\x80\x44\xdd\x11\x1b\x98\x44\xd1\x11\x21\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\x90\x0f\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\x90\x0c\xd8\x0f\x13\x88\x74\xe5\x07\x19\xf0\x00\x05\x05\x15\xd8\x0c\x10\x8f\x4b\x8a\x4b\x98\x04\xd1\x0c\x1d\xd4\x0c\x1d\x88\x01\xdd\x0b\x1d\x98\x64\xd1\x0b\x23\xd4\x0b\x23\xd7\x0b\x2a\xd2\x0b\x2a\xa8\x34\xd1\x0b\x30\xd4\x0b\x30\x88\x01\xd8\x0f\x10\x8f\x7a\x8a\x7a\x89\x7c\x8c\x7c\x98\x71\x9f\x7a\x9a\x7a\x99\x7c\x9c\x7c\xd2\x0f\x2b\xd0\x08\x2b\xe0\x0f\x14\x88\x75",
101529 };
101530 static
101531     struct {
101532         PyASCIIObject _ascii;
101533         uint8_t _data[2];
101534     }
101535 const_str_y = {
101536     ._ascii = {
101537         .ob_base = {
101538             .ob_refcnt = 999999999,
101539             .ob_type = &PyUnicode_Type,
101540         },
101541         .length = 1,
101542         .hash = -1,
101543         .state = {
101544             .kind = 1,
101545             .compact = 1,
101546             .ascii = 1,
101547             .ready = 1,
101548         },
101549     },
101550     ._data = "y",
101551 };
101552 static
101553     struct {
101554         PyGC_Head _gc_head;
101555         struct {
101556             PyObject_VAR_HEAD
101557             PyObject *ob_item[6];
101558         }_object;
101559     }
101560 ntpath_toplevel_consts_26_localsplusnames = {
101561     ._object = {
101562         .ob_base = {
101563             .ob_base = {
101564                 .ob_refcnt = 999999999,
101565                 .ob_type = &PyTuple_Type,
101566             },
101567             .ob_size = 6,
101568         },
101569         .ob_item = {
101570             &_Py_ID(path),
101571             & const_str_seps._ascii.ob_base,
101572             & const_str_root._ascii.ob_base,
101573             & const_str_rest._ascii.ob_base,
101574             & const_str_x._ascii.ob_base,
101575             & const_str_y._ascii.ob_base,
101576         },
101577     },
101578 };
101579 static
101580     struct _PyCode_DEF(404)
101581 ntpath_toplevel_consts_26 = {
101582     .ob_base = {
101583         .ob_base = {
101584             .ob_refcnt = 999999999,
101585             .ob_type = &PyCode_Type,
101586         },
101587         .ob_size = 202,
101588     },
101589     .co_consts = & ntpath_toplevel_consts_26_consts._object.ob_base.ob_base,
101590     .co_names = & ntpath_toplevel_consts_26_names._object.ob_base.ob_base,
101591     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
101592     .co_flags = 3,
101593     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
101594     ._co_linearray_entry_size = 0,
101595     .co_argcount = 1,
101596     .co_posonlyargcount = 0,
101597     .co_kwonlyargcount = 0,
101598     .co_stacksize = 3,
101599     .co_firstlineno = 290,
101600     .co_nlocalsplus = 6,
101601     .co_nlocals = 6,
101602     .co_nplaincellvars = 0,
101603     .co_ncellvars = 0,
101604     .co_nfreevars = 0,
101605     .co_localsplusnames = & ntpath_toplevel_consts_26_localsplusnames._object.ob_base.ob_base,
101606     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
101607     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
101608     .co_name = & const_str_ismount._ascii.ob_base,
101609     .co_qualname = & const_str_ismount._ascii.ob_base,
101610     .co_linetable = & ntpath_toplevel_consts_26_linetable.ob_base.ob_base,
101611     ._co_code = NULL,
101612     ._co_linearray = NULL,
101613     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x01\x00\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\xa6\x01\x00\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\xa6\x01\x00\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\x61\x7c\x00\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x04\xa0\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xa0\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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",
101614     ._co_firsttraceable = 0,
101615 };
101616 static
101617     struct {
101618         PyASCIIObject _ascii;
101619         uint8_t _data[77];
101620     }
101621 ntpath_toplevel_consts_27_consts_0 = {
101622     ._ascii = {
101623         .ob_base = {
101624             .ob_refcnt = 999999999,
101625             .ob_type = &PyUnicode_Type,
101626         },
101627         .length = 76,
101628         .hash = -1,
101629         .state = {
101630             .kind = 1,
101631             .compact = 1,
101632             .ascii = 1,
101633             .ready = 1,
101634         },
101635     },
101636     ._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",
101637 };
101638 static
101639     struct {
101640         PyASCIIObject _ascii;
101641         uint8_t _data[2];
101642     }
101643 ntpath_toplevel_consts_27_consts_2 = {
101644     ._ascii = {
101645         .ob_base = {
101646             .ob_refcnt = 999999999,
101647             .ob_type = &PyUnicode_Type,
101648         },
101649         .length = 1,
101650         .hash = -1,
101651         .state = {
101652             .kind = 1,
101653             .compact = 1,
101654             .ascii = 1,
101655             .ready = 1,
101656         },
101657     },
101658     ._data = "~",
101659 };
101660 static
101661     struct {
101662         PyASCIIObject _ascii;
101663         uint8_t _data[12];
101664     }
101665 const_str_USERPROFILE = {
101666     ._ascii = {
101667         .ob_base = {
101668             .ob_refcnt = 999999999,
101669             .ob_type = &PyUnicode_Type,
101670         },
101671         .length = 11,
101672         .hash = -1,
101673         .state = {
101674             .kind = 1,
101675             .compact = 1,
101676             .ascii = 1,
101677             .ready = 1,
101678         },
101679     },
101680     ._data = "USERPROFILE",
101681 };
101682 static
101683     struct {
101684         PyASCIIObject _ascii;
101685         uint8_t _data[9];
101686     }
101687 const_str_HOMEPATH = {
101688     ._ascii = {
101689         .ob_base = {
101690             .ob_refcnt = 999999999,
101691             .ob_type = &PyUnicode_Type,
101692         },
101693         .length = 8,
101694         .hash = -1,
101695         .state = {
101696             .kind = 1,
101697             .compact = 1,
101698             .ascii = 1,
101699             .ready = 1,
101700         },
101701     },
101702     ._data = "HOMEPATH",
101703 };
101704 static
101705     struct {
101706         PyASCIIObject _ascii;
101707         uint8_t _data[10];
101708     }
101709 const_str_HOMEDRIVE = {
101710     ._ascii = {
101711         .ob_base = {
101712             .ob_refcnt = 999999999,
101713             .ob_type = &PyUnicode_Type,
101714         },
101715         .length = 9,
101716         .hash = -1,
101717         .state = {
101718             .kind = 1,
101719             .compact = 1,
101720             .ascii = 1,
101721             .ready = 1,
101722         },
101723     },
101724     ._data = "HOMEDRIVE",
101725 };
101726 static
101727     struct {
101728         PyASCIIObject _ascii;
101729         uint8_t _data[9];
101730     }
101731 const_str_USERNAME = {
101732     ._ascii = {
101733         .ob_base = {
101734             .ob_refcnt = 999999999,
101735             .ob_type = &PyUnicode_Type,
101736         },
101737         .length = 8,
101738         .hash = -1,
101739         .state = {
101740             .kind = 1,
101741             .compact = 1,
101742             .ascii = 1,
101743             .ready = 1,
101744         },
101745     },
101746     ._data = "USERNAME",
101747 };
101748 static
101749     struct {
101750         PyGC_Head _gc_head;
101751         struct {
101752             PyObject_VAR_HEAD
101753             PyObject *ob_item[10];
101754         }_object;
101755     }
101756 ntpath_toplevel_consts_27_consts = {
101757     ._object = {
101758         .ob_base = {
101759             .ob_base = {
101760                 .ob_refcnt = 999999999,
101761                 .ob_type = &PyTuple_Type,
101762             },
101763             .ob_size = 10,
101764         },
101765         .ob_item = {
101766             & ntpath_toplevel_consts_27_consts_0._ascii.ob_base,
101767             (PyObject *)&_Py_SINGLETON(bytes_characters[126]),
101768             & ntpath_toplevel_consts_27_consts_2._ascii.ob_base,
101769             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
101770             & const_str_USERPROFILE._ascii.ob_base,
101771             & const_str_HOMEPATH._ascii.ob_base,
101772             & const_str_HOMEDRIVE._ascii.ob_base,
101773             &_Py_STR(empty),
101774             & const_str_USERNAME._ascii.ob_base,
101775             Py_None,
101776         },
101777     },
101778 };
101779 static
101780     struct {
101781         PyGC_Head _gc_head;
101782         struct {
101783             PyObject_VAR_HEAD
101784             PyObject *ob_item[15];
101785         }_object;
101786     }
101787 ntpath_toplevel_consts_27_names = {
101788     ._object = {
101789         .ob_base = {
101790             .ob_base = {
101791                 .ob_refcnt = 999999999,
101792                 .ob_type = &PyTuple_Type,
101793             },
101794             .ob_size = 15,
101795         },
101796         .ob_item = {
101797             & const_str_os._ascii.ob_base,
101798             & const_str_fspath._ascii.ob_base,
101799             &_Py_ID(isinstance),
101800             & const_str_bytes._ascii.ob_base,
101801             & const_str_startswith._ascii.ob_base,
101802             &_Py_ID(len),
101803             & const_str__get_bothseps._ascii.ob_base,
101804             & const_str_environ._ascii.ob_base,
101805             & const_str_KeyError._ascii.ob_base,
101806             &_Py_ID(join),
101807             & const_str_fsdecode._ascii.ob_base,
101808             &_Py_ID(get),
101809             & const_str_basename._ascii.ob_base,
101810             & const_str_dirname._ascii.ob_base,
101811             & const_str_fsencode._ascii.ob_base,
101812         },
101813     },
101814 };
101815 static
101816     struct {
101817         PyObject_VAR_HEAD
101818         Py_hash_t ob_shash;
101819         char ob_sval[471];
101820     }
101821 ntpath_toplevel_consts_27_linetable = {
101822     .ob_base = {
101823         .ob_base = {
101824             .ob_refcnt = 999999999,
101825             .ob_type = &PyBytes_Type,
101826         },
101827         .ob_size = 470,
101828     },
101829     .ob_shash = -1,
101830     .ob_sval = "\x80\x00\xf5\x08\x00\x0c\x0e\x8c\x39\x90\x54\x89\x3f\x8c\x3f\x80\x44\xdd\x07\x11\x90\x24\x9d\x05\xd1\x07\x1e\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\x8a\x3f\x98\x35\xd1\x0b\x21\xd4\x0b\x21\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x0b\xd8\x0b\x0c\x8d\x63\x90\x24\x89\x69\x8c\x69\x80\x71\x80\x41\xd8\x0a\x0b\x88\x61\x8a\x25\x88\x25\x90\x44\x98\x11\x94\x47\xa5\x3d\xb0\x14\xd1\x23\x36\xd4\x23\x36\xd0\x14\x36\xd0\x14\x36\xd8\x08\x09\x88\x51\x89\x06\x88\x01\xf0\x03\x00\x0b\x0c\x88\x61\x8a\x25\x88\x25\x90\x44\x98\x11\x94\x47\xa5\x3d\xb0\x14\xd1\x23\x36\xd4\x23\x36\xd0\x14\x36\xd0\x14\x36\xf0\x06\x00\x08\x15\x9d\x02\x9c\x0a\xd0\x07\x22\xd0\x07\x22\xdd\x13\x15\x94\x3a\x98\x6d\xd4\x13\x2c\x88\x08\x88\x08\xd8\x0d\x17\x9d\x32\x9c\x3a\xd0\x0d\x25\xd0\x0d\x25\xd8\x0f\x13\x88\x0b\xf0\x04\x03\x09\x17\xdd\x14\x16\x94\x4a\x98\x7b\xd4\x14\x2b\x88\x45\x88\x45\xf8\xdd\x0f\x17\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\xe5\x13\x17\x98\x05\x9d\x72\x9c\x7a\xa8\x2a\xd4\x1f\x35\xd1\x13\x36\xd4\x13\x36\x88\x08\xe0\x07\x08\x88\x41\x82\x76\x80\x76\xd8\x16\x1a\x98\x31\x98\x51\x98\x33\x94\x69\x88\x0b\xdd\x0b\x15\x90\x6b\xa5\x35\xd1\x0b\x29\xd4\x0b\x29\xf0\x00\x01\x09\x33\xdd\x1a\x1c\x9c\x2b\xa0\x6b\xd1\x1a\x32\xd4\x1a\x32\x88\x4b\xdd\x17\x19\x94\x7a\x97\x7e\x92\x7e\xa0\x6a\xd1\x17\x31\xd4\x17\x31\x88\x0c\xe0\x0b\x16\x98\x2c\xd2\x0b\x26\xd0\x0b\x26\xf0\x0c\x00\x10\x1c\x9d\x78\xa8\x08\xd1\x1f\x31\xd4\x1f\x31\xd2\x0f\x31\xd0\x0f\x31\xd8\x17\x1b\x90\x0b\xdd\x17\x1b\x9d\x47\xa0\x48\xd1\x1c\x2d\xd4\x1c\x2d\xa8\x7b\xd1\x17\x3b\xd4\x17\x3b\x88\x48\xe5\x07\x11\x90\x24\x9d\x05\xd1\x07\x1e\xd4\x07\x1e\xf0\x00\x01\x05\x29\xdd\x13\x15\x94\x3b\x98\x78\xd1\x13\x28\xd4\x13\x28\x88\x08\xe0\x0b\x13\x90\x64\x98\x31\x98\x32\x98\x32\x94\x68\xd1\x0b\x1e\xd0\x04\x1e",
101831 };
101832 static
101833     struct {
101834         PyObject_VAR_HEAD
101835         Py_hash_t ob_shash;
101836         char ob_sval[19];
101837     }
101838 ntpath_toplevel_consts_27_exceptiontable = {
101839     .ob_base = {
101840         .ob_base = {
101841             .ob_refcnt = 999999999,
101842             .ob_type = &PyBytes_Type,
101843         },
101844         .ob_size = 18,
101845     },
101846     .ob_shash = -1,
101847     .ob_sval = "\xc3\x08\x12\x43\x1b\x00\xc3\x1b\x0c\x43\x2a\x03\xc3\x29\x01\x43\x2a\x03",
101848 };
101849 static
101850     struct {
101851         PyASCIIObject _ascii;
101852         uint8_t _data[6];
101853     }
101854 const_str_tilde = {
101855     ._ascii = {
101856         .ob_base = {
101857             .ob_refcnt = 999999999,
101858             .ob_type = &PyUnicode_Type,
101859         },
101860         .length = 5,
101861         .hash = -1,
101862         .state = {
101863             .kind = 1,
101864             .compact = 1,
101865             .ascii = 1,
101866             .ready = 1,
101867         },
101868     },
101869     ._data = "tilde",
101870 };
101871 static
101872     struct {
101873         PyASCIIObject _ascii;
101874         uint8_t _data[9];
101875     }
101876 const_str_userhome = {
101877     ._ascii = {
101878         .ob_base = {
101879             .ob_refcnt = 999999999,
101880             .ob_type = &PyUnicode_Type,
101881         },
101882         .length = 8,
101883         .hash = -1,
101884         .state = {
101885             .kind = 1,
101886             .compact = 1,
101887             .ascii = 1,
101888             .ready = 1,
101889         },
101890     },
101891     ._data = "userhome",
101892 };
101893 static
101894     struct {
101895         PyASCIIObject _ascii;
101896         uint8_t _data[6];
101897     }
101898 const_str_drive = {
101899     ._ascii = {
101900         .ob_base = {
101901             .ob_refcnt = 999999999,
101902             .ob_type = &PyUnicode_Type,
101903         },
101904         .length = 5,
101905         .hash = -1,
101906         .state = {
101907             .kind = 1,
101908             .compact = 1,
101909             .ascii = 1,
101910             .ready = 1,
101911         },
101912     },
101913     ._data = "drive",
101914 };
101915 static
101916     struct {
101917         PyASCIIObject _ascii;
101918         uint8_t _data[12];
101919     }
101920 const_str_target_user = {
101921     ._ascii = {
101922         .ob_base = {
101923             .ob_refcnt = 999999999,
101924             .ob_type = &PyUnicode_Type,
101925         },
101926         .length = 11,
101927         .hash = -1,
101928         .state = {
101929             .kind = 1,
101930             .compact = 1,
101931             .ascii = 1,
101932             .ready = 1,
101933         },
101934     },
101935     ._data = "target_user",
101936 };
101937 static
101938     struct {
101939         PyASCIIObject _ascii;
101940         uint8_t _data[13];
101941     }
101942 const_str_current_user = {
101943     ._ascii = {
101944         .ob_base = {
101945             .ob_refcnt = 999999999,
101946             .ob_type = &PyUnicode_Type,
101947         },
101948         .length = 12,
101949         .hash = -1,
101950         .state = {
101951             .kind = 1,
101952             .compact = 1,
101953             .ascii = 1,
101954             .ready = 1,
101955         },
101956     },
101957     ._data = "current_user",
101958 };
101959 static
101960     struct {
101961         PyGC_Head _gc_head;
101962         struct {
101963             PyObject_VAR_HEAD
101964             PyObject *ob_item[8];
101965         }_object;
101966     }
101967 ntpath_toplevel_consts_27_localsplusnames = {
101968     ._object = {
101969         .ob_base = {
101970             .ob_base = {
101971                 .ob_refcnt = 999999999,
101972                 .ob_type = &PyTuple_Type,
101973             },
101974             .ob_size = 8,
101975         },
101976         .ob_item = {
101977             &_Py_ID(path),
101978             & const_str_tilde._ascii.ob_base,
101979             & const_str_i._ascii.ob_base,
101980             & const_str_n._ascii.ob_base,
101981             & const_str_userhome._ascii.ob_base,
101982             & const_str_drive._ascii.ob_base,
101983             & const_str_target_user._ascii.ob_base,
101984             & const_str_current_user._ascii.ob_base,
101985         },
101986     },
101987 };
101988 static
101989     struct _PyCode_DEF(934)
101990 ntpath_toplevel_consts_27 = {
101991     .ob_base = {
101992         .ob_base = {
101993             .ob_refcnt = 999999999,
101994             .ob_type = &PyCode_Type,
101995         },
101996         .ob_size = 467,
101997     },
101998     .co_consts = & ntpath_toplevel_consts_27_consts._object.ob_base.ob_base,
101999     .co_names = & ntpath_toplevel_consts_27_names._object.ob_base.ob_base,
102000     .co_exceptiontable = & ntpath_toplevel_consts_27_exceptiontable.ob_base.ob_base,
102001     .co_flags = 3,
102002     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
102003     ._co_linearray_entry_size = 0,
102004     .co_argcount = 1,
102005     .co_posonlyargcount = 0,
102006     .co_kwonlyargcount = 0,
102007     .co_stacksize = 5,
102008     .co_firstlineno = 319,
102009     .co_nlocalsplus = 8,
102010     .co_nlocals = 8,
102011     .co_nplaincellvars = 0,
102012     .co_ncellvars = 0,
102013     .co_nfreevars = 0,
102014     .co_localsplusnames = & ntpath_toplevel_consts_27_localsplusnames._object.ob_base.ob_base,
102015     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
102016     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
102017     .co_name = & const_str_expanduser._ascii.ob_base,
102018     .co_qualname = & const_str_expanduser._ascii.ob_base,
102019     .co_linetable = & ntpath_toplevel_consts_27_linetable.ob_base.ob_base,
102020     ._co_code = NULL,
102021     ._co_linearray = NULL,
102022     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x02\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\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\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\xa6\x01\x00\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\x39\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x22\x7c\x02\x64\x03\x7a\x0d\x00\x00\x7d\x02\x7c\x02\x7c\x03\x6b\x00\x00\x00\x00\x00\x72\x17\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\xb0\x22\x64\x04\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x13\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x6e\x56\x64\x05\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\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\x07\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x6e\x12\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\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\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\x07\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\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\x8a\x7c\x00\x64\x03\x7c\x02\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x14\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xa6\x01\x00\x00\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\x07\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x06\x7c\x07\x6b\x03\x00\x00\x00\x00\x72\x32\x7c\x07\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x01\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xa6\x02\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x14\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x7c\x00\x7c\x02\x64\x09\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x53\x00",
102023     ._co_firsttraceable = 0,
102024 };
102025 static
102026     struct {
102027         PyASCIIObject _ascii;
102028         uint8_t _data[103];
102029     }
102030 ntpath_toplevel_consts_28_consts_0 = {
102031     ._ascii = {
102032         .ob_base = {
102033             .ob_refcnt = 999999999,
102034             .ob_type = &PyUnicode_Type,
102035         },
102036         .length = 102,
102037         .hash = -1,
102038         .state = {
102039             .kind = 1,
102040             .compact = 1,
102041             .ascii = 1,
102042             .ready = 1,
102043         },
102044     },
102045     ._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",
102046 };
102047 static
102048     struct {
102049         PyASCIIObject _ascii;
102050         uint8_t _data[3];
102051     }
102052 ntpath_toplevel_consts_28_consts_5 = {
102053     ._ascii = {
102054         .ob_base = {
102055             .ob_refcnt = 999999999,
102056             .ob_type = &PyUnicode_Type,
102057         },
102058         .length = 2,
102059         .hash = -1,
102060         .state = {
102061             .kind = 1,
102062             .compact = 1,
102063             .ascii = 1,
102064             .ready = 1,
102065         },
102066     },
102067     ._data = "_-",
102068 };
102069 static
102070     struct {
102071         PyASCIIObject _ascii;
102072         uint8_t _data[9];
102073     }
102074 const_str_environb = {
102075     ._ascii = {
102076         .ob_base = {
102077             .ob_refcnt = 999999999,
102078             .ob_type = &PyUnicode_Type,
102079         },
102080         .length = 8,
102081         .hash = -1,
102082         .state = {
102083             .kind = 1,
102084             .compact = 1,
102085             .ascii = 1,
102086             .ready = 1,
102087         },
102088     },
102089     ._data = "environb",
102090 };
102091 static
102092     struct {
102093         PyASCIIObject _ascii;
102094         uint8_t _data[2];
102095     }
102096 ntpath_toplevel_consts_28_consts_11 = {
102097     ._ascii = {
102098         .ob_base = {
102099             .ob_refcnt = 999999999,
102100             .ob_type = &PyUnicode_Type,
102101         },
102102         .length = 1,
102103         .hash = -1,
102104         .state = {
102105             .kind = 1,
102106             .compact = 1,
102107             .ascii = 1,
102108             .ready = 1,
102109         },
102110     },
102111     ._data = "$",
102112 };
102113 static
102114     struct {
102115         PyASCIIObject _ascii;
102116         uint8_t _data[2];
102117     }
102118 ntpath_toplevel_consts_28_consts_13 = {
102119     ._ascii = {
102120         .ob_base = {
102121             .ob_refcnt = 999999999,
102122             .ob_type = &PyUnicode_Type,
102123         },
102124         .length = 1,
102125         .hash = -1,
102126         .state = {
102127             .kind = 1,
102128             .compact = 1,
102129             .ascii = 1,
102130             .ready = 1,
102131         },
102132     },
102133     ._data = "'",
102134 };
102135 static
102136     struct {
102137         PyGC_Head _gc_head;
102138         struct {
102139             PyObject_VAR_HEAD
102140             PyObject *ob_item[18];
102141         }_object;
102142     }
102143 ntpath_toplevel_consts_28_consts = {
102144     ._object = {
102145         .ob_base = {
102146             .ob_base = {
102147                 .ob_refcnt = 999999999,
102148                 .ob_type = &PyTuple_Type,
102149             },
102150             .ob_size = 18,
102151         },
102152         .ob_item = {
102153             & ntpath_toplevel_consts_28_consts_0._ascii.ob_base,
102154             (PyObject *)&_Py_SINGLETON(bytes_characters[36]),
102155             (PyObject *)&_Py_SINGLETON(bytes_characters[37]),
102156             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
102157             Py_None,
102158             & ntpath_toplevel_consts_28_consts_5._ascii.ob_base,
102159             & const_str_ascii._ascii.ob_base,
102160             (PyObject *)&_Py_SINGLETON(bytes_characters[39]),
102161             (PyObject *)&_Py_SINGLETON(bytes_characters[123]),
102162             (PyObject *)&_Py_SINGLETON(bytes_characters[125]),
102163             & const_str_environb._ascii.ob_base,
102164             & ntpath_toplevel_consts_28_consts_11._ascii.ob_base,
102165             &_Py_STR(percent),
102166             & ntpath_toplevel_consts_28_consts_13._ascii.ob_base,
102167             &_Py_STR(open_br),
102168             &_Py_STR(close_br),
102169             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
102170             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
102171         },
102172     },
102173 };
102174 static
102175     struct {
102176         PyASCIIObject _ascii;
102177         uint8_t _data[7];
102178     }
102179 const_str_string = {
102180     ._ascii = {
102181         .ob_base = {
102182             .ob_refcnt = 999999999,
102183             .ob_type = &PyUnicode_Type,
102184         },
102185         .length = 6,
102186         .hash = -1,
102187         .state = {
102188             .kind = 1,
102189             .compact = 1,
102190             .ascii = 1,
102191             .ready = 1,
102192         },
102193     },
102194     ._data = "string",
102195 };
102196 static
102197     struct {
102198         PyASCIIObject _ascii;
102199         uint8_t _data[14];
102200     }
102201 const_str_ascii_letters = {
102202     ._ascii = {
102203         .ob_base = {
102204             .ob_refcnt = 999999999,
102205             .ob_type = &PyUnicode_Type,
102206         },
102207         .length = 13,
102208         .hash = -1,
102209         .state = {
102210             .kind = 1,
102211             .compact = 1,
102212             .ascii = 1,
102213             .ready = 1,
102214         },
102215     },
102216     ._data = "ascii_letters",
102217 };
102218 static
102219     struct {
102220         PyASCIIObject _ascii;
102221         uint8_t _data[7];
102222     }
102223 const_str_digits = {
102224     ._ascii = {
102225         .ob_base = {
102226             .ob_refcnt = 999999999,
102227             .ob_type = &PyUnicode_Type,
102228         },
102229         .length = 6,
102230         .hash = -1,
102231         .state = {
102232             .kind = 1,
102233             .compact = 1,
102234             .ascii = 1,
102235             .ready = 1,
102236         },
102237     },
102238     ._data = "digits",
102239 };
102240 static
102241     struct {
102242         PyGC_Head _gc_head;
102243         struct {
102244             PyObject_VAR_HEAD
102245             PyObject *ob_item[15];
102246         }_object;
102247     }
102248 ntpath_toplevel_consts_28_names = {
102249     ._object = {
102250         .ob_base = {
102251             .ob_base = {
102252                 .ob_refcnt = 999999999,
102253                 .ob_type = &PyTuple_Type,
102254             },
102255             .ob_size = 15,
102256         },
102257         .ob_item = {
102258             & const_str_os._ascii.ob_base,
102259             & const_str_fspath._ascii.ob_base,
102260             &_Py_ID(isinstance),
102261             & const_str_bytes._ascii.ob_base,
102262             & const_str_string._ascii.ob_base,
102263             & const_str_ascii_letters._ascii.ob_base,
102264             & const_str_digits._ascii.ob_base,
102265             &_Py_ID(getattr),
102266             & const_str_environ._ascii.ob_base,
102267             &_Py_ID(len),
102268             & const_str_index._ascii.ob_base,
102269             & const_str_ValueError._ascii.ob_base,
102270             & const_str_fsencode._ascii.ob_base,
102271             & const_str_fsdecode._ascii.ob_base,
102272             & const_str_KeyError._ascii.ob_base,
102273         },
102274     },
102275 };
102276 static
102277     struct {
102278         PyObject_VAR_HEAD
102279         Py_hash_t ob_shash;
102280         char ob_sval[1317];
102281     }
102282 ntpath_toplevel_consts_28_linetable = {
102283     .ob_base = {
102284         .ob_base = {
102285             .ob_refcnt = 999999999,
102286             .ob_type = &PyBytes_Type,
102287         },
102288         .ob_size = 1316,
102289     },
102290     .ob_shash = -1,
102291     .ob_sval = "\x80\x00\xf5\x08\x00\x0c\x0e\x8c\x39\x90\x54\x89\x3f\x8c\x3f\x80\x44\xdd\x07\x11\x90\x24\x9d\x05\xd1\x07\x1e\xd4\x07\x1e\xf0\x00\x15\x05\x1d\xd8\x0b\x0f\x90\x74\xd0\x0b\x1b\xd0\x0b\x1b\xa0\x04\xa8\x44\xd0\x20\x30\xd0\x20\x30\xd8\x13\x17\x88\x4b\xd8\x08\x15\x88\x0d\x88\x0d\x88\x0d\xdd\x13\x18\x98\x16\xd4\x19\x2d\xb0\x06\xb4\x0d\xd1\x19\x3d\xc0\x04\xd1\x19\x44\xc0\x67\xd1\x13\x4e\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\xd1\x12\x2f\xd4\x12\x2f\x88\x07\x88\x07\xe0\x0b\x0e\x90\x64\x88\x3f\x88\x3f\x98\x73\xa8\x24\x98\x7f\x98\x7f\xd8\x13\x17\x88\x4b\xd8\x08\x15\x88\x0d\x88\x0d\x88\x0d\xd8\x13\x19\xd4\x13\x27\xa8\x26\xac\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\x94\x2a\x88\x07\xd8\x0a\x0e\x88\x72\x90\x01\x88\x72\x8c\x28\x80\x43\xd8\x0c\x0d\x80\x45\xdd\x0e\x11\x90\x24\x89\x69\x8c\x69\x80\x47\xd8\x0a\x0f\x90\x27\x8a\x2f\x89\x2f\xd8\x0c\x10\x90\x15\x90\x75\x98\x51\x91\x77\x90\x1d\xd4\x0c\x1f\x88\x01\xd8\x0b\x0c\x90\x05\x8a\x3a\x88\x3a\xd8\x13\x17\x98\x05\xa0\x01\x99\x09\x98\x0a\x98\x0a\xd4\x13\x23\x88\x44\xdd\x16\x19\x98\x24\x91\x69\x94\x69\x88\x47\xf0\x02\x05\x0d\x24\xd8\x18\x1c\x9f\x0a\x9a\x0a\xa0\x31\x99\x0d\x9c\x0d\x90\x05\xd8\x10\x13\x90\x71\x98\x34\xa0\x0a\xa0\x15\xa8\x11\xa1\x19\xa0\x0a\xd4\x1b\x2b\xd1\x17\x2b\xd1\x10\x2b\x90\x03\x91\x03\xf8\xdd\x13\x1d\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\x91\x05\xf0\x05\x02\x0d\x24\xf8\xf8\xf8\xf0\x06\x00\x0e\x0f\x90\x27\x8a\x5c\x88\x5c\xd8\x0f\x13\x90\x45\x98\x41\x91\x49\x98\x65\xa0\x61\x99\x69\xd0\x14\x27\xd4\x0f\x28\xa8\x47\xd2\x0f\x33\xd0\x0f\x33\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\x98\x48\x98\x48\x94\x7e\x90\x04\xdd\x1a\x1d\x98\x64\x99\x29\x9c\x29\x90\x07\xf0\x02\x0e\x11\x21\xd8\x1c\x20\x9f\x4a\x9a\x4a\xa0\x77\xd1\x1c\x2f\xd4\x1c\x2f\x90\x45\xf0\x0a\x00\x1b\x1f\x98\x76\xa0\x05\x98\x76\x9c\x2c\x90\x43\xf0\x02\x06\x15\x38\xd8\x1b\x22\x98\x3f\xdd\x24\x26\xa4\x4b\xb5\x02\xb4\x0a\xbd\x32\xbc\x3b\xc0\x73\xd1\x3b\x4b\xd4\x3b\x4b\xd4\x30\x4c\xd1\x24\x4d\xd4\x24\x4d\x98\x45\x98\x45\xe0\x24\x2b\xa8\x43\xa4\x4c\x98\x45\xf8\xf8\xdd\x1b\x23\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\x98\x05\xf0\x03\x01\x15\x38\xf8\xf8\xf8\xe0\x14\x17\x98\x35\x91\x4c\x90\x43\x91\x43\xf8\xf5\x19\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\x91\x45\xf0\x05\x02\x11\x28\xf8\xf8\xf8\xf0\x1a\x00\x0e\x0f\x90\x26\x8a\x5b\x89\x5b\xd8\x0f\x13\x90\x45\x98\x41\x91\x49\x98\x65\xa0\x61\x99\x69\xd0\x14\x27\xd4\x0f\x28\xa8\x46\xd2\x0f\x32\xd0\x0f\x32\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\x16\x29\xd4\x11\x2a\xa8\x65\xd2\x11\x33\xd0\x11\x33\xd8\x17\x1b\x98\x45\xa0\x21\x99\x47\x98\x48\x98\x48\x94\x7e\x90\x04\xdd\x1a\x1d\x98\x64\x99\x29\x9c\x29\x90\x07\xf0\x02\x0e\x11\x21\xd8\x1c\x20\x9f\x4a\x9a\x4a\xa0\x76\xd1\x1c\x2e\xd4\x1c\x2e\x90\x45\xf0\x0a\x00\x1b\x1f\x98\x76\xa0\x05\x98\x76\x9c\x2c\x90\x43\xf0\x02\x06\x15\x3e\xd8\x1b\x22\x98\x3f\xdd\x24\x26\xa4\x4b\xb5\x02\xb4\x0a\xbd\x32\xbc\x3b\xc0\x73\xd1\x3b\x4b\xd4\x3b\x4b\xd4\x30\x4c\xd1\x24\x4d\xd4\x24\x4d\x98\x45\x98\x45\xe0\x24\x2b\xa8\x43\xa4\x4c\x98\x45\xf8\xf8\xdd\x1b\x23\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\x98\x05\xf0\x03\x01\x15\x3e\xf8\xf8\xf8\xe0\x14\x17\x98\x35\x91\x4c\x90\x43\x90\x43\xf8\xf5\x19\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\xf0\x1c\x00\x17\x1b\x98\x32\x98\x41\x98\x32\x94\x68\x90\x03\xd8\x10\x15\x98\x11\x91\x0a\x90\x05\xd8\x14\x18\x98\x15\x98\x75\xa0\x71\x99\x79\x98\x1f\xd4\x14\x29\x90\x01\xd8\x16\x17\xf0\x00\x03\x11\x2e\x98\x41\xa0\x18\x98\x4d\x98\x4d\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\x98\x5f\xd4\x18\x2d\x90\x41\xf0\x07\x00\x17\x18\xf0\x00\x03\x11\x2e\x98\x41\xa0\x18\x98\x4d\x98\x4d\xf0\x08\x06\x11\x29\xd8\x17\x1e\x90\x7f\xdd\x20\x22\xa4\x0b\xad\x42\xac\x4a\xb5\x72\xb4\x7b\xc0\x33\xd1\x37\x47\xd4\x37\x47\xd4\x2c\x48\xd1\x20\x49\xd4\x20\x49\x98\x05\x98\x05\xe0\x20\x27\xa8\x03\xa4\x0c\x98\x05\xf8\xf8\xdd\x17\x1f\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\xe0\x10\x13\x90\x75\x91\x0c\x90\x03\xd8\x13\x14\xf0\x00\x01\x11\x1f\xd8\x14\x19\x98\x51\x91\x4a\x90\x45\xf8\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\x89\x2f\xf0\x58\x02\x00\x0c\x0f\x80\x4a",
102292 };
102293 static
102294     struct {
102295         PyObject_VAR_HEAD
102296         Py_hash_t ob_shash;
102297         char ob_sval[112];
102298     }
102299 ntpath_toplevel_consts_28_exceptiontable = {
102300     .ob_base = {
102301         .ob_base = {
102302             .ob_refcnt = 999999999,
102303             .ob_type = &PyBytes_Type,
102304         },
102305         .ob_size = 111,
102306     },
102307     .ob_shash = -1,
102308     .ob_sval = "\xc4\x01\x28\x44\x2b\x00\xc4\x2b\x17\x45\x06\x03\xc5\x05\x01\x45\x06\x03\xc6\x0c\x15\x48\x0d\x00\xc6\x2c\x41\x01\x47\x2e\x00\xc7\x2e\x12\x48\x03\x03\xc8\x02\x01\x48\x03\x03\xc8\x0d\x17\x48\x28\x03\xc8\x27\x01\x48\x28\x03\xca\x03\x15\x4c\x06\x00\xca\x23\x41\x01\x4b\x25\x00\xcb\x25\x15\x4b\x3d\x03\xcb\x3c\x01\x4b\x3d\x03\xcc\x06\x1a\x4c\x23\x03\xcc\x22\x01\x4c\x23\x03\xcd\x26\x41\x01\x4e\x28\x00\xce\x28\x0f\x4e\x3a\x03\xce\x39\x01\x4e\x3a\x03",
102309 };
102310 static
102311     struct {
102312         PyASCIIObject _ascii;
102313         uint8_t _data[9];
102314     }
102315 const_str_varchars = {
102316     ._ascii = {
102317         .ob_base = {
102318             .ob_refcnt = 999999999,
102319             .ob_type = &PyUnicode_Type,
102320         },
102321         .length = 8,
102322         .hash = -1,
102323         .state = {
102324             .kind = 1,
102325             .compact = 1,
102326             .ascii = 1,
102327             .ready = 1,
102328         },
102329     },
102330     ._data = "varchars",
102331 };
102332 static
102333     struct {
102334         PyASCIIObject _ascii;
102335         uint8_t _data[6];
102336     }
102337 const_str_quote = {
102338     ._ascii = {
102339         .ob_base = {
102340             .ob_refcnt = 999999999,
102341             .ob_type = &PyUnicode_Type,
102342         },
102343         .length = 5,
102344         .hash = -1,
102345         .state = {
102346             .kind = 1,
102347             .compact = 1,
102348             .ascii = 1,
102349             .ready = 1,
102350         },
102351     },
102352     ._data = "quote",
102353 };
102354 static
102355     struct {
102356         PyASCIIObject _ascii;
102357         uint8_t _data[8];
102358     }
102359 const_str_percent = {
102360     ._ascii = {
102361         .ob_base = {
102362             .ob_refcnt = 999999999,
102363             .ob_type = &PyUnicode_Type,
102364         },
102365         .length = 7,
102366         .hash = -1,
102367         .state = {
102368             .kind = 1,
102369             .compact = 1,
102370             .ascii = 1,
102371             .ready = 1,
102372         },
102373     },
102374     ._data = "percent",
102375 };
102376 static
102377     struct {
102378         PyASCIIObject _ascii;
102379         uint8_t _data[6];
102380     }
102381 const_str_brace = {
102382     ._ascii = {
102383         .ob_base = {
102384             .ob_refcnt = 999999999,
102385             .ob_type = &PyUnicode_Type,
102386         },
102387         .length = 5,
102388         .hash = -1,
102389         .state = {
102390             .kind = 1,
102391             .compact = 1,
102392             .ascii = 1,
102393             .ready = 1,
102394         },
102395     },
102396     ._data = "brace",
102397 };
102398 static
102399     struct {
102400         PyASCIIObject _ascii;
102401         uint8_t _data[7];
102402     }
102403 const_str_rbrace = {
102404     ._ascii = {
102405         .ob_base = {
102406             .ob_refcnt = 999999999,
102407             .ob_type = &PyUnicode_Type,
102408         },
102409         .length = 6,
102410         .hash = -1,
102411         .state = {
102412             .kind = 1,
102413             .compact = 1,
102414             .ascii = 1,
102415             .ready = 1,
102416         },
102417     },
102418     ._data = "rbrace",
102419 };
102420 static
102421     struct {
102422         PyASCIIObject _ascii;
102423         uint8_t _data[7];
102424     }
102425 const_str_dollar = {
102426     ._ascii = {
102427         .ob_base = {
102428             .ob_refcnt = 999999999,
102429             .ob_type = &PyUnicode_Type,
102430         },
102431         .length = 6,
102432         .hash = -1,
102433         .state = {
102434             .kind = 1,
102435             .compact = 1,
102436             .ascii = 1,
102437             .ready = 1,
102438         },
102439     },
102440     ._data = "dollar",
102441 };
102442 static
102443     struct {
102444         PyASCIIObject _ascii;
102445         uint8_t _data[4];
102446     }
102447 const_str_res = {
102448     ._ascii = {
102449         .ob_base = {
102450             .ob_refcnt = 999999999,
102451             .ob_type = &PyUnicode_Type,
102452         },
102453         .length = 3,
102454         .hash = -1,
102455         .state = {
102456             .kind = 1,
102457             .compact = 1,
102458             .ascii = 1,
102459             .ready = 1,
102460         },
102461     },
102462     ._data = "res",
102463 };
102464 static
102465     struct {
102466         PyASCIIObject _ascii;
102467         uint8_t _data[8];
102468     }
102469 const_str_pathlen = {
102470     ._ascii = {
102471         .ob_base = {
102472             .ob_refcnt = 999999999,
102473             .ob_type = &PyUnicode_Type,
102474         },
102475         .length = 7,
102476         .hash = -1,
102477         .state = {
102478             .kind = 1,
102479             .compact = 1,
102480             .ascii = 1,
102481             .ready = 1,
102482         },
102483     },
102484     ._data = "pathlen",
102485 };
102486 static
102487     struct {
102488         PyASCIIObject _ascii;
102489         uint8_t _data[4];
102490     }
102491 const_str_var = {
102492     ._ascii = {
102493         .ob_base = {
102494             .ob_refcnt = 999999999,
102495             .ob_type = &PyUnicode_Type,
102496         },
102497         .length = 3,
102498         .hash = -1,
102499         .state = {
102500             .kind = 1,
102501             .compact = 1,
102502             .ascii = 1,
102503             .ready = 1,
102504         },
102505     },
102506     ._data = "var",
102507 };
102508 static
102509     struct {
102510         PyGC_Head _gc_head;
102511         struct {
102512             PyObject_VAR_HEAD
102513             PyObject *ob_item[15];
102514         }_object;
102515     }
102516 ntpath_toplevel_consts_28_localsplusnames = {
102517     ._object = {
102518         .ob_base = {
102519             .ob_base = {
102520                 .ob_refcnt = 999999999,
102521                 .ob_type = &PyTuple_Type,
102522             },
102523             .ob_size = 15,
102524         },
102525         .ob_item = {
102526             &_Py_ID(path),
102527             & const_str_string._ascii.ob_base,
102528             & const_str_varchars._ascii.ob_base,
102529             & const_str_quote._ascii.ob_base,
102530             & const_str_percent._ascii.ob_base,
102531             & const_str_brace._ascii.ob_base,
102532             & const_str_rbrace._ascii.ob_base,
102533             & const_str_dollar._ascii.ob_base,
102534             & const_str_environ._ascii.ob_base,
102535             & const_str_res._ascii.ob_base,
102536             & const_str_index._ascii.ob_base,
102537             & const_str_pathlen._ascii.ob_base,
102538             & const_str_c._ascii.ob_base,
102539             & const_str_var._ascii.ob_base,
102540             & const_str_value._ascii.ob_base,
102541         },
102542     },
102543 };
102544 static
102545     struct _PyCode_DEF(1978)
102546 ntpath_toplevel_consts_28 = {
102547     .ob_base = {
102548         .ob_base = {
102549             .ob_refcnt = 999999999,
102550             .ob_type = &PyCode_Type,
102551         },
102552         .ob_size = 989,
102553     },
102554     .co_consts = & ntpath_toplevel_consts_28_consts._object.ob_base.ob_base,
102555     .co_names = & ntpath_toplevel_consts_28_names._object.ob_base.ob_base,
102556     .co_exceptiontable = & ntpath_toplevel_consts_28_exceptiontable.ob_base.ob_base,
102557     .co_flags = 3,
102558     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
102559     ._co_linearray_entry_size = 0,
102560     .co_argcount = 1,
102561     .co_posonlyargcount = 0,
102562     .co_kwonlyargcount = 0,
102563     .co_stacksize = 6,
102564     .co_firstlineno = 380,
102565     .co_nlocalsplus = 15,
102566     .co_nlocals = 15,
102567     .co_nplaincellvars = 0,
102568     .co_ncellvars = 0,
102569     .co_nfreevars = 0,
102570     .co_localsplusnames = & ntpath_toplevel_consts_28_localsplusnames._object.ob_base.ob_base,
102571     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_57_consts_9_localspluskinds.ob_base.ob_base,
102572     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
102573     .co_name = & const_str_expandvars._ascii.ob_base,
102574     .co_qualname = & const_str_expandvars._ascii.ob_base,
102575     .co_linetable = & ntpath_toplevel_consts_28_linetable.ob_base.ob_base,
102576     ._co_code = NULL,
102577     ._co_linearray = NULL,
102578     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x4f\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\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x64\x05\x7a\x00\x00\x00\x64\x06\xa6\x02\x00\x00\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x6e\x36\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\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x06\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\x08\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x00\x64\x04\x64\x03\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x64\x03\x7d\x0a\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x7c\x0a\x7c\x0b\x6b\x00\x00\x00\x00\x00\x90\x03\x72\x0a\x7c\x00\x7c\x0a\x7c\x0a\x64\x10\x7a\x00\x00\x00\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x7c\x0c\x7c\x03\x6b\x02\x00\x00\x00\x00\x72\x65\x7c\x00\x7c\x0a\x64\x10\x7a\x00\x00\x00\x64\x04\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x09\x00\x7c\x00\xa0\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0c\xa6\x01\x00\x00\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\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x7a\x0d\x00\x00\x7d\x09\x90\x02\x6e\xa4\x23\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x11\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\x90\x02\x6e\x8a\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x0c\x7c\x04\x6b\x02\x00\x00\x00\x00\x72\xdc\x7c\x00\x7c\x0a\x64\x10\x7a\x00\x00\x00\x7c\x0a\x64\x11\x7a\x00\x00\x00\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\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\x90\x02\x6e\x60\x7c\x00\x7c\x0a\x64\x10\x7a\x00\x00\x00\x64\x04\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x09\x00\x7c\x00\xa0\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x7c\x00\x64\x04\x7c\x0a\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0d\x09\x00\x7c\x08\x80\x37\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\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\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\x6e\x18\x23\x00\x74\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x0b\x01\x00\x7c\x04\x7c\x0d\x7a\x00\x00\x00\x7c\x04\x7a\x00\x00\x00\x7d\x0e\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x09\x7c\x0e\x7a\x0d\x00\x00\x7d\x09\x90\x01\x6e\xc2\x23\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x11\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\x90\x01\x6e\xa8\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x0c\x7c\x07\x6b\x02\x00\x00\x00\x00\x90\x01\x72\x98\x7c\x00\x7c\x0a\x64\x10\x7a\x00\x00\x00\x7c\x0a\x64\x11\x7a\x00\x00\x00\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\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\x90\x01\x6e\x7d\x7c\x00\x7c\x0a\x64\x10\x7a\x00\x00\x00\x7c\x0a\x64\x11\x7a\x00\x00\x00\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x6b\x02\x00\x00\x00\x00\x72\xc0\x7c\x00\x7c\x0a\x64\x11\x7a\x00\x00\x00\x64\x04\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x09\x00\x7c\x00\xa0\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x7c\x00\x64\x04\x7c\x0a\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0d\x09\x00\x7c\x08\x80\x37\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\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\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\x6e\x1b\x23\x00\x74\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x0e\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\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x09\x7c\x0e\x7a\x0d\x00\x00\x7d\x09\x6e\xc9\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\x6e\xad\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x00\x64\x04\x64\x03\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\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\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x7c\x0c\x72\x21\x7c\x0c\x7c\x02\x76\x00\x72\x1d\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\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x7c\x0c\x72\x04\x7c\x0c\x7c\x02\x76\x00\xb0\x1d\x09\x00\x7c\x08\x80\x37\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\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\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\x6e\x15\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\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x09\x7c\x0e\x7a\x0d\x00\x00\x7d\x09\x7c\x0c\x72\x05\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\x90\x03\xb0\x0a\x7c\x09\x53\x00",
102579     ._co_firsttraceable = 0,
102580 };
102581 static
102582     struct {
102583         PyASCIIObject _ascii;
102584         uint8_t _data[15];
102585     }
102586 const_str__path_normpath = {
102587     ._ascii = {
102588         .ob_base = {
102589             .ob_refcnt = 999999999,
102590             .ob_type = &PyUnicode_Type,
102591         },
102592         .length = 14,
102593         .hash = -1,
102594         .state = {
102595             .kind = 1,
102596             .compact = 1,
102597             .ascii = 1,
102598             .ready = 1,
102599         },
102600     },
102601     ._data = "_path_normpath",
102602 };
102603 static
102604     struct {
102605         PyGC_Head _gc_head;
102606         struct {
102607             PyObject_VAR_HEAD
102608             PyObject *ob_item[1];
102609         }_object;
102610     }
102611 ntpath_toplevel_consts_29 = {
102612     ._object = {
102613         .ob_base = {
102614             .ob_base = {
102615                 .ob_refcnt = 999999999,
102616                 .ob_type = &PyTuple_Type,
102617             },
102618             .ob_size = 1,
102619         },
102620         .ob_item = {
102621             & const_str__path_normpath._ascii.ob_base,
102622         },
102623     },
102624 };
102625 static
102626     struct {
102627         PyASCIIObject _ascii;
102628         uint8_t _data[49];
102629     }
102630 ntpath_toplevel_consts_30_consts_0 = {
102631     ._ascii = {
102632         .ob_base = {
102633             .ob_refcnt = 999999999,
102634             .ob_type = &PyUnicode_Type,
102635         },
102636         .length = 48,
102637         .hash = -1,
102638         .state = {
102639             .kind = 1,
102640             .compact = 1,
102641             .ascii = 1,
102642             .ready = 1,
102643         },
102644     },
102645     ._data = "Normalize path, eliminating double slashes, etc.",
102646 };
102647 static
102648     struct {
102649         PyGC_Head _gc_head;
102650         struct {
102651             PyObject_VAR_HEAD
102652             PyObject *ob_item[3];
102653         }_object;
102654     }
102655 ntpath_toplevel_consts_30_consts = {
102656     ._object = {
102657         .ob_base = {
102658             .ob_base = {
102659                 .ob_refcnt = 999999999,
102660                 .ob_type = &PyTuple_Type,
102661             },
102662             .ob_size = 3,
102663         },
102664         .ob_item = {
102665             & ntpath_toplevel_consts_30_consts_0._ascii.ob_base,
102666             (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
102667             &_Py_STR(dot),
102668         },
102669     },
102670 };
102671 static
102672     struct {
102673         PyGC_Head _gc_head;
102674         struct {
102675             PyObject_VAR_HEAD
102676             PyObject *ob_item[7];
102677         }_object;
102678     }
102679 ntpath_toplevel_consts_30_names = {
102680     ._object = {
102681         .ob_base = {
102682             .ob_base = {
102683                 .ob_refcnt = 999999999,
102684                 .ob_type = &PyTuple_Type,
102685             },
102686             .ob_size = 7,
102687         },
102688         .ob_item = {
102689             & const_str_os._ascii.ob_base,
102690             & const_str_fspath._ascii.ob_base,
102691             &_Py_ID(isinstance),
102692             & const_str_bytes._ascii.ob_base,
102693             & const_str_fsencode._ascii.ob_base,
102694             & const_str__path_normpath._ascii.ob_base,
102695             & const_str_fsdecode._ascii.ob_base,
102696         },
102697     },
102698 };
102699 static
102700     struct {
102701         PyObject_VAR_HEAD
102702         Py_hash_t ob_shash;
102703         char ob_sval[93];
102704     }
102705 ntpath_toplevel_consts_30_linetable = {
102706     .ob_base = {
102707         .ob_base = {
102708             .ob_refcnt = 999999999,
102709             .ob_type = &PyBytes_Type,
102710         },
102711         .ob_size = 92,
102712     },
102713     .ob_shash = -1,
102714     .ob_sval = "\x80\x00\xe5\x0f\x11\x8c\x79\x98\x14\x89\x7f\x8c\x7f\x88\x04\xdd\x0b\x15\x90\x64\x9d\x45\xd1\x0b\x22\xd4\x0b\x22\xf0\x00\x01\x09\x4a\x01\xdd\x13\x15\x94\x3b\x9d\x7e\xad\x62\xac\x6b\xb8\x24\xd1\x2e\x3f\xd4\x2e\x3f\xd1\x1f\x40\xd4\x1f\x40\xd1\x13\x41\xd4\x13\x41\xd0\x13\x49\xc0\x54\xd0\x0c\x49\xdd\x0f\x1d\x98\x64\xd1\x0f\x23\xd4\x0f\x23\xd0\x0f\x2a\xa0\x73\xd0\x08\x2a",
102715 };
102716 static
102717     struct _PyCode_DEF(224)
102718 ntpath_toplevel_consts_30 = {
102719     .ob_base = {
102720         .ob_base = {
102721             .ob_refcnt = 999999999,
102722             .ob_type = &PyCode_Type,
102723         },
102724         .ob_size = 112,
102725     },
102726     .co_consts = & ntpath_toplevel_consts_30_consts._object.ob_base.ob_base,
102727     .co_names = & ntpath_toplevel_consts_30_names._object.ob_base.ob_base,
102728     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
102729     .co_flags = 3,
102730     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
102731     ._co_linearray_entry_size = 0,
102732     .co_argcount = 1,
102733     .co_posonlyargcount = 0,
102734     .co_kwonlyargcount = 0,
102735     .co_stacksize = 7,
102736     .co_firstlineno = 538,
102737     .co_nlocalsplus = 1,
102738     .co_nlocals = 1,
102739     .co_nplaincellvars = 0,
102740     .co_ncellvars = 0,
102741     .co_nfreevars = 0,
102742     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
102743     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
102744     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
102745     .co_name = & const_str_normpath._ascii.ob_base,
102746     .co_qualname = & const_str_normpath._ascii.ob_base,
102747     .co_linetable = & ntpath_toplevel_consts_30_linetable.ob_base.ob_base,
102748     ._co_code = NULL,
102749     ._co_linearray = NULL,
102750     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x35\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\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\x06\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x70\x01\x64\x02\x53\x00",
102751     ._co_firsttraceable = 0,
102752 };
102753 static
102754     struct {
102755         PyObject_VAR_HEAD
102756         Py_hash_t ob_shash;
102757         char ob_sval[3];
102758     }
102759 ntpath_toplevel_consts_31_consts_4 = {
102760     .ob_base = {
102761         .ob_base = {
102762             .ob_refcnt = 999999999,
102763             .ob_type = &PyBytes_Type,
102764         },
102765         .ob_size = 2,
102766     },
102767     .ob_shash = -1,
102768     .ob_sval = "..",
102769 };
102770 static
102771     struct {
102772         PyGC_Head _gc_head;
102773         struct {
102774             PyObject_VAR_HEAD
102775             PyObject *ob_item[11];
102776         }_object;
102777     }
102778 ntpath_toplevel_consts_31_consts = {
102779     ._object = {
102780         .ob_base = {
102781             .ob_base = {
102782                 .ob_refcnt = 999999999,
102783                 .ob_type = &PyTuple_Type,
102784             },
102785             .ob_size = 11,
102786         },
102787         .ob_item = {
102788             & ntpath_toplevel_consts_30_consts_0._ascii.ob_base,
102789             (PyObject *)&_Py_SINGLETON(bytes_characters[92]),
102790             (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
102791             (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
102792             & ntpath_toplevel_consts_31_consts_4.ob_base.ob_base,
102793             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
102794             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
102795             &_Py_STR(dot),
102796             & ntpath_toplevel_consts_2._ascii.ob_base,
102797             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
102798             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
102799         },
102800     },
102801 };
102802 static
102803     struct {
102804         PyGC_Head _gc_head;
102805         struct {
102806             PyObject_VAR_HEAD
102807             PyObject *ob_item[13];
102808         }_object;
102809     }
102810 ntpath_toplevel_consts_31_names = {
102811     ._object = {
102812         .ob_base = {
102813             .ob_base = {
102814                 .ob_refcnt = 999999999,
102815                 .ob_type = &PyTuple_Type,
102816             },
102817             .ob_size = 13,
102818         },
102819         .ob_item = {
102820             & const_str_os._ascii.ob_base,
102821             & const_str_fspath._ascii.ob_base,
102822             &_Py_ID(isinstance),
102823             & const_str_bytes._ascii.ob_base,
102824             &_Py_ID(replace),
102825             & const_str_splitdrive._ascii.ob_base,
102826             & const_str_startswith._ascii.ob_base,
102827             & const_str_lstrip._ascii.ob_base,
102828             & const_str_split._ascii.ob_base,
102829             &_Py_ID(len),
102830             & const_str_endswith._ascii.ob_base,
102831             &_Py_ID(append),
102832             &_Py_ID(join),
102833         },
102834     },
102835 };
102836 static
102837     struct {
102838         PyObject_VAR_HEAD
102839         Py_hash_t ob_shash;
102840         char ob_sval[429];
102841     }
102842 ntpath_toplevel_consts_31_linetable = {
102843     .ob_base = {
102844         .ob_base = {
102845             .ob_refcnt = 999999999,
102846             .ob_type = &PyBytes_Type,
102847         },
102848         .ob_size = 428,
102849     },
102850     .ob_shash = -1,
102851     .ob_sval = "\x80\x00\xe5\x0f\x11\x8c\x79\x98\x14\x89\x7f\x8c\x7f\x88\x04\xdd\x0b\x15\x90\x64\x9d\x45\xd1\x0b\x22\xd4\x0b\x22\xf0\x00\x09\x09\x1a\xd8\x12\x17\x88\x43\xd8\x15\x19\x88\x46\xd8\x15\x19\x88\x46\xd8\x15\x1a\x88\x46\x88\x46\xe0\x12\x16\x88\x43\xd8\x15\x18\x88\x46\xd8\x15\x18\x88\x46\xd8\x15\x19\x88\x46\xd8\x0f\x13\x8f\x7c\x8a\x7c\x98\x46\xa0\x43\xd1\x0f\x28\xd4\x0f\x28\x88\x04\xdd\x17\x21\xa0\x24\xd1\x17\x27\xd4\x17\x27\x89\x0c\x88\x06\x90\x04\xf0\x06\x00\x0c\x10\x8f\x3f\x8a\x3f\x98\x33\xd1\x0b\x1f\xd4\x0b\x1f\xf0\x00\x02\x09\x24\xd8\x0c\x12\x90\x63\x89\x4d\x88\x46\xd8\x13\x17\x97\x3b\x92\x3b\x98\x73\xd1\x13\x23\xd4\x13\x23\x88\x44\xe0\x10\x14\x97\x0a\x92\x0a\x98\x33\x91\x0f\x94\x0f\x88\x05\xd8\x0c\x0d\x88\x01\xd8\x0e\x0f\x95\x23\x90\x65\x91\x2a\x94\x2a\x8a\x6e\x88\x6e\xd8\x13\x18\x98\x11\x94\x38\xf0\x00\x0b\x0d\x17\x98\x75\xa0\x51\x9c\x78\xa8\x36\xd2\x1f\x31\xd0\x1f\x31\xd8\x14\x19\x98\x21\x90\x48\x90\x48\xd8\x11\x16\x90\x71\x94\x18\x98\x56\xd2\x11\x23\xd0\x11\x23\xd8\x13\x14\x90\x71\x92\x35\x90\x35\x98\x55\xa0\x31\xa0\x51\xa1\x33\x9c\x5a\xa8\x36\xd2\x1d\x31\xd0\x1d\x31\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\x90\x56\xa0\x06\xa7\x0f\xa2\x0f\xb0\x03\xd1\x20\x34\xd4\x20\x34\x90\x56\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\x91\x2a\x94\x2a\x8a\x6e\x88\x6e\xf0\x1c\x00\x10\x16\xf0\x00\x01\x09\x21\x98\x65\xf0\x00\x01\x09\x21\xd8\x0c\x11\x8f\x4c\x8a\x4c\x98\x16\xd1\x0c\x20\xd4\x0c\x20\xd0\x0c\x20\xd8\x0f\x15\x98\x03\x9f\x08\x9a\x08\xa0\x15\x99\x0f\x9c\x0f\xd1\x0f\x27\xd0\x08\x27",
102852 };
102853 static
102854     struct {
102855         PyASCIIObject _ascii;
102856         uint8_t _data[6];
102857     }
102858 const_str_comps = {
102859     ._ascii = {
102860         .ob_base = {
102861             .ob_refcnt = 999999999,
102862             .ob_type = &PyUnicode_Type,
102863         },
102864         .length = 5,
102865         .hash = -1,
102866         .state = {
102867             .kind = 1,
102868             .compact = 1,
102869             .ascii = 1,
102870             .ready = 1,
102871         },
102872     },
102873     ._data = "comps",
102874 };
102875 static
102876     struct {
102877         PyGC_Head _gc_head;
102878         struct {
102879             PyObject_VAR_HEAD
102880             PyObject *ob_item[8];
102881         }_object;
102882     }
102883 ntpath_toplevel_consts_31_localsplusnames = {
102884     ._object = {
102885         .ob_base = {
102886             .ob_base = {
102887                 .ob_refcnt = 999999999,
102888                 .ob_type = &PyTuple_Type,
102889             },
102890             .ob_size = 8,
102891         },
102892         .ob_item = {
102893             &_Py_ID(path),
102894             & const_str_sep._ascii.ob_base,
102895             & const_str_altsep._ascii.ob_base,
102896             & const_str_curdir._ascii.ob_base,
102897             & const_str_pardir._ascii.ob_base,
102898             & const_str_prefix._ascii.ob_base,
102899             & const_str_comps._ascii.ob_base,
102900             & const_str_i._ascii.ob_base,
102901         },
102902     },
102903 };
102904 static
102905     struct _PyCode_DEF(744)
102906 ntpath_toplevel_consts_31 = {
102907     .ob_base = {
102908         .ob_base = {
102909             .ob_refcnt = 999999999,
102910             .ob_type = &PyCode_Type,
102911         },
102912         .ob_size = 372,
102913     },
102914     .co_consts = & ntpath_toplevel_consts_31_consts._object.ob_base.ob_base,
102915     .co_names = & ntpath_toplevel_consts_31_names._object.ob_base.ob_base,
102916     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
102917     .co_flags = 3,
102918     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
102919     ._co_linearray_entry_size = 0,
102920     .co_argcount = 1,
102921     .co_posonlyargcount = 0,
102922     .co_kwonlyargcount = 0,
102923     .co_stacksize = 4,
102924     .co_firstlineno = 496,
102925     .co_nlocalsplus = 8,
102926     .co_nlocals = 8,
102927     .co_nplaincellvars = 0,
102928     .co_ncellvars = 0,
102929     .co_nfreevars = 0,
102930     .co_localsplusnames = & ntpath_toplevel_consts_31_localsplusnames._object.ob_base.ob_base,
102931     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
102932     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
102933     .co_name = & const_str_normpath._ascii.ob_base,
102934     .co_qualname = & const_str_normpath._ascii.ob_base,
102935     .co_linetable = & ntpath_toplevel_consts_31_linetable.ob_base.ob_base,
102936     ._co_code = NULL,
102937     ._co_linearray = NULL,
102938     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x02\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\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x05\x7d\x00\x7c\x00\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1a\x7c\x05\x7c\x01\x7a\x0d\x00\x00\x7d\x05\x7c\x00\xa0\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x00\xa0\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x64\x09\x7d\x07\x7c\x07\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x00\x00\x00\x00\x00\x72\x87\x7c\x06\x7c\x07\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0c\x7c\x06\x7c\x07\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x6b\x02\x00\x00\x00\x00\x72\x04\x7c\x06\x7c\x07\x3d\x00\x6e\x5c\x7c\x06\x7c\x07\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6b\x02\x00\x00\x00\x00\x72\x4b\x7c\x07\x64\x09\x6b\x04\x00\x00\x00\x00\x72\x20\x7c\x06\x7c\x07\x64\x0a\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\x06\x7c\x07\x64\x0a\x7a\x0a\x00\x00\x7c\x07\x64\x0a\x7a\x00\x00\x00\x85\x02\x3d\x00\x7c\x07\x64\x0a\x7a\x17\x00\x00\x7d\x07\x6e\x2a\x7c\x07\x64\x09\x6b\x02\x00\x00\x00\x00\x72\x19\x7c\x05\xa0\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x04\x7c\x06\x7c\x07\x3d\x00\x6e\x0b\x7c\x07\x64\x0a\x7a\x0d\x00\x00\x7d\x07\x6e\x05\x7c\x07\x64\x0a\x7a\x0d\x00\x00\x7d\x07\x7c\x07\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x00\x00\x00\x00\x00\xb0\x87\x7c\x05\x73\x17\x7c\x06\x73\x15\x7c\x06\xa0\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x05\x7c\x01\xa0\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x53\x00",
102939     ._co_firsttraceable = 0,
102940 };
102941 static
102942     struct {
102943         PyASCIIObject _ascii;
102944         uint8_t _data[165];
102945     }
102946 ntpath_toplevel_consts_32_consts_0 = {
102947     ._ascii = {
102948         .ob_base = {
102949             .ob_refcnt = 999999999,
102950             .ob_type = &PyUnicode_Type,
102951         },
102952         .length = 164,
102953         .hash = -1,
102954         .state = {
102955             .kind = 1,
102956             .compact = 1,
102957             .ascii = 1,
102958             .ready = 1,
102959         },
102960     },
102961     ._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",
102962 };
102963 static
102964     struct {
102965         PyGC_Head _gc_head;
102966         struct {
102967             PyObject_VAR_HEAD
102968             PyObject *ob_item[1];
102969         }_object;
102970     }
102971 ntpath_toplevel_consts_32_consts = {
102972     ._object = {
102973         .ob_base = {
102974             .ob_base = {
102975                 .ob_refcnt = 999999999,
102976                 .ob_type = &PyTuple_Type,
102977             },
102978             .ob_size = 1,
102979         },
102980         .ob_item = {
102981             & ntpath_toplevel_consts_32_consts_0._ascii.ob_base,
102982         },
102983     },
102984 };
102985 static
102986     struct {
102987         PyASCIIObject _ascii;
102988         uint8_t _data[8];
102989     }
102990 const_str_getcwdb = {
102991     ._ascii = {
102992         .ob_base = {
102993             .ob_refcnt = 999999999,
102994             .ob_type = &PyUnicode_Type,
102995         },
102996         .length = 7,
102997         .hash = -1,
102998         .state = {
102999             .kind = 1,
103000             .compact = 1,
103001             .ascii = 1,
103002             .ready = 1,
103003         },
103004     },
103005     ._data = "getcwdb",
103006 };
103007 static
103008     struct {
103009         PyGC_Head _gc_head;
103010         struct {
103011             PyObject_VAR_HEAD
103012             PyObject *ob_item[9];
103013         }_object;
103014     }
103015 ntpath_toplevel_consts_32_names = {
103016     ._object = {
103017         .ob_base = {
103018             .ob_base = {
103019                 .ob_refcnt = 999999999,
103020                 .ob_type = &PyTuple_Type,
103021             },
103022             .ob_size = 9,
103023         },
103024         .ob_item = {
103025             & const_str_os._ascii.ob_base,
103026             & const_str_fspath._ascii.ob_base,
103027             & const_str_isabs._ascii.ob_base,
103028             &_Py_ID(isinstance),
103029             & const_str_bytes._ascii.ob_base,
103030             & const_str_getcwdb._ascii.ob_base,
103031             & const_str_getcwd._ascii.ob_base,
103032             &_Py_ID(join),
103033             & const_str_normpath._ascii.ob_base,
103034         },
103035     },
103036 };
103037 static
103038     struct {
103039         PyASCIIObject _ascii;
103040         uint8_t _data[18];
103041     }
103042 const_str__abspath_fallback = {
103043     ._ascii = {
103044         .ob_base = {
103045             .ob_refcnt = 999999999,
103046             .ob_type = &PyUnicode_Type,
103047         },
103048         .length = 17,
103049         .hash = -1,
103050         .state = {
103051             .kind = 1,
103052             .compact = 1,
103053             .ascii = 1,
103054             .ready = 1,
103055         },
103056     },
103057     ._data = "_abspath_fallback",
103058 };
103059 static
103060     struct {
103061         PyObject_VAR_HEAD
103062         Py_hash_t ob_shash;
103063         char ob_sval[99];
103064     }
103065 ntpath_toplevel_consts_32_linetable = {
103066     .ob_base = {
103067         .ob_base = {
103068             .ob_refcnt = 999999999,
103069             .ob_type = &PyBytes_Type,
103070         },
103071         .ob_size = 98,
103072     },
103073     .ob_shash = -1,
103074     .ob_sval = "\x80\x00\xf5\x0e\x00\x0c\x0e\x8c\x39\x90\x54\x89\x3f\x8c\x3f\x80\x44\xdd\x0b\x10\x90\x14\x89\x3b\x8c\x3b\xf0\x00\x05\x05\x1f\xdd\x0b\x15\x90\x64\x9d\x45\xd1\x0b\x22\xd4\x0b\x22\xf0\x00\x03\x09\x1e\xdd\x12\x14\x94\x2a\x91\x2c\x94\x2c\x88\x43\x88\x43\xe5\x12\x14\x94\x29\x91\x2b\x94\x2b\x88\x43\xdd\x0f\x13\x90\x43\x98\x14\x89\x7f\x8c\x7f\x88\x04\xdd\x0b\x13\x90\x44\x89\x3e\x8c\x3e\xd0\x04\x19",
103075 };
103076 static
103077     struct {
103078         PyASCIIObject _ascii;
103079         uint8_t _data[4];
103080     }
103081 const_str_cwd = {
103082     ._ascii = {
103083         .ob_base = {
103084             .ob_refcnt = 999999999,
103085             .ob_type = &PyUnicode_Type,
103086         },
103087         .length = 3,
103088         .hash = -1,
103089         .state = {
103090             .kind = 1,
103091             .compact = 1,
103092             .ascii = 1,
103093             .ready = 1,
103094         },
103095     },
103096     ._data = "cwd",
103097 };
103098 static
103099     struct {
103100         PyGC_Head _gc_head;
103101         struct {
103102             PyObject_VAR_HEAD
103103             PyObject *ob_item[2];
103104         }_object;
103105     }
103106 ntpath_toplevel_consts_32_localsplusnames = {
103107     ._object = {
103108         .ob_base = {
103109             .ob_base = {
103110                 .ob_refcnt = 999999999,
103111                 .ob_type = &PyTuple_Type,
103112             },
103113             .ob_size = 2,
103114         },
103115         .ob_item = {
103116             &_Py_ID(path),
103117             & const_str_cwd._ascii.ob_base,
103118         },
103119     },
103120 };
103121 static
103122     struct _PyCode_DEF(254)
103123 ntpath_toplevel_consts_32 = {
103124     .ob_base = {
103125         .ob_base = {
103126             .ob_refcnt = 999999999,
103127             .ob_type = &PyCode_Type,
103128         },
103129         .ob_size = 127,
103130     },
103131     .co_consts = & ntpath_toplevel_consts_32_consts._object.ob_base.ob_base,
103132     .co_names = & ntpath_toplevel_consts_32_names._object.ob_base.ob_base,
103133     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
103134     .co_flags = 3,
103135     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
103136     ._co_linearray_entry_size = 0,
103137     .co_argcount = 1,
103138     .co_posonlyargcount = 0,
103139     .co_kwonlyargcount = 0,
103140     .co_stacksize = 4,
103141     .co_firstlineno = 546,
103142     .co_nlocalsplus = 2,
103143     .co_nlocals = 2,
103144     .co_nplaincellvars = 0,
103145     .co_ncellvars = 0,
103146     .co_nfreevars = 0,
103147     .co_localsplusnames = & ntpath_toplevel_consts_32_localsplusnames._object.ob_base.ob_base,
103148     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
103149     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
103150     .co_name = & const_str__abspath_fallback._ascii.ob_base,
103151     .co_qualname = & const_str__abspath_fallback._ascii.ob_base,
103152     .co_linetable = & ntpath_toplevel_consts_32_linetable.ob_base.ob_base,
103153     ._co_code = NULL,
103154     ._co_linearray = NULL,
103155     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x4c\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x14\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x13\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\xa6\x02\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
103156     ._co_firsttraceable = 0,
103157 };
103158 static
103159     struct {
103160         PyASCIIObject _ascii;
103161         uint8_t _data[17];
103162     }
103163 const_str__getfullpathname = {
103164     ._ascii = {
103165         .ob_base = {
103166             .ob_refcnt = 999999999,
103167             .ob_type = &PyUnicode_Type,
103168         },
103169         .length = 16,
103170         .hash = -1,
103171         .state = {
103172             .kind = 1,
103173             .compact = 1,
103174             .ascii = 1,
103175             .ready = 1,
103176         },
103177     },
103178     ._data = "_getfullpathname",
103179 };
103180 static
103181     struct {
103182         PyGC_Head _gc_head;
103183         struct {
103184             PyObject_VAR_HEAD
103185             PyObject *ob_item[1];
103186         }_object;
103187     }
103188 ntpath_toplevel_consts_33 = {
103189     ._object = {
103190         .ob_base = {
103191             .ob_base = {
103192                 .ob_refcnt = 999999999,
103193                 .ob_type = &PyTuple_Type,
103194             },
103195             .ob_size = 1,
103196         },
103197         .ob_item = {
103198             & const_str__getfullpathname._ascii.ob_base,
103199         },
103200     },
103201 };
103202 static
103203     struct {
103204         PyASCIIObject _ascii;
103205         uint8_t _data[39];
103206     }
103207 ntpath_toplevel_consts_34_consts_0 = {
103208     ._ascii = {
103209         .ob_base = {
103210             .ob_refcnt = 999999999,
103211             .ob_type = &PyUnicode_Type,
103212         },
103213         .length = 38,
103214         .hash = -1,
103215         .state = {
103216             .kind = 1,
103217             .compact = 1,
103218             .ascii = 1,
103219             .ready = 1,
103220         },
103221     },
103222     ._data = "Return the absolute version of a path.",
103223 };
103224 static
103225     struct {
103226         PyGC_Head _gc_head;
103227         struct {
103228             PyObject_VAR_HEAD
103229             PyObject *ob_item[1];
103230         }_object;
103231     }
103232 ntpath_toplevel_consts_34_consts = {
103233     ._object = {
103234         .ob_base = {
103235             .ob_base = {
103236                 .ob_refcnt = 999999999,
103237                 .ob_type = &PyTuple_Type,
103238             },
103239             .ob_size = 1,
103240         },
103241         .ob_item = {
103242             & ntpath_toplevel_consts_34_consts_0._ascii.ob_base,
103243         },
103244     },
103245 };
103246 static
103247     struct {
103248         PyGC_Head _gc_head;
103249         struct {
103250             PyObject_VAR_HEAD
103251             PyObject *ob_item[5];
103252         }_object;
103253     }
103254 ntpath_toplevel_consts_34_names = {
103255     ._object = {
103256         .ob_base = {
103257             .ob_base = {
103258                 .ob_refcnt = 999999999,
103259                 .ob_type = &PyTuple_Type,
103260             },
103261             .ob_size = 5,
103262         },
103263         .ob_item = {
103264             & const_str__getfullpathname._ascii.ob_base,
103265             & const_str_normpath._ascii.ob_base,
103266             & const_str_OSError._ascii.ob_base,
103267             & const_str_ValueError._ascii.ob_base,
103268             & const_str__abspath_fallback._ascii.ob_base,
103269         },
103270     },
103271 };
103272 static
103273     struct {
103274         PyObject_VAR_HEAD
103275         Py_hash_t ob_shash;
103276         char ob_sval[80];
103277     }
103278 ntpath_toplevel_consts_34_linetable = {
103279     .ob_base = {
103280         .ob_base = {
103281             .ob_refcnt = 999999999,
103282             .ob_type = &PyBytes_Type,
103283         },
103284         .ob_size = 79,
103285     },
103286     .ob_shash = -1,
103287     .ob_sval = "\x80\x00\xf0\x04\x03\x09\x2b\xdd\x13\x23\xa5\x48\xa8\x54\xa1\x4e\xa4\x4e\xd1\x13\x33\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\xd1\x13\x2a\xd4\x13\x2a\xd0\x0c\x2a\xd0\x0c\x2a\xd0\x0c\x2a\xf0\x03\x01\x09\x2b\xf8\xf8\xf8",
103288 };
103289 static
103290     struct {
103291         PyObject_VAR_HEAD
103292         Py_hash_t ob_shash;
103293         char ob_sval[16];
103294     }
103295 ntpath_toplevel_consts_34_exceptiontable = {
103296     .ob_base = {
103297         .ob_base = {
103298             .ob_refcnt = 999999999,
103299             .ob_type = &PyBytes_Type,
103300         },
103301         .ob_size = 15,
103302     },
103303     .ob_shash = -1,
103304     .ob_sval = "\x82\x1b\x1e\x00\x9e\x20\x41\x01\x03\xc1\x00\x01\x41\x01\x03",
103305 };
103306 static
103307     struct _PyCode_DEF(136)
103308 ntpath_toplevel_consts_34 = {
103309     .ob_base = {
103310         .ob_base = {
103311             .ob_refcnt = 999999999,
103312             .ob_type = &PyCode_Type,
103313         },
103314         .ob_size = 68,
103315     },
103316     .co_consts = & ntpath_toplevel_consts_34_consts._object.ob_base.ob_base,
103317     .co_names = & ntpath_toplevel_consts_34_names._object.ob_base.ob_base,
103318     .co_exceptiontable = & ntpath_toplevel_consts_34_exceptiontable.ob_base.ob_base,
103319     .co_flags = 3,
103320     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
103321     ._co_linearray_entry_size = 0,
103322     .co_argcount = 1,
103323     .co_posonlyargcount = 0,
103324     .co_kwonlyargcount = 0,
103325     .co_stacksize = 5,
103326     .co_firstlineno = 570,
103327     .co_nlocalsplus = 1,
103328     .co_nlocals = 1,
103329     .co_nplaincellvars = 0,
103330     .co_ncellvars = 0,
103331     .co_nfreevars = 0,
103332     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
103333     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
103334     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
103335     .co_name = & const_str_abspath._ascii.ob_base,
103336     .co_qualname = & const_str_abspath._ascii.ob_base,
103337     .co_linetable = & ntpath_toplevel_consts_34_linetable.ob_base.ob_base,
103338     ._co_code = NULL,
103339     ._co_linearray = NULL,
103340     .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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\x12\x01\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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",
103341     ._co_firsttraceable = 0,
103342 };
103343 static
103344     struct {
103345         PyASCIIObject _ascii;
103346         uint8_t _data[18];
103347     }
103348 const_str__getfinalpathname = {
103349     ._ascii = {
103350         .ob_base = {
103351             .ob_refcnt = 999999999,
103352             .ob_type = &PyUnicode_Type,
103353         },
103354         .length = 17,
103355         .hash = -1,
103356         .state = {
103357             .kind = 1,
103358             .compact = 1,
103359             .ascii = 1,
103360             .ready = 1,
103361         },
103362     },
103363     ._data = "_getfinalpathname",
103364 };
103365 static
103366     struct {
103367         PyASCIIObject _ascii;
103368         uint8_t _data[9];
103369     }
103370 const_str_readlink = {
103371     ._ascii = {
103372         .ob_base = {
103373             .ob_refcnt = 999999999,
103374             .ob_type = &PyUnicode_Type,
103375         },
103376         .length = 8,
103377         .hash = -1,
103378         .state = {
103379             .kind = 1,
103380             .compact = 1,
103381             .ascii = 1,
103382             .ready = 1,
103383         },
103384     },
103385     ._data = "readlink",
103386 };
103387 static
103388     struct {
103389         PyGC_Head _gc_head;
103390         struct {
103391             PyObject_VAR_HEAD
103392             PyObject *ob_item[2];
103393         }_object;
103394     }
103395 ntpath_toplevel_consts_35 = {
103396     ._object = {
103397         .ob_base = {
103398             .ob_base = {
103399                 .ob_refcnt = 999999999,
103400                 .ob_type = &PyTuple_Type,
103401             },
103402             .ob_size = 2,
103403         },
103404         .ob_item = {
103405             & const_str__getfinalpathname._ascii.ob_base,
103406             & const_str_readlink._ascii.ob_base,
103407         },
103408     },
103409 };
103410 static
103411     struct {
103412         PyObject_VAR_HEAD
103413         digit ob_digit[1];
103414     }
103415 const_int_4390 = {
103416     .ob_base = {
103417         .ob_base = {
103418             .ob_refcnt = 999999999,
103419             .ob_type = &PyLong_Type,
103420         },
103421         .ob_size = 1,
103422     },
103423     .ob_digit = { 4390 },
103424 };
103425 static
103426     struct {
103427         PyObject_VAR_HEAD
103428         digit ob_digit[1];
103429     }
103430 const_int_4392 = {
103431     .ob_base = {
103432         .ob_base = {
103433             .ob_refcnt = 999999999,
103434             .ob_type = &PyLong_Type,
103435         },
103436         .ob_size = 1,
103437     },
103438     .ob_digit = { 4392 },
103439 };
103440 static
103441     struct {
103442         PyObject_VAR_HEAD
103443         digit ob_digit[1];
103444     }
103445 const_int_4393 = {
103446     .ob_base = {
103447         .ob_base = {
103448             .ob_refcnt = 999999999,
103449             .ob_type = &PyLong_Type,
103450         },
103451         .ob_size = 1,
103452     },
103453     .ob_digit = { 4393 },
103454 };
103455 static
103456     struct {
103457         PyGC_Head _gc_head;
103458         struct {
103459             PyObject_VAR_HEAD
103460             PyObject *ob_item[12];
103461         }_object;
103462     }
103463 ntpath_toplevel_consts_36_consts_1 = {
103464     ._object = {
103465         .ob_base = {
103466             .ob_base = {
103467                 .ob_refcnt = 999999999,
103468                 .ob_type = &PyTuple_Type,
103469             },
103470             .ob_size = 12,
103471         },
103472         .ob_item = {
103473             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
103474             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
103475             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
103476             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 5],
103477             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 21],
103478             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 32],
103479             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 50],
103480             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 67],
103481             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 87],
103482             & const_int_4390.ob_base.ob_base,
103483             & const_int_4392.ob_base.ob_base,
103484             & const_int_4393.ob_base.ob_base,
103485         },
103486     },
103487 };
103488 static
103489     struct {
103490         PyGC_Head _gc_head;
103491         struct {
103492             PyObject_VAR_HEAD
103493             PyObject *ob_item[2];
103494         }_object;
103495     }
103496 ntpath_toplevel_consts_36_consts = {
103497     ._object = {
103498         .ob_base = {
103499             .ob_base = {
103500                 .ob_refcnt = 999999999,
103501                 .ob_type = &PyTuple_Type,
103502             },
103503             .ob_size = 2,
103504         },
103505         .ob_item = {
103506             Py_None,
103507             & ntpath_toplevel_consts_36_consts_1._object.ob_base.ob_base,
103508         },
103509     },
103510 };
103511 static
103512     struct {
103513         PyASCIIObject _ascii;
103514         uint8_t _data[13];
103515     }
103516 const_str__nt_readlink = {
103517     ._ascii = {
103518         .ob_base = {
103519             .ob_refcnt = 999999999,
103520             .ob_type = &PyUnicode_Type,
103521         },
103522         .length = 12,
103523         .hash = -1,
103524         .state = {
103525             .kind = 1,
103526             .compact = 1,
103527             .ascii = 1,
103528             .ready = 1,
103529         },
103530     },
103531     ._data = "_nt_readlink",
103532 };
103533 static
103534     struct {
103535         PyASCIIObject _ascii;
103536         uint8_t _data[9];
103537     }
103538 const_str_winerror = {
103539     ._ascii = {
103540         .ob_base = {
103541             .ob_refcnt = 999999999,
103542             .ob_type = &PyUnicode_Type,
103543         },
103544         .length = 8,
103545         .hash = -1,
103546         .state = {
103547             .kind = 1,
103548             .compact = 1,
103549             .ascii = 1,
103550             .ready = 1,
103551         },
103552     },
103553     ._data = "winerror",
103554 };
103555 static
103556     struct {
103557         PyGC_Head _gc_head;
103558         struct {
103559             PyObject_VAR_HEAD
103560             PyObject *ob_item[12];
103561         }_object;
103562     }
103563 ntpath_toplevel_consts_36_names = {
103564     ._object = {
103565         .ob_base = {
103566             .ob_base = {
103567                 .ob_refcnt = 999999999,
103568                 .ob_type = &PyTuple_Type,
103569             },
103570             .ob_size = 12,
103571         },
103572         .ob_item = {
103573             & const_str_set._ascii.ob_base,
103574             & const_str_normcase._ascii.ob_base,
103575             &_Py_ID(add),
103576             & const_str__nt_readlink._ascii.ob_base,
103577             & const_str_isabs._ascii.ob_base,
103578             & const_str_islink._ascii.ob_base,
103579             & const_str_normpath._ascii.ob_base,
103580             &_Py_ID(join),
103581             & const_str_dirname._ascii.ob_base,
103582             & const_str_OSError._ascii.ob_base,
103583             & const_str_winerror._ascii.ob_base,
103584             & const_str_ValueError._ascii.ob_base,
103585         },
103586     },
103587 };
103588 static
103589     struct {
103590         PyASCIIObject _ascii;
103591         uint8_t _data[15];
103592     }
103593 const_str__readlink_deep = {
103594     ._ascii = {
103595         .ob_base = {
103596             .ob_refcnt = 999999999,
103597             .ob_type = &PyUnicode_Type,
103598         },
103599         .length = 14,
103600         .hash = -1,
103601         .state = {
103602             .kind = 1,
103603             .compact = 1,
103604             .ascii = 1,
103605             .ready = 1,
103606         },
103607     },
103608     ._data = "_readlink_deep",
103609 };
103610 static
103611     struct {
103612         PyObject_VAR_HEAD
103613         Py_hash_t ob_shash;
103614         char ob_sval[268];
103615     }
103616 ntpath_toplevel_consts_36_linetable = {
103617     .ob_base = {
103618         .ob_base = {
103619             .ob_refcnt = 999999999,
103620             .ob_type = &PyBytes_Type,
103621         },
103622         .ob_size = 267,
103623     },
103624     .ob_shash = -1,
103625     .ob_sval = "\x80\x00\xf0\x1e\x00\x1c\x4c\x01\xd0\x08\x18\xe5\x0f\x12\x89\x75\x8c\x75\x88\x04\xdd\x0e\x16\x90\x74\x89\x6e\x8c\x6e\xa0\x44\xd0\x0e\x28\xd0\x0e\x28\xd8\x0c\x10\x8f\x48\x8a\x48\x95\x58\x98\x64\x91\x5e\x94\x5e\xd1\x0c\x24\xd4\x0c\x24\xd0\x0c\x24\xf0\x02\x13\x0d\x16\xd8\x1b\x1f\x90\x08\xdd\x17\x23\xa0\x44\xd1\x17\x29\xd4\x17\x29\x90\x04\xf5\x06\x00\x18\x1d\x98\x54\x91\x7b\x94\x7b\xf0\x00\x07\x11\x43\x01\xf5\x08\x00\x1c\x22\xa0\x28\xd1\x1b\x2b\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\xd1\x29\x3a\xd4\x29\x3a\xb8\x44\xd1\x24\x41\xd4\x24\x41\xd1\x1b\x42\xd4\x1b\x42\x90\x44\xf8\xf8\xdd\x13\x1a\xf0\x00\x03\x0d\x16\xf0\x00\x03\x0d\x16\xf0\x00\x03\x0d\x16\xd8\x13\x15\x94\x3b\xd0\x22\x32\xd0\x13\x32\xd0\x13\x32\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\xf5\x27\x00\x0f\x17\x90\x74\x89\x6e\x8c\x6e\xa0\x44\xd0\x0e\x28\xd0\x0e\x28\xf0\x2c\x00\x10\x14\x88\x0b",
103626 };
103627 static
103628     struct {
103629         PyObject_VAR_HEAD
103630         Py_hash_t ob_shash;
103631         char ob_sval[43];
103632     }
103633 ntpath_toplevel_consts_36_exceptiontable = {
103634     .ob_base = {
103635         .ob_base = {
103636             .ob_refcnt = 999999999,
103637             .ob_type = &PyBytes_Type,
103638         },
103639         .ob_size = 42,
103640     },
103641     .ob_shash = -1,
103642     .ob_sval = "\xc1\x05\x31\x42\x22\x00\xc1\x37\x2a\x42\x22\x00\xc2\x22\x0a\x43\x0b\x03\xc2\x2c\x09\x42\x3b\x03\xc2\x3a\x01\x42\x3b\x03\xc2\x3b\x0d\x43\x0b\x03\xc3\x0a\x01\x43\x0b\x03",
103643 };
103644 static
103645     struct {
103646         PyASCIIObject _ascii;
103647         uint8_t _data[17];
103648     }
103649 const_str_allowed_winerror = {
103650     ._ascii = {
103651         .ob_base = {
103652             .ob_refcnt = 999999999,
103653             .ob_type = &PyUnicode_Type,
103654         },
103655         .length = 16,
103656         .hash = -1,
103657         .state = {
103658             .kind = 1,
103659             .compact = 1,
103660             .ascii = 1,
103661             .ready = 1,
103662         },
103663     },
103664     ._data = "allowed_winerror",
103665 };
103666 static
103667     struct {
103668         PyASCIIObject _ascii;
103669         uint8_t _data[9];
103670     }
103671 const_str_old_path = {
103672     ._ascii = {
103673         .ob_base = {
103674             .ob_refcnt = 999999999,
103675             .ob_type = &PyUnicode_Type,
103676         },
103677         .length = 8,
103678         .hash = -1,
103679         .state = {
103680             .kind = 1,
103681             .compact = 1,
103682             .ascii = 1,
103683             .ready = 1,
103684         },
103685     },
103686     ._data = "old_path",
103687 };
103688 static
103689     struct {
103690         PyASCIIObject _ascii;
103691         uint8_t _data[3];
103692     }
103693 const_str_ex = {
103694     ._ascii = {
103695         .ob_base = {
103696             .ob_refcnt = 999999999,
103697             .ob_type = &PyUnicode_Type,
103698         },
103699         .length = 2,
103700         .hash = -1,
103701         .state = {
103702             .kind = 1,
103703             .compact = 1,
103704             .ascii = 1,
103705             .ready = 1,
103706         },
103707     },
103708     ._data = "ex",
103709 };
103710 static
103711     struct {
103712         PyGC_Head _gc_head;
103713         struct {
103714             PyObject_VAR_HEAD
103715             PyObject *ob_item[5];
103716         }_object;
103717     }
103718 ntpath_toplevel_consts_36_localsplusnames = {
103719     ._object = {
103720         .ob_base = {
103721             .ob_base = {
103722                 .ob_refcnt = 999999999,
103723                 .ob_type = &PyTuple_Type,
103724             },
103725             .ob_size = 5,
103726         },
103727         .ob_item = {
103728             &_Py_ID(path),
103729             & const_str_allowed_winerror._ascii.ob_base,
103730             & const_str_seen._ascii.ob_base,
103731             & const_str_old_path._ascii.ob_base,
103732             & const_str_ex._ascii.ob_base,
103733         },
103734     },
103735 };
103736 static
103737     struct _PyCode_DEF(450)
103738 ntpath_toplevel_consts_36 = {
103739     .ob_base = {
103740         .ob_base = {
103741             .ob_refcnt = 999999999,
103742             .ob_type = &PyCode_Type,
103743         },
103744         .ob_size = 225,
103745     },
103746     .co_consts = & ntpath_toplevel_consts_36_consts._object.ob_base.ob_base,
103747     .co_names = & ntpath_toplevel_consts_36_names._object.ob_base.ob_base,
103748     .co_exceptiontable = & ntpath_toplevel_consts_36_exceptiontable.ob_base.ob_base,
103749     .co_flags = 3,
103750     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
103751     ._co_linearray_entry_size = 0,
103752     .co_argcount = 1,
103753     .co_posonlyargcount = 0,
103754     .co_kwonlyargcount = 0,
103755     .co_stacksize = 7,
103756     .co_firstlineno = 583,
103757     .co_nlocalsplus = 5,
103758     .co_nlocals = 5,
103759     .co_nplaincellvars = 0,
103760     .co_ncellvars = 0,
103761     .co_nfreevars = 0,
103762     .co_localsplusnames = & ntpath_toplevel_consts_36_localsplusnames._object.ob_base.ob_base,
103763     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
103764     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
103765     .co_name = & const_str__readlink_deep._ascii.ob_base,
103766     .co_qualname = & const_str__readlink_deep._ascii.ob_base,
103767     .co_linetable = & ntpath_toplevel_consts_36_linetable.ob_base.ob_base,
103768     ._co_code = NULL,
103769     ._co_linearray = NULL,
103770     .co_code_adaptive = "\x97\x00\x64\x01\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x76\x01\x72\xbd\x7c\x02\xa0\x02\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\xa6\x01\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x3c\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x03\x7c\x03\x7d\x00\x6e\x68\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x6e\x2c\x23\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x14\x7d\x04\x7c\x04\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x76\x00\x72\x05\x59\x00\x64\x00\x7d\x04\x7e\x04\x6e\x25\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\x6e\x15\x77\x00\x78\x03\x59\x00\x77\x01\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x76\x01\xb0\xbd\x7c\x00\x53\x00",
103771     ._co_firsttraceable = 0,
103772 };
103773 static
103774     struct {
103775         PyObject_VAR_HEAD
103776         digit ob_digit[1];
103777     }
103778 const_int_1920 = {
103779     .ob_base = {
103780         .ob_base = {
103781             .ob_refcnt = 999999999,
103782             .ob_type = &PyLong_Type,
103783         },
103784         .ob_size = 1,
103785     },
103786     .ob_digit = { 1920 },
103787 };
103788 static
103789     struct {
103790         PyObject_VAR_HEAD
103791         digit ob_digit[1];
103792     }
103793 const_int_1921 = {
103794     .ob_base = {
103795         .ob_base = {
103796             .ob_refcnt = 999999999,
103797             .ob_type = &PyLong_Type,
103798         },
103799         .ob_size = 1,
103800     },
103801     .ob_digit = { 1921 },
103802 };
103803 static
103804     struct {
103805         PyGC_Head _gc_head;
103806         struct {
103807             PyObject_VAR_HEAD
103808             PyObject *ob_item[15];
103809         }_object;
103810     }
103811 ntpath_toplevel_consts_37_consts_1 = {
103812     ._object = {
103813         .ob_base = {
103814             .ob_base = {
103815                 .ob_refcnt = 999999999,
103816                 .ob_type = &PyTuple_Type,
103817             },
103818             .ob_size = 15,
103819         },
103820         .ob_item = {
103821             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
103822             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
103823             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
103824             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 5],
103825             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 21],
103826             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 32],
103827             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 50],
103828             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 53],
103829             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 65],
103830             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 67],
103831             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 87],
103832             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 123],
103833             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 161],
103834             & const_int_1920.ob_base.ob_base,
103835             & const_int_1921.ob_base.ob_base,
103836         },
103837     },
103838 };
103839 static
103840     struct {
103841         PyGC_Head _gc_head;
103842         struct {
103843             PyObject_VAR_HEAD
103844             PyObject *ob_item[3];
103845         }_object;
103846     }
103847 ntpath_toplevel_consts_37_consts = {
103848     ._object = {
103849         .ob_base = {
103850             .ob_base = {
103851                 .ob_refcnt = 999999999,
103852                 .ob_type = &PyTuple_Type,
103853             },
103854             .ob_size = 3,
103855         },
103856         .ob_item = {
103857             Py_None,
103858             & ntpath_toplevel_consts_37_consts_1._object.ob_base.ob_base,
103859             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
103860         },
103861     },
103862 };
103863 static
103864     struct {
103865         PyGC_Head _gc_head;
103866         struct {
103867             PyObject_VAR_HEAD
103868             PyObject *ob_item[6];
103869         }_object;
103870     }
103871 ntpath_toplevel_consts_37_names = {
103872     ._object = {
103873         .ob_base = {
103874             .ob_base = {
103875                 .ob_refcnt = 999999999,
103876                 .ob_type = &PyTuple_Type,
103877             },
103878             .ob_size = 6,
103879         },
103880         .ob_item = {
103881             & const_str__getfinalpathname._ascii.ob_base,
103882             &_Py_ID(join),
103883             & const_str_OSError._ascii.ob_base,
103884             & const_str_winerror._ascii.ob_base,
103885             & const_str__readlink_deep._ascii.ob_base,
103886             & const_str_split._ascii.ob_base,
103887         },
103888     },
103889 };
103890 static
103891     struct {
103892         PyASCIIObject _ascii;
103893         uint8_t _data[28];
103894     }
103895 const_str__getfinalpathname_nonstrict = {
103896     ._ascii = {
103897         .ob_base = {
103898             .ob_refcnt = 999999999,
103899             .ob_type = &PyUnicode_Type,
103900         },
103901         .length = 27,
103902         .hash = -1,
103903         .state = {
103904             .kind = 1,
103905             .compact = 1,
103906             .ascii = 1,
103907             .ready = 1,
103908         },
103909     },
103910     ._data = "_getfinalpathname_nonstrict",
103911 };
103912 static
103913     struct {
103914         PyObject_VAR_HEAD
103915         Py_hash_t ob_shash;
103916         char ob_sval[347];
103917     }
103918 ntpath_toplevel_consts_37_linetable = {
103919     .ob_base = {
103920         .ob_base = {
103921             .ob_refcnt = 999999999,
103922             .ob_type = &PyBytes_Type,
103923         },
103924         .ob_size = 346,
103925     },
103926     .ob_shash = -1,
103927     .ob_sval = "\x80\x00\xf0\x24\x00\x1c\x58\x01\xd0\x08\x18\xf0\x08\x00\x10\x14\x90\x42\x90\x51\x90\x42\x8c\x78\x88\x04\xd8\x0e\x12\xf0\x00\x17\x09\x3a\xf0\x02\x16\x0d\x3a\xdd\x17\x28\xa8\x14\xd1\x17\x2e\xd4\x17\x2e\x90\x04\xd8\x2b\x2f\xd0\x17\x39\x95\x74\x98\x44\xa0\x24\xd1\x17\x27\xd4\x17\x27\xd0\x17\x27\xb0\x54\xd0\x10\x39\xf8\xdd\x13\x1a\xf0\x00\x13\x0d\x3a\xf0\x00\x13\x0d\x3a\xf0\x00\x13\x0d\x3a\xd8\x13\x15\x94\x3b\xd0\x26\x36\xd0\x13\x36\xd0\x13\x36\xd8\x14\x19\xf0\x02\x09\x11\x19\xf5\x08\x00\x20\x2e\xa8\x64\xd1\x1f\x33\xd4\x1f\x33\x90\x48\xd8\x17\x1f\xa0\x34\xd2\x17\x27\xd0\x17\x27\xd8\x37\x3b\xd0\x1f\x49\x9d\x74\xa0\x48\xa8\x64\xd1\x1f\x33\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\x00\x18\x28\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\x99\x5b\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\xd1\x17\x27\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\xf0\x30\x00\x10\x14\x88\x0b",
103928 };
103929 static
103930     struct {
103931         PyObject_VAR_HEAD
103932         Py_hash_t ob_shash;
103933         char ob_sval[75];
103934     }
103935 ntpath_toplevel_consts_37_exceptiontable = {
103936     .ob_base = {
103937         .ob_base = {
103938             .ob_refcnt = 999999999,
103939             .ob_type = &PyBytes_Type,
103940         },
103941         .ob_size = 74,
103942     },
103943     .ob_shash = -1,
103944     .ob_sval = "\x90\x22\x33\x00\xb3\x0a\x43\x05\x03\xbd\x0a\x43\x00\x03\xc1\x08\x28\x41\x37\x02\xc1\x30\x01\x43\x05\x03\xc1\x36\x01\x43\x00\x03\xc1\x37\x0a\x42\x04\x05\xc2\x01\x02\x43\x00\x03\xc2\x03\x01\x42\x04\x05\xc2\x04\x1d\x43\x00\x03\xc2\x21\x01\x43\x05\x03\xc2\x27\x14\x43\x00\x03\xc3\x00\x05\x43\x05\x03",
103945 };
103946 static
103947     struct {
103948         PyASCIIObject _ascii;
103949         uint8_t _data[9];
103950     }
103951 const_str_new_path = {
103952     ._ascii = {
103953         .ob_base = {
103954             .ob_refcnt = 999999999,
103955             .ob_type = &PyUnicode_Type,
103956         },
103957         .length = 8,
103958         .hash = -1,
103959         .state = {
103960             .kind = 1,
103961             .compact = 1,
103962             .ascii = 1,
103963             .ready = 1,
103964         },
103965     },
103966     ._data = "new_path",
103967 };
103968 static
103969     struct {
103970         PyGC_Head _gc_head;
103971         struct {
103972             PyObject_VAR_HEAD
103973             PyObject *ob_item[6];
103974         }_object;
103975     }
103976 ntpath_toplevel_consts_37_localsplusnames = {
103977     ._object = {
103978         .ob_base = {
103979             .ob_base = {
103980                 .ob_refcnt = 999999999,
103981                 .ob_type = &PyTuple_Type,
103982             },
103983             .ob_size = 6,
103984         },
103985         .ob_item = {
103986             &_Py_ID(path),
103987             & const_str_allowed_winerror._ascii.ob_base,
103988             & const_str_tail._ascii.ob_base,
103989             & const_str_ex._ascii.ob_base,
103990             & const_str_new_path._ascii.ob_base,
103991             &_Py_ID(name),
103992         },
103993     },
103994 };
103995 static
103996     struct _PyCode_DEF(408)
103997 ntpath_toplevel_consts_37 = {
103998     .ob_base = {
103999         .ob_base = {
104000             .ob_refcnt = 999999999,
104001             .ob_type = &PyCode_Type,
104002         },
104003         .ob_size = 204,
104004     },
104005     .co_consts = & ntpath_toplevel_consts_37_consts._object.ob_base.ob_base,
104006     .co_names = & ntpath_toplevel_consts_37_names._object.ob_base.ob_base,
104007     .co_exceptiontable = & ntpath_toplevel_consts_37_exceptiontable.ob_base.ob_base,
104008     .co_flags = 3,
104009     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
104010     ._co_linearray_entry_size = 0,
104011     .co_argcount = 1,
104012     .co_posonlyargcount = 0,
104013     .co_kwonlyargcount = 0,
104014     .co_stacksize = 5,
104015     .co_firstlineno = 625,
104016     .co_nlocalsplus = 6,
104017     .co_nlocals = 6,
104018     .co_nplaincellvars = 0,
104019     .co_ncellvars = 0,
104020     .co_nfreevars = 0,
104021     .co_localsplusnames = & ntpath_toplevel_consts_37_localsplusnames._object.ob_base.ob_base,
104022     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
104023     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
104024     .co_name = & const_str__getfinalpathname_nonstrict._ascii.ob_base,
104025     .co_qualname = & const_str__getfinalpathname_nonstrict._ascii.ob_base,
104026     .co_linetable = & ntpath_toplevel_consts_37_linetable.ob_base.ob_base,
104027     ._co_code = NULL,
104028     ._co_linearray = NULL,
104029     .co_code_adaptive = "\x97\x00\x64\x01\x7d\x01\x7c\x00\x64\x00\x64\x02\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x72\xbb\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x02\x72\x10\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x01\x7c\x00\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x88\x7d\x03\x7c\x03\x6a\x03\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x7c\x00\x6b\x03\x00\x00\x00\x00\x72\x19\x7c\x02\x72\x10\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x02\xa6\x02\x00\x00\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\xa6\x01\x00\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\x10\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x02\xa6\x02\x00\x00\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\xbb\x7c\x02\x53\x00",
104030     ._co_firsttraceable = 0,
104031 };
104032 static
104033     struct {
104034         PyObject_VAR_HEAD
104035         Py_hash_t ob_shash;
104036         char ob_sval[5];
104037     }
104038 ntpath_toplevel_consts_40_consts_1 = {
104039     .ob_base = {
104040         .ob_base = {
104041             .ob_refcnt = 999999999,
104042             .ob_type = &PyBytes_Type,
104043         },
104044         .ob_size = 4,
104045     },
104046     .ob_shash = -1,
104047     .ob_sval = "\\\\?\\",
104048 };
104049 static
104050     struct {
104051         PyObject_VAR_HEAD
104052         Py_hash_t ob_shash;
104053         char ob_sval[3];
104054     }
104055 ntpath_toplevel_consts_40_consts_3 = {
104056     .ob_base = {
104057         .ob_base = {
104058             .ob_refcnt = 999999999,
104059             .ob_type = &PyBytes_Type,
104060         },
104061         .ob_size = 2,
104062     },
104063     .ob_shash = -1,
104064     .ob_sval = "\\\\",
104065 };
104066 static
104067     struct {
104068         PyObject_VAR_HEAD
104069         Py_hash_t ob_shash;
104070         char ob_sval[8];
104071     }
104072 ntpath_toplevel_consts_40_consts_4 = {
104073     .ob_base = {
104074         .ob_base = {
104075             .ob_refcnt = 999999999,
104076             .ob_type = &PyBytes_Type,
104077         },
104078         .ob_size = 7,
104079     },
104080     .ob_shash = -1,
104081     .ob_sval = "\\\\.\\NUL",
104082 };
104083 static
104084     struct {
104085         PyASCIIObject _ascii;
104086         uint8_t _data[5];
104087     }
104088 ntpath_toplevel_consts_40_consts_5 = {
104089     ._ascii = {
104090         .ob_base = {
104091             .ob_refcnt = 999999999,
104092             .ob_type = &PyUnicode_Type,
104093         },
104094         .length = 4,
104095         .hash = -1,
104096         .state = {
104097             .kind = 1,
104098             .compact = 1,
104099             .ascii = 1,
104100             .ready = 1,
104101         },
104102     },
104103     ._data = "\\\\?\\",
104104 };
104105 static
104106     struct {
104107         PyASCIIObject _ascii;
104108         uint8_t _data[8];
104109     }
104110 ntpath_toplevel_consts_40_consts_8 = {
104111     ._ascii = {
104112         .ob_base = {
104113             .ob_refcnt = 999999999,
104114             .ob_type = &PyUnicode_Type,
104115         },
104116         .length = 7,
104117         .hash = -1,
104118         .state = {
104119             .kind = 1,
104120             .compact = 1,
104121             .ascii = 1,
104122             .ready = 1,
104123         },
104124     },
104125     ._data = "\\\\.\\NUL",
104126 };
104127 static
104128     struct {
104129         PyGC_Head _gc_head;
104130         struct {
104131             PyObject_VAR_HEAD
104132             PyObject *ob_item[10];
104133         }_object;
104134     }
104135 ntpath_toplevel_consts_40_consts = {
104136     ._object = {
104137         .ob_base = {
104138             .ob_base = {
104139                 .ob_refcnt = 999999999,
104140                 .ob_type = &PyTuple_Type,
104141             },
104142             .ob_size = 10,
104143         },
104144         .ob_item = {
104145             Py_None,
104146             & ntpath_toplevel_consts_40_consts_1.ob_base.ob_base,
104147             & ntpath_toplevel_consts_18_consts_5.ob_base.ob_base,
104148             & ntpath_toplevel_consts_40_consts_3.ob_base.ob_base,
104149             & ntpath_toplevel_consts_40_consts_4.ob_base.ob_base,
104150             & ntpath_toplevel_consts_40_consts_5._ascii.ob_base,
104151             & ntpath_toplevel_consts_18_consts_9._ascii.ob_base,
104152             & importlib__bootstrap_external_toplevel_consts_22_consts_6._ascii.ob_base,
104153             & ntpath_toplevel_consts_40_consts_8._ascii.ob_base,
104154             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
104155         },
104156     },
104157 };
104158 static
104159     struct {
104160         PyGC_Head _gc_head;
104161         struct {
104162             PyObject_VAR_HEAD
104163             PyObject *ob_item[17];
104164         }_object;
104165     }
104166 ntpath_toplevel_consts_40_names = {
104167     ._object = {
104168         .ob_base = {
104169             .ob_base = {
104170                 .ob_refcnt = 999999999,
104171                 .ob_type = &PyTuple_Type,
104172             },
104173             .ob_size = 17,
104174         },
104175         .ob_item = {
104176             & const_str_normpath._ascii.ob_base,
104177             &_Py_ID(isinstance),
104178             & const_str_bytes._ascii.ob_base,
104179             & const_str_os._ascii.ob_base,
104180             & const_str_getcwdb._ascii.ob_base,
104181             & const_str_normcase._ascii.ob_base,
104182             & const_str_fsencode._ascii.ob_base,
104183             & const_str_devnull._ascii.ob_base,
104184             & const_str_getcwd._ascii.ob_base,
104185             & const_str_startswith._ascii.ob_base,
104186             & const_str_isabs._ascii.ob_base,
104187             &_Py_ID(join),
104188             & const_str__getfinalpathname._ascii.ob_base,
104189             & const_str_OSError._ascii.ob_base,
104190             & const_str_winerror._ascii.ob_base,
104191             & const_str__getfinalpathname_nonstrict._ascii.ob_base,
104192             &_Py_ID(len),
104193         },
104194     },
104195 };
104196 static
104197     struct {
104198         PyObject_VAR_HEAD
104199         Py_hash_t ob_shash;
104200         char ob_sval[507];
104201     }
104202 ntpath_toplevel_consts_40_linetable = {
104203     .ob_base = {
104204         .ob_base = {
104205             .ob_refcnt = 999999999,
104206             .ob_type = &PyBytes_Type,
104207         },
104208         .ob_size = 506,
104209     },
104210     .ob_shash = -1,
104211     .ob_sval = "\x80\x00\xdd\x0f\x17\x98\x04\x89\x7e\x8c\x7e\x88\x04\xdd\x0b\x15\x90\x64\x9d\x45\xd1\x0b\x22\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\x14\x94\x2a\x91\x2c\x94\x2c\x88\x43\xe5\x0f\x17\x98\x04\x89\x7e\x8c\x7e\xa5\x18\xad\x22\xac\x2b\xb5\x67\xd1\x2a\x3e\xd4\x2a\x3e\xd1\x21\x3f\xd4\x21\x3f\xd2\x0f\x3f\xd0\x0f\x3f\xd8\x17\x24\x90\x7d\xf0\x03\x00\x10\x40\x01\xf0\x06\x00\x16\x1f\x88\x46\xd8\x19\x27\x88\x4a\xd8\x1d\x23\x88\x4e\xdd\x12\x14\x94\x29\x91\x2b\x94\x2b\x88\x43\xe5\x0f\x17\x98\x04\x89\x7e\x8c\x7e\xa5\x18\xad\x27\xd1\x21\x32\xd4\x21\x32\xd2\x0f\x32\xd0\x0f\x32\xd8\x17\x23\x90\x7c\xd8\x15\x19\x97\x5f\x92\x5f\xa0\x56\xd1\x15\x2c\xd4\x15\x2c\x88\x0a\xd8\x0f\x19\xf0\x00\x01\x09\x23\xa5\x25\xa8\x04\xa1\x2b\xa4\x2b\xf0\x00\x01\x09\x23\xdd\x13\x17\x98\x03\x98\x54\x91\x3f\x94\x3f\x88\x44\xf0\x02\x07\x09\x35\xdd\x13\x24\xa0\x54\xd1\x13\x2a\xd4\x13\x2a\x88\x44\xd8\x1f\x20\xd0\x0c\x1c\xd0\x0c\x1c\xf8\xdd\x0f\x16\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\x9c\x7b\xd0\x0c\x1c\xdd\x13\x2e\xa8\x74\xd1\x13\x34\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\xf0\x10\x00\x10\x1a\xf0\x00\x0f\x09\x21\x98\x64\x9f\x6f\x9a\x6f\xa8\x66\xd1\x1e\x35\xd4\x1e\x35\xf0\x00\x0f\x09\x21\xf0\x06\x00\x10\x14\x8f\x7f\x8a\x7f\x98\x7a\xd1\x0f\x2a\xd4\x0f\x2a\xf0\x00\x03\x0d\x2b\xd8\x18\x26\xa8\x14\xad\x63\xb0\x2a\xa9\x6f\xac\x6f\xd0\x2e\x3e\xd0\x2e\x3e\xd4\x29\x3f\xd1\x18\x3f\x90\x05\x90\x05\xe0\x18\x1c\x9d\x53\xa0\x16\x99\x5b\x9c\x5b\x98\x5c\x98\x5c\xd4\x18\x2a\x90\x05\xf0\x04\x07\x0d\x21\xdd\x13\x24\xa0\x55\xd1\x13\x2b\xd4\x13\x2b\xa8\x74\xd2\x13\x33\xd0\x13\x33\xd8\x1b\x20\x90\x44\xf8\xf8\xdd\x13\x1a\xf0\x00\x04\x0d\x21\xf0\x00\x04\x0d\x21\xf0\x00\x04\x0d\x21\xf0\x06\x00\x14\x16\x94\x3b\xd0\x22\x32\xd2\x13\x32\xd0\x13\x32\xd8\x1b\x20\x90\x44\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf0\x09\x04\x0d\x21\xf8\xf8\xf8\xf0\x0a\x00\x10\x14\x88\x0b",
104212 };
104213 static
104214     struct {
104215         PyObject_VAR_HEAD
104216         Py_hash_t ob_shash;
104217         char ob_sval[49];
104218     }
104219 ntpath_toplevel_consts_40_exceptiontable = {
104220     .ob_base = {
104221         .ob_base = {
104222             .ob_refcnt = 999999999,
104223             .ob_type = &PyBytes_Type,
104224         },
104225         .ob_size = 48,
104226     },
104227     .ob_shash = -1,
104228     .ob_sval = "\xc3\x2f\x11\x44\x01\x00\xc4\x01\x0a\x44\x2e\x03\xc4\x0b\x19\x44\x29\x03\xc4\x29\x05\x44\x2e\x03\xc6\x10\x15\x46\x26\x00\xc6\x26\x0a\x47\x07\x03\xc6\x30\x0d\x47\x02\x03\xc7\x02\x05\x47\x07\x03",
104229 };
104230 static
104231     struct {
104232         PyASCIIObject _ascii;
104233         uint8_t _data[15];
104234     }
104235 const_str_new_unc_prefix = {
104236     ._ascii = {
104237         .ob_base = {
104238             .ob_refcnt = 999999999,
104239             .ob_type = &PyUnicode_Type,
104240         },
104241         .length = 14,
104242         .hash = -1,
104243         .state = {
104244             .kind = 1,
104245             .compact = 1,
104246             .ascii = 1,
104247             .ready = 1,
104248         },
104249     },
104250     ._data = "new_unc_prefix",
104251 };
104252 static
104253     struct {
104254         PyASCIIObject _ascii;
104255         uint8_t _data[11];
104256     }
104257 const_str_had_prefix = {
104258     ._ascii = {
104259         .ob_base = {
104260             .ob_refcnt = 999999999,
104261             .ob_type = &PyUnicode_Type,
104262         },
104263         .length = 10,
104264         .hash = -1,
104265         .state = {
104266             .kind = 1,
104267             .compact = 1,
104268             .ascii = 1,
104269             .ready = 1,
104270         },
104271     },
104272     ._data = "had_prefix",
104273 };
104274 static
104275     struct {
104276         PyASCIIObject _ascii;
104277         uint8_t _data[17];
104278     }
104279 const_str_initial_winerror = {
104280     ._ascii = {
104281         .ob_base = {
104282             .ob_refcnt = 999999999,
104283             .ob_type = &PyUnicode_Type,
104284         },
104285         .length = 16,
104286         .hash = -1,
104287         .state = {
104288             .kind = 1,
104289             .compact = 1,
104290             .ascii = 1,
104291             .ready = 1,
104292         },
104293     },
104294     ._data = "initial_winerror",
104295 };
104296 static
104297     struct {
104298         PyASCIIObject _ascii;
104299         uint8_t _data[6];
104300     }
104301 const_str_spath = {
104302     ._ascii = {
104303         .ob_base = {
104304             .ob_refcnt = 999999999,
104305             .ob_type = &PyUnicode_Type,
104306         },
104307         .length = 5,
104308         .hash = -1,
104309         .state = {
104310             .kind = 1,
104311             .compact = 1,
104312             .ascii = 1,
104313             .ready = 1,
104314         },
104315     },
104316     ._data = "spath",
104317 };
104318 static
104319     struct {
104320         PyGC_Head _gc_head;
104321         struct {
104322             PyObject_VAR_HEAD
104323             PyObject *ob_item[10];
104324         }_object;
104325     }
104326 ntpath_toplevel_consts_40_localsplusnames = {
104327     ._object = {
104328         .ob_base = {
104329             .ob_base = {
104330                 .ob_refcnt = 999999999,
104331                 .ob_type = &PyTuple_Type,
104332             },
104333             .ob_size = 10,
104334         },
104335         .ob_item = {
104336             &_Py_ID(path),
104337             &_Py_ID(strict),
104338             & const_str_prefix._ascii.ob_base,
104339             & const_str_unc_prefix._ascii.ob_base,
104340             & const_str_new_unc_prefix._ascii.ob_base,
104341             & const_str_cwd._ascii.ob_base,
104342             & const_str_had_prefix._ascii.ob_base,
104343             & const_str_initial_winerror._ascii.ob_base,
104344             & const_str_ex._ascii.ob_base,
104345             & const_str_spath._ascii.ob_base,
104346         },
104347     },
104348 };
104349 static
104350     struct _PyCode_DEF(920)
104351 ntpath_toplevel_consts_40 = {
104352     .ob_base = {
104353         .ob_base = {
104354             .ob_refcnt = 999999999,
104355             .ob_type = &PyCode_Type,
104356         },
104357         .ob_size = 460,
104358     },
104359     .co_consts = & ntpath_toplevel_consts_40_consts._object.ob_base.ob_base,
104360     .co_names = & ntpath_toplevel_consts_40_names._object.ob_base.ob_base,
104361     .co_exceptiontable = & ntpath_toplevel_consts_40_exceptiontable.ob_base.ob_base,
104362     .co_flags = 3,
104363     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
104364     ._co_linearray_entry_size = 0,
104365     .co_argcount = 1,
104366     .co_posonlyargcount = 0,
104367     .co_kwonlyargcount = 1,
104368     .co_stacksize = 6,
104369     .co_firstlineno = 674,
104370     .co_nlocalsplus = 10,
104371     .co_nlocals = 10,
104372     .co_nplaincellvars = 0,
104373     .co_ncellvars = 0,
104374     .co_nfreevars = 0,
104375     .co_localsplusnames = & ntpath_toplevel_consts_40_localsplusnames._object.ob_base.ob_base,
104376     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds.ob_base.ob_base,
104377     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
104378     .co_name = & const_str_realpath._ascii.ob_base,
104379     .co_qualname = & const_str_realpath._ascii.ob_base,
104380     .co_linetable = & ntpath_toplevel_consts_40_linetable.ob_base.ob_base,
104381     ._co_code = NULL,
104382     ._co_linearray = NULL,
104383     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\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\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x53\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\x04\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\xa6\x01\x00\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\x06\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x72\x02\x64\x04\x53\x00\x6e\x40\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\x08\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\xa6\x01\x00\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\xa6\x01\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\xa0\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x73\x1f\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x10\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x00\xa6\x02\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x64\x09\x7d\x07\x6e\x30\x23\x00\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x23\x7d\x08\x7c\x01\x72\x01\x82\x00\x7c\x08\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x59\x00\x64\x00\x7d\x08\x7e\x08\x6e\x08\x64\x00\x7d\x08\x7e\x08\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x06\x73\x97\x7c\x00\xa0\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x82\x7c\x00\xa0\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1b\x7c\x04\x7c\x00\x74\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x7d\x09\x6e\x17\x7c\x00\x74\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x09\x00\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6b\x02\x00\x00\x00\x00\x72\x02\x7c\x09\x7d\x00\x6e\x24\x23\x00\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x17\x7d\x08\x7c\x08\x6a\x0e\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\x6e\x08\x64\x00\x7d\x08\x7e\x08\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x00\x53\x00",
104384     ._co_firsttraceable = 0,
104385 };
104386 static
104387     struct {
104388         PyASCIIObject _ascii;
104389         uint8_t _data[18];
104390     }
104391 const_str_getwindowsversion = {
104392     ._ascii = {
104393         .ob_base = {
104394             .ob_refcnt = 999999999,
104395             .ob_type = &PyUnicode_Type,
104396         },
104397         .length = 17,
104398         .hash = -1,
104399         .state = {
104400             .kind = 1,
104401             .compact = 1,
104402             .ascii = 1,
104403             .ready = 1,
104404         },
104405     },
104406     ._data = "getwindowsversion",
104407 };
104408 static
104409     struct {
104410         PyASCIIObject _ascii;
104411         uint8_t _data[36];
104412     }
104413 ntpath_toplevel_consts_44_consts_0 = {
104414     ._ascii = {
104415         .ob_base = {
104416             .ob_refcnt = 999999999,
104417             .ob_type = &PyUnicode_Type,
104418         },
104419         .length = 35,
104420         .hash = -1,
104421         .state = {
104422             .kind = 1,
104423             .compact = 1,
104424             .ascii = 1,
104425             .ready = 1,
104426         },
104427     },
104428     ._data = "Return a relative version of a path",
104429 };
104430 static
104431     struct {
104432         PyASCIIObject _ascii;
104433         uint8_t _data[18];
104434     }
104435 ntpath_toplevel_consts_44_consts_8 = {
104436     ._ascii = {
104437         .ob_base = {
104438             .ob_refcnt = 999999999,
104439             .ob_type = &PyUnicode_Type,
104440         },
104441         .length = 17,
104442         .hash = -1,
104443         .state = {
104444             .kind = 1,
104445             .compact = 1,
104446             .ascii = 1,
104447             .ready = 1,
104448         },
104449     },
104450     ._data = "no path specified",
104451 };
104452 static
104453     struct {
104454         PyASCIIObject _ascii;
104455         uint8_t _data[18];
104456     }
104457 ntpath_toplevel_consts_44_consts_9 = {
104458     ._ascii = {
104459         .ob_base = {
104460             .ob_refcnt = 999999999,
104461             .ob_type = &PyUnicode_Type,
104462         },
104463         .length = 17,
104464         .hash = -1,
104465         .state = {
104466             .kind = 1,
104467             .compact = 1,
104468             .ascii = 1,
104469             .ready = 1,
104470         },
104471     },
104472     ._data = "path is on mount ",
104473 };
104474 static
104475     struct {
104476         PyASCIIObject _ascii;
104477         uint8_t _data[18];
104478     }
104479 ntpath_toplevel_consts_44_consts_10 = {
104480     ._ascii = {
104481         .ob_base = {
104482             .ob_refcnt = 999999999,
104483             .ob_type = &PyUnicode_Type,
104484         },
104485         .length = 17,
104486         .hash = -1,
104487         .state = {
104488             .kind = 1,
104489             .compact = 1,
104490             .ascii = 1,
104491             .ready = 1,
104492         },
104493     },
104494     ._data = ", start on mount ",
104495 };
104496 static
104497     struct {
104498         PyASCIIObject _ascii;
104499         uint8_t _data[28];
104500     }
104501 ntpath_toplevel_consts_44_consts_11_qualname = {
104502     ._ascii = {
104503         .ob_base = {
104504             .ob_refcnt = 999999999,
104505             .ob_type = &PyUnicode_Type,
104506         },
104507         .length = 27,
104508         .hash = -1,
104509         .state = {
104510             .kind = 1,
104511             .compact = 1,
104512             .ascii = 1,
104513             .ready = 1,
104514         },
104515     },
104516     ._data = "relpath.<locals>.<listcomp>",
104517 };
104518 static
104519     struct {
104520         PyObject_VAR_HEAD
104521         Py_hash_t ob_shash;
104522         char ob_sval[30];
104523     }
104524 ntpath_toplevel_consts_44_consts_11_linetable = {
104525     .ob_base = {
104526         .ob_base = {
104527             .ob_refcnt = 999999999,
104528             .ob_type = &PyBytes_Type,
104529         },
104530         .ob_size = 29,
104531     },
104532     .ob_shash = -1,
104533     .ob_sval = "\x80\x00\xd0\x15\x3c\xd0\x15\x3c\xd0\x15\x3c\x98\x41\xb8\x21\xd0\x15\x3c\x90\x61\xd0\x15\x3c\xd0\x15\x3c\xd0\x15\x3c",
104534 };
104535 static
104536     struct {
104537         PyGC_Head _gc_head;
104538         struct {
104539             PyObject_VAR_HEAD
104540             PyObject *ob_item[2];
104541         }_object;
104542     }
104543 ntpath_toplevel_consts_44_consts_11_localsplusnames = {
104544     ._object = {
104545         .ob_base = {
104546             .ob_base = {
104547                 .ob_refcnt = 999999999,
104548                 .ob_type = &PyTuple_Type,
104549             },
104550             .ob_size = 2,
104551         },
104552         .ob_item = {
104553             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
104554             & const_str_x._ascii.ob_base,
104555         },
104556     },
104557 };
104558 static
104559     struct _PyCode_DEF(22)
104560 ntpath_toplevel_consts_44_consts_11 = {
104561     .ob_base = {
104562         .ob_base = {
104563             .ob_refcnt = 999999999,
104564             .ob_type = &PyCode_Type,
104565         },
104566         .ob_size = 11,
104567     },
104568     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
104569     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
104570     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
104571     .co_flags = 19,
104572     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
104573     ._co_linearray_entry_size = 0,
104574     .co_argcount = 1,
104575     .co_posonlyargcount = 0,
104576     .co_kwonlyargcount = 0,
104577     .co_stacksize = 3,
104578     .co_firstlineno = 757,
104579     .co_nlocalsplus = 2,
104580     .co_nlocals = 2,
104581     .co_nplaincellvars = 0,
104582     .co_ncellvars = 0,
104583     .co_nfreevars = 0,
104584     .co_localsplusnames = & ntpath_toplevel_consts_44_consts_11_localsplusnames._object.ob_base.ob_base,
104585     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
104586     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
104587     .co_name = &_Py_STR(anon_listcomp),
104588     .co_qualname = & ntpath_toplevel_consts_44_consts_11_qualname._ascii.ob_base,
104589     .co_linetable = & ntpath_toplevel_consts_44_consts_11_linetable.ob_base.ob_base,
104590     ._co_code = NULL,
104591     ._co_linearray = NULL,
104592     .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x06\x7d\x01\x7c\x01\xaf\x04\x7c\x01\x91\x02\x8c\x07\x53\x00",
104593     ._co_firsttraceable = 0,
104594 };
104595 static
104596     struct {
104597         PyObject_VAR_HEAD
104598         Py_hash_t ob_shash;
104599         char ob_sval[30];
104600     }
104601 ntpath_toplevel_consts_44_consts_12_linetable = {
104602     .ob_base = {
104603         .ob_base = {
104604             .ob_refcnt = 999999999,
104605             .ob_type = &PyBytes_Type,
104606         },
104607         .ob_size = 29,
104608     },
104609     .ob_shash = -1,
104610     .ob_sval = "\x80\x00\xd0\x14\x3a\xd0\x14\x3a\xd0\x14\x3a\x98\x31\xb8\x01\xd0\x14\x3a\x90\x51\xd0\x14\x3a\xd0\x14\x3a\xd0\x14\x3a",
104611 };
104612 static
104613     struct _PyCode_DEF(22)
104614 ntpath_toplevel_consts_44_consts_12 = {
104615     .ob_base = {
104616         .ob_base = {
104617             .ob_refcnt = 999999999,
104618             .ob_type = &PyCode_Type,
104619         },
104620         .ob_size = 11,
104621     },
104622     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
104623     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
104624     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
104625     .co_flags = 19,
104626     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
104627     ._co_linearray_entry_size = 0,
104628     .co_argcount = 1,
104629     .co_posonlyargcount = 0,
104630     .co_kwonlyargcount = 0,
104631     .co_stacksize = 3,
104632     .co_firstlineno = 758,
104633     .co_nlocalsplus = 2,
104634     .co_nlocals = 2,
104635     .co_nplaincellvars = 0,
104636     .co_ncellvars = 0,
104637     .co_nfreevars = 0,
104638     .co_localsplusnames = & ntpath_toplevel_consts_44_consts_11_localsplusnames._object.ob_base.ob_base,
104639     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
104640     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
104641     .co_name = &_Py_STR(anon_listcomp),
104642     .co_qualname = & ntpath_toplevel_consts_44_consts_11_qualname._ascii.ob_base,
104643     .co_linetable = & ntpath_toplevel_consts_44_consts_12_linetable.ob_base.ob_base,
104644     ._co_code = NULL,
104645     ._co_linearray = NULL,
104646     .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x06\x7d\x01\x7c\x01\xaf\x04\x7c\x01\x91\x02\x8c\x07\x53\x00",
104647     ._co_firsttraceable = 0,
104648 };
104649 static
104650     struct {
104651         PyGC_Head _gc_head;
104652         struct {
104653             PyObject_VAR_HEAD
104654             PyObject *ob_item[16];
104655         }_object;
104656     }
104657 ntpath_toplevel_consts_44_consts = {
104658     ._object = {
104659         .ob_base = {
104660             .ob_base = {
104661                 .ob_refcnt = 999999999,
104662                 .ob_type = &PyTuple_Type,
104663             },
104664             .ob_size = 16,
104665         },
104666         .ob_item = {
104667             & ntpath_toplevel_consts_44_consts_0._ascii.ob_base,
104668             (PyObject *)&_Py_SINGLETON(bytes_characters[92]),
104669             (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
104670             & ntpath_toplevel_consts_31_consts_4.ob_base.ob_base,
104671             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
104672             &_Py_STR(dot),
104673             & ntpath_toplevel_consts_2._ascii.ob_base,
104674             Py_None,
104675             & ntpath_toplevel_consts_44_consts_8._ascii.ob_base,
104676             & ntpath_toplevel_consts_44_consts_9._ascii.ob_base,
104677             & ntpath_toplevel_consts_44_consts_10._ascii.ob_base,
104678             & ntpath_toplevel_consts_44_consts_11.ob_base.ob_base,
104679             & ntpath_toplevel_consts_44_consts_12.ob_base.ob_base,
104680             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
104681             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
104682             & const_str_relpath._ascii.ob_base,
104683         },
104684     },
104685 };
104686 static
104687     struct {
104688         PyGC_Head _gc_head;
104689         struct {
104690             PyObject_VAR_HEAD
104691             PyObject *ob_item[19];
104692         }_object;
104693     }
104694 ntpath_toplevel_consts_44_names = {
104695     ._object = {
104696         .ob_base = {
104697             .ob_base = {
104698                 .ob_refcnt = 999999999,
104699                 .ob_type = &PyTuple_Type,
104700             },
104701             .ob_size = 19,
104702         },
104703         .ob_item = {
104704             & const_str_os._ascii.ob_base,
104705             & const_str_fspath._ascii.ob_base,
104706             &_Py_ID(isinstance),
104707             & const_str_bytes._ascii.ob_base,
104708             & const_str_ValueError._ascii.ob_base,
104709             & const_str_abspath._ascii.ob_base,
104710             & const_str_normpath._ascii.ob_base,
104711             & const_str_splitdrive._ascii.ob_base,
104712             & const_str_normcase._ascii.ob_base,
104713             & const_str_split._ascii.ob_base,
104714             & const_str_zip._ascii.ob_base,
104715             &_Py_ID(len),
104716             &_Py_ID(join),
104717             & const_str_TypeError._ascii.ob_base,
104718             & const_str_AttributeError._ascii.ob_base,
104719             & const_str_BytesWarning._ascii.ob_base,
104720             & const_str_DeprecationWarning._ascii.ob_base,
104721             & const_str_genericpath._ascii.ob_base,
104722             & const_str__check_arg_types._ascii.ob_base,
104723         },
104724     },
104725 };
104726 static
104727     struct {
104728         PyObject_VAR_HEAD
104729         Py_hash_t ob_shash;
104730         char ob_sval[517];
104731     }
104732 ntpath_toplevel_consts_44_linetable = {
104733     .ob_base = {
104734         .ob_base = {
104735             .ob_refcnt = 999999999,
104736             .ob_type = &PyBytes_Type,
104737         },
104738         .ob_size = 516,
104739     },
104740     .ob_shash = -1,
104741     .ob_sval = "\x80\x00\xe5\x0b\x0d\x8c\x39\x90\x54\x89\x3f\x8c\x3f\x80\x44\xdd\x07\x11\x90\x24\x9d\x05\xd1\x07\x1e\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\x80\x7d\xd8\x10\x16\x88\x05\xe0\x0b\x0f\xf0\x00\x01\x05\x2e\xdd\x0e\x18\xd0\x19\x2c\xd1\x0e\x2d\xd4\x0e\x2d\xd0\x08\x2d\xe5\x0c\x0e\x8c\x49\x90\x65\xd1\x0c\x1c\xd4\x0c\x1c\x80\x45\xf0\x02\x18\x05\x0e\xdd\x14\x1b\x9d\x48\xa0\x55\x99\x4f\x9c\x4f\xd1\x14\x2c\xd4\x14\x2c\x88\x09\xdd\x13\x1a\x9d\x38\xa0\x44\x99\x3e\x9c\x3e\xd1\x13\x2a\xd4\x13\x2a\x88\x08\xdd\x22\x2c\xa8\x59\xd1\x22\x37\xd4\x22\x37\xd1\x08\x1f\x88\x0b\x90\x5a\xdd\x20\x2a\xa8\x38\xd1\x20\x34\xd4\x20\x34\xd1\x08\x1d\x88\x0a\x90\x49\xdd\x0b\x13\x90\x4b\xd1\x0b\x20\xd4\x0b\x20\xa5\x48\xa8\x5a\xd1\x24\x38\xd4\x24\x38\xd2\x0b\x38\xd0\x0b\x38\xdd\x12\x1c\x90\x2a\xd8\x10\x1a\x90\x0a\x90\x0a\x98\x4b\x98\x4b\xf0\x03\x01\x1e\x29\xf1\x00\x01\x13\x2a\xf4\x00\x01\x13\x2a\xf0\x00\x01\x0d\x2a\xf0\x06\x00\x16\x3d\xd0\x15\x3c\xa0\x1a\xd7\x21\x31\xd2\x21\x31\xb0\x23\xd1\x21\x36\xd4\x21\x36\xd0\x15\x3c\xd1\x15\x3c\xd4\x15\x3c\x88\x0a\xd8\x14\x3a\xd0\x14\x3a\xa0\x09\xa7\x0f\xa2\x0f\xb0\x03\xd1\x20\x34\xd4\x20\x34\xd0\x14\x3a\xd1\x14\x3a\xd4\x14\x3a\x88\x09\xe0\x0c\x0d\x88\x01\xdd\x16\x19\x98\x2a\xa0\x69\xd1\x16\x30\xd4\x16\x30\xf0\x00\x03\x09\x13\xf0\x00\x03\x09\x13\x89\x46\x88\x42\x90\x02\xdd\x0f\x17\x98\x02\x89\x7c\x8c\x7c\x9d\x78\xa8\x02\x99\x7c\x9c\x7c\xd2\x0f\x2b\xd0\x0f\x2b\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\x99\x7f\x9c\x7f\xa8\x71\xd1\x1f\x30\xd1\x13\x31\xb0\x49\xb8\x61\xb8\x62\xb8\x62\xb4\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\x13\xd4\x08\x24\xa0\x59\xb0\x04\xb0\x65\xd1\x08\x3c\xd4\x08\x3c\xd0\x08\x3c\xd8\x08\x0d\xf0\x05\x02\x05\x0e\xf8\xf8\xf8",
104742 };
104743 static
104744     struct {
104745         PyObject_VAR_HEAD
104746         Py_hash_t ob_shash;
104747         char ob_sval[20];
104748     }
104749 ntpath_toplevel_consts_44_exceptiontable = {
104750     .ob_base = {
104751         .ob_base = {
104752             .ob_refcnt = 999999999,
104753             .ob_type = &PyBytes_Type,
104754         },
104755         .ob_size = 19,
104756     },
104757     .ob_shash = -1,
104758     .ob_sval = "\xc1\x21\x44\x32\x46\x1d\x00\xc6\x14\x08\x46\x1d\x00\xc6\x1d\x3b\x47\x18\x03",
104759 };
104760 static
104761     struct {
104762         PyASCIIObject _ascii;
104763         uint8_t _data[10];
104764     }
104765 const_str_start_abs = {
104766     ._ascii = {
104767         .ob_base = {
104768             .ob_refcnt = 999999999,
104769             .ob_type = &PyUnicode_Type,
104770         },
104771         .length = 9,
104772         .hash = -1,
104773         .state = {
104774             .kind = 1,
104775             .compact = 1,
104776             .ascii = 1,
104777             .ready = 1,
104778         },
104779     },
104780     ._data = "start_abs",
104781 };
104782 static
104783     struct {
104784         PyASCIIObject _ascii;
104785         uint8_t _data[9];
104786     }
104787 const_str_path_abs = {
104788     ._ascii = {
104789         .ob_base = {
104790             .ob_refcnt = 999999999,
104791             .ob_type = &PyUnicode_Type,
104792         },
104793         .length = 8,
104794         .hash = -1,
104795         .state = {
104796             .kind = 1,
104797             .compact = 1,
104798             .ascii = 1,
104799             .ready = 1,
104800         },
104801     },
104802     ._data = "path_abs",
104803 };
104804 static
104805     struct {
104806         PyASCIIObject _ascii;
104807         uint8_t _data[12];
104808     }
104809 const_str_start_drive = {
104810     ._ascii = {
104811         .ob_base = {
104812             .ob_refcnt = 999999999,
104813             .ob_type = &PyUnicode_Type,
104814         },
104815         .length = 11,
104816         .hash = -1,
104817         .state = {
104818             .kind = 1,
104819             .compact = 1,
104820             .ascii = 1,
104821             .ready = 1,
104822         },
104823     },
104824     ._data = "start_drive",
104825 };
104826 static
104827     struct {
104828         PyASCIIObject _ascii;
104829         uint8_t _data[11];
104830     }
104831 const_str_start_rest = {
104832     ._ascii = {
104833         .ob_base = {
104834             .ob_refcnt = 999999999,
104835             .ob_type = &PyUnicode_Type,
104836         },
104837         .length = 10,
104838         .hash = -1,
104839         .state = {
104840             .kind = 1,
104841             .compact = 1,
104842             .ascii = 1,
104843             .ready = 1,
104844         },
104845     },
104846     ._data = "start_rest",
104847 };
104848 static
104849     struct {
104850         PyASCIIObject _ascii;
104851         uint8_t _data[11];
104852     }
104853 const_str_path_drive = {
104854     ._ascii = {
104855         .ob_base = {
104856             .ob_refcnt = 999999999,
104857             .ob_type = &PyUnicode_Type,
104858         },
104859         .length = 10,
104860         .hash = -1,
104861         .state = {
104862             .kind = 1,
104863             .compact = 1,
104864             .ascii = 1,
104865             .ready = 1,
104866         },
104867     },
104868     ._data = "path_drive",
104869 };
104870 static
104871     struct {
104872         PyASCIIObject _ascii;
104873         uint8_t _data[10];
104874     }
104875 const_str_path_rest = {
104876     ._ascii = {
104877         .ob_base = {
104878             .ob_refcnt = 999999999,
104879             .ob_type = &PyUnicode_Type,
104880         },
104881         .length = 9,
104882         .hash = -1,
104883         .state = {
104884             .kind = 1,
104885             .compact = 1,
104886             .ascii = 1,
104887             .ready = 1,
104888         },
104889     },
104890     ._data = "path_rest",
104891 };
104892 static
104893     struct {
104894         PyASCIIObject _ascii;
104895         uint8_t _data[11];
104896     }
104897 const_str_start_list = {
104898     ._ascii = {
104899         .ob_base = {
104900             .ob_refcnt = 999999999,
104901             .ob_type = &PyUnicode_Type,
104902         },
104903         .length = 10,
104904         .hash = -1,
104905         .state = {
104906             .kind = 1,
104907             .compact = 1,
104908             .ascii = 1,
104909             .ready = 1,
104910         },
104911     },
104912     ._data = "start_list",
104913 };
104914 static
104915     struct {
104916         PyASCIIObject _ascii;
104917         uint8_t _data[10];
104918     }
104919 const_str_path_list = {
104920     ._ascii = {
104921         .ob_base = {
104922             .ob_refcnt = 999999999,
104923             .ob_type = &PyUnicode_Type,
104924         },
104925         .length = 9,
104926         .hash = -1,
104927         .state = {
104928             .kind = 1,
104929             .compact = 1,
104930             .ascii = 1,
104931             .ready = 1,
104932         },
104933     },
104934     ._data = "path_list",
104935 };
104936 static
104937     struct {
104938         PyASCIIObject _ascii;
104939         uint8_t _data[3];
104940     }
104941 const_str_e1 = {
104942     ._ascii = {
104943         .ob_base = {
104944             .ob_refcnt = 999999999,
104945             .ob_type = &PyUnicode_Type,
104946         },
104947         .length = 2,
104948         .hash = -1,
104949         .state = {
104950             .kind = 1,
104951             .compact = 1,
104952             .ascii = 1,
104953             .ready = 1,
104954         },
104955     },
104956     ._data = "e1",
104957 };
104958 static
104959     struct {
104960         PyASCIIObject _ascii;
104961         uint8_t _data[3];
104962     }
104963 const_str_e2 = {
104964     ._ascii = {
104965         .ob_base = {
104966             .ob_refcnt = 999999999,
104967             .ob_type = &PyUnicode_Type,
104968         },
104969         .length = 2,
104970         .hash = -1,
104971         .state = {
104972             .kind = 1,
104973             .compact = 1,
104974             .ascii = 1,
104975             .ready = 1,
104976         },
104977     },
104978     ._data = "e2",
104979 };
104980 static
104981     struct {
104982         PyASCIIObject _ascii;
104983         uint8_t _data[9];
104984     }
104985 const_str_rel_list = {
104986     ._ascii = {
104987         .ob_base = {
104988             .ob_refcnt = 999999999,
104989             .ob_type = &PyUnicode_Type,
104990         },
104991         .length = 8,
104992         .hash = -1,
104993         .state = {
104994             .kind = 1,
104995             .compact = 1,
104996             .ascii = 1,
104997             .ready = 1,
104998         },
104999     },
105000     ._data = "rel_list",
105001 };
105002 static
105003     struct {
105004         PyGC_Head _gc_head;
105005         struct {
105006             PyObject_VAR_HEAD
105007             PyObject *ob_item[17];
105008         }_object;
105009     }
105010 ntpath_toplevel_consts_44_localsplusnames = {
105011     ._object = {
105012         .ob_base = {
105013             .ob_base = {
105014                 .ob_refcnt = 999999999,
105015                 .ob_type = &PyTuple_Type,
105016             },
105017             .ob_size = 17,
105018         },
105019         .ob_item = {
105020             &_Py_ID(path),
105021             & const_str_start._ascii.ob_base,
105022             & const_str_sep._ascii.ob_base,
105023             & const_str_curdir._ascii.ob_base,
105024             & const_str_pardir._ascii.ob_base,
105025             & const_str_start_abs._ascii.ob_base,
105026             & const_str_path_abs._ascii.ob_base,
105027             & const_str_start_drive._ascii.ob_base,
105028             & const_str_start_rest._ascii.ob_base,
105029             & const_str_path_drive._ascii.ob_base,
105030             & const_str_path_rest._ascii.ob_base,
105031             & const_str_start_list._ascii.ob_base,
105032             & const_str_path_list._ascii.ob_base,
105033             & const_str_i._ascii.ob_base,
105034             & const_str_e1._ascii.ob_base,
105035             & const_str_e2._ascii.ob_base,
105036             & const_str_rel_list._ascii.ob_base,
105037         },
105038     },
105039 };
105040 static
105041     struct _PyCode_DEF(950)
105042 ntpath_toplevel_consts_44 = {
105043     .ob_base = {
105044         .ob_base = {
105045             .ob_refcnt = 999999999,
105046             .ob_type = &PyCode_Type,
105047         },
105048         .ob_size = 475,
105049     },
105050     .co_consts = & ntpath_toplevel_consts_44_consts._object.ob_base.ob_base,
105051     .co_names = & ntpath_toplevel_consts_44_names._object.ob_base.ob_base,
105052     .co_exceptiontable = & ntpath_toplevel_consts_44_exceptiontable.ob_base.ob_base,
105053     .co_flags = 3,
105054     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
105055     ._co_linearray_entry_size = 0,
105056     .co_argcount = 2,
105057     .co_posonlyargcount = 0,
105058     .co_kwonlyargcount = 0,
105059     .co_stacksize = 7,
105060     .co_firstlineno = 729,
105061     .co_nlocalsplus = 17,
105062     .co_nlocals = 17,
105063     .co_nplaincellvars = 0,
105064     .co_ncellvars = 0,
105065     .co_nfreevars = 0,
105066     .co_localsplusnames = & ntpath_toplevel_consts_44_localsplusnames._object.ob_base.ob_base,
105067     .co_localspluskinds = & zipimport_toplevel_consts_24_localspluskinds.ob_base.ob_base,
105068     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
105069     .co_name = & const_str_relpath._ascii.ob_base,
105070     .co_qualname = & const_str_relpath._ascii.ob_base,
105071     .co_linetable = & ntpath_toplevel_consts_44_linetable.ob_base.ob_base,
105072     ._co_code = NULL,
105073     ._co_linearray = NULL,
105074     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x02\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\x0f\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\xa6\x01\x00\x00\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\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\xa6\x01\x00\x00\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\xa6\x01\x00\x00\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\xa6\x01\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\x09\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x15\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x0b\x84\x00\x7c\x08\xa0\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x64\x0c\x84\x00\x7c\x0a\xa0\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\xa6\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x2c\x5c\x02\x00\x00\x7d\x0e\x7d\x0f\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0e\xa6\x01\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\x0f\xa6\x01\x00\x00\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\x2d\x7c\x04\x67\x01\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\xa6\x01\x00\x00\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\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\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\x18\x01\x00\x74\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0f\x7c\x00\x7c\x01\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x82\x00\x77\x00\x78\x03\x59\x00\x77\x01",
105075     ._co_firsttraceable = 0,
105076 };
105077 static
105078     struct {
105079         PyASCIIObject _ascii;
105080         uint8_t _data[69];
105081     }
105082 ntpath_toplevel_consts_45_consts_0 = {
105083     ._ascii = {
105084         .ob_base = {
105085             .ob_refcnt = 999999999,
105086             .ob_type = &PyUnicode_Type,
105087         },
105088         .length = 68,
105089         .hash = -1,
105090         .state = {
105091             .kind = 1,
105092             .compact = 1,
105093             .ascii = 1,
105094             .ready = 1,
105095         },
105096     },
105097     ._data = "Given a sequence of path names, returns the longest common sub-path.",
105098 };
105099 static
105100     struct {
105101         PyASCIIObject _ascii;
105102         uint8_t _data[38];
105103     }
105104 ntpath_toplevel_consts_45_consts_1 = {
105105     ._ascii = {
105106         .ob_base = {
105107             .ob_refcnt = 999999999,
105108             .ob_type = &PyUnicode_Type,
105109         },
105110         .length = 37,
105111         .hash = -1,
105112         .state = {
105113             .kind = 1,
105114             .compact = 1,
105115             .ascii = 1,
105116             .ready = 1,
105117         },
105118     },
105119     ._data = "commonpath() arg is an empty sequence",
105120 };
105121 static
105122     struct {
105123         PyGC_Head _gc_head;
105124         struct {
105125             PyObject_VAR_HEAD
105126             PyObject *ob_item[3];
105127         }_object;
105128     }
105129 ntpath_toplevel_consts_45_consts_9_names = {
105130     ._object = {
105131         .ob_base = {
105132             .ob_base = {
105133                 .ob_refcnt = 999999999,
105134                 .ob_type = &PyTuple_Type,
105135             },
105136             .ob_size = 3,
105137         },
105138         .ob_item = {
105139             & const_str_splitdrive._ascii.ob_base,
105140             &_Py_ID(replace),
105141             & const_str_lower._ascii.ob_base,
105142         },
105143     },
105144 };
105145 static
105146     struct {
105147         PyASCIIObject _ascii;
105148         uint8_t _data[31];
105149     }
105150 ntpath_toplevel_consts_45_consts_9_qualname = {
105151     ._ascii = {
105152         .ob_base = {
105153             .ob_refcnt = 999999999,
105154             .ob_type = &PyUnicode_Type,
105155         },
105156         .length = 30,
105157         .hash = -1,
105158         .state = {
105159             .kind = 1,
105160             .compact = 1,
105161             .ascii = 1,
105162             .ready = 1,
105163         },
105164     },
105165     ._data = "commonpath.<locals>.<listcomp>",
105166 };
105167 static
105168     struct {
105169         PyObject_VAR_HEAD
105170         Py_hash_t ob_shash;
105171         char ob_sval[60];
105172     }
105173 ntpath_toplevel_consts_45_consts_9_linetable = {
105174     .ob_base = {
105175         .ob_base = {
105176             .ob_refcnt = 999999999,
105177             .ob_type = &PyBytes_Type,
105178         },
105179         .ob_size = 59,
105180     },
105181     .ob_shash = -1,
105182     .ob_sval = "\xf8\x80\x00\xd0\x16\x51\xd0\x16\x51\xd0\x16\x51\xc0\x61\x95\x7a\xa0\x21\xa7\x29\xa2\x29\xa8\x46\xb0\x43\xd1\x22\x38\xd4\x22\x38\xd7\x22\x3e\xd2\x22\x3e\xd1\x22\x40\xd4\x22\x40\xd1\x17\x41\xd4\x17\x41\xd0\x16\x51\xd0\x16\x51\xd0\x16\x51",
105183 };
105184 static
105185     struct {
105186         PyGC_Head _gc_head;
105187         struct {
105188             PyObject_VAR_HEAD
105189             PyObject *ob_item[4];
105190         }_object;
105191     }
105192 ntpath_toplevel_consts_45_consts_9_localsplusnames = {
105193     ._object = {
105194         .ob_base = {
105195             .ob_base = {
105196                 .ob_refcnt = 999999999,
105197                 .ob_type = &PyTuple_Type,
105198             },
105199             .ob_size = 4,
105200         },
105201         .ob_item = {
105202             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
105203             & const_str_p._ascii.ob_base,
105204             & const_str_altsep._ascii.ob_base,
105205             & const_str_sep._ascii.ob_base,
105206         },
105207     },
105208 };
105209 static
105210     struct {
105211         PyObject_VAR_HEAD
105212         Py_hash_t ob_shash;
105213         char ob_sval[5];
105214     }
105215 ntpath_toplevel_consts_45_consts_9_localspluskinds = {
105216     .ob_base = {
105217         .ob_base = {
105218             .ob_refcnt = 999999999,
105219             .ob_type = &PyBytes_Type,
105220         },
105221         .ob_size = 4,
105222     },
105223     .ob_shash = -1,
105224     .ob_sval = "\x20\x20\x80\x80",
105225 };
105226 static
105227     struct _PyCode_DEF(122)
105228 ntpath_toplevel_consts_45_consts_9 = {
105229     .ob_base = {
105230         .ob_base = {
105231             .ob_refcnt = 999999999,
105232             .ob_type = &PyCode_Type,
105233         },
105234         .ob_size = 61,
105235     },
105236     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
105237     .co_names = & ntpath_toplevel_consts_45_consts_9_names._object.ob_base.ob_base,
105238     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
105239     .co_flags = 19,
105240     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
105241     ._co_linearray_entry_size = 0,
105242     .co_argcount = 1,
105243     .co_posonlyargcount = 0,
105244     .co_kwonlyargcount = 0,
105245     .co_stacksize = 8,
105246     .co_firstlineno = 802,
105247     .co_nlocalsplus = 4,
105248     .co_nlocals = 2,
105249     .co_nplaincellvars = 0,
105250     .co_ncellvars = 0,
105251     .co_nfreevars = 2,
105252     .co_localsplusnames = & ntpath_toplevel_consts_45_consts_9_localsplusnames._object.ob_base.ob_base,
105253     .co_localspluskinds = & ntpath_toplevel_consts_45_consts_9_localspluskinds.ob_base.ob_base,
105254     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
105255     .co_name = &_Py_STR(anon_listcomp),
105256     .co_qualname = & ntpath_toplevel_consts_45_consts_9_qualname._ascii.ob_base,
105257     .co_linetable = & ntpath_toplevel_consts_45_consts_9_linetable.ob_base.ob_base,
105258     ._co_code = NULL,
105259     ._co_linearray = NULL,
105260     .co_code_adaptive = "\x95\x02\x97\x00\x67\x00\x7c\x00\x5d\x37\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x02\x89\x03\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x91\x02\x8c\x38\x53\x00",
105261     ._co_firsttraceable = 1,
105262 };
105263 static
105264     struct {
105265         PyObject_VAR_HEAD
105266         Py_hash_t ob_shash;
105267         char ob_sval[40];
105268     }
105269 ntpath_toplevel_consts_45_consts_10_linetable = {
105270     .ob_base = {
105271         .ob_base = {
105272             .ob_refcnt = 999999999,
105273             .ob_type = &PyBytes_Type,
105274         },
105275         .ob_size = 39,
105276     },
105277     .ob_shash = -1,
105278     .ob_sval = "\xf8\x80\x00\xd0\x16\x3c\xd0\x16\x3c\xd0\x16\x3c\xa9\x04\xa8\x01\xa8\x31\x90\x71\x97\x77\x92\x77\x98\x73\x91\x7c\x94\x7c\xd0\x16\x3c\xd0\x16\x3c\xd0\x16\x3c",
105279 };
105280 static
105281     struct {
105282         PyGC_Head _gc_head;
105283         struct {
105284             PyObject_VAR_HEAD
105285             PyObject *ob_item[4];
105286         }_object;
105287     }
105288 ntpath_toplevel_consts_45_consts_10_localsplusnames = {
105289     ._object = {
105290         .ob_base = {
105291             .ob_base = {
105292                 .ob_refcnt = 999999999,
105293                 .ob_type = &PyTuple_Type,
105294             },
105295             .ob_size = 4,
105296         },
105297         .ob_item = {
105298             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
105299             & const_str_d._ascii.ob_base,
105300             & const_str_p._ascii.ob_base,
105301             & const_str_sep._ascii.ob_base,
105302         },
105303     },
105304 };
105305 static
105306     struct {
105307         PyObject_VAR_HEAD
105308         Py_hash_t ob_shash;
105309         char ob_sval[5];
105310     }
105311 ntpath_toplevel_consts_45_consts_10_localspluskinds = {
105312     .ob_base = {
105313         .ob_base = {
105314             .ob_refcnt = 999999999,
105315             .ob_type = &PyBytes_Type,
105316         },
105317         .ob_size = 4,
105318     },
105319     .ob_shash = -1,
105320     .ob_sval = "\x20\x20\x20\x80",
105321 };
105322 static
105323     struct _PyCode_DEF(64)
105324 ntpath_toplevel_consts_45_consts_10 = {
105325     .ob_base = {
105326         .ob_base = {
105327             .ob_refcnt = 999999999,
105328             .ob_type = &PyCode_Type,
105329         },
105330         .ob_size = 32,
105331     },
105332     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
105333     .co_names = & ntpath_toplevel_consts_21_names._object.ob_base.ob_base,
105334     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
105335     .co_flags = 19,
105336     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
105337     ._co_linearray_entry_size = 0,
105338     .co_argcount = 1,
105339     .co_posonlyargcount = 0,
105340     .co_kwonlyargcount = 0,
105341     .co_stacksize = 5,
105342     .co_firstlineno = 803,
105343     .co_nlocalsplus = 4,
105344     .co_nlocals = 3,
105345     .co_nplaincellvars = 0,
105346     .co_ncellvars = 0,
105347     .co_nfreevars = 1,
105348     .co_localsplusnames = & ntpath_toplevel_consts_45_consts_10_localsplusnames._object.ob_base.ob_base,
105349     .co_localspluskinds = & ntpath_toplevel_consts_45_consts_10_localspluskinds.ob_base.ob_base,
105350     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
105351     .co_name = &_Py_STR(anon_listcomp),
105352     .co_qualname = & ntpath_toplevel_consts_45_consts_9_qualname._ascii.ob_base,
105353     .co_linetable = & ntpath_toplevel_consts_45_consts_10_linetable.ob_base.ob_base,
105354     ._co_code = NULL,
105355     ._co_linearray = NULL,
105356     .co_code_adaptive = "\x95\x01\x97\x00\x67\x00\x7c\x00\x5d\x1a\x5c\x02\x00\x00\x7d\x01\x7d\x02\x7c\x02\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x91\x02\x8c\x1b\x53\x00",
105357     ._co_firsttraceable = 1,
105358 };
105359 static
105360     struct {
105361         PyASCIIObject _ascii;
105362         uint8_t _data[30];
105363     }
105364 ntpath_toplevel_consts_45_consts_11_qualname = {
105365     ._ascii = {
105366         .ob_base = {
105367             .ob_refcnt = 999999999,
105368             .ob_type = &PyUnicode_Type,
105369         },
105370         .length = 29,
105371         .hash = -1,
105372         .state = {
105373             .kind = 1,
105374             .compact = 1,
105375             .ascii = 1,
105376             .ready = 1,
105377         },
105378     },
105379     ._data = "commonpath.<locals>.<genexpr>",
105380 };
105381 static
105382     struct {
105383         PyObject_VAR_HEAD
105384         Py_hash_t ob_shash;
105385         char ob_sval[52];
105386     }
105387 ntpath_toplevel_consts_45_consts_11_linetable = {
105388     .ob_base = {
105389         .ob_base = {
105390             .ob_refcnt = 999999999,
105391             .ob_type = &PyBytes_Type,
105392         },
105393         .ob_size = 51,
105394     },
105395     .ob_shash = -1,
105396     .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xd0\x18\x3e\xd0\x18\x3e\xa9\x24\xa8\x21\xa8\x51\x98\x11\x98\x32\x98\x41\x98\x32\x9c\x15\xa0\x23\x9a\x1c\xd0\x18\x3e\xd0\x18\x3e\xd0\x18\x3e\xd0\x18\x3e\xd0\x18\x3e\xd0\x18\x3e",
105397 };
105398 static
105399     struct _PyCode_DEF(58)
105400 ntpath_toplevel_consts_45_consts_11 = {
105401     .ob_base = {
105402         .ob_base = {
105403             .ob_refcnt = 999999999,
105404             .ob_type = &PyCode_Type,
105405         },
105406         .ob_size = 29,
105407     },
105408     .co_consts = & zipimport_toplevel_consts_25_consts._object.ob_base.ob_base,
105409     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
105410     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
105411     .co_flags = 51,
105412     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
105413     ._co_linearray_entry_size = 0,
105414     .co_argcount = 1,
105415     .co_posonlyargcount = 0,
105416     .co_kwonlyargcount = 0,
105417     .co_stacksize = 4,
105418     .co_firstlineno = 806,
105419     .co_nlocalsplus = 4,
105420     .co_nlocals = 3,
105421     .co_nplaincellvars = 0,
105422     .co_ncellvars = 0,
105423     .co_nfreevars = 1,
105424     .co_localsplusnames = & ntpath_toplevel_consts_45_consts_10_localsplusnames._object.ob_base.ob_base,
105425     .co_localspluskinds = & ntpath_toplevel_consts_45_consts_10_localspluskinds.ob_base.ob_base,
105426     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
105427     .co_name = &_Py_STR(anon_genexpr),
105428     .co_qualname = & ntpath_toplevel_consts_45_consts_11_qualname._ascii.ob_base,
105429     .co_linetable = & ntpath_toplevel_consts_45_consts_11_linetable.ob_base.ob_base,
105430     ._co_code = NULL,
105431     ._co_linearray = NULL,
105432     .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x15\x5c\x02\x00\x00\x7d\x01\x7d\x02\x7c\x02\x64\x00\x64\x01\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x03\x6b\x02\x00\x00\x00\x00\x56\x00\x97\x01\x01\x00\x8c\x16\x64\x00\x53\x00",
105433     ._co_firsttraceable = 3,
105434 };
105435 static
105436     struct {
105437         PyASCIIObject _ascii;
105438         uint8_t _data[38];
105439     }
105440 ntpath_toplevel_consts_45_consts_12 = {
105441     ._ascii = {
105442         .ob_base = {
105443             .ob_refcnt = 999999999,
105444             .ob_type = &PyUnicode_Type,
105445         },
105446         .length = 37,
105447         .hash = -1,
105448         .state = {
105449             .kind = 1,
105450             .compact = 1,
105451             .ascii = 1,
105452             .ready = 1,
105453         },
105454     },
105455     ._data = "Can't mix absolute and relative paths",
105456 };
105457 static
105458     struct {
105459         PyObject_VAR_HEAD
105460         Py_hash_t ob_shash;
105461         char ob_sval[39];
105462     }
105463 ntpath_toplevel_consts_45_consts_14_linetable = {
105464     .ob_base = {
105465         .ob_base = {
105466             .ob_refcnt = 999999999,
105467             .ob_type = &PyBytes_Type,
105468         },
105469         .ob_size = 38,
105470     },
105471     .ob_shash = -1,
105472     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xd0\x12\x2d\xd0\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",
105473 };
105474 static
105475     struct {
105476         PyGC_Head _gc_head;
105477         struct {
105478             PyObject_VAR_HEAD
105479             PyObject *ob_item[3];
105480         }_object;
105481     }
105482 ntpath_toplevel_consts_45_consts_14_localsplusnames = {
105483     ._object = {
105484         .ob_base = {
105485             .ob_base = {
105486                 .ob_refcnt = 999999999,
105487                 .ob_type = &PyTuple_Type,
105488             },
105489             .ob_size = 3,
105490         },
105491         .ob_item = {
105492             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
105493             & const_str_d._ascii.ob_base,
105494             & const_str_p._ascii.ob_base,
105495         },
105496     },
105497 };
105498 static
105499     struct _PyCode_DEF(32)
105500 ntpath_toplevel_consts_45_consts_14 = {
105501     .ob_base = {
105502         .ob_base = {
105503             .ob_refcnt = 999999999,
105504             .ob_type = &PyCode_Type,
105505         },
105506         .ob_size = 16,
105507     },
105508     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
105509     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
105510     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
105511     .co_flags = 51,
105512     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
105513     ._co_linearray_entry_size = 0,
105514     .co_argcount = 1,
105515     .co_posonlyargcount = 0,
105516     .co_kwonlyargcount = 0,
105517     .co_stacksize = 3,
105518     .co_firstlineno = 813,
105519     .co_nlocalsplus = 3,
105520     .co_nlocals = 3,
105521     .co_nplaincellvars = 0,
105522     .co_ncellvars = 0,
105523     .co_nfreevars = 0,
105524     .co_localsplusnames = & ntpath_toplevel_consts_45_consts_14_localsplusnames._object.ob_base.ob_base,
105525     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
105526     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
105527     .co_name = &_Py_STR(anon_genexpr),
105528     .co_qualname = & ntpath_toplevel_consts_45_consts_11_qualname._ascii.ob_base,
105529     .co_linetable = & ntpath_toplevel_consts_45_consts_14_linetable.ob_base.ob_base,
105530     ._co_code = NULL,
105531     ._co_linearray = NULL,
105532     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x09\x5c\x02\x00\x00\x7d\x01\x7d\x02\x7c\x01\x56\x00\x97\x01\x01\x00\x8c\x0a\x64\x00\x53\x00",
105533     ._co_firsttraceable = 2,
105534 };
105535 static
105536     struct {
105537         PyASCIIObject _ascii;
105538         uint8_t _data[32];
105539     }
105540 ntpath_toplevel_consts_45_consts_16 = {
105541     ._ascii = {
105542         .ob_base = {
105543             .ob_refcnt = 999999999,
105544             .ob_type = &PyUnicode_Type,
105545         },
105546         .length = 31,
105547         .hash = -1,
105548         .state = {
105549             .kind = 1,
105550             .compact = 1,
105551             .ascii = 1,
105552             .ready = 1,
105553         },
105554     },
105555     ._data = "Paths don't have the same drive",
105556 };
105557 static
105558     struct {
105559         PyObject_VAR_HEAD
105560         Py_hash_t ob_shash;
105561         char ob_sval[36];
105562     }
105563 ntpath_toplevel_consts_45_consts_17_linetable = {
105564     .ob_base = {
105565         .ob_base = {
105566             .ob_refcnt = 999999999,
105567             .ob_type = &PyBytes_Type,
105568         },
105569         .ob_size = 35,
105570     },
105571     .ob_shash = -1,
105572     .ob_sval = "\xf8\x80\x00\xd0\x11\x39\xd0\x11\x39\xd0\x11\x39\x98\x01\xa0\x71\xd0\x11\x39\xa8\x51\xb0\x26\xaa\x5b\xa8\x5b\x90\x21\xa8\x5b\xa8\x5b\xa8\x5b",
105573 };
105574 static
105575     struct {
105576         PyGC_Head _gc_head;
105577         struct {
105578             PyObject_VAR_HEAD
105579             PyObject *ob_item[3];
105580         }_object;
105581     }
105582 ntpath_toplevel_consts_45_consts_17_localsplusnames = {
105583     ._object = {
105584         .ob_base = {
105585             .ob_base = {
105586                 .ob_refcnt = 999999999,
105587                 .ob_type = &PyTuple_Type,
105588             },
105589             .ob_size = 3,
105590         },
105591         .ob_item = {
105592             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
105593             & const_str_c._ascii.ob_base,
105594             & const_str_curdir._ascii.ob_base,
105595         },
105596     },
105597 };
105598 static
105599     struct _PyCode_DEF(36)
105600 ntpath_toplevel_consts_45_consts_17 = {
105601     .ob_base = {
105602         .ob_base = {
105603             .ob_refcnt = 999999999,
105604             .ob_type = &PyCode_Type,
105605         },
105606         .ob_size = 18,
105607     },
105608     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
105609     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
105610     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
105611     .co_flags = 19,
105612     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
105613     ._co_linearray_entry_size = 0,
105614     .co_argcount = 1,
105615     .co_posonlyargcount = 0,
105616     .co_kwonlyargcount = 0,
105617     .co_stacksize = 4,
105618     .co_firstlineno = 818,
105619     .co_nlocalsplus = 3,
105620     .co_nlocals = 2,
105621     .co_nplaincellvars = 0,
105622     .co_ncellvars = 0,
105623     .co_nfreevars = 1,
105624     .co_localsplusnames = & ntpath_toplevel_consts_45_consts_17_localsplusnames._object.ob_base.ob_base,
105625     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
105626     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
105627     .co_name = &_Py_STR(anon_listcomp),
105628     .co_qualname = & ntpath_toplevel_consts_45_consts_9_qualname._ascii.ob_base,
105629     .co_linetable = & ntpath_toplevel_consts_45_consts_17_linetable.ob_base.ob_base,
105630     ._co_code = NULL,
105631     ._co_linearray = NULL,
105632     .co_code_adaptive = "\x95\x01\x97\x00\x67\x00\x7c\x00\x5d\x0c\x7d\x01\x7c\x01\xaf\x04\x7c\x01\x89\x02\x6b\x03\x00\x00\x00\x00\xaf\x0a\x7c\x01\x91\x02\x8c\x0d\x53\x00",
105633     ._co_firsttraceable = 1,
105634 };
105635 static
105636     struct {
105637         PyASCIIObject _ascii;
105638         uint8_t _data[42];
105639     }
105640 ntpath_toplevel_consts_45_consts_18_consts_0_qualname = {
105641     ._ascii = {
105642         .ob_base = {
105643             .ob_refcnt = 999999999,
105644             .ob_type = &PyUnicode_Type,
105645         },
105646         .length = 41,
105647         .hash = -1,
105648         .state = {
105649             .kind = 1,
105650             .compact = 1,
105651             .ascii = 1,
105652             .ready = 1,
105653         },
105654     },
105655     ._data = "commonpath.<locals>.<listcomp>.<listcomp>",
105656 };
105657 static
105658     struct {
105659         PyObject_VAR_HEAD
105660         Py_hash_t ob_shash;
105661         char ob_sval[36];
105662     }
105663 ntpath_toplevel_consts_45_consts_18_consts_0_linetable = {
105664     .ob_base = {
105665         .ob_base = {
105666             .ob_refcnt = 999999999,
105667             .ob_type = &PyBytes_Type,
105668         },
105669         .ob_size = 35,
105670     },
105671     .ob_shash = -1,
105672     .ob_sval = "\xf8\x80\x00\xd0\x17\x3a\xd0\x17\x3a\xd0\x17\x3a\x98\x61\xa8\x01\xd0\x17\x3a\xa8\x61\xb0\x36\xaa\x6b\xa8\x6b\x98\x01\xa8\x6b\xa8\x6b\xa8\x6b",
105673 };
105674 static
105675     struct _PyCode_DEF(36)
105676 ntpath_toplevel_consts_45_consts_18_consts_0 = {
105677     .ob_base = {
105678         .ob_base = {
105679             .ob_refcnt = 999999999,
105680             .ob_type = &PyCode_Type,
105681         },
105682         .ob_size = 18,
105683     },
105684     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
105685     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
105686     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
105687     .co_flags = 19,
105688     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
105689     ._co_linearray_entry_size = 0,
105690     .co_argcount = 1,
105691     .co_posonlyargcount = 0,
105692     .co_kwonlyargcount = 0,
105693     .co_stacksize = 4,
105694     .co_firstlineno = 820,
105695     .co_nlocalsplus = 3,
105696     .co_nlocals = 2,
105697     .co_nplaincellvars = 0,
105698     .co_ncellvars = 0,
105699     .co_nfreevars = 1,
105700     .co_localsplusnames = & ntpath_toplevel_consts_45_consts_17_localsplusnames._object.ob_base.ob_base,
105701     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
105702     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
105703     .co_name = &_Py_STR(anon_listcomp),
105704     .co_qualname = & ntpath_toplevel_consts_45_consts_18_consts_0_qualname._ascii.ob_base,
105705     .co_linetable = & ntpath_toplevel_consts_45_consts_18_consts_0_linetable.ob_base.ob_base,
105706     ._co_code = NULL,
105707     ._co_linearray = NULL,
105708     .co_code_adaptive = "\x95\x01\x97\x00\x67\x00\x7c\x00\x5d\x0c\x7d\x01\x7c\x01\xaf\x04\x7c\x01\x89\x02\x6b\x03\x00\x00\x00\x00\xaf\x0a\x7c\x01\x91\x02\x8c\x0d\x53\x00",
105709     ._co_firsttraceable = 1,
105710 };
105711 static
105712     struct {
105713         PyGC_Head _gc_head;
105714         struct {
105715             PyObject_VAR_HEAD
105716             PyObject *ob_item[1];
105717         }_object;
105718     }
105719 ntpath_toplevel_consts_45_consts_18_consts = {
105720     ._object = {
105721         .ob_base = {
105722             .ob_base = {
105723                 .ob_refcnt = 999999999,
105724                 .ob_type = &PyTuple_Type,
105725             },
105726             .ob_size = 1,
105727         },
105728         .ob_item = {
105729             & ntpath_toplevel_consts_45_consts_18_consts_0.ob_base.ob_base,
105730         },
105731     },
105732 };
105733 static
105734     struct {
105735         PyObject_VAR_HEAD
105736         Py_hash_t ob_shash;
105737         char ob_sval[47];
105738     }
105739 ntpath_toplevel_consts_45_consts_18_linetable = {
105740     .ob_base = {
105741         .ob_base = {
105742             .ob_refcnt = 999999999,
105743             .ob_type = &PyBytes_Type,
105744         },
105745         .ob_size = 46,
105746     },
105747     .ob_shash = -1,
105748     .ob_sval = "\xf8\x80\x00\xd0\x16\x50\xd0\x16\x50\xd0\x16\x50\xb8\x71\xd0\x17\x3a\xd0\x17\x3a\xd0\x17\x3a\xd0\x17\x3a\xa0\x31\xd0\x17\x3a\xd1\x17\x3a\xd4\x17\x3a\xd0\x16\x50\xd0\x16\x50\xd0\x16\x50",
105749 };
105750 static
105751     struct {
105752         PyGC_Head _gc_head;
105753         struct {
105754             PyObject_VAR_HEAD
105755             PyObject *ob_item[3];
105756         }_object;
105757     }
105758 ntpath_toplevel_consts_45_consts_18_localsplusnames = {
105759     ._object = {
105760         .ob_base = {
105761             .ob_base = {
105762                 .ob_refcnt = 999999999,
105763                 .ob_type = &PyTuple_Type,
105764             },
105765             .ob_size = 3,
105766         },
105767         .ob_item = {
105768             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
105769             & const_str_s._ascii.ob_base,
105770             & const_str_curdir._ascii.ob_base,
105771         },
105772     },
105773 };
105774 static
105775     struct _PyCode_DEF(44)
105776 ntpath_toplevel_consts_45_consts_18 = {
105777     .ob_base = {
105778         .ob_base = {
105779             .ob_refcnt = 999999999,
105780             .ob_type = &PyCode_Type,
105781         },
105782         .ob_size = 22,
105783     },
105784     .co_consts = & ntpath_toplevel_consts_45_consts_18_consts._object.ob_base.ob_base,
105785     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
105786     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
105787     .co_flags = 19,
105788     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
105789     ._co_linearray_entry_size = 0,
105790     .co_argcount = 1,
105791     .co_posonlyargcount = 0,
105792     .co_kwonlyargcount = 0,
105793     .co_stacksize = 4,
105794     .co_firstlineno = 820,
105795     .co_nlocalsplus = 3,
105796     .co_nlocals = 2,
105797     .co_nplaincellvars = 0,
105798     .co_ncellvars = 0,
105799     .co_nfreevars = 1,
105800     .co_localsplusnames = & ntpath_toplevel_consts_45_consts_18_localsplusnames._object.ob_base.ob_base,
105801     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
105802     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
105803     .co_name = &_Py_STR(anon_listcomp),
105804     .co_qualname = & ntpath_toplevel_consts_45_consts_9_qualname._ascii.ob_base,
105805     .co_linetable = & ntpath_toplevel_consts_45_consts_18_linetable.ob_base.ob_base,
105806     ._co_code = NULL,
105807     ._co_linearray = NULL,
105808     .co_code_adaptive = "\x95\x01\x97\x00\x67\x00\x7c\x00\x5d\x10\x7d\x01\x88\x02\x66\x01\x64\x00\x84\x08\x7c\x01\x44\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x91\x02\x8c\x11\x53\x00",
105809     ._co_firsttraceable = 1,
105810 };
105811 static
105812     struct {
105813         PyGC_Head _gc_head;
105814         struct {
105815             PyObject_VAR_HEAD
105816             PyObject *ob_item[20];
105817         }_object;
105818     }
105819 ntpath_toplevel_consts_45_consts = {
105820     ._object = {
105821         .ob_base = {
105822             .ob_base = {
105823                 .ob_refcnt = 999999999,
105824                 .ob_type = &PyTuple_Type,
105825             },
105826             .ob_size = 20,
105827         },
105828         .ob_item = {
105829             & ntpath_toplevel_consts_45_consts_0._ascii.ob_base,
105830             & ntpath_toplevel_consts_45_consts_1._ascii.ob_base,
105831             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
105832             (PyObject *)&_Py_SINGLETON(bytes_characters[92]),
105833             (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
105834             (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
105835             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
105836             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
105837             &_Py_STR(dot),
105838             & ntpath_toplevel_consts_45_consts_9.ob_base.ob_base,
105839             & ntpath_toplevel_consts_45_consts_10.ob_base.ob_base,
105840             & ntpath_toplevel_consts_45_consts_11.ob_base.ob_base,
105841             & ntpath_toplevel_consts_45_consts_12._ascii.ob_base,
105842             Py_None,
105843             & ntpath_toplevel_consts_45_consts_14.ob_base.ob_base,
105844             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
105845             & ntpath_toplevel_consts_45_consts_16._ascii.ob_base,
105846             & ntpath_toplevel_consts_45_consts_17.ob_base.ob_base,
105847             & ntpath_toplevel_consts_45_consts_18.ob_base.ob_base,
105848             & const_str_commonpath._ascii.ob_base,
105849         },
105850     },
105851 };
105852 static
105853     struct {
105854         PyGC_Head _gc_head;
105855         struct {
105856             PyObject_VAR_HEAD
105857             PyObject *ob_item[20];
105858         }_object;
105859     }
105860 ntpath_toplevel_consts_45_names = {
105861     ._object = {
105862         .ob_base = {
105863             .ob_base = {
105864                 .ob_refcnt = 999999999,
105865                 .ob_type = &PyTuple_Type,
105866             },
105867             .ob_size = 20,
105868         },
105869         .ob_item = {
105870             & const_str_ValueError._ascii.ob_base,
105871             & const_str_tuple._ascii.ob_base,
105872             & const_str_map._ascii.ob_base,
105873             & const_str_os._ascii.ob_base,
105874             & const_str_fspath._ascii.ob_base,
105875             &_Py_ID(isinstance),
105876             & const_str_bytes._ascii.ob_base,
105877             & const_str_set._ascii.ob_base,
105878             &_Py_ID(len),
105879             & const_str_splitdrive._ascii.ob_base,
105880             &_Py_ID(replace),
105881             & const_str_split._ascii.ob_base,
105882             & const_str_min._ascii.ob_base,
105883             & const_str_max._ascii.ob_base,
105884             & const_str_enumerate._ascii.ob_base,
105885             &_Py_ID(join),
105886             & const_str_TypeError._ascii.ob_base,
105887             & const_str_AttributeError._ascii.ob_base,
105888             & const_str_genericpath._ascii.ob_base,
105889             & const_str__check_arg_types._ascii.ob_base,
105890         },
105891     },
105892 };
105893 static
105894     struct {
105895         PyObject_VAR_HEAD
105896         Py_hash_t ob_shash;
105897         char ob_sval[632];
105898     }
105899 ntpath_toplevel_consts_45_linetable = {
105900     .ob_base = {
105901         .ob_base = {
105902             .ob_refcnt = 999999999,
105903             .ob_type = &PyBytes_Type,
105904         },
105905         .ob_size = 631,
105906     },
105907     .ob_shash = -1,
105908     .ob_sval = "\xf8\xf8\xf8\x80\x00\xf0\x06\x00\x0c\x11\xf0\x00\x01\x05\x42\x01\xdd\x0e\x18\xd0\x19\x40\xd1\x0e\x41\xd4\x0e\x41\xd0\x08\x41\xe5\x0c\x11\x95\x23\x95\x62\x94\x69\xa0\x15\xd1\x12\x27\xd4\x12\x27\xd1\x0c\x28\xd4\x0c\x28\x80\x45\xdd\x07\x11\x90\x25\x98\x01\x94\x28\x9d\x45\xd1\x07\x22\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\xd1\x16\x51\xd4\x16\x51\x88\x0b\xd8\x16\x3c\xd0\x16\x3c\xd0\x16\x3c\xd0\x16\x3c\xb0\x0b\xd0\x16\x3c\xd1\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\xd1\x18\x3e\xd4\x18\x3e\xd1\x15\x3e\xd4\x15\x3e\x89\x46\x88\x45\x88\x45\xf8\xdd\x0f\x19\xf0\x00\x01\x09\x50\x01\xf0\x00\x01\x09\x50\x01\xf0\x00\x01\x09\x50\x01\xdd\x12\x1c\xd0\x1d\x44\xd1\x12\x45\xd4\x12\x45\xc8\x34\xd0\x0c\x4f\xf0\x03\x01\x09\x50\x01\xf8\xf8\xf8\xf5\x0c\x00\x0c\x0f\x8d\x73\xd0\x12\x2d\xd0\x12\x2d\xa0\x1b\xd0\x12\x2d\xd1\x12\x2d\xd4\x12\x2d\xd1\x0f\x2d\xd4\x0f\x2d\xd1\x0b\x2e\xd4\x0b\x2e\xb0\x21\xd2\x0b\x33\xd0\x0b\x33\xdd\x12\x1c\xd0\x1d\x3e\xd1\x12\x3f\xd4\x12\x3f\xd0\x0c\x3f\xe5\x16\x20\xa0\x15\xa0\x71\xa4\x18\xd7\x21\x31\xd2\x21\x31\xb0\x26\xb8\x23\xd1\x21\x3e\xd4\x21\x3e\xd1\x16\x3f\xd4\x16\x3f\x89\x0b\x88\x05\x88\x74\xd8\x11\x15\x97\x1a\x92\x1a\x98\x43\x91\x1f\x94\x1f\x88\x06\xd8\x11\x39\xd0\x11\x39\xd0\x11\x39\xd0\x11\x39\x98\x56\xd0\x11\x39\xd1\x11\x39\xd4\x11\x39\x88\x06\xe0\x16\x50\xd0\x16\x50\xd0\x16\x50\xd0\x16\x50\xc0\x4b\xd0\x16\x50\xd1\x16\x50\xd4\x16\x50\x88\x0b\xdd\x0d\x10\x90\x1b\xd1\x0d\x1d\xd4\x0d\x1d\x88\x02\xdd\x0d\x10\x90\x1b\xd1\x0d\x1d\xd4\x0d\x1d\x88\x02\xdd\x14\x1d\x98\x62\x91\x4d\x94\x4d\xf0\x00\x05\x09\x26\xf0\x00\x05\x09\x26\x89\x44\x88\x41\x88\x71\xd8\x0f\x10\x90\x42\x90\x71\x94\x45\x8a\x7a\x88\x7a\xd8\x19\x1f\xa0\x02\xa0\x11\xa0\x02\x9c\x1a\x90\x06\xd8\x10\x15\x90\x05\xf0\x05\x00\x10\x1a\xf0\x08\x00\x16\x1c\x98\x48\x9d\x53\xa0\x12\x99\x57\x9c\x57\x98\x48\xd4\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\x9a\x08\xa0\x16\xd1\x18\x28\xd4\x18\x28\xd1\x0f\x28\xd0\x08\x28\xf8\xdd\x0c\x15\x95\x7e\xd0\x0b\x26\xf0\x00\x02\x05\x0e\xf0\x00\x02\x05\x0e\xf0\x00\x02\x05\x0e\xdd\x08\x13\xd4\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",
105909 };
105910 static
105911     struct {
105912         PyObject_VAR_HEAD
105913         Py_hash_t ob_shash;
105914         char ob_sval[38];
105915     }
105916 ntpath_toplevel_consts_45_exceptiontable = {
105917     .ob_base = {
105918         .ob_base = {
105919             .ob_refcnt = 999999999,
105920             .ob_type = &PyBytes_Type,
105921         },
105922         .ob_size = 37,
105923     },
105924     .ob_shash = -1,
105925     .ob_sval = "\xc1\x25\x1d\x47\x18\x00\xc2\x03\x1d\x42\x21\x00\xc2\x20\x01\x47\x18\x00\xc2\x21\x1b\x42\x3c\x03\xc2\x3c\x44\x1b\x47\x18\x00\xc7\x18\x25\x47\x3d\x03",
105926 };
105927 static
105928     struct {
105929         PyASCIIObject _ascii;
105930         uint8_t _data[12];
105931     }
105932 const_str_drivesplits = {
105933     ._ascii = {
105934         .ob_base = {
105935             .ob_refcnt = 999999999,
105936             .ob_type = &PyUnicode_Type,
105937         },
105938         .length = 11,
105939         .hash = -1,
105940         .state = {
105941             .kind = 1,
105942             .compact = 1,
105943             .ascii = 1,
105944             .ready = 1,
105945         },
105946     },
105947     ._data = "drivesplits",
105948 };
105949 static
105950     struct {
105951         PyASCIIObject _ascii;
105952         uint8_t _data[12];
105953     }
105954 const_str_split_paths = {
105955     ._ascii = {
105956         .ob_base = {
105957             .ob_refcnt = 999999999,
105958             .ob_type = &PyUnicode_Type,
105959         },
105960         .length = 11,
105961         .hash = -1,
105962         .state = {
105963             .kind = 1,
105964             .compact = 1,
105965             .ascii = 1,
105966             .ready = 1,
105967         },
105968     },
105969     ._data = "split_paths",
105970 };
105971 static
105972     struct {
105973         PyASCIIObject _ascii;
105974         uint8_t _data[7];
105975     }
105976 const_str_common = {
105977     ._ascii = {
105978         .ob_base = {
105979             .ob_refcnt = 999999999,
105980             .ob_type = &PyUnicode_Type,
105981         },
105982         .length = 6,
105983         .hash = -1,
105984         .state = {
105985             .kind = 1,
105986             .compact = 1,
105987             .ascii = 1,
105988             .ready = 1,
105989         },
105990     },
105991     ._data = "common",
105992 };
105993 static
105994     struct {
105995         PyGC_Head _gc_head;
105996         struct {
105997             PyObject_VAR_HEAD
105998             PyObject *ob_item[15];
105999         }_object;
106000     }
106001 ntpath_toplevel_consts_45_localsplusnames = {
106002     ._object = {
106003         .ob_base = {
106004             .ob_base = {
106005                 .ob_refcnt = 999999999,
106006                 .ob_type = &PyTuple_Type,
106007             },
106008             .ob_size = 15,
106009         },
106010         .ob_item = {
106011             & const_str_paths._ascii.ob_base,
106012             & const_str_drivesplits._ascii.ob_base,
106013             & const_str_split_paths._ascii.ob_base,
106014             & const_str_isabs._ascii.ob_base,
106015             & const_str_drive._ascii.ob_base,
106016             &_Py_ID(path),
106017             & const_str_common._ascii.ob_base,
106018             & const_str_s1._ascii.ob_base,
106019             & const_str_s2._ascii.ob_base,
106020             & const_str_i._ascii.ob_base,
106021             & const_str_c._ascii.ob_base,
106022             & const_str_prefix._ascii.ob_base,
106023             & const_str_altsep._ascii.ob_base,
106024             & const_str_curdir._ascii.ob_base,
106025             & const_str_sep._ascii.ob_base,
106026         },
106027     },
106028 };
106029 static
106030     struct {
106031         PyObject_VAR_HEAD
106032         Py_hash_t ob_shash;
106033         char ob_sval[16];
106034     }
106035 ntpath_toplevel_consts_45_localspluskinds = {
106036     .ob_base = {
106037         .ob_base = {
106038             .ob_refcnt = 999999999,
106039             .ob_type = &PyBytes_Type,
106040         },
106041         .ob_size = 15,
106042     },
106043     .ob_shash = -1,
106044     .ob_sval = "            @@@",
106045 };
106046 static
106047     struct _PyCode_DEF(1024)
106048 ntpath_toplevel_consts_45 = {
106049     .ob_base = {
106050         .ob_base = {
106051             .ob_refcnt = 999999999,
106052             .ob_type = &PyCode_Type,
106053         },
106054         .ob_size = 512,
106055     },
106056     .co_consts = & ntpath_toplevel_consts_45_consts._object.ob_base.ob_base,
106057     .co_names = & ntpath_toplevel_consts_45_names._object.ob_base.ob_base,
106058     .co_exceptiontable = & ntpath_toplevel_consts_45_exceptiontable.ob_base.ob_base,
106059     .co_flags = 3,
106060     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
106061     ._co_linearray_entry_size = 0,
106062     .co_argcount = 1,
106063     .co_posonlyargcount = 0,
106064     .co_kwonlyargcount = 0,
106065     .co_stacksize = 6,
106066     .co_firstlineno = 785,
106067     .co_nlocalsplus = 15,
106068     .co_nlocals = 12,
106069     .co_nplaincellvars = 3,
106070     .co_ncellvars = 3,
106071     .co_nfreevars = 0,
106072     .co_localsplusnames = & ntpath_toplevel_consts_45_localsplusnames._object.ob_base.ob_base,
106073     .co_localspluskinds = & ntpath_toplevel_consts_45_localspluskinds.ob_base.ob_base,
106074     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
106075     .co_name = & const_str_commonpath._ascii.ob_base,
106076     .co_qualname = & const_str_commonpath._ascii.ob_base,
106077     .co_linetable = & ntpath_toplevel_consts_45_linetable.ob_base.ob_base,
106078     ._co_code = NULL,
106079     ._co_linearray = NULL,
106080     .co_code_adaptive = "\x87\x0c\x87\x0d\x87\x0e\x97\x00\x7c\x00\x73\x0f\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\x00\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\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\xa6\x02\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\xa6\x00\x00\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\xa6\x00\x00\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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x01\x00\x00\x7d\x03\x6e\x1e\x23\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x11\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0c\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0d\x82\x02\x77\x00\x78\x03\x59\x00\x77\x01\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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0f\x6b\x03\x00\x00\x00\x00\x72\x0f\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x10\xa6\x01\x00\x00\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\xa0\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x0c\x89\x0e\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x04\x7d\x05\x7c\x05\xa0\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x0e\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x88\x0d\x66\x01\x64\x11\x84\x08\x7c\x06\x44\x00\xa6\x00\x00\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\xa6\x00\x00\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\xa6\x01\x00\x00\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\xa6\x01\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x1d\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\x72\x0c\x7c\x06\x64\x0d\x7c\x09\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x01\x00\x6e\x18\x8c\x1e\x7c\x06\x64\x0d\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\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\xa0\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\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\x14\x01\x00\x74\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x13\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",
106081     ._co_firsttraceable = 3,
106082 };
106083 static
106084     struct {
106085         PyASCIIObject _ascii;
106086         uint8_t _data[7];
106087     }
106088 const_str__isdir = {
106089     ._ascii = {
106090         .ob_base = {
106091             .ob_refcnt = 999999999,
106092             .ob_type = &PyUnicode_Type,
106093         },
106094         .length = 6,
106095         .hash = -1,
106096         .state = {
106097             .kind = 1,
106098             .compact = 1,
106099             .ascii = 1,
106100             .ready = 1,
106101         },
106102     },
106103     ._data = "_isdir",
106104 };
106105 static
106106     struct {
106107         PyGC_Head _gc_head;
106108         struct {
106109             PyObject_VAR_HEAD
106110             PyObject *ob_item[1];
106111         }_object;
106112     }
106113 ntpath_toplevel_consts_46 = {
106114     ._object = {
106115         .ob_base = {
106116             .ob_base = {
106117                 .ob_refcnt = 999999999,
106118                 .ob_type = &PyTuple_Type,
106119             },
106120             .ob_size = 1,
106121         },
106122         .ob_item = {
106123             & const_str__isdir._ascii.ob_base,
106124         },
106125     },
106126 };
106127 static
106128     struct {
106129         PyGC_Head _gc_head;
106130         struct {
106131             PyObject_VAR_HEAD
106132             PyObject *ob_item[48];
106133         }_object;
106134     }
106135 ntpath_toplevel_consts = {
106136     ._object = {
106137         .ob_base = {
106138             .ob_base = {
106139                 .ob_refcnt = 999999999,
106140                 .ob_type = &PyTuple_Type,
106141             },
106142             .ob_size = 48,
106143         },
106144         .ob_item = {
106145             & ntpath_toplevel_consts_0._ascii.ob_base,
106146             &_Py_STR(dot),
106147             & ntpath_toplevel_consts_2._ascii.ob_base,
106148             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
106149             & ntpath_toplevel_consts_4._ascii.ob_base,
106150             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
106151             & ntpath_toplevel_consts_6._ascii.ob_base,
106152             & const_str_nul._ascii.ob_base,
106153             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
106154             Py_None,
106155             & codecs_toplevel_consts_3._object.ob_base.ob_base,
106156             & ntpath_toplevel_consts_11._object.ob_base.ob_base,
106157             & ntpath_toplevel_consts_12.ob_base.ob_base,
106158             & ntpath_toplevel_consts_13._object.ob_base.ob_base,
106159             & ntpath_toplevel_consts_14.ob_base.ob_base,
106160             & ntpath_toplevel_consts_15.ob_base.ob_base,
106161             & ntpath_toplevel_consts_16.ob_base.ob_base,
106162             & ntpath_toplevel_consts_17.ob_base.ob_base,
106163             & ntpath_toplevel_consts_18.ob_base.ob_base,
106164             & ntpath_toplevel_consts_19.ob_base.ob_base,
106165             & ntpath_toplevel_consts_20.ob_base.ob_base,
106166             & ntpath_toplevel_consts_21.ob_base.ob_base,
106167             & ntpath_toplevel_consts_22.ob_base.ob_base,
106168             & ntpath_toplevel_consts_23.ob_base.ob_base,
106169             & ntpath_toplevel_consts_24.ob_base.ob_base,
106170             & ntpath_toplevel_consts_25._object.ob_base.ob_base,
106171             & ntpath_toplevel_consts_26.ob_base.ob_base,
106172             & ntpath_toplevel_consts_27.ob_base.ob_base,
106173             & ntpath_toplevel_consts_28.ob_base.ob_base,
106174             & ntpath_toplevel_consts_29._object.ob_base.ob_base,
106175             & ntpath_toplevel_consts_30.ob_base.ob_base,
106176             & ntpath_toplevel_consts_31.ob_base.ob_base,
106177             & ntpath_toplevel_consts_32.ob_base.ob_base,
106178             & ntpath_toplevel_consts_33._object.ob_base.ob_base,
106179             & ntpath_toplevel_consts_34.ob_base.ob_base,
106180             & ntpath_toplevel_consts_35._object.ob_base.ob_base,
106181             & ntpath_toplevel_consts_36.ob_base.ob_base,
106182             & ntpath_toplevel_consts_37.ob_base.ob_base,
106183             Py_False,
106184             & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
106185             & ntpath_toplevel_consts_40.ob_base.ob_base,
106186             & const_str_getwindowsversion._ascii.ob_base,
106187             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
106188             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
106189             & ntpath_toplevel_consts_44.ob_base.ob_base,
106190             & ntpath_toplevel_consts_45.ob_base.ob_base,
106191             & ntpath_toplevel_consts_46._object.ob_base.ob_base,
106192             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
106193         },
106194     },
106195 };
106196 static
106197     struct {
106198         PyASCIIObject _ascii;
106199         uint8_t _data[8];
106200     }
106201 const_str__winapi = {
106202     ._ascii = {
106203         .ob_base = {
106204             .ob_refcnt = 999999999,
106205             .ob_type = &PyUnicode_Type,
106206         },
106207         .length = 7,
106208         .hash = -1,
106209         .state = {
106210             .kind = 1,
106211             .compact = 1,
106212             .ascii = 1,
106213             .ready = 1,
106214         },
106215     },
106216     ._data = "_winapi",
106217 };
106218 static
106219     struct {
106220         PyGC_Head _gc_head;
106221         struct {
106222             PyObject_VAR_HEAD
106223             PyObject *ob_item[57];
106224         }_object;
106225     }
106226 ntpath_toplevel_names = {
106227     ._object = {
106228         .ob_base = {
106229             .ob_base = {
106230                 .ob_refcnt = 999999999,
106231                 .ob_type = &PyTuple_Type,
106232             },
106233             .ob_size = 57,
106234         },
106235         .ob_item = {
106236             &_Py_ID(__doc__),
106237             & const_str_curdir._ascii.ob_base,
106238             & const_str_pardir._ascii.ob_base,
106239             & const_str_extsep._ascii.ob_base,
106240             & const_str_sep._ascii.ob_base,
106241             & const_str_pathsep._ascii.ob_base,
106242             & const_str_altsep._ascii.ob_base,
106243             & const_str_defpath._ascii.ob_base,
106244             & const_str_devnull._ascii.ob_base,
106245             & const_str_os._ascii.ob_base,
106246             & const_str_sys._ascii.ob_base,
106247             & const_str_stat._ascii.ob_base,
106248             & const_str_genericpath._ascii.ob_base,
106249             &_Py_ID(__all__),
106250             & const_str__get_bothseps._ascii.ob_base,
106251             & const_str__winapi._ascii.ob_base,
106252             & const_str_LCMapStringEx._ascii.ob_base,
106253             & const_str__LCMapStringEx._ascii.ob_base,
106254             & const_str_LOCALE_NAME_INVARIANT._ascii.ob_base,
106255             & const_str__LOCALE_NAME_INVARIANT._ascii.ob_base,
106256             & const_str_LCMAP_LOWERCASE._ascii.ob_base,
106257             & const_str__LCMAP_LOWERCASE._ascii.ob_base,
106258             & const_str_normcase._ascii.ob_base,
106259             & const_str_ImportError._ascii.ob_base,
106260             & const_str_isabs._ascii.ob_base,
106261             &_Py_ID(join),
106262             & const_str_splitdrive._ascii.ob_base,
106263             & const_str_split._ascii.ob_base,
106264             & const_str_splitext._ascii.ob_base,
106265             & const_str__splitext._ascii.ob_base,
106266             & const_str_basename._ascii.ob_base,
106267             & const_str_dirname._ascii.ob_base,
106268             & const_str_islink._ascii.ob_base,
106269             & const_str_lexists._ascii.ob_base,
106270             & const_str_nt._ascii.ob_base,
106271             & const_str__getvolumepathname._ascii.ob_base,
106272             & const_str_ismount._ascii.ob_base,
106273             & const_str_expanduser._ascii.ob_base,
106274             & const_str_expandvars._ascii.ob_base,
106275             & const_str__path_normpath._ascii.ob_base,
106276             & const_str_normpath._ascii.ob_base,
106277             & const_str__abspath_fallback._ascii.ob_base,
106278             & const_str__getfullpathname._ascii.ob_base,
106279             & const_str_abspath._ascii.ob_base,
106280             & const_str__getfinalpathname._ascii.ob_base,
106281             & const_str_readlink._ascii.ob_base,
106282             & const_str__nt_readlink._ascii.ob_base,
106283             & const_str__readlink_deep._ascii.ob_base,
106284             & const_str__getfinalpathname_nonstrict._ascii.ob_base,
106285             & const_str_realpath._ascii.ob_base,
106286             & const_str_hasattr._ascii.ob_base,
106287             & const_str_getwindowsversion._ascii.ob_base,
106288             & const_str_supports_unicode_filenames._ascii.ob_base,
106289             & const_str_relpath._ascii.ob_base,
106290             & const_str_commonpath._ascii.ob_base,
106291             & const_str__isdir._ascii.ob_base,
106292             & const_str_isdir._ascii.ob_base,
106293         },
106294     },
106295 };
106296 static
106297     struct {
106298         PyObject_VAR_HEAD
106299         Py_hash_t ob_shash;
106300         char ob_sval[1028];
106301     }
106302 ntpath_toplevel_linetable = {
106303     .ob_base = {
106304         .ob_base = {
106305             .ob_refcnt = 999999999,
106306             .ob_type = &PyBytes_Type,
106307         },
106308         .ob_size = 1027,
106309     },
106310     .ob_shash = -1,
106311     .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\x00\x11\x05\x38\xf8\xf0\x24\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\xf0\x24\x10\x01\x11\xf0\x00\x10\x01\x11\xf0\x00\x10\x01\x11\xf0\x28\x29\x01\x0e\xf0\x00\x29\x01\x0e\xf0\x00\x29\x01\x0e\xf0\x5e\x01\x2e\x01\x14\xf0\x00\x2e\x01\x14\xf0\x00\x2e\x01\x14\xf0\x6c\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\xd4\x13\x28\xd4\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\xd0\x04\x25\xf8\xd8\x07\x12\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\xf0\x04\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\x33\x01\x2b\xd8\x04\x21\xd0\x04\x21\xd0\x04\x21\xd0\x04\x21\xd0\x04\x21\xd0\x04\x21\xf0\x5a\x01\x05\x05\x2b\xf0\x00\x05\x05\x2b\xf0\x00\x05\x05\x2b\xf0\x00\x05\x05\x2b\xf8\xf0\x57\x01\x00\x08\x13\xf0\x00\x28\x01\x28\xf0\x00\x28\x01\x28\xf0\x00\x28\x01\x28\xf0\x02\x27\x05\x28\xf0\x00\x27\x05\x28\xf0\x00\x27\x05\x28\xf0\x00\x27\x05\x28\xf0\x00\x27\x05\x28\xf0\x03\x28\x01\x28\xf8\xf8\xf8\xf0\x66\x01\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\x00\x05\x05\x2b\xf8\xf0\x09\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\xf0\x16\x51\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\x2f\x05\x14\xf0\x00\x2f\x05\x14\xf0\x00\x2f\x05\x14\xf0\x62\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\x00\x30\x05\x14\xf8\xf0\x7f\x02\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\xf0\x66\x04\x00\x1f\x26\x98\x67\xa0\x63\xd0\x2b\x3e\xd1\x1e\x3f\xd4\x1e\x3f\xf0\x00\x01\x1f\x3e\xd8\x1e\x33\x98\x63\xd4\x1e\x33\xd1\x1e\x35\xd4\x1e\x35\xb0\x61\xd4\x1e\x38\xb8\x41\xd2\x1e\x3d\xf0\x03\x00\x01\x1b\xf0\x06\x2b\x01\x0e\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\xd8\x07\x12\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",
106312 };
106313 static
106314     struct {
106315         PyObject_VAR_HEAD
106316         Py_hash_t ob_shash;
106317         char ob_sval[106];
106318     }
106319 ntpath_toplevel_exceptiontable = {
106320     .ob_base = {
106321         .ob_base = {
106322             .ob_refcnt = 999999999,
106323             .ob_type = &PyBytes_Type,
106324         },
106325         .ob_size = 105,
106326     },
106327     .ob_shash = -1,
106328     .ob_sval = "\xaf\x0d\x3d\x00\xbd\x08\x41\x08\x03\xc1\x07\x01\x41\x08\x03\xc1\x38\x06\x41\x3f\x00\xc1\x3f\x07\x42\x09\x03\xc2\x08\x01\x42\x09\x03\xc2\x16\x06\x42\x20\x00\xc2\x20\x08\x42\x2b\x03\xc2\x2a\x01\x42\x2b\x03\xc2\x32\x06\x42\x3c\x00\xc2\x3c\x07\x43\x06\x03\xc3\x05\x01\x43\x06\x03\xc3\x0a\x08\x43\x1f\x00\xc3\x1f\x07\x43\x29\x03\xc3\x28\x01\x43\x29\x03\xc4\x19\x06\x44\x21\x00\xc4\x21\x05\x44\x2a\x03\xc4\x29\x01\x44\x2a\x03",
106329 };
106330 static
106331     struct _PyCode_DEF(602)
106332 ntpath_toplevel = {
106333     .ob_base = {
106334         .ob_base = {
106335             .ob_refcnt = 999999999,
106336             .ob_type = &PyCode_Type,
106337         },
106338         .ob_size = 301,
106339     },
106340     .co_consts = & ntpath_toplevel_consts._object.ob_base.ob_base,
106341     .co_names = & ntpath_toplevel_names._object.ob_base.ob_base,
106342     .co_exceptiontable = & ntpath_toplevel_exceptiontable.ob_base.ob_base,
106343     .co_flags = 0,
106344     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
106345     ._co_linearray_entry_size = 0,
106346     .co_argcount = 0,
106347     .co_posonlyargcount = 0,
106348     .co_kwonlyargcount = 0,
106349     .co_stacksize = 4,
106350     .co_firstlineno = 1,
106351     .co_nlocalsplus = 0,
106352     .co_nlocals = 0,
106353     .co_nplaincellvars = 0,
106354     .co_ncellvars = 0,
106355     .co_nfreevars = 0,
106356     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
106357     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
106358     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
106359     .co_name = &_Py_STR(anon_module),
106360     .co_qualname = &_Py_STR(anon_module),
106361     .co_linetable = & ntpath_toplevel_linetable.ob_base.ob_base,
106362     ._co_code = NULL,
106363     ._co_linearray = NULL,
106364     .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\x6e\x0e\x23\x00\x65\x17\x24\x00\x72\x06\x01\x00\x64\x0f\x84\x00\x5a\x16\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\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\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x6a\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\x6e\x0d\x23\x00\x65\x17\x24\x00\x72\x05\x01\x00\x64\x09\x5a\x23\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\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\x6e\x0e\x23\x00\x65\x17\x24\x00\x72\x06\x01\x00\x64\x1f\x84\x00\x5a\x28\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\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\x6e\x0d\x23\x00\x65\x17\x24\x00\x72\x05\x01\x00\x65\x29\x5a\x2b\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\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\x6e\x0d\x23\x00\x65\x17\x24\x00\x72\x05\x01\x00\x65\x2b\x5a\x31\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x02\x00\x65\x32\x65\x0a\x64\x29\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6f\x18\x02\x00\x65\x0a\x6a\x33\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\x04\x01\x00\x59\x00\x64\x09\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
106365     ._co_firsttraceable = 0,
106366 };
ntpath_do_patchups(void)106367 static void ntpath_do_patchups(void) {
106368 }
106369 
106370 PyObject *
_Py_get_ntpath_toplevel(void)106371 _Py_get_ntpath_toplevel(void)
106372 {
106373     ntpath_do_patchups();
106374     return Py_NewRef((PyObject *) &ntpath_toplevel);
106375 }
106376 
106377 static
106378     struct {
106379         PyASCIIObject _ascii;
106380         uint8_t _data[474];
106381     }
106382 posixpath_toplevel_consts_0 = {
106383     ._ascii = {
106384         .ob_base = {
106385             .ob_refcnt = 999999999,
106386             .ob_type = &PyUnicode_Type,
106387         },
106388         .length = 473,
106389         .hash = -1,
106390         .state = {
106391             .kind = 1,
106392             .compact = 1,
106393             .ascii = 1,
106394             .ready = 1,
106395         },
106396     },
106397     ._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",
106398 };
106399 static
106400     struct {
106401         PyASCIIObject _ascii;
106402         uint8_t _data[14];
106403     }
106404 posixpath_toplevel_consts_5 = {
106405     ._ascii = {
106406         .ob_base = {
106407             .ob_refcnt = 999999999,
106408             .ob_type = &PyUnicode_Type,
106409         },
106410         .length = 13,
106411         .hash = -1,
106412         .state = {
106413             .kind = 1,
106414             .compact = 1,
106415             .ascii = 1,
106416             .ready = 1,
106417         },
106418     },
106419     ._data = "/bin:/usr/bin",
106420 };
106421 static
106422     struct {
106423         PyASCIIObject _ascii;
106424         uint8_t _data[10];
106425     }
106426 posixpath_toplevel_consts_7 = {
106427     ._ascii = {
106428         .ob_base = {
106429             .ob_refcnt = 999999999,
106430             .ob_type = &PyUnicode_Type,
106431         },
106432         .length = 9,
106433         .hash = -1,
106434         .state = {
106435             .kind = 1,
106436             .compact = 1,
106437             .ascii = 1,
106438             .ready = 1,
106439         },
106440     },
106441     ._data = "/dev/null",
106442 };
106443 static
106444     struct {
106445         PyGC_Head _gc_head;
106446         struct {
106447             PyObject_VAR_HEAD
106448             PyObject *ob_item[38];
106449         }_object;
106450     }
106451 posixpath_toplevel_consts_10 = {
106452     ._object = {
106453         .ob_base = {
106454             .ob_base = {
106455                 .ob_refcnt = 999999999,
106456                 .ob_type = &PyTuple_Type,
106457             },
106458             .ob_size = 38,
106459         },
106460         .ob_item = {
106461             & const_str_normcase._ascii.ob_base,
106462             & const_str_isabs._ascii.ob_base,
106463             &_Py_ID(join),
106464             & const_str_splitdrive._ascii.ob_base,
106465             & const_str_split._ascii.ob_base,
106466             & const_str_splitext._ascii.ob_base,
106467             & const_str_basename._ascii.ob_base,
106468             & const_str_dirname._ascii.ob_base,
106469             & const_str_commonprefix._ascii.ob_base,
106470             & const_str_getsize._ascii.ob_base,
106471             & const_str_getmtime._ascii.ob_base,
106472             & const_str_getatime._ascii.ob_base,
106473             & const_str_getctime._ascii.ob_base,
106474             & const_str_islink._ascii.ob_base,
106475             & const_str_exists._ascii.ob_base,
106476             & const_str_lexists._ascii.ob_base,
106477             & const_str_isdir._ascii.ob_base,
106478             & const_str_isfile._ascii.ob_base,
106479             & const_str_ismount._ascii.ob_base,
106480             & const_str_expanduser._ascii.ob_base,
106481             & const_str_expandvars._ascii.ob_base,
106482             & const_str_normpath._ascii.ob_base,
106483             & const_str_abspath._ascii.ob_base,
106484             & const_str_samefile._ascii.ob_base,
106485             & const_str_sameopenfile._ascii.ob_base,
106486             & const_str_samestat._ascii.ob_base,
106487             & const_str_curdir._ascii.ob_base,
106488             & const_str_pardir._ascii.ob_base,
106489             & const_str_sep._ascii.ob_base,
106490             & const_str_pathsep._ascii.ob_base,
106491             & const_str_defpath._ascii.ob_base,
106492             & const_str_altsep._ascii.ob_base,
106493             & const_str_extsep._ascii.ob_base,
106494             & const_str_devnull._ascii.ob_base,
106495             & const_str_realpath._ascii.ob_base,
106496             & const_str_supports_unicode_filenames._ascii.ob_base,
106497             & const_str_relpath._ascii.ob_base,
106498             & const_str_commonpath._ascii.ob_base,
106499         },
106500     },
106501 };
106502 static
106503     struct {
106504         PyGC_Head _gc_head;
106505         struct {
106506             PyObject_VAR_HEAD
106507             PyObject *ob_item[3];
106508         }_object;
106509     }
106510 posixpath_toplevel_consts_11_consts = {
106511     ._object = {
106512         .ob_base = {
106513             .ob_base = {
106514                 .ob_refcnt = 999999999,
106515                 .ob_type = &PyTuple_Type,
106516             },
106517             .ob_size = 3,
106518         },
106519         .ob_item = {
106520             Py_None,
106521             (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
106522             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
106523         },
106524     },
106525 };
106526 static
106527     struct {
106528         PyASCIIObject _ascii;
106529         uint8_t _data[19];
106530     }
106531 posixpath_toplevel_consts_11_filename = {
106532     ._ascii = {
106533         .ob_base = {
106534             .ob_refcnt = 999999999,
106535             .ob_type = &PyUnicode_Type,
106536         },
106537         .length = 18,
106538         .hash = -1,
106539         .state = {
106540             .kind = 1,
106541             .compact = 1,
106542             .ascii = 1,
106543             .ready = 1,
106544         },
106545     },
106546     ._data = "<frozen posixpath>",
106547 };
106548 static
106549     struct {
106550         PyASCIIObject _ascii;
106551         uint8_t _data[9];
106552     }
106553 const_str__get_sep = {
106554     ._ascii = {
106555         .ob_base = {
106556             .ob_refcnt = 999999999,
106557             .ob_type = &PyUnicode_Type,
106558         },
106559         .length = 8,
106560         .hash = -1,
106561         .state = {
106562             .kind = 1,
106563             .compact = 1,
106564             .ascii = 1,
106565             .ready = 1,
106566         },
106567     },
106568     ._data = "_get_sep",
106569 };
106570 static
106571     struct {
106572         PyObject_VAR_HEAD
106573         Py_hash_t ob_shash;
106574         char ob_sval[31];
106575     }
106576 posixpath_toplevel_consts_11_linetable = {
106577     .ob_base = {
106578         .ob_base = {
106579             .ob_refcnt = 999999999,
106580             .ob_type = &PyBytes_Type,
106581         },
106582         .ob_size = 30,
106583     },
106584     .ob_shash = -1,
106585     .ob_sval = "\x80\x00\xdd\x07\x11\x90\x24\x9d\x05\xd1\x07\x1e\xd4\x07\x1e\xf0\x00\x03\x05\x13\xd8\x0f\x13\x88\x74\xe0\x0f\x12\x88\x73",
106586 };
106587 static
106588     struct _PyCode_DEF(52)
106589 posixpath_toplevel_consts_11 = {
106590     .ob_base = {
106591         .ob_base = {
106592             .ob_refcnt = 999999999,
106593             .ob_type = &PyCode_Type,
106594         },
106595         .ob_size = 26,
106596     },
106597     .co_consts = & posixpath_toplevel_consts_11_consts._object.ob_base.ob_base,
106598     .co_names = & ntpath_toplevel_consts_12_names._object.ob_base.ob_base,
106599     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
106600     .co_flags = 3,
106601     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
106602     ._co_linearray_entry_size = 0,
106603     .co_argcount = 1,
106604     .co_posonlyargcount = 0,
106605     .co_kwonlyargcount = 0,
106606     .co_stacksize = 4,
106607     .co_firstlineno = 41,
106608     .co_nlocalsplus = 1,
106609     .co_nlocals = 1,
106610     .co_nplaincellvars = 0,
106611     .co_ncellvars = 0,
106612     .co_nfreevars = 0,
106613     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
106614     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
106615     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
106616     .co_name = & const_str__get_sep._ascii.ob_base,
106617     .co_qualname = & const_str__get_sep._ascii.ob_base,
106618     .co_linetable = & posixpath_toplevel_consts_11_linetable.ob_base.ob_base,
106619     ._co_code = NULL,
106620     ._co_linearray = NULL,
106621     .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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x64\x01\x53\x00\x64\x02\x53\x00",
106622     ._co_firsttraceable = 0,
106623 };
106624 static
106625     struct {
106626         PyASCIIObject _ascii;
106627         uint8_t _data[55];
106628     }
106629 posixpath_toplevel_consts_12_consts_0 = {
106630     ._ascii = {
106631         .ob_base = {
106632             .ob_refcnt = 999999999,
106633             .ob_type = &PyUnicode_Type,
106634         },
106635         .length = 54,
106636         .hash = -1,
106637         .state = {
106638             .kind = 1,
106639             .compact = 1,
106640             .ascii = 1,
106641             .ready = 1,
106642         },
106643     },
106644     ._data = "Normalize case of pathname.  Has no effect under Posix",
106645 };
106646 static
106647     struct {
106648         PyGC_Head _gc_head;
106649         struct {
106650             PyObject_VAR_HEAD
106651             PyObject *ob_item[1];
106652         }_object;
106653     }
106654 posixpath_toplevel_consts_12_consts = {
106655     ._object = {
106656         .ob_base = {
106657             .ob_base = {
106658                 .ob_refcnt = 999999999,
106659                 .ob_type = &PyTuple_Type,
106660             },
106661             .ob_size = 1,
106662         },
106663         .ob_item = {
106664             & posixpath_toplevel_consts_12_consts_0._ascii.ob_base,
106665         },
106666     },
106667 };
106668 static
106669     struct {
106670         PyGC_Head _gc_head;
106671         struct {
106672             PyObject_VAR_HEAD
106673             PyObject *ob_item[2];
106674         }_object;
106675     }
106676 posixpath_toplevel_consts_12_names = {
106677     ._object = {
106678         .ob_base = {
106679             .ob_base = {
106680                 .ob_refcnt = 999999999,
106681                 .ob_type = &PyTuple_Type,
106682             },
106683             .ob_size = 2,
106684         },
106685         .ob_item = {
106686             & const_str_os._ascii.ob_base,
106687             & const_str_fspath._ascii.ob_base,
106688         },
106689     },
106690 };
106691 static
106692     struct {
106693         PyObject_VAR_HEAD
106694         Py_hash_t ob_shash;
106695         char ob_sval[17];
106696     }
106697 posixpath_toplevel_consts_12_linetable = {
106698     .ob_base = {
106699         .ob_base = {
106700             .ob_refcnt = 999999999,
106701             .ob_type = &PyBytes_Type,
106702         },
106703         .ob_size = 16,
106704     },
106705     .ob_shash = -1,
106706     .ob_sval = "\x80\x00\xe5\x0b\x0d\x8c\x39\x90\x51\x89\x3c\x8c\x3c\xd0\x04\x17",
106707 };
106708 static
106709     struct _PyCode_DEF(42)
106710 posixpath_toplevel_consts_12 = {
106711     .ob_base = {
106712         .ob_base = {
106713             .ob_refcnt = 999999999,
106714             .ob_type = &PyCode_Type,
106715         },
106716         .ob_size = 21,
106717     },
106718     .co_consts = & posixpath_toplevel_consts_12_consts._object.ob_base.ob_base,
106719     .co_names = & posixpath_toplevel_consts_12_names._object.ob_base.ob_base,
106720     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
106721     .co_flags = 3,
106722     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
106723     ._co_linearray_entry_size = 0,
106724     .co_argcount = 1,
106725     .co_posonlyargcount = 0,
106726     .co_kwonlyargcount = 0,
106727     .co_stacksize = 3,
106728     .co_firstlineno = 52,
106729     .co_nlocalsplus = 1,
106730     .co_nlocals = 1,
106731     .co_nplaincellvars = 0,
106732     .co_ncellvars = 0,
106733     .co_nfreevars = 0,
106734     .co_localsplusnames = & ntpath_toplevel_consts_15_localsplusnames._object.ob_base.ob_base,
106735     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
106736     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
106737     .co_name = & const_str_normcase._ascii.ob_base,
106738     .co_qualname = & const_str_normcase._ascii.ob_base,
106739     .co_linetable = & posixpath_toplevel_consts_12_linetable.ob_base.ob_base,
106740     ._co_code = NULL,
106741     ._co_linearray = NULL,
106742     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
106743     ._co_firsttraceable = 0,
106744 };
106745 static
106746     struct {
106747         PyGC_Head _gc_head;
106748         struct {
106749             PyObject_VAR_HEAD
106750             PyObject *ob_item[1];
106751         }_object;
106752     }
106753 posixpath_toplevel_consts_13_consts = {
106754     ._object = {
106755         .ob_base = {
106756             .ob_base = {
106757                 .ob_refcnt = 999999999,
106758                 .ob_type = &PyTuple_Type,
106759             },
106760             .ob_size = 1,
106761         },
106762         .ob_item = {
106763             & ntpath_toplevel_consts_16_consts_0._ascii.ob_base,
106764         },
106765     },
106766 };
106767 static
106768     struct {
106769         PyGC_Head _gc_head;
106770         struct {
106771             PyObject_VAR_HEAD
106772             PyObject *ob_item[4];
106773         }_object;
106774     }
106775 posixpath_toplevel_consts_13_names = {
106776     ._object = {
106777         .ob_base = {
106778             .ob_base = {
106779                 .ob_refcnt = 999999999,
106780                 .ob_type = &PyTuple_Type,
106781             },
106782             .ob_size = 4,
106783         },
106784         .ob_item = {
106785             & const_str_os._ascii.ob_base,
106786             & const_str_fspath._ascii.ob_base,
106787             & const_str__get_sep._ascii.ob_base,
106788             & const_str_startswith._ascii.ob_base,
106789         },
106790     },
106791 };
106792 static
106793     struct {
106794         PyObject_VAR_HEAD
106795         Py_hash_t ob_shash;
106796         char ob_sval[45];
106797     }
106798 posixpath_toplevel_consts_13_linetable = {
106799     .ob_base = {
106800         .ob_base = {
106801             .ob_refcnt = 999999999,
106802             .ob_type = &PyBytes_Type,
106803         },
106804         .ob_size = 44,
106805     },
106806     .ob_shash = -1,
106807     .ob_sval = "\x80\x00\xe5\x08\x0a\x8c\x09\x90\x21\x89\x0c\x8c\x0c\x80\x41\xdd\x0a\x12\x90\x31\x89\x2b\x8c\x2b\x80\x43\xd8\x0b\x0c\x8f\x3c\x8a\x3c\x98\x03\xd1\x0b\x1c\xd4\x0b\x1c\xd0\x04\x1c",
106808 };
106809 static
106810     struct {
106811         PyGC_Head _gc_head;
106812         struct {
106813             PyObject_VAR_HEAD
106814             PyObject *ob_item[2];
106815         }_object;
106816     }
106817 posixpath_toplevel_consts_13_localsplusnames = {
106818     ._object = {
106819         .ob_base = {
106820             .ob_base = {
106821                 .ob_refcnt = 999999999,
106822                 .ob_type = &PyTuple_Type,
106823             },
106824             .ob_size = 2,
106825         },
106826         .ob_item = {
106827             & const_str_s._ascii.ob_base,
106828             & const_str_sep._ascii.ob_base,
106829         },
106830     },
106831 };
106832 static
106833     struct _PyCode_DEF(114)
106834 posixpath_toplevel_consts_13 = {
106835     .ob_base = {
106836         .ob_base = {
106837             .ob_refcnt = 999999999,
106838             .ob_type = &PyCode_Type,
106839         },
106840         .ob_size = 57,
106841     },
106842     .co_consts = & posixpath_toplevel_consts_13_consts._object.ob_base.ob_base,
106843     .co_names = & posixpath_toplevel_consts_13_names._object.ob_base.ob_base,
106844     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
106845     .co_flags = 3,
106846     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
106847     ._co_linearray_entry_size = 0,
106848     .co_argcount = 1,
106849     .co_posonlyargcount = 0,
106850     .co_kwonlyargcount = 0,
106851     .co_stacksize = 3,
106852     .co_firstlineno = 60,
106853     .co_nlocalsplus = 2,
106854     .co_nlocals = 2,
106855     .co_nplaincellvars = 0,
106856     .co_ncellvars = 0,
106857     .co_nfreevars = 0,
106858     .co_localsplusnames = & posixpath_toplevel_consts_13_localsplusnames._object.ob_base.ob_base,
106859     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
106860     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
106861     .co_name = & const_str_isabs._ascii.ob_base,
106862     .co_qualname = & const_str_isabs._ascii.ob_base,
106863     .co_linetable = & posixpath_toplevel_consts_13_linetable.ob_base.ob_base,
106864     ._co_code = NULL,
106865     ._co_linearray = NULL,
106866     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
106867     ._co_firsttraceable = 0,
106868 };
106869 static
106870     struct {
106871         PyASCIIObject _ascii;
106872         uint8_t _data[231];
106873     }
106874 posixpath_toplevel_consts_14_consts_0 = {
106875     ._ascii = {
106876         .ob_base = {
106877             .ob_refcnt = 999999999,
106878             .ob_type = &PyUnicode_Type,
106879         },
106880         .length = 230,
106881         .hash = -1,
106882         .state = {
106883             .kind = 1,
106884             .compact = 1,
106885             .ascii = 1,
106886             .ready = 1,
106887         },
106888     },
106889     ._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",
106890 };
106891 static
106892     struct {
106893         PyGC_Head _gc_head;
106894         struct {
106895             PyObject_VAR_HEAD
106896             PyObject *ob_item[4];
106897         }_object;
106898     }
106899 posixpath_toplevel_consts_14_consts = {
106900     ._object = {
106901         .ob_base = {
106902             .ob_base = {
106903                 .ob_refcnt = 999999999,
106904                 .ob_type = &PyTuple_Type,
106905             },
106906             .ob_size = 4,
106907         },
106908         .ob_item = {
106909             & posixpath_toplevel_consts_14_consts_0._ascii.ob_base,
106910             Py_None,
106911             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
106912             &_Py_ID(join),
106913         },
106914     },
106915 };
106916 static
106917     struct {
106918         PyGC_Head _gc_head;
106919         struct {
106920             PyObject_VAR_HEAD
106921             PyObject *ob_item[11];
106922         }_object;
106923     }
106924 posixpath_toplevel_consts_14_names = {
106925     ._object = {
106926         .ob_base = {
106927             .ob_base = {
106928                 .ob_refcnt = 999999999,
106929                 .ob_type = &PyTuple_Type,
106930             },
106931             .ob_size = 11,
106932         },
106933         .ob_item = {
106934             & const_str_os._ascii.ob_base,
106935             & const_str_fspath._ascii.ob_base,
106936             & const_str__get_sep._ascii.ob_base,
106937             & const_str_map._ascii.ob_base,
106938             & const_str_startswith._ascii.ob_base,
106939             & const_str_endswith._ascii.ob_base,
106940             & const_str_TypeError._ascii.ob_base,
106941             & const_str_AttributeError._ascii.ob_base,
106942             & const_str_BytesWarning._ascii.ob_base,
106943             & const_str_genericpath._ascii.ob_base,
106944             & const_str__check_arg_types._ascii.ob_base,
106945         },
106946     },
106947 };
106948 static
106949     struct {
106950         PyObject_VAR_HEAD
106951         Py_hash_t ob_shash;
106952         char ob_sval[249];
106953     }
106954 posixpath_toplevel_consts_14_linetable = {
106955     .ob_base = {
106956         .ob_base = {
106957             .ob_refcnt = 999999999,
106958             .ob_type = &PyBytes_Type,
106959         },
106960         .ob_size = 248,
106961     },
106962     .ob_shash = -1,
106963     .ob_sval = "\x80\x00\xf5\x0a\x00\x09\x0b\x8c\x09\x90\x21\x89\x0c\x8c\x0c\x80\x41\xdd\x0a\x12\x90\x31\x89\x2b\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\x90\x12\x90\x21\x90\x12\x8c\x48\x90\x73\x89\x4e\x88\x4e\xdd\x11\x14\x95\x52\x94\x59\xa0\x01\xd1\x11\x22\xd4\x11\x22\xf0\x00\x06\x09\x20\xf0\x00\x06\x09\x20\x88\x41\xd8\x0f\x10\x8f\x7c\x8a\x7c\x98\x43\xd1\x0f\x20\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\x9a\x5d\xa8\x33\xd1\x1d\x2f\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\xf8\xf5\x0e\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\x13\xd4\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\xf0\x06\x00\x0c\x10\x80\x4b",
106964 };
106965 static
106966     struct {
106967         PyObject_VAR_HEAD
106968         Py_hash_t ob_shash;
106969         char ob_sval[13];
106970     }
106971 posixpath_toplevel_consts_14_exceptiontable = {
106972     .ob_base = {
106973         .ob_base = {
106974             .ob_refcnt = 999999999,
106975             .ob_type = &PyBytes_Type,
106976         },
106977         .ob_size = 12,
106978     },
106979     .ob_shash = -1,
106980     .ob_sval = "\xa7\x41\x29\x42\x11\x00\xc2\x11\x2c\x42\x3d\x03",
106981 };
106982 static
106983     struct {
106984         PyGC_Head _gc_head;
106985         struct {
106986             PyObject_VAR_HEAD
106987             PyObject *ob_item[5];
106988         }_object;
106989     }
106990 posixpath_toplevel_consts_14_localsplusnames = {
106991     ._object = {
106992         .ob_base = {
106993             .ob_base = {
106994                 .ob_refcnt = 999999999,
106995                 .ob_type = &PyTuple_Type,
106996             },
106997             .ob_size = 5,
106998         },
106999         .ob_item = {
107000             & const_str_a._ascii.ob_base,
107001             & const_str_p._ascii.ob_base,
107002             & const_str_sep._ascii.ob_base,
107003             &_Py_ID(path),
107004             & const_str_b._ascii.ob_base,
107005         },
107006     },
107007 };
107008 static
107009     struct _PyCode_DEF(388)
107010 posixpath_toplevel_consts_14 = {
107011     .ob_base = {
107012         .ob_base = {
107013             .ob_refcnt = 999999999,
107014             .ob_type = &PyCode_Type,
107015         },
107016         .ob_size = 194,
107017     },
107018     .co_consts = & posixpath_toplevel_consts_14_consts._object.ob_base.ob_base,
107019     .co_names = & posixpath_toplevel_consts_14_names._object.ob_base.ob_base,
107020     .co_exceptiontable = & posixpath_toplevel_consts_14_exceptiontable.ob_base.ob_base,
107021     .co_flags = 7,
107022     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
107023     ._co_linearray_entry_size = 0,
107024     .co_argcount = 1,
107025     .co_posonlyargcount = 0,
107026     .co_kwonlyargcount = 0,
107027     .co_stacksize = 5,
107028     .co_firstlineno = 71,
107029     .co_nlocalsplus = 5,
107030     .co_nlocals = 5,
107031     .co_nplaincellvars = 0,
107032     .co_ncellvars = 0,
107033     .co_nfreevars = 0,
107034     .co_localsplusnames = & posixpath_toplevel_consts_14_localsplusnames._object.ob_base.ob_base,
107035     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
107036     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
107037     .co_name = &_Py_ID(join),
107038     .co_qualname = &_Py_ID(join),
107039     .co_linetable = & posixpath_toplevel_consts_14_linetable.ob_base.ob_base,
107040     ._co_code = NULL,
107041     ._co_linearray = NULL,
107042     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x7d\x03\x09\x00\x7c\x01\x73\x0d\x7c\x03\x64\x01\x64\x02\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\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\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x3f\x7d\x04\x7c\x04\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x03\x7c\x04\x7d\x03\x8c\x1a\x7c\x03\x72\x15\x7c\x03\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x06\x7c\x03\x7c\x04\x7a\x0d\x00\x00\x7d\x03\x8c\x37\x7c\x03\x7c\x02\x7c\x04\x7a\x00\x00\x00\x7a\x0d\x00\x00\x7d\x03\x8c\x40\x6e\x2f\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\x15\x01\x00\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\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\x7c\x03\x53\x00",
107043     ._co_firsttraceable = 0,
107044 };
107045 static
107046     struct {
107047         PyASCIIObject _ascii;
107048         uint8_t _data[129];
107049     }
107050 posixpath_toplevel_consts_15_consts_0 = {
107051     ._ascii = {
107052         .ob_base = {
107053             .ob_refcnt = 999999999,
107054             .ob_type = &PyUnicode_Type,
107055         },
107056         .length = 128,
107057         .hash = -1,
107058         .state = {
107059             .kind = 1,
107060             .compact = 1,
107061             .ascii = 1,
107062             .ready = 1,
107063         },
107064     },
107065     ._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",
107066 };
107067 static
107068     struct {
107069         PyGC_Head _gc_head;
107070         struct {
107071             PyObject_VAR_HEAD
107072             PyObject *ob_item[3];
107073         }_object;
107074     }
107075 posixpath_toplevel_consts_15_consts = {
107076     ._object = {
107077         .ob_base = {
107078             .ob_base = {
107079                 .ob_refcnt = 999999999,
107080                 .ob_type = &PyTuple_Type,
107081             },
107082             .ob_size = 3,
107083         },
107084         .ob_item = {
107085             & posixpath_toplevel_consts_15_consts_0._ascii.ob_base,
107086             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
107087             Py_None,
107088         },
107089     },
107090 };
107091 static
107092     struct {
107093         PyGC_Head _gc_head;
107094         struct {
107095             PyObject_VAR_HEAD
107096             PyObject *ob_item[6];
107097         }_object;
107098     }
107099 posixpath_toplevel_consts_15_names = {
107100     ._object = {
107101         .ob_base = {
107102             .ob_base = {
107103                 .ob_refcnt = 999999999,
107104                 .ob_type = &PyTuple_Type,
107105             },
107106             .ob_size = 6,
107107         },
107108         .ob_item = {
107109             & const_str_os._ascii.ob_base,
107110             & const_str_fspath._ascii.ob_base,
107111             & const_str__get_sep._ascii.ob_base,
107112             & const_str_rfind._ascii.ob_base,
107113             &_Py_ID(len),
107114             & const_str_rstrip._ascii.ob_base,
107115         },
107116     },
107117 };
107118 static
107119     struct {
107120         PyObject_VAR_HEAD
107121         Py_hash_t ob_shash;
107122         char ob_sval[129];
107123     }
107124 posixpath_toplevel_consts_15_linetable = {
107125     .ob_base = {
107126         .ob_base = {
107127             .ob_refcnt = 999999999,
107128             .ob_type = &PyBytes_Type,
107129         },
107130         .ob_size = 128,
107131     },
107132     .ob_shash = -1,
107133     .ob_sval = "\x80\x00\xf5\x06\x00\x09\x0b\x8c\x09\x90\x21\x89\x0c\x8c\x0c\x80\x41\xdd\x0a\x12\x90\x31\x89\x2b\x8c\x2b\x80\x43\xd8\x08\x09\x8f\x07\x8a\x07\x90\x03\x89\x0c\x8c\x0c\x90\x71\xd1\x08\x18\x80\x41\xd8\x11\x12\x90\x32\x90\x41\x90\x32\x94\x15\x98\x01\x98\x21\x98\x22\x98\x22\x9c\x05\x88\x24\x80\x44\xd8\x07\x0b\xf0\x00\x01\x05\x20\x90\x04\x98\x03\x9d\x43\xa0\x04\x99\x49\x9c\x49\x99\x0d\xd2\x10\x25\xd0\x10\x25\xd8\x0f\x13\x8f\x7b\x8a\x7b\x98\x33\xd1\x0f\x1f\xd4\x0f\x1f\x88\x04\xd8\x0b\x0f\x90\x14\x88\x3a\xd0\x04\x15",
107134 };
107135 static
107136     struct {
107137         PyGC_Head _gc_head;
107138         struct {
107139             PyObject_VAR_HEAD
107140             PyObject *ob_item[5];
107141         }_object;
107142     }
107143 posixpath_toplevel_consts_15_localsplusnames = {
107144     ._object = {
107145         .ob_base = {
107146             .ob_base = {
107147                 .ob_refcnt = 999999999,
107148                 .ob_type = &PyTuple_Type,
107149             },
107150             .ob_size = 5,
107151         },
107152         .ob_item = {
107153             & const_str_p._ascii.ob_base,
107154             & const_str_sep._ascii.ob_base,
107155             & const_str_i._ascii.ob_base,
107156             & const_str_head._ascii.ob_base,
107157             & const_str_tail._ascii.ob_base,
107158         },
107159     },
107160 };
107161 static
107162     struct _PyCode_DEF(258)
107163 posixpath_toplevel_consts_15 = {
107164     .ob_base = {
107165         .ob_base = {
107166             .ob_refcnt = 999999999,
107167             .ob_type = &PyCode_Type,
107168         },
107169         .ob_size = 129,
107170     },
107171     .co_consts = & posixpath_toplevel_consts_15_consts._object.ob_base.ob_base,
107172     .co_names = & posixpath_toplevel_consts_15_names._object.ob_base.ob_base,
107173     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
107174     .co_flags = 3,
107175     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
107176     ._co_linearray_entry_size = 0,
107177     .co_argcount = 1,
107178     .co_posonlyargcount = 0,
107179     .co_kwonlyargcount = 0,
107180     .co_stacksize = 5,
107181     .co_firstlineno = 100,
107182     .co_nlocalsplus = 5,
107183     .co_nlocals = 5,
107184     .co_nplaincellvars = 0,
107185     .co_ncellvars = 0,
107186     .co_nfreevars = 0,
107187     .co_localsplusnames = & posixpath_toplevel_consts_15_localsplusnames._object.ob_base.ob_base,
107188     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
107189     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
107190     .co_name = & const_str_split._ascii.ob_base,
107191     .co_qualname = & const_str_split._ascii.ob_base,
107192     .co_linetable = & posixpath_toplevel_consts_15_linetable.ob_base.ob_base,
107193     ._co_code = NULL,
107194     ._co_linearray = NULL,
107195     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7a\x00\x00\x00\x7d\x02\x7c\x00\x64\x02\x7c\x02\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x02\x64\x02\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7d\x03\x7c\x03\x72\x2b\x7c\x03\x7c\x01\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x05\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x15\x7c\x03\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x7c\x04\x66\x02\x53\x00",
107196     ._co_firsttraceable = 0,
107197 };
107198 static
107199     struct {
107200         PyGC_Head _gc_head;
107201         struct {
107202             PyObject_VAR_HEAD
107203             PyObject *ob_item[5];
107204         }_object;
107205     }
107206 posixpath_toplevel_consts_16_consts = {
107207     ._object = {
107208         .ob_base = {
107209             .ob_base = {
107210                 .ob_refcnt = 999999999,
107211                 .ob_type = &PyTuple_Type,
107212             },
107213             .ob_size = 5,
107214         },
107215         .ob_item = {
107216             Py_None,
107217             (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
107218             (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
107219             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
107220             &_Py_STR(dot),
107221         },
107222     },
107223 };
107224 static
107225     struct {
107226         PyObject_VAR_HEAD
107227         Py_hash_t ob_shash;
107228         char ob_sval[79];
107229     }
107230 posixpath_toplevel_consts_16_linetable = {
107231     .ob_base = {
107232         .ob_base = {
107233             .ob_refcnt = 999999999,
107234             .ob_type = &PyBytes_Type,
107235         },
107236         .ob_size = 78,
107237     },
107238     .ob_shash = -1,
107239     .ob_sval = "\x80\x00\xdd\x08\x0a\x8c\x09\x90\x21\x89\x0c\x8c\x0c\x80\x41\xdd\x07\x11\x90\x21\x95\x55\xd1\x07\x1b\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\x16\xd4\x0b\x20\xa0\x11\xa0\x43\xa8\x14\xa8\x76\xd1\x0b\x36\xd4\x0b\x36\xd0\x04\x36",
107240 };
107241 static
107242     struct {
107243         PyGC_Head _gc_head;
107244         struct {
107245             PyObject_VAR_HEAD
107246             PyObject *ob_item[3];
107247         }_object;
107248     }
107249 posixpath_toplevel_consts_16_localsplusnames = {
107250     ._object = {
107251         .ob_base = {
107252             .ob_base = {
107253                 .ob_refcnt = 999999999,
107254                 .ob_type = &PyTuple_Type,
107255             },
107256             .ob_size = 3,
107257         },
107258         .ob_item = {
107259             & const_str_p._ascii.ob_base,
107260             & const_str_sep._ascii.ob_base,
107261             & const_str_extsep._ascii.ob_base,
107262         },
107263     },
107264 };
107265 static
107266     struct _PyCode_DEF(148)
107267 posixpath_toplevel_consts_16 = {
107268     .ob_base = {
107269         .ob_base = {
107270             .ob_refcnt = 999999999,
107271             .ob_type = &PyCode_Type,
107272         },
107273         .ob_size = 74,
107274     },
107275     .co_consts = & posixpath_toplevel_consts_16_consts._object.ob_base.ob_base,
107276     .co_names = & ntpath_toplevel_consts_20_names._object.ob_base.ob_base,
107277     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
107278     .co_flags = 3,
107279     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
107280     ._co_linearray_entry_size = 0,
107281     .co_argcount = 1,
107282     .co_posonlyargcount = 0,
107283     .co_kwonlyargcount = 0,
107284     .co_stacksize = 6,
107285     .co_firstlineno = 117,
107286     .co_nlocalsplus = 3,
107287     .co_nlocals = 3,
107288     .co_nplaincellvars = 0,
107289     .co_ncellvars = 0,
107290     .co_nfreevars = 0,
107291     .co_localsplusnames = & posixpath_toplevel_consts_16_localsplusnames._object.ob_base.ob_base,
107292     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
107293     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
107294     .co_name = & const_str_splitext._ascii.ob_base,
107295     .co_qualname = & const_str_splitext._ascii.ob_base,
107296     .co_linetable = & posixpath_toplevel_consts_16_linetable.ob_base.ob_base,
107297     ._co_code = NULL,
107298     ._co_linearray = NULL,
107299     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x02\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\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x64\x00\x7c\x02\xa6\x04\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
107300     ._co_firsttraceable = 0,
107301 };
107302 static
107303     struct {
107304         PyASCIIObject _ascii;
107305         uint8_t _data[75];
107306     }
107307 posixpath_toplevel_consts_17_consts_0 = {
107308     ._ascii = {
107309         .ob_base = {
107310             .ob_refcnt = 999999999,
107311             .ob_type = &PyUnicode_Type,
107312         },
107313         .length = 74,
107314         .hash = -1,
107315         .state = {
107316             .kind = 1,
107317             .compact = 1,
107318             .ascii = 1,
107319             .ready = 1,
107320         },
107321     },
107322     ._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",
107323 };
107324 static
107325     struct {
107326         PyGC_Head _gc_head;
107327         struct {
107328             PyObject_VAR_HEAD
107329             PyObject *ob_item[3];
107330         }_object;
107331     }
107332 posixpath_toplevel_consts_17_consts = {
107333     ._object = {
107334         .ob_base = {
107335             .ob_base = {
107336                 .ob_refcnt = 999999999,
107337                 .ob_type = &PyTuple_Type,
107338             },
107339             .ob_size = 3,
107340         },
107341         .ob_item = {
107342             & posixpath_toplevel_consts_17_consts_0._ascii.ob_base,
107343             Py_None,
107344             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
107345         },
107346     },
107347 };
107348 static
107349     struct {
107350         PyObject_VAR_HEAD
107351         Py_hash_t ob_shash;
107352         char ob_sval[35];
107353     }
107354 posixpath_toplevel_consts_17_linetable = {
107355     .ob_base = {
107356         .ob_base = {
107357             .ob_refcnt = 999999999,
107358             .ob_type = &PyBytes_Type,
107359         },
107360         .ob_size = 34,
107361     },
107362     .ob_shash = -1,
107363     .ob_sval = "\x80\x00\xf5\x06\x00\x09\x0b\x8c\x09\x90\x21\x89\x0c\x8c\x0c\x80\x41\xd8\x0b\x0c\x88\x52\x88\x61\x88\x52\x8c\x35\x90\x21\x88\x38\x80\x4f",
107364 };
107365 static
107366     struct _PyCode_DEF(66)
107367 posixpath_toplevel_consts_17 = {
107368     .ob_base = {
107369         .ob_base = {
107370             .ob_refcnt = 999999999,
107371             .ob_type = &PyCode_Type,
107372         },
107373         .ob_size = 33,
107374     },
107375     .co_consts = & posixpath_toplevel_consts_17_consts._object.ob_base.ob_base,
107376     .co_names = & posixpath_toplevel_consts_12_names._object.ob_base.ob_base,
107377     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
107378     .co_flags = 3,
107379     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
107380     ._co_linearray_entry_size = 0,
107381     .co_argcount = 1,
107382     .co_posonlyargcount = 0,
107383     .co_kwonlyargcount = 0,
107384     .co_stacksize = 3,
107385     .co_firstlineno = 131,
107386     .co_nlocalsplus = 1,
107387     .co_nlocals = 1,
107388     .co_nplaincellvars = 0,
107389     .co_ncellvars = 0,
107390     .co_nfreevars = 0,
107391     .co_localsplusnames = & ntpath_toplevel_consts_20_localsplusnames._object.ob_base.ob_base,
107392     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
107393     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
107394     .co_name = & const_str_splitdrive._ascii.ob_base,
107395     .co_qualname = & const_str_splitdrive._ascii.ob_base,
107396     .co_linetable = & posixpath_toplevel_consts_17_linetable.ob_base.ob_base,
107397     ._co_code = NULL,
107398     ._co_linearray = NULL,
107399     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x00\x64\x01\x64\x02\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x66\x02\x53\x00",
107400     ._co_firsttraceable = 0,
107401 };
107402 static
107403     struct {
107404         PyGC_Head _gc_head;
107405         struct {
107406             PyObject_VAR_HEAD
107407             PyObject *ob_item[3];
107408         }_object;
107409     }
107410 posixpath_toplevel_consts_18_consts = {
107411     ._object = {
107412         .ob_base = {
107413             .ob_base = {
107414                 .ob_refcnt = 999999999,
107415                 .ob_type = &PyTuple_Type,
107416             },
107417             .ob_size = 3,
107418         },
107419         .ob_item = {
107420             & ntpath_toplevel_consts_21_consts_0._ascii.ob_base,
107421             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
107422             Py_None,
107423         },
107424     },
107425 };
107426 static
107427     struct {
107428         PyGC_Head _gc_head;
107429         struct {
107430             PyObject_VAR_HEAD
107431             PyObject *ob_item[4];
107432         }_object;
107433     }
107434 posixpath_toplevel_consts_18_names = {
107435     ._object = {
107436         .ob_base = {
107437             .ob_base = {
107438                 .ob_refcnt = 999999999,
107439                 .ob_type = &PyTuple_Type,
107440             },
107441             .ob_size = 4,
107442         },
107443         .ob_item = {
107444             & const_str_os._ascii.ob_base,
107445             & const_str_fspath._ascii.ob_base,
107446             & const_str__get_sep._ascii.ob_base,
107447             & const_str_rfind._ascii.ob_base,
107448         },
107449     },
107450 };
107451 static
107452     struct {
107453         PyObject_VAR_HEAD
107454         Py_hash_t ob_shash;
107455         char ob_sval[60];
107456     }
107457 posixpath_toplevel_consts_18_linetable = {
107458     .ob_base = {
107459         .ob_base = {
107460             .ob_refcnt = 999999999,
107461             .ob_type = &PyBytes_Type,
107462         },
107463         .ob_size = 59,
107464     },
107465     .ob_shash = -1,
107466     .ob_sval = "\x80\x00\xe5\x08\x0a\x8c\x09\x90\x21\x89\x0c\x8c\x0c\x80\x41\xdd\x0a\x12\x90\x31\x89\x2b\x8c\x2b\x80\x43\xd8\x08\x09\x8f\x07\x8a\x07\x90\x03\x89\x0c\x8c\x0c\x90\x71\xd1\x08\x18\x80\x41\xd8\x0b\x0c\x88\x51\x88\x52\x88\x52\x8c\x35\x80\x4c",
107467 };
107468 static
107469     struct {
107470         PyGC_Head _gc_head;
107471         struct {
107472             PyObject_VAR_HEAD
107473             PyObject *ob_item[3];
107474         }_object;
107475     }
107476 posixpath_toplevel_consts_18_localsplusnames = {
107477     ._object = {
107478         .ob_base = {
107479             .ob_base = {
107480                 .ob_refcnt = 999999999,
107481                 .ob_type = &PyTuple_Type,
107482             },
107483             .ob_size = 3,
107484         },
107485         .ob_item = {
107486             & const_str_p._ascii.ob_base,
107487             & const_str_sep._ascii.ob_base,
107488             & const_str_i._ascii.ob_base,
107489         },
107490     },
107491 };
107492 static
107493     struct _PyCode_DEF(140)
107494 posixpath_toplevel_consts_18 = {
107495     .ob_base = {
107496         .ob_base = {
107497             .ob_refcnt = 999999999,
107498             .ob_type = &PyCode_Type,
107499         },
107500         .ob_size = 70,
107501     },
107502     .co_consts = & posixpath_toplevel_consts_18_consts._object.ob_base.ob_base,
107503     .co_names = & posixpath_toplevel_consts_18_names._object.ob_base.ob_base,
107504     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
107505     .co_flags = 3,
107506     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
107507     ._co_linearray_entry_size = 0,
107508     .co_argcount = 1,
107509     .co_posonlyargcount = 0,
107510     .co_kwonlyargcount = 0,
107511     .co_stacksize = 3,
107512     .co_firstlineno = 140,
107513     .co_nlocalsplus = 3,
107514     .co_nlocals = 3,
107515     .co_nplaincellvars = 0,
107516     .co_ncellvars = 0,
107517     .co_nfreevars = 0,
107518     .co_localsplusnames = & posixpath_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
107519     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
107520     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
107521     .co_name = & const_str_basename._ascii.ob_base,
107522     .co_qualname = & const_str_basename._ascii.ob_base,
107523     .co_linetable = & posixpath_toplevel_consts_18_linetable.ob_base.ob_base,
107524     ._co_code = NULL,
107525     ._co_linearray = NULL,
107526     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7a\x00\x00\x00\x7d\x02\x7c\x00\x7c\x02\x64\x02\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
107527     ._co_firsttraceable = 0,
107528 };
107529 static
107530     struct {
107531         PyGC_Head _gc_head;
107532         struct {
107533             PyObject_VAR_HEAD
107534             PyObject *ob_item[3];
107535         }_object;
107536     }
107537 posixpath_toplevel_consts_19_consts = {
107538     ._object = {
107539         .ob_base = {
107540             .ob_base = {
107541                 .ob_refcnt = 999999999,
107542                 .ob_type = &PyTuple_Type,
107543             },
107544             .ob_size = 3,
107545         },
107546         .ob_item = {
107547             & ntpath_toplevel_consts_22_consts_0._ascii.ob_base,
107548             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
107549             Py_None,
107550         },
107551     },
107552 };
107553 static
107554     struct {
107555         PyObject_VAR_HEAD
107556         Py_hash_t ob_shash;
107557         char ob_sval[110];
107558     }
107559 posixpath_toplevel_consts_19_linetable = {
107560     .ob_base = {
107561         .ob_base = {
107562             .ob_refcnt = 999999999,
107563             .ob_type = &PyBytes_Type,
107564         },
107565         .ob_size = 109,
107566     },
107567     .ob_shash = -1,
107568     .ob_sval = "\x80\x00\xe5\x08\x0a\x8c\x09\x90\x21\x89\x0c\x8c\x0c\x80\x41\xdd\x0a\x12\x90\x31\x89\x2b\x8c\x2b\x80\x43\xd8\x08\x09\x8f\x07\x8a\x07\x90\x03\x89\x0c\x8c\x0c\x90\x71\xd1\x08\x18\x80\x41\xd8\x0b\x0c\x88\x52\x88\x61\x88\x52\x8c\x35\x80\x44\xd8\x07\x0b\xf0\x00\x01\x05\x20\x90\x04\x98\x03\x9d\x43\xa0\x04\x99\x49\x9c\x49\x99\x0d\xd2\x10\x25\xd0\x10\x25\xd8\x0f\x13\x8f\x7b\x8a\x7b\x98\x33\xd1\x0f\x1f\xd4\x0f\x1f\x88\x04\xd8\x0b\x0f\x80\x4b",
107569 };
107570 static
107571     struct {
107572         PyGC_Head _gc_head;
107573         struct {
107574             PyObject_VAR_HEAD
107575             PyObject *ob_item[4];
107576         }_object;
107577     }
107578 posixpath_toplevel_consts_19_localsplusnames = {
107579     ._object = {
107580         .ob_base = {
107581             .ob_base = {
107582                 .ob_refcnt = 999999999,
107583                 .ob_type = &PyTuple_Type,
107584             },
107585             .ob_size = 4,
107586         },
107587         .ob_item = {
107588             & const_str_p._ascii.ob_base,
107589             & const_str_sep._ascii.ob_base,
107590             & const_str_i._ascii.ob_base,
107591             & const_str_head._ascii.ob_base,
107592         },
107593     },
107594 };
107595 static
107596     struct _PyCode_DEF(234)
107597 posixpath_toplevel_consts_19 = {
107598     .ob_base = {
107599         .ob_base = {
107600             .ob_refcnt = 999999999,
107601             .ob_type = &PyCode_Type,
107602         },
107603         .ob_size = 117,
107604     },
107605     .co_consts = & posixpath_toplevel_consts_19_consts._object.ob_base.ob_base,
107606     .co_names = & posixpath_toplevel_consts_15_names._object.ob_base.ob_base,
107607     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
107608     .co_flags = 3,
107609     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
107610     ._co_linearray_entry_size = 0,
107611     .co_argcount = 1,
107612     .co_posonlyargcount = 0,
107613     .co_kwonlyargcount = 0,
107614     .co_stacksize = 5,
107615     .co_firstlineno = 150,
107616     .co_nlocalsplus = 4,
107617     .co_nlocals = 4,
107618     .co_nplaincellvars = 0,
107619     .co_ncellvars = 0,
107620     .co_nfreevars = 0,
107621     .co_localsplusnames = & posixpath_toplevel_consts_19_localsplusnames._object.ob_base.ob_base,
107622     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
107623     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
107624     .co_name = & const_str_dirname._ascii.ob_base,
107625     .co_qualname = & const_str_dirname._ascii.ob_base,
107626     .co_linetable = & posixpath_toplevel_consts_19_linetable.ob_base.ob_base,
107627     ._co_code = NULL,
107628     ._co_linearray = NULL,
107629     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7a\x00\x00\x00\x7d\x02\x7c\x00\x64\x02\x7c\x02\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x72\x2b\x7c\x03\x7c\x01\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x05\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x15\x7c\x03\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x53\x00",
107630     ._co_firsttraceable = 0,
107631 };
107632 static
107633     struct {
107634         PyASCIIObject _ascii;
107635         uint8_t _data[39];
107636     }
107637 posixpath_toplevel_consts_20_consts_0 = {
107638     ._ascii = {
107639         .ob_base = {
107640             .ob_refcnt = 999999999,
107641             .ob_type = &PyUnicode_Type,
107642         },
107643         .length = 38,
107644         .hash = -1,
107645         .state = {
107646             .kind = 1,
107647             .compact = 1,
107648             .ascii = 1,
107649             .ready = 1,
107650         },
107651     },
107652     ._data = "Test whether a path is a symbolic link",
107653 };
107654 static
107655     struct {
107656         PyGC_Head _gc_head;
107657         struct {
107658             PyObject_VAR_HEAD
107659             PyObject *ob_item[2];
107660         }_object;
107661     }
107662 posixpath_toplevel_consts_20_consts = {
107663     ._object = {
107664         .ob_base = {
107665             .ob_base = {
107666                 .ob_refcnt = 999999999,
107667                 .ob_type = &PyTuple_Type,
107668             },
107669             .ob_size = 2,
107670         },
107671         .ob_item = {
107672             & posixpath_toplevel_consts_20_consts_0._ascii.ob_base,
107673             Py_False,
107674         },
107675     },
107676 };
107677 static
107678     struct {
107679         PyObject_VAR_HEAD
107680         Py_hash_t ob_shash;
107681         char ob_sval[82];
107682     }
107683 posixpath_toplevel_consts_20_linetable = {
107684     .ob_base = {
107685         .ob_base = {
107686             .ob_refcnt = 999999999,
107687             .ob_type = &PyBytes_Type,
107688         },
107689         .ob_size = 81,
107690     },
107691     .ob_shash = -1,
107692     .ob_sval = "\x80\x00\xf0\x04\x03\x05\x15\xdd\x0d\x0f\x8c\x58\x90\x64\x89\x5e\x8c\x5e\x88\x02\x88\x02\xf8\xdd\x0c\x13\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\xe5\x0b\x0f\x8c\x3c\x98\x02\x9c\x0a\xd1\x0b\x23\xd4\x0b\x23\xd0\x04\x23",
107693 };
107694 static
107695     struct _PyCode_DEF(156)
107696 posixpath_toplevel_consts_20 = {
107697     .ob_base = {
107698         .ob_base = {
107699             .ob_refcnt = 999999999,
107700             .ob_type = &PyCode_Type,
107701         },
107702         .ob_size = 78,
107703     },
107704     .co_consts = & posixpath_toplevel_consts_20_consts._object.ob_base.ob_base,
107705     .co_names = & ntpath_toplevel_consts_23_names._object.ob_base.ob_base,
107706     .co_exceptiontable = & ntpath_toplevel_consts_23_exceptiontable.ob_base.ob_base,
107707     .co_flags = 3,
107708     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
107709     ._co_linearray_entry_size = 0,
107710     .co_argcount = 1,
107711     .co_posonlyargcount = 0,
107712     .co_kwonlyargcount = 0,
107713     .co_stacksize = 5,
107714     .co_firstlineno = 164,
107715     .co_nlocalsplus = 2,
107716     .co_nlocals = 2,
107717     .co_nplaincellvars = 0,
107718     .co_ncellvars = 0,
107719     .co_nfreevars = 0,
107720     .co_localsplusnames = & genericpath_toplevel_consts_5_localsplusnames._object.ob_base.ob_base,
107721     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
107722     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
107723     .co_name = & const_str_islink._ascii.ob_base,
107724     .co_qualname = & const_str_islink._ascii.ob_base,
107725     .co_linetable = & posixpath_toplevel_consts_20_linetable.ob_base.ob_base,
107726     ._co_code = NULL,
107727     ._co_linearray = NULL,
107728     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x1e\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\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
107729     ._co_firsttraceable = 0,
107730 };
107731 static
107732     struct {
107733         PyObject_VAR_HEAD
107734         Py_hash_t ob_shash;
107735         char ob_sval[67];
107736     }
107737 posixpath_toplevel_consts_21_linetable = {
107738     .ob_base = {
107739         .ob_base = {
107740             .ob_refcnt = 999999999,
107741             .ob_type = &PyBytes_Type,
107742         },
107743         .ob_size = 66,
107744     },
107745     .ob_shash = -1,
107746     .ob_sval = "\x80\x00\xf0\x04\x03\x05\x15\xdd\x08\x0a\x8c\x08\x90\x14\x89\x0e\x8c\x0e\x88\x0e\x88\x0e\xf8\xdd\x0c\x13\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\xe0\x0b\x0f\x88\x34",
107747 };
107748 static
107749     struct _PyCode_DEF(98)
107750 posixpath_toplevel_consts_21 = {
107751     .ob_base = {
107752         .ob_base = {
107753             .ob_refcnt = 999999999,
107754             .ob_type = &PyCode_Type,
107755         },
107756         .ob_size = 49,
107757     },
107758     .co_consts = & ntpath_toplevel_consts_24_consts._object.ob_base.ob_base,
107759     .co_names = & ntpath_toplevel_consts_24_names._object.ob_base.ob_base,
107760     .co_exceptiontable = & genericpath_toplevel_consts_4_exceptiontable.ob_base.ob_base,
107761     .co_flags = 3,
107762     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
107763     ._co_linearray_entry_size = 0,
107764     .co_argcount = 1,
107765     .co_posonlyargcount = 0,
107766     .co_kwonlyargcount = 0,
107767     .co_stacksize = 4,
107768     .co_firstlineno = 174,
107769     .co_nlocalsplus = 1,
107770     .co_nlocals = 1,
107771     .co_nplaincellvars = 0,
107772     .co_ncellvars = 0,
107773     .co_nfreevars = 0,
107774     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
107775     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
107776     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
107777     .co_name = & const_str_lexists._ascii.ob_base,
107778     .co_qualname = & const_str_lexists._ascii.ob_base,
107779     .co_linetable = & posixpath_toplevel_consts_21_linetable.ob_base.ob_base,
107780     ._co_code = NULL,
107781     ._co_linearray = NULL,
107782     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x18\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\x64\x02\x53\x00",
107783     ._co_firsttraceable = 0,
107784 };
107785 static
107786     struct {
107787         PyASCIIObject _ascii;
107788         uint8_t _data[37];
107789     }
107790 posixpath_toplevel_consts_22_consts_0 = {
107791     ._ascii = {
107792         .ob_base = {
107793             .ob_refcnt = 999999999,
107794             .ob_type = &PyUnicode_Type,
107795         },
107796         .length = 36,
107797         .hash = -1,
107798         .state = {
107799             .kind = 1,
107800             .compact = 1,
107801             .ascii = 1,
107802             .ready = 1,
107803         },
107804     },
107805     ._data = "Test whether a path is a mount point",
107806 };
107807 static
107808     struct {
107809         PyGC_Head _gc_head;
107810         struct {
107811             PyObject_VAR_HEAD
107812             PyObject *ob_item[5];
107813         }_object;
107814     }
107815 posixpath_toplevel_consts_22_consts = {
107816     ._object = {
107817         .ob_base = {
107818             .ob_base = {
107819                 .ob_refcnt = 999999999,
107820                 .ob_type = &PyTuple_Type,
107821             },
107822             .ob_size = 5,
107823         },
107824         .ob_item = {
107825             & posixpath_toplevel_consts_22_consts_0._ascii.ob_base,
107826             Py_False,
107827             & ntpath_toplevel_consts_31_consts_4.ob_base.ob_base,
107828             & ntpath_toplevel_consts_2._ascii.ob_base,
107829             Py_True,
107830         },
107831     },
107832 };
107833 static
107834     struct {
107835         PyGC_Head _gc_head;
107836         struct {
107837             PyObject_VAR_HEAD
107838             PyObject *ob_item[14];
107839         }_object;
107840     }
107841 posixpath_toplevel_consts_22_names = {
107842     ._object = {
107843         .ob_base = {
107844             .ob_base = {
107845                 .ob_refcnt = 999999999,
107846                 .ob_type = &PyTuple_Type,
107847             },
107848             .ob_size = 14,
107849         },
107850         .ob_item = {
107851             & const_str_os._ascii.ob_base,
107852             & const_str_lstat._ascii.ob_base,
107853             & const_str_stat._ascii.ob_base,
107854             & const_str_S_ISLNK._ascii.ob_base,
107855             & const_str_st_mode._ascii.ob_base,
107856             & const_str_OSError._ascii.ob_base,
107857             & const_str_ValueError._ascii.ob_base,
107858             & const_str_fspath._ascii.ob_base,
107859             &_Py_ID(isinstance),
107860             & const_str_bytes._ascii.ob_base,
107861             &_Py_ID(join),
107862             & const_str_realpath._ascii.ob_base,
107863             & const_str_st_dev._ascii.ob_base,
107864             & const_str_st_ino._ascii.ob_base,
107865         },
107866     },
107867 };
107868 static
107869     struct {
107870         PyObject_VAR_HEAD
107871         Py_hash_t ob_shash;
107872         char ob_sval[296];
107873     }
107874 posixpath_toplevel_consts_22_linetable = {
107875     .ob_base = {
107876         .ob_base = {
107877             .ob_refcnt = 999999999,
107878             .ob_type = &PyBytes_Type,
107879         },
107880         .ob_size = 295,
107881     },
107882     .ob_shash = -1,
107883     .ob_sval = "\x80\x00\xf0\x04\x08\x05\x19\xdd\x0d\x0f\x8c\x58\x90\x64\x89\x5e\x8c\x5e\x88\x02\xf5\x0c\x00\x0c\x10\x8c\x3c\x98\x02\x9c\x0a\xd1\x0b\x23\xd4\x0b\x23\xf0\x00\x01\x09\x19\xd8\x13\x18\x90\x35\xf0\x03\x01\x09\x19\xf8\xf5\x0b\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\xf5\x10\x00\x0c\x0e\x8c\x39\x90\x54\x89\x3f\x8c\x3f\x80\x44\xdd\x07\x11\x90\x24\x9d\x05\xd1\x07\x1e\xd4\x07\x1e\xf0\x00\x03\x05\x22\xdd\x11\x15\x90\x64\x98\x45\xd1\x11\x22\xd4\x11\x22\x88\x06\x88\x06\xe5\x11\x15\x90\x64\x98\x44\xd1\x11\x21\xd4\x11\x21\x88\x06\xdd\x0d\x15\x90\x66\xd1\x0d\x1d\xd4\x0d\x1d\x80\x46\xf0\x02\x03\x05\x15\xdd\x0d\x0f\x8c\x58\x90\x66\xd1\x0d\x1d\xd4\x0d\x1d\x88\x02\x88\x02\xf8\xdd\x0c\x13\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\xf0\x06\x00\x0c\x0e\x8c\x39\x80\x44\xd8\x0b\x0d\x8c\x39\x80\x44\xd8\x07\x0b\x88\x74\x82\x7c\x80\x7c\xd8\x0f\x13\x88\x74\xd8\x0b\x0d\x8c\x39\x80\x44\xd8\x0b\x0d\x8c\x39\x80\x44\xd8\x07\x0b\x88\x74\x82\x7c\x80\x7c\xd8\x0f\x13\x88\x74\xd8\x0b\x10\x88\x35",
107884 };
107885 static
107886     struct {
107887         PyObject_VAR_HEAD
107888         Py_hash_t ob_shash;
107889         char ob_sval[34];
107890     }
107891 posixpath_toplevel_consts_22_exceptiontable = {
107892     .ob_base = {
107893         .ob_base = {
107894             .ob_refcnt = 999999999,
107895             .ob_type = &PyBytes_Type,
107896         },
107897         .ob_size = 33,
107898     },
107899     .ob_shash = -1,
107900     .ob_sval = "\x82\x14\x32\x00\xb2\x11\x41\x07\x03\xc1\x06\x01\x41\x07\x03\xc2\x24\x14\x42\x39\x00\xc2\x39\x11\x43\x0e\x03\xc3\x0d\x01\x43\x0e\x03",
107901 };
107902 static
107903     struct {
107904         PyASCIIObject _ascii;
107905         uint8_t _data[5];
107906     }
107907 const_str_dev1 = {
107908     ._ascii = {
107909         .ob_base = {
107910             .ob_refcnt = 999999999,
107911             .ob_type = &PyUnicode_Type,
107912         },
107913         .length = 4,
107914         .hash = -1,
107915         .state = {
107916             .kind = 1,
107917             .compact = 1,
107918             .ascii = 1,
107919             .ready = 1,
107920         },
107921     },
107922     ._data = "dev1",
107923 };
107924 static
107925     struct {
107926         PyASCIIObject _ascii;
107927         uint8_t _data[5];
107928     }
107929 const_str_dev2 = {
107930     ._ascii = {
107931         .ob_base = {
107932             .ob_refcnt = 999999999,
107933             .ob_type = &PyUnicode_Type,
107934         },
107935         .length = 4,
107936         .hash = -1,
107937         .state = {
107938             .kind = 1,
107939             .compact = 1,
107940             .ascii = 1,
107941             .ready = 1,
107942         },
107943     },
107944     ._data = "dev2",
107945 };
107946 static
107947     struct {
107948         PyASCIIObject _ascii;
107949         uint8_t _data[5];
107950     }
107951 const_str_ino1 = {
107952     ._ascii = {
107953         .ob_base = {
107954             .ob_refcnt = 999999999,
107955             .ob_type = &PyUnicode_Type,
107956         },
107957         .length = 4,
107958         .hash = -1,
107959         .state = {
107960             .kind = 1,
107961             .compact = 1,
107962             .ascii = 1,
107963             .ready = 1,
107964         },
107965     },
107966     ._data = "ino1",
107967 };
107968 static
107969     struct {
107970         PyASCIIObject _ascii;
107971         uint8_t _data[5];
107972     }
107973 const_str_ino2 = {
107974     ._ascii = {
107975         .ob_base = {
107976             .ob_refcnt = 999999999,
107977             .ob_type = &PyUnicode_Type,
107978         },
107979         .length = 4,
107980         .hash = -1,
107981         .state = {
107982             .kind = 1,
107983             .compact = 1,
107984             .ascii = 1,
107985             .ready = 1,
107986         },
107987     },
107988     ._data = "ino2",
107989 };
107990 static
107991     struct {
107992         PyGC_Head _gc_head;
107993         struct {
107994             PyObject_VAR_HEAD
107995             PyObject *ob_item[8];
107996         }_object;
107997     }
107998 posixpath_toplevel_consts_22_localsplusnames = {
107999     ._object = {
108000         .ob_base = {
108001             .ob_base = {
108002                 .ob_refcnt = 999999999,
108003                 .ob_type = &PyTuple_Type,
108004             },
108005             .ob_size = 8,
108006         },
108007         .ob_item = {
108008             &_Py_ID(path),
108009             & const_str_s1._ascii.ob_base,
108010             &_Py_ID(parent),
108011             & const_str_s2._ascii.ob_base,
108012             & const_str_dev1._ascii.ob_base,
108013             & const_str_dev2._ascii.ob_base,
108014             & const_str_ino1._ascii.ob_base,
108015             & const_str_ino2._ascii.ob_base,
108016         },
108017     },
108018 };
108019 static
108020     struct _PyCode_DEF(510)
108021 posixpath_toplevel_consts_22 = {
108022     .ob_base = {
108023         .ob_base = {
108024             .ob_refcnt = 999999999,
108025             .ob_type = &PyCode_Type,
108026         },
108027         .ob_size = 255,
108028     },
108029     .co_consts = & posixpath_toplevel_consts_22_consts._object.ob_base.ob_base,
108030     .co_names = & posixpath_toplevel_consts_22_names._object.ob_base.ob_base,
108031     .co_exceptiontable = & posixpath_toplevel_consts_22_exceptiontable.ob_base.ob_base,
108032     .co_flags = 3,
108033     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
108034     ._co_linearray_entry_size = 0,
108035     .co_argcount = 1,
108036     .co_posonlyargcount = 0,
108037     .co_kwonlyargcount = 0,
108038     .co_stacksize = 4,
108039     .co_firstlineno = 186,
108040     .co_nlocalsplus = 8,
108041     .co_nlocals = 8,
108042     .co_nplaincellvars = 0,
108043     .co_ncellvars = 0,
108044     .co_nfreevars = 0,
108045     .co_localsplusnames = & posixpath_toplevel_consts_22_localsplusnames._object.ob_base.ob_base,
108046     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
108047     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
108048     .co_name = & const_str_ismount._ascii.ob_base,
108049     .co_qualname = & const_str_ismount._ascii.ob_base,
108050     .co_linetable = & posixpath_toplevel_consts_22_linetable.ob_base.ob_base,
108051     ._co_code = NULL,
108052     ._co_linearray = NULL,
108053     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x64\x01\x53\x00\x6e\x18\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\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\x7c\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x11\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x6e\x10\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x03\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\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\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x6e\x18\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\x7c\x01\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x03\x6a\x0c\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\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x03\x6a\x0d\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",
108054     ._co_firsttraceable = 0,
108055 };
108056 static
108057     struct {
108058         PyASCIIObject _ascii;
108059         uint8_t _data[80];
108060     }
108061 posixpath_toplevel_consts_23_consts_0 = {
108062     ._ascii = {
108063         .ob_base = {
108064             .ob_refcnt = 999999999,
108065             .ob_type = &PyUnicode_Type,
108066         },
108067         .length = 79,
108068         .hash = -1,
108069         .state = {
108070             .kind = 1,
108071             .compact = 1,
108072             .ascii = 1,
108073             .ready = 1,
108074         },
108075     },
108076     ._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",
108077 };
108078 static
108079     struct {
108080         PyASCIIObject _ascii;
108081         uint8_t _data[5];
108082     }
108083 const_str_HOME = {
108084     ._ascii = {
108085         .ob_base = {
108086             .ob_refcnt = 999999999,
108087             .ob_type = &PyUnicode_Type,
108088         },
108089         .length = 4,
108090         .hash = -1,
108091         .state = {
108092             .kind = 1,
108093             .compact = 1,
108094             .ascii = 1,
108095             .ready = 1,
108096         },
108097     },
108098     ._data = "HOME",
108099 };
108100 static
108101     struct {
108102         PyASCIIObject _ascii;
108103         uint8_t _data[6];
108104     }
108105 const_str_ASCII = {
108106     ._ascii = {
108107         .ob_base = {
108108             .ob_refcnt = 999999999,
108109             .ob_type = &PyUnicode_Type,
108110         },
108111         .length = 5,
108112         .hash = -1,
108113         .state = {
108114             .kind = 1,
108115             .compact = 1,
108116             .ascii = 1,
108117             .ready = 1,
108118         },
108119     },
108120     ._data = "ASCII",
108121 };
108122 static
108123     struct {
108124         PyASCIIObject _ascii;
108125         uint8_t _data[8];
108126     }
108127 const_str_vxworks = {
108128     ._ascii = {
108129         .ob_base = {
108130             .ob_refcnt = 999999999,
108131             .ob_type = &PyUnicode_Type,
108132         },
108133         .length = 7,
108134         .hash = -1,
108135         .state = {
108136             .kind = 1,
108137             .compact = 1,
108138             .ascii = 1,
108139             .ready = 1,
108140         },
108141     },
108142     ._data = "vxworks",
108143 };
108144 static
108145     struct {
108146         PyGC_Head _gc_head;
108147         struct {
108148             PyObject_VAR_HEAD
108149             PyObject *ob_item[11];
108150         }_object;
108151     }
108152 posixpath_toplevel_consts_23_consts = {
108153     ._object = {
108154         .ob_base = {
108155             .ob_base = {
108156                 .ob_refcnt = 999999999,
108157                 .ob_type = &PyTuple_Type,
108158             },
108159             .ob_size = 11,
108160         },
108161         .ob_item = {
108162             & posixpath_toplevel_consts_23_consts_0._ascii.ob_base,
108163             (PyObject *)&_Py_SINGLETON(bytes_characters[126]),
108164             & ntpath_toplevel_consts_27_consts_2._ascii.ob_base,
108165             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
108166             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
108167             & const_str_HOME._ascii.ob_base,
108168             Py_None,
108169             & const_str_ASCII._ascii.ob_base,
108170             & const_str_vxworks._ascii.ob_base,
108171             (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
108172             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
108173         },
108174     },
108175 };
108176 static
108177     struct {
108178         PyASCIIObject _ascii;
108179         uint8_t _data[4];
108180     }
108181 const_str_pwd = {
108182     ._ascii = {
108183         .ob_base = {
108184             .ob_refcnt = 999999999,
108185             .ob_type = &PyUnicode_Type,
108186         },
108187         .length = 3,
108188         .hash = -1,
108189         .state = {
108190             .kind = 1,
108191             .compact = 1,
108192             .ascii = 1,
108193             .ready = 1,
108194         },
108195     },
108196     ._data = "pwd",
108197 };
108198 static
108199     struct {
108200         PyASCIIObject _ascii;
108201         uint8_t _data[9];
108202     }
108203 const_str_getpwuid = {
108204     ._ascii = {
108205         .ob_base = {
108206             .ob_refcnt = 999999999,
108207             .ob_type = &PyUnicode_Type,
108208         },
108209         .length = 8,
108210         .hash = -1,
108211         .state = {
108212             .kind = 1,
108213             .compact = 1,
108214             .ascii = 1,
108215             .ready = 1,
108216         },
108217     },
108218     ._data = "getpwuid",
108219 };
108220 static
108221     struct {
108222         PyASCIIObject _ascii;
108223         uint8_t _data[7];
108224     }
108225 const_str_getuid = {
108226     ._ascii = {
108227         .ob_base = {
108228             .ob_refcnt = 999999999,
108229             .ob_type = &PyUnicode_Type,
108230         },
108231         .length = 6,
108232         .hash = -1,
108233         .state = {
108234             .kind = 1,
108235             .compact = 1,
108236             .ascii = 1,
108237             .ready = 1,
108238         },
108239     },
108240     ._data = "getuid",
108241 };
108242 static
108243     struct {
108244         PyASCIIObject _ascii;
108245         uint8_t _data[7];
108246     }
108247 const_str_pw_dir = {
108248     ._ascii = {
108249         .ob_base = {
108250             .ob_refcnt = 999999999,
108251             .ob_type = &PyUnicode_Type,
108252         },
108253         .length = 6,
108254         .hash = -1,
108255         .state = {
108256             .kind = 1,
108257             .compact = 1,
108258             .ascii = 1,
108259             .ready = 1,
108260         },
108261     },
108262     ._data = "pw_dir",
108263 };
108264 static
108265     struct {
108266         PyASCIIObject _ascii;
108267         uint8_t _data[9];
108268     }
108269 const_str_getpwnam = {
108270     ._ascii = {
108271         .ob_base = {
108272             .ob_refcnt = 999999999,
108273             .ob_type = &PyUnicode_Type,
108274         },
108275         .length = 8,
108276         .hash = -1,
108277         .state = {
108278             .kind = 1,
108279             .compact = 1,
108280             .ascii = 1,
108281             .ready = 1,
108282         },
108283     },
108284     ._data = "getpwnam",
108285 };
108286 static
108287     struct {
108288         PyGC_Head _gc_head;
108289         struct {
108290             PyObject_VAR_HEAD
108291             PyObject *ob_item[21];
108292         }_object;
108293     }
108294 posixpath_toplevel_consts_23_names = {
108295     ._object = {
108296         .ob_base = {
108297             .ob_base = {
108298                 .ob_refcnt = 999999999,
108299                 .ob_type = &PyTuple_Type,
108300             },
108301             .ob_size = 21,
108302         },
108303         .ob_item = {
108304             & const_str_os._ascii.ob_base,
108305             & const_str_fspath._ascii.ob_base,
108306             &_Py_ID(isinstance),
108307             & const_str_bytes._ascii.ob_base,
108308             & const_str_startswith._ascii.ob_base,
108309             & const_str__get_sep._ascii.ob_base,
108310             & const_str_find._ascii.ob_base,
108311             &_Py_ID(len),
108312             & const_str_environ._ascii.ob_base,
108313             & const_str_pwd._ascii.ob_base,
108314             & const_str_ImportError._ascii.ob_base,
108315             & const_str_getpwuid._ascii.ob_base,
108316             & const_str_getuid._ascii.ob_base,
108317             & const_str_pw_dir._ascii.ob_base,
108318             & const_str_KeyError._ascii.ob_base,
108319             & const_str_str._ascii.ob_base,
108320             & const_str_getpwnam._ascii.ob_base,
108321             & const_str_sys._ascii.ob_base,
108322             & const_str_platform._ascii.ob_base,
108323             & const_str_fsencode._ascii.ob_base,
108324             & const_str_rstrip._ascii.ob_base,
108325         },
108326     },
108327 };
108328 static
108329     struct {
108330         PyObject_VAR_HEAD
108331         Py_hash_t ob_shash;
108332         char ob_sval[564];
108333     }
108334 posixpath_toplevel_consts_23_linetable = {
108335     .ob_base = {
108336         .ob_base = {
108337             .ob_refcnt = 999999999,
108338             .ob_type = &PyBytes_Type,
108339         },
108340         .ob_size = 563,
108341     },
108342     .ob_shash = -1,
108343     .ob_sval = "\x80\x00\xf5\x06\x00\x0c\x0e\x8c\x39\x90\x54\x89\x3f\x8c\x3f\x80\x44\xdd\x07\x11\x90\x24\x9d\x05\xd1\x07\x1e\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\x8a\x3f\x98\x35\xd1\x0b\x21\xd4\x0b\x21\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x0b\xdd\x0a\x12\x90\x34\x89\x2e\x8c\x2e\x80\x43\xd8\x08\x0c\x8f\x09\x8a\x09\x90\x23\x90\x71\xd1\x08\x19\xd4\x08\x19\x80\x41\xd8\x07\x08\x88\x31\x82\x75\x80\x75\xdd\x0c\x0f\x90\x04\x89\x49\x8c\x49\x88\x01\xd8\x07\x08\x88\x41\x82\x76\x80\x76\xd8\x0b\x11\x9d\x12\x9c\x1a\xd0\x0b\x23\xd0\x0b\x23\xf0\x02\x04\x0d\x1c\xd8\x10\x1a\x90\x0a\x90\x0a\x90\x0a\x90\x0a\xf8\xdd\x13\x1e\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\xf0\x06\x05\x0d\x1c\xd8\x1b\x1e\x9f\x3c\x9a\x3c\xad\x02\xac\x09\xa9\x0b\xac\x0b\xd1\x1b\x34\xd4\x1b\x34\xd4\x1b\x3b\x90\x08\x90\x08\xf8\xdd\x13\x1b\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\xf5\x0a\x00\x18\x1a\x94\x7a\xa0\x26\xd4\x17\x29\x88\x48\x88\x48\xf0\x04\x04\x09\x18\xd8\x0c\x16\x88\x4a\x88\x4a\x88\x4a\x88\x4a\xf8\xdd\x0f\x1a\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\xf0\x06\x00\x10\x14\x90\x41\x90\x61\x90\x43\x8c\x79\x88\x04\xdd\x0b\x15\x90\x64\x9d\x45\xd1\x0b\x22\xd4\x0b\x22\xf0\x00\x01\x09\x26\xdd\x13\x16\x90\x74\x98\x57\xd1\x13\x25\xd4\x13\x25\x88\x44\xf0\x02\x05\x09\x18\xd8\x14\x17\x97\x4c\x92\x4c\xa0\x14\xd1\x14\x26\xd4\x14\x26\x88\x45\x88\x45\xf8\xdd\x0f\x17\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\xf0\x08\x00\x14\x19\x94\x3c\x88\x08\xe0\x07\x0f\xd0\x07\x17\x9d\x43\x9c\x4c\xa8\x49\xd2\x1c\x35\xd0\x1c\x35\xd8\x0f\x13\x88\x0b\xdd\x07\x11\x90\x24\x9d\x05\xd1\x07\x1e\xd4\x07\x1e\xf0\x00\x04\x05\x13\xdd\x13\x15\x94\x3b\x98\x78\xd1\x13\x28\xd4\x13\x28\x88\x08\xd8\x0f\x13\x88\x04\x88\x04\xe0\x0f\x12\x88\x04\xd8\x0f\x17\x8f\x7f\x8a\x7f\x98\x74\xd1\x0f\x24\xd4\x0f\x24\x80\x48\xd8\x0c\x14\x90\x74\x98\x41\x98\x42\x98\x42\x94\x78\xd1\x0c\x1f\xd0\x0b\x28\xa0\x44\xd0\x04\x28",
108344 };
108345 static
108346     struct {
108347         PyObject_VAR_HEAD
108348         Py_hash_t ob_shash;
108349         char ob_sval[73];
108350     }
108351 posixpath_toplevel_consts_23_exceptiontable = {
108352     .ob_base = {
108353         .ob_base = {
108354             .ob_refcnt = 999999999,
108355             .ob_type = &PyBytes_Type,
108356         },
108357         .ob_size = 72,
108358     },
108359     .ob_shash = -1,
108360     .ob_sval = "\xc2\x15\x04\x42\x1a\x00\xc2\x1a\x0c\x42\x29\x03\xc2\x28\x01\x42\x29\x03\xc2\x2d\x2b\x43\x19\x00\xc3\x19\x0c\x43\x28\x03\xc3\x27\x01\x43\x28\x03\xc3\x3f\x04\x44\x04\x00\xc4\x04\x0c\x44\x13\x03\xc4\x12\x01\x44\x13\x03\xc5\x06\x15\x45\x1c\x00\xc5\x1c\x0c\x45\x2b\x03\xc5\x2a\x01\x45\x2b\x03",
108361 };
108362 static
108363     struct {
108364         PyASCIIObject _ascii;
108365         uint8_t _data[6];
108366     }
108367 const_str_pwent = {
108368     ._ascii = {
108369         .ob_base = {
108370             .ob_refcnt = 999999999,
108371             .ob_type = &PyUnicode_Type,
108372         },
108373         .length = 5,
108374         .hash = -1,
108375         .state = {
108376             .kind = 1,
108377             .compact = 1,
108378             .ascii = 1,
108379             .ready = 1,
108380         },
108381     },
108382     ._data = "pwent",
108383 };
108384 static
108385     struct {
108386         PyGC_Head _gc_head;
108387         struct {
108388             PyObject_VAR_HEAD
108389             PyObject *ob_item[9];
108390         }_object;
108391     }
108392 posixpath_toplevel_consts_23_localsplusnames = {
108393     ._object = {
108394         .ob_base = {
108395             .ob_base = {
108396                 .ob_refcnt = 999999999,
108397                 .ob_type = &PyTuple_Type,
108398             },
108399             .ob_size = 9,
108400         },
108401         .ob_item = {
108402             &_Py_ID(path),
108403             & const_str_tilde._ascii.ob_base,
108404             & const_str_sep._ascii.ob_base,
108405             & const_str_i._ascii.ob_base,
108406             & const_str_pwd._ascii.ob_base,
108407             & const_str_userhome._ascii.ob_base,
108408             &_Py_ID(name),
108409             & const_str_pwent._ascii.ob_base,
108410             & const_str_root._ascii.ob_base,
108411         },
108412     },
108413 };
108414 static
108415     struct _PyCode_DEF(950)
108416 posixpath_toplevel_consts_23 = {
108417     .ob_base = {
108418         .ob_base = {
108419             .ob_refcnt = 999999999,
108420             .ob_type = &PyCode_Type,
108421         },
108422         .ob_size = 475,
108423     },
108424     .co_consts = & posixpath_toplevel_consts_23_consts._object.ob_base.ob_base,
108425     .co_names = & posixpath_toplevel_consts_23_names._object.ob_base.ob_base,
108426     .co_exceptiontable = & posixpath_toplevel_consts_23_exceptiontable.ob_base.ob_base,
108427     .co_flags = 3,
108428     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
108429     ._co_linearray_entry_size = 0,
108430     .co_argcount = 1,
108431     .co_posonlyargcount = 0,
108432     .co_kwonlyargcount = 0,
108433     .co_stacksize = 4,
108434     .co_firstlineno = 229,
108435     .co_nlocalsplus = 9,
108436     .co_nlocals = 9,
108437     .co_nplaincellvars = 0,
108438     .co_ncellvars = 0,
108439     .co_nfreevars = 0,
108440     .co_localsplusnames = & posixpath_toplevel_consts_23_localsplusnames._object.ob_base.ob_base,
108441     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
108442     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
108443     .co_name = & const_str_expanduser._ascii.ob_base,
108444     .co_qualname = & const_str_expanduser._ascii.ob_base,
108445     .co_linetable = & posixpath_toplevel_consts_23_linetable.ob_base.ob_base,
108446     ._co_code = NULL,
108447     ._co_linearray = NULL,
108448     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x02\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\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x03\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x64\x04\x6b\x00\x00\x00\x00\x00\x72\x0f\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x64\x03\x6b\x02\x00\x00\x00\x00\x72\x78\x64\x05\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x57\x09\x00\x64\x04\x64\x06\x6c\x09\x7d\x04\x6e\x12\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\x09\x00\x7c\x04\xa0\x0b\x00\x00\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\x0c\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x6e\x9c\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\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x6e\x77\x09\x00\x64\x04\x64\x06\x6c\x09\x7d\x04\x6e\x12\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\x7c\x00\x64\x03\x7c\x03\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x10\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x64\x07\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x09\x00\x7c\x04\xa0\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x6e\x12\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\x7c\x07\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x80\x12\x74\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x12\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\xa6\x02\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\x13\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x64\x09\x7d\x08\x6e\x02\x64\x0a\x7d\x08\x7c\x05\xa0\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x7c\x00\x7c\x03\x64\x06\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x70\x01\x7c\x08\x53\x00",
108449     ._co_firsttraceable = 0,
108450 };
108451 static
108452     struct {
108453         PyASCIIObject _ascii;
108454         uint8_t _data[91];
108455     }
108456 posixpath_toplevel_consts_24_consts_0 = {
108457     ._ascii = {
108458         .ob_base = {
108459             .ob_refcnt = 999999999,
108460             .ob_type = &PyUnicode_Type,
108461         },
108462         .length = 90,
108463         .hash = -1,
108464         .state = {
108465             .kind = 1,
108466             .compact = 1,
108467             .ascii = 1,
108468             .ready = 1,
108469         },
108470     },
108471     ._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",
108472 };
108473 static
108474     struct {
108475         PyObject_VAR_HEAD
108476         Py_hash_t ob_shash;
108477         char ob_sval[18];
108478     }
108479 posixpath_toplevel_consts_24_consts_4 = {
108480     .ob_base = {
108481         .ob_base = {
108482             .ob_refcnt = 999999999,
108483             .ob_type = &PyBytes_Type,
108484         },
108485         .ob_size = 17,
108486     },
108487     .ob_shash = -1,
108488     .ob_sval = "\\$(\\w+|\\{[^}]*\\})",
108489 };
108490 static
108491     struct {
108492         PyASCIIObject _ascii;
108493         uint8_t _data[18];
108494     }
108495 posixpath_toplevel_consts_24_consts_9 = {
108496     ._ascii = {
108497         .ob_base = {
108498             .ob_refcnt = 999999999,
108499             .ob_type = &PyUnicode_Type,
108500         },
108501         .length = 17,
108502         .hash = -1,
108503         .state = {
108504             .kind = 1,
108505             .compact = 1,
108506             .ascii = 1,
108507             .ready = 1,
108508         },
108509     },
108510     ._data = "\\$(\\w+|\\{[^}]*\\})",
108511 };
108512 static
108513     struct {
108514         PyGC_Head _gc_head;
108515         struct {
108516             PyObject_VAR_HEAD
108517             PyObject *ob_item[15];
108518         }_object;
108519     }
108520 posixpath_toplevel_consts_24_consts = {
108521     ._object = {
108522         .ob_base = {
108523             .ob_base = {
108524                 .ob_refcnt = 999999999,
108525                 .ob_type = &PyTuple_Type,
108526             },
108527             .ob_size = 15,
108528         },
108529         .ob_item = {
108530             & posixpath_toplevel_consts_24_consts_0._ascii.ob_base,
108531             (PyObject *)&_Py_SINGLETON(bytes_characters[36]),
108532             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
108533             Py_None,
108534             & posixpath_toplevel_consts_24_consts_4.ob_base.ob_base,
108535             (PyObject *)&_Py_SINGLETON(bytes_characters[123]),
108536             (PyObject *)&_Py_SINGLETON(bytes_characters[125]),
108537             & const_str_environb._ascii.ob_base,
108538             & ntpath_toplevel_consts_28_consts_11._ascii.ob_base,
108539             & posixpath_toplevel_consts_24_consts_9._ascii.ob_base,
108540             &_Py_STR(open_br),
108541             &_Py_STR(close_br),
108542             Py_True,
108543             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
108544             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
108545         },
108546     },
108547 };
108548 static
108549     struct {
108550         PyASCIIObject _ascii;
108551         uint8_t _data[10];
108552     }
108553 const_str__varprogb = {
108554     ._ascii = {
108555         .ob_base = {
108556             .ob_refcnt = 999999999,
108557             .ob_type = &PyUnicode_Type,
108558         },
108559         .length = 9,
108560         .hash = -1,
108561         .state = {
108562             .kind = 1,
108563             .compact = 1,
108564             .ascii = 1,
108565             .ready = 1,
108566         },
108567     },
108568     ._data = "_varprogb",
108569 };
108570 static
108571     struct {
108572         PyASCIIObject _ascii;
108573         uint8_t _data[3];
108574     }
108575 const_str_re = {
108576     ._ascii = {
108577         .ob_base = {
108578             .ob_refcnt = 999999999,
108579             .ob_type = &PyUnicode_Type,
108580         },
108581         .length = 2,
108582         .hash = -1,
108583         .state = {
108584             .kind = 1,
108585             .compact = 1,
108586             .ascii = 1,
108587             .ready = 1,
108588         },
108589     },
108590     ._data = "re",
108591 };
108592 static
108593     struct {
108594         PyASCIIObject _ascii;
108595         uint8_t _data[9];
108596     }
108597 const_str__varprog = {
108598     ._ascii = {
108599         .ob_base = {
108600             .ob_refcnt = 999999999,
108601             .ob_type = &PyUnicode_Type,
108602         },
108603         .length = 8,
108604         .hash = -1,
108605         .state = {
108606             .kind = 1,
108607             .compact = 1,
108608             .ascii = 1,
108609             .ready = 1,
108610         },
108611     },
108612     ._data = "_varprog",
108613 };
108614 static
108615     struct {
108616         PyASCIIObject _ascii;
108617         uint8_t _data[5];
108618     }
108619 const_str_span = {
108620     ._ascii = {
108621         .ob_base = {
108622             .ob_refcnt = 999999999,
108623             .ob_type = &PyUnicode_Type,
108624         },
108625         .length = 4,
108626         .hash = -1,
108627         .state = {
108628             .kind = 1,
108629             .compact = 1,
108630             .ascii = 1,
108631             .ready = 1,
108632         },
108633     },
108634     ._data = "span",
108635 };
108636 static
108637     struct {
108638         PyASCIIObject _ascii;
108639         uint8_t _data[6];
108640     }
108641 const_str_group = {
108642     ._ascii = {
108643         .ob_base = {
108644             .ob_refcnt = 999999999,
108645             .ob_type = &PyUnicode_Type,
108646         },
108647         .length = 5,
108648         .hash = -1,
108649         .state = {
108650             .kind = 1,
108651             .compact = 1,
108652             .ascii = 1,
108653             .ready = 1,
108654         },
108655     },
108656     ._data = "group",
108657 };
108658 static
108659     struct {
108660         PyGC_Head _gc_head;
108661         struct {
108662             PyObject_VAR_HEAD
108663             PyObject *ob_item[20];
108664         }_object;
108665     }
108666 posixpath_toplevel_consts_24_names = {
108667     ._object = {
108668         .ob_base = {
108669             .ob_base = {
108670                 .ob_refcnt = 999999999,
108671                 .ob_type = &PyTuple_Type,
108672             },
108673             .ob_size = 20,
108674         },
108675         .ob_item = {
108676             & const_str_os._ascii.ob_base,
108677             & const_str_fspath._ascii.ob_base,
108678             &_Py_ID(isinstance),
108679             & const_str_bytes._ascii.ob_base,
108680             & const_str__varprogb._ascii.ob_base,
108681             & const_str_re._ascii.ob_base,
108682             & const_str_compile._ascii.ob_base,
108683             & const_str_ASCII._ascii.ob_base,
108684             & const_str_search._ascii.ob_base,
108685             &_Py_ID(getattr),
108686             & const_str__varprog._ascii.ob_base,
108687             & const_str_environ._ascii.ob_base,
108688             & const_str_span._ascii.ob_base,
108689             & const_str_group._ascii.ob_base,
108690             & const_str_startswith._ascii.ob_base,
108691             & const_str_endswith._ascii.ob_base,
108692             & const_str_fsencode._ascii.ob_base,
108693             & const_str_fsdecode._ascii.ob_base,
108694             &_Py_ID(len),
108695             & const_str_KeyError._ascii.ob_base,
108696         },
108697     },
108698 };
108699 static
108700     struct {
108701         PyObject_VAR_HEAD
108702         Py_hash_t ob_shash;
108703         char ob_sval[487];
108704     }
108705 posixpath_toplevel_consts_24_linetable = {
108706     .ob_base = {
108707         .ob_base = {
108708             .ob_refcnt = 999999999,
108709             .ob_type = &PyBytes_Type,
108710         },
108711         .ob_size = 486,
108712     },
108713     .ob_shash = -1,
108714     .ob_sval = "\x80\x00\xf5\x06\x00\x0c\x0e\x8c\x39\x90\x54\x89\x3f\x8c\x3f\x80\x44\xe5\x07\x11\x90\x24\x9d\x05\xd1\x07\x1e\xd4\x07\x1e\xf0\x00\x13\x05\x1d\xd8\x0b\x0f\x90\x74\xd0\x0b\x1b\xd0\x0b\x1b\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\x9a\x0a\xd0\x23\x38\xb8\x22\xbc\x28\xd1\x18\x43\xd4\x18\x43\x88\x49\xdd\x11\x1a\xd4\x11\x21\x88\x06\xd8\x10\x14\x88\x05\xd8\x0e\x12\x88\x03\xdd\x12\x19\x9d\x22\x98\x6a\xa8\x24\xd1\x12\x2f\xd4\x12\x2f\x88\x07\x88\x07\xe0\x0b\x0e\x90\x64\x88\x3f\x88\x3f\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\x92\x7a\xd0\x22\x36\xb8\x02\xbc\x08\xd1\x17\x41\xd4\x17\x41\x88\x48\xdd\x11\x19\x94\x1f\x88\x06\xd8\x10\x13\x88\x05\xd8\x0e\x11\x88\x03\xdd\x12\x14\x94\x2a\x88\x07\xd8\x08\x09\x80\x41\xf0\x02\x13\x05\x19\xd8\x0c\x12\x88\x46\x90\x34\x98\x11\x89\x4f\x8c\x4f\x88\x01\xd8\x0f\x10\xf0\x00\x01\x09\x12\xd8\x0c\x11\xd8\x0f\x10\x8f\x76\x8a\x76\x90\x61\x89\x79\x8c\x79\x89\x04\x88\x01\x88\x31\xd8\x0f\x10\x8f\x77\x8a\x77\x90\x71\x89\x7a\x8c\x7a\x88\x04\xd8\x0b\x0f\x8f\x3f\x8a\x3f\x98\x35\xd1\x0b\x21\xd4\x0b\x21\xf0\x00\x01\x09\x1e\xa0\x64\xa7\x6d\xa2\x6d\xb0\x43\xd1\x26\x38\xd4\x26\x38\xf0\x00\x01\x09\x1e\xd8\x13\x17\x98\x01\x98\x22\x98\x04\x94\x3a\x88\x44\xf0\x02\x0b\x09\x19\xd8\x0f\x16\x88\x7f\xdd\x18\x1a\x9c\x0b\xa5\x42\xa4\x4a\xad\x72\xac\x7b\xb8\x34\xd1\x2f\x40\xd4\x2f\x40\xd4\x24\x41\xd1\x18\x42\xd4\x18\x42\x90\x05\x90\x05\xe0\x18\x1f\xa0\x04\x9c\x0d\x90\x05\xf0\x08\x00\x14\x18\x98\x01\x98\x02\x98\x02\x94\x38\x88\x44\xd8\x13\x17\x98\x02\x98\x11\x98\x02\x94\x38\x98\x65\xd1\x13\x23\x88\x44\xdd\x10\x13\x90\x44\x91\x09\x94\x09\x88\x41\xd8\x0c\x10\x90\x44\x89\x4c\x88\x44\x88\x44\xf8\xf5\x0d\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\xf0\x1b\x13\x05\x19\xf0\x28\x00\x0c\x10\x80\x4b",
108715 };
108716 static
108717     struct {
108718         PyObject_VAR_HEAD
108719         Py_hash_t ob_shash;
108720         char ob_sval[20];
108721     }
108722 posixpath_toplevel_consts_24_exceptiontable = {
108723     .ob_base = {
108724         .ob_base = {
108725             .ob_refcnt = 999999999,
108726             .ob_type = &PyBytes_Type,
108727         },
108728         .ob_size = 19,
108729     },
108730     .ob_shash = -1,
108731     .ob_sval = "\xc4\x39\x41\x01\x46\x26\x00\xc6\x26\x0c\x46\x35\x03\xc6\x34\x01\x46\x35\x03",
108732 };
108733 static
108734     struct {
108735         PyASCIIObject _ascii;
108736         uint8_t _data[4];
108737     }
108738 const_str_end = {
108739     ._ascii = {
108740         .ob_base = {
108741             .ob_refcnt = 999999999,
108742             .ob_type = &PyUnicode_Type,
108743         },
108744         .length = 3,
108745         .hash = -1,
108746         .state = {
108747             .kind = 1,
108748             .compact = 1,
108749             .ascii = 1,
108750             .ready = 1,
108751         },
108752     },
108753     ._data = "end",
108754 };
108755 static
108756     struct {
108757         PyASCIIObject _ascii;
108758         uint8_t _data[2];
108759     }
108760 const_str_j = {
108761     ._ascii = {
108762         .ob_base = {
108763             .ob_refcnt = 999999999,
108764             .ob_type = &PyUnicode_Type,
108765         },
108766         .length = 1,
108767         .hash = -1,
108768         .state = {
108769             .kind = 1,
108770             .compact = 1,
108771             .ascii = 1,
108772             .ready = 1,
108773         },
108774     },
108775     ._data = "j",
108776 };
108777 static
108778     struct {
108779         PyGC_Head _gc_head;
108780         struct {
108781             PyObject_VAR_HEAD
108782             PyObject *ob_item[12];
108783         }_object;
108784     }
108785 posixpath_toplevel_consts_24_localsplusnames = {
108786     ._object = {
108787         .ob_base = {
108788             .ob_base = {
108789                 .ob_refcnt = 999999999,
108790                 .ob_type = &PyTuple_Type,
108791             },
108792             .ob_size = 12,
108793         },
108794         .ob_item = {
108795             &_Py_ID(path),
108796             & const_str_re._ascii.ob_base,
108797             & const_str_search._ascii.ob_base,
108798             & const_str_start._ascii.ob_base,
108799             & const_str_end._ascii.ob_base,
108800             & const_str_environ._ascii.ob_base,
108801             & const_str_i._ascii.ob_base,
108802             & const_str_m._ascii.ob_base,
108803             & const_str_j._ascii.ob_base,
108804             &_Py_ID(name),
108805             & const_str_value._ascii.ob_base,
108806             & const_str_tail._ascii.ob_base,
108807         },
108808     },
108809 };
108810 static
108811     struct _PyCode_DEF(886)
108812 posixpath_toplevel_consts_24 = {
108813     .ob_base = {
108814         .ob_base = {
108815             .ob_refcnt = 999999999,
108816             .ob_type = &PyCode_Type,
108817         },
108818         .ob_size = 443,
108819     },
108820     .co_consts = & posixpath_toplevel_consts_24_consts._object.ob_base.ob_base,
108821     .co_names = & posixpath_toplevel_consts_24_names._object.ob_base.ob_base,
108822     .co_exceptiontable = & posixpath_toplevel_consts_24_exceptiontable.ob_base.ob_base,
108823     .co_flags = 3,
108824     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
108825     ._co_linearray_entry_size = 0,
108826     .co_argcount = 1,
108827     .co_posonlyargcount = 0,
108828     .co_kwonlyargcount = 0,
108829     .co_stacksize = 6,
108830     .co_firstlineno = 293,
108831     .co_nlocalsplus = 12,
108832     .co_nlocals = 12,
108833     .co_nplaincellvars = 0,
108834     .co_ncellvars = 0,
108835     .co_nfreevars = 0,
108836     .co_localsplusnames = & posixpath_toplevel_consts_24_localsplusnames._object.ob_base.ob_base,
108837     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_36_localspluskinds.ob_base.ob_base,
108838     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
108839     .co_name = & const_str_expandvars._ascii.ob_base,
108840     .co_qualname = & const_str_expandvars._ascii.ob_base,
108841     .co_linetable = & posixpath_toplevel_consts_24_linetable.ob_base.ob_base,
108842     ._co_code = NULL,
108843     ._co_linearray = NULL,
108844     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x53\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\x1f\x64\x02\x64\x03\x6c\x05\x7d\x01\x7c\x01\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x01\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\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\x08\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x6e\x48\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\x1f\x64\x02\x64\x03\x6c\x05\x7d\x01\x7c\x01\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\x7c\x01\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\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\x08\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\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x64\x02\x7d\x06\x09\x00\x02\x00\x7c\x02\x7c\x00\x7c\x06\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x73\x01\x6e\xe2\x7c\x07\xa0\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x06\x7d\x08\x7c\x07\xa0\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0d\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x7c\x09\xa0\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1f\x7c\x09\xa0\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0a\x7c\x09\x64\x0d\x64\x0e\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x09\x00\x7c\x05\x80\x37\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x7c\x00\x64\x03\x7c\x06\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0a\x7a\x00\x00\x00\x7d\x00\x74\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x00\x7c\x0b\x7a\x0d\x00\x00\x7d\x00\x6e\x12\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\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x8c\xf1\x7c\x00\x53\x00",
108845     ._co_firsttraceable = 0,
108846 };
108847 static
108848     struct _PyCode_DEF(224)
108849 posixpath_toplevel_consts_26 = {
108850     .ob_base = {
108851         .ob_base = {
108852             .ob_refcnt = 999999999,
108853             .ob_type = &PyCode_Type,
108854         },
108855         .ob_size = 112,
108856     },
108857     .co_consts = & ntpath_toplevel_consts_30_consts._object.ob_base.ob_base,
108858     .co_names = & ntpath_toplevel_consts_30_names._object.ob_base.ob_base,
108859     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
108860     .co_flags = 3,
108861     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
108862     ._co_linearray_entry_size = 0,
108863     .co_argcount = 1,
108864     .co_posonlyargcount = 0,
108865     .co_kwonlyargcount = 0,
108866     .co_stacksize = 7,
108867     .co_firstlineno = 389,
108868     .co_nlocalsplus = 1,
108869     .co_nlocals = 1,
108870     .co_nplaincellvars = 0,
108871     .co_ncellvars = 0,
108872     .co_nfreevars = 0,
108873     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
108874     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
108875     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
108876     .co_name = & const_str_normpath._ascii.ob_base,
108877     .co_qualname = & const_str_normpath._ascii.ob_base,
108878     .co_linetable = & ntpath_toplevel_consts_30_linetable.ob_base.ob_base,
108879     ._co_code = NULL,
108880     ._co_linearray = NULL,
108881     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x35\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\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\x06\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x70\x01\x64\x02\x53\x00",
108882     ._co_firsttraceable = 0,
108883 };
108884 static
108885     struct {
108886         PyGC_Head _gc_head;
108887         struct {
108888             PyObject_VAR_HEAD
108889             PyObject *ob_item[12];
108890         }_object;
108891     }
108892 posixpath_toplevel_consts_27_consts = {
108893     ._object = {
108894         .ob_base = {
108895             .ob_base = {
108896                 .ob_refcnt = 999999999,
108897                 .ob_type = &PyTuple_Type,
108898             },
108899             .ob_size = 12,
108900         },
108901         .ob_item = {
108902             & ntpath_toplevel_consts_30_consts_0._ascii.ob_base,
108903             (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
108904             (PyObject *)&_Py_SINGLETON(bytes_empty),
108905             (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
108906             & ntpath_toplevel_consts_31_consts_4.ob_base.ob_base,
108907             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
108908             &_Py_STR(empty),
108909             &_Py_STR(dot),
108910             & ntpath_toplevel_consts_2._ascii.ob_base,
108911             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
108912             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
108913             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
108914         },
108915     },
108916 };
108917 static
108918     struct {
108919         PyGC_Head _gc_head;
108920         struct {
108921             PyObject_VAR_HEAD
108922             PyObject *ob_item[9];
108923         }_object;
108924     }
108925 posixpath_toplevel_consts_27_names = {
108926     ._object = {
108927         .ob_base = {
108928             .ob_base = {
108929                 .ob_refcnt = 999999999,
108930                 .ob_type = &PyTuple_Type,
108931             },
108932             .ob_size = 9,
108933         },
108934         .ob_item = {
108935             & const_str_os._ascii.ob_base,
108936             & const_str_fspath._ascii.ob_base,
108937             &_Py_ID(isinstance),
108938             & const_str_bytes._ascii.ob_base,
108939             & const_str_startswith._ascii.ob_base,
108940             & const_str_split._ascii.ob_base,
108941             &_Py_ID(append),
108942             & const_str_pop._ascii.ob_base,
108943             &_Py_ID(join),
108944         },
108945     },
108946 };
108947 static
108948     struct {
108949         PyObject_VAR_HEAD
108950         Py_hash_t ob_shash;
108951         char ob_sval[361];
108952     }
108953 posixpath_toplevel_consts_27_linetable = {
108954     .ob_base = {
108955         .ob_base = {
108956             .ob_refcnt = 999999999,
108957             .ob_type = &PyBytes_Type,
108958         },
108959         .ob_size = 360,
108960     },
108961     .ob_shash = -1,
108962     .ob_sval = "\x80\x00\xe5\x0f\x11\x8c\x79\x98\x14\x89\x7f\x8c\x7f\x88\x04\xdd\x0b\x15\x90\x64\x9d\x45\xd1\x0b\x22\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\x88\x3d\xd8\x13\x16\x88\x4a\xd8\x1a\x1e\x9f\x2f\x9a\x2f\xa8\x23\xd1\x1a\x2e\xd4\x1a\x2e\x88\x0f\xf0\x08\x00\x0d\x1c\xf0\x00\x02\x09\x20\xd8\x0c\x10\x8f\x4f\x8a\x4f\x98\x43\xa0\x01\x99\x45\xd1\x0c\x22\xd4\x0c\x22\xf0\x03\x02\x09\x20\xd8\x2b\x2f\xaf\x3f\xaa\x3f\xb8\x33\xb8\x71\xb9\x35\xd1\x2b\x41\xd4\x2b\x41\xf0\x03\x02\x09\x20\xe0\x1e\x1f\x88\x4f\xd8\x10\x14\x97\x0a\x92\x0a\x98\x33\x91\x0f\x94\x0f\x88\x05\xd8\x14\x16\x88\x09\xd8\x14\x19\xf0\x00\x07\x09\x20\xf0\x00\x07\x09\x20\x88\x44\xd8\x0f\x13\x98\x05\x98\x73\x90\x7c\xd0\x0f\x23\xd0\x0f\x23\xd8\x10\x18\xd8\x10\x14\x98\x06\x92\x0e\x90\x0e\xa0\x7f\x90\x0e\xb8\x79\x90\x0e\xd8\x12\x1b\xf0\x03\x00\x11\x1f\xd8\x20\x29\xa8\x22\xa4\x0d\xb0\x16\xd2\x20\x37\xd0\x20\x37\xd8\x10\x19\xd7\x10\x20\xd2\x10\x20\xa0\x14\xd1\x10\x26\xd4\x10\x26\xd0\x10\x26\xd0\x10\x26\xd8\x11\x1a\xf0\x00\x01\x0d\x20\xd8\x10\x19\x97\x0d\x92\x0d\x91\x0f\x94\x0f\x90\x0f\xf8\xd8\x10\x19\x88\x05\xd8\x0f\x12\x8f\x78\x8a\x78\x98\x05\x89\x7f\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",
108963 };
108964 static
108965     struct {
108966         PyASCIIObject _ascii;
108967         uint8_t _data[6];
108968     }
108969 const_str_empty = {
108970     ._ascii = {
108971         .ob_base = {
108972             .ob_refcnt = 999999999,
108973             .ob_type = &PyUnicode_Type,
108974         },
108975         .length = 5,
108976         .hash = -1,
108977         .state = {
108978             .kind = 1,
108979             .compact = 1,
108980             .ascii = 1,
108981             .ready = 1,
108982         },
108983     },
108984     ._data = "empty",
108985 };
108986 static
108987     struct {
108988         PyASCIIObject _ascii;
108989         uint8_t _data[7];
108990     }
108991 const_str_dotdot = {
108992     ._ascii = {
108993         .ob_base = {
108994             .ob_refcnt = 999999999,
108995             .ob_type = &PyUnicode_Type,
108996         },
108997         .length = 6,
108998         .hash = -1,
108999         .state = {
109000             .kind = 1,
109001             .compact = 1,
109002             .ascii = 1,
109003             .ready = 1,
109004         },
109005     },
109006     ._data = "dotdot",
109007 };
109008 static
109009     struct {
109010         PyASCIIObject _ascii;
109011         uint8_t _data[16];
109012     }
109013 const_str_initial_slashes = {
109014     ._ascii = {
109015         .ob_base = {
109016             .ob_refcnt = 999999999,
109017             .ob_type = &PyUnicode_Type,
109018         },
109019         .length = 15,
109020         .hash = -1,
109021         .state = {
109022             .kind = 1,
109023             .compact = 1,
109024             .ascii = 1,
109025             .ready = 1,
109026         },
109027     },
109028     ._data = "initial_slashes",
109029 };
109030 static
109031     struct {
109032         PyASCIIObject _ascii;
109033         uint8_t _data[10];
109034     }
109035 const_str_new_comps = {
109036     ._ascii = {
109037         .ob_base = {
109038             .ob_refcnt = 999999999,
109039             .ob_type = &PyUnicode_Type,
109040         },
109041         .length = 9,
109042         .hash = -1,
109043         .state = {
109044             .kind = 1,
109045             .compact = 1,
109046             .ascii = 1,
109047             .ready = 1,
109048         },
109049     },
109050     ._data = "new_comps",
109051 };
109052 static
109053     struct {
109054         PyASCIIObject _ascii;
109055         uint8_t _data[5];
109056     }
109057 const_str_comp = {
109058     ._ascii = {
109059         .ob_base = {
109060             .ob_refcnt = 999999999,
109061             .ob_type = &PyUnicode_Type,
109062         },
109063         .length = 4,
109064         .hash = -1,
109065         .state = {
109066             .kind = 1,
109067             .compact = 1,
109068             .ascii = 1,
109069             .ready = 1,
109070         },
109071     },
109072     ._data = "comp",
109073 };
109074 static
109075     struct {
109076         PyGC_Head _gc_head;
109077         struct {
109078             PyObject_VAR_HEAD
109079             PyObject *ob_item[9];
109080         }_object;
109081     }
109082 posixpath_toplevel_consts_27_localsplusnames = {
109083     ._object = {
109084         .ob_base = {
109085             .ob_base = {
109086                 .ob_refcnt = 999999999,
109087                 .ob_type = &PyTuple_Type,
109088             },
109089             .ob_size = 9,
109090         },
109091         .ob_item = {
109092             &_Py_ID(path),
109093             & const_str_sep._ascii.ob_base,
109094             & const_str_empty._ascii.ob_base,
109095             & const_str_dot._ascii.ob_base,
109096             & const_str_dotdot._ascii.ob_base,
109097             & const_str_initial_slashes._ascii.ob_base,
109098             & const_str_comps._ascii.ob_base,
109099             & const_str_new_comps._ascii.ob_base,
109100             & const_str_comp._ascii.ob_base,
109101         },
109102     },
109103 };
109104 static
109105     struct _PyCode_DEF(560)
109106 posixpath_toplevel_consts_27 = {
109107     .ob_base = {
109108         .ob_base = {
109109             .ob_refcnt = 999999999,
109110             .ob_type = &PyCode_Type,
109111         },
109112         .ob_size = 280,
109113     },
109114     .co_consts = & posixpath_toplevel_consts_27_consts._object.ob_base.ob_base,
109115     .co_names = & posixpath_toplevel_consts_27_names._object.ob_base.ob_base,
109116     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
109117     .co_flags = 3,
109118     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
109119     ._co_linearray_entry_size = 0,
109120     .co_argcount = 1,
109121     .co_posonlyargcount = 0,
109122     .co_kwonlyargcount = 0,
109123     .co_stacksize = 4,
109124     .co_firstlineno = 350,
109125     .co_nlocalsplus = 9,
109126     .co_nlocals = 9,
109127     .co_nplaincellvars = 0,
109128     .co_ncellvars = 0,
109129     .co_nfreevars = 0,
109130     .co_localsplusnames = & posixpath_toplevel_consts_27_localsplusnames._object.ob_base.ob_base,
109131     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
109132     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
109133     .co_name = & const_str_normpath._ascii.ob_base,
109134     .co_qualname = & const_str_normpath._ascii.ob_base,
109135     .co_linetable = & posixpath_toplevel_consts_27_linetable.ob_base.ob_base,
109136     ._co_code = NULL,
109137     ._co_linearray = NULL,
109138     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x02\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\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x72\x32\x7c\x00\xa0\x04\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1a\x7c\x00\xa0\x04\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x64\x09\x7d\x05\x7c\x00\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x67\x00\x7d\x07\x7c\x06\x44\x00\x5d\x4d\x7d\x08\x7c\x08\x7c\x02\x7c\x03\x66\x02\x76\x00\x72\x01\x8c\x09\x7c\x08\x7c\x04\x6b\x03\x00\x00\x00\x00\x73\x12\x7c\x05\x73\x02\x7c\x07\x72\x0e\x7c\x07\x72\x22\x7c\x07\x64\x0b\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6b\x02\x00\x00\x00\x00\x72\x16\x7c\x07\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x37\x7c\x07\x72\x14\x7c\x07\xa0\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x4e\x7c\x07\x7d\x06\x7c\x01\xa0\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xa6\x01\x00\x00\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",
109139     ._co_firsttraceable = 0,
109140 };
109141 static
109142     struct {
109143         PyASCIIObject _ascii;
109144         uint8_t _data[25];
109145     }
109146 posixpath_toplevel_consts_28_consts_0 = {
109147     ._ascii = {
109148         .ob_base = {
109149             .ob_refcnt = 999999999,
109150             .ob_type = &PyUnicode_Type,
109151         },
109152         .length = 24,
109153         .hash = -1,
109154         .state = {
109155             .kind = 1,
109156             .compact = 1,
109157             .ascii = 1,
109158             .ready = 1,
109159         },
109160     },
109161     ._data = "Return an absolute path.",
109162 };
109163 static
109164     struct {
109165         PyGC_Head _gc_head;
109166         struct {
109167             PyObject_VAR_HEAD
109168             PyObject *ob_item[1];
109169         }_object;
109170     }
109171 posixpath_toplevel_consts_28_consts = {
109172     ._object = {
109173         .ob_base = {
109174             .ob_base = {
109175                 .ob_refcnt = 999999999,
109176                 .ob_type = &PyTuple_Type,
109177             },
109178             .ob_size = 1,
109179         },
109180         .ob_item = {
109181             & posixpath_toplevel_consts_28_consts_0._ascii.ob_base,
109182         },
109183     },
109184 };
109185 static
109186     struct {
109187         PyObject_VAR_HEAD
109188         Py_hash_t ob_shash;
109189         char ob_sval[97];
109190     }
109191 posixpath_toplevel_consts_28_linetable = {
109192     .ob_base = {
109193         .ob_base = {
109194             .ob_refcnt = 999999999,
109195             .ob_type = &PyBytes_Type,
109196         },
109197         .ob_size = 96,
109198     },
109199     .ob_shash = -1,
109200     .ob_sval = "\x80\x00\xe5\x0b\x0d\x8c\x39\x90\x54\x89\x3f\x8c\x3f\x80\x44\xdd\x0b\x10\x90\x14\x89\x3b\x8c\x3b\xf0\x00\x05\x05\x1f\xdd\x0b\x15\x90\x64\x9d\x45\xd1\x0b\x22\xd4\x0b\x22\xf0\x00\x03\x09\x1e\xdd\x12\x14\x94\x2a\x91\x2c\x94\x2c\x88\x43\x88\x43\xe5\x12\x14\x94\x29\x91\x2b\x94\x2b\x88\x43\xdd\x0f\x13\x90\x43\x98\x14\x89\x7f\x8c\x7f\x88\x04\xdd\x0b\x13\x90\x44\x89\x3e\x8c\x3e\xd0\x04\x19",
109201 };
109202 static
109203     struct _PyCode_DEF(254)
109204 posixpath_toplevel_consts_28 = {
109205     .ob_base = {
109206         .ob_base = {
109207             .ob_refcnt = 999999999,
109208             .ob_type = &PyCode_Type,
109209         },
109210         .ob_size = 127,
109211     },
109212     .co_consts = & posixpath_toplevel_consts_28_consts._object.ob_base.ob_base,
109213     .co_names = & ntpath_toplevel_consts_32_names._object.ob_base.ob_base,
109214     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
109215     .co_flags = 3,
109216     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
109217     ._co_linearray_entry_size = 0,
109218     .co_argcount = 1,
109219     .co_posonlyargcount = 0,
109220     .co_kwonlyargcount = 0,
109221     .co_stacksize = 4,
109222     .co_firstlineno = 397,
109223     .co_nlocalsplus = 2,
109224     .co_nlocals = 2,
109225     .co_nplaincellvars = 0,
109226     .co_ncellvars = 0,
109227     .co_nfreevars = 0,
109228     .co_localsplusnames = & ntpath_toplevel_consts_32_localsplusnames._object.ob_base.ob_base,
109229     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
109230     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
109231     .co_name = & const_str_abspath._ascii.ob_base,
109232     .co_qualname = & const_str_abspath._ascii.ob_base,
109233     .co_linetable = & posixpath_toplevel_consts_28_linetable.ob_base.ob_base,
109234     ._co_code = NULL,
109235     ._co_linearray = NULL,
109236     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x4c\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x14\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x13\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\xa6\x02\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
109237     ._co_firsttraceable = 0,
109238 };
109239 static
109240     struct {
109241         PyASCIIObject _ascii;
109242         uint8_t _data[109];
109243     }
109244 posixpath_toplevel_consts_31_consts_0 = {
109245     ._ascii = {
109246         .ob_base = {
109247             .ob_refcnt = 999999999,
109248             .ob_type = &PyUnicode_Type,
109249         },
109250         .length = 108,
109251         .hash = -1,
109252         .state = {
109253             .kind = 1,
109254             .compact = 1,
109255             .ascii = 1,
109256             .ready = 1,
109257         },
109258     },
109259     ._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",
109260 };
109261 static
109262     struct {
109263         PyGC_Head _gc_head;
109264         struct {
109265             PyObject_VAR_HEAD
109266             PyObject *ob_item[3];
109267         }_object;
109268     }
109269 posixpath_toplevel_consts_31_consts = {
109270     ._object = {
109271         .ob_base = {
109272             .ob_base = {
109273                 .ob_refcnt = 999999999,
109274                 .ob_type = &PyTuple_Type,
109275             },
109276             .ob_size = 3,
109277         },
109278         .ob_item = {
109279             & posixpath_toplevel_consts_31_consts_0._ascii.ob_base,
109280             Py_None,
109281             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
109282         },
109283     },
109284 };
109285 static
109286     struct {
109287         PyASCIIObject _ascii;
109288         uint8_t _data[14];
109289     }
109290 const_str__joinrealpath = {
109291     ._ascii = {
109292         .ob_base = {
109293             .ob_refcnt = 999999999,
109294             .ob_type = &PyUnicode_Type,
109295         },
109296         .length = 13,
109297         .hash = -1,
109298         .state = {
109299             .kind = 1,
109300             .compact = 1,
109301             .ascii = 1,
109302             .ready = 1,
109303         },
109304     },
109305     ._data = "_joinrealpath",
109306 };
109307 static
109308     struct {
109309         PyGC_Head _gc_head;
109310         struct {
109311             PyObject_VAR_HEAD
109312             PyObject *ob_item[4];
109313         }_object;
109314     }
109315 posixpath_toplevel_consts_31_names = {
109316     ._object = {
109317         .ob_base = {
109318             .ob_base = {
109319                 .ob_refcnt = 999999999,
109320                 .ob_type = &PyTuple_Type,
109321             },
109322             .ob_size = 4,
109323         },
109324         .ob_item = {
109325             & const_str_os._ascii.ob_base,
109326             & const_str_fspath._ascii.ob_base,
109327             & const_str__joinrealpath._ascii.ob_base,
109328             & const_str_abspath._ascii.ob_base,
109329         },
109330     },
109331 };
109332 static
109333     struct {
109334         PyObject_VAR_HEAD
109335         Py_hash_t ob_shash;
109336         char ob_sval[63];
109337     }
109338 posixpath_toplevel_consts_31_linetable = {
109339     .ob_base = {
109340         .ob_base = {
109341             .ob_refcnt = 999999999,
109342             .ob_type = &PyBytes_Type,
109343         },
109344         .ob_size = 62,
109345     },
109346     .ob_shash = -1,
109347     .ob_sval = "\x80\x00\xf5\x06\x00\x10\x12\x8c\x79\x98\x18\xd1\x0f\x22\xd4\x0f\x22\x80\x48\xdd\x0f\x1c\x98\x58\xa0\x62\xa0\x71\xa0\x62\x9c\x5c\xa8\x38\xb0\x56\xb8\x52\xd1\x0f\x40\xd4\x0f\x40\x81\x48\x80\x44\x88\x22\xdd\x0b\x12\x90\x34\x89\x3d\x8c\x3d\xd0\x04\x18",
109348 };
109349 static
109350     struct {
109351         PyASCIIObject _ascii;
109352         uint8_t _data[3];
109353     }
109354 const_str_ok = {
109355     ._ascii = {
109356         .ob_base = {
109357             .ob_refcnt = 999999999,
109358             .ob_type = &PyUnicode_Type,
109359         },
109360         .length = 2,
109361         .hash = -1,
109362         .state = {
109363             .kind = 1,
109364             .compact = 1,
109365             .ascii = 1,
109366             .ready = 1,
109367         },
109368     },
109369     ._data = "ok",
109370 };
109371 static
109372     struct {
109373         PyGC_Head _gc_head;
109374         struct {
109375             PyObject_VAR_HEAD
109376             PyObject *ob_item[4];
109377         }_object;
109378     }
109379 posixpath_toplevel_consts_31_localsplusnames = {
109380     ._object = {
109381         .ob_base = {
109382             .ob_base = {
109383                 .ob_refcnt = 999999999,
109384                 .ob_type = &PyTuple_Type,
109385             },
109386             .ob_size = 4,
109387         },
109388         .ob_item = {
109389             &_Py_ID(filename),
109390             &_Py_ID(strict),
109391             &_Py_ID(path),
109392             & const_str_ok._ascii.ob_base,
109393         },
109394     },
109395 };
109396 static
109397     struct _PyCode_DEF(130)
109398 posixpath_toplevel_consts_31 = {
109399     .ob_base = {
109400         .ob_base = {
109401             .ob_refcnt = 999999999,
109402             .ob_type = &PyCode_Type,
109403         },
109404         .ob_size = 65,
109405     },
109406     .co_consts = & posixpath_toplevel_consts_31_consts._object.ob_base.ob_base,
109407     .co_names = & posixpath_toplevel_consts_31_names._object.ob_base.ob_base,
109408     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
109409     .co_flags = 3,
109410     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
109411     ._co_linearray_entry_size = 0,
109412     .co_argcount = 1,
109413     .co_posonlyargcount = 0,
109414     .co_kwonlyargcount = 1,
109415     .co_stacksize = 6,
109416     .co_firstlineno = 412,
109417     .co_nlocalsplus = 4,
109418     .co_nlocals = 4,
109419     .co_nplaincellvars = 0,
109420     .co_ncellvars = 0,
109421     .co_nfreevars = 0,
109422     .co_localsplusnames = & posixpath_toplevel_consts_31_localsplusnames._object.ob_base.ob_base,
109423     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
109424     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
109425     .co_name = & const_str_realpath._ascii.ob_base,
109426     .co_qualname = & const_str_realpath._ascii.ob_base,
109427     .co_linetable = & posixpath_toplevel_consts_31_linetable.ob_base.ob_base,
109428     ._co_code = NULL,
109429     ._co_linearray = NULL,
109430     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x69\x00\xa6\x04\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
109431     ._co_firsttraceable = 0,
109432 };
109433 static
109434     struct {
109435         PyGC_Head _gc_head;
109436         struct {
109437             PyObject_VAR_HEAD
109438             PyObject *ob_item[10];
109439         }_object;
109440     }
109441 posixpath_toplevel_consts_32_consts = {
109442     ._object = {
109443         .ob_base = {
109444             .ob_base = {
109445                 .ob_refcnt = 999999999,
109446                 .ob_type = &PyTuple_Type,
109447             },
109448             .ob_size = 10,
109449         },
109450         .ob_item = {
109451             Py_None,
109452             (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
109453             (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
109454             & ntpath_toplevel_consts_31_consts_4.ob_base.ob_base,
109455             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
109456             &_Py_STR(dot),
109457             & ntpath_toplevel_consts_2._ascii.ob_base,
109458             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
109459             Py_False,
109460             Py_True,
109461         },
109462     },
109463 };
109464 static
109465     struct {
109466         PyGC_Head _gc_head;
109467         struct {
109468             PyObject_VAR_HEAD
109469             PyObject *ob_item[14];
109470         }_object;
109471     }
109472 posixpath_toplevel_consts_32_names = {
109473     ._object = {
109474         .ob_base = {
109475             .ob_base = {
109476                 .ob_refcnt = 999999999,
109477                 .ob_type = &PyTuple_Type,
109478             },
109479             .ob_size = 14,
109480         },
109481         .ob_item = {
109482             &_Py_ID(isinstance),
109483             & const_str_bytes._ascii.ob_base,
109484             & const_str_isabs._ascii.ob_base,
109485             & const_str_partition._ascii.ob_base,
109486             & const_str_split._ascii.ob_base,
109487             &_Py_ID(join),
109488             & const_str_os._ascii.ob_base,
109489             & const_str_lstat._ascii.ob_base,
109490             & const_str_stat._ascii.ob_base,
109491             & const_str_S_ISLNK._ascii.ob_base,
109492             & const_str_st_mode._ascii.ob_base,
109493             & const_str_OSError._ascii.ob_base,
109494             & const_str__joinrealpath._ascii.ob_base,
109495             & const_str_readlink._ascii.ob_base,
109496         },
109497     },
109498 };
109499 static
109500     struct {
109501         PyObject_VAR_HEAD
109502         Py_hash_t ob_shash;
109503         char ob_sval[506];
109504     }
109505 posixpath_toplevel_consts_32_linetable = {
109506     .ob_base = {
109507         .ob_base = {
109508             .ob_refcnt = 999999999,
109509             .ob_type = &PyBytes_Type,
109510         },
109511         .ob_size = 505,
109512     },
109513     .ob_shash = -1,
109514     .ob_sval = "\x80\x00\xdd\x07\x11\x90\x24\x9d\x05\xd1\x07\x1e\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\x81\x7b\x84\x7b\xf0\x00\x02\x05\x13\xd8\x0f\x13\x90\x41\x90\x42\x90\x42\x8c\x78\x88\x04\xd8\x0f\x12\x88\x04\xe0\x0a\x0e\xf1\x00\x2c\x05\x1d\xd8\x18\x1c\x9f\x0e\x9a\x0e\xa0\x73\xd1\x18\x2b\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\x90\x7e\xe0\x0c\x14\xd8\x0b\x0f\x90\x36\x8a\x3e\x88\x3e\xe0\x0f\x13\xf0\x00\x05\x0d\x1e\xdd\x1d\x22\xa0\x34\x99\x5b\x9c\x5b\x91\x0a\x90\x04\x90\x64\xd8\x13\x17\x98\x36\x92\x3e\x90\x3e\xdd\x1b\x1f\xa0\x04\xa0\x66\xa8\x66\xd1\x1b\x35\xd4\x1b\x35\x90\x44\xf8\xe0\x17\x1d\x90\x04\xd8\x0c\x14\xdd\x12\x16\x90\x74\x98\x54\xd1\x12\x22\xd4\x12\x22\x88\x07\xf0\x02\x07\x09\x2f\xdd\x11\x13\x94\x18\x98\x27\xd1\x11\x22\xd4\x11\x22\x88\x42\xf5\x0c\x00\x17\x1b\x94\x6c\xa0\x32\xa4\x3a\xd1\x16\x2e\xd4\x16\x2e\x88\x47\x88\x47\xf8\xf5\x0b\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\xf0\x0c\x00\x10\x17\xf0\x00\x02\x09\x15\xd8\x13\x1a\x88\x44\xd8\x0c\x14\xe0\x0b\x12\x90\x64\x88\x3f\x88\x3f\xe0\x13\x17\x98\x07\x94\x3d\x88\x44\xd8\x0f\x13\xd0\x0f\x1f\xe0\x10\x18\xe0\x0f\x15\xf0\x00\x05\x0d\x32\xe5\x10\x12\x94\x07\x98\x07\xd1\x10\x20\xd4\x10\x20\xd0\x10\x20\xd0\x10\x20\xf5\x06\x00\x18\x1c\x98\x47\xa0\x54\xd1\x17\x2a\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\xa4\x7b\xb0\x37\xd1\x27\x3b\xd4\x27\x3b\xb8\x56\xc0\x54\xd1\x13\x4a\xd4\x13\x4a\x89\x08\x88\x04\x88\x62\xd8\x0f\x11\xf0\x00\x01\x09\x2b\xdd\x13\x17\x98\x04\x98\x64\xd1\x13\x23\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",
109515 };
109516 static
109517     struct {
109518         PyObject_VAR_HEAD
109519         Py_hash_t ob_shash;
109520         char ob_sval[19];
109521     }
109522 posixpath_toplevel_consts_32_exceptiontable = {
109523     .ob_base = {
109524         .ob_base = {
109525             .ob_refcnt = 999999999,
109526             .ob_type = &PyBytes_Type,
109527         },
109528         .ob_size = 18,
109529     },
109530     .ob_shash = -1,
109531     .ob_sval = "\xc2\x29\x14\x43\x17\x00\xc3\x17\x0f\x43\x29\x03\xc3\x28\x01\x43\x29\x03",
109532 };
109533 static
109534     struct {
109535         PyASCIIObject _ascii;
109536         uint8_t _data[8];
109537     }
109538 const_str_newpath = {
109539     ._ascii = {
109540         .ob_base = {
109541             .ob_refcnt = 999999999,
109542             .ob_type = &PyUnicode_Type,
109543         },
109544         .length = 7,
109545         .hash = -1,
109546         .state = {
109547             .kind = 1,
109548             .compact = 1,
109549             .ascii = 1,
109550             .ready = 1,
109551         },
109552     },
109553     ._data = "newpath",
109554 };
109555 static
109556     struct {
109557         PyASCIIObject _ascii;
109558         uint8_t _data[8];
109559     }
109560 const_str_is_link = {
109561     ._ascii = {
109562         .ob_base = {
109563             .ob_refcnt = 999999999,
109564             .ob_type = &PyUnicode_Type,
109565         },
109566         .length = 7,
109567         .hash = -1,
109568         .state = {
109569             .kind = 1,
109570             .compact = 1,
109571             .ascii = 1,
109572             .ready = 1,
109573         },
109574     },
109575     ._data = "is_link",
109576 };
109577 static
109578     struct {
109579         PyGC_Head _gc_head;
109580         struct {
109581             PyObject_VAR_HEAD
109582             PyObject *ob_item[13];
109583         }_object;
109584     }
109585 posixpath_toplevel_consts_32_localsplusnames = {
109586     ._object = {
109587         .ob_base = {
109588             .ob_base = {
109589                 .ob_refcnt = 999999999,
109590                 .ob_type = &PyTuple_Type,
109591             },
109592             .ob_size = 13,
109593         },
109594         .ob_item = {
109595             &_Py_ID(path),
109596             & const_str_rest._ascii.ob_base,
109597             &_Py_ID(strict),
109598             & const_str_seen._ascii.ob_base,
109599             & const_str_sep._ascii.ob_base,
109600             & const_str_curdir._ascii.ob_base,
109601             & const_str_pardir._ascii.ob_base,
109602             &_Py_ID(name),
109603             &_Py_ID(_),
109604             & const_str_newpath._ascii.ob_base,
109605             & const_str_st._ascii.ob_base,
109606             & const_str_is_link._ascii.ob_base,
109607             & const_str_ok._ascii.ob_base,
109608         },
109609     },
109610 };
109611 static
109612     struct {
109613         PyObject_VAR_HEAD
109614         Py_hash_t ob_shash;
109615         char ob_sval[14];
109616     }
109617 posixpath_toplevel_consts_32_localspluskinds = {
109618     .ob_base = {
109619         .ob_base = {
109620             .ob_refcnt = 999999999,
109621             .ob_type = &PyBytes_Type,
109622         },
109623         .ob_size = 13,
109624     },
109625     .ob_shash = -1,
109626     .ob_sval = "             ",
109627 };
109628 static
109629     struct _PyCode_DEF(746)
109630 posixpath_toplevel_consts_32 = {
109631     .ob_base = {
109632         .ob_base = {
109633             .ob_refcnt = 999999999,
109634             .ob_type = &PyCode_Type,
109635         },
109636         .ob_size = 373,
109637     },
109638     .co_consts = & posixpath_toplevel_consts_32_consts._object.ob_base.ob_base,
109639     .co_names = & posixpath_toplevel_consts_32_names._object.ob_base.ob_base,
109640     .co_exceptiontable = & posixpath_toplevel_consts_32_exceptiontable.ob_base.ob_base,
109641     .co_flags = 3,
109642     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
109643     ._co_linearray_entry_size = 0,
109644     .co_argcount = 4,
109645     .co_posonlyargcount = 0,
109646     .co_kwonlyargcount = 0,
109647     .co_stacksize = 6,
109648     .co_firstlineno = 421,
109649     .co_nlocalsplus = 13,
109650     .co_nlocals = 13,
109651     .co_nplaincellvars = 0,
109652     .co_ncellvars = 0,
109653     .co_nfreevars = 0,
109654     .co_localsplusnames = & posixpath_toplevel_consts_32_localsplusnames._object.ob_base.ob_base,
109655     .co_localspluskinds = & posixpath_toplevel_consts_32_localspluskinds.ob_base.ob_base,
109656     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
109657     .co_name = & const_str__joinrealpath._ascii.ob_base,
109658     .co_qualname = & const_str__joinrealpath._ascii.ob_base,
109659     .co_linetable = & posixpath_toplevel_consts_32_linetable.ob_base.ob_base,
109660     ._co_code = NULL,
109661     ._co_linearray = NULL,
109662     .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\xa6\x02\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0c\x7c\x01\x64\x07\x64\x00\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x04\x7d\x00\x7c\x01\x90\x01\x72\x30\x7c\x01\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x01\x00\x00\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\x25\x7c\x07\x7c\x06\x6b\x02\x00\x00\x00\x00\x72\x2f\x7c\x00\x72\x2a\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\x11\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x06\x7c\x06\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x6e\x02\x7c\x06\x7d\x00\x8c\x5a\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x07\xa6\x02\x00\x00\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\x07\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xa6\x01\x00\x00\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\x09\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0a\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x6e\x15\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\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x0b\x73\x03\x7c\x09\x7d\x00\x8c\xb3\x7c\x09\x7c\x03\x76\x00\x72\x34\x7c\x03\x7c\x09\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x00\x81\x01\x8c\xc2\x7c\x02\x72\x15\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x12\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x7c\x01\xa6\x02\x00\x00\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\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x03\xa6\x04\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x00\x7d\x0c\x7c\x0c\x73\x12\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xa6\x02\x00\x00\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\x90\x01\xb0\x30\x7c\x00\x64\x09\x66\x02\x53\x00",
109663     ._co_firsttraceable = 0,
109664 };
109665 static
109666     struct {
109667         PyObject_VAR_HEAD
109668         Py_hash_t ob_shash;
109669         char ob_sval[30];
109670     }
109671 posixpath_toplevel_consts_34_consts_9_linetable = {
109672     .ob_base = {
109673         .ob_base = {
109674             .ob_refcnt = 999999999,
109675             .ob_type = &PyBytes_Type,
109676         },
109677         .ob_size = 29,
109678     },
109679     .ob_shash = -1,
109680     .ob_sval = "\x80\x00\xd0\x15\x40\xd0\x15\x40\xd0\x15\x40\x98\x41\xb8\x61\xd0\x15\x40\x90\x61\xd0\x15\x40\xd0\x15\x40\xd0\x15\x40",
109681 };
109682 static
109683     struct _PyCode_DEF(22)
109684 posixpath_toplevel_consts_34_consts_9 = {
109685     .ob_base = {
109686         .ob_base = {
109687             .ob_refcnt = 999999999,
109688             .ob_type = &PyCode_Type,
109689         },
109690         .ob_size = 11,
109691     },
109692     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
109693     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
109694     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
109695     .co_flags = 19,
109696     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
109697     ._co_linearray_entry_size = 0,
109698     .co_argcount = 1,
109699     .co_posonlyargcount = 0,
109700     .co_kwonlyargcount = 0,
109701     .co_stacksize = 3,
109702     .co_firstlineno = 508,
109703     .co_nlocalsplus = 2,
109704     .co_nlocals = 2,
109705     .co_nplaincellvars = 0,
109706     .co_ncellvars = 0,
109707     .co_nfreevars = 0,
109708     .co_localsplusnames = & ntpath_toplevel_consts_44_consts_11_localsplusnames._object.ob_base.ob_base,
109709     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
109710     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
109711     .co_name = &_Py_STR(anon_listcomp),
109712     .co_qualname = & ntpath_toplevel_consts_44_consts_11_qualname._ascii.ob_base,
109713     .co_linetable = & posixpath_toplevel_consts_34_consts_9_linetable.ob_base.ob_base,
109714     ._co_code = NULL,
109715     ._co_linearray = NULL,
109716     .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x06\x7d\x01\x7c\x01\xaf\x04\x7c\x01\x91\x02\x8c\x07\x53\x00",
109717     ._co_firsttraceable = 0,
109718 };
109719 static
109720     struct {
109721         PyObject_VAR_HEAD
109722         Py_hash_t ob_shash;
109723         char ob_sval[30];
109724     }
109725 posixpath_toplevel_consts_34_consts_10_linetable = {
109726     .ob_base = {
109727         .ob_base = {
109728             .ob_refcnt = 999999999,
109729             .ob_type = &PyBytes_Type,
109730         },
109731         .ob_size = 29,
109732     },
109733     .ob_shash = -1,
109734     .ob_sval = "\x80\x00\xd0\x14\x3e\xd0\x14\x3e\xd0\x14\x3e\x98\x31\xb8\x41\xd0\x14\x3e\x90\x51\xd0\x14\x3e\xd0\x14\x3e\xd0\x14\x3e",
109735 };
109736 static
109737     struct _PyCode_DEF(22)
109738 posixpath_toplevel_consts_34_consts_10 = {
109739     .ob_base = {
109740         .ob_base = {
109741             .ob_refcnt = 999999999,
109742             .ob_type = &PyCode_Type,
109743         },
109744         .ob_size = 11,
109745     },
109746     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
109747     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
109748     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
109749     .co_flags = 19,
109750     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
109751     ._co_linearray_entry_size = 0,
109752     .co_argcount = 1,
109753     .co_posonlyargcount = 0,
109754     .co_kwonlyargcount = 0,
109755     .co_stacksize = 3,
109756     .co_firstlineno = 509,
109757     .co_nlocalsplus = 2,
109758     .co_nlocals = 2,
109759     .co_nplaincellvars = 0,
109760     .co_ncellvars = 0,
109761     .co_nfreevars = 0,
109762     .co_localsplusnames = & ntpath_toplevel_consts_44_consts_11_localsplusnames._object.ob_base.ob_base,
109763     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
109764     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
109765     .co_name = &_Py_STR(anon_listcomp),
109766     .co_qualname = & ntpath_toplevel_consts_44_consts_11_qualname._ascii.ob_base,
109767     .co_linetable = & posixpath_toplevel_consts_34_consts_10_linetable.ob_base.ob_base,
109768     ._co_code = NULL,
109769     ._co_linearray = NULL,
109770     .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x06\x7d\x01\x7c\x01\xaf\x04\x7c\x01\x91\x02\x8c\x07\x53\x00",
109771     ._co_firsttraceable = 0,
109772 };
109773 static
109774     struct {
109775         PyGC_Head _gc_head;
109776         struct {
109777             PyObject_VAR_HEAD
109778             PyObject *ob_item[12];
109779         }_object;
109780     }
109781 posixpath_toplevel_consts_34_consts = {
109782     ._object = {
109783         .ob_base = {
109784             .ob_base = {
109785                 .ob_refcnt = 999999999,
109786                 .ob_type = &PyTuple_Type,
109787             },
109788             .ob_size = 12,
109789         },
109790         .ob_item = {
109791             & ntpath_toplevel_consts_44_consts_0._ascii.ob_base,
109792             & ntpath_toplevel_consts_44_consts_8._ascii.ob_base,
109793             (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
109794             (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
109795             & ntpath_toplevel_consts_31_consts_4.ob_base.ob_base,
109796             &_Py_STR(dot),
109797             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
109798             & ntpath_toplevel_consts_2._ascii.ob_base,
109799             Py_None,
109800             & posixpath_toplevel_consts_34_consts_9.ob_base.ob_base,
109801             & posixpath_toplevel_consts_34_consts_10.ob_base.ob_base,
109802             & const_str_relpath._ascii.ob_base,
109803         },
109804     },
109805 };
109806 static
109807     struct {
109808         PyGC_Head _gc_head;
109809         struct {
109810             PyObject_VAR_HEAD
109811             PyObject *ob_item[16];
109812         }_object;
109813     }
109814 posixpath_toplevel_consts_34_names = {
109815     ._object = {
109816         .ob_base = {
109817             .ob_base = {
109818                 .ob_refcnt = 999999999,
109819                 .ob_type = &PyTuple_Type,
109820             },
109821             .ob_size = 16,
109822         },
109823         .ob_item = {
109824             & const_str_ValueError._ascii.ob_base,
109825             & const_str_os._ascii.ob_base,
109826             & const_str_fspath._ascii.ob_base,
109827             &_Py_ID(isinstance),
109828             & const_str_bytes._ascii.ob_base,
109829             & const_str_abspath._ascii.ob_base,
109830             & const_str_split._ascii.ob_base,
109831             &_Py_ID(len),
109832             & const_str_commonprefix._ascii.ob_base,
109833             &_Py_ID(join),
109834             & const_str_TypeError._ascii.ob_base,
109835             & const_str_AttributeError._ascii.ob_base,
109836             & const_str_BytesWarning._ascii.ob_base,
109837             & const_str_DeprecationWarning._ascii.ob_base,
109838             & const_str_genericpath._ascii.ob_base,
109839             & const_str__check_arg_types._ascii.ob_base,
109840         },
109841     },
109842 };
109843 static
109844     struct {
109845         PyObject_VAR_HEAD
109846         Py_hash_t ob_shash;
109847         char ob_sval[347];
109848     }
109849 posixpath_toplevel_consts_34_linetable = {
109850     .ob_base = {
109851         .ob_base = {
109852             .ob_refcnt = 999999999,
109853             .ob_type = &PyBytes_Type,
109854         },
109855         .ob_size = 346,
109856     },
109857     .ob_shash = -1,
109858     .ob_sval = "\x80\x00\xf0\x06\x00\x0c\x10\xf0\x00\x01\x05\x2e\xdd\x0e\x18\xd0\x19\x2c\xd1\x0e\x2d\xd4\x0e\x2d\xd0\x08\x2d\xe5\x0b\x0d\x8c\x39\x90\x54\x89\x3f\x8c\x3f\x80\x44\xdd\x07\x11\x90\x24\x9d\x05\xd1\x07\x1e\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\x80\x7d\xd8\x10\x16\x88\x05\x88\x05\xe5\x10\x12\x94\x09\x98\x25\xd1\x10\x20\xd4\x10\x20\x88\x05\xf0\x04\x0c\x05\x0e\xd8\x15\x40\xd0\x15\x40\xa5\x17\xa8\x15\xa1\x1e\xa4\x1e\xd7\x21\x35\xd2\x21\x35\xb0\x63\xd1\x21\x3a\xd4\x21\x3a\xd0\x15\x40\xd1\x15\x40\xd4\x15\x40\x88\x0a\xd8\x14\x3e\xd0\x14\x3e\xa5\x07\xa8\x04\xa1\x0d\xa4\x0d\xd7\x20\x33\xd2\x20\x33\xb0\x43\xd1\x20\x38\xd4\x20\x38\xd0\x14\x3e\xd1\x14\x3e\xd4\x14\x3e\x88\x09\xe5\x0c\x0f\x95\x0c\x98\x6a\xa8\x29\xd0\x1d\x34\xd1\x10\x35\xd4\x10\x35\xd1\x0c\x36\xd4\x0c\x36\x88\x01\xe0\x14\x1a\x90\x38\x9d\x73\xa0\x3a\x99\x7f\x9c\x7f\xa8\x71\xd1\x1f\x30\xd1\x13\x31\xb0\x49\xb8\x61\xb8\x62\xb8\x62\xb4\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\x13\xd4\x08\x24\xa0\x59\xb0\x04\xb0\x65\xd1\x08\x3c\xd4\x08\x3c\xd0\x08\x3c\xd8\x08\x0d\xf0\x05\x02\x05\x0e\xf8\xf8\xf8",
109859 };
109860 static
109861     struct {
109862         PyObject_VAR_HEAD
109863         Py_hash_t ob_shash;
109864         char ob_sval[20];
109865     }
109866 posixpath_toplevel_consts_34_exceptiontable = {
109867     .ob_base = {
109868         .ob_base = {
109869             .ob_refcnt = 999999999,
109870             .ob_type = &PyBytes_Type,
109871         },
109872         .ob_size = 19,
109873     },
109874     .ob_shash = -1,
109875     .ob_sval = "\xc1\x22\x42\x1a\x44\x06\x00\xc3\x3d\x08\x44\x06\x00\xc4\x06\x35\x44\x3b\x03",
109876 };
109877 static
109878     struct {
109879         PyGC_Head _gc_head;
109880         struct {
109881             PyObject_VAR_HEAD
109882             PyObject *ob_item[9];
109883         }_object;
109884     }
109885 posixpath_toplevel_consts_34_localsplusnames = {
109886     ._object = {
109887         .ob_base = {
109888             .ob_base = {
109889                 .ob_refcnt = 999999999,
109890                 .ob_type = &PyTuple_Type,
109891             },
109892             .ob_size = 9,
109893         },
109894         .ob_item = {
109895             &_Py_ID(path),
109896             & const_str_start._ascii.ob_base,
109897             & const_str_curdir._ascii.ob_base,
109898             & const_str_sep._ascii.ob_base,
109899             & const_str_pardir._ascii.ob_base,
109900             & const_str_start_list._ascii.ob_base,
109901             & const_str_path_list._ascii.ob_base,
109902             & const_str_i._ascii.ob_base,
109903             & const_str_rel_list._ascii.ob_base,
109904         },
109905     },
109906 };
109907 static
109908     struct _PyCode_DEF(636)
109909 posixpath_toplevel_consts_34 = {
109910     .ob_base = {
109911         .ob_base = {
109912             .ob_refcnt = 999999999,
109913             .ob_type = &PyCode_Type,
109914         },
109915         .ob_size = 318,
109916     },
109917     .co_consts = & posixpath_toplevel_consts_34_consts._object.ob_base.ob_base,
109918     .co_names = & posixpath_toplevel_consts_34_names._object.ob_base.ob_base,
109919     .co_exceptiontable = & posixpath_toplevel_consts_34_exceptiontable.ob_base.ob_base,
109920     .co_flags = 3,
109921     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
109922     ._co_linearray_entry_size = 0,
109923     .co_argcount = 2,
109924     .co_posonlyargcount = 0,
109925     .co_kwonlyargcount = 0,
109926     .co_stacksize = 6,
109927     .co_firstlineno = 486,
109928     .co_nlocalsplus = 9,
109929     .co_nlocals = 9,
109930     .co_nplaincellvars = 0,
109931     .co_ncellvars = 0,
109932     .co_nfreevars = 0,
109933     .co_localsplusnames = & posixpath_toplevel_consts_34_localsplusnames._object.ob_base.ob_base,
109934     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
109935     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
109936     .co_name = & const_str_relpath._ascii.ob_base,
109937     .co_qualname = & const_str_relpath._ascii.ob_base,
109938     .co_linetable = & posixpath_toplevel_consts_34_linetable.ob_base.ob_base,
109939     ._co_code = NULL,
109940     ._co_linearray = NULL,
109941     .co_code_adaptive = "\x97\x00\x7c\x00\x73\x0f\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\x00\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\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x02\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\x14\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\xa6\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\xa6\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\xa6\x01\x00\x00\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\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\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\x18\x01\x00\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0b\x7c\x00\x7c\x01\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x82\x00\x77\x00\x78\x03\x59\x00\x77\x01",
109942     ._co_firsttraceable = 0,
109943 };
109944 static
109945     struct {
109946         PyObject_VAR_HEAD
109947         Py_hash_t ob_shash;
109948         char ob_sval[36];
109949     }
109950 posixpath_toplevel_consts_35_consts_7_linetable = {
109951     .ob_base = {
109952         .ob_base = {
109953             .ob_refcnt = 999999999,
109954             .ob_type = &PyBytes_Type,
109955         },
109956         .ob_size = 35,
109957     },
109958     .ob_shash = -1,
109959     .ob_sval = "\xf8\x80\x00\xd0\x16\x39\xd0\x16\x39\xd0\x16\x39\xa8\x34\x90\x74\x97\x7a\x92\x7a\xa0\x23\x91\x7f\x94\x7f\xd0\x16\x39\xd0\x16\x39\xd0\x16\x39",
109960 };
109961 static
109962     struct {
109963         PyGC_Head _gc_head;
109964         struct {
109965             PyObject_VAR_HEAD
109966             PyObject *ob_item[3];
109967         }_object;
109968     }
109969 posixpath_toplevel_consts_35_consts_7_localsplusnames = {
109970     ._object = {
109971         .ob_base = {
109972             .ob_base = {
109973                 .ob_refcnt = 999999999,
109974                 .ob_type = &PyTuple_Type,
109975             },
109976             .ob_size = 3,
109977         },
109978         .ob_item = {
109979             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
109980             &_Py_ID(path),
109981             & const_str_sep._ascii.ob_base,
109982         },
109983     },
109984 };
109985 static
109986     struct _PyCode_DEF(58)
109987 posixpath_toplevel_consts_35_consts_7 = {
109988     .ob_base = {
109989         .ob_base = {
109990             .ob_refcnt = 999999999,
109991             .ob_type = &PyCode_Type,
109992         },
109993         .ob_size = 29,
109994     },
109995     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
109996     .co_names = & ntpath_toplevel_consts_21_names._object.ob_base.ob_base,
109997     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
109998     .co_flags = 19,
109999     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
110000     ._co_linearray_entry_size = 0,
110001     .co_argcount = 1,
110002     .co_posonlyargcount = 0,
110003     .co_kwonlyargcount = 0,
110004     .co_stacksize = 5,
110005     .co_firstlineno = 542,
110006     .co_nlocalsplus = 3,
110007     .co_nlocals = 2,
110008     .co_nplaincellvars = 0,
110009     .co_ncellvars = 0,
110010     .co_nfreevars = 1,
110011     .co_localsplusnames = & posixpath_toplevel_consts_35_consts_7_localsplusnames._object.ob_base.ob_base,
110012     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
110013     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
110014     .co_name = &_Py_STR(anon_listcomp),
110015     .co_qualname = & ntpath_toplevel_consts_45_consts_9_qualname._ascii.ob_base,
110016     .co_linetable = & posixpath_toplevel_consts_35_consts_7_linetable.ob_base.ob_base,
110017     ._co_code = NULL,
110018     ._co_linearray = NULL,
110019     .co_code_adaptive = "\x95\x01\x97\x00\x67\x00\x7c\x00\x5d\x17\x7d\x01\x7c\x01\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x91\x02\x8c\x18\x53\x00",
110020     ._co_firsttraceable = 1,
110021 };
110022 static
110023     struct {
110024         PyObject_VAR_HEAD
110025         Py_hash_t ob_shash;
110026         char ob_sval[48];
110027     }
110028 posixpath_toplevel_consts_35_consts_8_linetable = {
110029     .ob_base = {
110030         .ob_base = {
110031             .ob_refcnt = 999999999,
110032             .ob_type = &PyBytes_Type,
110033         },
110034         .ob_size = 47,
110035     },
110036     .ob_shash = -1,
110037     .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xd0\x18\x35\xd0\x18\x35\xa8\x21\x98\x11\x98\x32\x98\x41\x98\x32\x9c\x15\xa0\x23\x9a\x1c\xd0\x18\x35\xd0\x18\x35\xd0\x18\x35\xd0\x18\x35\xd0\x18\x35\xd0\x18\x35",
110038 };
110039 static
110040     struct {
110041         PyGC_Head _gc_head;
110042         struct {
110043             PyObject_VAR_HEAD
110044             PyObject *ob_item[3];
110045         }_object;
110046     }
110047 posixpath_toplevel_consts_35_consts_8_localsplusnames = {
110048     ._object = {
110049         .ob_base = {
110050             .ob_base = {
110051                 .ob_refcnt = 999999999,
110052                 .ob_type = &PyTuple_Type,
110053             },
110054             .ob_size = 3,
110055         },
110056         .ob_item = {
110057             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
110058             & const_str_p._ascii.ob_base,
110059             & const_str_sep._ascii.ob_base,
110060         },
110061     },
110062 };
110063 static
110064     struct _PyCode_DEF(52)
110065 posixpath_toplevel_consts_35_consts_8 = {
110066     .ob_base = {
110067         .ob_base = {
110068             .ob_refcnt = 999999999,
110069             .ob_type = &PyCode_Type,
110070         },
110071         .ob_size = 26,
110072     },
110073     .co_consts = & zipimport_toplevel_consts_25_consts._object.ob_base.ob_base,
110074     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
110075     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
110076     .co_flags = 51,
110077     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
110078     ._co_linearray_entry_size = 0,
110079     .co_argcount = 1,
110080     .co_posonlyargcount = 0,
110081     .co_kwonlyargcount = 0,
110082     .co_stacksize = 4,
110083     .co_firstlineno = 545,
110084     .co_nlocalsplus = 3,
110085     .co_nlocals = 2,
110086     .co_nplaincellvars = 0,
110087     .co_ncellvars = 0,
110088     .co_nfreevars = 1,
110089     .co_localsplusnames = & posixpath_toplevel_consts_35_consts_8_localsplusnames._object.ob_base.ob_base,
110090     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
110091     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
110092     .co_name = &_Py_STR(anon_genexpr),
110093     .co_qualname = & ntpath_toplevel_consts_45_consts_11_qualname._ascii.ob_base,
110094     .co_linetable = & posixpath_toplevel_consts_35_consts_8_linetable.ob_base.ob_base,
110095     ._co_code = NULL,
110096     ._co_linearray = NULL,
110097     .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x12\x7d\x01\x7c\x01\x64\x00\x64\x01\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x02\x6b\x02\x00\x00\x00\x00\x56\x00\x97\x01\x01\x00\x8c\x13\x64\x00\x53\x00",
110098     ._co_firsttraceable = 3,
110099 };
110100 static
110101     struct _PyCode_DEF(36)
110102 posixpath_toplevel_consts_35_consts_11_consts_0 = {
110103     .ob_base = {
110104         .ob_base = {
110105             .ob_refcnt = 999999999,
110106             .ob_type = &PyCode_Type,
110107         },
110108         .ob_size = 18,
110109     },
110110     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
110111     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
110112     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
110113     .co_flags = 19,
110114     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
110115     ._co_linearray_entry_size = 0,
110116     .co_argcount = 1,
110117     .co_posonlyargcount = 0,
110118     .co_kwonlyargcount = 0,
110119     .co_stacksize = 4,
110120     .co_firstlineno = 549,
110121     .co_nlocalsplus = 3,
110122     .co_nlocals = 2,
110123     .co_nplaincellvars = 0,
110124     .co_ncellvars = 0,
110125     .co_nfreevars = 1,
110126     .co_localsplusnames = & ntpath_toplevel_consts_45_consts_17_localsplusnames._object.ob_base.ob_base,
110127     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
110128     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
110129     .co_name = &_Py_STR(anon_listcomp),
110130     .co_qualname = & ntpath_toplevel_consts_45_consts_18_consts_0_qualname._ascii.ob_base,
110131     .co_linetable = & ntpath_toplevel_consts_45_consts_18_consts_0_linetable.ob_base.ob_base,
110132     ._co_code = NULL,
110133     ._co_linearray = NULL,
110134     .co_code_adaptive = "\x95\x01\x97\x00\x67\x00\x7c\x00\x5d\x0c\x7d\x01\x7c\x01\xaf\x04\x7c\x01\x89\x02\x6b\x03\x00\x00\x00\x00\xaf\x0a\x7c\x01\x91\x02\x8c\x0d\x53\x00",
110135     ._co_firsttraceable = 1,
110136 };
110137 static
110138     struct {
110139         PyGC_Head _gc_head;
110140         struct {
110141             PyObject_VAR_HEAD
110142             PyObject *ob_item[1];
110143         }_object;
110144     }
110145 posixpath_toplevel_consts_35_consts_11_consts = {
110146     ._object = {
110147         .ob_base = {
110148             .ob_base = {
110149                 .ob_refcnt = 999999999,
110150                 .ob_type = &PyTuple_Type,
110151             },
110152             .ob_size = 1,
110153         },
110154         .ob_item = {
110155             & posixpath_toplevel_consts_35_consts_11_consts_0.ob_base.ob_base,
110156         },
110157     },
110158 };
110159 static
110160     struct _PyCode_DEF(44)
110161 posixpath_toplevel_consts_35_consts_11 = {
110162     .ob_base = {
110163         .ob_base = {
110164             .ob_refcnt = 999999999,
110165             .ob_type = &PyCode_Type,
110166         },
110167         .ob_size = 22,
110168     },
110169     .co_consts = & posixpath_toplevel_consts_35_consts_11_consts._object.ob_base.ob_base,
110170     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
110171     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
110172     .co_flags = 19,
110173     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
110174     ._co_linearray_entry_size = 0,
110175     .co_argcount = 1,
110176     .co_posonlyargcount = 0,
110177     .co_kwonlyargcount = 0,
110178     .co_stacksize = 4,
110179     .co_firstlineno = 549,
110180     .co_nlocalsplus = 3,
110181     .co_nlocals = 2,
110182     .co_nplaincellvars = 0,
110183     .co_ncellvars = 0,
110184     .co_nfreevars = 1,
110185     .co_localsplusnames = & ntpath_toplevel_consts_45_consts_18_localsplusnames._object.ob_base.ob_base,
110186     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
110187     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
110188     .co_name = &_Py_STR(anon_listcomp),
110189     .co_qualname = & ntpath_toplevel_consts_45_consts_9_qualname._ascii.ob_base,
110190     .co_linetable = & ntpath_toplevel_consts_45_consts_18_linetable.ob_base.ob_base,
110191     ._co_code = NULL,
110192     ._co_linearray = NULL,
110193     .co_code_adaptive = "\x95\x01\x97\x00\x67\x00\x7c\x00\x5d\x10\x7d\x01\x88\x02\x66\x01\x64\x00\x84\x08\x7c\x01\x44\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x91\x02\x8c\x11\x53\x00",
110194     ._co_firsttraceable = 1,
110195 };
110196 static
110197     struct {
110198         PyGC_Head _gc_head;
110199         struct {
110200             PyObject_VAR_HEAD
110201             PyObject *ob_item[13];
110202         }_object;
110203     }
110204 posixpath_toplevel_consts_35_consts = {
110205     ._object = {
110206         .ob_base = {
110207             .ob_base = {
110208                 .ob_refcnt = 999999999,
110209                 .ob_type = &PyTuple_Type,
110210             },
110211             .ob_size = 13,
110212         },
110213         .ob_item = {
110214             & ntpath_toplevel_consts_45_consts_0._ascii.ob_base,
110215             & ntpath_toplevel_consts_45_consts_1._ascii.ob_base,
110216             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
110217             (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
110218             (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
110219             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
110220             &_Py_STR(dot),
110221             & posixpath_toplevel_consts_35_consts_7.ob_base.ob_base,
110222             & posixpath_toplevel_consts_35_consts_8.ob_base.ob_base,
110223             & ntpath_toplevel_consts_45_consts_12._ascii.ob_base,
110224             Py_None,
110225             & posixpath_toplevel_consts_35_consts_11.ob_base.ob_base,
110226             & const_str_commonpath._ascii.ob_base,
110227         },
110228     },
110229 };
110230 static
110231     struct {
110232         PyGC_Head _gc_head;
110233         struct {
110234             PyObject_VAR_HEAD
110235             PyObject *ob_item[16];
110236         }_object;
110237     }
110238 posixpath_toplevel_consts_35_names = {
110239     ._object = {
110240         .ob_base = {
110241             .ob_base = {
110242                 .ob_refcnt = 999999999,
110243                 .ob_type = &PyTuple_Type,
110244             },
110245             .ob_size = 16,
110246         },
110247         .ob_item = {
110248             & const_str_ValueError._ascii.ob_base,
110249             & const_str_tuple._ascii.ob_base,
110250             & const_str_map._ascii.ob_base,
110251             & const_str_os._ascii.ob_base,
110252             & const_str_fspath._ascii.ob_base,
110253             &_Py_ID(isinstance),
110254             & const_str_bytes._ascii.ob_base,
110255             & const_str_set._ascii.ob_base,
110256             & const_str_min._ascii.ob_base,
110257             & const_str_max._ascii.ob_base,
110258             & const_str_enumerate._ascii.ob_base,
110259             &_Py_ID(join),
110260             & const_str_TypeError._ascii.ob_base,
110261             & const_str_AttributeError._ascii.ob_base,
110262             & const_str_genericpath._ascii.ob_base,
110263             & const_str__check_arg_types._ascii.ob_base,
110264         },
110265     },
110266 };
110267 static
110268     struct {
110269         PyObject_VAR_HEAD
110270         Py_hash_t ob_shash;
110271         char ob_sval[449];
110272     }
110273 posixpath_toplevel_consts_35_linetable = {
110274     .ob_base = {
110275         .ob_base = {
110276             .ob_refcnt = 999999999,
110277             .ob_type = &PyBytes_Type,
110278         },
110279         .ob_size = 448,
110280     },
110281     .ob_shash = -1,
110282     .ob_sval = "\xf8\xf8\x80\x00\xf0\x06\x00\x0c\x11\xf0\x00\x01\x05\x42\x01\xdd\x0e\x18\xd0\x19\x40\xd1\x0e\x41\xd4\x0e\x41\xd0\x08\x41\xe5\x0c\x11\x95\x23\x95\x62\x94\x69\xa0\x15\xd1\x12\x27\xd4\x12\x27\xd1\x0c\x28\xd4\x0c\x28\x80\x45\xdd\x07\x11\x90\x25\x98\x01\x94\x28\x9d\x45\xd1\x07\x22\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\xd1\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\xd1\x18\x35\xd4\x18\x35\xd1\x15\x35\xd4\x15\x35\x89\x46\x88\x45\x88\x45\xf8\xdd\x0f\x19\xf0\x00\x01\x09\x50\x01\xf0\x00\x01\x09\x50\x01\xf0\x00\x01\x09\x50\x01\xdd\x12\x1c\xd0\x1d\x44\xd1\x12\x45\xd4\x12\x45\xc8\x34\xd0\x0c\x4f\xf0\x03\x01\x09\x50\x01\xf8\xf8\xf8\xf0\x06\x00\x17\x51\x01\xd0\x16\x50\xd0\x16\x50\xd0\x16\x50\xc0\x4b\xd0\x16\x50\xd1\x16\x50\xd4\x16\x50\x88\x0b\xdd\x0d\x10\x90\x1b\xd1\x0d\x1d\xd4\x0d\x1d\x88\x02\xdd\x0d\x10\x90\x1b\xd1\x0d\x1d\xd4\x0d\x1d\x88\x02\xd8\x11\x13\x88\x06\xdd\x14\x1d\x98\x62\x91\x4d\x94\x4d\xf0\x00\x03\x09\x16\xf0\x00\x03\x09\x16\x89\x44\x88\x41\x88\x71\xd8\x0f\x10\x90\x42\x90\x71\x94\x45\x8a\x7a\x88\x7a\xd8\x19\x1b\x98\x42\x98\x51\x98\x42\x9c\x16\x90\x06\xd8\x10\x15\x90\x05\xf0\x05\x00\x10\x1a\xf0\x08\x00\x19\x1e\xd0\x11\x2a\x90\x13\x90\x13\xa0\x33\xa0\x72\xa8\x01\xa0\x72\xa4\x37\x88\x06\xd8\x0f\x15\x98\x03\x9f\x08\x9a\x08\xa0\x16\xd1\x18\x28\xd4\x18\x28\xd1\x0f\x28\xd0\x08\x28\xf8\xdd\x0c\x15\x95\x7e\xd0\x0b\x26\xf0\x00\x02\x05\x0e\xf0\x00\x02\x05\x0e\xf0\x00\x02\x05\x0e\xdd\x08\x13\xd4\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",
110283 };
110284 static
110285     struct {
110286         PyObject_VAR_HEAD
110287         Py_hash_t ob_shash;
110288         char ob_sval[38];
110289     }
110290 posixpath_toplevel_consts_35_exceptiontable = {
110291     .ob_base = {
110292         .ob_base = {
110293             .ob_refcnt = 999999999,
110294             .ob_type = &PyBytes_Type,
110295         },
110296         .ob_size = 37,
110297     },
110298     .ob_shash = -1,
110299     .ob_sval = "\xc1\x20\x0e\x44\x2c\x00\xc1\x2f\x1d\x42\x0d\x00\xc2\x0c\x01\x44\x2c\x00\xc2\x0d\x1b\x42\x28\x03\xc2\x28\x42\x03\x44\x2c\x00\xc4\x2c\x25\x45\x11\x03",
110300 };
110301 static
110302     struct {
110303         PyGC_Head _gc_head;
110304         struct {
110305             PyObject_VAR_HEAD
110306             PyObject *ob_item[11];
110307         }_object;
110308     }
110309 posixpath_toplevel_consts_35_localsplusnames = {
110310     ._object = {
110311         .ob_base = {
110312             .ob_base = {
110313                 .ob_refcnt = 999999999,
110314                 .ob_type = &PyTuple_Type,
110315             },
110316             .ob_size = 11,
110317         },
110318         .ob_item = {
110319             & const_str_paths._ascii.ob_base,
110320             & const_str_split_paths._ascii.ob_base,
110321             & const_str_isabs._ascii.ob_base,
110322             & const_str_s1._ascii.ob_base,
110323             & const_str_s2._ascii.ob_base,
110324             & const_str_common._ascii.ob_base,
110325             & const_str_i._ascii.ob_base,
110326             & const_str_c._ascii.ob_base,
110327             & const_str_prefix._ascii.ob_base,
110328             & const_str_curdir._ascii.ob_base,
110329             & const_str_sep._ascii.ob_base,
110330         },
110331     },
110332 };
110333 static
110334     struct {
110335         PyObject_VAR_HEAD
110336         Py_hash_t ob_shash;
110337         char ob_sval[12];
110338     }
110339 posixpath_toplevel_consts_35_localspluskinds = {
110340     .ob_base = {
110341         .ob_base = {
110342             .ob_refcnt = 999999999,
110343             .ob_type = &PyBytes_Type,
110344         },
110345         .ob_size = 11,
110346     },
110347     .ob_shash = -1,
110348     .ob_sval = "         @@",
110349 };
110350 static
110351     struct _PyCode_DEF(680)
110352 posixpath_toplevel_consts_35 = {
110353     .ob_base = {
110354         .ob_base = {
110355             .ob_refcnt = 999999999,
110356             .ob_type = &PyCode_Type,
110357         },
110358         .ob_size = 340,
110359     },
110360     .co_consts = & posixpath_toplevel_consts_35_consts._object.ob_base.ob_base,
110361     .co_names = & posixpath_toplevel_consts_35_names._object.ob_base.ob_base,
110362     .co_exceptiontable = & posixpath_toplevel_consts_35_exceptiontable.ob_base.ob_base,
110363     .co_flags = 3,
110364     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
110365     ._co_linearray_entry_size = 0,
110366     .co_argcount = 1,
110367     .co_posonlyargcount = 0,
110368     .co_kwonlyargcount = 0,
110369     .co_stacksize = 6,
110370     .co_firstlineno = 527,
110371     .co_nlocalsplus = 11,
110372     .co_nlocals = 9,
110373     .co_nplaincellvars = 2,
110374     .co_ncellvars = 2,
110375     .co_nfreevars = 0,
110376     .co_localsplusnames = & posixpath_toplevel_consts_35_localsplusnames._object.ob_base.ob_base,
110377     .co_localspluskinds = & posixpath_toplevel_consts_35_localspluskinds.ob_base.ob_base,
110378     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
110379     .co_name = & const_str_commonpath._ascii.ob_base,
110380     .co_qualname = & const_str_commonpath._ascii.ob_base,
110381     .co_linetable = & posixpath_toplevel_consts_35_linetable.ob_base.ob_base,
110382     ._co_code = NULL,
110383     ._co_linearray = NULL,
110384     .co_code_adaptive = "\x87\x09\x87\x0a\x97\x00\x7c\x00\x73\x0f\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\x00\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\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\xa6\x02\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\xa6\x00\x00\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\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x01\x00\x00\x7d\x02\x6e\x1e\x23\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x11\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\x82\x02\x77\x00\x78\x03\x59\x00\x77\x01\x88\x09\x66\x01\x64\x0b\x84\x08\x7c\x01\x44\x00\xa6\x00\x00\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\xa6\x01\x00\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\x01\xa6\x01\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x1d\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\x72\x0c\x7c\x03\x64\x0a\x7c\x06\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x01\x00\x6e\x01\x8c\x1e\x7c\x02\x72\x02\x89\x0a\x6e\x09\x89\x0a\x64\x0a\x64\x02\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x08\x89\x0a\xa0\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x53\x00\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\x14\x01\x00\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0f\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",
110385     ._co_firsttraceable = 2,
110386 };
110387 static
110388     struct {
110389         PyGC_Head _gc_head;
110390         struct {
110391             PyObject_VAR_HEAD
110392             PyObject *ob_item[37];
110393         }_object;
110394     }
110395 posixpath_toplevel_consts = {
110396     ._object = {
110397         .ob_base = {
110398             .ob_base = {
110399                 .ob_refcnt = 999999999,
110400                 .ob_type = &PyTuple_Type,
110401             },
110402             .ob_size = 37,
110403         },
110404         .ob_item = {
110405             & posixpath_toplevel_consts_0._ascii.ob_base,
110406             &_Py_STR(dot),
110407             & ntpath_toplevel_consts_2._ascii.ob_base,
110408             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
110409             & importlib__bootstrap_external_toplevel_consts_8_consts_0._ascii.ob_base,
110410             & posixpath_toplevel_consts_5._ascii.ob_base,
110411             Py_None,
110412             & posixpath_toplevel_consts_7._ascii.ob_base,
110413             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
110414             & codecs_toplevel_consts_3._object.ob_base.ob_base,
110415             & posixpath_toplevel_consts_10._object.ob_base.ob_base,
110416             & posixpath_toplevel_consts_11.ob_base.ob_base,
110417             & posixpath_toplevel_consts_12.ob_base.ob_base,
110418             & posixpath_toplevel_consts_13.ob_base.ob_base,
110419             & posixpath_toplevel_consts_14.ob_base.ob_base,
110420             & posixpath_toplevel_consts_15.ob_base.ob_base,
110421             & posixpath_toplevel_consts_16.ob_base.ob_base,
110422             & posixpath_toplevel_consts_17.ob_base.ob_base,
110423             & posixpath_toplevel_consts_18.ob_base.ob_base,
110424             & posixpath_toplevel_consts_19.ob_base.ob_base,
110425             & posixpath_toplevel_consts_20.ob_base.ob_base,
110426             & posixpath_toplevel_consts_21.ob_base.ob_base,
110427             & posixpath_toplevel_consts_22.ob_base.ob_base,
110428             & posixpath_toplevel_consts_23.ob_base.ob_base,
110429             & posixpath_toplevel_consts_24.ob_base.ob_base,
110430             & ntpath_toplevel_consts_29._object.ob_base.ob_base,
110431             & posixpath_toplevel_consts_26.ob_base.ob_base,
110432             & posixpath_toplevel_consts_27.ob_base.ob_base,
110433             & posixpath_toplevel_consts_28.ob_base.ob_base,
110434             Py_False,
110435             & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
110436             & posixpath_toplevel_consts_31.ob_base.ob_base,
110437             & posixpath_toplevel_consts_32.ob_base.ob_base,
110438             & const_str_darwin._ascii.ob_base,
110439             & posixpath_toplevel_consts_34.ob_base.ob_base,
110440             & posixpath_toplevel_consts_35.ob_base.ob_base,
110441             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
110442         },
110443     },
110444 };
110445 static
110446     struct {
110447         PyGC_Head _gc_head;
110448         struct {
110449             PyObject_VAR_HEAD
110450             PyObject *ob_item[42];
110451         }_object;
110452     }
110453 posixpath_toplevel_names = {
110454     ._object = {
110455         .ob_base = {
110456             .ob_base = {
110457                 .ob_refcnt = 999999999,
110458                 .ob_type = &PyTuple_Type,
110459             },
110460             .ob_size = 42,
110461         },
110462         .ob_item = {
110463             &_Py_ID(__doc__),
110464             & const_str_curdir._ascii.ob_base,
110465             & const_str_pardir._ascii.ob_base,
110466             & const_str_extsep._ascii.ob_base,
110467             & const_str_sep._ascii.ob_base,
110468             & const_str_pathsep._ascii.ob_base,
110469             & const_str_defpath._ascii.ob_base,
110470             & const_str_altsep._ascii.ob_base,
110471             & const_str_devnull._ascii.ob_base,
110472             & const_str_os._ascii.ob_base,
110473             & const_str_sys._ascii.ob_base,
110474             & const_str_stat._ascii.ob_base,
110475             & const_str_genericpath._ascii.ob_base,
110476             &_Py_ID(__all__),
110477             & const_str__get_sep._ascii.ob_base,
110478             & const_str_normcase._ascii.ob_base,
110479             & const_str_isabs._ascii.ob_base,
110480             &_Py_ID(join),
110481             & const_str_split._ascii.ob_base,
110482             & const_str_splitext._ascii.ob_base,
110483             & const_str__splitext._ascii.ob_base,
110484             & const_str_splitdrive._ascii.ob_base,
110485             & const_str_basename._ascii.ob_base,
110486             & const_str_dirname._ascii.ob_base,
110487             & const_str_islink._ascii.ob_base,
110488             & const_str_lexists._ascii.ob_base,
110489             & const_str_ismount._ascii.ob_base,
110490             & const_str_expanduser._ascii.ob_base,
110491             & const_str__varprog._ascii.ob_base,
110492             & const_str__varprogb._ascii.ob_base,
110493             & const_str_expandvars._ascii.ob_base,
110494             & const_str_posix._ascii.ob_base,
110495             & const_str__path_normpath._ascii.ob_base,
110496             & const_str_normpath._ascii.ob_base,
110497             & const_str_ImportError._ascii.ob_base,
110498             & const_str_abspath._ascii.ob_base,
110499             & const_str_realpath._ascii.ob_base,
110500             & const_str__joinrealpath._ascii.ob_base,
110501             & const_str_platform._ascii.ob_base,
110502             & const_str_supports_unicode_filenames._ascii.ob_base,
110503             & const_str_relpath._ascii.ob_base,
110504             & const_str_commonpath._ascii.ob_base,
110505         },
110506     },
110507 };
110508 static
110509     struct {
110510         PyObject_VAR_HEAD
110511         Py_hash_t ob_shash;
110512         char ob_sval[589];
110513     }
110514 posixpath_toplevel_linetable = {
110515     .ob_base = {
110516         .ob_base = {
110517             .ob_refcnt = 999999999,
110518             .ob_type = &PyBytes_Type,
110519         },
110520         .ob_size = 588,
110521     },
110522     .ob_shash = -1,
110523     .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\xd4\x13\x28\xd4\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\x1f\x01\x11\xf0\x00\x1f\x01\x11\xf0\x00\x1f\x01\x11\xf0\x56\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\x00\x05\x05\x2b\xf8\xf0\x51\x01\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\xf0\x60\x01\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\x9c\x6c\xa8\x68\xd2\x1e\x36\xd0\x00\x1a\xf0\x04\x21\x01\x0e\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",
110524 };
110525 static
110526     struct {
110527         PyObject_VAR_HEAD
110528         Py_hash_t ob_shash;
110529         char ob_sval[19];
110530     }
110531 posixpath_toplevel_exceptiontable = {
110532     .ob_base = {
110533         .ob_base = {
110534             .ob_refcnt = 999999999,
110535             .ob_type = &PyBytes_Type,
110536         },
110537         .ob_size = 18,
110538     },
110539     .ob_shash = -1,
110540     .ob_sval = "\xc1\x2b\x06\x41\x35\x00\xc1\x35\x08\x42\x00\x03\xc1\x3f\x01\x42\x00\x03",
110541 };
110542 static
110543     struct _PyCode_DEF(326)
110544 posixpath_toplevel = {
110545     .ob_base = {
110546         .ob_base = {
110547             .ob_refcnt = 999999999,
110548             .ob_type = &PyCode_Type,
110549         },
110550         .ob_size = 163,
110551     },
110552     .co_consts = & posixpath_toplevel_consts._object.ob_base.ob_base,
110553     .co_names = & posixpath_toplevel_names._object.ob_base.ob_base,
110554     .co_exceptiontable = & posixpath_toplevel_exceptiontable.ob_base.ob_base,
110555     .co_flags = 0,
110556     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
110557     ._co_linearray_entry_size = 0,
110558     .co_argcount = 0,
110559     .co_posonlyargcount = 0,
110560     .co_kwonlyargcount = 0,
110561     .co_stacksize = 4,
110562     .co_firstlineno = 1,
110563     .co_nlocalsplus = 0,
110564     .co_nlocals = 0,
110565     .co_nplaincellvars = 0,
110566     .co_ncellvars = 0,
110567     .co_nfreevars = 0,
110568     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
110569     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
110570     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
110571     .co_name = &_Py_STR(anon_module),
110572     .co_qualname = &_Py_STR(anon_module),
110573     .co_linetable = & posixpath_toplevel_linetable.ob_base.ob_base,
110574     ._co_code = NULL,
110575     ._co_linearray = NULL,
110576     .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\x14\x00\x00\x00\x00\x00\x00\x00\x00\x6a\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\x6e\x0e\x23\x00\x65\x22\x24\x00\x72\x06\x01\x00\x64\x1b\x84\x00\x5a\x21\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\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\x26\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",
110577     ._co_firsttraceable = 0,
110578 };
posixpath_do_patchups(void)110579 static void posixpath_do_patchups(void) {
110580 }
110581 
110582 PyObject *
_Py_get_posixpath_toplevel(void)110583 _Py_get_posixpath_toplevel(void)
110584 {
110585     posixpath_do_patchups();
110586     return Py_NewRef((PyObject *) &posixpath_toplevel);
110587 }
110588 
110589 static
110590     struct {
110591         PyASCIIObject _ascii;
110592         uint8_t _data[1103];
110593     }
110594 os_toplevel_consts_0 = {
110595     ._ascii = {
110596         .ob_base = {
110597             .ob_refcnt = 999999999,
110598             .ob_type = &PyUnicode_Type,
110599         },
110600         .length = 1102,
110601         .hash = -1,
110602         .state = {
110603             .kind = 1,
110604             .compact = 1,
110605             .ascii = 1,
110606             .ready = 1,
110607         },
110608     },
110609     ._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",
110610 };
110611 static
110612     struct {
110613         PyGC_Head _gc_head;
110614         struct {
110615             PyObject_VAR_HEAD
110616             PyObject *ob_item[1];
110617         }_object;
110618     }
110619 os_toplevel_consts_3 = {
110620     ._object = {
110621         .ob_base = {
110622             .ob_base = {
110623                 .ob_refcnt = 999999999,
110624                 .ob_type = &PyTuple_Type,
110625             },
110626             .ob_size = 1,
110627         },
110628         .ob_item = {
110629             & const_str__check_methods._ascii.ob_base,
110630         },
110631     },
110632 };
110633 static
110634     struct {
110635         PyASCIIObject _ascii;
110636         uint8_t _data[8];
110637     }
110638 const_str_linesep = {
110639     ._ascii = {
110640         .ob_base = {
110641             .ob_refcnt = 999999999,
110642             .ob_type = &PyUnicode_Type,
110643         },
110644         .length = 7,
110645         .hash = -1,
110646         .state = {
110647             .kind = 1,
110648             .compact = 1,
110649             .ascii = 1,
110650             .ready = 1,
110651         },
110652     },
110653     ._data = "linesep",
110654 };
110655 static
110656     struct {
110657         PyASCIIObject _ascii;
110658         uint8_t _data[14];
110659     }
110660 const_str_get_exec_path = {
110661     ._ascii = {
110662         .ob_base = {
110663             .ob_refcnt = 999999999,
110664             .ob_type = &PyUnicode_Type,
110665         },
110666         .length = 13,
110667         .hash = -1,
110668         .state = {
110669             .kind = 1,
110670             .compact = 1,
110671             .ascii = 1,
110672             .ready = 1,
110673         },
110674     },
110675     ._data = "get_exec_path",
110676 };
110677 static
110678     struct {
110679         PyASCIIObject _ascii;
110680         uint8_t _data[7];
110681     }
110682 const_str_fdopen = {
110683     ._ascii = {
110684         .ob_base = {
110685             .ob_refcnt = 999999999,
110686             .ob_type = &PyUnicode_Type,
110687         },
110688         .length = 6,
110689         .hash = -1,
110690         .state = {
110691             .kind = 1,
110692             .compact = 1,
110693             .ascii = 1,
110694             .ready = 1,
110695         },
110696     },
110697     ._data = "fdopen",
110698 };
110699 static
110700     struct {
110701         PyGC_Head _gc_head;
110702         struct {
110703             PyObject_VAR_HEAD
110704             PyObject *ob_item[18];
110705         }_object;
110706     }
110707 os_toplevel_consts_4 = {
110708     ._object = {
110709         .ob_base = {
110710             .ob_base = {
110711                 .ob_refcnt = 999999999,
110712                 .ob_type = &PyTuple_Type,
110713             },
110714             .ob_size = 18,
110715         },
110716         .ob_item = {
110717             & const_str_altsep._ascii.ob_base,
110718             & const_str_curdir._ascii.ob_base,
110719             & const_str_pardir._ascii.ob_base,
110720             & const_str_sep._ascii.ob_base,
110721             & const_str_pathsep._ascii.ob_base,
110722             & const_str_linesep._ascii.ob_base,
110723             & const_str_defpath._ascii.ob_base,
110724             &_Py_ID(name),
110725             &_Py_ID(path),
110726             & const_str_devnull._ascii.ob_base,
110727             & const_str_SEEK_SET._ascii.ob_base,
110728             & const_str_SEEK_CUR._ascii.ob_base,
110729             & const_str_SEEK_END._ascii.ob_base,
110730             & const_str_fsencode._ascii.ob_base,
110731             & const_str_fsdecode._ascii.ob_base,
110732             & const_str_get_exec_path._ascii.ob_base,
110733             & const_str_fdopen._ascii.ob_base,
110734             & const_str_extsep._ascii.ob_base,
110735         },
110736     },
110737 };
110738 static
110739     struct {
110740         PyGC_Head _gc_head;
110741         struct {
110742             PyObject_VAR_HEAD
110743             PyObject *ob_item[1];
110744         }_object;
110745     }
110746 os_toplevel_consts_5_names = {
110747     ._object = {
110748         .ob_base = {
110749             .ob_base = {
110750                 .ob_refcnt = 999999999,
110751                 .ob_type = &PyTuple_Type,
110752             },
110753             .ob_size = 1,
110754         },
110755         .ob_item = {
110756             & const_str_globals._ascii.ob_base,
110757         },
110758     },
110759 };
110760 static
110761     struct {
110762         PyASCIIObject _ascii;
110763         uint8_t _data[12];
110764     }
110765 os_toplevel_consts_5_filename = {
110766     ._ascii = {
110767         .ob_base = {
110768             .ob_refcnt = 999999999,
110769             .ob_type = &PyUnicode_Type,
110770         },
110771         .length = 11,
110772         .hash = -1,
110773         .state = {
110774             .kind = 1,
110775             .compact = 1,
110776             .ascii = 1,
110777             .ready = 1,
110778         },
110779     },
110780     ._data = "<frozen os>",
110781 };
110782 static
110783     struct {
110784         PyASCIIObject _ascii;
110785         uint8_t _data[8];
110786     }
110787 const_str__exists = {
110788     ._ascii = {
110789         .ob_base = {
110790             .ob_refcnt = 999999999,
110791             .ob_type = &PyUnicode_Type,
110792         },
110793         .length = 7,
110794         .hash = -1,
110795         .state = {
110796             .kind = 1,
110797             .compact = 1,
110798             .ascii = 1,
110799             .ready = 1,
110800         },
110801     },
110802     ._data = "_exists",
110803 };
110804 static
110805     struct {
110806         PyObject_VAR_HEAD
110807         Py_hash_t ob_shash;
110808         char ob_sval[18];
110809     }
110810 os_toplevel_consts_5_linetable = {
110811     .ob_base = {
110812         .ob_base = {
110813             .ob_refcnt = 999999999,
110814             .ob_type = &PyBytes_Type,
110815         },
110816         .ob_size = 17,
110817     },
110818     .ob_shash = -1,
110819     .ob_sval = "\x80\x00\xd8\x0b\x0f\x95\x37\x91\x39\x94\x39\xd0\x0b\x1c\xd0\x04\x1c",
110820 };
110821 static
110822     struct _PyCode_DEF(34)
110823 os_toplevel_consts_5 = {
110824     .ob_base = {
110825         .ob_base = {
110826             .ob_refcnt = 999999999,
110827             .ob_type = &PyCode_Type,
110828         },
110829         .ob_size = 17,
110830     },
110831     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
110832     .co_names = & os_toplevel_consts_5_names._object.ob_base.ob_base,
110833     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
110834     .co_flags = 3,
110835     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
110836     ._co_linearray_entry_size = 0,
110837     .co_argcount = 1,
110838     .co_posonlyargcount = 0,
110839     .co_kwonlyargcount = 0,
110840     .co_stacksize = 3,
110841     .co_firstlineno = 41,
110842     .co_nlocalsplus = 1,
110843     .co_nlocals = 1,
110844     .co_nplaincellvars = 0,
110845     .co_ncellvars = 0,
110846     .co_nfreevars = 0,
110847     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
110848     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
110849     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
110850     .co_name = & const_str__exists._ascii.ob_base,
110851     .co_qualname = & const_str__exists._ascii.ob_base,
110852     .co_linetable = & os_toplevel_consts_5_linetable.ob_base.ob_base,
110853     ._co_code = NULL,
110854     ._co_linearray = NULL,
110855     .co_code_adaptive = "\x97\x00\x7c\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x53\x00",
110856     ._co_firsttraceable = 0,
110857 };
110858 static
110859     struct {
110860         PyGC_Head _gc_head;
110861         struct {
110862             PyObject_VAR_HEAD
110863             PyObject *ob_item[2];
110864         }_object;
110865     }
110866 os_toplevel_consts_6_consts_1_consts = {
110867     ._object = {
110868         .ob_base = {
110869             .ob_base = {
110870                 .ob_refcnt = 999999999,
110871                 .ob_type = &PyTuple_Type,
110872             },
110873             .ob_size = 2,
110874         },
110875         .ob_item = {
110876             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
110877             &_Py_ID(_),
110878         },
110879     },
110880 };
110881 static
110882     struct {
110883         PyASCIIObject _ascii;
110884         uint8_t _data[38];
110885     }
110886 os_toplevel_consts_6_consts_1_qualname = {
110887     ._ascii = {
110888         .ob_base = {
110889             .ob_refcnt = 999999999,
110890             .ob_type = &PyUnicode_Type,
110891         },
110892         .length = 37,
110893         .hash = -1,
110894         .state = {
110895             .kind = 1,
110896             .compact = 1,
110897             .ascii = 1,
110898             .ready = 1,
110899         },
110900     },
110901     ._data = "_get_exports_list.<locals>.<listcomp>",
110902 };
110903 static
110904     struct {
110905         PyObject_VAR_HEAD
110906         Py_hash_t ob_shash;
110907         char ob_sval[34];
110908     }
110909 os_toplevel_consts_6_consts_1_linetable = {
110910     .ob_base = {
110911         .ob_base = {
110912             .ob_refcnt = 999999999,
110913             .ob_type = &PyBytes_Type,
110914         },
110915         .ob_size = 33,
110916     },
110917     .ob_shash = -1,
110918     .ob_sval = "\x80\x00\xd0\x0f\x36\xd0\x0f\x36\xd0\x0f\x36\x90\x61\xa8\x21\xa8\x41\xac\x24\xb0\x23\xaa\x2b\xa8\x2b\x90\x01\xa8\x2b\xa8\x2b\xa8\x2b",
110919 };
110920 static
110921     struct {
110922         PyGC_Head _gc_head;
110923         struct {
110924             PyObject_VAR_HEAD
110925             PyObject *ob_item[2];
110926         }_object;
110927     }
110928 os_toplevel_consts_6_consts_1_localsplusnames = {
110929     ._object = {
110930         .ob_base = {
110931             .ob_base = {
110932                 .ob_refcnt = 999999999,
110933                 .ob_type = &PyTuple_Type,
110934             },
110935             .ob_size = 2,
110936         },
110937         .ob_item = {
110938             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
110939             & const_str_n._ascii.ob_base,
110940         },
110941     },
110942 };
110943 static
110944     struct _PyCode_DEF(42)
110945 os_toplevel_consts_6_consts_1 = {
110946     .ob_base = {
110947         .ob_base = {
110948             .ob_refcnt = 999999999,
110949             .ob_type = &PyCode_Type,
110950         },
110951         .ob_size = 21,
110952     },
110953     .co_consts = & os_toplevel_consts_6_consts_1_consts._object.ob_base.ob_base,
110954     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
110955     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
110956     .co_flags = 19,
110957     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
110958     ._co_linearray_entry_size = 0,
110959     .co_argcount = 1,
110960     .co_posonlyargcount = 0,
110961     .co_kwonlyargcount = 0,
110962     .co_stacksize = 4,
110963     .co_firstlineno = 48,
110964     .co_nlocalsplus = 2,
110965     .co_nlocals = 2,
110966     .co_nplaincellvars = 0,
110967     .co_ncellvars = 0,
110968     .co_nfreevars = 0,
110969     .co_localsplusnames = & os_toplevel_consts_6_consts_1_localsplusnames._object.ob_base.ob_base,
110970     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
110971     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
110972     .co_name = &_Py_STR(anon_listcomp),
110973     .co_qualname = & os_toplevel_consts_6_consts_1_qualname._ascii.ob_base,
110974     .co_linetable = & os_toplevel_consts_6_consts_1_linetable.ob_base.ob_base,
110975     ._co_code = NULL,
110976     ._co_linearray = NULL,
110977     .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x10\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\x0e\x7c\x01\x91\x02\x8c\x11\x53\x00",
110978     ._co_firsttraceable = 0,
110979 };
110980 static
110981     struct {
110982         PyGC_Head _gc_head;
110983         struct {
110984             PyObject_VAR_HEAD
110985             PyObject *ob_item[2];
110986         }_object;
110987     }
110988 os_toplevel_consts_6_consts = {
110989     ._object = {
110990         .ob_base = {
110991             .ob_base = {
110992                 .ob_refcnt = 999999999,
110993                 .ob_type = &PyTuple_Type,
110994             },
110995             .ob_size = 2,
110996         },
110997         .ob_item = {
110998             Py_None,
110999             & os_toplevel_consts_6_consts_1.ob_base.ob_base,
111000         },
111001     },
111002 };
111003 static
111004     struct {
111005         PyGC_Head _gc_head;
111006         struct {
111007             PyObject_VAR_HEAD
111008             PyObject *ob_item[4];
111009         }_object;
111010     }
111011 os_toplevel_consts_6_names = {
111012     ._object = {
111013         .ob_base = {
111014             .ob_base = {
111015                 .ob_refcnt = 999999999,
111016                 .ob_type = &PyTuple_Type,
111017             },
111018             .ob_size = 4,
111019         },
111020         .ob_item = {
111021             & const_str_list._ascii.ob_base,
111022             &_Py_ID(__all__),
111023             & const_str_AttributeError._ascii.ob_base,
111024             & const_str_dir._ascii.ob_base,
111025         },
111026     },
111027 };
111028 static
111029     struct {
111030         PyASCIIObject _ascii;
111031         uint8_t _data[18];
111032     }
111033 const_str__get_exports_list = {
111034     ._ascii = {
111035         .ob_base = {
111036             .ob_refcnt = 999999999,
111037             .ob_type = &PyUnicode_Type,
111038         },
111039         .length = 17,
111040         .hash = -1,
111041         .state = {
111042             .kind = 1,
111043             .compact = 1,
111044             .ascii = 1,
111045             .ready = 1,
111046         },
111047     },
111048     ._data = "_get_exports_list",
111049 };
111050 static
111051     struct {
111052         PyObject_VAR_HEAD
111053         Py_hash_t ob_shash;
111054         char ob_sval[83];
111055     }
111056 os_toplevel_consts_6_linetable = {
111057     .ob_base = {
111058         .ob_base = {
111059             .ob_refcnt = 999999999,
111060             .ob_type = &PyBytes_Type,
111061         },
111062         .ob_size = 82,
111063     },
111064     .ob_shash = -1,
111065     .ob_sval = "\x80\x00\xf0\x02\x03\x05\x37\xdd\x0f\x13\x90\x46\x94\x4e\xd1\x0f\x23\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\x99\x3b\x9c\x3b\xd0\x0f\x36\xd1\x0f\x36\xd4\x0f\x36\xd0\x08\x36\xd0\x08\x36\xd0\x08\x36\xf0\x03\x01\x05\x37\xf8\xf8\xf8",
111066 };
111067 static
111068     struct {
111069         PyObject_VAR_HEAD
111070         Py_hash_t ob_shash;
111071         char ob_sval[13];
111072     }
111073 os_toplevel_consts_6_exceptiontable = {
111074     .ob_base = {
111075         .ob_base = {
111076             .ob_refcnt = 999999999,
111077             .ob_type = &PyBytes_Type,
111078         },
111079         .ob_size = 12,
111080     },
111081     .ob_shash = -1,
111082     .ob_sval = "\x82\x13\x16\x00\x96\x23\x3c\x03\xbb\x01\x3c\x03",
111083 };
111084 static
111085     struct _PyCode_DEF(126)
111086 os_toplevel_consts_6 = {
111087     .ob_base = {
111088         .ob_base = {
111089             .ob_refcnt = 999999999,
111090             .ob_type = &PyCode_Type,
111091         },
111092         .ob_size = 63,
111093     },
111094     .co_consts = & os_toplevel_consts_6_consts._object.ob_base.ob_base,
111095     .co_names = & os_toplevel_consts_6_names._object.ob_base.ob_base,
111096     .co_exceptiontable = & os_toplevel_consts_6_exceptiontable.ob_base.ob_base,
111097     .co_flags = 3,
111098     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
111099     ._co_linearray_entry_size = 0,
111100     .co_argcount = 1,
111101     .co_posonlyargcount = 0,
111102     .co_kwonlyargcount = 0,
111103     .co_stacksize = 5,
111104     .co_firstlineno = 44,
111105     .co_nlocalsplus = 1,
111106     .co_nlocals = 1,
111107     .co_nplaincellvars = 0,
111108     .co_ncellvars = 0,
111109     .co_nfreevars = 0,
111110     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_3_localsplusnames._object.ob_base.ob_base,
111111     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
111112     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
111113     .co_name = & const_str__get_exports_list._ascii.ob_base,
111114     .co_qualname = & const_str__get_exports_list._ascii.ob_base,
111115     .co_linetable = & os_toplevel_consts_6_linetable.ob_base.ob_base,
111116     ._co_code = NULL,
111117     ._co_linearray = NULL,
111118     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\x1c\x01\x00\x64\x01\x84\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\xa6\x00\x00\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",
111119     ._co_firsttraceable = 0,
111120 };
111121 static
111122     struct {
111123         PyASCIIObject _ascii;
111124         uint8_t _data[6];
111125     }
111126 const_str__exit = {
111127     ._ascii = {
111128         .ob_base = {
111129             .ob_refcnt = 999999999,
111130             .ob_type = &PyUnicode_Type,
111131         },
111132         .length = 5,
111133         .hash = -1,
111134         .state = {
111135             .kind = 1,
111136             .compact = 1,
111137             .ascii = 1,
111138             .ready = 1,
111139         },
111140     },
111141     ._data = "_exit",
111142 };
111143 static
111144     struct {
111145         PyGC_Head _gc_head;
111146         struct {
111147             PyObject_VAR_HEAD
111148             PyObject *ob_item[1];
111149         }_object;
111150     }
111151 os_toplevel_consts_10 = {
111152     ._object = {
111153         .ob_base = {
111154             .ob_base = {
111155                 .ob_refcnt = 999999999,
111156                 .ob_type = &PyTuple_Type,
111157             },
111158             .ob_size = 1,
111159         },
111160         .ob_item = {
111161             & const_str__exit._ascii.ob_base,
111162         },
111163     },
111164 };
111165 static
111166     struct {
111167         PyASCIIObject _ascii;
111168         uint8_t _data[16];
111169     }
111170 const_str__have_functions = {
111171     ._ascii = {
111172         .ob_base = {
111173             .ob_refcnt = 999999999,
111174             .ob_type = &PyUnicode_Type,
111175         },
111176         .length = 15,
111177         .hash = -1,
111178         .state = {
111179             .kind = 1,
111180             .compact = 1,
111181             .ascii = 1,
111182             .ready = 1,
111183         },
111184     },
111185     ._data = "_have_functions",
111186 };
111187 static
111188     struct {
111189         PyGC_Head _gc_head;
111190         struct {
111191             PyObject_VAR_HEAD
111192             PyObject *ob_item[1];
111193         }_object;
111194     }
111195 os_toplevel_consts_12 = {
111196     ._object = {
111197         .ob_base = {
111198             .ob_base = {
111199                 .ob_refcnt = 999999999,
111200                 .ob_type = &PyTuple_Type,
111201             },
111202             .ob_size = 1,
111203         },
111204         .ob_item = {
111205             & const_str__have_functions._ascii.ob_base,
111206         },
111207     },
111208 };
111209 static
111210     struct {
111211         PyASCIIObject _ascii;
111212         uint8_t _data[3];
111213     }
111214 os_toplevel_consts_14 = {
111215     ._ascii = {
111216         .ob_base = {
111217             .ob_refcnt = 999999999,
111218             .ob_type = &PyUnicode_Type,
111219         },
111220         .length = 2,
111221         .hash = -1,
111222         .state = {
111223             .kind = 1,
111224             .compact = 1,
111225             .ascii = 1,
111226             .ready = 1,
111227         },
111228     },
111229     ._data = "\x0d\x0a",
111230 };
111231 static
111232     struct {
111233         PyASCIIObject _ascii;
111234         uint8_t _data[28];
111235     }
111236 os_toplevel_consts_15 = {
111237     ._ascii = {
111238         .ob_base = {
111239             .ob_refcnt = 999999999,
111240             .ob_type = &PyUnicode_Type,
111241         },
111242         .length = 27,
111243         .hash = -1,
111244         .state = {
111245             .kind = 1,
111246             .compact = 1,
111247             .ascii = 1,
111248             .ready = 1,
111249         },
111250     },
111251     ._data = "no os specific module found",
111252 };
111253 static
111254     struct {
111255         PyASCIIObject _ascii;
111256         uint8_t _data[8];
111257     }
111258 os_toplevel_consts_16 = {
111259     ._ascii = {
111260         .ob_base = {
111261             .ob_refcnt = 999999999,
111262             .ob_type = &PyUnicode_Type,
111263         },
111264         .length = 7,
111265         .hash = -1,
111266         .state = {
111267             .kind = 1,
111268             .compact = 1,
111269             .ascii = 1,
111270             .ready = 1,
111271         },
111272     },
111273     ._data = "os.path",
111274 };
111275 static
111276     struct {
111277         PyGC_Head _gc_head;
111278         struct {
111279             PyObject_VAR_HEAD
111280             PyObject *ob_item[8];
111281         }_object;
111282     }
111283 os_toplevel_consts_17 = {
111284     ._object = {
111285         .ob_base = {
111286             .ob_base = {
111287                 .ob_refcnt = 999999999,
111288                 .ob_type = &PyTuple_Type,
111289             },
111290             .ob_size = 8,
111291         },
111292         .ob_item = {
111293             & const_str_curdir._ascii.ob_base,
111294             & const_str_pardir._ascii.ob_base,
111295             & const_str_sep._ascii.ob_base,
111296             & const_str_pathsep._ascii.ob_base,
111297             & const_str_defpath._ascii.ob_base,
111298             & const_str_extsep._ascii.ob_base,
111299             & const_str_altsep._ascii.ob_base,
111300             & const_str_devnull._ascii.ob_base,
111301         },
111302     },
111303 };
111304 static
111305     struct {
111306         PyASCIIObject _ascii;
111307         uint8_t _data[9];
111308     }
111309 const_str__globals = {
111310     ._ascii = {
111311         .ob_base = {
111312             .ob_refcnt = 999999999,
111313             .ob_type = &PyUnicode_Type,
111314         },
111315         .length = 8,
111316         .hash = -1,
111317         .state = {
111318             .kind = 1,
111319             .compact = 1,
111320             .ascii = 1,
111321             .ready = 1,
111322         },
111323     },
111324     ._data = "_globals",
111325 };
111326 static
111327     struct {
111328         PyASCIIObject _ascii;
111329         uint8_t _data[5];
111330     }
111331 const_str__set = {
111332     ._ascii = {
111333         .ob_base = {
111334             .ob_refcnt = 999999999,
111335             .ob_type = &PyUnicode_Type,
111336         },
111337         .length = 4,
111338         .hash = -1,
111339         .state = {
111340             .kind = 1,
111341             .compact = 1,
111342             .ascii = 1,
111343             .ready = 1,
111344         },
111345     },
111346     ._data = "_set",
111347 };
111348 static
111349     struct {
111350         PyGC_Head _gc_head;
111351         struct {
111352             PyObject_VAR_HEAD
111353             PyObject *ob_item[4];
111354         }_object;
111355     }
111356 os_toplevel_consts_19_names = {
111357     ._object = {
111358         .ob_base = {
111359             .ob_base = {
111360                 .ob_refcnt = 999999999,
111361                 .ob_type = &PyTuple_Type,
111362             },
111363             .ob_size = 4,
111364         },
111365         .ob_item = {
111366             & const_str__globals._ascii.ob_base,
111367             & const_str__have_functions._ascii.ob_base,
111368             & const_str__set._ascii.ob_base,
111369             &_Py_ID(add),
111370         },
111371     },
111372 };
111373 static
111374     struct {
111375         PyASCIIObject _ascii;
111376         uint8_t _data[5];
111377     }
111378 const_str__add = {
111379     ._ascii = {
111380         .ob_base = {
111381             .ob_refcnt = 999999999,
111382             .ob_type = &PyUnicode_Type,
111383         },
111384         .length = 4,
111385         .hash = -1,
111386         .state = {
111387             .kind = 1,
111388             .compact = 1,
111389             .ascii = 1,
111390             .ready = 1,
111391         },
111392     },
111393     ._data = "_add",
111394 };
111395 static
111396     struct {
111397         PyObject_VAR_HEAD
111398         Py_hash_t ob_shash;
111399         char ob_sval[63];
111400     }
111401 os_toplevel_consts_19_linetable = {
111402     .ob_base = {
111403         .ob_base = {
111404             .ob_refcnt = 999999999,
111405             .ob_type = &PyBytes_Type,
111406         },
111407         .ob_size = 62,
111408     },
111409     .ob_shash = -1,
111410     .ob_sval = "\x80\x00\xd8\x0c\x0e\x95\x28\x88\x4e\x88\x4e\xa0\x13\xad\x0f\xd0\x21\x37\xd0\x21\x37\xdd\x0c\x10\x8f\x48\x8a\x48\x95\x58\x98\x62\x94\x5c\xd1\x0c\x22\xd4\x0c\x22\xd0\x0c\x22\xd0\x0c\x22\xd0\x0c\x22\xf0\x03\x00\x0d\x1b\x88\x4e\xd0\x21\x37\xd0\x21\x37",
111411 };
111412 static
111413     struct {
111414         PyGC_Head _gc_head;
111415         struct {
111416             PyObject_VAR_HEAD
111417             PyObject *ob_item[2];
111418         }_object;
111419     }
111420 os_toplevel_consts_19_localsplusnames = {
111421     ._object = {
111422         .ob_base = {
111423             .ob_base = {
111424                 .ob_refcnt = 999999999,
111425                 .ob_type = &PyTuple_Type,
111426             },
111427             .ob_size = 2,
111428         },
111429         .ob_item = {
111430             & const_str_str._ascii.ob_base,
111431             & const_str_fn._ascii.ob_base,
111432         },
111433     },
111434 };
111435 static
111436     struct _PyCode_DEF(124)
111437 os_toplevel_consts_19 = {
111438     .ob_base = {
111439         .ob_base = {
111440             .ob_refcnt = 999999999,
111441             .ob_type = &PyCode_Type,
111442         },
111443         .ob_size = 62,
111444     },
111445     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
111446     .co_names = & os_toplevel_consts_19_names._object.ob_base.ob_base,
111447     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
111448     .co_flags = 3,
111449     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
111450     ._co_linearray_entry_size = 0,
111451     .co_argcount = 2,
111452     .co_posonlyargcount = 0,
111453     .co_kwonlyargcount = 0,
111454     .co_stacksize = 4,
111455     .co_firstlineno = 104,
111456     .co_nlocalsplus = 2,
111457     .co_nlocals = 2,
111458     .co_nplaincellvars = 0,
111459     .co_ncellvars = 0,
111460     .co_nfreevars = 0,
111461     .co_localsplusnames = & os_toplevel_consts_19_localsplusnames._object.ob_base.ob_base,
111462     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
111463     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
111464     .co_name = & const_str__add._ascii.ob_base,
111465     .co_qualname = & const_str__add._ascii.ob_base,
111466     .co_linetable = & os_toplevel_consts_19_linetable.ob_base.ob_base,
111467     ._co_code = NULL,
111468     ._co_linearray = NULL,
111469     .co_code_adaptive = "\x97\x00\x7c\x01\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x30\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x29\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x03\x00\x00\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\xa6\x01\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",
111470     ._co_firsttraceable = 0,
111471 };
111472 static
111473     struct {
111474         PyASCIIObject _ascii;
111475         uint8_t _data[15];
111476     }
111477 const_str_HAVE_FACCESSAT = {
111478     ._ascii = {
111479         .ob_base = {
111480             .ob_refcnt = 999999999,
111481             .ob_type = &PyUnicode_Type,
111482         },
111483         .length = 14,
111484         .hash = -1,
111485         .state = {
111486             .kind = 1,
111487             .compact = 1,
111488             .ascii = 1,
111489             .ready = 1,
111490         },
111491     },
111492     ._data = "HAVE_FACCESSAT",
111493 };
111494 static
111495     struct {
111496         PyASCIIObject _ascii;
111497         uint8_t _data[7];
111498     }
111499 const_str_access = {
111500     ._ascii = {
111501         .ob_base = {
111502             .ob_refcnt = 999999999,
111503             .ob_type = &PyUnicode_Type,
111504         },
111505         .length = 6,
111506         .hash = -1,
111507         .state = {
111508             .kind = 1,
111509             .compact = 1,
111510             .ascii = 1,
111511             .ready = 1,
111512         },
111513     },
111514     ._data = "access",
111515 };
111516 static
111517     struct {
111518         PyASCIIObject _ascii;
111519         uint8_t _data[14];
111520     }
111521 const_str_HAVE_FCHMODAT = {
111522     ._ascii = {
111523         .ob_base = {
111524             .ob_refcnt = 999999999,
111525             .ob_type = &PyUnicode_Type,
111526         },
111527         .length = 13,
111528         .hash = -1,
111529         .state = {
111530             .kind = 1,
111531             .compact = 1,
111532             .ascii = 1,
111533             .ready = 1,
111534         },
111535     },
111536     ._data = "HAVE_FCHMODAT",
111537 };
111538 static
111539     struct {
111540         PyASCIIObject _ascii;
111541         uint8_t _data[6];
111542     }
111543 const_str_chmod = {
111544     ._ascii = {
111545         .ob_base = {
111546             .ob_refcnt = 999999999,
111547             .ob_type = &PyUnicode_Type,
111548         },
111549         .length = 5,
111550         .hash = -1,
111551         .state = {
111552             .kind = 1,
111553             .compact = 1,
111554             .ascii = 1,
111555             .ready = 1,
111556         },
111557     },
111558     ._data = "chmod",
111559 };
111560 static
111561     struct {
111562         PyASCIIObject _ascii;
111563         uint8_t _data[14];
111564     }
111565 const_str_HAVE_FCHOWNAT = {
111566     ._ascii = {
111567         .ob_base = {
111568             .ob_refcnt = 999999999,
111569             .ob_type = &PyUnicode_Type,
111570         },
111571         .length = 13,
111572         .hash = -1,
111573         .state = {
111574             .kind = 1,
111575             .compact = 1,
111576             .ascii = 1,
111577             .ready = 1,
111578         },
111579     },
111580     ._data = "HAVE_FCHOWNAT",
111581 };
111582 static
111583     struct {
111584         PyASCIIObject _ascii;
111585         uint8_t _data[6];
111586     }
111587 const_str_chown = {
111588     ._ascii = {
111589         .ob_base = {
111590             .ob_refcnt = 999999999,
111591             .ob_type = &PyUnicode_Type,
111592         },
111593         .length = 5,
111594         .hash = -1,
111595         .state = {
111596             .kind = 1,
111597             .compact = 1,
111598             .ascii = 1,
111599             .ready = 1,
111600         },
111601     },
111602     ._data = "chown",
111603 };
111604 static
111605     struct {
111606         PyASCIIObject _ascii;
111607         uint8_t _data[13];
111608     }
111609 const_str_HAVE_FSTATAT = {
111610     ._ascii = {
111611         .ob_base = {
111612             .ob_refcnt = 999999999,
111613             .ob_type = &PyUnicode_Type,
111614         },
111615         .length = 12,
111616         .hash = -1,
111617         .state = {
111618             .kind = 1,
111619             .compact = 1,
111620             .ascii = 1,
111621             .ready = 1,
111622         },
111623     },
111624     ._data = "HAVE_FSTATAT",
111625 };
111626 static
111627     struct {
111628         PyASCIIObject _ascii;
111629         uint8_t _data[15];
111630     }
111631 const_str_HAVE_FUTIMESAT = {
111632     ._ascii = {
111633         .ob_base = {
111634             .ob_refcnt = 999999999,
111635             .ob_type = &PyUnicode_Type,
111636         },
111637         .length = 14,
111638         .hash = -1,
111639         .state = {
111640             .kind = 1,
111641             .compact = 1,
111642             .ascii = 1,
111643             .ready = 1,
111644         },
111645     },
111646     ._data = "HAVE_FUTIMESAT",
111647 };
111648 static
111649     struct {
111650         PyASCIIObject _ascii;
111651         uint8_t _data[6];
111652     }
111653 const_str_utime = {
111654     ._ascii = {
111655         .ob_base = {
111656             .ob_refcnt = 999999999,
111657             .ob_type = &PyUnicode_Type,
111658         },
111659         .length = 5,
111660         .hash = -1,
111661         .state = {
111662             .kind = 1,
111663             .compact = 1,
111664             .ascii = 1,
111665             .ready = 1,
111666         },
111667     },
111668     ._data = "utime",
111669 };
111670 static
111671     struct {
111672         PyASCIIObject _ascii;
111673         uint8_t _data[12];
111674     }
111675 const_str_HAVE_LINKAT = {
111676     ._ascii = {
111677         .ob_base = {
111678             .ob_refcnt = 999999999,
111679             .ob_type = &PyUnicode_Type,
111680         },
111681         .length = 11,
111682         .hash = -1,
111683         .state = {
111684             .kind = 1,
111685             .compact = 1,
111686             .ascii = 1,
111687             .ready = 1,
111688         },
111689     },
111690     ._data = "HAVE_LINKAT",
111691 };
111692 static
111693     struct {
111694         PyASCIIObject _ascii;
111695         uint8_t _data[5];
111696     }
111697 const_str_link = {
111698     ._ascii = {
111699         .ob_base = {
111700             .ob_refcnt = 999999999,
111701             .ob_type = &PyUnicode_Type,
111702         },
111703         .length = 4,
111704         .hash = -1,
111705         .state = {
111706             .kind = 1,
111707             .compact = 1,
111708             .ascii = 1,
111709             .ready = 1,
111710         },
111711     },
111712     ._data = "link",
111713 };
111714 static
111715     struct {
111716         PyASCIIObject _ascii;
111717         uint8_t _data[13];
111718     }
111719 const_str_HAVE_MKDIRAT = {
111720     ._ascii = {
111721         .ob_base = {
111722             .ob_refcnt = 999999999,
111723             .ob_type = &PyUnicode_Type,
111724         },
111725         .length = 12,
111726         .hash = -1,
111727         .state = {
111728             .kind = 1,
111729             .compact = 1,
111730             .ascii = 1,
111731             .ready = 1,
111732         },
111733     },
111734     ._data = "HAVE_MKDIRAT",
111735 };
111736 static
111737     struct {
111738         PyASCIIObject _ascii;
111739         uint8_t _data[14];
111740     }
111741 const_str_HAVE_MKFIFOAT = {
111742     ._ascii = {
111743         .ob_base = {
111744             .ob_refcnt = 999999999,
111745             .ob_type = &PyUnicode_Type,
111746         },
111747         .length = 13,
111748         .hash = -1,
111749         .state = {
111750             .kind = 1,
111751             .compact = 1,
111752             .ascii = 1,
111753             .ready = 1,
111754         },
111755     },
111756     ._data = "HAVE_MKFIFOAT",
111757 };
111758 static
111759     struct {
111760         PyASCIIObject _ascii;
111761         uint8_t _data[7];
111762     }
111763 const_str_mkfifo = {
111764     ._ascii = {
111765         .ob_base = {
111766             .ob_refcnt = 999999999,
111767             .ob_type = &PyUnicode_Type,
111768         },
111769         .length = 6,
111770         .hash = -1,
111771         .state = {
111772             .kind = 1,
111773             .compact = 1,
111774             .ascii = 1,
111775             .ready = 1,
111776         },
111777     },
111778     ._data = "mkfifo",
111779 };
111780 static
111781     struct {
111782         PyASCIIObject _ascii;
111783         uint8_t _data[13];
111784     }
111785 const_str_HAVE_MKNODAT = {
111786     ._ascii = {
111787         .ob_base = {
111788             .ob_refcnt = 999999999,
111789             .ob_type = &PyUnicode_Type,
111790         },
111791         .length = 12,
111792         .hash = -1,
111793         .state = {
111794             .kind = 1,
111795             .compact = 1,
111796             .ascii = 1,
111797             .ready = 1,
111798         },
111799     },
111800     ._data = "HAVE_MKNODAT",
111801 };
111802 static
111803     struct {
111804         PyASCIIObject _ascii;
111805         uint8_t _data[6];
111806     }
111807 const_str_mknod = {
111808     ._ascii = {
111809         .ob_base = {
111810             .ob_refcnt = 999999999,
111811             .ob_type = &PyUnicode_Type,
111812         },
111813         .length = 5,
111814         .hash = -1,
111815         .state = {
111816             .kind = 1,
111817             .compact = 1,
111818             .ascii = 1,
111819             .ready = 1,
111820         },
111821     },
111822     ._data = "mknod",
111823 };
111824 static
111825     struct {
111826         PyASCIIObject _ascii;
111827         uint8_t _data[12];
111828     }
111829 const_str_HAVE_OPENAT = {
111830     ._ascii = {
111831         .ob_base = {
111832             .ob_refcnt = 999999999,
111833             .ob_type = &PyUnicode_Type,
111834         },
111835         .length = 11,
111836         .hash = -1,
111837         .state = {
111838             .kind = 1,
111839             .compact = 1,
111840             .ascii = 1,
111841             .ready = 1,
111842         },
111843     },
111844     ._data = "HAVE_OPENAT",
111845 };
111846 static
111847     struct {
111848         PyASCIIObject _ascii;
111849         uint8_t _data[16];
111850     }
111851 const_str_HAVE_READLINKAT = {
111852     ._ascii = {
111853         .ob_base = {
111854             .ob_refcnt = 999999999,
111855             .ob_type = &PyUnicode_Type,
111856         },
111857         .length = 15,
111858         .hash = -1,
111859         .state = {
111860             .kind = 1,
111861             .compact = 1,
111862             .ascii = 1,
111863             .ready = 1,
111864         },
111865     },
111866     ._data = "HAVE_READLINKAT",
111867 };
111868 static
111869     struct {
111870         PyASCIIObject _ascii;
111871         uint8_t _data[14];
111872     }
111873 const_str_HAVE_RENAMEAT = {
111874     ._ascii = {
111875         .ob_base = {
111876             .ob_refcnt = 999999999,
111877             .ob_type = &PyUnicode_Type,
111878         },
111879         .length = 13,
111880         .hash = -1,
111881         .state = {
111882             .kind = 1,
111883             .compact = 1,
111884             .ascii = 1,
111885             .ready = 1,
111886         },
111887     },
111888     ._data = "HAVE_RENAMEAT",
111889 };
111890 static
111891     struct {
111892         PyASCIIObject _ascii;
111893         uint8_t _data[7];
111894     }
111895 const_str_rename = {
111896     ._ascii = {
111897         .ob_base = {
111898             .ob_refcnt = 999999999,
111899             .ob_type = &PyUnicode_Type,
111900         },
111901         .length = 6,
111902         .hash = -1,
111903         .state = {
111904             .kind = 1,
111905             .compact = 1,
111906             .ascii = 1,
111907             .ready = 1,
111908         },
111909     },
111910     ._data = "rename",
111911 };
111912 static
111913     struct {
111914         PyASCIIObject _ascii;
111915         uint8_t _data[15];
111916     }
111917 const_str_HAVE_SYMLINKAT = {
111918     ._ascii = {
111919         .ob_base = {
111920             .ob_refcnt = 999999999,
111921             .ob_type = &PyUnicode_Type,
111922         },
111923         .length = 14,
111924         .hash = -1,
111925         .state = {
111926             .kind = 1,
111927             .compact = 1,
111928             .ascii = 1,
111929             .ready = 1,
111930         },
111931     },
111932     ._data = "HAVE_SYMLINKAT",
111933 };
111934 static
111935     struct {
111936         PyASCIIObject _ascii;
111937         uint8_t _data[8];
111938     }
111939 const_str_symlink = {
111940     ._ascii = {
111941         .ob_base = {
111942             .ob_refcnt = 999999999,
111943             .ob_type = &PyUnicode_Type,
111944         },
111945         .length = 7,
111946         .hash = -1,
111947         .state = {
111948             .kind = 1,
111949             .compact = 1,
111950             .ascii = 1,
111951             .ready = 1,
111952         },
111953     },
111954     ._data = "symlink",
111955 };
111956 static
111957     struct {
111958         PyASCIIObject _ascii;
111959         uint8_t _data[14];
111960     }
111961 const_str_HAVE_UNLINKAT = {
111962     ._ascii = {
111963         .ob_base = {
111964             .ob_refcnt = 999999999,
111965             .ob_type = &PyUnicode_Type,
111966         },
111967         .length = 13,
111968         .hash = -1,
111969         .state = {
111970             .kind = 1,
111971             .compact = 1,
111972             .ascii = 1,
111973             .ready = 1,
111974         },
111975     },
111976     ._data = "HAVE_UNLINKAT",
111977 };
111978 static
111979     struct {
111980         PyASCIIObject _ascii;
111981         uint8_t _data[6];
111982     }
111983 const_str_rmdir = {
111984     ._ascii = {
111985         .ob_base = {
111986             .ob_refcnt = 999999999,
111987             .ob_type = &PyUnicode_Type,
111988         },
111989         .length = 5,
111990         .hash = -1,
111991         .state = {
111992             .kind = 1,
111993             .compact = 1,
111994             .ascii = 1,
111995             .ready = 1,
111996         },
111997     },
111998     ._data = "rmdir",
111999 };
112000 static
112001     struct {
112002         PyASCIIObject _ascii;
112003         uint8_t _data[15];
112004     }
112005 const_str_HAVE_UTIMENSAT = {
112006     ._ascii = {
112007         .ob_base = {
112008             .ob_refcnt = 999999999,
112009             .ob_type = &PyUnicode_Type,
112010         },
112011         .length = 14,
112012         .hash = -1,
112013         .state = {
112014             .kind = 1,
112015             .compact = 1,
112016             .ascii = 1,
112017             .ready = 1,
112018         },
112019     },
112020     ._data = "HAVE_UTIMENSAT",
112021 };
112022 static
112023     struct {
112024         PyASCIIObject _ascii;
112025         uint8_t _data[12];
112026     }
112027 const_str_HAVE_FCHDIR = {
112028     ._ascii = {
112029         .ob_base = {
112030             .ob_refcnt = 999999999,
112031             .ob_type = &PyUnicode_Type,
112032         },
112033         .length = 11,
112034         .hash = -1,
112035         .state = {
112036             .kind = 1,
112037             .compact = 1,
112038             .ascii = 1,
112039             .ready = 1,
112040         },
112041     },
112042     ._data = "HAVE_FCHDIR",
112043 };
112044 static
112045     struct {
112046         PyASCIIObject _ascii;
112047         uint8_t _data[6];
112048     }
112049 const_str_chdir = {
112050     ._ascii = {
112051         .ob_base = {
112052             .ob_refcnt = 999999999,
112053             .ob_type = &PyUnicode_Type,
112054         },
112055         .length = 5,
112056         .hash = -1,
112057         .state = {
112058             .kind = 1,
112059             .compact = 1,
112060             .ascii = 1,
112061             .ready = 1,
112062         },
112063     },
112064     ._data = "chdir",
112065 };
112066 static
112067     struct {
112068         PyASCIIObject _ascii;
112069         uint8_t _data[12];
112070     }
112071 const_str_HAVE_FCHMOD = {
112072     ._ascii = {
112073         .ob_base = {
112074             .ob_refcnt = 999999999,
112075             .ob_type = &PyUnicode_Type,
112076         },
112077         .length = 11,
112078         .hash = -1,
112079         .state = {
112080             .kind = 1,
112081             .compact = 1,
112082             .ascii = 1,
112083             .ready = 1,
112084         },
112085     },
112086     ._data = "HAVE_FCHMOD",
112087 };
112088 static
112089     struct {
112090         PyASCIIObject _ascii;
112091         uint8_t _data[12];
112092     }
112093 const_str_HAVE_FCHOWN = {
112094     ._ascii = {
112095         .ob_base = {
112096             .ob_refcnt = 999999999,
112097             .ob_type = &PyUnicode_Type,
112098         },
112099         .length = 11,
112100         .hash = -1,
112101         .state = {
112102             .kind = 1,
112103             .compact = 1,
112104             .ascii = 1,
112105             .ready = 1,
112106         },
112107     },
112108     ._data = "HAVE_FCHOWN",
112109 };
112110 static
112111     struct {
112112         PyASCIIObject _ascii;
112113         uint8_t _data[15];
112114     }
112115 const_str_HAVE_FDOPENDIR = {
112116     ._ascii = {
112117         .ob_base = {
112118             .ob_refcnt = 999999999,
112119             .ob_type = &PyUnicode_Type,
112120         },
112121         .length = 14,
112122         .hash = -1,
112123         .state = {
112124             .kind = 1,
112125             .compact = 1,
112126             .ascii = 1,
112127             .ready = 1,
112128         },
112129     },
112130     ._data = "HAVE_FDOPENDIR",
112131 };
112132 static
112133     struct {
112134         PyASCIIObject _ascii;
112135         uint8_t _data[8];
112136     }
112137 const_str_scandir = {
112138     ._ascii = {
112139         .ob_base = {
112140             .ob_refcnt = 999999999,
112141             .ob_type = &PyUnicode_Type,
112142         },
112143         .length = 7,
112144         .hash = -1,
112145         .state = {
112146             .kind = 1,
112147             .compact = 1,
112148             .ascii = 1,
112149             .ready = 1,
112150         },
112151     },
112152     ._data = "scandir",
112153 };
112154 static
112155     struct {
112156         PyASCIIObject _ascii;
112157         uint8_t _data[13];
112158     }
112159 const_str_HAVE_FEXECVE = {
112160     ._ascii = {
112161         .ob_base = {
112162             .ob_refcnt = 999999999,
112163             .ob_type = &PyUnicode_Type,
112164         },
112165         .length = 12,
112166         .hash = -1,
112167         .state = {
112168             .kind = 1,
112169             .compact = 1,
112170             .ascii = 1,
112171             .ready = 1,
112172         },
112173     },
112174     ._data = "HAVE_FEXECVE",
112175 };
112176 static
112177     struct {
112178         PyASCIIObject _ascii;
112179         uint8_t _data[7];
112180     }
112181 const_str_execve = {
112182     ._ascii = {
112183         .ob_base = {
112184             .ob_refcnt = 999999999,
112185             .ob_type = &PyUnicode_Type,
112186         },
112187         .length = 6,
112188         .hash = -1,
112189         .state = {
112190             .kind = 1,
112191             .compact = 1,
112192             .ascii = 1,
112193             .ready = 1,
112194         },
112195     },
112196     ._data = "execve",
112197 };
112198 static
112199     struct {
112200         PyASCIIObject _ascii;
112201         uint8_t _data[15];
112202     }
112203 const_str_HAVE_FTRUNCATE = {
112204     ._ascii = {
112205         .ob_base = {
112206             .ob_refcnt = 999999999,
112207             .ob_type = &PyUnicode_Type,
112208         },
112209         .length = 14,
112210         .hash = -1,
112211         .state = {
112212             .kind = 1,
112213             .compact = 1,
112214             .ascii = 1,
112215             .ready = 1,
112216         },
112217     },
112218     ._data = "HAVE_FTRUNCATE",
112219 };
112220 static
112221     struct {
112222         PyASCIIObject _ascii;
112223         uint8_t _data[14];
112224     }
112225 const_str_HAVE_FUTIMENS = {
112226     ._ascii = {
112227         .ob_base = {
112228             .ob_refcnt = 999999999,
112229             .ob_type = &PyUnicode_Type,
112230         },
112231         .length = 13,
112232         .hash = -1,
112233         .state = {
112234             .kind = 1,
112235             .compact = 1,
112236             .ascii = 1,
112237             .ready = 1,
112238         },
112239     },
112240     ._data = "HAVE_FUTIMENS",
112241 };
112242 static
112243     struct {
112244         PyASCIIObject _ascii;
112245         uint8_t _data[13];
112246     }
112247 const_str_HAVE_FUTIMES = {
112248     ._ascii = {
112249         .ob_base = {
112250             .ob_refcnt = 999999999,
112251             .ob_type = &PyUnicode_Type,
112252         },
112253         .length = 12,
112254         .hash = -1,
112255         .state = {
112256             .kind = 1,
112257             .compact = 1,
112258             .ascii = 1,
112259             .ready = 1,
112260         },
112261     },
112262     ._data = "HAVE_FUTIMES",
112263 };
112264 static
112265     struct {
112266         PyASCIIObject _ascii;
112267         uint8_t _data[15];
112268     }
112269 const_str_HAVE_FPATHCONF = {
112270     ._ascii = {
112271         .ob_base = {
112272             .ob_refcnt = 999999999,
112273             .ob_type = &PyUnicode_Type,
112274         },
112275         .length = 14,
112276         .hash = -1,
112277         .state = {
112278             .kind = 1,
112279             .compact = 1,
112280             .ascii = 1,
112281             .ready = 1,
112282         },
112283     },
112284     ._data = "HAVE_FPATHCONF",
112285 };
112286 static
112287     struct {
112288         PyASCIIObject _ascii;
112289         uint8_t _data[9];
112290     }
112291 const_str_pathconf = {
112292     ._ascii = {
112293         .ob_base = {
112294             .ob_refcnt = 999999999,
112295             .ob_type = &PyUnicode_Type,
112296         },
112297         .length = 8,
112298         .hash = -1,
112299         .state = {
112300             .kind = 1,
112301             .compact = 1,
112302             .ascii = 1,
112303             .ready = 1,
112304         },
112305     },
112306     ._data = "pathconf",
112307 };
112308 static
112309     struct {
112310         PyASCIIObject _ascii;
112311         uint8_t _data[8];
112312     }
112313 const_str_statvfs = {
112314     ._ascii = {
112315         .ob_base = {
112316             .ob_refcnt = 999999999,
112317             .ob_type = &PyUnicode_Type,
112318         },
112319         .length = 7,
112320         .hash = -1,
112321         .state = {
112322             .kind = 1,
112323             .compact = 1,
112324             .ascii = 1,
112325             .ready = 1,
112326         },
112327     },
112328     ._data = "statvfs",
112329 };
112330 static
112331     struct {
112332         PyASCIIObject _ascii;
112333         uint8_t _data[9];
112334     }
112335 const_str_fstatvfs = {
112336     ._ascii = {
112337         .ob_base = {
112338             .ob_refcnt = 999999999,
112339             .ob_type = &PyUnicode_Type,
112340         },
112341         .length = 8,
112342         .hash = -1,
112343         .state = {
112344             .kind = 1,
112345             .compact = 1,
112346             .ascii = 1,
112347             .ready = 1,
112348         },
112349     },
112350     ._data = "fstatvfs",
112351 };
112352 static
112353     struct {
112354         PyASCIIObject _ascii;
112355         uint8_t _data[14];
112356     }
112357 const_str_HAVE_FSTATVFS = {
112358     ._ascii = {
112359         .ob_base = {
112360             .ob_refcnt = 999999999,
112361             .ob_type = &PyUnicode_Type,
112362         },
112363         .length = 13,
112364         .hash = -1,
112365         .state = {
112366             .kind = 1,
112367             .compact = 1,
112368             .ascii = 1,
112369             .ready = 1,
112370         },
112371     },
112372     ._data = "HAVE_FSTATVFS",
112373 };
112374 static
112375     struct {
112376         PyASCIIObject _ascii;
112377         uint8_t _data[14];
112378     }
112379 const_str_HAVE_LCHFLAGS = {
112380     ._ascii = {
112381         .ob_base = {
112382             .ob_refcnt = 999999999,
112383             .ob_type = &PyUnicode_Type,
112384         },
112385         .length = 13,
112386         .hash = -1,
112387         .state = {
112388             .kind = 1,
112389             .compact = 1,
112390             .ascii = 1,
112391             .ready = 1,
112392         },
112393     },
112394     ._data = "HAVE_LCHFLAGS",
112395 };
112396 static
112397     struct {
112398         PyASCIIObject _ascii;
112399         uint8_t _data[8];
112400     }
112401 const_str_chflags = {
112402     ._ascii = {
112403         .ob_base = {
112404             .ob_refcnt = 999999999,
112405             .ob_type = &PyUnicode_Type,
112406         },
112407         .length = 7,
112408         .hash = -1,
112409         .state = {
112410             .kind = 1,
112411             .compact = 1,
112412             .ascii = 1,
112413             .ready = 1,
112414         },
112415     },
112416     ._data = "chflags",
112417 };
112418 static
112419     struct {
112420         PyASCIIObject _ascii;
112421         uint8_t _data[12];
112422     }
112423 const_str_HAVE_LCHMOD = {
112424     ._ascii = {
112425         .ob_base = {
112426             .ob_refcnt = 999999999,
112427             .ob_type = &PyUnicode_Type,
112428         },
112429         .length = 11,
112430         .hash = -1,
112431         .state = {
112432             .kind = 1,
112433             .compact = 1,
112434             .ascii = 1,
112435             .ready = 1,
112436         },
112437     },
112438     ._data = "HAVE_LCHMOD",
112439 };
112440 static
112441     struct {
112442         PyASCIIObject _ascii;
112443         uint8_t _data[7];
112444     }
112445 const_str_lchown = {
112446     ._ascii = {
112447         .ob_base = {
112448             .ob_refcnt = 999999999,
112449             .ob_type = &PyUnicode_Type,
112450         },
112451         .length = 6,
112452         .hash = -1,
112453         .state = {
112454             .kind = 1,
112455             .compact = 1,
112456             .ascii = 1,
112457             .ready = 1,
112458         },
112459     },
112460     ._data = "lchown",
112461 };
112462 static
112463     struct {
112464         PyASCIIObject _ascii;
112465         uint8_t _data[12];
112466     }
112467 const_str_HAVE_LCHOWN = {
112468     ._ascii = {
112469         .ob_base = {
112470             .ob_refcnt = 999999999,
112471             .ob_type = &PyUnicode_Type,
112472         },
112473         .length = 11,
112474         .hash = -1,
112475         .state = {
112476             .kind = 1,
112477             .compact = 1,
112478             .ascii = 1,
112479             .ready = 1,
112480         },
112481     },
112482     ._data = "HAVE_LCHOWN",
112483 };
112484 static
112485     struct {
112486         PyASCIIObject _ascii;
112487         uint8_t _data[13];
112488     }
112489 const_str_HAVE_LUTIMES = {
112490     ._ascii = {
112491         .ob_base = {
112492             .ob_refcnt = 999999999,
112493             .ob_type = &PyUnicode_Type,
112494         },
112495         .length = 12,
112496         .hash = -1,
112497         .state = {
112498             .kind = 1,
112499             .compact = 1,
112500             .ascii = 1,
112501             .ready = 1,
112502         },
112503     },
112504     ._data = "HAVE_LUTIMES",
112505 };
112506 static
112507     struct {
112508         PyASCIIObject _ascii;
112509         uint8_t _data[11];
112510     }
112511 const_str_HAVE_LSTAT = {
112512     ._ascii = {
112513         .ob_base = {
112514             .ob_refcnt = 999999999,
112515             .ob_type = &PyUnicode_Type,
112516         },
112517         .length = 10,
112518         .hash = -1,
112519         .state = {
112520             .kind = 1,
112521             .compact = 1,
112522             .ascii = 1,
112523             .ready = 1,
112524         },
112525     },
112526     ._data = "HAVE_LSTAT",
112527 };
112528 static
112529     struct {
112530         PyASCIIObject _ascii;
112531         uint8_t _data[11];
112532     }
112533 const_str_MS_WINDOWS = {
112534     ._ascii = {
112535         .ob_base = {
112536             .ob_refcnt = 999999999,
112537             .ob_type = &PyUnicode_Type,
112538         },
112539         .length = 10,
112540         .hash = -1,
112541         .state = {
112542             .kind = 1,
112543             .compact = 1,
112544             .ascii = 1,
112545             .ready = 1,
112546         },
112547     },
112548     ._data = "MS_WINDOWS",
112549 };
112550 static
112551     struct {
112552         PyObject_VAR_HEAD
112553         digit ob_digit[1];
112554     }
112555 const_int_511 = {
112556     .ob_base = {
112557         .ob_base = {
112558             .ob_refcnt = 999999999,
112559             .ob_type = &PyLong_Type,
112560         },
112561         .ob_size = 1,
112562     },
112563     .ob_digit = { 511 },
112564 };
112565 static
112566     struct {
112567         PyASCIIObject _ascii;
112568         uint8_t _data[396];
112569     }
112570 os_toplevel_consts_80_consts_0 = {
112571     ._ascii = {
112572         .ob_base = {
112573             .ob_refcnt = 999999999,
112574             .ob_type = &PyUnicode_Type,
112575         },
112576         .length = 395,
112577         .hash = -1,
112578         .state = {
112579             .kind = 1,
112580             .compact = 1,
112581             .ascii = 1,
112582             .ready = 1,
112583         },
112584     },
112585     ._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",
112586 };
112587 static
112588     struct {
112589         PyASCIIObject _ascii;
112590         uint8_t _data[9];
112591     }
112592 const_str_exist_ok = {
112593     ._ascii = {
112594         .ob_base = {
112595             .ob_refcnt = 999999999,
112596             .ob_type = &PyUnicode_Type,
112597         },
112598         .length = 8,
112599         .hash = -1,
112600         .state = {
112601             .kind = 1,
112602             .compact = 1,
112603             .ascii = 1,
112604             .ready = 1,
112605         },
112606     },
112607     ._data = "exist_ok",
112608 };
112609 static
112610     struct {
112611         PyGC_Head _gc_head;
112612         struct {
112613             PyObject_VAR_HEAD
112614             PyObject *ob_item[1];
112615         }_object;
112616     }
112617 os_toplevel_consts_80_consts_1 = {
112618     ._object = {
112619         .ob_base = {
112620             .ob_base = {
112621                 .ob_refcnt = 999999999,
112622                 .ob_type = &PyTuple_Type,
112623             },
112624             .ob_size = 1,
112625         },
112626         .ob_item = {
112627             & const_str_exist_ok._ascii.ob_base,
112628         },
112629     },
112630 };
112631 static
112632     struct {
112633         PyGC_Head _gc_head;
112634         struct {
112635             PyObject_VAR_HEAD
112636             PyObject *ob_item[4];
112637         }_object;
112638     }
112639 os_toplevel_consts_80_consts = {
112640     ._object = {
112641         .ob_base = {
112642             .ob_base = {
112643                 .ob_refcnt = 999999999,
112644                 .ob_type = &PyTuple_Type,
112645             },
112646             .ob_size = 4,
112647         },
112648         .ob_item = {
112649             & os_toplevel_consts_80_consts_0._ascii.ob_base,
112650             & os_toplevel_consts_80_consts_1._object.ob_base.ob_base,
112651             & const_str_ASCII._ascii.ob_base,
112652             Py_None,
112653         },
112654     },
112655 };
112656 static
112657     struct {
112658         PyASCIIObject _ascii;
112659         uint8_t _data[9];
112660     }
112661 const_str_makedirs = {
112662     ._ascii = {
112663         .ob_base = {
112664             .ob_refcnt = 999999999,
112665             .ob_type = &PyUnicode_Type,
112666         },
112667         .length = 8,
112668         .hash = -1,
112669         .state = {
112670             .kind = 1,
112671             .compact = 1,
112672             .ascii = 1,
112673             .ready = 1,
112674         },
112675     },
112676     ._data = "makedirs",
112677 };
112678 static
112679     struct {
112680         PyGC_Head _gc_head;
112681         struct {
112682             PyObject_VAR_HEAD
112683             PyObject *ob_item[11];
112684         }_object;
112685     }
112686 os_toplevel_consts_80_names = {
112687     ._object = {
112688         .ob_base = {
112689             .ob_base = {
112690                 .ob_refcnt = 999999999,
112691                 .ob_type = &PyTuple_Type,
112692             },
112693             .ob_size = 11,
112694         },
112695         .ob_item = {
112696             &_Py_ID(path),
112697             & const_str_split._ascii.ob_base,
112698             & const_str_exists._ascii.ob_base,
112699             & const_str_makedirs._ascii.ob_base,
112700             & const_str_FileExistsError._ascii.ob_base,
112701             & const_str_curdir._ascii.ob_base,
112702             &_Py_ID(isinstance),
112703             & const_str_bytes._ascii.ob_base,
112704             & const_str_mkdir._ascii.ob_base,
112705             & const_str_OSError._ascii.ob_base,
112706             & const_str_isdir._ascii.ob_base,
112707         },
112708     },
112709 };
112710 static
112711     struct {
112712         PyObject_VAR_HEAD
112713         Py_hash_t ob_shash;
112714         char ob_sval[295];
112715     }
112716 os_toplevel_consts_80_linetable = {
112717     .ob_base = {
112718         .ob_base = {
112719             .ob_refcnt = 999999999,
112720             .ob_type = &PyBytes_Type,
112721         },
112722         .ob_size = 294,
112723     },
112724     .ob_shash = -1,
112725     .ob_sval = "\x80\x00\xf5\x14\x00\x12\x16\x94\x1a\x98\x44\xd1\x11\x21\xd4\x11\x21\x81\x4a\x80\x44\x88\x24\xd8\x0b\x0f\xf0\x00\x01\x05\x26\xdd\x15\x19\x94\x5a\xa0\x04\xd1\x15\x25\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\x54\x9c\x5b\xa8\x14\xd1\x1d\x2e\xd4\x1d\x2e\xf0\x00\x0a\x05\x13\xf0\x02\x04\x09\x11\xdd\x0c\x14\x90\x54\xa0\x48\xd0\x0c\x2d\xd1\x0c\x2d\xd4\x0c\x2d\xd0\x0c\x2d\xd0\x0c\x2d\xf8\xdd\x0f\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\xf5\x06\x00\x10\x16\x88\x04\xdd\x0b\x15\x90\x64\x9d\x45\xd1\x0b\x22\xd4\x0b\x22\xf0\x00\x01\x09\x2a\xdd\x13\x18\x9d\x16\xa0\x17\xd1\x13\x29\xd4\x13\x29\x88\x44\xd8\x0b\x0f\x90\x34\x8a\x3c\x88\x3c\xd8\x0c\x12\x88\x46\xf0\x02\x06\x05\x12\xdd\x08\x0d\x88\x64\x90\x44\xd1\x08\x19\xd4\x08\x19\xd0\x08\x19\xd0\x08\x19\xd0\x08\x19\xf8\xdd\x0b\x12\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\x74\x9c\x7a\xa8\x24\xd1\x1f\x2f\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",
112726 };
112727 static
112728     struct {
112729         PyObject_VAR_HEAD
112730         Py_hash_t ob_shash;
112731         char ob_sval[37];
112732     }
112733 os_toplevel_consts_80_exceptiontable = {
112734     .ob_base = {
112735         .ob_base = {
112736             .ob_refcnt = 999999999,
112737             .ob_type = &PyBytes_Type,
112738         },
112739         .ob_size = 36,
112740     },
112741     .ob_shash = -1,
112742     .ob_sval = "\xc1\x0a\x11\x41\x1c\x00\xc1\x1c\x0a\x41\x29\x03\xc1\x28\x01\x41\x29\x03\xc2\x26\x10\x42\x38\x00\xc2\x38\x21\x43\x1d\x03\xc3\x1c\x01\x43\x1d\x03",
112743 };
112744 static
112745     struct {
112746         PyASCIIObject _ascii;
112747         uint8_t _data[5];
112748     }
112749 const_str_cdir = {
112750     ._ascii = {
112751         .ob_base = {
112752             .ob_refcnt = 999999999,
112753             .ob_type = &PyUnicode_Type,
112754         },
112755         .length = 4,
112756         .hash = -1,
112757         .state = {
112758             .kind = 1,
112759             .compact = 1,
112760             .ascii = 1,
112761             .ready = 1,
112762         },
112763     },
112764     ._data = "cdir",
112765 };
112766 static
112767     struct {
112768         PyGC_Head _gc_head;
112769         struct {
112770             PyObject_VAR_HEAD
112771             PyObject *ob_item[6];
112772         }_object;
112773     }
112774 os_toplevel_consts_80_localsplusnames = {
112775     ._object = {
112776         .ob_base = {
112777             .ob_base = {
112778                 .ob_refcnt = 999999999,
112779                 .ob_type = &PyTuple_Type,
112780             },
112781             .ob_size = 6,
112782         },
112783         .ob_item = {
112784             &_Py_ID(name),
112785             &_Py_ID(mode),
112786             & const_str_exist_ok._ascii.ob_base,
112787             & const_str_head._ascii.ob_base,
112788             & const_str_tail._ascii.ob_base,
112789             & const_str_cdir._ascii.ob_base,
112790         },
112791     },
112792 };
112793 static
112794     struct _PyCode_DEF(448)
112795 os_toplevel_consts_80 = {
112796     .ob_base = {
112797         .ob_base = {
112798             .ob_refcnt = 999999999,
112799             .ob_type = &PyCode_Type,
112800         },
112801         .ob_size = 224,
112802     },
112803     .co_consts = & os_toplevel_consts_80_consts._object.ob_base.ob_base,
112804     .co_names = & os_toplevel_consts_80_names._object.ob_base.ob_base,
112805     .co_exceptiontable = & os_toplevel_consts_80_exceptiontable.ob_base.ob_base,
112806     .co_flags = 3,
112807     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
112808     ._co_linearray_entry_size = 0,
112809     .co_argcount = 3,
112810     .co_posonlyargcount = 0,
112811     .co_kwonlyargcount = 0,
112812     .co_stacksize = 4,
112813     .co_firstlineno = 200,
112814     .co_nlocalsplus = 6,
112815     .co_nlocals = 6,
112816     .co_nplaincellvars = 0,
112817     .co_ncellvars = 0,
112818     .co_nfreevars = 0,
112819     .co_localsplusnames = & os_toplevel_consts_80_localsplusnames._object.ob_base.ob_base,
112820     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
112821     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
112822     .co_name = & const_str_makedirs._ascii.ob_base,
112823     .co_qualname = & const_str_makedirs._ascii.ob_base,
112824     .co_linetable = & os_toplevel_consts_80_linetable.ob_base.ob_base,
112825     ._co_code = NULL,
112826     ._co_linearray = NULL,
112827     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x03\x7d\x04\x7c\x04\x73\x17\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x03\x7d\x04\x7c\x03\x72\x72\x7c\x04\x72\x70\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x5c\x09\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x02\xac\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x10\x23\x00\x74\x08\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\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x15\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\xa6\x02\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x03\x53\x00\x23\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1b\x01\x00\x7c\x02\x72\x14\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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",
112828     ._co_firsttraceable = 0,
112829 };
112830 static
112831     struct {
112832         PyASCIIObject _ascii;
112833         uint8_t _data[429];
112834     }
112835 os_toplevel_consts_81_consts_0 = {
112836     ._ascii = {
112837         .ob_base = {
112838             .ob_refcnt = 999999999,
112839             .ob_type = &PyUnicode_Type,
112840         },
112841         .length = 428,
112842         .hash = -1,
112843         .state = {
112844             .kind = 1,
112845             .compact = 1,
112846             .ascii = 1,
112847             .ready = 1,
112848         },
112849     },
112850     ._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",
112851 };
112852 static
112853     struct {
112854         PyGC_Head _gc_head;
112855         struct {
112856             PyObject_VAR_HEAD
112857             PyObject *ob_item[2];
112858         }_object;
112859     }
112860 os_toplevel_consts_81_consts = {
112861     ._object = {
112862         .ob_base = {
112863             .ob_base = {
112864                 .ob_refcnt = 999999999,
112865                 .ob_type = &PyTuple_Type,
112866             },
112867             .ob_size = 2,
112868         },
112869         .ob_item = {
112870             & os_toplevel_consts_81_consts_0._ascii.ob_base,
112871             Py_None,
112872         },
112873     },
112874 };
112875 static
112876     struct {
112877         PyGC_Head _gc_head;
112878         struct {
112879             PyObject_VAR_HEAD
112880             PyObject *ob_item[4];
112881         }_object;
112882     }
112883 os_toplevel_consts_81_names = {
112884     ._object = {
112885         .ob_base = {
112886             .ob_base = {
112887                 .ob_refcnt = 999999999,
112888                 .ob_type = &PyTuple_Type,
112889             },
112890             .ob_size = 4,
112891         },
112892         .ob_item = {
112893             & const_str_rmdir._ascii.ob_base,
112894             &_Py_ID(path),
112895             & const_str_split._ascii.ob_base,
112896             & const_str_OSError._ascii.ob_base,
112897         },
112898     },
112899 };
112900 static
112901     struct {
112902         PyASCIIObject _ascii;
112903         uint8_t _data[11];
112904     }
112905 const_str_removedirs = {
112906     ._ascii = {
112907         .ob_base = {
112908             .ob_refcnt = 999999999,
112909             .ob_type = &PyUnicode_Type,
112910         },
112911         .length = 10,
112912         .hash = -1,
112913         .state = {
112914             .kind = 1,
112915             .compact = 1,
112916             .ascii = 1,
112917             .ready = 1,
112918         },
112919     },
112920     ._data = "removedirs",
112921 };
112922 static
112923     struct {
112924         PyObject_VAR_HEAD
112925         Py_hash_t ob_shash;
112926         char ob_sval[205];
112927     }
112928 os_toplevel_consts_81_linetable = {
112929     .ob_base = {
112930         .ob_base = {
112931             .ob_refcnt = 999999999,
112932             .ob_type = &PyBytes_Type,
112933         },
112934         .ob_size = 204,
112935     },
112936     .ob_shash = -1,
112937     .ob_sval = "\x80\x00\xf5\x16\x00\x05\x0a\x88\x24\x81\x4b\x84\x4b\x80\x4b\xdd\x11\x15\x94\x1a\x98\x44\xd1\x11\x21\xd4\x11\x21\x81\x4a\x80\x44\x88\x24\xd8\x0b\x0f\xf0\x00\x01\x05\x26\xdd\x15\x19\x94\x5a\xa0\x04\xd1\x15\x25\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\x89\x4b\x8c\x4b\x88\x4b\x88\x4b\xf8\xdd\x0f\x16\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\xe5\x15\x19\x94\x5a\xa0\x04\xd1\x15\x25\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",
112938 };
112939 static
112940     struct {
112941         PyObject_VAR_HEAD
112942         Py_hash_t ob_shash;
112943         char ob_sval[19];
112944     }
112945 os_toplevel_consts_81_exceptiontable = {
112946     .ob_base = {
112947         .ob_base = {
112948             .ob_refcnt = 999999999,
112949             .ob_type = &PyBytes_Type,
112950         },
112951         .ob_size = 18,
112952     },
112953     .ob_shash = -1,
112954     .ob_sval = "\xc1\x05\x0f\x41\x15\x00\xc1\x15\x0a\x41\x23\x03\xc1\x22\x01\x41\x23\x03",
112955 };
112956 static
112957     struct {
112958         PyGC_Head _gc_head;
112959         struct {
112960             PyObject_VAR_HEAD
112961             PyObject *ob_item[3];
112962         }_object;
112963     }
112964 os_toplevel_consts_81_localsplusnames = {
112965     ._object = {
112966         .ob_base = {
112967             .ob_base = {
112968                 .ob_refcnt = 999999999,
112969                 .ob_type = &PyTuple_Type,
112970             },
112971             .ob_size = 3,
112972         },
112973         .ob_item = {
112974             &_Py_ID(name),
112975             & const_str_head._ascii.ob_base,
112976             & const_str_tail._ascii.ob_base,
112977         },
112978     },
112979 };
112980 static
112981     struct _PyCode_DEF(274)
112982 os_toplevel_consts_81 = {
112983     .ob_base = {
112984         .ob_base = {
112985             .ob_refcnt = 999999999,
112986             .ob_type = &PyCode_Type,
112987         },
112988         .ob_size = 137,
112989     },
112990     .co_consts = & os_toplevel_consts_81_consts._object.ob_base.ob_base,
112991     .co_names = & os_toplevel_consts_81_names._object.ob_base.ob_base,
112992     .co_exceptiontable = & os_toplevel_consts_81_exceptiontable.ob_base.ob_base,
112993     .co_flags = 3,
112994     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
112995     ._co_linearray_entry_size = 0,
112996     .co_argcount = 1,
112997     .co_posonlyargcount = 0,
112998     .co_kwonlyargcount = 0,
112999     .co_stacksize = 4,
113000     .co_firstlineno = 232,
113001     .co_nlocalsplus = 3,
113002     .co_nlocals = 3,
113003     .co_nplaincellvars = 0,
113004     .co_ncellvars = 0,
113005     .co_nfreevars = 0,
113006     .co_localsplusnames = & os_toplevel_consts_81_localsplusnames._object.ob_base.ob_base,
113007     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
113008     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
113009     .co_name = & const_str_removedirs._ascii.ob_base,
113010     .co_qualname = & const_str_removedirs._ascii.ob_base,
113011     .co_linetable = & os_toplevel_consts_81_linetable.ob_base.ob_base,
113012     ._co_code = NULL,
113013     ._co_linearray = NULL,
113014     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x02\x7c\x02\x73\x17\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x02\x7c\x01\x72\x41\x7c\x02\x72\x41\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x11\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\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x02\x7c\x01\x72\x08\x7c\x02\xb0\x3d\x64\x01\x53\x00\x64\x01\x53\x00\x64\x01\x53\x00\x64\x01\x53\x00",
113015     ._co_firsttraceable = 0,
113016 };
113017 static
113018     struct {
113019         PyASCIIObject _ascii;
113020         uint8_t _data[573];
113021     }
113022 os_toplevel_consts_82_consts_0 = {
113023     ._ascii = {
113024         .ob_base = {
113025             .ob_refcnt = 999999999,
113026             .ob_type = &PyUnicode_Type,
113027         },
113028         .length = 572,
113029         .hash = -1,
113030         .state = {
113031             .kind = 1,
113032             .compact = 1,
113033             .ascii = 1,
113034             .ready = 1,
113035         },
113036     },
113037     ._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",
113038 };
113039 static
113040     struct {
113041         PyGC_Head _gc_head;
113042         struct {
113043             PyObject_VAR_HEAD
113044             PyObject *ob_item[2];
113045         }_object;
113046     }
113047 os_toplevel_consts_82_consts = {
113048     ._object = {
113049         .ob_base = {
113050             .ob_base = {
113051                 .ob_refcnt = 999999999,
113052                 .ob_type = &PyTuple_Type,
113053             },
113054             .ob_size = 2,
113055         },
113056         .ob_item = {
113057             & os_toplevel_consts_82_consts_0._ascii.ob_base,
113058             Py_None,
113059         },
113060     },
113061 };
113062 static
113063     struct {
113064         PyGC_Head _gc_head;
113065         struct {
113066             PyObject_VAR_HEAD
113067             PyObject *ob_item[7];
113068         }_object;
113069     }
113070 os_toplevel_consts_82_names = {
113071     ._object = {
113072         .ob_base = {
113073             .ob_base = {
113074                 .ob_refcnt = 999999999,
113075                 .ob_type = &PyTuple_Type,
113076             },
113077             .ob_size = 7,
113078         },
113079         .ob_item = {
113080             &_Py_ID(path),
113081             & const_str_split._ascii.ob_base,
113082             & const_str_exists._ascii.ob_base,
113083             & const_str_makedirs._ascii.ob_base,
113084             & const_str_rename._ascii.ob_base,
113085             & const_str_removedirs._ascii.ob_base,
113086             & const_str_OSError._ascii.ob_base,
113087         },
113088     },
113089 };
113090 static
113091     struct {
113092         PyASCIIObject _ascii;
113093         uint8_t _data[8];
113094     }
113095 const_str_renames = {
113096     ._ascii = {
113097         .ob_base = {
113098             .ob_refcnt = 999999999,
113099             .ob_type = &PyUnicode_Type,
113100         },
113101         .length = 7,
113102         .hash = -1,
113103         .state = {
113104             .kind = 1,
113105             .compact = 1,
113106             .ascii = 1,
113107             .ready = 1,
113108         },
113109     },
113110     ._data = "renames",
113111 };
113112 static
113113     struct {
113114         PyObject_VAR_HEAD
113115         Py_hash_t ob_shash;
113116         char ob_sval[192];
113117     }
113118 os_toplevel_consts_82_linetable = {
113119     .ob_base = {
113120         .ob_base = {
113121             .ob_refcnt = 999999999,
113122             .ob_type = &PyBytes_Type,
113123         },
113124         .ob_size = 191,
113125     },
113126     .ob_shash = -1,
113127     .ob_sval = "\x80\x00\xf5\x1e\x00\x12\x16\x94\x1a\x98\x43\x91\x1f\x94\x1f\x81\x4a\x80\x44\x88\x24\xd8\x07\x0b\xf0\x00\x01\x05\x17\x90\x04\xf0\x00\x01\x05\x17\x9d\x54\x9c\x5b\xa8\x14\xd1\x1d\x2e\xd4\x1d\x2e\xf0\x00\x01\x05\x17\xdd\x08\x10\x90\x14\x89\x0e\x8c\x0e\x88\x0e\xdd\x04\x0a\x88\x33\x90\x03\xd1\x04\x14\xd4\x04\x14\xd0\x04\x14\xdd\x11\x15\x94\x1a\x98\x43\x91\x1f\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\xd1\x0c\x1c\xd4\x0c\x1c\xd0\x0c\x1c\xd0\x0c\x1c\xd0\x0c\x1c\xf8\xdd\x0f\x16\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\xf0\x07\x04\x05\x11\xf0\x00\x04\x05\x11\xf0\x00\x04\x05\x11\xf0\x00\x04\x05\x11",
113128 };
113129 static
113130     struct {
113131         PyObject_VAR_HEAD
113132         Py_hash_t ob_shash;
113133         char ob_sval[19];
113134     }
113135 os_toplevel_consts_82_exceptiontable = {
113136     .ob_base = {
113137         .ob_base = {
113138             .ob_refcnt = 999999999,
113139             .ob_type = &PyBytes_Type,
113140         },
113141         .ob_size = 18,
113142     },
113143     .ob_shash = -1,
113144     .ob_sval = "\xc1\x2b\x0f\x41\x3c\x00\xc1\x3c\x0a\x42\x0a\x03\xc2\x09\x01\x42\x0a\x03",
113145 };
113146 static
113147     struct {
113148         PyGC_Head _gc_head;
113149         struct {
113150             PyObject_VAR_HEAD
113151             PyObject *ob_item[4];
113152         }_object;
113153     }
113154 os_toplevel_consts_82_localsplusnames = {
113155     ._object = {
113156         .ob_base = {
113157             .ob_base = {
113158                 .ob_refcnt = 999999999,
113159                 .ob_type = &PyTuple_Type,
113160             },
113161             .ob_size = 4,
113162         },
113163         .ob_item = {
113164             & const_str_old._ascii.ob_base,
113165             & const_str_new._ascii.ob_base,
113166             & const_str_head._ascii.ob_base,
113167             & const_str_tail._ascii.ob_base,
113168         },
113169     },
113170 };
113171 static
113172     struct _PyCode_DEF(290)
113173 os_toplevel_consts_82 = {
113174     .ob_base = {
113175         .ob_base = {
113176             .ob_refcnt = 999999999,
113177             .ob_type = &PyCode_Type,
113178         },
113179         .ob_size = 145,
113180     },
113181     .co_consts = & os_toplevel_consts_82_consts._object.ob_base.ob_base,
113182     .co_names = & os_toplevel_consts_82_names._object.ob_base.ob_base,
113183     .co_exceptiontable = & os_toplevel_consts_82_exceptiontable.ob_base.ob_base,
113184     .co_flags = 3,
113185     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
113186     ._co_linearray_entry_size = 0,
113187     .co_argcount = 2,
113188     .co_posonlyargcount = 0,
113189     .co_kwonlyargcount = 0,
113190     .co_stacksize = 4,
113191     .co_firstlineno = 254,
113192     .co_nlocalsplus = 4,
113193     .co_nlocals = 4,
113194     .co_nplaincellvars = 0,
113195     .co_ncellvars = 0,
113196     .co_nfreevars = 0,
113197     .co_localsplusnames = & os_toplevel_consts_82_localsplusnames._object.ob_base.ob_base,
113198     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
113199     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
113200     .co_name = & const_str_renames._ascii.ob_base,
113201     .co_qualname = & const_str_renames._ascii.ob_base,
113202     .co_linetable = & os_toplevel_consts_82_linetable.ob_base.ob_base,
113203     ._co_code = NULL,
113204     ._co_linearray = NULL,
113205     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x02\x72\x25\x7c\x03\x72\x23\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x0f\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\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\x00\x7c\x01\xa6\x02\x00\x00\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\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x02\x72\x25\x7c\x03\x72\x25\x09\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\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\x64\x01\x53\x00\x64\x01\x53\x00",
113206     ._co_firsttraceable = 0,
113207 };
113208 static
113209     struct {
113210         PyGC_Head _gc_head;
113211         struct {
113212             PyObject_VAR_HEAD
113213             PyObject *ob_item[3];
113214         }_object;
113215     }
113216 os_toplevel_consts_83 = {
113217     ._object = {
113218         .ob_base = {
113219             .ob_base = {
113220                 .ob_refcnt = 999999999,
113221                 .ob_type = &PyTuple_Type,
113222             },
113223             .ob_size = 3,
113224         },
113225         .ob_item = {
113226             & const_str_makedirs._ascii.ob_base,
113227             & const_str_removedirs._ascii.ob_base,
113228             & const_str_renames._ascii.ob_base,
113229         },
113230     },
113231 };
113232 static
113233     struct {
113234         PyASCIIObject _ascii;
113235         uint8_t _data[2855];
113236     }
113237 os_toplevel_consts_85_consts_0 = {
113238     ._ascii = {
113239         .ob_base = {
113240             .ob_refcnt = 999999999,
113241             .ob_type = &PyUnicode_Type,
113242         },
113243         .length = 2854,
113244         .hash = -1,
113245         .state = {
113246             .kind = 1,
113247             .compact = 1,
113248             .ascii = 1,
113249             .ready = 1,
113250         },
113251     },
113252     ._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\x69\x6e\x63\x6c\x75\x64\x69\x6e\x67\x20\x73\x79\x6d\x6c\x69\x6e\x6b\x73\x20\x74\x6f\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x2c\x0a\x20\x20\x20\x20\x61\x6e\x64\x20\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",
113253 };
113254 static
113255     struct {
113256         PyASCIIObject _ascii;
113257         uint8_t _data[8];
113258     }
113259 os_toplevel_consts_85_consts_1 = {
113260     ._ascii = {
113261         .ob_base = {
113262             .ob_refcnt = 999999999,
113263             .ob_type = &PyUnicode_Type,
113264         },
113265         .length = 7,
113266         .hash = -1,
113267         .state = {
113268             .kind = 1,
113269             .compact = 1,
113270             .ascii = 1,
113271             .ready = 1,
113272         },
113273     },
113274     ._data = "os.walk",
113275 };
113276 static
113277     struct {
113278         PyGC_Head _gc_head;
113279         struct {
113280             PyObject_VAR_HEAD
113281             PyObject *ob_item[2];
113282         }_object;
113283     }
113284 os_toplevel_consts_85_consts = {
113285     ._object = {
113286         .ob_base = {
113287             .ob_base = {
113288                 .ob_refcnt = 999999999,
113289                 .ob_type = &PyTuple_Type,
113290             },
113291             .ob_size = 2,
113292         },
113293         .ob_item = {
113294             & os_toplevel_consts_85_consts_0._ascii.ob_base,
113295             & os_toplevel_consts_85_consts_1._ascii.ob_base,
113296         },
113297     },
113298 };
113299 static
113300     struct {
113301         PyASCIIObject _ascii;
113302         uint8_t _data[6];
113303     }
113304 const_str_audit = {
113305     ._ascii = {
113306         .ob_base = {
113307             .ob_refcnt = 999999999,
113308             .ob_type = &PyUnicode_Type,
113309         },
113310         .length = 5,
113311         .hash = -1,
113312         .state = {
113313             .kind = 1,
113314             .compact = 1,
113315             .ascii = 1,
113316             .ready = 1,
113317         },
113318     },
113319     ._data = "audit",
113320 };
113321 static
113322     struct {
113323         PyASCIIObject _ascii;
113324         uint8_t _data[6];
113325     }
113326 const_str__walk = {
113327     ._ascii = {
113328         .ob_base = {
113329             .ob_refcnt = 999999999,
113330             .ob_type = &PyUnicode_Type,
113331         },
113332         .length = 5,
113333         .hash = -1,
113334         .state = {
113335             .kind = 1,
113336             .compact = 1,
113337             .ascii = 1,
113338             .ready = 1,
113339         },
113340     },
113341     ._data = "_walk",
113342 };
113343 static
113344     struct {
113345         PyGC_Head _gc_head;
113346         struct {
113347             PyObject_VAR_HEAD
113348             PyObject *ob_item[4];
113349         }_object;
113350     }
113351 os_toplevel_consts_85_names = {
113352     ._object = {
113353         .ob_base = {
113354             .ob_base = {
113355                 .ob_refcnt = 999999999,
113356                 .ob_type = &PyTuple_Type,
113357             },
113358             .ob_size = 4,
113359         },
113360         .ob_item = {
113361             & const_str_sys._ascii.ob_base,
113362             & const_str_audit._ascii.ob_base,
113363             & const_str__walk._ascii.ob_base,
113364             & const_str_fspath._ascii.ob_base,
113365         },
113366     },
113367 };
113368 static
113369     struct {
113370         PyASCIIObject _ascii;
113371         uint8_t _data[5];
113372     }
113373 const_str_walk = {
113374     ._ascii = {
113375         .ob_base = {
113376             .ob_refcnt = 999999999,
113377             .ob_type = &PyUnicode_Type,
113378         },
113379         .length = 4,
113380         .hash = -1,
113381         .state = {
113382             .kind = 1,
113383             .compact = 1,
113384             .ascii = 1,
113385             .ready = 1,
113386         },
113387     },
113388     ._data = "walk",
113389 };
113390 static
113391     struct {
113392         PyObject_VAR_HEAD
113393         Py_hash_t ob_shash;
113394         char ob_sval[56];
113395     }
113396 os_toplevel_consts_85_linetable = {
113397     .ob_base = {
113398         .ob_base = {
113399             .ob_refcnt = 999999999,
113400             .ob_type = &PyBytes_Type,
113401         },
113402         .ob_size = 55,
113403     },
113404     .ob_shash = -1,
113405     .ob_sval = "\x80\x00\xf5\x78\x01\x00\x05\x08\x84\x49\x88\x69\x98\x13\x98\x67\xa0\x77\xb0\x0b\xd1\x04\x3c\xd4\x04\x3c\xd0\x04\x3c\xdd\x0b\x10\x95\x16\x98\x03\x91\x1b\x94\x1b\x98\x67\xa0\x77\xb0\x0b\xd1\x0b\x3c\xd4\x0b\x3c\xd0\x04\x3c",
113406 };
113407 static
113408     struct {
113409         PyASCIIObject _ascii;
113410         uint8_t _data[8];
113411     }
113412 const_str_topdown = {
113413     ._ascii = {
113414         .ob_base = {
113415             .ob_refcnt = 999999999,
113416             .ob_type = &PyUnicode_Type,
113417         },
113418         .length = 7,
113419         .hash = -1,
113420         .state = {
113421             .kind = 1,
113422             .compact = 1,
113423             .ascii = 1,
113424             .ready = 1,
113425         },
113426     },
113427     ._data = "topdown",
113428 };
113429 static
113430     struct {
113431         PyASCIIObject _ascii;
113432         uint8_t _data[8];
113433     }
113434 const_str_onerror = {
113435     ._ascii = {
113436         .ob_base = {
113437             .ob_refcnt = 999999999,
113438             .ob_type = &PyUnicode_Type,
113439         },
113440         .length = 7,
113441         .hash = -1,
113442         .state = {
113443             .kind = 1,
113444             .compact = 1,
113445             .ascii = 1,
113446             .ready = 1,
113447         },
113448     },
113449     ._data = "onerror",
113450 };
113451 static
113452     struct {
113453         PyASCIIObject _ascii;
113454         uint8_t _data[12];
113455     }
113456 const_str_followlinks = {
113457     ._ascii = {
113458         .ob_base = {
113459             .ob_refcnt = 999999999,
113460             .ob_type = &PyUnicode_Type,
113461         },
113462         .length = 11,
113463         .hash = -1,
113464         .state = {
113465             .kind = 1,
113466             .compact = 1,
113467             .ascii = 1,
113468             .ready = 1,
113469         },
113470     },
113471     ._data = "followlinks",
113472 };
113473 static
113474     struct {
113475         PyGC_Head _gc_head;
113476         struct {
113477             PyObject_VAR_HEAD
113478             PyObject *ob_item[4];
113479         }_object;
113480     }
113481 os_toplevel_consts_85_localsplusnames = {
113482     ._object = {
113483         .ob_base = {
113484             .ob_base = {
113485                 .ob_refcnt = 999999999,
113486                 .ob_type = &PyTuple_Type,
113487             },
113488             .ob_size = 4,
113489         },
113490         .ob_item = {
113491             &_Py_ID(top),
113492             & const_str_topdown._ascii.ob_base,
113493             & const_str_onerror._ascii.ob_base,
113494             & const_str_followlinks._ascii.ob_base,
113495         },
113496     },
113497 };
113498 static
113499     struct _PyCode_DEF(112)
113500 os_toplevel_consts_85 = {
113501     .ob_base = {
113502         .ob_base = {
113503             .ob_refcnt = 999999999,
113504             .ob_type = &PyCode_Type,
113505         },
113506         .ob_size = 56,
113507     },
113508     .co_consts = & os_toplevel_consts_85_consts._object.ob_base.ob_base,
113509     .co_names = & os_toplevel_consts_85_names._object.ob_base.ob_base,
113510     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
113511     .co_flags = 3,
113512     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
113513     ._co_linearray_entry_size = 0,
113514     .co_argcount = 4,
113515     .co_posonlyargcount = 0,
113516     .co_kwonlyargcount = 0,
113517     .co_stacksize = 7,
113518     .co_firstlineno = 282,
113519     .co_nlocalsplus = 4,
113520     .co_nlocals = 4,
113521     .co_nplaincellvars = 0,
113522     .co_ncellvars = 0,
113523     .co_nfreevars = 0,
113524     .co_localsplusnames = & os_toplevel_consts_85_localsplusnames._object.ob_base.ob_base,
113525     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
113526     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
113527     .co_name = & const_str_walk._ascii.ob_base,
113528     .co_qualname = & const_str_walk._ascii.ob_base,
113529     .co_linetable = & os_toplevel_consts_85_linetable.ob_base.ob_base,
113530     ._co_code = NULL,
113531     ._co_linearray = NULL,
113532     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x7c\x01\x7c\x02\x7c\x03\xa6\x05\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\x7c\x03\xa6\x04\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
113533     ._co_firsttraceable = 0,
113534 };
113535 static
113536     struct {
113537         PyASCIIObject _ascii;
113538         uint8_t _data[7];
113539     }
113540 const_str_is_dir = {
113541     ._ascii = {
113542         .ob_base = {
113543             .ob_refcnt = 999999999,
113544             .ob_type = &PyUnicode_Type,
113545         },
113546         .length = 6,
113547         .hash = -1,
113548         .state = {
113549             .kind = 1,
113550             .compact = 1,
113551             .ascii = 1,
113552             .ready = 1,
113553         },
113554     },
113555     ._data = "is_dir",
113556 };
113557 static
113558     struct {
113559         PyASCIIObject _ascii;
113560         uint8_t _data[11];
113561     }
113562 const_str_is_symlink = {
113563     ._ascii = {
113564         .ob_base = {
113565             .ob_refcnt = 999999999,
113566             .ob_type = &PyUnicode_Type,
113567         },
113568         .length = 10,
113569         .hash = -1,
113570         .state = {
113571             .kind = 1,
113572             .compact = 1,
113573             .ascii = 1,
113574             .ready = 1,
113575         },
113576     },
113577     ._data = "is_symlink",
113578 };
113579 static
113580     struct {
113581         PyGC_Head _gc_head;
113582         struct {
113583             PyObject_VAR_HEAD
113584             PyObject *ob_item[12];
113585         }_object;
113586     }
113587 os_toplevel_consts_86_names = {
113588     ._object = {
113589         .ob_base = {
113590             .ob_base = {
113591                 .ob_refcnt = 999999999,
113592                 .ob_type = &PyTuple_Type,
113593             },
113594             .ob_size = 12,
113595         },
113596         .ob_item = {
113597             & const_str_scandir._ascii.ob_base,
113598             & const_str_OSError._ascii.ob_base,
113599             &_Py_ID(next),
113600             & const_str_StopIteration._ascii.ob_base,
113601             & const_str_is_dir._ascii.ob_base,
113602             &_Py_ID(append),
113603             &_Py_ID(name),
113604             & const_str_is_symlink._ascii.ob_base,
113605             &_Py_ID(path),
113606             & const_str_islink._ascii.ob_base,
113607             &_Py_ID(join),
113608             & const_str__walk._ascii.ob_base,
113609         },
113610     },
113611 };
113612 static
113613     struct {
113614         PyObject_VAR_HEAD
113615         Py_hash_t ob_shash;
113616         char ob_sval[865];
113617     }
113618 os_toplevel_consts_86_linetable = {
113619     .ob_base = {
113620         .ob_base = {
113621             .ob_refcnt = 999999999,
113622             .ob_type = &PyBytes_Type,
113623         },
113624         .ob_size = 864,
113625     },
113626     .ob_shash = -1,
113627     .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\x91\x5c\x94\x5c\x88\x0a\x88\x0a\xf8\xdd\x0b\x12\xf0\x00\x03\x05\x0f\xf0\x00\x03\x05\x0f\xf0\x00\x03\x05\x0f\xd8\x0b\x12\xd0\x0b\x1e\xd8\x0c\x13\x88\x47\x90\x45\x89\x4e\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\xf0\x0a\x00\x0a\x14\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x02\x27\x09\x31\xf0\x02\x08\x0d\x17\xf0\x02\x03\x11\x1a\xdd\x1c\x20\xa0\x1a\xd1\x1c\x2c\xd4\x1c\x2c\x90\x45\x90\x45\xf8\xdd\x17\x24\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\xf0\x03\x00\x15\x1a\xf8\xf5\x06\x00\x14\x1b\xf0\x00\x03\x0d\x17\xf0\x00\x03\x0d\x17\xf0\x00\x03\x0d\x17\xd8\x13\x1a\xd0\x13\x26\xd8\x14\x1b\x90\x47\x98\x45\x91\x4e\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\xf1\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\xf0\x0a\x05\x0d\x1f\xd8\x19\x1e\x9f\x1c\x9a\x1c\x99\x1e\x9c\x1e\x90\x06\x90\x06\xf8\xdd\x13\x1a\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\xf0\x0a\x00\x10\x16\xf0\x00\x03\x0d\x2b\xd8\x10\x14\x97\x0b\x92\x0b\x98\x45\x9c\x4a\xd1\x10\x27\xd4\x10\x27\xd0\x10\x27\xd0\x10\x27\xe0\x10\x17\x97\x0e\x92\x0e\x98\x75\x9c\x7a\xd1\x10\x2a\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\xd2\x25\x35\xd1\x25\x37\xd4\x25\x37\x98\x0a\x98\x0a\xf8\xdd\x1b\x22\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\x0a\x00\x25\x2f\xa0\x0e\x90\x49\xe0\x13\x1c\xf0\x00\x01\x11\x31\xd8\x14\x1d\xd7\x14\x24\xd2\x14\x24\xa0\x55\xa4\x5a\xd1\x14\x30\xd4\x14\x30\xd0\x14\x30\xf1\x4f\x01\x27\x09\x31\xf0\x0a\x00\x15\x1a\xf0\x0d\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf1\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\xf8\xf8\xf8\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\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\x94\x7b\xa5\x44\xa4\x49\x90\x04\x88\x06\xd8\x17\x1b\xf0\x00\x07\x09\x4a\x01\xf0\x00\x07\x09\x4a\x01\x88\x47\xd8\x17\x1b\x90\x74\x98\x43\xa0\x17\xd1\x17\x29\xd4\x17\x29\x88\x48\xf0\x0a\x00\x10\x1b\xf0\x00\x01\x0d\x4a\x01\xa0\x26\xa0\x26\xa8\x18\xd1\x22\x32\xd4\x22\x32\xf0\x00\x01\x0d\x4a\x01\xdd\x1b\x20\xa0\x18\xa8\x37\xb0\x47\xb8\x5b\xd1\x1b\x49\xd4\x1b\x49\xd0\x10\x49\xd0\x10\x49\xd0\x10\x49\xd0\x10\x49\xd0\x10\x49\xd0\x10\x49\xd0\x10\x49\xf8\xf0\x0f\x07\x09\x4a\x01\xf0\x00\x07\x09\x4a\x01\xf0\x14\x00\x19\x22\xf0\x00\x01\x09\x46\x01\xf0\x00\x01\x09\x46\x01\x88\x48\xdd\x17\x1c\x98\x58\xa0\x77\xb0\x07\xb8\x1b\xd1\x17\x45\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",
113628 };
113629 static
113630     struct {
113631         PyObject_VAR_HEAD
113632         Py_hash_t ob_shash;
113633         char ob_sval[186];
113634     }
113635 os_toplevel_consts_86_exceptiontable = {
113636     .ob_base = {
113637         .ob_base = {
113638             .ob_refcnt = 999999999,
113639             .ob_type = &PyBytes_Type,
113640         },
113641         .ob_size = 185,
113642     },
113643     .ob_shash = -1,
113644     .ob_sval = "\x8a\x0f\x1a\x00\x9a\x0a\x3c\x03\xa4\x0d\x37\x03\xb7\x05\x3c\x03\xc1\x01\x02\x45\x14\x03\xc1\x05\x0f\x41\x15\x02\xc1\x14\x01\x41\x26\x02\xc1\x15\x0a\x41\x22\x05\xc1\x1f\x01\x41\x26\x02\xc1\x20\x01\x45\x14\x03\xc1\x21\x01\x41\x22\x05\xc1\x22\x03\x41\x26\x02\xc1\x25\x01\x45\x14\x03\xc1\x26\x0a\x42\x13\x05\xc1\x30\x0d\x42\x0e\x05\xc1\x3d\x04\x45\x14\x03\xc2\x0e\x05\x42\x13\x05\xc2\x13\x03\x45\x14\x03\xc2\x17\x14\x42\x2c\x02\xc2\x2b\x01\x45\x14\x03\xc2\x2c\x0c\x42\x3b\x05\xc2\x38\x02\x45\x14\x03\xc2\x3a\x01\x42\x3b\x05\xc2\x3b\x41\x03\x45\x14\x03\xc3\x3f\x14\x44\x14\x02\xc4\x13\x01\x45\x14\x03\xc4\x14\x0c\x44\x23\x05\xc4\x20\x02\x45\x14\x03\xc4\x22\x01\x44\x23\x05\xc4\x23\x24\x45\x14\x03\xc5\x14\x04\x45\x18\x07\xc5\x1b\x01\x45\x18\x07",
113645 };
113646 static
113647     struct {
113648         PyASCIIObject _ascii;
113649         uint8_t _data[8];
113650     }
113651 const_str_nondirs = {
113652     ._ascii = {
113653         .ob_base = {
113654             .ob_refcnt = 999999999,
113655             .ob_type = &PyUnicode_Type,
113656         },
113657         .length = 7,
113658         .hash = -1,
113659         .state = {
113660             .kind = 1,
113661             .compact = 1,
113662             .ascii = 1,
113663             .ready = 1,
113664         },
113665     },
113666     ._data = "nondirs",
113667 };
113668 static
113669     struct {
113670         PyASCIIObject _ascii;
113671         uint8_t _data[10];
113672     }
113673 const_str_walk_dirs = {
113674     ._ascii = {
113675         .ob_base = {
113676             .ob_refcnt = 999999999,
113677             .ob_type = &PyUnicode_Type,
113678         },
113679         .length = 9,
113680         .hash = -1,
113681         .state = {
113682             .kind = 1,
113683             .compact = 1,
113684             .ascii = 1,
113685             .ready = 1,
113686         },
113687     },
113688     ._data = "walk_dirs",
113689 };
113690 static
113691     struct {
113692         PyASCIIObject _ascii;
113693         uint8_t _data[11];
113694     }
113695 const_str_scandir_it = {
113696     ._ascii = {
113697         .ob_base = {
113698             .ob_refcnt = 999999999,
113699             .ob_type = &PyUnicode_Type,
113700         },
113701         .length = 10,
113702         .hash = -1,
113703         .state = {
113704             .kind = 1,
113705             .compact = 1,
113706             .ascii = 1,
113707             .ready = 1,
113708         },
113709     },
113710     ._data = "scandir_it",
113711 };
113712 static
113713     struct {
113714         PyASCIIObject _ascii;
113715         uint8_t _data[6];
113716     }
113717 const_str_error = {
113718     ._ascii = {
113719         .ob_base = {
113720             .ob_refcnt = 999999999,
113721             .ob_type = &PyUnicode_Type,
113722         },
113723         .length = 5,
113724         .hash = -1,
113725         .state = {
113726             .kind = 1,
113727             .compact = 1,
113728             .ascii = 1,
113729             .ready = 1,
113730         },
113731     },
113732     ._data = "error",
113733 };
113734 static
113735     struct {
113736         PyASCIIObject _ascii;
113737         uint8_t _data[10];
113738     }
113739 const_str_walk_into = {
113740     ._ascii = {
113741         .ob_base = {
113742             .ob_refcnt = 999999999,
113743             .ob_type = &PyUnicode_Type,
113744         },
113745         .length = 9,
113746         .hash = -1,
113747         .state = {
113748             .kind = 1,
113749             .compact = 1,
113750             .ascii = 1,
113751             .ready = 1,
113752         },
113753     },
113754     ._data = "walk_into",
113755 };
113756 static
113757     struct {
113758         PyGC_Head _gc_head;
113759         struct {
113760             PyObject_VAR_HEAD
113761             PyObject *ob_item[17];
113762         }_object;
113763     }
113764 os_toplevel_consts_86_localsplusnames = {
113765     ._object = {
113766         .ob_base = {
113767             .ob_base = {
113768                 .ob_refcnt = 999999999,
113769                 .ob_type = &PyTuple_Type,
113770             },
113771             .ob_size = 17,
113772         },
113773         .ob_item = {
113774             &_Py_ID(top),
113775             & const_str_topdown._ascii.ob_base,
113776             & const_str_onerror._ascii.ob_base,
113777             & const_str_followlinks._ascii.ob_base,
113778             & const_str_dirs._ascii.ob_base,
113779             & const_str_nondirs._ascii.ob_base,
113780             & const_str_walk_dirs._ascii.ob_base,
113781             & const_str_scandir_it._ascii.ob_base,
113782             & const_str_error._ascii.ob_base,
113783             & const_str_entry._ascii.ob_base,
113784             & const_str_is_dir._ascii.ob_base,
113785             & const_str_walk_into._ascii.ob_base,
113786             & const_str_is_symlink._ascii.ob_base,
113787             & const_str_islink._ascii.ob_base,
113788             &_Py_ID(join),
113789             & const_str_dirname._ascii.ob_base,
113790             & const_str_new_path._ascii.ob_base,
113791         },
113792     },
113793 };
113794 static
113795     struct _PyCode_DEF(956)
113796 os_toplevel_consts_86 = {
113797     .ob_base = {
113798         .ob_base = {
113799             .ob_refcnt = 999999999,
113800             .ob_type = &PyCode_Type,
113801         },
113802         .ob_size = 478,
113803     },
113804     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_3_consts._object.ob_base.ob_base,
113805     .co_names = & os_toplevel_consts_86_names._object.ob_base.ob_base,
113806     .co_exceptiontable = & os_toplevel_consts_86_exceptiontable.ob_base.ob_base,
113807     .co_flags = 35,
113808     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
113809     ._co_linearray_entry_size = 0,
113810     .co_argcount = 4,
113811     .co_posonlyargcount = 0,
113812     .co_kwonlyargcount = 0,
113813     .co_stacksize = 7,
113814     .co_firstlineno = 345,
113815     .co_nlocalsplus = 17,
113816     .co_nlocals = 17,
113817     .co_nplaincellvars = 0,
113818     .co_ncellvars = 0,
113819     .co_nfreevars = 0,
113820     .co_localsplusnames = & os_toplevel_consts_86_localsplusnames._object.ob_base.ob_base,
113821     .co_localspluskinds = & zipimport_toplevel_consts_24_localspluskinds.ob_base.ob_base,
113822     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
113823     .co_name = & const_str__walk._ascii.ob_base,
113824     .co_qualname = & const_str__walk._ascii.ob_base,
113825     .co_linetable = & os_toplevel_consts_86_linetable.ob_base.ob_base,
113826     ._co_code = NULL,
113827     ._co_linearray = NULL,
113828     .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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x6e\x25\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x18\x7d\x08\x7c\x02\x81\x0b\x02\x00\x7c\x02\x7c\x08\xa6\x01\x00\x00\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\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x6e\x10\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x6e\xe6\x77\x00\x78\x03\x59\x00\x77\x01\x6e\x30\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x23\x7d\x08\x7c\x02\x81\x0b\x02\x00\x7c\x02\x7c\x08\xa6\x01\x00\x00\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\xa6\x02\x00\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\x09\x00\x7c\x09\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x6e\x12\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\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x0a\x72\x1b\x7c\x04\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x1a\x7c\x05\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x73\x4e\x7c\x0a\x72\x4c\x7c\x03\x72\x03\x64\x01\x7d\x0b\x6e\x2b\x09\x00\x7c\x09\xa0\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x6e\x12\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\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x0c\x0c\x00\x7d\x0b\x7c\x0b\x72\x1a\x7c\x06\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x90\x01\x8c\x04\x09\x00\x64\x00\x64\x00\x64\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0b\x23\x00\x31\x00\x73\x04\x77\x02\x78\x03\x59\x00\x77\x01\x01\x00\x59\x00\x01\x00\x01\x00\x7c\x01\x72\x57\x7c\x00\x7c\x04\x7c\x05\x66\x03\x56\x00\x97\x01\x01\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0e\x7d\x0d\x7c\x04\x44\x00\x5d\x33\x7d\x0f\x02\x00\x7c\x0e\x7c\x00\x7c\x0f\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x10\x7c\x03\x73\x0b\x02\x00\x7c\x0d\x7c\x10\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x18\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x10\x7c\x01\x7c\x02\x7c\x03\xa6\x04\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x45\x00\x64\x00\x7b\x03\x56\x00\x97\x02\x86\x04\x01\x00\x8c\x34\x64\x00\x53\x00\x7c\x06\x44\x00\x5d\x1a\x7d\x10\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x10\x7c\x01\x7c\x02\x7c\x03\xa6\x04\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x45\x00\x64\x00\x7b\x03\x56\x00\x97\x02\x86\x04\x01\x00\x8c\x1b\x7c\x00\x7c\x04\x7c\x05\x66\x03\x56\x00\x97\x01\x01\x00\x64\x00\x53\x00",
113829     ._co_firsttraceable = 2,
113830 };
113831 static
113832     struct {
113833         PyASCIIObject _ascii;
113834         uint8_t _data[16];
113835     }
113836 const_str_follow_symlinks = {
113837     ._ascii = {
113838         .ob_base = {
113839             .ob_refcnt = 999999999,
113840             .ob_type = &PyUnicode_Type,
113841         },
113842         .length = 15,
113843         .hash = -1,
113844         .state = {
113845             .kind = 1,
113846             .compact = 1,
113847             .ascii = 1,
113848             .ready = 1,
113849         },
113850     },
113851     ._data = "follow_symlinks",
113852 };
113853 static
113854     struct {
113855         PyASCIIObject _ascii;
113856         uint8_t _data[7];
113857     }
113858 const_str_dir_fd = {
113859     ._ascii = {
113860         .ob_base = {
113861             .ob_refcnt = 999999999,
113862             .ob_type = &PyUnicode_Type,
113863         },
113864         .length = 6,
113865         .hash = -1,
113866         .state = {
113867             .kind = 1,
113868             .compact = 1,
113869             .ascii = 1,
113870             .ready = 1,
113871         },
113872     },
113873     ._data = "dir_fd",
113874 };
113875 static
113876     struct {
113877         PyGC_Head _gc_head;
113878         struct {
113879             PyObject_VAR_HEAD
113880             PyObject *ob_item[2];
113881         }_object;
113882     }
113883 os_toplevel_consts_89 = {
113884     ._object = {
113885         .ob_base = {
113886             .ob_base = {
113887                 .ob_refcnt = 999999999,
113888                 .ob_type = &PyTuple_Type,
113889             },
113890             .ob_size = 2,
113891         },
113892         .ob_item = {
113893             & const_str_follow_symlinks._ascii.ob_base,
113894             & const_str_dir_fd._ascii.ob_base,
113895         },
113896     },
113897 };
113898 static
113899     struct {
113900         PyASCIIObject _ascii;
113901         uint8_t _data[1283];
113902     }
113903 os_toplevel_consts_90_consts_0 = {
113904     ._ascii = {
113905         .ob_base = {
113906             .ob_refcnt = 999999999,
113907             .ob_type = &PyUnicode_Type,
113908         },
113909         .length = 1282,
113910         .hash = -1,
113911         .state = {
113912             .kind = 1,
113913             .compact = 1,
113914             .ascii = 1,
113915             .ready = 1,
113916         },
113917     },
113918     ._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",
113919 };
113920 static
113921     struct {
113922         PyASCIIObject _ascii;
113923         uint8_t _data[9];
113924     }
113925 os_toplevel_consts_90_consts_1 = {
113926     ._ascii = {
113927         .ob_base = {
113928             .ob_refcnt = 999999999,
113929             .ob_type = &PyUnicode_Type,
113930         },
113931         .length = 8,
113932         .hash = -1,
113933         .state = {
113934             .kind = 1,
113935             .compact = 1,
113936             .ascii = 1,
113937             .ready = 1,
113938         },
113939     },
113940     ._data = "os.fwalk",
113941 };
113942 static
113943     struct {
113944         PyGC_Head _gc_head;
113945         struct {
113946             PyObject_VAR_HEAD
113947             PyObject *ob_item[1];
113948         }_object;
113949     }
113950 os_toplevel_consts_90_consts_4 = {
113951     ._object = {
113952         .ob_base = {
113953             .ob_base = {
113954                 .ob_refcnt = 999999999,
113955                 .ob_type = &PyTuple_Type,
113956             },
113957             .ob_size = 1,
113958         },
113959         .ob_item = {
113960             & const_str_dir_fd._ascii.ob_base,
113961         },
113962     },
113963 };
113964 static
113965     struct {
113966         PyGC_Head _gc_head;
113967         struct {
113968             PyObject_VAR_HEAD
113969             PyObject *ob_item[6];
113970         }_object;
113971     }
113972 os_toplevel_consts_90_consts = {
113973     ._object = {
113974         .ob_base = {
113975             .ob_base = {
113976                 .ob_refcnt = 999999999,
113977                 .ob_type = &PyTuple_Type,
113978             },
113979             .ob_size = 6,
113980         },
113981         .ob_item = {
113982             & os_toplevel_consts_90_consts_0._ascii.ob_base,
113983             & os_toplevel_consts_90_consts_1._ascii.ob_base,
113984             Py_False,
113985             & os_toplevel_consts_89._object.ob_base.ob_base,
113986             & os_toplevel_consts_90_consts_4._object.ob_base.ob_base,
113987             Py_None,
113988         },
113989     },
113990 };
113991 static
113992     struct {
113993         PyASCIIObject _ascii;
113994         uint8_t _data[9];
113995     }
113996 const_str_O_RDONLY = {
113997     ._ascii = {
113998         .ob_base = {
113999             .ob_refcnt = 999999999,
114000             .ob_type = &PyUnicode_Type,
114001         },
114002         .length = 8,
114003         .hash = -1,
114004         .state = {
114005             .kind = 1,
114006             .compact = 1,
114007             .ascii = 1,
114008             .ready = 1,
114009         },
114010     },
114011     ._data = "O_RDONLY",
114012 };
114013 static
114014     struct {
114015         PyASCIIObject _ascii;
114016         uint8_t _data[7];
114017     }
114018 const_str__fwalk = {
114019     ._ascii = {
114020         .ob_base = {
114021             .ob_refcnt = 999999999,
114022             .ob_type = &PyUnicode_Type,
114023         },
114024         .length = 6,
114025         .hash = -1,
114026         .state = {
114027             .kind = 1,
114028             .compact = 1,
114029             .ascii = 1,
114030             .ready = 1,
114031         },
114032     },
114033     ._data = "_fwalk",
114034 };
114035 static
114036     struct {
114037         PyGC_Head _gc_head;
114038         struct {
114039             PyObject_VAR_HEAD
114040             PyObject *ob_item[15];
114041         }_object;
114042     }
114043 os_toplevel_consts_90_names = {
114044     ._object = {
114045         .ob_base = {
114046             .ob_base = {
114047                 .ob_refcnt = 999999999,
114048                 .ob_type = &PyTuple_Type,
114049             },
114050             .ob_size = 15,
114051         },
114052         .ob_item = {
114053             & const_str_sys._ascii.ob_base,
114054             & const_str_audit._ascii.ob_base,
114055             & const_str_fspath._ascii.ob_base,
114056             & const_str_stat._ascii.ob_base,
114057             &_Py_ID(open),
114058             & const_str_O_RDONLY._ascii.ob_base,
114059             & const_str_st._ascii.ob_base,
114060             & const_str_S_ISDIR._ascii.ob_base,
114061             & const_str_st_mode._ascii.ob_base,
114062             &_Py_ID(path),
114063             & const_str_samestat._ascii.ob_base,
114064             & const_str__fwalk._ascii.ob_base,
114065             &_Py_ID(isinstance),
114066             & const_str_bytes._ascii.ob_base,
114067             &_Py_ID(close),
114068         },
114069     },
114070 };
114071 static
114072     struct {
114073         PyASCIIObject _ascii;
114074         uint8_t _data[6];
114075     }
114076 const_str_fwalk = {
114077     ._ascii = {
114078         .ob_base = {
114079             .ob_refcnt = 999999999,
114080             .ob_type = &PyUnicode_Type,
114081         },
114082         .length = 5,
114083         .hash = -1,
114084         .state = {
114085             .kind = 1,
114086             .compact = 1,
114087             .ascii = 1,
114088             .ready = 1,
114089         },
114090     },
114091     ._data = "fwalk",
114092 };
114093 static
114094     struct {
114095         PyObject_VAR_HEAD
114096         Py_hash_t ob_shash;
114097         char ob_sval[272];
114098     }
114099 os_toplevel_consts_90_linetable = {
114100     .ob_base = {
114101         .ob_base = {
114102             .ob_refcnt = 999999999,
114103             .ob_type = &PyBytes_Type,
114104         },
114105         .ob_size = 271,
114106     },
114107     .ob_shash = -1,
114108     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xf5\x42\x01\x00\x09\x0c\x8c\x09\x90\x2a\x98\x63\xa0\x37\xa8\x47\xb0\x5f\xc0\x66\xd1\x08\x4d\xd4\x08\x4d\xd0\x08\x4d\xdd\x0e\x14\x90\x53\x89\x6b\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\xd1\x16\x45\xd4\x16\x45\x88\x47\xdd\x10\x14\x90\x53\x9d\x28\xa8\x36\xd0\x10\x32\xd1\x10\x32\xd4\x10\x32\x88\x05\xf0\x02\x06\x09\x19\xd8\x10\x1f\xf0\x00\x03\x0d\x45\x01\xa5\x42\xa4\x4a\xa8\x77\xac\x7f\xd1\x24\x3f\xd4\x24\x3f\xf0\x00\x03\x0d\x45\x01\xdd\x24\x28\xa4\x4d\xb0\x27\xbd\x34\xc0\x05\xb9\x3b\xbc\x3b\xd1\x24\x47\xd4\x24\x47\xf0\x03\x03\x0d\x45\x01\xe5\x1b\x21\xa0\x25\xa8\x13\xad\x6a\xb8\x13\xbd\x65\xd1\x2e\x44\xd4\x2e\x44\xd8\x22\x29\xa8\x37\xb0\x4f\xf1\x03\x01\x1c\x45\x01\xf4\x00\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\x89\x4c\x8c\x4c\x88\x4c\x88\x4c\x88\x4c\xf8\x8d\x45\x90\x25\x89\x4c\x8c\x4c\x88\x4c\x88\x4c\xf8\xf8\xf8",
114109 };
114110 static
114111     struct {
114112         PyObject_VAR_HEAD
114113         Py_hash_t ob_shash;
114114         char ob_sval[14];
114115     }
114116 os_toplevel_consts_90_exceptiontable = {
114117     .ob_base = {
114118         .ob_base = {
114119             .ob_refcnt = 999999999,
114120             .ob_type = &PyBytes_Type,
114121         },
114122         .ob_size = 13,
114123     },
114124     .ob_shash = -1,
114125     .ob_sval = "\xc1\x17\x41\x2a\x43\x12\x00\xc3\x12\x11\x43\x23\x03",
114126 };
114127 static
114128     struct {
114129         PyASCIIObject _ascii;
114130         uint8_t _data[8];
114131     }
114132 const_str_orig_st = {
114133     ._ascii = {
114134         .ob_base = {
114135             .ob_refcnt = 999999999,
114136             .ob_type = &PyUnicode_Type,
114137         },
114138         .length = 7,
114139         .hash = -1,
114140         .state = {
114141             .kind = 1,
114142             .compact = 1,
114143             .ascii = 1,
114144             .ready = 1,
114145         },
114146     },
114147     ._data = "orig_st",
114148 };
114149 static
114150     struct {
114151         PyASCIIObject _ascii;
114152         uint8_t _data[6];
114153     }
114154 const_str_topfd = {
114155     ._ascii = {
114156         .ob_base = {
114157             .ob_refcnt = 999999999,
114158             .ob_type = &PyUnicode_Type,
114159         },
114160         .length = 5,
114161         .hash = -1,
114162         .state = {
114163             .kind = 1,
114164             .compact = 1,
114165             .ascii = 1,
114166             .ready = 1,
114167         },
114168     },
114169     ._data = "topfd",
114170 };
114171 static
114172     struct {
114173         PyGC_Head _gc_head;
114174         struct {
114175             PyObject_VAR_HEAD
114176             PyObject *ob_item[7];
114177         }_object;
114178     }
114179 os_toplevel_consts_90_localsplusnames = {
114180     ._object = {
114181         .ob_base = {
114182             .ob_base = {
114183                 .ob_refcnt = 999999999,
114184                 .ob_type = &PyTuple_Type,
114185             },
114186             .ob_size = 7,
114187         },
114188         .ob_item = {
114189             &_Py_ID(top),
114190             & const_str_topdown._ascii.ob_base,
114191             & const_str_onerror._ascii.ob_base,
114192             & const_str_follow_symlinks._ascii.ob_base,
114193             & const_str_dir_fd._ascii.ob_base,
114194             & const_str_orig_st._ascii.ob_base,
114195             & const_str_topfd._ascii.ob_base,
114196         },
114197     },
114198 };
114199 static
114200     struct _PyCode_DEF(460)
114201 os_toplevel_consts_90 = {
114202     .ob_base = {
114203         .ob_base = {
114204             .ob_refcnt = 999999999,
114205             .ob_type = &PyCode_Type,
114206         },
114207         .ob_size = 230,
114208     },
114209     .co_consts = & os_toplevel_consts_90_consts._object.ob_base.ob_base,
114210     .co_names = & os_toplevel_consts_90_names._object.ob_base.ob_base,
114211     .co_exceptiontable = & os_toplevel_consts_90_exceptiontable.ob_base.ob_base,
114212     .co_flags = 35,
114213     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
114214     ._co_linearray_entry_size = 0,
114215     .co_argcount = 3,
114216     .co_posonlyargcount = 0,
114217     .co_kwonlyargcount = 2,
114218     .co_stacksize = 8,
114219     .co_firstlineno = 431,
114220     .co_nlocalsplus = 7,
114221     .co_nlocals = 7,
114222     .co_nplaincellvars = 0,
114223     .co_ncellvars = 0,
114224     .co_nfreevars = 0,
114225     .co_localsplusnames = & os_toplevel_consts_90_localsplusnames._object.ob_base.ob_base,
114226     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
114227     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
114228     .co_name = & const_str_fwalk._ascii.ob_base,
114229     .co_qualname = & const_str_fwalk._ascii.ob_base,
114230     .co_linetable = & os_toplevel_consts_90_linetable.ob_base.ob_base,
114231     ._co_code = NULL,
114232     ._co_linearray = NULL,
114233     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x7c\x01\x7c\x02\x7c\x03\x7c\x04\xa6\x06\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x03\x73\x12\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x02\x7c\x04\xac\x03\xa6\x03\x00\x00\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x09\x00\x7c\x03\x73\x3b\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x4f\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x2d\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\x7c\x03\xa6\x06\x00\x00\xab\x06\x00\x00\x00\x00\x00\x00\x00\x00\x45\x00\x64\x05\x7b\x03\x56\x00\x97\x02\x86\x04\x01\x00\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xa6\x01\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x77\x00\x78\x03\x59\x00\x77\x01",
114234     ._co_firsttraceable = 2,
114235 };
114236 static
114237     struct {
114238         PyGC_Head _gc_head;
114239         struct {
114240             PyObject_VAR_HEAD
114241             PyObject *ob_item[2];
114242         }_object;
114243     }
114244 os_toplevel_consts_91_consts_2 = {
114245     ._object = {
114246         .ob_base = {
114247             .ob_base = {
114248                 .ob_refcnt = 999999999,
114249                 .ob_type = &PyTuple_Type,
114250             },
114251             .ob_size = 2,
114252         },
114253         .ob_item = {
114254             & const_str_dir_fd._ascii.ob_base,
114255             & const_str_follow_symlinks._ascii.ob_base,
114256         },
114257     },
114258 };
114259 static
114260     struct {
114261         PyGC_Head _gc_head;
114262         struct {
114263             PyObject_VAR_HEAD
114264             PyObject *ob_item[1];
114265         }_object;
114266     }
114267 os_toplevel_consts_91_consts_3 = {
114268     ._object = {
114269         .ob_base = {
114270             .ob_base = {
114271                 .ob_refcnt = 999999999,
114272                 .ob_type = &PyTuple_Type,
114273             },
114274             .ob_size = 1,
114275         },
114276         .ob_item = {
114277             & const_str_follow_symlinks._ascii.ob_base,
114278         },
114279     },
114280 };
114281 static
114282     struct {
114283         PyGC_Head _gc_head;
114284         struct {
114285             PyObject_VAR_HEAD
114286             PyObject *ob_item[5];
114287         }_object;
114288     }
114289 os_toplevel_consts_91_consts = {
114290     ._object = {
114291         .ob_base = {
114292             .ob_base = {
114293                 .ob_refcnt = 999999999,
114294                 .ob_type = &PyTuple_Type,
114295             },
114296             .ob_size = 5,
114297         },
114298         .ob_item = {
114299             Py_None,
114300             Py_False,
114301             & os_toplevel_consts_91_consts_2._object.ob_base.ob_base,
114302             & os_toplevel_consts_91_consts_3._object.ob_base.ob_base,
114303             & os_toplevel_consts_90_consts_4._object.ob_base.ob_base,
114304         },
114305     },
114306 };
114307 static
114308     struct {
114309         PyGC_Head _gc_head;
114310         struct {
114311             PyObject_VAR_HEAD
114312             PyObject *ob_item[16];
114313         }_object;
114314     }
114315 os_toplevel_consts_91_names = {
114316     ._object = {
114317         .ob_base = {
114318             .ob_base = {
114319                 .ob_refcnt = 999999999,
114320                 .ob_type = &PyTuple_Type,
114321             },
114322             .ob_size = 16,
114323         },
114324         .ob_item = {
114325             & const_str_scandir._ascii.ob_base,
114326             &_Py_ID(name),
114327             & const_str_fsencode._ascii.ob_base,
114328             & const_str_is_dir._ascii.ob_base,
114329             &_Py_ID(append),
114330             & const_str_OSError._ascii.ob_base,
114331             & const_str_is_symlink._ascii.ob_base,
114332             & const_str_zip._ascii.ob_base,
114333             & const_str_stat._ascii.ob_base,
114334             &_Py_ID(open),
114335             & const_str_O_RDONLY._ascii.ob_base,
114336             &_Py_ID(path),
114337             & const_str_samestat._ascii.ob_base,
114338             &_Py_ID(join),
114339             & const_str__fwalk._ascii.ob_base,
114340             &_Py_ID(close),
114341         },
114342     },
114343 };
114344 static
114345     struct {
114346         PyObject_VAR_HEAD
114347         Py_hash_t ob_shash;
114348         char ob_sval[713];
114349     }
114350 os_toplevel_consts_91_linetable = {
114351     .ob_base = {
114352         .ob_base = {
114353             .ob_refcnt = 999999999,
114354             .ob_type = &PyBytes_Type,
114355         },
114356         .ob_size = 712,
114357     },
114358     .ob_shash = -1,
114359     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xf5\x0a\x00\x16\x1d\x98\x55\x91\x5e\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\xf0\x00\x11\x09\x19\x88\x45\xd8\x13\x18\x94\x3a\x88\x44\xd8\x0f\x16\xf0\x00\x01\x0d\x26\xdd\x17\x1f\xa0\x04\x91\x7e\x94\x7e\x90\x04\xf0\x02\x0d\x0d\x19\xd8\x13\x18\x97\x3c\x92\x3c\x91\x3e\x94\x3e\xf0\x00\x05\x11\x29\xd8\x14\x18\x97\x4b\x92\x4b\xa0\x04\xd1\x14\x25\xd4\x14\x25\xd0\x14\x25\xd8\x17\x1e\xd0\x17\x2a\xd8\x18\x1f\x9f\x0e\x9a\x0e\xa0\x75\xd1\x18\x2d\xd4\x18\x2d\xd0\x18\x2d\xf8\xe0\x14\x1b\x97\x4e\x92\x4e\xa0\x34\xd1\x14\x28\xd4\x14\x28\xd0\x14\x28\xf8\xf8\xdd\x13\x1a\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\xd2\x17\x27\xd1\x17\x29\xd4\x17\x29\xf0\x00\x01\x15\x2d\xd8\x18\x1f\x9f\x0e\x9a\x0e\xa0\x74\xd1\x18\x2c\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\xf8\xf0\x0b\x06\x0d\x19\xf8\xf8\xf8\xf0\x10\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\x98\x4f\x90\x44\x90\x44\xb5\x13\xb0\x54\xb8\x37\xd1\x31\x43\xd4\x31\x43\xf0\x00\x14\x09\x1d\xf0\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\xd1\x22\x51\xd4\x22\x51\x98\x07\x98\x07\xe0\x1f\x26\xd0\x1f\x32\xd0\x1f\x32\xd0\x1f\x32\xd8\x26\x2a\x99\x0b\x98\x04\x98\x65\xd8\x22\x27\xa7\x2a\xa2\x2a\xb8\x55\xa0\x2a\xd1\x22\x43\xd4\x22\x43\x98\x07\xdd\x18\x1c\x98\x54\xa5\x38\xb0\x45\xd0\x18\x3a\xd1\x18\x3a\xd4\x18\x3a\x90\x05\x90\x05\xf8\xdd\x13\x1a\xf0\x00\x03\x0d\x19\xf0\x00\x03\x0d\x19\xf0\x00\x03\x0d\x19\xd8\x13\x1a\xd0\x13\x26\xd8\x14\x1b\x90\x47\x98\x43\x91\x4c\x94\x4c\x90\x4c\xd8\x10\x18\x90\x08\x90\x08\x90\x08\x90\x08\xf8\xf8\xf8\xf8\xf0\x07\x03\x0d\x19\xf8\xf8\xf8\xf0\x08\x06\x0d\x1d\xd8\x13\x22\xf0\x00\x03\x11\x49\x01\xa5\x64\xa4\x6d\xb0\x47\xbd\x54\xc0\x25\xb9\x5b\xbc\x5b\xd1\x26\x49\xd4\x26\x49\xf0\x00\x03\x11\x49\x01\xdd\x1e\x22\x9c\x69\xa8\x07\xb0\x14\xd1\x1e\x36\xd4\x1e\x36\x90\x47\xdd\x1f\x25\xa0\x65\xa8\x57\xb0\x67\xd8\x26\x2d\xa8\x77\xb8\x0f\xf1\x03\x01\x20\x49\x01\xf4\x00\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\x91\x0c\x94\x0c\x90\x0c\x90\x0c\xf8\x95\x05\x90\x65\x91\x0c\x94\x0c\x90\x0c\x90\x0c\xf8\xf8\xf8\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",
114360 };
114361 static
114362     struct {
114363         PyObject_VAR_HEAD
114364         Py_hash_t ob_shash;
114365         char ob_sval[93];
114366     }
114367 os_toplevel_consts_91_exceptiontable = {
114368     .ob_base = {
114369         .ob_base = {
114370             .ob_refcnt = 999999999,
114371             .ob_type = &PyBytes_Type,
114372         },
114373         .ob_size = 92,
114374     },
114375     .ob_shash = -1,
114376     .ob_sval = "\xbb\x41\x16\x42\x12\x02\xc2\x12\x0a\x43\x1a\x05\xc2\x1d\x29\x43\x07\x04\xc3\x06\x01\x43\x1a\x05\xc3\x07\x0a\x43\x14\x07\xc3\x11\x02\x43\x1a\x05\xc3\x13\x01\x43\x14\x07\xc3\x14\x03\x43\x1a\x05\xc3\x19\x01\x43\x1a\x05\xc3\x3e\x41\x0d\x45\x0c\x02\xc5\x0c\x0a\x45\x2d\x05\xc5\x16\x0d\x45\x28\x05\xc5\x28\x05\x45\x2d\x05\xc5\x31\x41\x13\x47\x14\x02\xc7\x14\x11\x47\x25\x05",
114377 };
114378 static
114379     struct {
114380         PyASCIIObject _ascii;
114381         uint8_t _data[8];
114382     }
114383 const_str_toppath = {
114384     ._ascii = {
114385         .ob_base = {
114386             .ob_refcnt = 999999999,
114387             .ob_type = &PyUnicode_Type,
114388         },
114389         .length = 7,
114390         .hash = -1,
114391         .state = {
114392             .kind = 1,
114393             .compact = 1,
114394             .ascii = 1,
114395             .ready = 1,
114396         },
114397     },
114398     ._data = "toppath",
114399 };
114400 static
114401     struct {
114402         PyASCIIObject _ascii;
114403         uint8_t _data[8];
114404     }
114405 const_str_isbytes = {
114406     ._ascii = {
114407         .ob_base = {
114408             .ob_refcnt = 999999999,
114409             .ob_type = &PyUnicode_Type,
114410         },
114411         .length = 7,
114412         .hash = -1,
114413         .state = {
114414             .kind = 1,
114415             .compact = 1,
114416             .ascii = 1,
114417             .ready = 1,
114418         },
114419     },
114420     ._data = "isbytes",
114421 };
114422 static
114423     struct {
114424         PyASCIIObject _ascii;
114425         uint8_t _data[8];
114426     }
114427 const_str_entries = {
114428     ._ascii = {
114429         .ob_base = {
114430             .ob_refcnt = 999999999,
114431             .ob_type = &PyUnicode_Type,
114432         },
114433         .length = 7,
114434         .hash = -1,
114435         .state = {
114436             .kind = 1,
114437             .compact = 1,
114438             .ascii = 1,
114439             .ready = 1,
114440         },
114441     },
114442     ._data = "entries",
114443 };
114444 static
114445     struct {
114446         PyASCIIObject _ascii;
114447         uint8_t _data[6];
114448     }
114449 const_str_dirfd = {
114450     ._ascii = {
114451         .ob_base = {
114452             .ob_refcnt = 999999999,
114453             .ob_type = &PyUnicode_Type,
114454         },
114455         .length = 5,
114456         .hash = -1,
114457         .state = {
114458             .kind = 1,
114459             .compact = 1,
114460             .ascii = 1,
114461             .ready = 1,
114462         },
114463     },
114464     ._data = "dirfd",
114465 };
114466 static
114467     struct {
114468         PyASCIIObject _ascii;
114469         uint8_t _data[4];
114470     }
114471 const_str_err = {
114472     ._ascii = {
114473         .ob_base = {
114474             .ob_refcnt = 999999999,
114475             .ob_type = &PyUnicode_Type,
114476         },
114477         .length = 3,
114478         .hash = -1,
114479         .state = {
114480             .kind = 1,
114481             .compact = 1,
114482             .ascii = 1,
114483             .ready = 1,
114484         },
114485     },
114486     ._data = "err",
114487 };
114488 static
114489     struct {
114490         PyGC_Head _gc_head;
114491         struct {
114492             PyObject_VAR_HEAD
114493             PyObject *ob_item[16];
114494         }_object;
114495     }
114496 os_toplevel_consts_91_localsplusnames = {
114497     ._object = {
114498         .ob_base = {
114499             .ob_base = {
114500                 .ob_refcnt = 999999999,
114501                 .ob_type = &PyTuple_Type,
114502             },
114503             .ob_size = 16,
114504         },
114505         .ob_item = {
114506             & const_str_topfd._ascii.ob_base,
114507             & const_str_toppath._ascii.ob_base,
114508             & const_str_isbytes._ascii.ob_base,
114509             & const_str_topdown._ascii.ob_base,
114510             & const_str_onerror._ascii.ob_base,
114511             & const_str_follow_symlinks._ascii.ob_base,
114512             & const_str_scandir_it._ascii.ob_base,
114513             & const_str_dirs._ascii.ob_base,
114514             & const_str_nondirs._ascii.ob_base,
114515             & const_str_entries._ascii.ob_base,
114516             & const_str_entry._ascii.ob_base,
114517             &_Py_ID(name),
114518             & const_str_orig_st._ascii.ob_base,
114519             & const_str_dirfd._ascii.ob_base,
114520             & const_str_err._ascii.ob_base,
114521             & const_str_dirpath._ascii.ob_base,
114522         },
114523     },
114524 };
114525 static
114526     struct {
114527         PyObject_VAR_HEAD
114528         Py_hash_t ob_shash;
114529         char ob_sval[17];
114530     }
114531 os_toplevel_consts_91_localspluskinds = {
114532     .ob_base = {
114533         .ob_base = {
114534             .ob_refcnt = 999999999,
114535             .ob_type = &PyBytes_Type,
114536         },
114537         .ob_size = 16,
114538     },
114539     .ob_shash = -1,
114540     .ob_sval = "                ",
114541 };
114542 static
114543     struct _PyCode_DEF(1004)
114544 os_toplevel_consts_91 = {
114545     .ob_base = {
114546         .ob_base = {
114547             .ob_refcnt = 999999999,
114548             .ob_type = &PyCode_Type,
114549         },
114550         .ob_size = 502,
114551     },
114552     .co_consts = & os_toplevel_consts_91_consts._object.ob_base.ob_base,
114553     .co_names = & os_toplevel_consts_91_names._object.ob_base.ob_base,
114554     .co_exceptiontable = & os_toplevel_consts_91_exceptiontable.ob_base.ob_base,
114555     .co_flags = 35,
114556     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
114557     ._co_linearray_entry_size = 0,
114558     .co_argcount = 6,
114559     .co_posonlyargcount = 0,
114560     .co_kwonlyargcount = 0,
114561     .co_stacksize = 9,
114562     .co_firstlineno = 479,
114563     .co_nlocalsplus = 16,
114564     .co_nlocals = 16,
114565     .co_nplaincellvars = 0,
114566     .co_ncellvars = 0,
114567     .co_nfreevars = 0,
114568     .co_localsplusnames = & os_toplevel_consts_91_localsplusnames._object.ob_base.ob_base,
114569     .co_localspluskinds = & os_toplevel_consts_91_localspluskinds.ob_base.ob_base,
114570     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
114571     .co_name = & const_str__fwalk._ascii.ob_base,
114572     .co_qualname = & const_str__fwalk._ascii.ob_base,
114573     .co_linetable = & os_toplevel_consts_91_linetable.ob_base.ob_base,
114574     ._co_code = NULL,
114575     ._co_linearray = NULL,
114576     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xbc\x7d\x0a\x7c\x0a\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x7c\x02\x72\x0f\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x09\x00\x7c\x0a\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x2d\x7c\x07\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x09\x81\x15\x7c\x09\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0a\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x15\x7c\x08\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x72\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x3e\x01\x00\x09\x00\x7c\x0a\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x15\x7c\x08\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\xa6\x01\x00\x00\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\x8c\xb9\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x03\x72\x08\x7c\x01\x7c\x07\x7c\x08\x7c\x00\x66\x04\x56\x00\x97\x01\x01\x00\x7c\x09\x80\x02\x7c\x07\x6e\x0f\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x7c\x09\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\xec\x7d\x0b\x09\x00\x7c\x05\x73\x34\x7c\x03\x72\x13\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\x7c\x00\x64\x01\xac\x02\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x6e\x1f\x7c\x09\x80\x02\x4a\x00\x82\x01\x7c\x0b\x5c\x02\x00\x00\x7d\x0b\x7d\x0a\x7c\x0a\xa0\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xac\x03\xa6\x01\x00\x00\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0d\x6e\x24\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x17\x7d\x0e\x7c\x04\x81\x0b\x02\x00\x7c\x04\x7c\x0e\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x64\x00\x7d\x0e\x7e\x0e\x8c\x6d\x64\x00\x7d\x0e\x7e\x0e\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x09\x00\x7c\x05\x73\x22\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0c\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x2f\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x0b\xa6\x02\x00\x00\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\xa6\x06\x00\x00\xab\x06\x00\x00\x00\x00\x00\x00\x00\x00\x45\x00\x64\x00\x7b\x03\x56\x00\x97\x02\x86\x04\x01\x00\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\xd9\x23\x00\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x03\x73\x0a\x7c\x01\x7c\x07\x7c\x08\x7c\x00\x66\x04\x56\x00\x97\x01\x01\x00\x64\x00\x53\x00\x64\x00\x53\x00",
114577     ._co_firsttraceable = 2,
114578 };
114579 static
114580     struct {
114581         PyASCIIObject _ascii;
114582         uint8_t _data[113];
114583     }
114584 os_toplevel_consts_93_consts_0 = {
114585     ._ascii = {
114586         .ob_base = {
114587             .ob_refcnt = 999999999,
114588             .ob_type = &PyUnicode_Type,
114589         },
114590         .length = 112,
114591         .hash = -1,
114592         .state = {
114593             .kind = 1,
114594             .compact = 1,
114595             .ascii = 1,
114596             .ready = 1,
114597         },
114598     },
114599     ._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",
114600 };
114601 static
114602     struct {
114603         PyGC_Head _gc_head;
114604         struct {
114605             PyObject_VAR_HEAD
114606             PyObject *ob_item[2];
114607         }_object;
114608     }
114609 os_toplevel_consts_93_consts = {
114610     ._object = {
114611         .ob_base = {
114612             .ob_base = {
114613                 .ob_refcnt = 999999999,
114614                 .ob_type = &PyTuple_Type,
114615             },
114616             .ob_size = 2,
114617         },
114618         .ob_item = {
114619             & os_toplevel_consts_93_consts_0._ascii.ob_base,
114620             Py_None,
114621         },
114622     },
114623 };
114624 static
114625     struct {
114626         PyASCIIObject _ascii;
114627         uint8_t _data[6];
114628     }
114629 const_str_execv = {
114630     ._ascii = {
114631         .ob_base = {
114632             .ob_refcnt = 999999999,
114633             .ob_type = &PyUnicode_Type,
114634         },
114635         .length = 5,
114636         .hash = -1,
114637         .state = {
114638             .kind = 1,
114639             .compact = 1,
114640             .ascii = 1,
114641             .ready = 1,
114642         },
114643     },
114644     ._data = "execv",
114645 };
114646 static
114647     struct {
114648         PyGC_Head _gc_head;
114649         struct {
114650             PyObject_VAR_HEAD
114651             PyObject *ob_item[1];
114652         }_object;
114653     }
114654 os_toplevel_consts_93_names = {
114655     ._object = {
114656         .ob_base = {
114657             .ob_base = {
114658                 .ob_refcnt = 999999999,
114659                 .ob_type = &PyTuple_Type,
114660             },
114661             .ob_size = 1,
114662         },
114663         .ob_item = {
114664             & const_str_execv._ascii.ob_base,
114665         },
114666     },
114667 };
114668 static
114669     struct {
114670         PyASCIIObject _ascii;
114671         uint8_t _data[6];
114672     }
114673 const_str_execl = {
114674     ._ascii = {
114675         .ob_base = {
114676             .ob_refcnt = 999999999,
114677             .ob_type = &PyUnicode_Type,
114678         },
114679         .length = 5,
114680         .hash = -1,
114681         .state = {
114682             .kind = 1,
114683             .compact = 1,
114684             .ascii = 1,
114685             .ready = 1,
114686         },
114687     },
114688     ._data = "execl",
114689 };
114690 static
114691     struct {
114692         PyObject_VAR_HEAD
114693         Py_hash_t ob_shash;
114694         char ob_sval[27];
114695     }
114696 os_toplevel_consts_93_linetable = {
114697     .ob_base = {
114698         .ob_base = {
114699             .ob_refcnt = 999999999,
114700             .ob_type = &PyBytes_Type,
114701         },
114702         .ob_size = 26,
114703     },
114704     .ob_shash = -1,
114705     .ob_sval = "\x80\x00\xf5\x0a\x00\x05\x0a\x88\x24\x90\x04\xd1\x04\x15\xd4\x04\x15\xd0\x04\x15\xd0\x04\x15\xd0\x04\x15",
114706 };
114707 static
114708     struct {
114709         PyGC_Head _gc_head;
114710         struct {
114711             PyObject_VAR_HEAD
114712             PyObject *ob_item[2];
114713         }_object;
114714     }
114715 os_toplevel_consts_93_localsplusnames = {
114716     ._object = {
114717         .ob_base = {
114718             .ob_base = {
114719                 .ob_refcnt = 999999999,
114720                 .ob_type = &PyTuple_Type,
114721             },
114722             .ob_size = 2,
114723         },
114724         .ob_item = {
114725             & const_str_file._ascii.ob_base,
114726             & const_str_args._ascii.ob_base,
114727         },
114728     },
114729 };
114730 static
114731     struct _PyCode_DEF(38)
114732 os_toplevel_consts_93 = {
114733     .ob_base = {
114734         .ob_base = {
114735             .ob_refcnt = 999999999,
114736             .ob_type = &PyCode_Type,
114737         },
114738         .ob_size = 19,
114739     },
114740     .co_consts = & os_toplevel_consts_93_consts._object.ob_base.ob_base,
114741     .co_names = & os_toplevel_consts_93_names._object.ob_base.ob_base,
114742     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
114743     .co_flags = 7,
114744     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
114745     ._co_linearray_entry_size = 0,
114746     .co_argcount = 1,
114747     .co_posonlyargcount = 0,
114748     .co_kwonlyargcount = 0,
114749     .co_stacksize = 4,
114750     .co_firstlineno = 537,
114751     .co_nlocalsplus = 2,
114752     .co_nlocals = 2,
114753     .co_nplaincellvars = 0,
114754     .co_ncellvars = 0,
114755     .co_nfreevars = 0,
114756     .co_localsplusnames = & os_toplevel_consts_93_localsplusnames._object.ob_base.ob_base,
114757     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
114758     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
114759     .co_name = & const_str_execl._ascii.ob_base,
114760     .co_qualname = & const_str_execl._ascii.ob_base,
114761     .co_linetable = & os_toplevel_consts_93_linetable.ob_base.ob_base,
114762     ._co_code = NULL,
114763     ._co_linearray = NULL,
114764     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
114765     ._co_firsttraceable = 0,
114766 };
114767 static
114768     struct {
114769         PyASCIIObject _ascii;
114770         uint8_t _data[139];
114771     }
114772 os_toplevel_consts_94_consts_0 = {
114773     ._ascii = {
114774         .ob_base = {
114775             .ob_refcnt = 999999999,
114776             .ob_type = &PyUnicode_Type,
114777         },
114778         .length = 138,
114779         .hash = -1,
114780         .state = {
114781             .kind = 1,
114782             .compact = 1,
114783             .ascii = 1,
114784             .ready = 1,
114785         },
114786     },
114787     ._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",
114788 };
114789 static
114790     struct {
114791         PyGC_Head _gc_head;
114792         struct {
114793             PyObject_VAR_HEAD
114794             PyObject *ob_item[3];
114795         }_object;
114796     }
114797 os_toplevel_consts_94_consts = {
114798     ._object = {
114799         .ob_base = {
114800             .ob_base = {
114801                 .ob_refcnt = 999999999,
114802                 .ob_type = &PyTuple_Type,
114803             },
114804             .ob_size = 3,
114805         },
114806         .ob_item = {
114807             & os_toplevel_consts_94_consts_0._ascii.ob_base,
114808             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
114809             Py_None,
114810         },
114811     },
114812 };
114813 static
114814     struct {
114815         PyGC_Head _gc_head;
114816         struct {
114817             PyObject_VAR_HEAD
114818             PyObject *ob_item[1];
114819         }_object;
114820     }
114821 os_toplevel_consts_94_names = {
114822     ._object = {
114823         .ob_base = {
114824             .ob_base = {
114825                 .ob_refcnt = 999999999,
114826                 .ob_type = &PyTuple_Type,
114827             },
114828             .ob_size = 1,
114829         },
114830         .ob_item = {
114831             & const_str_execve._ascii.ob_base,
114832         },
114833     },
114834 };
114835 static
114836     struct {
114837         PyASCIIObject _ascii;
114838         uint8_t _data[7];
114839     }
114840 const_str_execle = {
114841     ._ascii = {
114842         .ob_base = {
114843             .ob_refcnt = 999999999,
114844             .ob_type = &PyUnicode_Type,
114845         },
114846         .length = 6,
114847         .hash = -1,
114848         .state = {
114849             .kind = 1,
114850             .compact = 1,
114851             .ascii = 1,
114852             .ready = 1,
114853         },
114854     },
114855     ._data = "execle",
114856 };
114857 static
114858     struct {
114859         PyObject_VAR_HEAD
114860         Py_hash_t ob_shash;
114861         char ob_sval[46];
114862     }
114863 os_toplevel_consts_94_linetable = {
114864     .ob_base = {
114865         .ob_base = {
114866             .ob_refcnt = 999999999,
114867             .ob_type = &PyBytes_Type,
114868         },
114869         .ob_size = 45,
114870     },
114871     .ob_shash = -1,
114872     .ob_sval = "\x80\x00\xf0\x0a\x00\x0b\x0f\x88\x72\x8c\x28\x80\x43\xdd\x04\x0a\x88\x34\x90\x14\x90\x63\x90\x72\x90\x63\x94\x19\x98\x43\xd1\x04\x20\xd4\x04\x20\xd0\x04\x20\xd0\x04\x20\xd0\x04\x20",
114873 };
114874 static
114875     struct {
114876         PyASCIIObject _ascii;
114877         uint8_t _data[4];
114878     }
114879 const_str_env = {
114880     ._ascii = {
114881         .ob_base = {
114882             .ob_refcnt = 999999999,
114883             .ob_type = &PyUnicode_Type,
114884         },
114885         .length = 3,
114886         .hash = -1,
114887         .state = {
114888             .kind = 1,
114889             .compact = 1,
114890             .ascii = 1,
114891             .ready = 1,
114892         },
114893     },
114894     ._data = "env",
114895 };
114896 static
114897     struct {
114898         PyGC_Head _gc_head;
114899         struct {
114900             PyObject_VAR_HEAD
114901             PyObject *ob_item[3];
114902         }_object;
114903     }
114904 os_toplevel_consts_94_localsplusnames = {
114905     ._object = {
114906         .ob_base = {
114907             .ob_base = {
114908                 .ob_refcnt = 999999999,
114909                 .ob_type = &PyTuple_Type,
114910             },
114911             .ob_size = 3,
114912         },
114913         .ob_item = {
114914             & const_str_file._ascii.ob_base,
114915             & const_str_args._ascii.ob_base,
114916             & const_str_env._ascii.ob_base,
114917         },
114918     },
114919 };
114920 static
114921     struct _PyCode_DEF(72)
114922 os_toplevel_consts_94 = {
114923     .ob_base = {
114924         .ob_base = {
114925             .ob_refcnt = 999999999,
114926             .ob_type = &PyCode_Type,
114927         },
114928         .ob_size = 36,
114929     },
114930     .co_consts = & os_toplevel_consts_94_consts._object.ob_base.ob_base,
114931     .co_names = & os_toplevel_consts_94_names._object.ob_base.ob_base,
114932     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
114933     .co_flags = 7,
114934     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
114935     ._co_linearray_entry_size = 0,
114936     .co_argcount = 1,
114937     .co_posonlyargcount = 0,
114938     .co_kwonlyargcount = 0,
114939     .co_stacksize = 6,
114940     .co_firstlineno = 544,
114941     .co_nlocalsplus = 3,
114942     .co_nlocals = 3,
114943     .co_nplaincellvars = 0,
114944     .co_ncellvars = 0,
114945     .co_nfreevars = 0,
114946     .co_localsplusnames = & os_toplevel_consts_94_localsplusnames._object.ob_base.ob_base,
114947     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
114948     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
114949     .co_name = & const_str_execle._ascii.ob_base,
114950     .co_qualname = & const_str_execle._ascii.ob_base,
114951     .co_linetable = & os_toplevel_consts_94_linetable.ob_base.ob_base,
114952     ._co_code = NULL,
114953     ._co_linearray = NULL,
114954     .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\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00",
114955     ._co_firsttraceable = 0,
114956 };
114957 static
114958     struct {
114959         PyASCIIObject _ascii;
114960         uint8_t _data[150];
114961     }
114962 os_toplevel_consts_95_consts_0 = {
114963     ._ascii = {
114964         .ob_base = {
114965             .ob_refcnt = 999999999,
114966             .ob_type = &PyUnicode_Type,
114967         },
114968         .length = 149,
114969         .hash = -1,
114970         .state = {
114971             .kind = 1,
114972             .compact = 1,
114973             .ascii = 1,
114974             .ready = 1,
114975         },
114976     },
114977     ._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",
114978 };
114979 static
114980     struct {
114981         PyGC_Head _gc_head;
114982         struct {
114983             PyObject_VAR_HEAD
114984             PyObject *ob_item[2];
114985         }_object;
114986     }
114987 os_toplevel_consts_95_consts = {
114988     ._object = {
114989         .ob_base = {
114990             .ob_base = {
114991                 .ob_refcnt = 999999999,
114992                 .ob_type = &PyTuple_Type,
114993             },
114994             .ob_size = 2,
114995         },
114996         .ob_item = {
114997             & os_toplevel_consts_95_consts_0._ascii.ob_base,
114998             Py_None,
114999         },
115000     },
115001 };
115002 static
115003     struct {
115004         PyASCIIObject _ascii;
115005         uint8_t _data[7];
115006     }
115007 const_str_execvp = {
115008     ._ascii = {
115009         .ob_base = {
115010             .ob_refcnt = 999999999,
115011             .ob_type = &PyUnicode_Type,
115012         },
115013         .length = 6,
115014         .hash = -1,
115015         .state = {
115016             .kind = 1,
115017             .compact = 1,
115018             .ascii = 1,
115019             .ready = 1,
115020         },
115021     },
115022     ._data = "execvp",
115023 };
115024 static
115025     struct {
115026         PyGC_Head _gc_head;
115027         struct {
115028             PyObject_VAR_HEAD
115029             PyObject *ob_item[1];
115030         }_object;
115031     }
115032 os_toplevel_consts_95_names = {
115033     ._object = {
115034         .ob_base = {
115035             .ob_base = {
115036                 .ob_refcnt = 999999999,
115037                 .ob_type = &PyTuple_Type,
115038             },
115039             .ob_size = 1,
115040         },
115041         .ob_item = {
115042             & const_str_execvp._ascii.ob_base,
115043         },
115044     },
115045 };
115046 static
115047     struct {
115048         PyASCIIObject _ascii;
115049         uint8_t _data[7];
115050     }
115051 const_str_execlp = {
115052     ._ascii = {
115053         .ob_base = {
115054             .ob_refcnt = 999999999,
115055             .ob_type = &PyUnicode_Type,
115056         },
115057         .length = 6,
115058         .hash = -1,
115059         .state = {
115060             .kind = 1,
115061             .compact = 1,
115062             .ascii = 1,
115063             .ready = 1,
115064         },
115065     },
115066     ._data = "execlp",
115067 };
115068 static
115069     struct {
115070         PyObject_VAR_HEAD
115071         Py_hash_t ob_shash;
115072         char ob_sval[27];
115073     }
115074 os_toplevel_consts_95_linetable = {
115075     .ob_base = {
115076         .ob_base = {
115077             .ob_refcnt = 999999999,
115078             .ob_type = &PyBytes_Type,
115079         },
115080         .ob_size = 26,
115081     },
115082     .ob_shash = -1,
115083     .ob_sval = "\x80\x00\xf5\x0a\x00\x05\x0b\x88\x34\x90\x14\xd1\x04\x16\xd4\x04\x16\xd0\x04\x16\xd0\x04\x16\xd0\x04\x16",
115084 };
115085 static
115086     struct _PyCode_DEF(38)
115087 os_toplevel_consts_95 = {
115088     .ob_base = {
115089         .ob_base = {
115090             .ob_refcnt = 999999999,
115091             .ob_type = &PyCode_Type,
115092         },
115093         .ob_size = 19,
115094     },
115095     .co_consts = & os_toplevel_consts_95_consts._object.ob_base.ob_base,
115096     .co_names = & os_toplevel_consts_95_names._object.ob_base.ob_base,
115097     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
115098     .co_flags = 7,
115099     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
115100     ._co_linearray_entry_size = 0,
115101     .co_argcount = 1,
115102     .co_posonlyargcount = 0,
115103     .co_kwonlyargcount = 0,
115104     .co_stacksize = 4,
115105     .co_firstlineno = 552,
115106     .co_nlocalsplus = 2,
115107     .co_nlocals = 2,
115108     .co_nplaincellvars = 0,
115109     .co_ncellvars = 0,
115110     .co_nfreevars = 0,
115111     .co_localsplusnames = & os_toplevel_consts_93_localsplusnames._object.ob_base.ob_base,
115112     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
115113     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
115114     .co_name = & const_str_execlp._ascii.ob_base,
115115     .co_qualname = & const_str_execlp._ascii.ob_base,
115116     .co_linetable = & os_toplevel_consts_95_linetable.ob_base.ob_base,
115117     ._co_code = NULL,
115118     ._co_linearray = NULL,
115119     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
115120     ._co_firsttraceable = 0,
115121 };
115122 static
115123     struct {
115124         PyASCIIObject _ascii;
115125         uint8_t _data[180];
115126     }
115127 os_toplevel_consts_96_consts_0 = {
115128     ._ascii = {
115129         .ob_base = {
115130             .ob_refcnt = 999999999,
115131             .ob_type = &PyUnicode_Type,
115132         },
115133         .length = 179,
115134         .hash = -1,
115135         .state = {
115136             .kind = 1,
115137             .compact = 1,
115138             .ascii = 1,
115139             .ready = 1,
115140         },
115141     },
115142     ._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",
115143 };
115144 static
115145     struct {
115146         PyGC_Head _gc_head;
115147         struct {
115148             PyObject_VAR_HEAD
115149             PyObject *ob_item[3];
115150         }_object;
115151     }
115152 os_toplevel_consts_96_consts = {
115153     ._object = {
115154         .ob_base = {
115155             .ob_base = {
115156                 .ob_refcnt = 999999999,
115157                 .ob_type = &PyTuple_Type,
115158             },
115159             .ob_size = 3,
115160         },
115161         .ob_item = {
115162             & os_toplevel_consts_96_consts_0._ascii.ob_base,
115163             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
115164             Py_None,
115165         },
115166     },
115167 };
115168 static
115169     struct {
115170         PyASCIIObject _ascii;
115171         uint8_t _data[8];
115172     }
115173 const_str_execvpe = {
115174     ._ascii = {
115175         .ob_base = {
115176             .ob_refcnt = 999999999,
115177             .ob_type = &PyUnicode_Type,
115178         },
115179         .length = 7,
115180         .hash = -1,
115181         .state = {
115182             .kind = 1,
115183             .compact = 1,
115184             .ascii = 1,
115185             .ready = 1,
115186         },
115187     },
115188     ._data = "execvpe",
115189 };
115190 static
115191     struct {
115192         PyGC_Head _gc_head;
115193         struct {
115194             PyObject_VAR_HEAD
115195             PyObject *ob_item[1];
115196         }_object;
115197     }
115198 os_toplevel_consts_96_names = {
115199     ._object = {
115200         .ob_base = {
115201             .ob_base = {
115202                 .ob_refcnt = 999999999,
115203                 .ob_type = &PyTuple_Type,
115204             },
115205             .ob_size = 1,
115206         },
115207         .ob_item = {
115208             & const_str_execvpe._ascii.ob_base,
115209         },
115210     },
115211 };
115212 static
115213     struct {
115214         PyASCIIObject _ascii;
115215         uint8_t _data[8];
115216     }
115217 const_str_execlpe = {
115218     ._ascii = {
115219         .ob_base = {
115220             .ob_refcnt = 999999999,
115221             .ob_type = &PyUnicode_Type,
115222         },
115223         .length = 7,
115224         .hash = -1,
115225         .state = {
115226             .kind = 1,
115227             .compact = 1,
115228             .ascii = 1,
115229             .ready = 1,
115230         },
115231     },
115232     ._data = "execlpe",
115233 };
115234 static
115235     struct {
115236         PyObject_VAR_HEAD
115237         Py_hash_t ob_shash;
115238         char ob_sval[46];
115239     }
115240 os_toplevel_consts_96_linetable = {
115241     .ob_base = {
115242         .ob_base = {
115243             .ob_refcnt = 999999999,
115244             .ob_type = &PyBytes_Type,
115245         },
115246         .ob_size = 45,
115247     },
115248     .ob_shash = -1,
115249     .ob_sval = "\x80\x00\xf0\x0c\x00\x0b\x0f\x88\x72\x8c\x28\x80\x43\xdd\x04\x0b\x88\x44\x90\x24\x90\x73\x98\x02\x90\x73\x94\x29\x98\x53\xd1\x04\x21\xd4\x04\x21\xd0\x04\x21\xd0\x04\x21\xd0\x04\x21",
115250 };
115251 static
115252     struct _PyCode_DEF(72)
115253 os_toplevel_consts_96 = {
115254     .ob_base = {
115255         .ob_base = {
115256             .ob_refcnt = 999999999,
115257             .ob_type = &PyCode_Type,
115258         },
115259         .ob_size = 36,
115260     },
115261     .co_consts = & os_toplevel_consts_96_consts._object.ob_base.ob_base,
115262     .co_names = & os_toplevel_consts_96_names._object.ob_base.ob_base,
115263     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
115264     .co_flags = 7,
115265     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
115266     ._co_linearray_entry_size = 0,
115267     .co_argcount = 1,
115268     .co_posonlyargcount = 0,
115269     .co_kwonlyargcount = 0,
115270     .co_stacksize = 6,
115271     .co_firstlineno = 559,
115272     .co_nlocalsplus = 3,
115273     .co_nlocals = 3,
115274     .co_nplaincellvars = 0,
115275     .co_ncellvars = 0,
115276     .co_nfreevars = 0,
115277     .co_localsplusnames = & os_toplevel_consts_94_localsplusnames._object.ob_base.ob_base,
115278     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
115279     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
115280     .co_name = & const_str_execlpe._ascii.ob_base,
115281     .co_qualname = & const_str_execlpe._ascii.ob_base,
115282     .co_linetable = & os_toplevel_consts_96_linetable.ob_base.ob_base,
115283     ._co_code = NULL,
115284     ._co_linearray = NULL,
115285     .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\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00",
115286     ._co_firsttraceable = 0,
115287 };
115288 static
115289     struct {
115290         PyASCIIObject _ascii;
115291         uint8_t _data[193];
115292     }
115293 os_toplevel_consts_97_consts_0 = {
115294     ._ascii = {
115295         .ob_base = {
115296             .ob_refcnt = 999999999,
115297             .ob_type = &PyUnicode_Type,
115298         },
115299         .length = 192,
115300         .hash = -1,
115301         .state = {
115302             .kind = 1,
115303             .compact = 1,
115304             .ascii = 1,
115305             .ready = 1,
115306         },
115307     },
115308     ._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",
115309 };
115310 static
115311     struct {
115312         PyGC_Head _gc_head;
115313         struct {
115314             PyObject_VAR_HEAD
115315             PyObject *ob_item[2];
115316         }_object;
115317     }
115318 os_toplevel_consts_97_consts = {
115319     ._object = {
115320         .ob_base = {
115321             .ob_base = {
115322                 .ob_refcnt = 999999999,
115323                 .ob_type = &PyTuple_Type,
115324             },
115325             .ob_size = 2,
115326         },
115327         .ob_item = {
115328             & os_toplevel_consts_97_consts_0._ascii.ob_base,
115329             Py_None,
115330         },
115331     },
115332 };
115333 static
115334     struct {
115335         PyASCIIObject _ascii;
115336         uint8_t _data[9];
115337     }
115338 const_str__execvpe = {
115339     ._ascii = {
115340         .ob_base = {
115341             .ob_refcnt = 999999999,
115342             .ob_type = &PyUnicode_Type,
115343         },
115344         .length = 8,
115345         .hash = -1,
115346         .state = {
115347             .kind = 1,
115348             .compact = 1,
115349             .ascii = 1,
115350             .ready = 1,
115351         },
115352     },
115353     ._data = "_execvpe",
115354 };
115355 static
115356     struct {
115357         PyGC_Head _gc_head;
115358         struct {
115359             PyObject_VAR_HEAD
115360             PyObject *ob_item[1];
115361         }_object;
115362     }
115363 os_toplevel_consts_97_names = {
115364     ._object = {
115365         .ob_base = {
115366             .ob_base = {
115367                 .ob_refcnt = 999999999,
115368                 .ob_type = &PyTuple_Type,
115369             },
115370             .ob_size = 1,
115371         },
115372         .ob_item = {
115373             & const_str__execvpe._ascii.ob_base,
115374         },
115375     },
115376 };
115377 static
115378     struct {
115379         PyObject_VAR_HEAD
115380         Py_hash_t ob_shash;
115381         char ob_sval[27];
115382     }
115383 os_toplevel_consts_97_linetable = {
115384     .ob_base = {
115385         .ob_base = {
115386             .ob_refcnt = 999999999,
115387             .ob_type = &PyBytes_Type,
115388         },
115389         .ob_size = 26,
115390     },
115391     .ob_shash = -1,
115392     .ob_sval = "\x80\x00\xf5\x0c\x00\x05\x0d\x88\x54\x90\x34\xd1\x04\x18\xd4\x04\x18\xd0\x04\x18\xd0\x04\x18\xd0\x04\x18",
115393 };
115394 static
115395     struct _PyCode_DEF(38)
115396 os_toplevel_consts_97 = {
115397     .ob_base = {
115398         .ob_base = {
115399             .ob_refcnt = 999999999,
115400             .ob_type = &PyCode_Type,
115401         },
115402         .ob_size = 19,
115403     },
115404     .co_consts = & os_toplevel_consts_97_consts._object.ob_base.ob_base,
115405     .co_names = & os_toplevel_consts_97_names._object.ob_base.ob_base,
115406     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
115407     .co_flags = 3,
115408     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
115409     ._co_linearray_entry_size = 0,
115410     .co_argcount = 2,
115411     .co_posonlyargcount = 0,
115412     .co_kwonlyargcount = 0,
115413     .co_stacksize = 4,
115414     .co_firstlineno = 568,
115415     .co_nlocalsplus = 2,
115416     .co_nlocals = 2,
115417     .co_nplaincellvars = 0,
115418     .co_ncellvars = 0,
115419     .co_nfreevars = 0,
115420     .co_localsplusnames = & os_toplevel_consts_93_localsplusnames._object.ob_base.ob_base,
115421     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
115422     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
115423     .co_name = & const_str_execvp._ascii.ob_base,
115424     .co_qualname = & const_str_execvp._ascii.ob_base,
115425     .co_linetable = & os_toplevel_consts_97_linetable.ob_base.ob_base,
115426     ._co_code = NULL,
115427     ._co_linearray = NULL,
115428     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
115429     ._co_firsttraceable = 0,
115430 };
115431 static
115432     struct {
115433         PyASCIIObject _ascii;
115434         uint8_t _data[223];
115435     }
115436 os_toplevel_consts_98_consts_0 = {
115437     ._ascii = {
115438         .ob_base = {
115439             .ob_refcnt = 999999999,
115440             .ob_type = &PyUnicode_Type,
115441         },
115442         .length = 222,
115443         .hash = -1,
115444         .state = {
115445             .kind = 1,
115446             .compact = 1,
115447             .ascii = 1,
115448             .ready = 1,
115449         },
115450     },
115451     ._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",
115452 };
115453 static
115454     struct {
115455         PyGC_Head _gc_head;
115456         struct {
115457             PyObject_VAR_HEAD
115458             PyObject *ob_item[2];
115459         }_object;
115460     }
115461 os_toplevel_consts_98_consts = {
115462     ._object = {
115463         .ob_base = {
115464             .ob_base = {
115465                 .ob_refcnt = 999999999,
115466                 .ob_type = &PyTuple_Type,
115467             },
115468             .ob_size = 2,
115469         },
115470         .ob_item = {
115471             & os_toplevel_consts_98_consts_0._ascii.ob_base,
115472             Py_None,
115473         },
115474     },
115475 };
115476 static
115477     struct {
115478         PyObject_VAR_HEAD
115479         Py_hash_t ob_shash;
115480         char ob_sval[29];
115481     }
115482 os_toplevel_consts_98_linetable = {
115483     .ob_base = {
115484         .ob_base = {
115485             .ob_refcnt = 999999999,
115486             .ob_type = &PyBytes_Type,
115487         },
115488         .ob_size = 28,
115489     },
115490     .ob_shash = -1,
115491     .ob_sval = "\x80\x00\xf5\x0e\x00\x05\x0d\x88\x54\x90\x34\x98\x13\xd1\x04\x1d\xd4\x04\x1d\xd0\x04\x1d\xd0\x04\x1d\xd0\x04\x1d",
115492 };
115493 static
115494     struct _PyCode_DEF(40)
115495 os_toplevel_consts_98 = {
115496     .ob_base = {
115497         .ob_base = {
115498             .ob_refcnt = 999999999,
115499             .ob_type = &PyCode_Type,
115500         },
115501         .ob_size = 20,
115502     },
115503     .co_consts = & os_toplevel_consts_98_consts._object.ob_base.ob_base,
115504     .co_names = & os_toplevel_consts_97_names._object.ob_base.ob_base,
115505     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
115506     .co_flags = 3,
115507     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
115508     ._co_linearray_entry_size = 0,
115509     .co_argcount = 3,
115510     .co_posonlyargcount = 0,
115511     .co_kwonlyargcount = 0,
115512     .co_stacksize = 5,
115513     .co_firstlineno = 576,
115514     .co_nlocalsplus = 3,
115515     .co_nlocals = 3,
115516     .co_nplaincellvars = 0,
115517     .co_ncellvars = 0,
115518     .co_nfreevars = 0,
115519     .co_localsplusnames = & os_toplevel_consts_94_localsplusnames._object.ob_base.ob_base,
115520     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
115521     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
115522     .co_name = & const_str_execvpe._ascii.ob_base,
115523     .co_qualname = & const_str_execvpe._ascii.ob_base,
115524     .co_linetable = & os_toplevel_consts_98_linetable.ob_base.ob_base,
115525     ._co_code = NULL,
115526     ._co_linearray = NULL,
115527     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
115528     ._co_firsttraceable = 0,
115529 };
115530 static
115531     struct {
115532         PyGC_Head _gc_head;
115533         struct {
115534             PyObject_VAR_HEAD
115535             PyObject *ob_item[6];
115536         }_object;
115537     }
115538 os_toplevel_consts_99 = {
115539     ._object = {
115540         .ob_base = {
115541             .ob_base = {
115542                 .ob_refcnt = 999999999,
115543                 .ob_type = &PyTuple_Type,
115544             },
115545             .ob_size = 6,
115546         },
115547         .ob_item = {
115548             & const_str_execl._ascii.ob_base,
115549             & const_str_execle._ascii.ob_base,
115550             & const_str_execlp._ascii.ob_base,
115551             & const_str_execlpe._ascii.ob_base,
115552             & const_str_execvp._ascii.ob_base,
115553             & const_str_execvpe._ascii.ob_base,
115554         },
115555     },
115556 };
115557 static
115558     struct {
115559         PyGC_Head _gc_head;
115560         struct {
115561             PyObject_VAR_HEAD
115562             PyObject *ob_item[2];
115563         }_object;
115564     }
115565 os_toplevel_consts_100_consts = {
115566     ._object = {
115567         .ob_base = {
115568             .ob_base = {
115569                 .ob_refcnt = 999999999,
115570                 .ob_type = &PyTuple_Type,
115571             },
115572             .ob_size = 2,
115573         },
115574         .ob_item = {
115575             Py_None,
115576             & const_str_nt._ascii.ob_base,
115577         },
115578     },
115579 };
115580 static
115581     struct {
115582         PyGC_Head _gc_head;
115583         struct {
115584             PyObject_VAR_HEAD
115585             PyObject *ob_item[13];
115586         }_object;
115587     }
115588 os_toplevel_consts_100_names = {
115589     ._object = {
115590         .ob_base = {
115591             .ob_base = {
115592                 .ob_refcnt = 999999999,
115593                 .ob_type = &PyTuple_Type,
115594             },
115595             .ob_size = 13,
115596         },
115597         .ob_item = {
115598             & const_str_execve._ascii.ob_base,
115599             & const_str_execv._ascii.ob_base,
115600             & const_str_environ._ascii.ob_base,
115601             &_Py_ID(path),
115602             & const_str_dirname._ascii.ob_base,
115603             & const_str_get_exec_path._ascii.ob_base,
115604             &_Py_ID(name),
115605             & const_str_fsencode._ascii.ob_base,
115606             & const_str_map._ascii.ob_base,
115607             &_Py_ID(join),
115608             & const_str_FileNotFoundError._ascii.ob_base,
115609             & const_str_NotADirectoryError._ascii.ob_base,
115610             & const_str_OSError._ascii.ob_base,
115611         },
115612     },
115613 };
115614 static
115615     struct {
115616         PyObject_VAR_HEAD
115617         Py_hash_t ob_shash;
115618         char ob_sval[318];
115619     }
115620 os_toplevel_consts_100_linetable = {
115621     .ob_base = {
115622         .ob_base = {
115623             .ob_refcnt = 999999999,
115624             .ob_type = &PyBytes_Type,
115625         },
115626         .ob_size = 317,
115627     },
115628     .ob_shash = -1,
115629     .ob_sval = "\x80\x00\xd8\x07\x0a\x80\x7f\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\x0b\x84\x7c\x90\x44\xd1\x07\x19\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\xd1\x10\x22\xd4\x10\x22\x80\x49\xdd\x07\x0b\x88\x74\x82\x7c\x80\x7c\xdd\x0f\x17\x98\x04\x89\x7e\x8c\x7e\x88\x04\xdd\x14\x17\x9d\x08\xa0\x29\xd1\x14\x2c\xd4\x14\x2c\x88\x09\xd8\x0f\x18\xf0\x00\x09\x05\x1e\xf0\x00\x09\x05\x1e\x88\x03\xdd\x13\x17\x94\x39\x98\x53\xa0\x24\xd1\x13\x27\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\xf8\xdd\x10\x21\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\xd0\x0f\x20\xd8\x1c\x1d\x90\x09\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf0\x07\x03\x09\x1e\xf8\xf8\xf8\xf0\x08\x00\x08\x11\xd0\x07\x1c\xd8\x0e\x17\x88\x0f\xd8\x0a\x12\x80\x4e",
115630 };
115631 static
115632     struct {
115633         PyObject_VAR_HEAD
115634         Py_hash_t ob_shash;
115635         char ob_sval[37];
115636     }
115637 os_toplevel_consts_100_exceptiontable = {
115638     .ob_base = {
115639         .ob_base = {
115640             .ob_refcnt = 999999999,
115641             .ob_type = &PyBytes_Type,
115642         },
115643         .ob_size = 36,
115644     },
115645     .ob_shash = -1,
115646     .ob_sval = "\xc2\x19\x09\x42\x23\x02\xc2\x23\x11\x43\x18\x05\xc2\x34\x02\x42\x3b\x05\xc2\x3b\x0d\x43\x18\x05\xc3\x08\x06\x43\x13\x05\xc3\x13\x05\x43\x18\x05",
115647 };
115648 static
115649     struct {
115650         PyASCIIObject _ascii;
115651         uint8_t _data[10];
115652     }
115653 const_str_exec_func = {
115654     ._ascii = {
115655         .ob_base = {
115656             .ob_refcnt = 999999999,
115657             .ob_type = &PyUnicode_Type,
115658         },
115659         .length = 9,
115660         .hash = -1,
115661         .state = {
115662             .kind = 1,
115663             .compact = 1,
115664             .ascii = 1,
115665             .ready = 1,
115666         },
115667     },
115668     ._data = "exec_func",
115669 };
115670 static
115671     struct {
115672         PyASCIIObject _ascii;
115673         uint8_t _data[8];
115674     }
115675 const_str_argrest = {
115676     ._ascii = {
115677         .ob_base = {
115678             .ob_refcnt = 999999999,
115679             .ob_type = &PyUnicode_Type,
115680         },
115681         .length = 7,
115682         .hash = -1,
115683         .state = {
115684             .kind = 1,
115685             .compact = 1,
115686             .ascii = 1,
115687             .ready = 1,
115688         },
115689     },
115690     ._data = "argrest",
115691 };
115692 static
115693     struct {
115694         PyASCIIObject _ascii;
115695         uint8_t _data[10];
115696     }
115697 const_str_saved_exc = {
115698     ._ascii = {
115699         .ob_base = {
115700             .ob_refcnt = 999999999,
115701             .ob_type = &PyUnicode_Type,
115702         },
115703         .length = 9,
115704         .hash = -1,
115705         .state = {
115706             .kind = 1,
115707             .compact = 1,
115708             .ascii = 1,
115709             .ready = 1,
115710         },
115711     },
115712     ._data = "saved_exc",
115713 };
115714 static
115715     struct {
115716         PyASCIIObject _ascii;
115717         uint8_t _data[9];
115718     }
115719 const_str_last_exc = {
115720     ._ascii = {
115721         .ob_base = {
115722             .ob_refcnt = 999999999,
115723             .ob_type = &PyUnicode_Type,
115724         },
115725         .length = 8,
115726         .hash = -1,
115727         .state = {
115728             .kind = 1,
115729             .compact = 1,
115730             .ascii = 1,
115731             .ready = 1,
115732         },
115733     },
115734     ._data = "last_exc",
115735 };
115736 static
115737     struct {
115738         PyGC_Head _gc_head;
115739         struct {
115740             PyObject_VAR_HEAD
115741             PyObject *ob_item[11];
115742         }_object;
115743     }
115744 os_toplevel_consts_100_localsplusnames = {
115745     ._object = {
115746         .ob_base = {
115747             .ob_base = {
115748                 .ob_refcnt = 999999999,
115749                 .ob_type = &PyTuple_Type,
115750             },
115751             .ob_size = 11,
115752         },
115753         .ob_item = {
115754             & const_str_file._ascii.ob_base,
115755             & const_str_args._ascii.ob_base,
115756             & const_str_env._ascii.ob_base,
115757             & const_str_exec_func._ascii.ob_base,
115758             & const_str_argrest._ascii.ob_base,
115759             & const_str_saved_exc._ascii.ob_base,
115760             & const_str_path_list._ascii.ob_base,
115761             & const_str_dir._ascii.ob_base,
115762             & const_str_fullname._ascii.ob_base,
115763             & const_str_e._ascii.ob_base,
115764             & const_str_last_exc._ascii.ob_base,
115765         },
115766     },
115767 };
115768 static
115769     struct _PyCode_DEF(450)
115770 os_toplevel_consts_100 = {
115771     .ob_base = {
115772         .ob_base = {
115773             .ob_refcnt = 999999999,
115774             .ob_type = &PyCode_Type,
115775         },
115776         .ob_size = 225,
115777     },
115778     .co_consts = & os_toplevel_consts_100_consts._object.ob_base.ob_base,
115779     .co_names = & os_toplevel_consts_100_names._object.ob_base.ob_base,
115780     .co_exceptiontable = & os_toplevel_consts_100_exceptiontable.ob_base.ob_base,
115781     .co_flags = 3,
115782     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
115783     ._co_linearray_entry_size = 0,
115784     .co_argcount = 3,
115785     .co_posonlyargcount = 0,
115786     .co_kwonlyargcount = 0,
115787     .co_stacksize = 5,
115788     .co_firstlineno = 587,
115789     .co_nlocalsplus = 11,
115790     .co_nlocals = 11,
115791     .co_nplaincellvars = 0,
115792     .co_ncellvars = 0,
115793     .co_nfreevars = 0,
115794     .co_localsplusnames = & os_toplevel_consts_100_localsplusnames._object.ob_base.ob_base,
115795     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_8_localspluskinds.ob_base.ob_base,
115796     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
115797     .co_name = & const_str__execvpe._ascii.ob_base,
115798     .co_qualname = & const_str__execvpe._ascii.ob_base,
115799     .co_linetable = & os_toplevel_consts_100_linetable.ob_base.ob_base,
115800     ._co_code = NULL,
115801     ._co_linearray = NULL,
115802     .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\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x01\x00\x00\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\x24\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x44\x00\x5d\x59\x7d\x07\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x7c\x00\xa6\x02\x00\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\x22\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\x3a\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\x52\x64\x00\x7d\x09\x7e\x09\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x05\x81\x02\x7c\x05\x82\x01\x7c\x0a\x82\x01",
115803     ._co_firsttraceable = 0,
115804 };
115805 static
115806     struct {
115807         PyASCIIObject _ascii;
115808         uint8_t _data[244];
115809     }
115810 os_toplevel_consts_101_consts_0 = {
115811     ._ascii = {
115812         .ob_base = {
115813             .ob_refcnt = 999999999,
115814             .ob_type = &PyUnicode_Type,
115815         },
115816         .length = 243,
115817         .hash = -1,
115818         .state = {
115819             .kind = 1,
115820             .compact = 1,
115821             .ascii = 1,
115822             .ready = 1,
115823         },
115824     },
115825     ._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",
115826 };
115827 static
115828     struct {
115829         PyASCIIObject _ascii;
115830         uint8_t _data[5];
115831     }
115832 const_str_PATH = {
115833     ._ascii = {
115834         .ob_base = {
115835             .ob_refcnt = 999999999,
115836             .ob_type = &PyUnicode_Type,
115837         },
115838         .length = 4,
115839         .hash = -1,
115840         .state = {
115841             .kind = 1,
115842             .compact = 1,
115843             .ascii = 1,
115844             .ready = 1,
115845         },
115846     },
115847     ._data = "PATH",
115848 };
115849 static
115850     struct {
115851         PyObject_VAR_HEAD
115852         Py_hash_t ob_shash;
115853         char ob_sval[5];
115854     }
115855 os_toplevel_consts_101_consts_5 = {
115856     .ob_base = {
115857         .ob_base = {
115858             .ob_refcnt = 999999999,
115859             .ob_type = &PyBytes_Type,
115860         },
115861         .ob_size = 4,
115862     },
115863     .ob_shash = -1,
115864     .ob_sval = "PATH",
115865 };
115866 static
115867     struct {
115868         PyASCIIObject _ascii;
115869         uint8_t _data[43];
115870     }
115871 os_toplevel_consts_101_consts_6 = {
115872     ._ascii = {
115873         .ob_base = {
115874             .ob_refcnt = 999999999,
115875             .ob_type = &PyUnicode_Type,
115876         },
115877         .length = 42,
115878         .hash = -1,
115879         .state = {
115880             .kind = 1,
115881             .compact = 1,
115882             .ascii = 1,
115883             .ready = 1,
115884         },
115885     },
115886     ._data = "env cannot contain 'PATH' and b'PATH' keys",
115887 };
115888 static
115889     struct {
115890         PyGC_Head _gc_head;
115891         struct {
115892             PyObject_VAR_HEAD
115893             PyObject *ob_item[7];
115894         }_object;
115895     }
115896 os_toplevel_consts_101_consts = {
115897     ._object = {
115898         .ob_base = {
115899             .ob_base = {
115900                 .ob_refcnt = 999999999,
115901                 .ob_type = &PyTuple_Type,
115902             },
115903             .ob_size = 7,
115904         },
115905         .ob_item = {
115906             & os_toplevel_consts_101_consts_0._ascii.ob_base,
115907             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
115908             Py_None,
115909             &_Py_ID(ignore),
115910             & const_str_PATH._ascii.ob_base,
115911             & os_toplevel_consts_101_consts_5.ob_base.ob_base,
115912             & os_toplevel_consts_101_consts_6._ascii.ob_base,
115913         },
115914     },
115915 };
115916 static
115917     struct {
115918         PyASCIIObject _ascii;
115919         uint8_t _data[15];
115920     }
115921 const_str_catch_warnings = {
115922     ._ascii = {
115923         .ob_base = {
115924             .ob_refcnt = 999999999,
115925             .ob_type = &PyUnicode_Type,
115926         },
115927         .length = 14,
115928         .hash = -1,
115929         .state = {
115930             .kind = 1,
115931             .compact = 1,
115932             .ascii = 1,
115933             .ready = 1,
115934         },
115935     },
115936     ._data = "catch_warnings",
115937 };
115938 static
115939     struct {
115940         PyASCIIObject _ascii;
115941         uint8_t _data[13];
115942     }
115943 const_str_simplefilter = {
115944     ._ascii = {
115945         .ob_base = {
115946             .ob_refcnt = 999999999,
115947             .ob_type = &PyUnicode_Type,
115948         },
115949         .length = 12,
115950         .hash = -1,
115951         .state = {
115952             .kind = 1,
115953             .compact = 1,
115954             .ascii = 1,
115955             .ready = 1,
115956         },
115957     },
115958     ._data = "simplefilter",
115959 };
115960 static
115961     struct {
115962         PyASCIIObject _ascii;
115963         uint8_t _data[23];
115964     }
115965 const_str_supports_bytes_environ = {
115966     ._ascii = {
115967         .ob_base = {
115968             .ob_refcnt = 999999999,
115969             .ob_type = &PyUnicode_Type,
115970         },
115971         .length = 22,
115972         .hash = -1,
115973         .state = {
115974             .kind = 1,
115975             .compact = 1,
115976             .ascii = 1,
115977             .ready = 1,
115978         },
115979     },
115980     ._data = "supports_bytes_environ",
115981 };
115982 static
115983     struct {
115984         PyGC_Head _gc_head;
115985         struct {
115986             PyObject_VAR_HEAD
115987             PyObject *ob_item[16];
115988         }_object;
115989     }
115990 os_toplevel_consts_101_names = {
115991     ._object = {
115992         .ob_base = {
115993             .ob_base = {
115994                 .ob_refcnt = 999999999,
115995                 .ob_type = &PyTuple_Type,
115996             },
115997             .ob_size = 16,
115998         },
115999         .ob_item = {
116000             &_Py_ID(warnings),
116001             & const_str_environ._ascii.ob_base,
116002             & const_str_catch_warnings._ascii.ob_base,
116003             & const_str_simplefilter._ascii.ob_base,
116004             & const_str_BytesWarning._ascii.ob_base,
116005             &_Py_ID(get),
116006             & const_str_TypeError._ascii.ob_base,
116007             & const_str_supports_bytes_environ._ascii.ob_base,
116008             & const_str_ValueError._ascii.ob_base,
116009             & const_str_KeyError._ascii.ob_base,
116010             &_Py_ID(isinstance),
116011             & const_str_bytes._ascii.ob_base,
116012             & const_str_fsdecode._ascii.ob_base,
116013             & const_str_defpath._ascii.ob_base,
116014             & const_str_split._ascii.ob_base,
116015             & const_str_pathsep._ascii.ob_base,
116016         },
116017     },
116018 };
116019 static
116020     struct {
116021         PyObject_VAR_HEAD
116022         Py_hash_t ob_shash;
116023         char ob_sval[378];
116024     }
116025 os_toplevel_consts_101_linetable = {
116026     .ob_base = {
116027         .ob_base = {
116028             .ob_refcnt = 999999999,
116029             .ob_type = &PyBytes_Type,
116030         },
116031         .ob_size = 377,
116032     },
116033     .ob_shash = -1,
116034     .ob_sval = "\x80\x00\xf0\x14\x00\x05\x14\x80\x4f\x80\x4f\x80\x4f\xe0\x07\x0a\x80\x7b\xdd\x0e\x15\x88\x03\xf0\x08\x00\x0a\x12\xd7\x09\x20\xd2\x09\x20\xd1\x09\x22\xd4\x09\x22\xf0\x00\x14\x05\x30\xf0\x00\x14\x05\x30\xd8\x08\x10\xd7\x08\x1d\xd2\x08\x1d\x98\x68\xad\x0c\xd1\x08\x35\xd4\x08\x35\xd0\x08\x35\xf0\x04\x03\x09\x1d\xd8\x18\x1b\x9f\x07\x9a\x07\xa0\x06\x99\x0f\x9c\x0f\x88\x49\x88\x49\xf8\xdd\x0f\x18\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\xf5\x06\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\xd0\x13\x28\xdd\x1a\x24\xd8\x18\x44\xf1\x03\x01\x1b\x46\x01\xf4\x00\x01\x1b\x46\x01\xf0\x00\x01\x15\x46\x01\xe0\x1c\x26\x90\x09\x90\x09\xf8\xf5\x0d\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\x10\x00\x10\x19\xd0\x0f\x24\xad\x1a\xb0\x49\xbd\x75\xd1\x29\x45\xd4\x29\x45\xd0\x0f\x24\xdd\x1c\x24\xa0\x59\xd1\x1c\x2f\xd4\x1c\x2f\x90\x09\xf0\x29\x14\x05\x30\xf0\x00\x14\x05\x30\xf0\x00\x14\x05\x30\xf1\x00\x14\x05\x30\xf4\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\xf0\x00\x14\x05\x30\xf0\x00\x14\x05\x30\xf0\x00\x14\x05\x30\xf0\x00\x14\x05\x30\xf0\x2c\x00\x08\x11\xd0\x07\x18\xdd\x14\x1b\x88\x09\xd8\x0b\x14\x8f\x3f\x8a\x3f\x9d\x37\xd1\x0b\x23\xd4\x0b\x23\xd0\x04\x23",
116035 };
116036 static
116037     struct {
116038         PyObject_VAR_HEAD
116039         Py_hash_t ob_shash;
116040         char ob_sval[89];
116041     }
116042 os_toplevel_consts_101_exceptiontable = {
116043     .ob_base = {
116044         .ob_base = {
116045             .ob_refcnt = 999999999,
116046             .ob_type = &PyBytes_Type,
116047         },
116048         .ob_size = 88,
116049     },
116050     .ob_shash = -1,
116051     .ob_sval = "\xa2\x1c\x43\x14\x03\xbf\x15\x41\x15\x02\xc1\x14\x01\x43\x14\x03\xc1\x15\x0c\x41\x24\x05\xc1\x21\x02\x43\x14\x03\xc1\x23\x01\x41\x24\x05\xc1\x24\x0a\x43\x14\x03\xc1\x2f\x08\x42\x0b\x02\xc1\x37\x14\x43\x14\x03\xc2\x0b\x11\x42\x1f\x05\xc2\x1c\x02\x43\x14\x03\xc2\x1e\x01\x42\x1f\x05\xc2\x1f\x29\x43\x14\x03\xc3\x14\x04\x43\x18\x07\xc3\x1b\x01\x43\x18\x07",
116052 };
116053 static
116054     struct {
116055         PyASCIIObject _ascii;
116056         uint8_t _data[11];
116057     }
116058 const_str_path_listb = {
116059     ._ascii = {
116060         .ob_base = {
116061             .ob_refcnt = 999999999,
116062             .ob_type = &PyUnicode_Type,
116063         },
116064         .length = 10,
116065         .hash = -1,
116066         .state = {
116067             .kind = 1,
116068             .compact = 1,
116069             .ascii = 1,
116070             .ready = 1,
116071         },
116072     },
116073     ._data = "path_listb",
116074 };
116075 static
116076     struct {
116077         PyGC_Head _gc_head;
116078         struct {
116079             PyObject_VAR_HEAD
116080             PyObject *ob_item[4];
116081         }_object;
116082     }
116083 os_toplevel_consts_101_localsplusnames = {
116084     ._object = {
116085         .ob_base = {
116086             .ob_base = {
116087                 .ob_refcnt = 999999999,
116088                 .ob_type = &PyTuple_Type,
116089             },
116090             .ob_size = 4,
116091         },
116092         .ob_item = {
116093             & const_str_env._ascii.ob_base,
116094             &_Py_ID(warnings),
116095             & const_str_path_list._ascii.ob_base,
116096             & const_str_path_listb._ascii.ob_base,
116097         },
116098     },
116099 };
116100 static
116101     struct _PyCode_DEF(516)
116102 os_toplevel_consts_101 = {
116103     .ob_base = {
116104         .ob_base = {
116105             .ob_refcnt = 999999999,
116106             .ob_type = &PyCode_Type,
116107         },
116108         .ob_size = 258,
116109     },
116110     .co_consts = & os_toplevel_consts_101_consts._object.ob_base.ob_base,
116111     .co_names = & os_toplevel_consts_101_names._object.ob_base.ob_base,
116112     .co_exceptiontable = & os_toplevel_consts_101_exceptiontable.ob_base.ob_base,
116113     .co_flags = 3,
116114     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
116115     ._co_linearray_entry_size = 0,
116116     .co_argcount = 1,
116117     .co_posonlyargcount = 0,
116118     .co_kwonlyargcount = 0,
116119     .co_stacksize = 6,
116120     .co_firstlineno = 619,
116121     .co_nlocalsplus = 4,
116122     .co_nlocals = 4,
116123     .co_nplaincellvars = 0,
116124     .co_ncellvars = 0,
116125     .co_nfreevars = 0,
116126     .co_localsplusnames = & os_toplevel_consts_101_localsplusnames._object.ob_base.ob_base,
116127     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
116128     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
116129     .co_name = & const_str_get_exec_path._ascii.ob_base,
116130     .co_qualname = & const_str_get_exec_path._ascii.ob_base,
116131     .co_linetable = & os_toplevel_consts_101_linetable.ob_base.ob_base,
116132     ._co_code = NULL,
116133     ._co_linearray = NULL,
116134     .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\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x01\x00\x7c\x01\xa0\x03\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x7c\x00\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x6e\x12\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\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x5a\x09\x00\x7c\x00\x64\x05\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x02\x81\x0f\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x03\x7d\x02\x6e\x17\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\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x02\x81\x24\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0f\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x64\x02\x64\x02\x64\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0b\x23\x00\x31\x00\x73\x04\x77\x02\x78\x03\x59\x00\x77\x01\x01\x00\x59\x00\x01\x00\x01\x00\x7c\x02\x80\x07\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\xa0\x0e\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
116135     ._co_firsttraceable = 0,
116136 };
116137 static
116138     struct {
116139         PyGC_Head _gc_head;
116140         struct {
116141             PyObject_VAR_HEAD
116142             PyObject *ob_item[2];
116143         }_object;
116144     }
116145 os_toplevel_consts_102 = {
116146     ._object = {
116147         .ob_base = {
116148             .ob_base = {
116149                 .ob_refcnt = 999999999,
116150                 .ob_type = &PyTuple_Type,
116151             },
116152             .ob_size = 2,
116153         },
116154         .ob_item = {
116155             & const_str_MutableMapping._ascii.ob_base,
116156             & const_str_Mapping._ascii.ob_base,
116157         },
116158     },
116159 };
116160 static
116161     struct {
116162         PyASCIIObject _ascii;
116163         uint8_t _data[9];
116164     }
116165 const_str__Environ = {
116166     ._ascii = {
116167         .ob_base = {
116168             .ob_refcnt = 999999999,
116169             .ob_type = &PyUnicode_Type,
116170         },
116171         .length = 8,
116172         .hash = -1,
116173         .state = {
116174             .kind = 1,
116175             .compact = 1,
116176             .ascii = 1,
116177             .ready = 1,
116178         },
116179     },
116180     ._data = "_Environ",
116181 };
116182 static
116183     struct {
116184         PyASCIIObject _ascii;
116185         uint8_t _data[10];
116186     }
116187 const_str_encodekey = {
116188     ._ascii = {
116189         .ob_base = {
116190             .ob_refcnt = 999999999,
116191             .ob_type = &PyUnicode_Type,
116192         },
116193         .length = 9,
116194         .hash = -1,
116195         .state = {
116196             .kind = 1,
116197             .compact = 1,
116198             .ascii = 1,
116199             .ready = 1,
116200         },
116201     },
116202     ._data = "encodekey",
116203 };
116204 static
116205     struct {
116206         PyASCIIObject _ascii;
116207         uint8_t _data[10];
116208     }
116209 const_str_decodekey = {
116210     ._ascii = {
116211         .ob_base = {
116212             .ob_refcnt = 999999999,
116213             .ob_type = &PyUnicode_Type,
116214         },
116215         .length = 9,
116216         .hash = -1,
116217         .state = {
116218             .kind = 1,
116219             .compact = 1,
116220             .ascii = 1,
116221             .ready = 1,
116222         },
116223     },
116224     ._data = "decodekey",
116225 };
116226 static
116227     struct {
116228         PyASCIIObject _ascii;
116229         uint8_t _data[12];
116230     }
116231 const_str_encodevalue = {
116232     ._ascii = {
116233         .ob_base = {
116234             .ob_refcnt = 999999999,
116235             .ob_type = &PyUnicode_Type,
116236         },
116237         .length = 11,
116238         .hash = -1,
116239         .state = {
116240             .kind = 1,
116241             .compact = 1,
116242             .ascii = 1,
116243             .ready = 1,
116244         },
116245     },
116246     ._data = "encodevalue",
116247 };
116248 static
116249     struct {
116250         PyASCIIObject _ascii;
116251         uint8_t _data[12];
116252     }
116253 const_str_decodevalue = {
116254     ._ascii = {
116255         .ob_base = {
116256             .ob_refcnt = 999999999,
116257             .ob_type = &PyUnicode_Type,
116258         },
116259         .length = 11,
116260         .hash = -1,
116261         .state = {
116262             .kind = 1,
116263             .compact = 1,
116264             .ascii = 1,
116265             .ready = 1,
116266         },
116267     },
116268     ._data = "decodevalue",
116269 };
116270 static
116271     struct {
116272         PyASCIIObject _ascii;
116273         uint8_t _data[6];
116274     }
116275 const_str__data = {
116276     ._ascii = {
116277         .ob_base = {
116278             .ob_refcnt = 999999999,
116279             .ob_type = &PyUnicode_Type,
116280         },
116281         .length = 5,
116282         .hash = -1,
116283         .state = {
116284             .kind = 1,
116285             .compact = 1,
116286             .ascii = 1,
116287             .ready = 1,
116288         },
116289     },
116290     ._data = "_data",
116291 };
116292 static
116293     struct {
116294         PyGC_Head _gc_head;
116295         struct {
116296             PyObject_VAR_HEAD
116297             PyObject *ob_item[5];
116298         }_object;
116299     }
116300 os_toplevel_consts_103_consts_1_names = {
116301     ._object = {
116302         .ob_base = {
116303             .ob_base = {
116304                 .ob_refcnt = 999999999,
116305                 .ob_type = &PyTuple_Type,
116306             },
116307             .ob_size = 5,
116308         },
116309         .ob_item = {
116310             & const_str_encodekey._ascii.ob_base,
116311             & const_str_decodekey._ascii.ob_base,
116312             & const_str_encodevalue._ascii.ob_base,
116313             & const_str_decodevalue._ascii.ob_base,
116314             & const_str__data._ascii.ob_base,
116315         },
116316     },
116317 };
116318 static
116319     struct {
116320         PyASCIIObject _ascii;
116321         uint8_t _data[18];
116322     }
116323 os_toplevel_consts_103_consts_1_qualname = {
116324     ._ascii = {
116325         .ob_base = {
116326             .ob_refcnt = 999999999,
116327             .ob_type = &PyUnicode_Type,
116328         },
116329         .length = 17,
116330         .hash = -1,
116331         .state = {
116332             .kind = 1,
116333             .compact = 1,
116334             .ascii = 1,
116335             .ready = 1,
116336         },
116337     },
116338     ._data = "_Environ.__init__",
116339 };
116340 static
116341     struct {
116342         PyObject_VAR_HEAD
116343         Py_hash_t ob_shash;
116344         char ob_sval[44];
116345     }
116346 os_toplevel_consts_103_consts_1_linetable = {
116347     .ob_base = {
116348         .ob_base = {
116349             .ob_refcnt = 999999999,
116350             .ob_type = &PyBytes_Type,
116351         },
116352         .ob_size = 43,
116353     },
116354     .ob_shash = -1,
116355     .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",
116356 };
116357 static
116358     struct {
116359         PyGC_Head _gc_head;
116360         struct {
116361             PyObject_VAR_HEAD
116362             PyObject *ob_item[6];
116363         }_object;
116364     }
116365 os_toplevel_consts_103_consts_1_localsplusnames = {
116366     ._object = {
116367         .ob_base = {
116368             .ob_base = {
116369                 .ob_refcnt = 999999999,
116370                 .ob_type = &PyTuple_Type,
116371             },
116372             .ob_size = 6,
116373         },
116374         .ob_item = {
116375             & const_str_self._ascii.ob_base,
116376             & const_str_data._ascii.ob_base,
116377             & const_str_encodekey._ascii.ob_base,
116378             & const_str_decodekey._ascii.ob_base,
116379             & const_str_encodevalue._ascii.ob_base,
116380             & const_str_decodevalue._ascii.ob_base,
116381         },
116382     },
116383 };
116384 static
116385     struct _PyCode_DEF(76)
116386 os_toplevel_consts_103_consts_1 = {
116387     .ob_base = {
116388         .ob_base = {
116389             .ob_refcnt = 999999999,
116390             .ob_type = &PyCode_Type,
116391         },
116392         .ob_size = 38,
116393     },
116394     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
116395     .co_names = & os_toplevel_consts_103_consts_1_names._object.ob_base.ob_base,
116396     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
116397     .co_flags = 3,
116398     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
116399     ._co_linearray_entry_size = 0,
116400     .co_argcount = 6,
116401     .co_posonlyargcount = 0,
116402     .co_kwonlyargcount = 0,
116403     .co_stacksize = 2,
116404     .co_firstlineno = 667,
116405     .co_nlocalsplus = 6,
116406     .co_nlocals = 6,
116407     .co_nplaincellvars = 0,
116408     .co_ncellvars = 0,
116409     .co_nfreevars = 0,
116410     .co_localsplusnames = & os_toplevel_consts_103_consts_1_localsplusnames._object.ob_base.ob_base,
116411     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
116412     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
116413     .co_name = &_Py_ID(__init__),
116414     .co_qualname = & os_toplevel_consts_103_consts_1_qualname._ascii.ob_base,
116415     .co_linetable = & os_toplevel_consts_103_consts_1_linetable.ob_base.ob_base,
116416     ._co_code = NULL,
116417     ._co_linearray = NULL,
116418     .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",
116419     ._co_firsttraceable = 0,
116420 };
116421 static
116422     struct {
116423         PyGC_Head _gc_head;
116424         struct {
116425             PyObject_VAR_HEAD
116426             PyObject *ob_item[4];
116427         }_object;
116428     }
116429 os_toplevel_consts_103_consts_2_names = {
116430     ._object = {
116431         .ob_base = {
116432             .ob_base = {
116433                 .ob_refcnt = 999999999,
116434                 .ob_type = &PyTuple_Type,
116435             },
116436             .ob_size = 4,
116437         },
116438         .ob_item = {
116439             & const_str__data._ascii.ob_base,
116440             & const_str_encodekey._ascii.ob_base,
116441             & const_str_KeyError._ascii.ob_base,
116442             & const_str_decodevalue._ascii.ob_base,
116443         },
116444     },
116445 };
116446 static
116447     struct {
116448         PyASCIIObject _ascii;
116449         uint8_t _data[21];
116450     }
116451 os_toplevel_consts_103_consts_2_qualname = {
116452     ._ascii = {
116453         .ob_base = {
116454             .ob_refcnt = 999999999,
116455             .ob_type = &PyUnicode_Type,
116456         },
116457         .length = 20,
116458         .hash = -1,
116459         .state = {
116460             .kind = 1,
116461             .compact = 1,
116462             .ascii = 1,
116463             .ready = 1,
116464         },
116465     },
116466     ._data = "_Environ.__getitem__",
116467 };
116468 static
116469     struct {
116470         PyObject_VAR_HEAD
116471         Py_hash_t ob_shash;
116472         char ob_sval[97];
116473     }
116474 os_toplevel_consts_103_consts_2_linetable = {
116475     .ob_base = {
116476         .ob_base = {
116477             .ob_refcnt = 999999999,
116478             .ob_type = &PyBytes_Type,
116479         },
116480         .ob_size = 96,
116481     },
116482     .ob_shash = -1,
116483     .ob_sval = "\x80\x00\xf0\x02\x04\x09\x2a\xd8\x14\x18\x94\x4a\x98\x74\x9f\x7e\x9a\x7e\xa8\x63\xd1\x1f\x32\xd4\x1f\x32\xd4\x14\x33\x88\x45\x88\x45\xf8\xdd\x0f\x17\xf0\x00\x02\x09\x2a\xf0\x00\x02\x09\x2a\xf0\x00\x02\x09\x2a\xe5\x12\x1a\x98\x33\x91\x2d\x94\x2d\xa0\x54\xd0\x0c\x29\xf0\x05\x02\x09\x2a\xf8\xf8\xf8\xf0\x06\x00\x10\x14\xd7\x0f\x1f\xd2\x0f\x1f\xa0\x05\xd1\x0f\x26\xd4\x0f\x26\xd0\x08\x26",
116484 };
116485 static
116486     struct {
116487         PyObject_VAR_HEAD
116488         Py_hash_t ob_shash;
116489         char ob_sval[9];
116490     }
116491 os_toplevel_consts_103_consts_2_exceptiontable = {
116492     .ob_base = {
116493         .ob_base = {
116494             .ob_refcnt = 999999999,
116495             .ob_type = &PyBytes_Type,
116496         },
116497         .ob_size = 8,
116498     },
116499     .ob_shash = -1,
116500     .ob_sval = "\x82\x20\x23\x00\xa3\x1b\x3e\x03",
116501 };
116502 static
116503     struct _PyCode_DEF(172)
116504 os_toplevel_consts_103_consts_2 = {
116505     .ob_base = {
116506         .ob_base = {
116507             .ob_refcnt = 999999999,
116508             .ob_type = &PyCode_Type,
116509         },
116510         .ob_size = 86,
116511     },
116512     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
116513     .co_names = & os_toplevel_consts_103_consts_2_names._object.ob_base.ob_base,
116514     .co_exceptiontable = & os_toplevel_consts_103_consts_2_exceptiontable.ob_base.ob_base,
116515     .co_flags = 3,
116516     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
116517     ._co_linearray_entry_size = 0,
116518     .co_argcount = 2,
116519     .co_posonlyargcount = 0,
116520     .co_kwonlyargcount = 0,
116521     .co_stacksize = 4,
116522     .co_firstlineno = 674,
116523     .co_nlocalsplus = 3,
116524     .co_nlocals = 3,
116525     .co_nplaincellvars = 0,
116526     .co_ncellvars = 0,
116527     .co_nfreevars = 0,
116528     .co_localsplusnames = & _collections_abc_toplevel_consts_64_consts_3_localsplusnames._object.ob_base.ob_base,
116529     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
116530     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
116531     .co_name = &_Py_ID(__getitem__),
116532     .co_qualname = & os_toplevel_consts_103_consts_2_qualname._ascii.ob_base,
116533     .co_linetable = & os_toplevel_consts_103_consts_2_linetable.ob_base.ob_base,
116534     ._co_code = NULL,
116535     ._co_linearray = NULL,
116536     .co_code_adaptive = "\x97\x00\x09\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x6e\x1e\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x11\x01\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x82\x02\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x00\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
116537     ._co_firsttraceable = 0,
116538 };
116539 static
116540     struct {
116541         PyASCIIObject _ascii;
116542         uint8_t _data[7];
116543     }
116544 const_str_putenv = {
116545     ._ascii = {
116546         .ob_base = {
116547             .ob_refcnt = 999999999,
116548             .ob_type = &PyUnicode_Type,
116549         },
116550         .length = 6,
116551         .hash = -1,
116552         .state = {
116553             .kind = 1,
116554             .compact = 1,
116555             .ascii = 1,
116556             .ready = 1,
116557         },
116558     },
116559     ._data = "putenv",
116560 };
116561 static
116562     struct {
116563         PyGC_Head _gc_head;
116564         struct {
116565             PyObject_VAR_HEAD
116566             PyObject *ob_item[4];
116567         }_object;
116568     }
116569 os_toplevel_consts_103_consts_3_names = {
116570     ._object = {
116571         .ob_base = {
116572             .ob_base = {
116573                 .ob_refcnt = 999999999,
116574                 .ob_type = &PyTuple_Type,
116575             },
116576             .ob_size = 4,
116577         },
116578         .ob_item = {
116579             & const_str_encodekey._ascii.ob_base,
116580             & const_str_encodevalue._ascii.ob_base,
116581             & const_str_putenv._ascii.ob_base,
116582             & const_str__data._ascii.ob_base,
116583         },
116584     },
116585 };
116586 static
116587     struct {
116588         PyASCIIObject _ascii;
116589         uint8_t _data[21];
116590     }
116591 os_toplevel_consts_103_consts_3_qualname = {
116592     ._ascii = {
116593         .ob_base = {
116594             .ob_refcnt = 999999999,
116595             .ob_type = &PyUnicode_Type,
116596         },
116597         .length = 20,
116598         .hash = -1,
116599         .state = {
116600             .kind = 1,
116601             .compact = 1,
116602             .ascii = 1,
116603             .ready = 1,
116604         },
116605     },
116606     ._data = "_Environ.__setitem__",
116607 };
116608 static
116609     struct {
116610         PyObject_VAR_HEAD
116611         Py_hash_t ob_shash;
116612         char ob_sval[70];
116613     }
116614 os_toplevel_consts_103_consts_3_linetable = {
116615     .ob_base = {
116616         .ob_base = {
116617             .ob_refcnt = 999999999,
116618             .ob_type = &PyBytes_Type,
116619         },
116620         .ob_size = 69,
116621     },
116622     .ob_shash = -1,
116623     .ob_sval = "\x80\x00\xd8\x0e\x12\x8f\x6e\x8a\x6e\x98\x53\xd1\x0e\x21\xd4\x0e\x21\x88\x03\xd8\x10\x14\xd7\x10\x20\xd2\x10\x20\xa0\x15\xd1\x10\x27\xd4\x10\x27\x88\x05\xdd\x08\x0e\x88\x73\x90\x45\xd1\x08\x1a\xd4\x08\x1a\xd0\x08\x1a\xd8\x1a\x1f\x88\x04\x8c\x0a\x90\x33\x89\x0f\x88\x0f\x88\x0f",
116624 };
116625 static
116626     struct _PyCode_DEF(142)
116627 os_toplevel_consts_103_consts_3 = {
116628     .ob_base = {
116629         .ob_base = {
116630             .ob_refcnt = 999999999,
116631             .ob_type = &PyCode_Type,
116632         },
116633         .ob_size = 71,
116634     },
116635     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
116636     .co_names = & os_toplevel_consts_103_consts_3_names._object.ob_base.ob_base,
116637     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
116638     .co_flags = 3,
116639     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
116640     ._co_linearray_entry_size = 0,
116641     .co_argcount = 3,
116642     .co_posonlyargcount = 0,
116643     .co_kwonlyargcount = 0,
116644     .co_stacksize = 4,
116645     .co_firstlineno = 682,
116646     .co_nlocalsplus = 3,
116647     .co_nlocals = 3,
116648     .co_nplaincellvars = 0,
116649     .co_ncellvars = 0,
116650     .co_nfreevars = 0,
116651     .co_localsplusnames = & _collections_abc_toplevel_consts_64_consts_3_localsplusnames._object.ob_base.ob_base,
116652     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
116653     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
116654     .co_name = &_Py_ID(__setitem__),
116655     .co_qualname = & os_toplevel_consts_103_consts_3_qualname._ascii.ob_base,
116656     .co_linetable = & os_toplevel_consts_103_consts_3_linetable.ob_base.ob_base,
116657     ._co_code = NULL,
116658     ._co_linearray = NULL,
116659     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\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\x01\x7c\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3c\x00\x00\x00\x64\x00\x53\x00",
116660     ._co_firsttraceable = 0,
116661 };
116662 static
116663     struct {
116664         PyASCIIObject _ascii;
116665         uint8_t _data[9];
116666     }
116667 const_str_unsetenv = {
116668     ._ascii = {
116669         .ob_base = {
116670             .ob_refcnt = 999999999,
116671             .ob_type = &PyUnicode_Type,
116672         },
116673         .length = 8,
116674         .hash = -1,
116675         .state = {
116676             .kind = 1,
116677             .compact = 1,
116678             .ascii = 1,
116679             .ready = 1,
116680         },
116681     },
116682     ._data = "unsetenv",
116683 };
116684 static
116685     struct {
116686         PyGC_Head _gc_head;
116687         struct {
116688             PyObject_VAR_HEAD
116689             PyObject *ob_item[4];
116690         }_object;
116691     }
116692 os_toplevel_consts_103_consts_4_names = {
116693     ._object = {
116694         .ob_base = {
116695             .ob_base = {
116696                 .ob_refcnt = 999999999,
116697                 .ob_type = &PyTuple_Type,
116698             },
116699             .ob_size = 4,
116700         },
116701         .ob_item = {
116702             & const_str_encodekey._ascii.ob_base,
116703             & const_str_unsetenv._ascii.ob_base,
116704             & const_str__data._ascii.ob_base,
116705             & const_str_KeyError._ascii.ob_base,
116706         },
116707     },
116708 };
116709 static
116710     struct {
116711         PyASCIIObject _ascii;
116712         uint8_t _data[21];
116713     }
116714 os_toplevel_consts_103_consts_4_qualname = {
116715     ._ascii = {
116716         .ob_base = {
116717             .ob_refcnt = 999999999,
116718             .ob_type = &PyUnicode_Type,
116719         },
116720         .length = 20,
116721         .hash = -1,
116722         .state = {
116723             .kind = 1,
116724             .compact = 1,
116725             .ascii = 1,
116726             .ready = 1,
116727         },
116728     },
116729     ._data = "_Environ.__delitem__",
116730 };
116731 static
116732     struct {
116733         PyObject_VAR_HEAD
116734         Py_hash_t ob_shash;
116735         char ob_sval[96];
116736     }
116737 os_toplevel_consts_103_consts_4_linetable = {
116738     .ob_base = {
116739         .ob_base = {
116740             .ob_refcnt = 999999999,
116741             .ob_type = &PyBytes_Type,
116742         },
116743         .ob_size = 95,
116744     },
116745     .ob_shash = -1,
116746     .ob_sval = "\x80\x00\xd8\x15\x19\x97\x5e\x92\x5e\xa0\x43\xd1\x15\x28\xd4\x15\x28\x88\x0a\xdd\x08\x10\x90\x1a\xd1\x08\x1c\xd4\x08\x1c\xd0\x08\x1c\xf0\x02\x04\x09\x2a\xd8\x10\x14\x94\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\x91\x2d\x94\x2d\xa0\x54\xd0\x0c\x29\xf0\x05\x02\x09\x2a\xf8\xf8\xf8",
116747 };
116748 static
116749     struct {
116750         PyObject_VAR_HEAD
116751         Py_hash_t ob_shash;
116752         char ob_sval[10];
116753     }
116754 os_toplevel_consts_103_consts_4_exceptiontable = {
116755     .ob_base = {
116756         .ob_base = {
116757             .ob_refcnt = 999999999,
116758             .ob_type = &PyBytes_Type,
116759         },
116760         .ob_size = 9,
116761     },
116762     .ob_shash = -1,
116763     .ob_sval = "\xa6\x08\x30\x00\xb0\x1b\x41\x0b\x03",
116764 };
116765 static
116766     struct {
116767         PyASCIIObject _ascii;
116768         uint8_t _data[11];
116769     }
116770 const_str_encodedkey = {
116771     ._ascii = {
116772         .ob_base = {
116773             .ob_refcnt = 999999999,
116774             .ob_type = &PyUnicode_Type,
116775         },
116776         .length = 10,
116777         .hash = -1,
116778         .state = {
116779             .kind = 1,
116780             .compact = 1,
116781             .ascii = 1,
116782             .ready = 1,
116783         },
116784     },
116785     ._data = "encodedkey",
116786 };
116787 static
116788     struct {
116789         PyGC_Head _gc_head;
116790         struct {
116791             PyObject_VAR_HEAD
116792             PyObject *ob_item[3];
116793         }_object;
116794     }
116795 os_toplevel_consts_103_consts_4_localsplusnames = {
116796     ._object = {
116797         .ob_base = {
116798             .ob_base = {
116799                 .ob_refcnt = 999999999,
116800                 .ob_type = &PyTuple_Type,
116801             },
116802             .ob_size = 3,
116803         },
116804         .ob_item = {
116805             & const_str_self._ascii.ob_base,
116806             & const_str_key._ascii.ob_base,
116807             & const_str_encodedkey._ascii.ob_base,
116808         },
116809     },
116810 };
116811 static
116812     struct _PyCode_DEF(156)
116813 os_toplevel_consts_103_consts_4 = {
116814     .ob_base = {
116815         .ob_base = {
116816             .ob_refcnt = 999999999,
116817             .ob_type = &PyCode_Type,
116818         },
116819         .ob_size = 78,
116820     },
116821     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
116822     .co_names = & os_toplevel_consts_103_consts_4_names._object.ob_base.ob_base,
116823     .co_exceptiontable = & os_toplevel_consts_103_consts_4_exceptiontable.ob_base.ob_base,
116824     .co_flags = 3,
116825     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
116826     ._co_linearray_entry_size = 0,
116827     .co_argcount = 2,
116828     .co_posonlyargcount = 0,
116829     .co_kwonlyargcount = 0,
116830     .co_stacksize = 4,
116831     .co_firstlineno = 688,
116832     .co_nlocalsplus = 3,
116833     .co_nlocals = 3,
116834     .co_nplaincellvars = 0,
116835     .co_ncellvars = 0,
116836     .co_nfreevars = 0,
116837     .co_localsplusnames = & os_toplevel_consts_103_consts_4_localsplusnames._object.ob_base.ob_base,
116838     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
116839     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
116840     .co_name = &_Py_ID(__delitem__),
116841     .co_qualname = & os_toplevel_consts_103_consts_4_qualname._ascii.ob_base,
116842     .co_linetable = & os_toplevel_consts_103_consts_4_linetable.ob_base.ob_base,
116843     ._co_code = NULL,
116844     ._co_linearray = NULL,
116845     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x7c\x00\x6a\x02\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\x11\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x82\x02\x77\x00\x78\x03\x59\x00\x77\x01",
116846     ._co_firsttraceable = 0,
116847 };
116848 static
116849     struct {
116850         PyGC_Head _gc_head;
116851         struct {
116852             PyObject_VAR_HEAD
116853             PyObject *ob_item[3];
116854         }_object;
116855     }
116856 os_toplevel_consts_103_consts_5_names = {
116857     ._object = {
116858         .ob_base = {
116859             .ob_base = {
116860                 .ob_refcnt = 999999999,
116861                 .ob_type = &PyTuple_Type,
116862             },
116863             .ob_size = 3,
116864         },
116865         .ob_item = {
116866             & const_str_list._ascii.ob_base,
116867             & const_str__data._ascii.ob_base,
116868             & const_str_decodekey._ascii.ob_base,
116869         },
116870     },
116871 };
116872 static
116873     struct {
116874         PyASCIIObject _ascii;
116875         uint8_t _data[18];
116876     }
116877 os_toplevel_consts_103_consts_5_qualname = {
116878     ._ascii = {
116879         .ob_base = {
116880             .ob_refcnt = 999999999,
116881             .ob_type = &PyUnicode_Type,
116882         },
116883         .length = 17,
116884         .hash = -1,
116885         .state = {
116886             .kind = 1,
116887             .compact = 1,
116888             .ascii = 1,
116889             .ready = 1,
116890         },
116891     },
116892     ._data = "_Environ.__iter__",
116893 };
116894 static
116895     struct {
116896         PyObject_VAR_HEAD
116897         Py_hash_t ob_shash;
116898         char ob_sval[74];
116899     }
116900 os_toplevel_consts_103_consts_5_linetable = {
116901     .ob_base = {
116902         .ob_base = {
116903             .ob_refcnt = 999999999,
116904             .ob_type = &PyBytes_Type,
116905         },
116906         .ob_size = 73,
116907     },
116908     .ob_shash = -1,
116909     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xe5\x0f\x13\x90\x44\x94\x4a\xd1\x0f\x1f\xd4\x0f\x1f\x88\x04\xd8\x13\x17\xf0\x00\x01\x09\x26\xf0\x00\x01\x09\x26\x88\x43\xd8\x12\x16\x97\x2e\x92\x2e\xa0\x13\xd1\x12\x25\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",
116910 };
116911 static
116912     struct {
116913         PyGC_Head _gc_head;
116914         struct {
116915             PyObject_VAR_HEAD
116916             PyObject *ob_item[3];
116917         }_object;
116918     }
116919 os_toplevel_consts_103_consts_5_localsplusnames = {
116920     ._object = {
116921         .ob_base = {
116922             .ob_base = {
116923                 .ob_refcnt = 999999999,
116924                 .ob_type = &PyTuple_Type,
116925             },
116926             .ob_size = 3,
116927         },
116928         .ob_item = {
116929             & const_str_self._ascii.ob_base,
116930             &_Py_ID(keys),
116931             & const_str_key._ascii.ob_base,
116932         },
116933     },
116934 };
116935 static
116936     struct _PyCode_DEF(106)
116937 os_toplevel_consts_103_consts_5 = {
116938     .ob_base = {
116939         .ob_base = {
116940             .ob_refcnt = 999999999,
116941             .ob_type = &PyCode_Type,
116942         },
116943         .ob_size = 53,
116944     },
116945     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
116946     .co_names = & os_toplevel_consts_103_consts_5_names._object.ob_base.ob_base,
116947     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
116948     .co_flags = 35,
116949     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
116950     ._co_linearray_entry_size = 0,
116951     .co_argcount = 1,
116952     .co_posonlyargcount = 0,
116953     .co_kwonlyargcount = 0,
116954     .co_stacksize = 4,
116955     .co_firstlineno = 697,
116956     .co_nlocalsplus = 3,
116957     .co_nlocals = 3,
116958     .co_nplaincellvars = 0,
116959     .co_ncellvars = 0,
116960     .co_nfreevars = 0,
116961     .co_localsplusnames = & os_toplevel_consts_103_consts_5_localsplusnames._object.ob_base.ob_base,
116962     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
116963     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
116964     .co_name = &_Py_ID(__iter__),
116965     .co_qualname = & os_toplevel_consts_103_consts_5_qualname._ascii.ob_base,
116966     .co_linetable = & os_toplevel_consts_103_consts_5_linetable.ob_base.ob_base,
116967     ._co_code = NULL,
116968     ._co_linearray = NULL,
116969     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x44\x00\x5d\x19\x7d\x02\x7c\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x97\x01\x01\x00\x8c\x1a\x64\x00\x53\x00",
116970     ._co_firsttraceable = 2,
116971 };
116972 static
116973     struct {
116974         PyGC_Head _gc_head;
116975         struct {
116976             PyObject_VAR_HEAD
116977             PyObject *ob_item[2];
116978         }_object;
116979     }
116980 os_toplevel_consts_103_consts_6_names = {
116981     ._object = {
116982         .ob_base = {
116983             .ob_base = {
116984                 .ob_refcnt = 999999999,
116985                 .ob_type = &PyTuple_Type,
116986             },
116987             .ob_size = 2,
116988         },
116989         .ob_item = {
116990             &_Py_ID(len),
116991             & const_str__data._ascii.ob_base,
116992         },
116993     },
116994 };
116995 static
116996     struct {
116997         PyASCIIObject _ascii;
116998         uint8_t _data[17];
116999     }
117000 os_toplevel_consts_103_consts_6_qualname = {
117001     ._ascii = {
117002         .ob_base = {
117003             .ob_refcnt = 999999999,
117004             .ob_type = &PyUnicode_Type,
117005         },
117006         .length = 16,
117007         .hash = -1,
117008         .state = {
117009             .kind = 1,
117010             .compact = 1,
117011             .ascii = 1,
117012             .ready = 1,
117013         },
117014     },
117015     ._data = "_Environ.__len__",
117016 };
117017 static
117018     struct {
117019         PyObject_VAR_HEAD
117020         Py_hash_t ob_shash;
117021         char ob_sval[17];
117022     }
117023 os_toplevel_consts_103_consts_6_linetable = {
117024     .ob_base = {
117025         .ob_base = {
117026             .ob_refcnt = 999999999,
117027             .ob_type = &PyBytes_Type,
117028         },
117029         .ob_size = 16,
117030     },
117031     .ob_shash = -1,
117032     .ob_sval = "\x80\x00\xdd\x0f\x12\x90\x34\x94\x3a\x89\x7f\x8c\x7f\xd0\x08\x1e",
117033 };
117034 static
117035     struct _PyCode_DEF(42)
117036 os_toplevel_consts_103_consts_6 = {
117037     .ob_base = {
117038         .ob_base = {
117039             .ob_refcnt = 999999999,
117040             .ob_type = &PyCode_Type,
117041         },
117042         .ob_size = 21,
117043     },
117044     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
117045     .co_names = & os_toplevel_consts_103_consts_6_names._object.ob_base.ob_base,
117046     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
117047     .co_flags = 3,
117048     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
117049     ._co_linearray_entry_size = 0,
117050     .co_argcount = 1,
117051     .co_posonlyargcount = 0,
117052     .co_kwonlyargcount = 0,
117053     .co_stacksize = 3,
117054     .co_firstlineno = 703,
117055     .co_nlocalsplus = 1,
117056     .co_nlocals = 1,
117057     .co_nplaincellvars = 0,
117058     .co_ncellvars = 0,
117059     .co_nfreevars = 0,
117060     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
117061     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
117062     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
117063     .co_name = &_Py_ID(__len__),
117064     .co_qualname = & os_toplevel_consts_103_consts_6_qualname._ascii.ob_base,
117065     .co_linetable = & os_toplevel_consts_103_consts_6_linetable.ob_base.ob_base,
117066     ._co_code = NULL,
117067     ._co_linearray = NULL,
117068     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
117069     ._co_firsttraceable = 0,
117070 };
117071 static
117072     struct {
117073         PyGC_Head _gc_head;
117074         struct {
117075             PyObject_VAR_HEAD
117076             PyObject *ob_item[2];
117077         }_object;
117078     }
117079 os_toplevel_consts_103_consts_7_consts_2_consts = {
117080     ._object = {
117081         .ob_base = {
117082             .ob_base = {
117083                 .ob_refcnt = 999999999,
117084                 .ob_type = &PyTuple_Type,
117085             },
117086             .ob_size = 2,
117087         },
117088         .ob_item = {
117089             & importlib__bootstrap_external_toplevel_consts_43_consts_4._ascii.ob_base,
117090             Py_None,
117091         },
117092     },
117093 };
117094 static
117095     struct {
117096         PyGC_Head _gc_head;
117097         struct {
117098             PyObject_VAR_HEAD
117099             PyObject *ob_item[2];
117100         }_object;
117101     }
117102 os_toplevel_consts_103_consts_7_consts_2_names = {
117103     ._object = {
117104         .ob_base = {
117105             .ob_base = {
117106                 .ob_refcnt = 999999999,
117107                 .ob_type = &PyTuple_Type,
117108             },
117109             .ob_size = 2,
117110         },
117111         .ob_item = {
117112             & const_str_decodekey._ascii.ob_base,
117113             & const_str_decodevalue._ascii.ob_base,
117114         },
117115     },
117116 };
117117 static
117118     struct {
117119         PyASCIIObject _ascii;
117120         uint8_t _data[37];
117121     }
117122 os_toplevel_consts_103_consts_7_consts_2_qualname = {
117123     ._ascii = {
117124         .ob_base = {
117125             .ob_refcnt = 999999999,
117126             .ob_type = &PyUnicode_Type,
117127         },
117128         .length = 36,
117129         .hash = -1,
117130         .state = {
117131             .kind = 1,
117132             .compact = 1,
117133             .ascii = 1,
117134             .ready = 1,
117135         },
117136     },
117137     ._data = "_Environ.__repr__.<locals>.<genexpr>",
117138 };
117139 static
117140     struct {
117141         PyObject_VAR_HEAD
117142         Py_hash_t ob_shash;
117143         char ob_sval[100];
117144     }
117145 os_toplevel_consts_103_consts_7_consts_2_linetable = {
117146     .ob_base = {
117147         .ob_base = {
117148             .ob_refcnt = 999999999,
117149             .ob_type = &PyBytes_Type,
117150         },
117151         .ob_size = 99,
117152     },
117153     .ob_shash = -1,
117154     .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xf0\x00\x03\x24\x0a\xf0\x00\x03\x24\x0a\xe1\x10\x1a\x90\x03\x90\x55\xf0\x03\x00\x10\x14\x8f\x7e\x8a\x7e\x98\x63\xd1\x0f\x22\xd4\x0f\x22\xd0\x0c\x43\xd0\x0c\x43\xa8\x04\xd7\x28\x38\xd2\x28\x38\xb8\x15\xd1\x28\x3f\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",
117155 };
117156 static
117157     struct {
117158         PyGC_Head _gc_head;
117159         struct {
117160             PyObject_VAR_HEAD
117161             PyObject *ob_item[4];
117162         }_object;
117163     }
117164 os_toplevel_consts_103_consts_7_consts_2_localsplusnames = {
117165     ._object = {
117166         .ob_base = {
117167             .ob_base = {
117168                 .ob_refcnt = 999999999,
117169                 .ob_type = &PyTuple_Type,
117170             },
117171             .ob_size = 4,
117172         },
117173         .ob_item = {
117174             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
117175             & const_str_key._ascii.ob_base,
117176             & const_str_value._ascii.ob_base,
117177             & const_str_self._ascii.ob_base,
117178         },
117179     },
117180 };
117181 static
117182     struct _PyCode_DEF(120)
117183 os_toplevel_consts_103_consts_7_consts_2 = {
117184     .ob_base = {
117185         .ob_base = {
117186             .ob_refcnt = 999999999,
117187             .ob_type = &PyCode_Type,
117188         },
117189         .ob_size = 60,
117190     },
117191     .co_consts = & os_toplevel_consts_103_consts_7_consts_2_consts._object.ob_base.ob_base,
117192     .co_names = & os_toplevel_consts_103_consts_7_consts_2_names._object.ob_base.ob_base,
117193     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
117194     .co_flags = 51,
117195     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
117196     ._co_linearray_entry_size = 0,
117197     .co_argcount = 1,
117198     .co_posonlyargcount = 0,
117199     .co_kwonlyargcount = 0,
117200     .co_stacksize = 6,
117201     .co_firstlineno = 707,
117202     .co_nlocalsplus = 4,
117203     .co_nlocals = 3,
117204     .co_nplaincellvars = 0,
117205     .co_ncellvars = 0,
117206     .co_nfreevars = 1,
117207     .co_localsplusnames = & os_toplevel_consts_103_consts_7_consts_2_localsplusnames._object.ob_base.ob_base,
117208     .co_localspluskinds = & ntpath_toplevel_consts_45_consts_10_localspluskinds.ob_base.ob_base,
117209     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
117210     .co_name = &_Py_STR(anon_genexpr),
117211     .co_qualname = & os_toplevel_consts_103_consts_7_consts_2_qualname._ascii.ob_base,
117212     .co_linetable = & os_toplevel_consts_103_consts_7_consts_2_linetable.ob_base.ob_base,
117213     ._co_code = NULL,
117214     ._co_linearray = NULL,
117215     .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x34\x5c\x02\x00\x00\x7d\x01\x7d\x02\x89\x03\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x02\x64\x00\x89\x03\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x02\x9d\x03\x56\x00\x97\x01\x01\x00\x8c\x35\x64\x01\x53\x00",
117216     ._co_firsttraceable = 3,
117217 };
117218 static
117219     struct {
117220         PyASCIIObject _ascii;
117221         uint8_t _data[10];
117222     }
117223 os_toplevel_consts_103_consts_7_consts_3 = {
117224     ._ascii = {
117225         .ob_base = {
117226             .ob_refcnt = 999999999,
117227             .ob_type = &PyUnicode_Type,
117228         },
117229         .length = 9,
117230         .hash = -1,
117231         .state = {
117232             .kind = 1,
117233             .compact = 1,
117234             .ascii = 1,
117235             .ready = 1,
117236         },
117237     },
117238     ._data = "environ({",
117239 };
117240 static
117241     struct {
117242         PyASCIIObject _ascii;
117243         uint8_t _data[3];
117244     }
117245 os_toplevel_consts_103_consts_7_consts_4 = {
117246     ._ascii = {
117247         .ob_base = {
117248             .ob_refcnt = 999999999,
117249             .ob_type = &PyUnicode_Type,
117250         },
117251         .length = 2,
117252         .hash = -1,
117253         .state = {
117254             .kind = 1,
117255             .compact = 1,
117256             .ascii = 1,
117257             .ready = 1,
117258         },
117259     },
117260     ._data = "})",
117261 };
117262 static
117263     struct {
117264         PyGC_Head _gc_head;
117265         struct {
117266             PyObject_VAR_HEAD
117267             PyObject *ob_item[5];
117268         }_object;
117269     }
117270 os_toplevel_consts_103_consts_7_consts = {
117271     ._object = {
117272         .ob_base = {
117273             .ob_base = {
117274                 .ob_refcnt = 999999999,
117275                 .ob_type = &PyTuple_Type,
117276             },
117277             .ob_size = 5,
117278         },
117279         .ob_item = {
117280             Py_None,
117281             &_Py_STR(comma_sep),
117282             & os_toplevel_consts_103_consts_7_consts_2.ob_base.ob_base,
117283             & os_toplevel_consts_103_consts_7_consts_3._ascii.ob_base,
117284             & os_toplevel_consts_103_consts_7_consts_4._ascii.ob_base,
117285         },
117286     },
117287 };
117288 static
117289     struct {
117290         PyGC_Head _gc_head;
117291         struct {
117292             PyObject_VAR_HEAD
117293             PyObject *ob_item[3];
117294         }_object;
117295     }
117296 os_toplevel_consts_103_consts_7_names = {
117297     ._object = {
117298         .ob_base = {
117299             .ob_base = {
117300                 .ob_refcnt = 999999999,
117301                 .ob_type = &PyTuple_Type,
117302             },
117303             .ob_size = 3,
117304         },
117305         .ob_item = {
117306             &_Py_ID(join),
117307             & const_str__data._ascii.ob_base,
117308             &_Py_ID(items),
117309         },
117310     },
117311 };
117312 static
117313     struct {
117314         PyASCIIObject _ascii;
117315         uint8_t _data[18];
117316     }
117317 os_toplevel_consts_103_consts_7_qualname = {
117318     ._ascii = {
117319         .ob_base = {
117320             .ob_refcnt = 999999999,
117321             .ob_type = &PyUnicode_Type,
117322         },
117323         .length = 17,
117324         .hash = -1,
117325         .state = {
117326             .kind = 1,
117327             .compact = 1,
117328             .ascii = 1,
117329             .ready = 1,
117330         },
117331     },
117332     ._data = "_Environ.__repr__",
117333 };
117334 static
117335     struct {
117336         PyObject_VAR_HEAD
117337         Py_hash_t ob_shash;
117338         char ob_sval[94];
117339     }
117340 os_toplevel_consts_103_consts_7_linetable = {
117341     .ob_base = {
117342         .ob_base = {
117343             .ob_refcnt = 999999999,
117344             .ob_type = &PyBytes_Type,
117345         },
117346         .ob_size = 93,
117347     },
117348     .ob_shash = -1,
117349     .ob_sval = "\xf8\x80\x00\xd8\x1a\x1e\x9f\x29\x9a\x29\xf0\x00\x03\x24\x0a\xf0\x00\x03\x24\x0a\xf0\x00\x03\x24\x0a\xf0\x00\x03\x24\x0a\xe0\x1e\x22\x9c\x6a\xd7\x1e\x2e\xd2\x1e\x2e\xd1\x1e\x30\xd4\x1e\x30\xf0\x05\x03\x24\x0a\xf1\x00\x03\x24\x0a\xf4\x00\x03\x24\x0a\xf1\x00\x03\x1b\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",
117350 };
117351 static
117352     struct {
117353         PyASCIIObject _ascii;
117354         uint8_t _data[16];
117355     }
117356 const_str_formatted_items = {
117357     ._ascii = {
117358         .ob_base = {
117359             .ob_refcnt = 999999999,
117360             .ob_type = &PyUnicode_Type,
117361         },
117362         .length = 15,
117363         .hash = -1,
117364         .state = {
117365             .kind = 1,
117366             .compact = 1,
117367             .ascii = 1,
117368             .ready = 1,
117369         },
117370     },
117371     ._data = "formatted_items",
117372 };
117373 static
117374     struct {
117375         PyGC_Head _gc_head;
117376         struct {
117377             PyObject_VAR_HEAD
117378             PyObject *ob_item[2];
117379         }_object;
117380     }
117381 os_toplevel_consts_103_consts_7_localsplusnames = {
117382     ._object = {
117383         .ob_base = {
117384             .ob_base = {
117385                 .ob_refcnt = 999999999,
117386                 .ob_type = &PyTuple_Type,
117387             },
117388             .ob_size = 2,
117389         },
117390         .ob_item = {
117391             & const_str_self._ascii.ob_base,
117392             & const_str_formatted_items._ascii.ob_base,
117393         },
117394     },
117395 };
117396 static
117397     struct _PyCode_DEF(128)
117398 os_toplevel_consts_103_consts_7 = {
117399     .ob_base = {
117400         .ob_base = {
117401             .ob_refcnt = 999999999,
117402             .ob_type = &PyCode_Type,
117403         },
117404         .ob_size = 64,
117405     },
117406     .co_consts = & os_toplevel_consts_103_consts_7_consts._object.ob_base.ob_base,
117407     .co_names = & os_toplevel_consts_103_consts_7_names._object.ob_base.ob_base,
117408     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
117409     .co_flags = 3,
117410     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
117411     ._co_linearray_entry_size = 0,
117412     .co_argcount = 1,
117413     .co_posonlyargcount = 0,
117414     .co_kwonlyargcount = 0,
117415     .co_stacksize = 5,
117416     .co_firstlineno = 706,
117417     .co_nlocalsplus = 2,
117418     .co_nlocals = 2,
117419     .co_nplaincellvars = 0,
117420     .co_ncellvars = 1,
117421     .co_nfreevars = 0,
117422     .co_localsplusnames = & os_toplevel_consts_103_consts_7_localsplusnames._object.ob_base.ob_base,
117423     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
117424     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
117425     .co_name = &_Py_ID(__repr__),
117426     .co_qualname = & os_toplevel_consts_103_consts_7_qualname._ascii.ob_base,
117427     .co_linetable = & os_toplevel_consts_103_consts_7_linetable.ob_base.ob_base,
117428     ._co_code = NULL,
117429     ._co_linearray = NULL,
117430     .co_code_adaptive = "\x87\x00\x97\x00\x64\x01\xa0\x00\x00\x00\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\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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",
117431     ._co_firsttraceable = 1,
117432 };
117433 static
117434     struct {
117435         PyGC_Head _gc_head;
117436         struct {
117437             PyObject_VAR_HEAD
117438             PyObject *ob_item[1];
117439         }_object;
117440     }
117441 os_toplevel_consts_103_consts_8_names = {
117442     ._object = {
117443         .ob_base = {
117444             .ob_base = {
117445                 .ob_refcnt = 999999999,
117446                 .ob_type = &PyTuple_Type,
117447             },
117448             .ob_size = 1,
117449         },
117450         .ob_item = {
117451             & const_str_dict._ascii.ob_base,
117452         },
117453     },
117454 };
117455 static
117456     struct {
117457         PyASCIIObject _ascii;
117458         uint8_t _data[14];
117459     }
117460 os_toplevel_consts_103_consts_8_qualname = {
117461     ._ascii = {
117462         .ob_base = {
117463             .ob_refcnt = 999999999,
117464             .ob_type = &PyUnicode_Type,
117465         },
117466         .length = 13,
117467         .hash = -1,
117468         .state = {
117469             .kind = 1,
117470             .compact = 1,
117471             .ascii = 1,
117472             .ready = 1,
117473         },
117474     },
117475     ._data = "_Environ.copy",
117476 };
117477 static
117478     struct {
117479         PyObject_VAR_HEAD
117480         Py_hash_t ob_shash;
117481         char ob_sval[15];
117482     }
117483 os_toplevel_consts_103_consts_8_linetable = {
117484     .ob_base = {
117485         .ob_base = {
117486             .ob_refcnt = 999999999,
117487             .ob_type = &PyBytes_Type,
117488         },
117489         .ob_size = 14,
117490     },
117491     .ob_shash = -1,
117492     .ob_sval = "\x80\x00\xdd\x0f\x13\x90\x44\x89\x7a\x8c\x7a\xd0\x08\x19",
117493 };
117494 static
117495     struct _PyCode_DEF(32)
117496 os_toplevel_consts_103_consts_8 = {
117497     .ob_base = {
117498         .ob_base = {
117499             .ob_refcnt = 999999999,
117500             .ob_type = &PyCode_Type,
117501         },
117502         .ob_size = 16,
117503     },
117504     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
117505     .co_names = & os_toplevel_consts_103_consts_8_names._object.ob_base.ob_base,
117506     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
117507     .co_flags = 3,
117508     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
117509     ._co_linearray_entry_size = 0,
117510     .co_argcount = 1,
117511     .co_posonlyargcount = 0,
117512     .co_kwonlyargcount = 0,
117513     .co_stacksize = 3,
117514     .co_firstlineno = 713,
117515     .co_nlocalsplus = 1,
117516     .co_nlocals = 1,
117517     .co_nplaincellvars = 0,
117518     .co_ncellvars = 0,
117519     .co_nfreevars = 0,
117520     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
117521     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
117522     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
117523     .co_name = &_Py_ID(copy),
117524     .co_qualname = & os_toplevel_consts_103_consts_8_qualname._ascii.ob_base,
117525     .co_linetable = & os_toplevel_consts_103_consts_8_linetable.ob_base.ob_base,
117526     ._co_code = NULL,
117527     ._co_linearray = NULL,
117528     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
117529     ._co_firsttraceable = 0,
117530 };
117531 static
117532     struct {
117533         PyASCIIObject _ascii;
117534         uint8_t _data[20];
117535     }
117536 os_toplevel_consts_103_consts_9_qualname = {
117537     ._ascii = {
117538         .ob_base = {
117539             .ob_refcnt = 999999999,
117540             .ob_type = &PyUnicode_Type,
117541         },
117542         .length = 19,
117543         .hash = -1,
117544         .state = {
117545             .kind = 1,
117546             .compact = 1,
117547             .ascii = 1,
117548             .ready = 1,
117549         },
117550     },
117551     ._data = "_Environ.setdefault",
117552 };
117553 static
117554     struct {
117555         PyObject_VAR_HEAD
117556         Py_hash_t ob_shash;
117557         char ob_sval[31];
117558     }
117559 os_toplevel_consts_103_consts_9_linetable = {
117560     .ob_base = {
117561         .ob_base = {
117562             .ob_refcnt = 999999999,
117563             .ob_type = &PyBytes_Type,
117564         },
117565         .ob_size = 30,
117566     },
117567     .ob_shash = -1,
117568     .ob_sval = "\x80\x00\xd8\x0b\x0e\x90\x64\x88\x3f\x88\x3f\xd8\x18\x1d\x88\x44\x90\x13\x89\x49\xd8\x0f\x13\x90\x43\x8c\x79\xd0\x08\x18",
117569 };
117570 static
117571     struct _PyCode_DEF(36)
117572 os_toplevel_consts_103_consts_9 = {
117573     .ob_base = {
117574         .ob_base = {
117575             .ob_refcnt = 999999999,
117576             .ob_type = &PyCode_Type,
117577         },
117578         .ob_size = 18,
117579     },
117580     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
117581     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
117582     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
117583     .co_flags = 3,
117584     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
117585     ._co_linearray_entry_size = 0,
117586     .co_argcount = 3,
117587     .co_posonlyargcount = 0,
117588     .co_kwonlyargcount = 0,
117589     .co_stacksize = 3,
117590     .co_firstlineno = 716,
117591     .co_nlocalsplus = 3,
117592     .co_nlocals = 3,
117593     .co_nplaincellvars = 0,
117594     .co_ncellvars = 0,
117595     .co_nfreevars = 0,
117596     .co_localsplusnames = & _collections_abc_toplevel_consts_64_consts_3_localsplusnames._object.ob_base.ob_base,
117597     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
117598     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
117599     .co_name = & const_str_setdefault._ascii.ob_base,
117600     .co_qualname = & os_toplevel_consts_103_consts_9_qualname._ascii.ob_base,
117601     .co_linetable = & os_toplevel_consts_103_consts_9_linetable.ob_base.ob_base,
117602     ._co_code = NULL,
117603     ._co_linearray = NULL,
117604     .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",
117605     ._co_firsttraceable = 0,
117606 };
117607 static
117608     struct {
117609         PyGC_Head _gc_head;
117610         struct {
117611             PyObject_VAR_HEAD
117612             PyObject *ob_item[1];
117613         }_object;
117614     }
117615 os_toplevel_consts_103_consts_10_names = {
117616     ._object = {
117617         .ob_base = {
117618             .ob_base = {
117619                 .ob_refcnt = 999999999,
117620                 .ob_type = &PyTuple_Type,
117621             },
117622             .ob_size = 1,
117623         },
117624         .ob_item = {
117625             & const_str_update._ascii.ob_base,
117626         },
117627     },
117628 };
117629 static
117630     struct {
117631         PyASCIIObject _ascii;
117632         uint8_t _data[17];
117633     }
117634 os_toplevel_consts_103_consts_10_qualname = {
117635     ._ascii = {
117636         .ob_base = {
117637             .ob_refcnt = 999999999,
117638             .ob_type = &PyUnicode_Type,
117639         },
117640         .length = 16,
117641         .hash = -1,
117642         .state = {
117643             .kind = 1,
117644             .compact = 1,
117645             .ascii = 1,
117646             .ready = 1,
117647         },
117648     },
117649     ._data = "_Environ.__ior__",
117650 };
117651 static
117652     struct {
117653         PyObject_VAR_HEAD
117654         Py_hash_t ob_shash;
117655         char ob_sval[26];
117656     }
117657 os_toplevel_consts_103_consts_10_linetable = {
117658     .ob_base = {
117659         .ob_base = {
117660             .ob_refcnt = 999999999,
117661             .ob_type = &PyBytes_Type,
117662         },
117663         .ob_size = 25,
117664     },
117665     .ob_shash = -1,
117666     .ob_sval = "\x80\x00\xd8\x08\x0c\x8f\x0b\x8a\x0b\x90\x45\xd1\x08\x1a\xd4\x08\x1a\xd0\x08\x1a\xd8\x0f\x13\x88\x0b",
117667 };
117668 static
117669     struct _PyCode_DEF(48)
117670 os_toplevel_consts_103_consts_10 = {
117671     .ob_base = {
117672         .ob_base = {
117673             .ob_refcnt = 999999999,
117674             .ob_type = &PyCode_Type,
117675         },
117676         .ob_size = 24,
117677     },
117678     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
117679     .co_names = & os_toplevel_consts_103_consts_10_names._object.ob_base.ob_base,
117680     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
117681     .co_flags = 3,
117682     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
117683     ._co_linearray_entry_size = 0,
117684     .co_argcount = 2,
117685     .co_posonlyargcount = 0,
117686     .co_kwonlyargcount = 0,
117687     .co_stacksize = 3,
117688     .co_firstlineno = 721,
117689     .co_nlocalsplus = 2,
117690     .co_nlocals = 2,
117691     .co_nplaincellvars = 0,
117692     .co_ncellvars = 0,
117693     .co_nfreevars = 0,
117694     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
117695     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
117696     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
117697     .co_name = &_Py_ID(__ior__),
117698     .co_qualname = & os_toplevel_consts_103_consts_10_qualname._ascii.ob_base,
117699     .co_linetable = & os_toplevel_consts_103_consts_10_linetable.ob_base.ob_base,
117700     ._co_code = NULL,
117701     ._co_linearray = NULL,
117702     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x53\x00",
117703     ._co_firsttraceable = 0,
117704 };
117705 static
117706     struct {
117707         PyGC_Head _gc_head;
117708         struct {
117709             PyObject_VAR_HEAD
117710             PyObject *ob_item[5];
117711         }_object;
117712     }
117713 os_toplevel_consts_103_consts_11_names = {
117714     ._object = {
117715         .ob_base = {
117716             .ob_base = {
117717                 .ob_refcnt = 999999999,
117718                 .ob_type = &PyTuple_Type,
117719             },
117720             .ob_size = 5,
117721         },
117722         .ob_item = {
117723             &_Py_ID(isinstance),
117724             & const_str_Mapping._ascii.ob_base,
117725             & const_str_NotImplemented._ascii.ob_base,
117726             & const_str_dict._ascii.ob_base,
117727             & const_str_update._ascii.ob_base,
117728         },
117729     },
117730 };
117731 static
117732     struct {
117733         PyASCIIObject _ascii;
117734         uint8_t _data[16];
117735     }
117736 os_toplevel_consts_103_consts_11_qualname = {
117737     ._ascii = {
117738         .ob_base = {
117739             .ob_refcnt = 999999999,
117740             .ob_type = &PyUnicode_Type,
117741         },
117742         .length = 15,
117743         .hash = -1,
117744         .state = {
117745             .kind = 1,
117746             .compact = 1,
117747             .ascii = 1,
117748             .ready = 1,
117749         },
117750     },
117751     ._data = "_Environ.__or__",
117752 };
117753 static
117754     struct {
117755         PyObject_VAR_HEAD
117756         Py_hash_t ob_shash;
117757         char ob_sval[61];
117758     }
117759 os_toplevel_consts_103_consts_11_linetable = {
117760     .ob_base = {
117761         .ob_base = {
117762             .ob_refcnt = 999999999,
117763             .ob_type = &PyBytes_Type,
117764         },
117765         .ob_size = 60,
117766     },
117767     .ob_shash = -1,
117768     .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x17\xd1\x0f\x29\xd4\x0f\x29\xf0\x00\x01\x09\x22\xdd\x13\x21\xd0\x0c\x21\xdd\x0e\x12\x90\x34\x89\x6a\x8c\x6a\x88\x03\xd8\x08\x0b\x8f\x0a\x8a\x0a\x90\x35\xd1\x08\x19\xd4\x08\x19\xd0\x08\x19\xd8\x0f\x12\x88\x0a",
117769 };
117770 static
117771     struct {
117772         PyGC_Head _gc_head;
117773         struct {
117774             PyObject_VAR_HEAD
117775             PyObject *ob_item[3];
117776         }_object;
117777     }
117778 os_toplevel_consts_103_consts_11_localsplusnames = {
117779     ._object = {
117780         .ob_base = {
117781             .ob_base = {
117782                 .ob_refcnt = 999999999,
117783                 .ob_type = &PyTuple_Type,
117784             },
117785             .ob_size = 3,
117786         },
117787         .ob_item = {
117788             & const_str_self._ascii.ob_base,
117789             & const_str_other._ascii.ob_base,
117790             & const_str_new._ascii.ob_base,
117791         },
117792     },
117793 };
117794 static
117795     struct _PyCode_DEF(134)
117796 os_toplevel_consts_103_consts_11 = {
117797     .ob_base = {
117798         .ob_base = {
117799             .ob_refcnt = 999999999,
117800             .ob_type = &PyCode_Type,
117801         },
117802         .ob_size = 67,
117803     },
117804     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
117805     .co_names = & os_toplevel_consts_103_consts_11_names._object.ob_base.ob_base,
117806     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
117807     .co_flags = 3,
117808     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
117809     ._co_linearray_entry_size = 0,
117810     .co_argcount = 2,
117811     .co_posonlyargcount = 0,
117812     .co_kwonlyargcount = 0,
117813     .co_stacksize = 4,
117814     .co_firstlineno = 725,
117815     .co_nlocalsplus = 3,
117816     .co_nlocals = 3,
117817     .co_nplaincellvars = 0,
117818     .co_ncellvars = 0,
117819     .co_nfreevars = 0,
117820     .co_localsplusnames = & os_toplevel_consts_103_consts_11_localsplusnames._object.ob_base.ob_base,
117821     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
117822     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
117823     .co_name = &_Py_ID(__or__),
117824     .co_qualname = & os_toplevel_consts_103_consts_11_qualname._ascii.ob_base,
117825     .co_linetable = & os_toplevel_consts_103_consts_11_linetable.ob_base.ob_base,
117826     ._co_code = NULL,
117827     ._co_linearray = NULL,
117828     .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\xa6\x02\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x53\x00",
117829     ._co_firsttraceable = 0,
117830 };
117831 static
117832     struct {
117833         PyASCIIObject _ascii;
117834         uint8_t _data[17];
117835     }
117836 os_toplevel_consts_103_consts_12_qualname = {
117837     ._ascii = {
117838         .ob_base = {
117839             .ob_refcnt = 999999999,
117840             .ob_type = &PyUnicode_Type,
117841         },
117842         .length = 16,
117843         .hash = -1,
117844         .state = {
117845             .kind = 1,
117846             .compact = 1,
117847             .ascii = 1,
117848             .ready = 1,
117849         },
117850     },
117851     ._data = "_Environ.__ror__",
117852 };
117853 static
117854     struct {
117855         PyObject_VAR_HEAD
117856         Py_hash_t ob_shash;
117857         char ob_sval[61];
117858     }
117859 os_toplevel_consts_103_consts_12_linetable = {
117860     .ob_base = {
117861         .ob_base = {
117862             .ob_refcnt = 999999999,
117863             .ob_type = &PyBytes_Type,
117864         },
117865         .ob_size = 60,
117866     },
117867     .ob_shash = -1,
117868     .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x17\xd1\x0f\x29\xd4\x0f\x29\xf0\x00\x01\x09\x22\xdd\x13\x21\xd0\x0c\x21\xdd\x0e\x12\x90\x35\x89\x6b\x8c\x6b\x88\x03\xd8\x08\x0b\x8f\x0a\x8a\x0a\x90\x34\xd1\x08\x18\xd4\x08\x18\xd0\x08\x18\xd8\x0f\x12\x88\x0a",
117869 };
117870 static
117871     struct _PyCode_DEF(134)
117872 os_toplevel_consts_103_consts_12 = {
117873     .ob_base = {
117874         .ob_base = {
117875             .ob_refcnt = 999999999,
117876             .ob_type = &PyCode_Type,
117877         },
117878         .ob_size = 67,
117879     },
117880     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
117881     .co_names = & os_toplevel_consts_103_consts_11_names._object.ob_base.ob_base,
117882     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
117883     .co_flags = 3,
117884     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
117885     ._co_linearray_entry_size = 0,
117886     .co_argcount = 2,
117887     .co_posonlyargcount = 0,
117888     .co_kwonlyargcount = 0,
117889     .co_stacksize = 4,
117890     .co_firstlineno = 732,
117891     .co_nlocalsplus = 3,
117892     .co_nlocals = 3,
117893     .co_nplaincellvars = 0,
117894     .co_ncellvars = 0,
117895     .co_nfreevars = 0,
117896     .co_localsplusnames = & os_toplevel_consts_103_consts_11_localsplusnames._object.ob_base.ob_base,
117897     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
117898     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
117899     .co_name = &_Py_ID(__ror__),
117900     .co_qualname = & os_toplevel_consts_103_consts_12_qualname._ascii.ob_base,
117901     .co_linetable = & os_toplevel_consts_103_consts_12_linetable.ob_base.ob_base,
117902     ._co_code = NULL,
117903     ._co_linearray = NULL,
117904     .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\xa6\x02\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x53\x00",
117905     ._co_firsttraceable = 0,
117906 };
117907 static
117908     struct {
117909         PyGC_Head _gc_head;
117910         struct {
117911             PyObject_VAR_HEAD
117912             PyObject *ob_item[14];
117913         }_object;
117914     }
117915 os_toplevel_consts_103_consts = {
117916     ._object = {
117917         .ob_base = {
117918             .ob_base = {
117919                 .ob_refcnt = 999999999,
117920                 .ob_type = &PyTuple_Type,
117921             },
117922             .ob_size = 14,
117923         },
117924         .ob_item = {
117925             & const_str__Environ._ascii.ob_base,
117926             & os_toplevel_consts_103_consts_1.ob_base.ob_base,
117927             & os_toplevel_consts_103_consts_2.ob_base.ob_base,
117928             & os_toplevel_consts_103_consts_3.ob_base.ob_base,
117929             & os_toplevel_consts_103_consts_4.ob_base.ob_base,
117930             & os_toplevel_consts_103_consts_5.ob_base.ob_base,
117931             & os_toplevel_consts_103_consts_6.ob_base.ob_base,
117932             & os_toplevel_consts_103_consts_7.ob_base.ob_base,
117933             & os_toplevel_consts_103_consts_8.ob_base.ob_base,
117934             & os_toplevel_consts_103_consts_9.ob_base.ob_base,
117935             & os_toplevel_consts_103_consts_10.ob_base.ob_base,
117936             & os_toplevel_consts_103_consts_11.ob_base.ob_base,
117937             & os_toplevel_consts_103_consts_12.ob_base.ob_base,
117938             Py_None,
117939         },
117940     },
117941 };
117942 static
117943     struct {
117944         PyGC_Head _gc_head;
117945         struct {
117946             PyObject_VAR_HEAD
117947             PyObject *ob_item[15];
117948         }_object;
117949     }
117950 os_toplevel_consts_103_names = {
117951     ._object = {
117952         .ob_base = {
117953             .ob_base = {
117954                 .ob_refcnt = 999999999,
117955                 .ob_type = &PyTuple_Type,
117956             },
117957             .ob_size = 15,
117958         },
117959         .ob_item = {
117960             &_Py_ID(__name__),
117961             &_Py_ID(__module__),
117962             &_Py_ID(__qualname__),
117963             &_Py_ID(__init__),
117964             &_Py_ID(__getitem__),
117965             &_Py_ID(__setitem__),
117966             &_Py_ID(__delitem__),
117967             &_Py_ID(__iter__),
117968             &_Py_ID(__len__),
117969             &_Py_ID(__repr__),
117970             &_Py_ID(copy),
117971             & const_str_setdefault._ascii.ob_base,
117972             &_Py_ID(__ior__),
117973             &_Py_ID(__or__),
117974             &_Py_ID(__ror__),
117975         },
117976     },
117977 };
117978 static
117979     struct {
117980         PyObject_VAR_HEAD
117981         Py_hash_t ob_shash;
117982         char ob_sval[201];
117983     }
117984 os_toplevel_consts_103_linetable = {
117985     .ob_base = {
117986         .ob_base = {
117987             .ob_refcnt = 999999999,
117988             .ob_type = &PyBytes_Type,
117989         },
117990         .ob_size = 200,
117991     },
117992     .ob_shash = -1,
117993     .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",
117994 };
117995 static
117996     struct _PyCode_DEF(86)
117997 os_toplevel_consts_103 = {
117998     .ob_base = {
117999         .ob_base = {
118000             .ob_refcnt = 999999999,
118001             .ob_type = &PyCode_Type,
118002         },
118003         .ob_size = 43,
118004     },
118005     .co_consts = & os_toplevel_consts_103_consts._object.ob_base.ob_base,
118006     .co_names = & os_toplevel_consts_103_names._object.ob_base.ob_base,
118007     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
118008     .co_flags = 0,
118009     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
118010     ._co_linearray_entry_size = 0,
118011     .co_argcount = 0,
118012     .co_posonlyargcount = 0,
118013     .co_kwonlyargcount = 0,
118014     .co_stacksize = 1,
118015     .co_firstlineno = 666,
118016     .co_nlocalsplus = 0,
118017     .co_nlocals = 0,
118018     .co_nplaincellvars = 0,
118019     .co_ncellvars = 0,
118020     .co_nfreevars = 0,
118021     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
118022     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
118023     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
118024     .co_name = & const_str__Environ._ascii.ob_base,
118025     .co_qualname = & const_str__Environ._ascii.ob_base,
118026     .co_linetable = & os_toplevel_consts_103_linetable.ob_base.ob_base,
118027     ._co_code = NULL,
118028     ._co_linearray = NULL,
118029     .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",
118030     ._co_firsttraceable = 0,
118031 };
118032 static
118033     struct {
118034         PyASCIIObject _ascii;
118035         uint8_t _data[21];
118036     }
118037 os_toplevel_consts_105_consts_2_consts_1 = {
118038     ._ascii = {
118039         .ob_base = {
118040             .ob_refcnt = 999999999,
118041             .ob_type = &PyUnicode_Type,
118042         },
118043         .length = 20,
118044         .hash = -1,
118045         .state = {
118046             .kind = 1,
118047             .compact = 1,
118048             .ascii = 1,
118049             .ready = 1,
118050         },
118051     },
118052     ._data = "str expected, not %s",
118053 };
118054 static
118055     struct {
118056         PyGC_Head _gc_head;
118057         struct {
118058             PyObject_VAR_HEAD
118059             PyObject *ob_item[2];
118060         }_object;
118061     }
118062 os_toplevel_consts_105_consts_2_consts = {
118063     ._object = {
118064         .ob_base = {
118065             .ob_base = {
118066                 .ob_refcnt = 999999999,
118067                 .ob_type = &PyTuple_Type,
118068             },
118069             .ob_size = 2,
118070         },
118071         .ob_item = {
118072             Py_None,
118073             & os_toplevel_consts_105_consts_2_consts_1._ascii.ob_base,
118074         },
118075     },
118076 };
118077 static
118078     struct {
118079         PyGC_Head _gc_head;
118080         struct {
118081             PyObject_VAR_HEAD
118082             PyObject *ob_item[5];
118083         }_object;
118084     }
118085 os_toplevel_consts_105_consts_2_names = {
118086     ._object = {
118087         .ob_base = {
118088             .ob_base = {
118089                 .ob_refcnt = 999999999,
118090                 .ob_type = &PyTuple_Type,
118091             },
118092             .ob_size = 5,
118093         },
118094         .ob_item = {
118095             &_Py_ID(isinstance),
118096             & const_str_str._ascii.ob_base,
118097             & const_str_TypeError._ascii.ob_base,
118098             & const_str_type._ascii.ob_base,
118099             &_Py_ID(__name__),
118100         },
118101     },
118102 };
118103 static
118104     struct {
118105         PyASCIIObject _ascii;
118106         uint8_t _data[10];
118107     }
118108 const_str_check_str = {
118109     ._ascii = {
118110         .ob_base = {
118111             .ob_refcnt = 999999999,
118112             .ob_type = &PyUnicode_Type,
118113         },
118114         .length = 9,
118115         .hash = -1,
118116         .state = {
118117             .kind = 1,
118118             .compact = 1,
118119             .ascii = 1,
118120             .ready = 1,
118121         },
118122     },
118123     ._data = "check_str",
118124 };
118125 static
118126     struct {
118127         PyASCIIObject _ascii;
118128         uint8_t _data[34];
118129     }
118130 os_toplevel_consts_105_consts_2_qualname = {
118131     ._ascii = {
118132         .ob_base = {
118133             .ob_refcnt = 999999999,
118134             .ob_type = &PyUnicode_Type,
118135         },
118136         .length = 33,
118137         .hash = -1,
118138         .state = {
118139             .kind = 1,
118140             .compact = 1,
118141             .ascii = 1,
118142             .ready = 1,
118143         },
118144     },
118145     ._data = "_createenviron.<locals>.check_str",
118146 };
118147 static
118148     struct {
118149         PyObject_VAR_HEAD
118150         Py_hash_t ob_shash;
118151         char ob_sval[56];
118152     }
118153 os_toplevel_consts_105_consts_2_linetable = {
118154     .ob_base = {
118155         .ob_base = {
118156             .ob_refcnt = 999999999,
118157             .ob_type = &PyBytes_Type,
118158         },
118159         .ob_size = 55,
118160     },
118161     .ob_shash = -1,
118162     .ob_sval = "\x80\x00\xdd\x13\x1d\x98\x65\xa5\x53\xd1\x13\x29\xd4\x13\x29\xf0\x00\x01\x0d\x4f\x01\xdd\x16\x1f\xd0\x20\x36\xbd\x14\xb8\x65\xb9\x1b\xbc\x1b\xd4\x39\x4d\xd1\x20\x4d\xd1\x16\x4e\xd4\x16\x4e\xd0\x10\x4e\xd8\x13\x18\x88\x4c",
118163 };
118164 static
118165     struct {
118166         PyGC_Head _gc_head;
118167         struct {
118168             PyObject_VAR_HEAD
118169             PyObject *ob_item[1];
118170         }_object;
118171     }
118172 os_toplevel_consts_105_consts_2_localsplusnames = {
118173     ._object = {
118174         .ob_base = {
118175             .ob_base = {
118176                 .ob_refcnt = 999999999,
118177                 .ob_type = &PyTuple_Type,
118178             },
118179             .ob_size = 1,
118180         },
118181         .ob_item = {
118182             & const_str_value._ascii.ob_base,
118183         },
118184     },
118185 };
118186 static
118187     struct _PyCode_DEF(120)
118188 os_toplevel_consts_105_consts_2 = {
118189     .ob_base = {
118190         .ob_base = {
118191             .ob_refcnt = 999999999,
118192             .ob_type = &PyCode_Type,
118193         },
118194         .ob_size = 60,
118195     },
118196     .co_consts = & os_toplevel_consts_105_consts_2_consts._object.ob_base.ob_base,
118197     .co_names = & os_toplevel_consts_105_consts_2_names._object.ob_base.ob_base,
118198     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
118199     .co_flags = 19,
118200     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
118201     ._co_linearray_entry_size = 0,
118202     .co_argcount = 1,
118203     .co_posonlyargcount = 0,
118204     .co_kwonlyargcount = 0,
118205     .co_stacksize = 6,
118206     .co_firstlineno = 742,
118207     .co_nlocalsplus = 1,
118208     .co_nlocals = 1,
118209     .co_nplaincellvars = 0,
118210     .co_ncellvars = 0,
118211     .co_nfreevars = 0,
118212     .co_localsplusnames = & os_toplevel_consts_105_consts_2_localsplusnames._object.ob_base.ob_base,
118213     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
118214     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
118215     .co_name = & const_str_check_str._ascii.ob_base,
118216     .co_qualname = & os_toplevel_consts_105_consts_2_qualname._ascii.ob_base,
118217     .co_linetable = & os_toplevel_consts_105_consts_2_linetable.ob_base.ob_base,
118218     ._co_code = NULL,
118219     ._co_linearray = NULL,
118220     .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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x24\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x06\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x53\x00",
118221     ._co_firsttraceable = 0,
118222 };
118223 static
118224     struct {
118225         PyGC_Head _gc_head;
118226         struct {
118227             PyObject_VAR_HEAD
118228             PyObject *ob_item[1];
118229         }_object;
118230     }
118231 os_toplevel_consts_105_consts_3_names = {
118232     ._object = {
118233         .ob_base = {
118234             .ob_base = {
118235                 .ob_refcnt = 999999999,
118236                 .ob_type = &PyTuple_Type,
118237             },
118238             .ob_size = 1,
118239         },
118240         .ob_item = {
118241             & const_str_upper._ascii.ob_base,
118242         },
118243     },
118244 };
118245 static
118246     struct {
118247         PyASCIIObject _ascii;
118248         uint8_t _data[34];
118249     }
118250 os_toplevel_consts_105_consts_3_qualname = {
118251     ._ascii = {
118252         .ob_base = {
118253             .ob_refcnt = 999999999,
118254             .ob_type = &PyUnicode_Type,
118255         },
118256         .length = 33,
118257         .hash = -1,
118258         .state = {
118259             .kind = 1,
118260             .compact = 1,
118261             .ascii = 1,
118262             .ready = 1,
118263         },
118264     },
118265     ._data = "_createenviron.<locals>.encodekey",
118266 };
118267 static
118268     struct {
118269         PyObject_VAR_HEAD
118270         Py_hash_t ob_shash;
118271         char ob_sval[30];
118272     }
118273 os_toplevel_consts_105_consts_3_linetable = {
118274     .ob_base = {
118275         .ob_base = {
118276             .ob_refcnt = 999999999,
118277             .ob_type = &PyBytes_Type,
118278         },
118279         .ob_size = 29,
118280     },
118281     .ob_shash = -1,
118282     .ob_sval = "\xf8\x80\x00\xd8\x13\x19\x90\x36\x98\x23\x91\x3b\x94\x3b\xd7\x13\x24\xd2\x13\x24\xd1\x13\x26\xd4\x13\x26\xd0\x0c\x26",
118283 };
118284 static
118285     struct {
118286         PyGC_Head _gc_head;
118287         struct {
118288             PyObject_VAR_HEAD
118289             PyObject *ob_item[2];
118290         }_object;
118291     }
118292 os_toplevel_consts_105_consts_3_localsplusnames = {
118293     ._object = {
118294         .ob_base = {
118295             .ob_base = {
118296                 .ob_refcnt = 999999999,
118297                 .ob_type = &PyTuple_Type,
118298             },
118299             .ob_size = 2,
118300         },
118301         .ob_item = {
118302             & const_str_key._ascii.ob_base,
118303             &_Py_ID(encode),
118304         },
118305     },
118306 };
118307 static
118308     struct _PyCode_DEF(62)
118309 os_toplevel_consts_105_consts_3 = {
118310     .ob_base = {
118311         .ob_base = {
118312             .ob_refcnt = 999999999,
118313             .ob_type = &PyCode_Type,
118314         },
118315         .ob_size = 31,
118316     },
118317     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
118318     .co_names = & os_toplevel_consts_105_consts_3_names._object.ob_base.ob_base,
118319     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
118320     .co_flags = 19,
118321     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
118322     ._co_linearray_entry_size = 0,
118323     .co_argcount = 1,
118324     .co_posonlyargcount = 0,
118325     .co_kwonlyargcount = 0,
118326     .co_stacksize = 3,
118327     .co_firstlineno = 748,
118328     .co_nlocalsplus = 2,
118329     .co_nlocals = 1,
118330     .co_nplaincellvars = 0,
118331     .co_ncellvars = 0,
118332     .co_nfreevars = 1,
118333     .co_localsplusnames = & os_toplevel_consts_105_consts_3_localsplusnames._object.ob_base.ob_base,
118334     .co_localspluskinds = & _collections_abc_toplevel_consts_44_consts_4_localspluskinds.ob_base.ob_base,
118335     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
118336     .co_name = & const_str_encodekey._ascii.ob_base,
118337     .co_qualname = & os_toplevel_consts_105_consts_3_qualname._ascii.ob_base,
118338     .co_linetable = & os_toplevel_consts_105_consts_3_linetable.ob_base.ob_base,
118339     ._co_code = NULL,
118340     ._co_linearray = NULL,
118341     .co_code_adaptive = "\x95\x01\x97\x00\x02\x00\x89\x01\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
118342     ._co_firsttraceable = 1,
118343 };
118344 static
118345     struct {
118346         PyGC_Head _gc_head;
118347         struct {
118348             PyObject_VAR_HEAD
118349             PyObject *ob_item[3];
118350         }_object;
118351     }
118352 os_toplevel_consts_105_consts_4_consts = {
118353     ._object = {
118354         .ob_base = {
118355             .ob_base = {
118356                 .ob_refcnt = 999999999,
118357                 .ob_type = &PyTuple_Type,
118358             },
118359             .ob_size = 3,
118360         },
118361         .ob_item = {
118362             Py_None,
118363             & os_toplevel_consts_105_consts_2_consts_1._ascii.ob_base,
118364             & const_str_surrogateescape._ascii.ob_base,
118365         },
118366     },
118367 };
118368 static
118369     struct {
118370         PyGC_Head _gc_head;
118371         struct {
118372             PyObject_VAR_HEAD
118373             PyObject *ob_item[6];
118374         }_object;
118375     }
118376 os_toplevel_consts_105_consts_4_names = {
118377     ._object = {
118378         .ob_base = {
118379             .ob_base = {
118380                 .ob_refcnt = 999999999,
118381                 .ob_type = &PyTuple_Type,
118382             },
118383             .ob_size = 6,
118384         },
118385         .ob_item = {
118386             &_Py_ID(isinstance),
118387             & const_str_str._ascii.ob_base,
118388             & const_str_TypeError._ascii.ob_base,
118389             & const_str_type._ascii.ob_base,
118390             &_Py_ID(__name__),
118391             &_Py_ID(encode),
118392         },
118393     },
118394 };
118395 static
118396     struct {
118397         PyASCIIObject _ascii;
118398         uint8_t _data[31];
118399     }
118400 os_toplevel_consts_105_consts_4_qualname = {
118401     ._ascii = {
118402         .ob_base = {
118403             .ob_refcnt = 999999999,
118404             .ob_type = &PyUnicode_Type,
118405         },
118406         .length = 30,
118407         .hash = -1,
118408         .state = {
118409             .kind = 1,
118410             .compact = 1,
118411             .ascii = 1,
118412             .ready = 1,
118413         },
118414     },
118415     ._data = "_createenviron.<locals>.encode",
118416 };
118417 static
118418     struct {
118419         PyObject_VAR_HEAD
118420         Py_hash_t ob_shash;
118421         char ob_sval[73];
118422     }
118423 os_toplevel_consts_105_consts_4_linetable = {
118424     .ob_base = {
118425         .ob_base = {
118426             .ob_refcnt = 999999999,
118427             .ob_type = &PyBytes_Type,
118428         },
118429         .ob_size = 72,
118430     },
118431     .ob_shash = -1,
118432     .ob_sval = "\xf8\x80\x00\xdd\x13\x1d\x98\x65\xa5\x53\xd1\x13\x29\xd4\x13\x29\xf0\x00\x01\x0d\x4f\x01\xdd\x16\x1f\xd0\x20\x36\xbd\x14\xb8\x65\xb9\x1b\xbc\x1b\xd4\x39\x4d\xd1\x20\x4d\xd1\x16\x4e\xd4\x16\x4e\xd0\x10\x4e\xd8\x13\x18\x97\x3c\x92\x3c\xa0\x08\xd0\x2a\x3b\xd1\x13\x3c\xd4\x13\x3c\xd0\x0c\x3c",
118433 };
118434 static
118435     struct {
118436         PyGC_Head _gc_head;
118437         struct {
118438             PyObject_VAR_HEAD
118439             PyObject *ob_item[2];
118440         }_object;
118441     }
118442 os_toplevel_consts_105_consts_4_localsplusnames = {
118443     ._object = {
118444         .ob_base = {
118445             .ob_base = {
118446                 .ob_refcnt = 999999999,
118447                 .ob_type = &PyTuple_Type,
118448             },
118449             .ob_size = 2,
118450         },
118451         .ob_item = {
118452             & const_str_value._ascii.ob_base,
118453             &_Py_ID(encoding),
118454         },
118455     },
118456 };
118457 static
118458     struct _PyCode_DEF(162)
118459 os_toplevel_consts_105_consts_4 = {
118460     .ob_base = {
118461         .ob_base = {
118462             .ob_refcnt = 999999999,
118463             .ob_type = &PyCode_Type,
118464         },
118465         .ob_size = 81,
118466     },
118467     .co_consts = & os_toplevel_consts_105_consts_4_consts._object.ob_base.ob_base,
118468     .co_names = & os_toplevel_consts_105_consts_4_names._object.ob_base.ob_base,
118469     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
118470     .co_flags = 19,
118471     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
118472     ._co_linearray_entry_size = 0,
118473     .co_argcount = 1,
118474     .co_posonlyargcount = 0,
118475     .co_kwonlyargcount = 0,
118476     .co_stacksize = 6,
118477     .co_firstlineno = 756,
118478     .co_nlocalsplus = 2,
118479     .co_nlocals = 1,
118480     .co_nplaincellvars = 0,
118481     .co_ncellvars = 0,
118482     .co_nfreevars = 1,
118483     .co_localsplusnames = & os_toplevel_consts_105_consts_4_localsplusnames._object.ob_base.ob_base,
118484     .co_localspluskinds = & _collections_abc_toplevel_consts_44_consts_4_localspluskinds.ob_base.ob_base,
118485     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
118486     .co_name = &_Py_ID(encode),
118487     .co_qualname = & os_toplevel_consts_105_consts_4_qualname._ascii.ob_base,
118488     .co_linetable = & os_toplevel_consts_105_consts_4_linetable.ob_base.ob_base,
118489     ._co_code = NULL,
118490     ._co_linearray = NULL,
118491     .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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x24\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x06\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x01\x64\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
118492     ._co_firsttraceable = 1,
118493 };
118494 static
118495     struct {
118496         PyGC_Head _gc_head;
118497         struct {
118498             PyObject_VAR_HEAD
118499             PyObject *ob_item[2];
118500         }_object;
118501     }
118502 os_toplevel_consts_105_consts_5_consts = {
118503     ._object = {
118504         .ob_base = {
118505             .ob_base = {
118506                 .ob_refcnt = 999999999,
118507                 .ob_type = &PyTuple_Type,
118508             },
118509             .ob_size = 2,
118510         },
118511         .ob_item = {
118512             Py_None,
118513             & const_str_surrogateescape._ascii.ob_base,
118514         },
118515     },
118516 };
118517 static
118518     struct {
118519         PyGC_Head _gc_head;
118520         struct {
118521             PyObject_VAR_HEAD
118522             PyObject *ob_item[1];
118523         }_object;
118524     }
118525 os_toplevel_consts_105_consts_5_names = {
118526     ._object = {
118527         .ob_base = {
118528             .ob_base = {
118529                 .ob_refcnt = 999999999,
118530                 .ob_type = &PyTuple_Type,
118531             },
118532             .ob_size = 1,
118533         },
118534         .ob_item = {
118535             &_Py_ID(decode),
118536         },
118537     },
118538 };
118539 static
118540     struct {
118541         PyASCIIObject _ascii;
118542         uint8_t _data[31];
118543     }
118544 os_toplevel_consts_105_consts_5_qualname = {
118545     ._ascii = {
118546         .ob_base = {
118547             .ob_refcnt = 999999999,
118548             .ob_type = &PyUnicode_Type,
118549         },
118550         .length = 30,
118551         .hash = -1,
118552         .state = {
118553             .kind = 1,
118554             .compact = 1,
118555             .ascii = 1,
118556             .ready = 1,
118557         },
118558     },
118559     ._data = "_createenviron.<locals>.decode",
118560 };
118561 static
118562     struct {
118563         PyObject_VAR_HEAD
118564         Py_hash_t ob_shash;
118565         char ob_sval[25];
118566     }
118567 os_toplevel_consts_105_consts_5_linetable = {
118568     .ob_base = {
118569         .ob_base = {
118570             .ob_refcnt = 999999999,
118571             .ob_type = &PyBytes_Type,
118572         },
118573         .ob_size = 24,
118574     },
118575     .ob_shash = -1,
118576     .ob_sval = "\xf8\x80\x00\xd8\x13\x18\x97\x3c\x92\x3c\xa0\x08\xd0\x2a\x3b\xd1\x13\x3c\xd4\x13\x3c\xd0\x0c\x3c",
118577 };
118578 static
118579     struct _PyCode_DEF(48)
118580 os_toplevel_consts_105_consts_5 = {
118581     .ob_base = {
118582         .ob_base = {
118583             .ob_refcnt = 999999999,
118584             .ob_type = &PyCode_Type,
118585         },
118586         .ob_size = 24,
118587     },
118588     .co_consts = & os_toplevel_consts_105_consts_5_consts._object.ob_base.ob_base,
118589     .co_names = & os_toplevel_consts_105_consts_5_names._object.ob_base.ob_base,
118590     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
118591     .co_flags = 19,
118592     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
118593     ._co_linearray_entry_size = 0,
118594     .co_argcount = 1,
118595     .co_posonlyargcount = 0,
118596     .co_kwonlyargcount = 0,
118597     .co_stacksize = 4,
118598     .co_firstlineno = 760,
118599     .co_nlocalsplus = 2,
118600     .co_nlocals = 1,
118601     .co_nplaincellvars = 0,
118602     .co_ncellvars = 0,
118603     .co_nfreevars = 1,
118604     .co_localsplusnames = & os_toplevel_consts_105_consts_4_localsplusnames._object.ob_base.ob_base,
118605     .co_localspluskinds = & _collections_abc_toplevel_consts_44_consts_4_localspluskinds.ob_base.ob_base,
118606     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
118607     .co_name = &_Py_ID(decode),
118608     .co_qualname = & os_toplevel_consts_105_consts_5_qualname._ascii.ob_base,
118609     .co_linetable = & os_toplevel_consts_105_consts_5_linetable.ob_base.ob_base,
118610     ._co_code = NULL,
118611     ._co_linearray = NULL,
118612     .co_code_adaptive = "\x95\x01\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x01\x64\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
118613     ._co_firsttraceable = 1,
118614 };
118615 static
118616     struct {
118617         PyGC_Head _gc_head;
118618         struct {
118619             PyObject_VAR_HEAD
118620             PyObject *ob_item[6];
118621         }_object;
118622     }
118623 os_toplevel_consts_105_consts = {
118624     ._object = {
118625         .ob_base = {
118626             .ob_base = {
118627                 .ob_refcnt = 999999999,
118628                 .ob_type = &PyTuple_Type,
118629             },
118630             .ob_size = 6,
118631         },
118632         .ob_item = {
118633             Py_None,
118634             & const_str_nt._ascii.ob_base,
118635             & os_toplevel_consts_105_consts_2.ob_base.ob_base,
118636             & os_toplevel_consts_105_consts_3.ob_base.ob_base,
118637             & os_toplevel_consts_105_consts_4.ob_base.ob_base,
118638             & os_toplevel_consts_105_consts_5.ob_base.ob_base,
118639         },
118640     },
118641 };
118642 static
118643     struct {
118644         PyGC_Head _gc_head;
118645         struct {
118646             PyObject_VAR_HEAD
118647             PyObject *ob_item[7];
118648         }_object;
118649     }
118650 os_toplevel_consts_105_names = {
118651     ._object = {
118652         .ob_base = {
118653             .ob_base = {
118654                 .ob_refcnt = 999999999,
118655                 .ob_type = &PyTuple_Type,
118656             },
118657             .ob_size = 7,
118658         },
118659         .ob_item = {
118660             &_Py_ID(name),
118661             & const_str_str._ascii.ob_base,
118662             & const_str_environ._ascii.ob_base,
118663             &_Py_ID(items),
118664             & const_str_sys._ascii.ob_base,
118665             & const_str_getfilesystemencoding._ascii.ob_base,
118666             & const_str__Environ._ascii.ob_base,
118667         },
118668     },
118669 };
118670 static
118671     struct {
118672         PyASCIIObject _ascii;
118673         uint8_t _data[15];
118674     }
118675 const_str__createenviron = {
118676     ._ascii = {
118677         .ob_base = {
118678             .ob_refcnt = 999999999,
118679             .ob_type = &PyUnicode_Type,
118680         },
118681         .length = 14,
118682         .hash = -1,
118683         .state = {
118684             .kind = 1,
118685             .compact = 1,
118686             .ascii = 1,
118687             .ready = 1,
118688         },
118689     },
118690     ._data = "_createenviron",
118691 };
118692 static
118693     struct {
118694         PyObject_VAR_HEAD
118695         Py_hash_t ob_shash;
118696         char ob_sval[230];
118697     }
118698 os_toplevel_consts_105_linetable = {
118699     .ob_base = {
118700         .ob_base = {
118701             .ob_refcnt = 999999999,
118702             .ob_type = &PyBytes_Type,
118703         },
118704         .ob_size = 229,
118705     },
118706     .ob_shash = -1,
118707     .ob_sval = "\xf8\xf8\x80\x00\xdd\x07\x0b\x88\x74\x82\x7c\x80\x7c\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\x9a\x2d\x99\x2f\x9c\x2f\xf0\x00\x01\x09\x29\xf0\x00\x01\x09\x29\x89\x4a\x88\x43\x90\x15\xd8\x23\x28\x88\x44\x90\x19\x90\x19\x98\x33\x91\x1e\x94\x1e\xd1\x0c\x20\xd0\x0c\x20\xf0\x03\x01\x09\x29\xf5\x08\x00\x14\x17\xd4\x13\x2c\xd1\x13\x2e\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\xf1\x05\x02\x0c\x18\xf4\x00\x02\x0c\x18\xf0\x00\x02\x05\x18",
118708 };
118709 static
118710     struct {
118711         PyGC_Head _gc_head;
118712         struct {
118713             PyObject_VAR_HEAD
118714             PyObject *ob_item[8];
118715         }_object;
118716     }
118717 os_toplevel_consts_105_localsplusnames = {
118718     ._object = {
118719         .ob_base = {
118720             .ob_base = {
118721                 .ob_refcnt = 999999999,
118722                 .ob_type = &PyTuple_Type,
118723             },
118724             .ob_size = 8,
118725         },
118726         .ob_item = {
118727             & const_str_check_str._ascii.ob_base,
118728             &_Py_ID(decode),
118729             & const_str_encodekey._ascii.ob_base,
118730             & const_str_data._ascii.ob_base,
118731             & const_str_key._ascii.ob_base,
118732             & const_str_value._ascii.ob_base,
118733             &_Py_ID(encode),
118734             &_Py_ID(encoding),
118735         },
118736     },
118737 };
118738 static
118739     struct {
118740         PyObject_VAR_HEAD
118741         Py_hash_t ob_shash;
118742         char ob_sval[9];
118743     }
118744 os_toplevel_consts_105_localspluskinds = {
118745     .ob_base = {
118746         .ob_base = {
118747             .ob_refcnt = 999999999,
118748             .ob_type = &PyBytes_Type,
118749         },
118750         .ob_size = 8,
118751     },
118752     .ob_shash = -1,
118753     .ob_sval = "      @@",
118754 };
118755 static
118756     struct _PyCode_DEF(272)
118757 os_toplevel_consts_105 = {
118758     .ob_base = {
118759         .ob_base = {
118760             .ob_refcnt = 999999999,
118761             .ob_type = &PyCode_Type,
118762         },
118763         .ob_size = 136,
118764     },
118765     .co_consts = & os_toplevel_consts_105_consts._object.ob_base.ob_base,
118766     .co_names = & os_toplevel_consts_105_names._object.ob_base.ob_base,
118767     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
118768     .co_flags = 3,
118769     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
118770     ._co_linearray_entry_size = 0,
118771     .co_argcount = 0,
118772     .co_posonlyargcount = 0,
118773     .co_kwonlyargcount = 0,
118774     .co_stacksize = 7,
118775     .co_firstlineno = 739,
118776     .co_nlocalsplus = 8,
118777     .co_nlocals = 6,
118778     .co_nplaincellvars = 2,
118779     .co_ncellvars = 2,
118780     .co_nfreevars = 0,
118781     .co_localsplusnames = & os_toplevel_consts_105_localsplusnames._object.ob_base.ob_base,
118782     .co_localspluskinds = & os_toplevel_consts_105_localspluskinds.ob_base.ob_base,
118783     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
118784     .co_name = & const_str__createenviron._ascii.ob_base,
118785     .co_qualname = & const_str__createenviron._ascii.ob_base,
118786     .co_linetable = & os_toplevel_consts_105_linetable.ob_base.ob_base,
118787     ._co_code = NULL,
118788     ._co_linearray = NULL,
118789     .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\x41\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\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x13\x5c\x02\x00\x00\x7d\x04\x7d\x05\x7c\x05\x7c\x03\x02\x00\x7c\x02\x7c\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x8c\x14\x6e\x26\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\xa6\x05\x00\x00\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
118790     ._co_firsttraceable = 2,
118791 };
118792 static
118793     struct {
118794         PyASCIIObject _ascii;
118795         uint8_t _data[170];
118796     }
118797 os_toplevel_consts_106_consts_0 = {
118798     ._ascii = {
118799         .ob_base = {
118800             .ob_refcnt = 999999999,
118801             .ob_type = &PyUnicode_Type,
118802         },
118803         .length = 169,
118804         .hash = -1,
118805         .state = {
118806             .kind = 1,
118807             .compact = 1,
118808             .ascii = 1,
118809             .ready = 1,
118810         },
118811     },
118812     ._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",
118813 };
118814 static
118815     struct {
118816         PyGC_Head _gc_head;
118817         struct {
118818             PyObject_VAR_HEAD
118819             PyObject *ob_item[1];
118820         }_object;
118821     }
118822 os_toplevel_consts_106_consts = {
118823     ._object = {
118824         .ob_base = {
118825             .ob_base = {
118826                 .ob_refcnt = 999999999,
118827                 .ob_type = &PyTuple_Type,
118828             },
118829             .ob_size = 1,
118830         },
118831         .ob_item = {
118832             & os_toplevel_consts_106_consts_0._ascii.ob_base,
118833         },
118834     },
118835 };
118836 static
118837     struct {
118838         PyGC_Head _gc_head;
118839         struct {
118840             PyObject_VAR_HEAD
118841             PyObject *ob_item[2];
118842         }_object;
118843     }
118844 os_toplevel_consts_106_names = {
118845     ._object = {
118846         .ob_base = {
118847             .ob_base = {
118848                 .ob_refcnt = 999999999,
118849                 .ob_type = &PyTuple_Type,
118850             },
118851             .ob_size = 2,
118852         },
118853         .ob_item = {
118854             & const_str_environ._ascii.ob_base,
118855             &_Py_ID(get),
118856         },
118857     },
118858 };
118859 static
118860     struct {
118861         PyASCIIObject _ascii;
118862         uint8_t _data[7];
118863     }
118864 const_str_getenv = {
118865     ._ascii = {
118866         .ob_base = {
118867             .ob_refcnt = 999999999,
118868             .ob_type = &PyUnicode_Type,
118869         },
118870         .length = 6,
118871         .hash = -1,
118872         .state = {
118873             .kind = 1,
118874             .compact = 1,
118875             .ascii = 1,
118876             .ready = 1,
118877         },
118878     },
118879     ._data = "getenv",
118880 };
118881 static
118882     struct {
118883         PyObject_VAR_HEAD
118884         Py_hash_t ob_shash;
118885         char ob_sval[25];
118886     }
118887 os_toplevel_consts_106_linetable = {
118888     .ob_base = {
118889         .ob_base = {
118890             .ob_refcnt = 999999999,
118891             .ob_type = &PyBytes_Type,
118892         },
118893         .ob_size = 24,
118894     },
118895     .ob_shash = -1,
118896     .ob_sval = "\x80\x00\xf5\x08\x00\x0c\x13\x8f\x3b\x8a\x3b\x90\x73\x98\x47\xd1\x0b\x24\xd4\x0b\x24\xd0\x04\x24",
118897 };
118898 static
118899     struct {
118900         PyGC_Head _gc_head;
118901         struct {
118902             PyObject_VAR_HEAD
118903             PyObject *ob_item[2];
118904         }_object;
118905     }
118906 os_toplevel_consts_106_localsplusnames = {
118907     ._object = {
118908         .ob_base = {
118909             .ob_base = {
118910                 .ob_refcnt = 999999999,
118911                 .ob_type = &PyTuple_Type,
118912             },
118913             .ob_size = 2,
118914         },
118915         .ob_item = {
118916             & const_str_key._ascii.ob_base,
118917             &_Py_ID(default),
118918         },
118919     },
118920 };
118921 static
118922     struct _PyCode_DEF(56)
118923 os_toplevel_consts_106 = {
118924     .ob_base = {
118925         .ob_base = {
118926             .ob_refcnt = 999999999,
118927             .ob_type = &PyCode_Type,
118928         },
118929         .ob_size = 28,
118930     },
118931     .co_consts = & os_toplevel_consts_106_consts._object.ob_base.ob_base,
118932     .co_names = & os_toplevel_consts_106_names._object.ob_base.ob_base,
118933     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
118934     .co_flags = 3,
118935     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
118936     ._co_linearray_entry_size = 0,
118937     .co_argcount = 2,
118938     .co_posonlyargcount = 0,
118939     .co_kwonlyargcount = 0,
118940     .co_stacksize = 4,
118941     .co_firstlineno = 773,
118942     .co_nlocalsplus = 2,
118943     .co_nlocals = 2,
118944     .co_nplaincellvars = 0,
118945     .co_ncellvars = 0,
118946     .co_nfreevars = 0,
118947     .co_localsplusnames = & os_toplevel_consts_106_localsplusnames._object.ob_base.ob_base,
118948     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
118949     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
118950     .co_name = & const_str_getenv._ascii.ob_base,
118951     .co_qualname = & const_str_getenv._ascii.ob_base,
118952     .co_linetable = & os_toplevel_consts_106_linetable.ob_base.ob_base,
118953     ._co_code = NULL,
118954     ._co_linearray = NULL,
118955     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
118956     ._co_firsttraceable = 0,
118957 };
118958 static
118959     struct {
118960         PyGC_Head _gc_head;
118961         struct {
118962             PyObject_VAR_HEAD
118963             PyObject *ob_item[2];
118964         }_object;
118965     }
118966 os_toplevel_consts_107 = {
118967     ._object = {
118968         .ob_base = {
118969             .ob_base = {
118970                 .ob_refcnt = 999999999,
118971                 .ob_type = &PyTuple_Type,
118972             },
118973             .ob_size = 2,
118974         },
118975         .ob_item = {
118976             & const_str_getenv._ascii.ob_base,
118977             & const_str_supports_bytes_environ._ascii.ob_base,
118978         },
118979     },
118980 };
118981 static
118982     struct {
118983         PyASCIIObject _ascii;
118984         uint8_t _data[23];
118985     }
118986 os_toplevel_consts_108_consts_1 = {
118987     ._ascii = {
118988         .ob_base = {
118989             .ob_refcnt = 999999999,
118990             .ob_type = &PyUnicode_Type,
118991         },
118992         .length = 22,
118993         .hash = -1,
118994         .state = {
118995             .kind = 1,
118996             .compact = 1,
118997             .ascii = 1,
118998             .ready = 1,
118999         },
119000     },
119001     ._data = "bytes expected, not %s",
119002 };
119003 static
119004     struct {
119005         PyGC_Head _gc_head;
119006         struct {
119007             PyObject_VAR_HEAD
119008             PyObject *ob_item[2];
119009         }_object;
119010     }
119011 os_toplevel_consts_108_consts = {
119012     ._object = {
119013         .ob_base = {
119014             .ob_base = {
119015                 .ob_refcnt = 999999999,
119016                 .ob_type = &PyTuple_Type,
119017             },
119018             .ob_size = 2,
119019         },
119020         .ob_item = {
119021             Py_None,
119022             & os_toplevel_consts_108_consts_1._ascii.ob_base,
119023         },
119024     },
119025 };
119026 static
119027     struct {
119028         PyGC_Head _gc_head;
119029         struct {
119030             PyObject_VAR_HEAD
119031             PyObject *ob_item[5];
119032         }_object;
119033     }
119034 os_toplevel_consts_108_names = {
119035     ._object = {
119036         .ob_base = {
119037             .ob_base = {
119038                 .ob_refcnt = 999999999,
119039                 .ob_type = &PyTuple_Type,
119040             },
119041             .ob_size = 5,
119042         },
119043         .ob_item = {
119044             &_Py_ID(isinstance),
119045             & const_str_bytes._ascii.ob_base,
119046             & const_str_TypeError._ascii.ob_base,
119047             & const_str_type._ascii.ob_base,
119048             &_Py_ID(__name__),
119049         },
119050     },
119051 };
119052 static
119053     struct {
119054         PyASCIIObject _ascii;
119055         uint8_t _data[13];
119056     }
119057 const_str__check_bytes = {
119058     ._ascii = {
119059         .ob_base = {
119060             .ob_refcnt = 999999999,
119061             .ob_type = &PyUnicode_Type,
119062         },
119063         .length = 12,
119064         .hash = -1,
119065         .state = {
119066             .kind = 1,
119067             .compact = 1,
119068             .ascii = 1,
119069             .ready = 1,
119070         },
119071     },
119072     ._data = "_check_bytes",
119073 };
119074 static
119075     struct {
119076         PyObject_VAR_HEAD
119077         Py_hash_t ob_shash;
119078         char ob_sval[56];
119079     }
119080 os_toplevel_consts_108_linetable = {
119081     .ob_base = {
119082         .ob_base = {
119083             .ob_refcnt = 999999999,
119084             .ob_type = &PyBytes_Type,
119085         },
119086         .ob_size = 55,
119087     },
119088     .ob_shash = -1,
119089     .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x15\xd1\x0f\x27\xd4\x0f\x27\xf0\x00\x01\x09\x4d\x01\xdd\x12\x1b\xd0\x1c\x34\xb5\x74\xb8\x45\xb1\x7b\xb4\x7b\xd4\x37\x4b\xd1\x1c\x4b\xd1\x12\x4c\xd4\x12\x4c\xd0\x0c\x4c\xd8\x0f\x14\x88\x0c",
119090 };
119091 static
119092     struct _PyCode_DEF(120)
119093 os_toplevel_consts_108 = {
119094     .ob_base = {
119095         .ob_base = {
119096             .ob_refcnt = 999999999,
119097             .ob_type = &PyCode_Type,
119098         },
119099         .ob_size = 60,
119100     },
119101     .co_consts = & os_toplevel_consts_108_consts._object.ob_base.ob_base,
119102     .co_names = & os_toplevel_consts_108_names._object.ob_base.ob_base,
119103     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
119104     .co_flags = 3,
119105     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
119106     ._co_linearray_entry_size = 0,
119107     .co_argcount = 1,
119108     .co_posonlyargcount = 0,
119109     .co_kwonlyargcount = 0,
119110     .co_stacksize = 6,
119111     .co_firstlineno = 783,
119112     .co_nlocalsplus = 1,
119113     .co_nlocals = 1,
119114     .co_nplaincellvars = 0,
119115     .co_ncellvars = 0,
119116     .co_nfreevars = 0,
119117     .co_localsplusnames = & os_toplevel_consts_105_consts_2_localsplusnames._object.ob_base.ob_base,
119118     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
119119     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
119120     .co_name = & const_str__check_bytes._ascii.ob_base,
119121     .co_qualname = & const_str__check_bytes._ascii.ob_base,
119122     .co_linetable = & os_toplevel_consts_108_linetable.ob_base.ob_base,
119123     ._co_code = NULL,
119124     ._co_linearray = NULL,
119125     .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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x24\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x06\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x53\x00",
119126     ._co_firsttraceable = 0,
119127 };
119128 static
119129     struct {
119130         PyASCIIObject _ascii;
119131         uint8_t _data[180];
119132     }
119133 os_toplevel_consts_109_consts_0 = {
119134     ._ascii = {
119135         .ob_base = {
119136             .ob_refcnt = 999999999,
119137             .ob_type = &PyUnicode_Type,
119138         },
119139         .length = 179,
119140         .hash = -1,
119141         .state = {
119142             .kind = 1,
119143             .compact = 1,
119144             .ascii = 1,
119145             .ready = 1,
119146         },
119147     },
119148     ._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",
119149 };
119150 static
119151     struct {
119152         PyGC_Head _gc_head;
119153         struct {
119154             PyObject_VAR_HEAD
119155             PyObject *ob_item[1];
119156         }_object;
119157     }
119158 os_toplevel_consts_109_consts = {
119159     ._object = {
119160         .ob_base = {
119161             .ob_base = {
119162                 .ob_refcnt = 999999999,
119163                 .ob_type = &PyTuple_Type,
119164             },
119165             .ob_size = 1,
119166         },
119167         .ob_item = {
119168             & os_toplevel_consts_109_consts_0._ascii.ob_base,
119169         },
119170     },
119171 };
119172 static
119173     struct {
119174         PyGC_Head _gc_head;
119175         struct {
119176             PyObject_VAR_HEAD
119177             PyObject *ob_item[2];
119178         }_object;
119179     }
119180 os_toplevel_consts_109_names = {
119181     ._object = {
119182         .ob_base = {
119183             .ob_base = {
119184                 .ob_refcnt = 999999999,
119185                 .ob_type = &PyTuple_Type,
119186             },
119187             .ob_size = 2,
119188         },
119189         .ob_item = {
119190             & const_str_environb._ascii.ob_base,
119191             &_Py_ID(get),
119192         },
119193     },
119194 };
119195 static
119196     struct {
119197         PyASCIIObject _ascii;
119198         uint8_t _data[8];
119199     }
119200 const_str_getenvb = {
119201     ._ascii = {
119202         .ob_base = {
119203             .ob_refcnt = 999999999,
119204             .ob_type = &PyUnicode_Type,
119205         },
119206         .length = 7,
119207         .hash = -1,
119208         .state = {
119209             .kind = 1,
119210             .compact = 1,
119211             .ascii = 1,
119212             .ready = 1,
119213         },
119214     },
119215     ._data = "getenvb",
119216 };
119217 static
119218     struct {
119219         PyObject_VAR_HEAD
119220         Py_hash_t ob_shash;
119221         char ob_sval[25];
119222     }
119223 os_toplevel_consts_109_linetable = {
119224     .ob_base = {
119225         .ob_base = {
119226             .ob_refcnt = 999999999,
119227             .ob_type = &PyBytes_Type,
119228         },
119229         .ob_size = 24,
119230     },
119231     .ob_shash = -1,
119232     .ob_sval = "\x80\x00\xf5\x08\x00\x10\x18\x8f\x7c\x8a\x7c\x98\x43\xa0\x17\xd1\x0f\x29\xd4\x0f\x29\xd0\x08\x29",
119233 };
119234 static
119235     struct _PyCode_DEF(56)
119236 os_toplevel_consts_109 = {
119237     .ob_base = {
119238         .ob_base = {
119239             .ob_refcnt = 999999999,
119240             .ob_type = &PyCode_Type,
119241         },
119242         .ob_size = 28,
119243     },
119244     .co_consts = & os_toplevel_consts_109_consts._object.ob_base.ob_base,
119245     .co_names = & os_toplevel_consts_109_names._object.ob_base.ob_base,
119246     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
119247     .co_flags = 3,
119248     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
119249     ._co_linearray_entry_size = 0,
119250     .co_argcount = 2,
119251     .co_posonlyargcount = 0,
119252     .co_kwonlyargcount = 0,
119253     .co_stacksize = 4,
119254     .co_firstlineno = 794,
119255     .co_nlocalsplus = 2,
119256     .co_nlocals = 2,
119257     .co_nplaincellvars = 0,
119258     .co_ncellvars = 0,
119259     .co_nfreevars = 0,
119260     .co_localsplusnames = & os_toplevel_consts_106_localsplusnames._object.ob_base.ob_base,
119261     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
119262     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
119263     .co_name = & const_str_getenvb._ascii.ob_base,
119264     .co_qualname = & const_str_getenvb._ascii.ob_base,
119265     .co_linetable = & os_toplevel_consts_109_linetable.ob_base.ob_base,
119266     ._co_code = NULL,
119267     ._co_linearray = NULL,
119268     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
119269     ._co_firsttraceable = 0,
119270 };
119271 static
119272     struct {
119273         PyGC_Head _gc_head;
119274         struct {
119275             PyObject_VAR_HEAD
119276             PyObject *ob_item[2];
119277         }_object;
119278     }
119279 os_toplevel_consts_110 = {
119280     ._object = {
119281         .ob_base = {
119282             .ob_base = {
119283                 .ob_refcnt = 999999999,
119284                 .ob_type = &PyTuple_Type,
119285             },
119286             .ob_size = 2,
119287         },
119288         .ob_item = {
119289             & const_str_environb._ascii.ob_base,
119290             & const_str_getenvb._ascii.ob_base,
119291         },
119292     },
119293 };
119294 static
119295     struct {
119296         PyASCIIObject _ascii;
119297         uint8_t _data[280];
119298     }
119299 os_toplevel_consts_111_consts_1_consts_0 = {
119300     ._ascii = {
119301         .ob_base = {
119302             .ob_refcnt = 999999999,
119303             .ob_type = &PyUnicode_Type,
119304         },
119305         .length = 279,
119306         .hash = -1,
119307         .state = {
119308             .kind = 1,
119309             .compact = 1,
119310             .ascii = 1,
119311             .ready = 1,
119312         },
119313     },
119314     ._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",
119315 };
119316 static
119317     struct {
119318         PyGC_Head _gc_head;
119319         struct {
119320             PyObject_VAR_HEAD
119321             PyObject *ob_item[1];
119322         }_object;
119323     }
119324 os_toplevel_consts_111_consts_1_consts = {
119325     ._object = {
119326         .ob_base = {
119327             .ob_base = {
119328                 .ob_refcnt = 999999999,
119329                 .ob_type = &PyTuple_Type,
119330             },
119331             .ob_size = 1,
119332         },
119333         .ob_item = {
119334             & os_toplevel_consts_111_consts_1_consts_0._ascii.ob_base,
119335         },
119336     },
119337 };
119338 static
119339     struct {
119340         PyGC_Head _gc_head;
119341         struct {
119342             PyObject_VAR_HEAD
119343             PyObject *ob_item[4];
119344         }_object;
119345     }
119346 os_toplevel_consts_111_consts_1_names = {
119347     ._object = {
119348         .ob_base = {
119349             .ob_base = {
119350                 .ob_refcnt = 999999999,
119351                 .ob_type = &PyTuple_Type,
119352             },
119353             .ob_size = 4,
119354         },
119355         .ob_item = {
119356             & const_str_fspath._ascii.ob_base,
119357             &_Py_ID(isinstance),
119358             & const_str_str._ascii.ob_base,
119359             &_Py_ID(encode),
119360         },
119361     },
119362 };
119363 static
119364     struct {
119365         PyASCIIObject _ascii;
119366         uint8_t _data[27];
119367     }
119368 os_toplevel_consts_111_consts_1_qualname = {
119369     ._ascii = {
119370         .ob_base = {
119371             .ob_refcnt = 999999999,
119372             .ob_type = &PyUnicode_Type,
119373         },
119374         .length = 26,
119375         .hash = -1,
119376         .state = {
119377             .kind = 1,
119378             .compact = 1,
119379             .ascii = 1,
119380             .ready = 1,
119381         },
119382     },
119383     ._data = "_fscodec.<locals>.fsencode",
119384 };
119385 static
119386     struct {
119387         PyObject_VAR_HEAD
119388         Py_hash_t ob_shash;
119389         char ob_sval[62];
119390     }
119391 os_toplevel_consts_111_consts_1_linetable = {
119392     .ob_base = {
119393         .ob_base = {
119394             .ob_refcnt = 999999999,
119395             .ob_type = &PyBytes_Type,
119396         },
119397         .ob_size = 61,
119398     },
119399     .ob_shash = -1,
119400     .ob_sval = "\xf8\x80\x00\xf5\x0c\x00\x14\x1a\x98\x28\xd1\x13\x23\xd4\x13\x23\x88\x08\xdd\x0b\x15\x90\x68\xa5\x03\xd1\x0b\x24\xd4\x0b\x24\xf0\x00\x03\x09\x1c\xd8\x13\x1b\x97\x3f\x92\x3f\xa0\x38\xa8\x56\xd1\x13\x34\xd4\x13\x34\xd0\x0c\x34\xe0\x13\x1b\x88\x4f",
119401 };
119402 static
119403     struct {
119404         PyGC_Head _gc_head;
119405         struct {
119406             PyObject_VAR_HEAD
119407             PyObject *ob_item[3];
119408         }_object;
119409     }
119410 os_toplevel_consts_111_consts_1_localsplusnames = {
119411     ._object = {
119412         .ob_base = {
119413             .ob_base = {
119414                 .ob_refcnt = 999999999,
119415                 .ob_type = &PyTuple_Type,
119416             },
119417             .ob_size = 3,
119418         },
119419         .ob_item = {
119420             &_Py_ID(filename),
119421             &_Py_ID(encoding),
119422             &_Py_ID(errors),
119423         },
119424     },
119425 };
119426 static
119427     struct _PyCode_DEF(124)
119428 os_toplevel_consts_111_consts_1 = {
119429     .ob_base = {
119430         .ob_base = {
119431             .ob_refcnt = 999999999,
119432             .ob_type = &PyCode_Type,
119433         },
119434         .ob_size = 62,
119435     },
119436     .co_consts = & os_toplevel_consts_111_consts_1_consts._object.ob_base.ob_base,
119437     .co_names = & os_toplevel_consts_111_consts_1_names._object.ob_base.ob_base,
119438     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
119439     .co_flags = 19,
119440     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
119441     ._co_linearray_entry_size = 0,
119442     .co_argcount = 1,
119443     .co_posonlyargcount = 0,
119444     .co_kwonlyargcount = 0,
119445     .co_stacksize = 4,
119446     .co_firstlineno = 806,
119447     .co_nlocalsplus = 3,
119448     .co_nlocals = 1,
119449     .co_nplaincellvars = 0,
119450     .co_ncellvars = 0,
119451     .co_nfreevars = 2,
119452     .co_localsplusnames = & os_toplevel_consts_111_consts_1_localsplusnames._object.ob_base.ob_base,
119453     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_localspluskinds.ob_base.ob_base,
119454     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
119455     .co_name = & const_str_fsencode._ascii.ob_base,
119456     .co_qualname = & os_toplevel_consts_111_consts_1_qualname._ascii.ob_base,
119457     .co_linetable = & os_toplevel_consts_111_consts_1_linetable.ob_base.ob_base,
119458     ._co_code = NULL,
119459     ._co_linearray = NULL,
119460     .co_code_adaptive = "\x95\x02\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\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\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x16\x7c\x00\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x01\x89\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x00\x53\x00",
119461     ._co_firsttraceable = 1,
119462 };
119463 static
119464     struct {
119465         PyASCIIObject _ascii;
119466         uint8_t _data[280];
119467     }
119468 os_toplevel_consts_111_consts_2_consts_0 = {
119469     ._ascii = {
119470         .ob_base = {
119471             .ob_refcnt = 999999999,
119472             .ob_type = &PyUnicode_Type,
119473         },
119474         .length = 279,
119475         .hash = -1,
119476         .state = {
119477             .kind = 1,
119478             .compact = 1,
119479             .ascii = 1,
119480             .ready = 1,
119481         },
119482     },
119483     ._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",
119484 };
119485 static
119486     struct {
119487         PyGC_Head _gc_head;
119488         struct {
119489             PyObject_VAR_HEAD
119490             PyObject *ob_item[1];
119491         }_object;
119492     }
119493 os_toplevel_consts_111_consts_2_consts = {
119494     ._object = {
119495         .ob_base = {
119496             .ob_base = {
119497                 .ob_refcnt = 999999999,
119498                 .ob_type = &PyTuple_Type,
119499             },
119500             .ob_size = 1,
119501         },
119502         .ob_item = {
119503             & os_toplevel_consts_111_consts_2_consts_0._ascii.ob_base,
119504         },
119505     },
119506 };
119507 static
119508     struct {
119509         PyGC_Head _gc_head;
119510         struct {
119511             PyObject_VAR_HEAD
119512             PyObject *ob_item[4];
119513         }_object;
119514     }
119515 os_toplevel_consts_111_consts_2_names = {
119516     ._object = {
119517         .ob_base = {
119518             .ob_base = {
119519                 .ob_refcnt = 999999999,
119520                 .ob_type = &PyTuple_Type,
119521             },
119522             .ob_size = 4,
119523         },
119524         .ob_item = {
119525             & const_str_fspath._ascii.ob_base,
119526             &_Py_ID(isinstance),
119527             & const_str_bytes._ascii.ob_base,
119528             &_Py_ID(decode),
119529         },
119530     },
119531 };
119532 static
119533     struct {
119534         PyASCIIObject _ascii;
119535         uint8_t _data[27];
119536     }
119537 os_toplevel_consts_111_consts_2_qualname = {
119538     ._ascii = {
119539         .ob_base = {
119540             .ob_refcnt = 999999999,
119541             .ob_type = &PyUnicode_Type,
119542         },
119543         .length = 26,
119544         .hash = -1,
119545         .state = {
119546             .kind = 1,
119547             .compact = 1,
119548             .ascii = 1,
119549             .ready = 1,
119550         },
119551     },
119552     ._data = "_fscodec.<locals>.fsdecode",
119553 };
119554 static
119555     struct {
119556         PyObject_VAR_HEAD
119557         Py_hash_t ob_shash;
119558         char ob_sval[62];
119559     }
119560 os_toplevel_consts_111_consts_2_linetable = {
119561     .ob_base = {
119562         .ob_base = {
119563             .ob_refcnt = 999999999,
119564             .ob_type = &PyBytes_Type,
119565         },
119566         .ob_size = 61,
119567     },
119568     .ob_shash = -1,
119569     .ob_sval = "\xf8\x80\x00\xf5\x0c\x00\x14\x1a\x98\x28\xd1\x13\x23\xd4\x13\x23\x88\x08\xdd\x0b\x15\x90\x68\xa5\x05\xd1\x0b\x26\xd4\x0b\x26\xf0\x00\x03\x09\x1c\xd8\x13\x1b\x97\x3f\x92\x3f\xa0\x38\xa8\x56\xd1\x13\x34\xd4\x13\x34\xd0\x0c\x34\xe0\x13\x1b\x88\x4f",
119570 };
119571 static
119572     struct _PyCode_DEF(124)
119573 os_toplevel_consts_111_consts_2 = {
119574     .ob_base = {
119575         .ob_base = {
119576             .ob_refcnt = 999999999,
119577             .ob_type = &PyCode_Type,
119578         },
119579         .ob_size = 62,
119580     },
119581     .co_consts = & os_toplevel_consts_111_consts_2_consts._object.ob_base.ob_base,
119582     .co_names = & os_toplevel_consts_111_consts_2_names._object.ob_base.ob_base,
119583     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
119584     .co_flags = 19,
119585     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
119586     ._co_linearray_entry_size = 0,
119587     .co_argcount = 1,
119588     .co_posonlyargcount = 0,
119589     .co_kwonlyargcount = 0,
119590     .co_stacksize = 4,
119591     .co_firstlineno = 818,
119592     .co_nlocalsplus = 3,
119593     .co_nlocals = 1,
119594     .co_nplaincellvars = 0,
119595     .co_ncellvars = 0,
119596     .co_nfreevars = 2,
119597     .co_localsplusnames = & os_toplevel_consts_111_consts_1_localsplusnames._object.ob_base.ob_base,
119598     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_localspluskinds.ob_base.ob_base,
119599     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
119600     .co_name = & const_str_fsdecode._ascii.ob_base,
119601     .co_qualname = & os_toplevel_consts_111_consts_2_qualname._ascii.ob_base,
119602     .co_linetable = & os_toplevel_consts_111_consts_2_linetable.ob_base.ob_base,
119603     ._co_code = NULL,
119604     ._co_linearray = NULL,
119605     .co_code_adaptive = "\x95\x02\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\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\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x16\x7c\x00\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x01\x89\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x00\x53\x00",
119606     ._co_firsttraceable = 1,
119607 };
119608 static
119609     struct {
119610         PyGC_Head _gc_head;
119611         struct {
119612             PyObject_VAR_HEAD
119613             PyObject *ob_item[3];
119614         }_object;
119615     }
119616 os_toplevel_consts_111_consts = {
119617     ._object = {
119618         .ob_base = {
119619             .ob_base = {
119620                 .ob_refcnt = 999999999,
119621                 .ob_type = &PyTuple_Type,
119622             },
119623             .ob_size = 3,
119624         },
119625         .ob_item = {
119626             Py_None,
119627             & os_toplevel_consts_111_consts_1.ob_base.ob_base,
119628             & os_toplevel_consts_111_consts_2.ob_base.ob_base,
119629         },
119630     },
119631 };
119632 static
119633     struct {
119634         PyASCIIObject _ascii;
119635         uint8_t _data[26];
119636     }
119637 const_str_getfilesystemencodeerrors = {
119638     ._ascii = {
119639         .ob_base = {
119640             .ob_refcnt = 999999999,
119641             .ob_type = &PyUnicode_Type,
119642         },
119643         .length = 25,
119644         .hash = -1,
119645         .state = {
119646             .kind = 1,
119647             .compact = 1,
119648             .ascii = 1,
119649             .ready = 1,
119650         },
119651     },
119652     ._data = "getfilesystemencodeerrors",
119653 };
119654 static
119655     struct {
119656         PyGC_Head _gc_head;
119657         struct {
119658             PyObject_VAR_HEAD
119659             PyObject *ob_item[3];
119660         }_object;
119661     }
119662 os_toplevel_consts_111_names = {
119663     ._object = {
119664         .ob_base = {
119665             .ob_base = {
119666                 .ob_refcnt = 999999999,
119667                 .ob_type = &PyTuple_Type,
119668             },
119669             .ob_size = 3,
119670         },
119671         .ob_item = {
119672             & const_str_sys._ascii.ob_base,
119673             & const_str_getfilesystemencoding._ascii.ob_base,
119674             & const_str_getfilesystemencodeerrors._ascii.ob_base,
119675         },
119676     },
119677 };
119678 static
119679     struct {
119680         PyASCIIObject _ascii;
119681         uint8_t _data[9];
119682     }
119683 const_str__fscodec = {
119684     ._ascii = {
119685         .ob_base = {
119686             .ob_refcnt = 999999999,
119687             .ob_type = &PyUnicode_Type,
119688         },
119689         .length = 8,
119690         .hash = -1,
119691         .state = {
119692             .kind = 1,
119693             .compact = 1,
119694             .ascii = 1,
119695             .ready = 1,
119696         },
119697     },
119698     ._data = "_fscodec",
119699 };
119700 static
119701     struct {
119702         PyObject_VAR_HEAD
119703         Py_hash_t ob_shash;
119704         char ob_sval[106];
119705     }
119706 os_toplevel_consts_111_linetable = {
119707     .ob_base = {
119708         .ob_base = {
119709             .ob_refcnt = 999999999,
119710             .ob_type = &PyBytes_Type,
119711         },
119712         .ob_size = 105,
119713     },
119714     .ob_shash = -1,
119715     .ob_sval = "\xf8\xf8\x80\x00\xdd\x0f\x12\xd4\x0f\x28\xd1\x0f\x2a\xd4\x0f\x2a\x80\x48\xdd\x0d\x10\xd4\x0d\x2a\xd1\x0d\x2c\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",
119716 };
119717 static
119718     struct {
119719         PyGC_Head _gc_head;
119720         struct {
119721             PyObject_VAR_HEAD
119722             PyObject *ob_item[4];
119723         }_object;
119724     }
119725 os_toplevel_consts_111_localsplusnames = {
119726     ._object = {
119727         .ob_base = {
119728             .ob_base = {
119729                 .ob_refcnt = 999999999,
119730                 .ob_type = &PyTuple_Type,
119731             },
119732             .ob_size = 4,
119733         },
119734         .ob_item = {
119735             & const_str_fsencode._ascii.ob_base,
119736             & const_str_fsdecode._ascii.ob_base,
119737             &_Py_ID(encoding),
119738             &_Py_ID(errors),
119739         },
119740     },
119741 };
119742 static
119743     struct {
119744         PyObject_VAR_HEAD
119745         Py_hash_t ob_shash;
119746         char ob_sval[5];
119747     }
119748 os_toplevel_consts_111_localspluskinds = {
119749     .ob_base = {
119750         .ob_base = {
119751             .ob_refcnt = 999999999,
119752             .ob_type = &PyBytes_Type,
119753         },
119754         .ob_size = 4,
119755     },
119756     .ob_shash = -1,
119757     .ob_sval = "  @@",
119758 };
119759 static
119760     struct _PyCode_DEF(114)
119761 os_toplevel_consts_111 = {
119762     .ob_base = {
119763         .ob_base = {
119764             .ob_refcnt = 999999999,
119765             .ob_type = &PyCode_Type,
119766         },
119767         .ob_size = 57,
119768     },
119769     .co_consts = & os_toplevel_consts_111_consts._object.ob_base.ob_base,
119770     .co_names = & os_toplevel_consts_111_names._object.ob_base.ob_base,
119771     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
119772     .co_flags = 3,
119773     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
119774     ._co_linearray_entry_size = 0,
119775     .co_argcount = 0,
119776     .co_posonlyargcount = 0,
119777     .co_kwonlyargcount = 0,
119778     .co_stacksize = 2,
119779     .co_firstlineno = 802,
119780     .co_nlocalsplus = 4,
119781     .co_nlocals = 2,
119782     .co_nplaincellvars = 2,
119783     .co_ncellvars = 2,
119784     .co_nfreevars = 0,
119785     .co_localsplusnames = & os_toplevel_consts_111_localsplusnames._object.ob_base.ob_base,
119786     .co_localspluskinds = & os_toplevel_consts_111_localspluskinds.ob_base.ob_base,
119787     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
119788     .co_name = & const_str__fscodec._ascii.ob_base,
119789     .co_qualname = & const_str__fscodec._ascii.ob_base,
119790     .co_linetable = & os_toplevel_consts_111_linetable.ob_base.ob_base,
119791     ._co_code = NULL,
119792     ._co_linearray = NULL,
119793     .co_code_adaptive = "\x87\x02\x87\x03\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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",
119794     ._co_firsttraceable = 2,
119795 };
119796 static
119797     struct {
119798         PyASCIIObject _ascii;
119799         uint8_t _data[5];
119800     }
119801 const_str_fork = {
119802     ._ascii = {
119803         .ob_base = {
119804             .ob_refcnt = 999999999,
119805             .ob_type = &PyUnicode_Type,
119806         },
119807         .length = 4,
119808         .hash = -1,
119809         .state = {
119810             .kind = 1,
119811             .compact = 1,
119812             .ascii = 1,
119813             .ready = 1,
119814         },
119815     },
119816     ._data = "fork",
119817 };
119818 static
119819     struct {
119820         PyASCIIObject _ascii;
119821         uint8_t _data[7];
119822     }
119823 const_str_spawnv = {
119824     ._ascii = {
119825         .ob_base = {
119826             .ob_refcnt = 999999999,
119827             .ob_type = &PyUnicode_Type,
119828         },
119829         .length = 6,
119830         .hash = -1,
119831         .state = {
119832             .kind = 1,
119833             .compact = 1,
119834             .ascii = 1,
119835             .ready = 1,
119836         },
119837     },
119838     ._data = "spawnv",
119839 };
119840 static
119841     struct {
119842         PyASCIIObject _ascii;
119843         uint8_t _data[7];
119844     }
119845 const_str_P_WAIT = {
119846     ._ascii = {
119847         .ob_base = {
119848             .ob_refcnt = 999999999,
119849             .ob_type = &PyUnicode_Type,
119850         },
119851         .length = 6,
119852         .hash = -1,
119853         .state = {
119854             .kind = 1,
119855             .compact = 1,
119856             .ascii = 1,
119857             .ready = 1,
119858         },
119859     },
119860     ._data = "P_WAIT",
119861 };
119862 static
119863     struct {
119864         PyASCIIObject _ascii;
119865         uint8_t _data[9];
119866     }
119867 const_str_P_NOWAIT = {
119868     ._ascii = {
119869         .ob_base = {
119870             .ob_refcnt = 999999999,
119871             .ob_type = &PyUnicode_Type,
119872         },
119873         .length = 8,
119874         .hash = -1,
119875         .state = {
119876             .kind = 1,
119877             .compact = 1,
119878             .ascii = 1,
119879             .ready = 1,
119880         },
119881     },
119882     ._data = "P_NOWAIT",
119883 };
119884 static
119885     struct {
119886         PyASCIIObject _ascii;
119887         uint8_t _data[10];
119888     }
119889 const_str_P_NOWAITO = {
119890     ._ascii = {
119891         .ob_base = {
119892             .ob_refcnt = 999999999,
119893             .ob_type = &PyUnicode_Type,
119894         },
119895         .length = 9,
119896         .hash = -1,
119897         .state = {
119898             .kind = 1,
119899             .compact = 1,
119900             .ascii = 1,
119901             .ready = 1,
119902         },
119903     },
119904     ._data = "P_NOWAITO",
119905 };
119906 static
119907     struct {
119908         PyGC_Head _gc_head;
119909         struct {
119910             PyObject_VAR_HEAD
119911             PyObject *ob_item[3];
119912         }_object;
119913     }
119914 os_toplevel_consts_115 = {
119915     ._object = {
119916         .ob_base = {
119917             .ob_base = {
119918                 .ob_refcnt = 999999999,
119919                 .ob_type = &PyTuple_Type,
119920             },
119921             .ob_size = 3,
119922         },
119923         .ob_item = {
119924             & const_str_P_WAIT._ascii.ob_base,
119925             & const_str_P_NOWAIT._ascii.ob_base,
119926             & const_str_P_NOWAITO._ascii.ob_base,
119927         },
119928     },
119929 };
119930 static
119931     struct {
119932         PyASCIIObject _ascii;
119933         uint8_t _data[31];
119934     }
119935 os_toplevel_consts_116_consts_1 = {
119936     ._ascii = {
119937         .ob_base = {
119938             .ob_refcnt = 999999999,
119939             .ob_type = &PyUnicode_Type,
119940         },
119941         .length = 30,
119942         .hash = -1,
119943         .state = {
119944             .kind = 1,
119945             .compact = 1,
119946             .ascii = 1,
119947             .ready = 1,
119948         },
119949     },
119950     ._data = "argv must be a tuple or a list",
119951 };
119952 static
119953     struct {
119954         PyASCIIObject _ascii;
119955         uint8_t _data[35];
119956     }
119957 os_toplevel_consts_116_consts_3 = {
119958     ._ascii = {
119959         .ob_base = {
119960             .ob_refcnt = 999999999,
119961             .ob_type = &PyUnicode_Type,
119962         },
119963         .length = 34,
119964         .hash = -1,
119965         .state = {
119966             .kind = 1,
119967             .compact = 1,
119968             .ascii = 1,
119969             .ready = 1,
119970         },
119971     },
119972     ._data = "argv first element cannot be empty",
119973 };
119974 static
119975     struct {
119976         PyGC_Head _gc_head;
119977         struct {
119978             PyObject_VAR_HEAD
119979             PyObject *ob_item[5];
119980         }_object;
119981     }
119982 os_toplevel_consts_116_consts = {
119983     ._object = {
119984         .ob_base = {
119985             .ob_base = {
119986                 .ob_refcnt = 999999999,
119987                 .ob_type = &PyTuple_Type,
119988             },
119989             .ob_size = 5,
119990         },
119991         .ob_item = {
119992             Py_None,
119993             & os_toplevel_consts_116_consts_1._ascii.ob_base,
119994             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
119995             & os_toplevel_consts_116_consts_3._ascii.ob_base,
119996             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 127],
119997         },
119998     },
119999 };
120000 static
120001     struct {
120002         PyASCIIObject _ascii;
120003         uint8_t _data[8];
120004     }
120005 const_str_waitpid = {
120006     ._ascii = {
120007         .ob_base = {
120008             .ob_refcnt = 999999999,
120009             .ob_type = &PyUnicode_Type,
120010         },
120011         .length = 7,
120012         .hash = -1,
120013         .state = {
120014             .kind = 1,
120015             .compact = 1,
120016             .ascii = 1,
120017             .ready = 1,
120018         },
120019     },
120020     ._data = "waitpid",
120021 };
120022 static
120023     struct {
120024         PyASCIIObject _ascii;
120025         uint8_t _data[11];
120026     }
120027 const_str_WIFSTOPPED = {
120028     ._ascii = {
120029         .ob_base = {
120030             .ob_refcnt = 999999999,
120031             .ob_type = &PyUnicode_Type,
120032         },
120033         .length = 10,
120034         .hash = -1,
120035         .state = {
120036             .kind = 1,
120037             .compact = 1,
120038             .ascii = 1,
120039             .ready = 1,
120040         },
120041     },
120042     ._data = "WIFSTOPPED",
120043 };
120044 static
120045     struct {
120046         PyASCIIObject _ascii;
120047         uint8_t _data[23];
120048     }
120049 const_str_waitstatus_to_exitcode = {
120050     ._ascii = {
120051         .ob_base = {
120052             .ob_refcnt = 999999999,
120053             .ob_type = &PyUnicode_Type,
120054         },
120055         .length = 22,
120056         .hash = -1,
120057         .state = {
120058             .kind = 1,
120059             .compact = 1,
120060             .ascii = 1,
120061             .ready = 1,
120062         },
120063     },
120064     ._data = "waitstatus_to_exitcode",
120065 };
120066 static
120067     struct {
120068         PyGC_Head _gc_head;
120069         struct {
120070             PyObject_VAR_HEAD
120071             PyObject *ob_item[11];
120072         }_object;
120073     }
120074 os_toplevel_consts_116_names = {
120075     ._object = {
120076         .ob_base = {
120077             .ob_base = {
120078                 .ob_refcnt = 999999999,
120079                 .ob_type = &PyTuple_Type,
120080             },
120081             .ob_size = 11,
120082         },
120083         .ob_item = {
120084             &_Py_ID(isinstance),
120085             & const_str_tuple._ascii.ob_base,
120086             & const_str_list._ascii.ob_base,
120087             & const_str_TypeError._ascii.ob_base,
120088             & const_str_ValueError._ascii.ob_base,
120089             & const_str_fork._ascii.ob_base,
120090             & const_str__exit._ascii.ob_base,
120091             & const_str_P_NOWAIT._ascii.ob_base,
120092             & const_str_waitpid._ascii.ob_base,
120093             & const_str_WIFSTOPPED._ascii.ob_base,
120094             & const_str_waitstatus_to_exitcode._ascii.ob_base,
120095         },
120096     },
120097 };
120098 static
120099     struct {
120100         PyASCIIObject _ascii;
120101         uint8_t _data[10];
120102     }
120103 const_str__spawnvef = {
120104     ._ascii = {
120105         .ob_base = {
120106             .ob_refcnt = 999999999,
120107             .ob_type = &PyUnicode_Type,
120108         },
120109         .length = 9,
120110         .hash = -1,
120111         .state = {
120112             .kind = 1,
120113             .compact = 1,
120114             .ascii = 1,
120115             .ready = 1,
120116         },
120117     },
120118     ._data = "_spawnvef",
120119 };
120120 static
120121     struct {
120122         PyObject_VAR_HEAD
120123         Py_hash_t ob_shash;
120124         char ob_sval[255];
120125     }
120126 os_toplevel_consts_116_linetable = {
120127     .ob_base = {
120128         .ob_base = {
120129             .ob_refcnt = 999999999,
120130             .ob_type = &PyBytes_Type,
120131         },
120132         .ob_size = 254,
120133     },
120134     .ob_shash = -1,
120135     .ob_sval = "\x80\x00\xe5\x0f\x19\x98\x24\xa5\x15\xad\x04\xa0\x0d\xd1\x0f\x2e\xd4\x0f\x2e\xf0\x00\x01\x09\x3e\xdd\x12\x1b\xd0\x1c\x3c\xd1\x12\x3d\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\xd1\x12\x42\xd4\x12\x42\xd0\x0c\x42\xdd\x0e\x12\x89\x66\x8c\x66\x88\x03\xd8\x0f\x12\xf0\x00\x12\x09\x33\xf0\x04\x06\x0d\x1b\xd8\x13\x16\x90\x3b\xd8\x14\x18\x90\x44\x98\x14\x98\x74\xd1\x14\x24\xd4\x14\x24\xd0\x14\x24\xd0\x14\x24\xe0\x14\x18\x90\x44\x98\x14\x98\x74\xa0\x53\xd1\x14\x29\xd4\x14\x29\xd0\x14\x29\xd0\x14\x29\xd0\x14\x29\xf0\x05\x00\x15\x25\xd0\x14\x24\xf8\xf0\x06\x01\x0d\x1b\xdd\x10\x15\x90\x63\x91\x0a\x94\x0a\x90\x0a\x90\x0a\x90\x0a\x90\x0a\xf8\xf8\xf8\xf0\x06\x00\x10\x14\x95\x78\xd2\x0f\x1f\xd0\x0f\x1f\xd8\x17\x1a\x90\x0a\xf0\x02\x05\x0d\x33\xdd\x1c\x23\xa0\x43\xa8\x11\x99\x4f\x9c\x4f\x91\x09\x90\x04\x90\x63\xdd\x13\x1d\x98\x63\x91\x3f\x94\x3f\xf0\x00\x01\x11\x1d\xd8\x14\x1c\xe5\x17\x2d\xa8\x63\xd1\x17\x32\xd4\x17\x32\xd0\x10\x32",
120136 };
120137 static
120138     struct {
120139         PyObject_VAR_HEAD
120140         Py_hash_t ob_shash;
120141         char ob_sval[13];
120142     }
120143 os_toplevel_consts_116_exceptiontable = {
120144     .ob_base = {
120145         .ob_base = {
120146             .ob_refcnt = 999999999,
120147             .ob_type = &PyBytes_Type,
120148         },
120149         .ob_size = 12,
120150     },
120151     .ob_shash = -1,
120152     .ob_sval = "\xc1\x16\x1c\x41\x36\x00\xc1\x36\x11\x42\x0a\x03",
120153 };
120154 static
120155     struct {
120156         PyASCIIObject _ascii;
120157         uint8_t _data[5];
120158     }
120159 const_str_func = {
120160     ._ascii = {
120161         .ob_base = {
120162             .ob_refcnt = 999999999,
120163             .ob_type = &PyUnicode_Type,
120164         },
120165         .length = 4,
120166         .hash = -1,
120167         .state = {
120168             .kind = 1,
120169             .compact = 1,
120170             .ascii = 1,
120171             .ready = 1,
120172         },
120173     },
120174     ._data = "func",
120175 };
120176 static
120177     struct {
120178         PyASCIIObject _ascii;
120179         uint8_t _data[4];
120180     }
120181 const_str_pid = {
120182     ._ascii = {
120183         .ob_base = {
120184             .ob_refcnt = 999999999,
120185             .ob_type = &PyUnicode_Type,
120186         },
120187         .length = 3,
120188         .hash = -1,
120189         .state = {
120190             .kind = 1,
120191             .compact = 1,
120192             .ascii = 1,
120193             .ready = 1,
120194         },
120195     },
120196     ._data = "pid",
120197 };
120198 static
120199     struct {
120200         PyASCIIObject _ascii;
120201         uint8_t _data[5];
120202     }
120203 const_str_wpid = {
120204     ._ascii = {
120205         .ob_base = {
120206             .ob_refcnt = 999999999,
120207             .ob_type = &PyUnicode_Type,
120208         },
120209         .length = 4,
120210         .hash = -1,
120211         .state = {
120212             .kind = 1,
120213             .compact = 1,
120214             .ascii = 1,
120215             .ready = 1,
120216         },
120217     },
120218     ._data = "wpid",
120219 };
120220 static
120221     struct {
120222         PyASCIIObject _ascii;
120223         uint8_t _data[4];
120224     }
120225 const_str_sts = {
120226     ._ascii = {
120227         .ob_base = {
120228             .ob_refcnt = 999999999,
120229             .ob_type = &PyUnicode_Type,
120230         },
120231         .length = 3,
120232         .hash = -1,
120233         .state = {
120234             .kind = 1,
120235             .compact = 1,
120236             .ascii = 1,
120237             .ready = 1,
120238         },
120239     },
120240     ._data = "sts",
120241 };
120242 static
120243     struct {
120244         PyGC_Head _gc_head;
120245         struct {
120246             PyObject_VAR_HEAD
120247             PyObject *ob_item[8];
120248         }_object;
120249     }
120250 os_toplevel_consts_116_localsplusnames = {
120251     ._object = {
120252         .ob_base = {
120253             .ob_base = {
120254                 .ob_refcnt = 999999999,
120255                 .ob_type = &PyTuple_Type,
120256             },
120257             .ob_size = 8,
120258         },
120259         .ob_item = {
120260             &_Py_ID(mode),
120261             & const_str_file._ascii.ob_base,
120262             & const_str_args._ascii.ob_base,
120263             & const_str_env._ascii.ob_base,
120264             & const_str_func._ascii.ob_base,
120265             & const_str_pid._ascii.ob_base,
120266             & const_str_wpid._ascii.ob_base,
120267             & const_str_sts._ascii.ob_base,
120268         },
120269     },
120270 };
120271 static
120272     struct _PyCode_DEF(410)
120273 os_toplevel_consts_116 = {
120274     .ob_base = {
120275         .ob_base = {
120276             .ob_refcnt = 999999999,
120277             .ob_type = &PyCode_Type,
120278         },
120279         .ob_size = 205,
120280     },
120281     .co_consts = & os_toplevel_consts_116_consts._object.ob_base.ob_base,
120282     .co_names = & os_toplevel_consts_116_names._object.ob_base.ob_base,
120283     .co_exceptiontable = & os_toplevel_consts_116_exceptiontable.ob_base.ob_base,
120284     .co_flags = 3,
120285     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
120286     ._co_linearray_entry_size = 0,
120287     .co_argcount = 5,
120288     .co_posonlyargcount = 0,
120289     .co_kwonlyargcount = 0,
120290     .co_stacksize = 5,
120291     .co_firstlineno = 847,
120292     .co_nlocalsplus = 8,
120293     .co_nlocals = 8,
120294     .co_nplaincellvars = 0,
120295     .co_ncellvars = 0,
120296     .co_nfreevars = 0,
120297     .co_localsplusnames = & os_toplevel_consts_116_localsplusnames._object.ob_base.ob_base,
120298     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
120299     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
120300     .co_name = & const_str__spawnvef._ascii.ob_base,
120301     .co_qualname = & const_str__spawnvef._ascii.ob_base,
120302     .co_linetable = & os_toplevel_consts_116_linetable.ob_base.ob_base,
120303     ._co_code = NULL,
120304     ._co_linearray = NULL,
120305     .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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x0f\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\x00\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\x0f\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x73\x38\x09\x00\x7c\x03\x80\x0d\x02\x00\x7c\x04\x7c\x01\x7c\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0f\x02\x00\x7c\x04\x7c\x01\x7c\x02\x7c\x03\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x64\x00\x53\x00\x23\x00\x01\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x64\x00\x53\x00\x78\x03\x59\x00\x77\x01\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\xa6\x02\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x01\x8c\x24\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
120306     ._co_firsttraceable = 0,
120307 };
120308 static
120309     struct {
120310         PyASCIIObject _ascii;
120311         uint8_t _data[278];
120312     }
120313 os_toplevel_consts_117_consts_0 = {
120314     ._ascii = {
120315         .ob_base = {
120316             .ob_refcnt = 999999999,
120317             .ob_type = &PyUnicode_Type,
120318         },
120319         .length = 277,
120320         .hash = -1,
120321         .state = {
120322             .kind = 1,
120323             .compact = 1,
120324             .ascii = 1,
120325             .ready = 1,
120326         },
120327     },
120328     ._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",
120329 };
120330 static
120331     struct {
120332         PyGC_Head _gc_head;
120333         struct {
120334             PyObject_VAR_HEAD
120335             PyObject *ob_item[2];
120336         }_object;
120337     }
120338 os_toplevel_consts_117_consts = {
120339     ._object = {
120340         .ob_base = {
120341             .ob_base = {
120342                 .ob_refcnt = 999999999,
120343                 .ob_type = &PyTuple_Type,
120344             },
120345             .ob_size = 2,
120346         },
120347         .ob_item = {
120348             & os_toplevel_consts_117_consts_0._ascii.ob_base,
120349             Py_None,
120350         },
120351     },
120352 };
120353 static
120354     struct {
120355         PyGC_Head _gc_head;
120356         struct {
120357             PyObject_VAR_HEAD
120358             PyObject *ob_item[2];
120359         }_object;
120360     }
120361 os_toplevel_consts_117_names = {
120362     ._object = {
120363         .ob_base = {
120364             .ob_base = {
120365                 .ob_refcnt = 999999999,
120366                 .ob_type = &PyTuple_Type,
120367             },
120368             .ob_size = 2,
120369         },
120370         .ob_item = {
120371             & const_str__spawnvef._ascii.ob_base,
120372             & const_str_execv._ascii.ob_base,
120373         },
120374     },
120375 };
120376 static
120377     struct {
120378         PyObject_VAR_HEAD
120379         Py_hash_t ob_shash;
120380         char ob_sval[27];
120381     }
120382 os_toplevel_consts_117_linetable = {
120383     .ob_base = {
120384         .ob_base = {
120385             .ob_refcnt = 999999999,
120386             .ob_type = &PyBytes_Type,
120387         },
120388         .ob_size = 26,
120389     },
120390     .ob_shash = -1,
120391     .ob_sval = "\x80\x00\xf5\x0e\x00\x10\x19\x98\x14\x98\x74\xa0\x54\xa8\x34\xb5\x15\xd1\x0f\x37\xd4\x0f\x37\xd0\x08\x37",
120392 };
120393 static
120394     struct {
120395         PyGC_Head _gc_head;
120396         struct {
120397             PyObject_VAR_HEAD
120398             PyObject *ob_item[3];
120399         }_object;
120400     }
120401 os_toplevel_consts_117_localsplusnames = {
120402     ._object = {
120403         .ob_base = {
120404             .ob_base = {
120405                 .ob_refcnt = 999999999,
120406                 .ob_type = &PyTuple_Type,
120407             },
120408             .ob_size = 3,
120409         },
120410         .ob_item = {
120411             &_Py_ID(mode),
120412             & const_str_file._ascii.ob_base,
120413             & const_str_args._ascii.ob_base,
120414         },
120415     },
120416 };
120417 static
120418     struct _PyCode_DEF(50)
120419 os_toplevel_consts_117 = {
120420     .ob_base = {
120421         .ob_base = {
120422             .ob_refcnt = 999999999,
120423             .ob_type = &PyCode_Type,
120424         },
120425         .ob_size = 25,
120426     },
120427     .co_consts = & os_toplevel_consts_117_consts._object.ob_base.ob_base,
120428     .co_names = & os_toplevel_consts_117_names._object.ob_base.ob_base,
120429     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
120430     .co_flags = 3,
120431     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
120432     ._co_linearray_entry_size = 0,
120433     .co_argcount = 3,
120434     .co_posonlyargcount = 0,
120435     .co_kwonlyargcount = 0,
120436     .co_stacksize = 7,
120437     .co_firstlineno = 874,
120438     .co_nlocalsplus = 3,
120439     .co_nlocals = 3,
120440     .co_nplaincellvars = 0,
120441     .co_ncellvars = 0,
120442     .co_nfreevars = 0,
120443     .co_localsplusnames = & os_toplevel_consts_117_localsplusnames._object.ob_base.ob_base,
120444     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
120445     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
120446     .co_name = & const_str_spawnv._ascii.ob_base,
120447     .co_qualname = & const_str_spawnv._ascii.ob_base,
120448     .co_linetable = & os_toplevel_consts_117_linetable.ob_base.ob_base,
120449     ._co_code = NULL,
120450     ._co_linearray = NULL,
120451     .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\xa6\x05\x00\x00\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
120452     ._co_firsttraceable = 0,
120453 };
120454 static
120455     struct {
120456         PyASCIIObject _ascii;
120457         uint8_t _data[315];
120458     }
120459 os_toplevel_consts_118_consts_0 = {
120460     ._ascii = {
120461         .ob_base = {
120462             .ob_refcnt = 999999999,
120463             .ob_type = &PyUnicode_Type,
120464         },
120465         .length = 314,
120466         .hash = -1,
120467         .state = {
120468             .kind = 1,
120469             .compact = 1,
120470             .ascii = 1,
120471             .ready = 1,
120472         },
120473     },
120474     ._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",
120475 };
120476 static
120477     struct {
120478         PyGC_Head _gc_head;
120479         struct {
120480             PyObject_VAR_HEAD
120481             PyObject *ob_item[1];
120482         }_object;
120483     }
120484 os_toplevel_consts_118_consts = {
120485     ._object = {
120486         .ob_base = {
120487             .ob_base = {
120488                 .ob_refcnt = 999999999,
120489                 .ob_type = &PyTuple_Type,
120490             },
120491             .ob_size = 1,
120492         },
120493         .ob_item = {
120494             & os_toplevel_consts_118_consts_0._ascii.ob_base,
120495         },
120496     },
120497 };
120498 static
120499     struct {
120500         PyGC_Head _gc_head;
120501         struct {
120502             PyObject_VAR_HEAD
120503             PyObject *ob_item[2];
120504         }_object;
120505     }
120506 os_toplevel_consts_118_names = {
120507     ._object = {
120508         .ob_base = {
120509             .ob_base = {
120510                 .ob_refcnt = 999999999,
120511                 .ob_type = &PyTuple_Type,
120512             },
120513             .ob_size = 2,
120514         },
120515         .ob_item = {
120516             & const_str__spawnvef._ascii.ob_base,
120517             & const_str_execve._ascii.ob_base,
120518         },
120519     },
120520 };
120521 static
120522     struct {
120523         PyASCIIObject _ascii;
120524         uint8_t _data[8];
120525     }
120526 const_str_spawnve = {
120527     ._ascii = {
120528         .ob_base = {
120529             .ob_refcnt = 999999999,
120530             .ob_type = &PyUnicode_Type,
120531         },
120532         .length = 7,
120533         .hash = -1,
120534         .state = {
120535             .kind = 1,
120536             .compact = 1,
120537             .ascii = 1,
120538             .ready = 1,
120539         },
120540     },
120541     ._data = "spawnve",
120542 };
120543 static
120544     struct {
120545         PyObject_VAR_HEAD
120546         Py_hash_t ob_shash;
120547         char ob_sval[27];
120548     }
120549 os_toplevel_consts_118_linetable = {
120550     .ob_base = {
120551         .ob_base = {
120552             .ob_refcnt = 999999999,
120553             .ob_type = &PyBytes_Type,
120554         },
120555         .ob_size = 26,
120556     },
120557     .ob_shash = -1,
120558     .ob_sval = "\x80\x00\xf5\x10\x00\x10\x19\x98\x14\x98\x74\xa0\x54\xa8\x33\xb5\x06\xd1\x0f\x37\xd4\x0f\x37\xd0\x08\x37",
120559 };
120560 static
120561     struct {
120562         PyGC_Head _gc_head;
120563         struct {
120564             PyObject_VAR_HEAD
120565             PyObject *ob_item[4];
120566         }_object;
120567     }
120568 os_toplevel_consts_118_localsplusnames = {
120569     ._object = {
120570         .ob_base = {
120571             .ob_base = {
120572                 .ob_refcnt = 999999999,
120573                 .ob_type = &PyTuple_Type,
120574             },
120575             .ob_size = 4,
120576         },
120577         .ob_item = {
120578             &_Py_ID(mode),
120579             & const_str_file._ascii.ob_base,
120580             & const_str_args._ascii.ob_base,
120581             & const_str_env._ascii.ob_base,
120582         },
120583     },
120584 };
120585 static
120586     struct _PyCode_DEF(50)
120587 os_toplevel_consts_118 = {
120588     .ob_base = {
120589         .ob_base = {
120590             .ob_refcnt = 999999999,
120591             .ob_type = &PyCode_Type,
120592         },
120593         .ob_size = 25,
120594     },
120595     .co_consts = & os_toplevel_consts_118_consts._object.ob_base.ob_base,
120596     .co_names = & os_toplevel_consts_118_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 = 4,
120602     .co_posonlyargcount = 0,
120603     .co_kwonlyargcount = 0,
120604     .co_stacksize = 7,
120605     .co_firstlineno = 883,
120606     .co_nlocalsplus = 4,
120607     .co_nlocals = 4,
120608     .co_nplaincellvars = 0,
120609     .co_ncellvars = 0,
120610     .co_nfreevars = 0,
120611     .co_localsplusnames = & os_toplevel_consts_118_localsplusnames._object.ob_base.ob_base,
120612     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
120613     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
120614     .co_name = & const_str_spawnve._ascii.ob_base,
120615     .co_qualname = & const_str_spawnve._ascii.ob_base,
120616     .co_linetable = & os_toplevel_consts_118_linetable.ob_base.ob_base,
120617     ._co_code = NULL,
120618     ._co_linearray = NULL,
120619     .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\xa6\x05\x00\x00\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
120620     ._co_firsttraceable = 0,
120621 };
120622 static
120623     struct {
120624         PyASCIIObject _ascii;
120625         uint8_t _data[313];
120626     }
120627 os_toplevel_consts_119_consts_0 = {
120628     ._ascii = {
120629         .ob_base = {
120630             .ob_refcnt = 999999999,
120631             .ob_type = &PyUnicode_Type,
120632         },
120633         .length = 312,
120634         .hash = -1,
120635         .state = {
120636             .kind = 1,
120637             .compact = 1,
120638             .ascii = 1,
120639             .ready = 1,
120640         },
120641     },
120642     ._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",
120643 };
120644 static
120645     struct {
120646         PyGC_Head _gc_head;
120647         struct {
120648             PyObject_VAR_HEAD
120649             PyObject *ob_item[2];
120650         }_object;
120651     }
120652 os_toplevel_consts_119_consts = {
120653     ._object = {
120654         .ob_base = {
120655             .ob_base = {
120656                 .ob_refcnt = 999999999,
120657                 .ob_type = &PyTuple_Type,
120658             },
120659             .ob_size = 2,
120660         },
120661         .ob_item = {
120662             & os_toplevel_consts_119_consts_0._ascii.ob_base,
120663             Py_None,
120664         },
120665     },
120666 };
120667 static
120668     struct {
120669         PyGC_Head _gc_head;
120670         struct {
120671             PyObject_VAR_HEAD
120672             PyObject *ob_item[2];
120673         }_object;
120674     }
120675 os_toplevel_consts_119_names = {
120676     ._object = {
120677         .ob_base = {
120678             .ob_base = {
120679                 .ob_refcnt = 999999999,
120680                 .ob_type = &PyTuple_Type,
120681             },
120682             .ob_size = 2,
120683         },
120684         .ob_item = {
120685             & const_str__spawnvef._ascii.ob_base,
120686             & const_str_execvp._ascii.ob_base,
120687         },
120688     },
120689 };
120690 static
120691     struct {
120692         PyASCIIObject _ascii;
120693         uint8_t _data[8];
120694     }
120695 const_str_spawnvp = {
120696     ._ascii = {
120697         .ob_base = {
120698             .ob_refcnt = 999999999,
120699             .ob_type = &PyUnicode_Type,
120700         },
120701         .length = 7,
120702         .hash = -1,
120703         .state = {
120704             .kind = 1,
120705             .compact = 1,
120706             .ascii = 1,
120707             .ready = 1,
120708         },
120709     },
120710     ._data = "spawnvp",
120711 };
120712 static
120713     struct {
120714         PyObject_VAR_HEAD
120715         Py_hash_t ob_shash;
120716         char ob_sval[27];
120717     }
120718 os_toplevel_consts_119_linetable = {
120719     .ob_base = {
120720         .ob_base = {
120721             .ob_refcnt = 999999999,
120722             .ob_type = &PyBytes_Type,
120723         },
120724         .ob_size = 26,
120725     },
120726     .ob_shash = -1,
120727     .ob_sval = "\x80\x00\xf5\x10\x00\x10\x19\x98\x14\x98\x74\xa0\x54\xa8\x34\xb5\x16\xd1\x0f\x38\xd4\x0f\x38\xd0\x08\x38",
120728 };
120729 static
120730     struct _PyCode_DEF(50)
120731 os_toplevel_consts_119 = {
120732     .ob_base = {
120733         .ob_base = {
120734             .ob_refcnt = 999999999,
120735             .ob_type = &PyCode_Type,
120736         },
120737         .ob_size = 25,
120738     },
120739     .co_consts = & os_toplevel_consts_119_consts._object.ob_base.ob_base,
120740     .co_names = & os_toplevel_consts_119_names._object.ob_base.ob_base,
120741     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
120742     .co_flags = 3,
120743     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
120744     ._co_linearray_entry_size = 0,
120745     .co_argcount = 3,
120746     .co_posonlyargcount = 0,
120747     .co_kwonlyargcount = 0,
120748     .co_stacksize = 7,
120749     .co_firstlineno = 895,
120750     .co_nlocalsplus = 3,
120751     .co_nlocals = 3,
120752     .co_nplaincellvars = 0,
120753     .co_ncellvars = 0,
120754     .co_nfreevars = 0,
120755     .co_localsplusnames = & os_toplevel_consts_117_localsplusnames._object.ob_base.ob_base,
120756     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
120757     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
120758     .co_name = & const_str_spawnvp._ascii.ob_base,
120759     .co_qualname = & const_str_spawnvp._ascii.ob_base,
120760     .co_linetable = & os_toplevel_consts_119_linetable.ob_base.ob_base,
120761     ._co_code = NULL,
120762     ._co_linearray = NULL,
120763     .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\xa6\x05\x00\x00\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
120764     ._co_firsttraceable = 0,
120765 };
120766 static
120767     struct {
120768         PyASCIIObject _ascii;
120769         uint8_t _data[349];
120770     }
120771 os_toplevel_consts_120_consts_0 = {
120772     ._ascii = {
120773         .ob_base = {
120774             .ob_refcnt = 999999999,
120775             .ob_type = &PyUnicode_Type,
120776         },
120777         .length = 348,
120778         .hash = -1,
120779         .state = {
120780             .kind = 1,
120781             .compact = 1,
120782             .ascii = 1,
120783             .ready = 1,
120784         },
120785     },
120786     ._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",
120787 };
120788 static
120789     struct {
120790         PyGC_Head _gc_head;
120791         struct {
120792             PyObject_VAR_HEAD
120793             PyObject *ob_item[1];
120794         }_object;
120795     }
120796 os_toplevel_consts_120_consts = {
120797     ._object = {
120798         .ob_base = {
120799             .ob_base = {
120800                 .ob_refcnt = 999999999,
120801                 .ob_type = &PyTuple_Type,
120802             },
120803             .ob_size = 1,
120804         },
120805         .ob_item = {
120806             & os_toplevel_consts_120_consts_0._ascii.ob_base,
120807         },
120808     },
120809 };
120810 static
120811     struct {
120812         PyGC_Head _gc_head;
120813         struct {
120814             PyObject_VAR_HEAD
120815             PyObject *ob_item[2];
120816         }_object;
120817     }
120818 os_toplevel_consts_120_names = {
120819     ._object = {
120820         .ob_base = {
120821             .ob_base = {
120822                 .ob_refcnt = 999999999,
120823                 .ob_type = &PyTuple_Type,
120824             },
120825             .ob_size = 2,
120826         },
120827         .ob_item = {
120828             & const_str__spawnvef._ascii.ob_base,
120829             & const_str_execvpe._ascii.ob_base,
120830         },
120831     },
120832 };
120833 static
120834     struct {
120835         PyASCIIObject _ascii;
120836         uint8_t _data[9];
120837     }
120838 const_str_spawnvpe = {
120839     ._ascii = {
120840         .ob_base = {
120841             .ob_refcnt = 999999999,
120842             .ob_type = &PyUnicode_Type,
120843         },
120844         .length = 8,
120845         .hash = -1,
120846         .state = {
120847             .kind = 1,
120848             .compact = 1,
120849             .ascii = 1,
120850             .ready = 1,
120851         },
120852     },
120853     ._data = "spawnvpe",
120854 };
120855 static
120856     struct {
120857         PyObject_VAR_HEAD
120858         Py_hash_t ob_shash;
120859         char ob_sval[27];
120860     }
120861 os_toplevel_consts_120_linetable = {
120862     .ob_base = {
120863         .ob_base = {
120864             .ob_refcnt = 999999999,
120865             .ob_type = &PyBytes_Type,
120866         },
120867         .ob_size = 26,
120868     },
120869     .ob_shash = -1,
120870     .ob_sval = "\x80\x00\xf5\x10\x00\x10\x19\x98\x14\x98\x74\xa0\x54\xa8\x33\xb5\x07\xd1\x0f\x38\xd4\x0f\x38\xd0\x08\x38",
120871 };
120872 static
120873     struct _PyCode_DEF(50)
120874 os_toplevel_consts_120 = {
120875     .ob_base = {
120876         .ob_base = {
120877             .ob_refcnt = 999999999,
120878             .ob_type = &PyCode_Type,
120879         },
120880         .ob_size = 25,
120881     },
120882     .co_consts = & os_toplevel_consts_120_consts._object.ob_base.ob_base,
120883     .co_names = & os_toplevel_consts_120_names._object.ob_base.ob_base,
120884     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
120885     .co_flags = 3,
120886     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
120887     ._co_linearray_entry_size = 0,
120888     .co_argcount = 4,
120889     .co_posonlyargcount = 0,
120890     .co_kwonlyargcount = 0,
120891     .co_stacksize = 7,
120892     .co_firstlineno = 905,
120893     .co_nlocalsplus = 4,
120894     .co_nlocals = 4,
120895     .co_nplaincellvars = 0,
120896     .co_ncellvars = 0,
120897     .co_nfreevars = 0,
120898     .co_localsplusnames = & os_toplevel_consts_118_localsplusnames._object.ob_base.ob_base,
120899     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
120900     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
120901     .co_name = & const_str_spawnvpe._ascii.ob_base,
120902     .co_qualname = & const_str_spawnvpe._ascii.ob_base,
120903     .co_linetable = & os_toplevel_consts_120_linetable.ob_base.ob_base,
120904     ._co_code = NULL,
120905     ._co_linearray = NULL,
120906     .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\xa6\x05\x00\x00\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
120907     ._co_firsttraceable = 0,
120908 };
120909 static
120910     struct {
120911         PyGC_Head _gc_head;
120912         struct {
120913             PyObject_VAR_HEAD
120914             PyObject *ob_item[4];
120915         }_object;
120916     }
120917 os_toplevel_consts_121 = {
120918     ._object = {
120919         .ob_base = {
120920             .ob_base = {
120921                 .ob_refcnt = 999999999,
120922                 .ob_type = &PyTuple_Type,
120923             },
120924             .ob_size = 4,
120925         },
120926         .ob_item = {
120927             & const_str_spawnv._ascii.ob_base,
120928             & const_str_spawnve._ascii.ob_base,
120929             & const_str_spawnvp._ascii.ob_base,
120930             & const_str_spawnvpe._ascii.ob_base,
120931         },
120932     },
120933 };
120934 static
120935     struct {
120936         PyASCIIObject _ascii;
120937         uint8_t _data[279];
120938     }
120939 os_toplevel_consts_122_consts_0 = {
120940     ._ascii = {
120941         .ob_base = {
120942             .ob_refcnt = 999999999,
120943             .ob_type = &PyUnicode_Type,
120944         },
120945         .length = 278,
120946         .hash = -1,
120947         .state = {
120948             .kind = 1,
120949             .compact = 1,
120950             .ascii = 1,
120951             .ready = 1,
120952         },
120953     },
120954     ._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",
120955 };
120956 static
120957     struct {
120958         PyGC_Head _gc_head;
120959         struct {
120960             PyObject_VAR_HEAD
120961             PyObject *ob_item[1];
120962         }_object;
120963     }
120964 os_toplevel_consts_122_consts = {
120965     ._object = {
120966         .ob_base = {
120967             .ob_base = {
120968                 .ob_refcnt = 999999999,
120969                 .ob_type = &PyTuple_Type,
120970             },
120971             .ob_size = 1,
120972         },
120973         .ob_item = {
120974             & os_toplevel_consts_122_consts_0._ascii.ob_base,
120975         },
120976     },
120977 };
120978 static
120979     struct {
120980         PyGC_Head _gc_head;
120981         struct {
120982             PyObject_VAR_HEAD
120983             PyObject *ob_item[1];
120984         }_object;
120985     }
120986 os_toplevel_consts_122_names = {
120987     ._object = {
120988         .ob_base = {
120989             .ob_base = {
120990                 .ob_refcnt = 999999999,
120991                 .ob_type = &PyTuple_Type,
120992             },
120993             .ob_size = 1,
120994         },
120995         .ob_item = {
120996             & const_str_spawnv._ascii.ob_base,
120997         },
120998     },
120999 };
121000 static
121001     struct {
121002         PyASCIIObject _ascii;
121003         uint8_t _data[7];
121004     }
121005 const_str_spawnl = {
121006     ._ascii = {
121007         .ob_base = {
121008             .ob_refcnt = 999999999,
121009             .ob_type = &PyUnicode_Type,
121010         },
121011         .length = 6,
121012         .hash = -1,
121013         .state = {
121014             .kind = 1,
121015             .compact = 1,
121016             .ascii = 1,
121017             .ready = 1,
121018         },
121019     },
121020     ._data = "spawnl",
121021 };
121022 static
121023     struct {
121024         PyObject_VAR_HEAD
121025         Py_hash_t ob_shash;
121026         char ob_sval[23];
121027     }
121028 os_toplevel_consts_122_linetable = {
121029     .ob_base = {
121030         .ob_base = {
121031             .ob_refcnt = 999999999,
121032             .ob_type = &PyBytes_Type,
121033         },
121034         .ob_size = 22,
121035     },
121036     .ob_shash = -1,
121037     .ob_sval = "\x80\x00\xf5\x0e\x00\x10\x16\x90\x64\x98\x44\xa0\x24\xd1\x0f\x27\xd4\x0f\x27\xd0\x08\x27",
121038 };
121039 static
121040     struct _PyCode_DEF(36)
121041 os_toplevel_consts_122 = {
121042     .ob_base = {
121043         .ob_base = {
121044             .ob_refcnt = 999999999,
121045             .ob_type = &PyCode_Type,
121046         },
121047         .ob_size = 18,
121048     },
121049     .co_consts = & os_toplevel_consts_122_consts._object.ob_base.ob_base,
121050     .co_names = & os_toplevel_consts_122_names._object.ob_base.ob_base,
121051     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
121052     .co_flags = 7,
121053     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
121054     ._co_linearray_entry_size = 0,
121055     .co_argcount = 2,
121056     .co_posonlyargcount = 0,
121057     .co_kwonlyargcount = 0,
121058     .co_stacksize = 5,
121059     .co_firstlineno = 923,
121060     .co_nlocalsplus = 3,
121061     .co_nlocals = 3,
121062     .co_nplaincellvars = 0,
121063     .co_ncellvars = 0,
121064     .co_nfreevars = 0,
121065     .co_localsplusnames = & os_toplevel_consts_117_localsplusnames._object.ob_base.ob_base,
121066     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
121067     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
121068     .co_name = & const_str_spawnl._ascii.ob_base,
121069     .co_qualname = & const_str_spawnl._ascii.ob_base,
121070     .co_linetable = & os_toplevel_consts_122_linetable.ob_base.ob_base,
121071     ._co_code = NULL,
121072     ._co_linearray = NULL,
121073     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
121074     ._co_firsttraceable = 0,
121075 };
121076 static
121077     struct {
121078         PyASCIIObject _ascii;
121079         uint8_t _data[315];
121080     }
121081 os_toplevel_consts_123_consts_0 = {
121082     ._ascii = {
121083         .ob_base = {
121084             .ob_refcnt = 999999999,
121085             .ob_type = &PyUnicode_Type,
121086         },
121087         .length = 314,
121088         .hash = -1,
121089         .state = {
121090             .kind = 1,
121091             .compact = 1,
121092             .ascii = 1,
121093             .ready = 1,
121094         },
121095     },
121096     ._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",
121097 };
121098 static
121099     struct {
121100         PyGC_Head _gc_head;
121101         struct {
121102             PyObject_VAR_HEAD
121103             PyObject *ob_item[3];
121104         }_object;
121105     }
121106 os_toplevel_consts_123_consts = {
121107     ._object = {
121108         .ob_base = {
121109             .ob_base = {
121110                 .ob_refcnt = 999999999,
121111                 .ob_type = &PyTuple_Type,
121112             },
121113             .ob_size = 3,
121114         },
121115         .ob_item = {
121116             & os_toplevel_consts_123_consts_0._ascii.ob_base,
121117             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
121118             Py_None,
121119         },
121120     },
121121 };
121122 static
121123     struct {
121124         PyGC_Head _gc_head;
121125         struct {
121126             PyObject_VAR_HEAD
121127             PyObject *ob_item[1];
121128         }_object;
121129     }
121130 os_toplevel_consts_123_names = {
121131     ._object = {
121132         .ob_base = {
121133             .ob_base = {
121134                 .ob_refcnt = 999999999,
121135                 .ob_type = &PyTuple_Type,
121136             },
121137             .ob_size = 1,
121138         },
121139         .ob_item = {
121140             & const_str_spawnve._ascii.ob_base,
121141         },
121142     },
121143 };
121144 static
121145     struct {
121146         PyASCIIObject _ascii;
121147         uint8_t _data[8];
121148     }
121149 const_str_spawnle = {
121150     ._ascii = {
121151         .ob_base = {
121152             .ob_refcnt = 999999999,
121153             .ob_type = &PyUnicode_Type,
121154         },
121155         .length = 7,
121156         .hash = -1,
121157         .state = {
121158             .kind = 1,
121159             .compact = 1,
121160             .ascii = 1,
121161             .ready = 1,
121162         },
121163     },
121164     ._data = "spawnle",
121165 };
121166 static
121167     struct {
121168         PyObject_VAR_HEAD
121169         Py_hash_t ob_shash;
121170         char ob_sval[42];
121171     }
121172 os_toplevel_consts_123_linetable = {
121173     .ob_base = {
121174         .ob_base = {
121175             .ob_refcnt = 999999999,
121176             .ob_type = &PyBytes_Type,
121177         },
121178         .ob_size = 41,
121179     },
121180     .ob_shash = -1,
121181     .ob_sval = "\x80\x00\xf0\x10\x00\x0f\x13\x90\x32\x8c\x68\x88\x03\xdd\x0f\x16\x90\x74\x98\x54\xa0\x34\xa8\x03\xa8\x12\xa8\x03\xa4\x39\xa8\x63\xd1\x0f\x32\xd4\x0f\x32\xd0\x08\x32",
121182 };
121183 static
121184     struct _PyCode_DEF(70)
121185 os_toplevel_consts_123 = {
121186     .ob_base = {
121187         .ob_base = {
121188             .ob_refcnt = 999999999,
121189             .ob_type = &PyCode_Type,
121190         },
121191         .ob_size = 35,
121192     },
121193     .co_consts = & os_toplevel_consts_123_consts._object.ob_base.ob_base,
121194     .co_names = & os_toplevel_consts_123_names._object.ob_base.ob_base,
121195     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
121196     .co_flags = 7,
121197     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
121198     ._co_linearray_entry_size = 0,
121199     .co_argcount = 2,
121200     .co_posonlyargcount = 0,
121201     .co_kwonlyargcount = 0,
121202     .co_stacksize = 7,
121203     .co_firstlineno = 932,
121204     .co_nlocalsplus = 4,
121205     .co_nlocals = 4,
121206     .co_nplaincellvars = 0,
121207     .co_ncellvars = 0,
121208     .co_nfreevars = 0,
121209     .co_localsplusnames = & os_toplevel_consts_118_localsplusnames._object.ob_base.ob_base,
121210     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
121211     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
121212     .co_name = & const_str_spawnle._ascii.ob_base,
121213     .co_qualname = & const_str_spawnle._ascii.ob_base,
121214     .co_linetable = & os_toplevel_consts_123_linetable.ob_base.ob_base,
121215     ._co_code = NULL,
121216     ._co_linearray = NULL,
121217     .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\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x04\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
121218     ._co_firsttraceable = 0,
121219 };
121220 static
121221     struct {
121222         PyASCIIObject _ascii;
121223         uint8_t _data[344];
121224     }
121225 os_toplevel_consts_127_consts_0 = {
121226     ._ascii = {
121227         .ob_base = {
121228             .ob_refcnt = 999999999,
121229             .ob_type = &PyUnicode_Type,
121230         },
121231         .length = 343,
121232         .hash = -1,
121233         .state = {
121234             .kind = 1,
121235             .compact = 1,
121236             .ascii = 1,
121237             .ready = 1,
121238         },
121239     },
121240     ._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",
121241 };
121242 static
121243     struct {
121244         PyGC_Head _gc_head;
121245         struct {
121246             PyObject_VAR_HEAD
121247             PyObject *ob_item[1];
121248         }_object;
121249     }
121250 os_toplevel_consts_127_consts = {
121251     ._object = {
121252         .ob_base = {
121253             .ob_base = {
121254                 .ob_refcnt = 999999999,
121255                 .ob_type = &PyTuple_Type,
121256             },
121257             .ob_size = 1,
121258         },
121259         .ob_item = {
121260             & os_toplevel_consts_127_consts_0._ascii.ob_base,
121261         },
121262     },
121263 };
121264 static
121265     struct {
121266         PyGC_Head _gc_head;
121267         struct {
121268             PyObject_VAR_HEAD
121269             PyObject *ob_item[1];
121270         }_object;
121271     }
121272 os_toplevel_consts_127_names = {
121273     ._object = {
121274         .ob_base = {
121275             .ob_base = {
121276                 .ob_refcnt = 999999999,
121277                 .ob_type = &PyTuple_Type,
121278             },
121279             .ob_size = 1,
121280         },
121281         .ob_item = {
121282             & const_str_spawnvp._ascii.ob_base,
121283         },
121284     },
121285 };
121286 static
121287     struct {
121288         PyASCIIObject _ascii;
121289         uint8_t _data[8];
121290     }
121291 const_str_spawnlp = {
121292     ._ascii = {
121293         .ob_base = {
121294             .ob_refcnt = 999999999,
121295             .ob_type = &PyUnicode_Type,
121296         },
121297         .length = 7,
121298         .hash = -1,
121299         .state = {
121300             .kind = 1,
121301             .compact = 1,
121302             .ascii = 1,
121303             .ready = 1,
121304         },
121305     },
121306     ._data = "spawnlp",
121307 };
121308 static
121309     struct {
121310         PyObject_VAR_HEAD
121311         Py_hash_t ob_shash;
121312         char ob_sval[23];
121313     }
121314 os_toplevel_consts_127_linetable = {
121315     .ob_base = {
121316         .ob_base = {
121317             .ob_refcnt = 999999999,
121318             .ob_type = &PyBytes_Type,
121319         },
121320         .ob_size = 22,
121321     },
121322     .ob_shash = -1,
121323     .ob_sval = "\x80\x00\xf5\x10\x00\x10\x17\x90\x74\x98\x54\xa0\x34\xd1\x0f\x28\xd4\x0f\x28\xd0\x08\x28",
121324 };
121325 static
121326     struct _PyCode_DEF(36)
121327 os_toplevel_consts_127 = {
121328     .ob_base = {
121329         .ob_base = {
121330             .ob_refcnt = 999999999,
121331             .ob_type = &PyCode_Type,
121332         },
121333         .ob_size = 18,
121334     },
121335     .co_consts = & os_toplevel_consts_127_consts._object.ob_base.ob_base,
121336     .co_names = & os_toplevel_consts_127_names._object.ob_base.ob_base,
121337     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
121338     .co_flags = 7,
121339     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
121340     ._co_linearray_entry_size = 0,
121341     .co_argcount = 2,
121342     .co_posonlyargcount = 0,
121343     .co_kwonlyargcount = 0,
121344     .co_stacksize = 5,
121345     .co_firstlineno = 950,
121346     .co_nlocalsplus = 3,
121347     .co_nlocals = 3,
121348     .co_nplaincellvars = 0,
121349     .co_ncellvars = 0,
121350     .co_nfreevars = 0,
121351     .co_localsplusnames = & os_toplevel_consts_117_localsplusnames._object.ob_base.ob_base,
121352     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
121353     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
121354     .co_name = & const_str_spawnlp._ascii.ob_base,
121355     .co_qualname = & const_str_spawnlp._ascii.ob_base,
121356     .co_linetable = & os_toplevel_consts_127_linetable.ob_base.ob_base,
121357     ._co_code = NULL,
121358     ._co_linearray = NULL,
121359     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
121360     ._co_firsttraceable = 0,
121361 };
121362 static
121363     struct {
121364         PyASCIIObject _ascii;
121365         uint8_t _data[350];
121366     }
121367 os_toplevel_consts_128_consts_0 = {
121368     ._ascii = {
121369         .ob_base = {
121370             .ob_refcnt = 999999999,
121371             .ob_type = &PyUnicode_Type,
121372         },
121373         .length = 349,
121374         .hash = -1,
121375         .state = {
121376             .kind = 1,
121377             .compact = 1,
121378             .ascii = 1,
121379             .ready = 1,
121380         },
121381     },
121382     ._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",
121383 };
121384 static
121385     struct {
121386         PyGC_Head _gc_head;
121387         struct {
121388             PyObject_VAR_HEAD
121389             PyObject *ob_item[3];
121390         }_object;
121391     }
121392 os_toplevel_consts_128_consts = {
121393     ._object = {
121394         .ob_base = {
121395             .ob_base = {
121396                 .ob_refcnt = 999999999,
121397                 .ob_type = &PyTuple_Type,
121398             },
121399             .ob_size = 3,
121400         },
121401         .ob_item = {
121402             & os_toplevel_consts_128_consts_0._ascii.ob_base,
121403             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
121404             Py_None,
121405         },
121406     },
121407 };
121408 static
121409     struct {
121410         PyGC_Head _gc_head;
121411         struct {
121412             PyObject_VAR_HEAD
121413             PyObject *ob_item[1];
121414         }_object;
121415     }
121416 os_toplevel_consts_128_names = {
121417     ._object = {
121418         .ob_base = {
121419             .ob_base = {
121420                 .ob_refcnt = 999999999,
121421                 .ob_type = &PyTuple_Type,
121422             },
121423             .ob_size = 1,
121424         },
121425         .ob_item = {
121426             & const_str_spawnvpe._ascii.ob_base,
121427         },
121428     },
121429 };
121430 static
121431     struct {
121432         PyASCIIObject _ascii;
121433         uint8_t _data[9];
121434     }
121435 const_str_spawnlpe = {
121436     ._ascii = {
121437         .ob_base = {
121438             .ob_refcnt = 999999999,
121439             .ob_type = &PyUnicode_Type,
121440         },
121441         .length = 8,
121442         .hash = -1,
121443         .state = {
121444             .kind = 1,
121445             .compact = 1,
121446             .ascii = 1,
121447             .ready = 1,
121448         },
121449     },
121450     ._data = "spawnlpe",
121451 };
121452 static
121453     struct {
121454         PyObject_VAR_HEAD
121455         Py_hash_t ob_shash;
121456         char ob_sval[42];
121457     }
121458 os_toplevel_consts_128_linetable = {
121459     .ob_base = {
121460         .ob_base = {
121461             .ob_refcnt = 999999999,
121462             .ob_type = &PyBytes_Type,
121463         },
121464         .ob_size = 41,
121465     },
121466     .ob_shash = -1,
121467     .ob_sval = "\x80\x00\xf0\x10\x00\x0f\x13\x90\x32\x8c\x68\x88\x03\xdd\x0f\x17\x98\x04\x98\x64\xa0\x44\xa8\x13\xa8\x22\xa8\x13\xa4\x49\xa8\x73\xd1\x0f\x33\xd4\x0f\x33\xd0\x08\x33",
121468 };
121469 static
121470     struct _PyCode_DEF(70)
121471 os_toplevel_consts_128 = {
121472     .ob_base = {
121473         .ob_base = {
121474             .ob_refcnt = 999999999,
121475             .ob_type = &PyCode_Type,
121476         },
121477         .ob_size = 35,
121478     },
121479     .co_consts = & os_toplevel_consts_128_consts._object.ob_base.ob_base,
121480     .co_names = & os_toplevel_consts_128_names._object.ob_base.ob_base,
121481     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
121482     .co_flags = 7,
121483     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
121484     ._co_linearray_entry_size = 0,
121485     .co_argcount = 2,
121486     .co_posonlyargcount = 0,
121487     .co_kwonlyargcount = 0,
121488     .co_stacksize = 7,
121489     .co_firstlineno = 960,
121490     .co_nlocalsplus = 4,
121491     .co_nlocals = 4,
121492     .co_nplaincellvars = 0,
121493     .co_ncellvars = 0,
121494     .co_nfreevars = 0,
121495     .co_localsplusnames = & os_toplevel_consts_118_localsplusnames._object.ob_base.ob_base,
121496     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
121497     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
121498     .co_name = & const_str_spawnlpe._ascii.ob_base,
121499     .co_qualname = & const_str_spawnlpe._ascii.ob_base,
121500     .co_linetable = & os_toplevel_consts_128_linetable.ob_base.ob_base,
121501     ._co_code = NULL,
121502     ._co_linearray = NULL,
121503     .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\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x04\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
121504     ._co_firsttraceable = 0,
121505 };
121506 static
121507     struct {
121508         PyASCIIObject _ascii;
121509         uint8_t _data[39];
121510     }
121511 os_toplevel_consts_134_consts_1 = {
121512     ._ascii = {
121513         .ob_base = {
121514             .ob_refcnt = 999999999,
121515             .ob_type = &PyUnicode_Type,
121516         },
121517         .length = 38,
121518         .hash = -1,
121519         .state = {
121520             .kind = 1,
121521             .compact = 1,
121522             .ascii = 1,
121523             .ready = 1,
121524         },
121525     },
121526     ._data = "invalid cmd type (%s, expected string)",
121527 };
121528 static
121529     struct {
121530         PyASCIIObject _ascii;
121531         uint8_t _data[2];
121532     }
121533 const_str_w = {
121534     ._ascii = {
121535         .ob_base = {
121536             .ob_refcnt = 999999999,
121537             .ob_type = &PyUnicode_Type,
121538         },
121539         .length = 1,
121540         .hash = -1,
121541         .state = {
121542             .kind = 1,
121543             .compact = 1,
121544             .ascii = 1,
121545             .ready = 1,
121546         },
121547     },
121548     ._data = "w",
121549 };
121550 static
121551     struct {
121552         PyGC_Head _gc_head;
121553         struct {
121554             PyObject_VAR_HEAD
121555             PyObject *ob_item[2];
121556         }_object;
121557     }
121558 os_toplevel_consts_134_consts_2 = {
121559     ._object = {
121560         .ob_base = {
121561             .ob_base = {
121562                 .ob_refcnt = 999999999,
121563                 .ob_type = &PyTuple_Type,
121564             },
121565             .ob_size = 2,
121566         },
121567         .ob_item = {
121568             & const_str_r._ascii.ob_base,
121569             & const_str_w._ascii.ob_base,
121570         },
121571     },
121572 };
121573 static
121574     struct {
121575         PyASCIIObject _ascii;
121576         uint8_t _data[16];
121577     }
121578 os_toplevel_consts_134_consts_3 = {
121579     ._ascii = {
121580         .ob_base = {
121581             .ob_refcnt = 999999999,
121582             .ob_type = &PyUnicode_Type,
121583         },
121584         .length = 15,
121585         .hash = -1,
121586         .state = {
121587             .kind = 1,
121588             .compact = 1,
121589             .ascii = 1,
121590             .ready = 1,
121591         },
121592     },
121593     ._data = "invalid mode %r",
121594 };
121595 static
121596     struct {
121597         PyASCIIObject _ascii;
121598         uint8_t _data[44];
121599     }
121600 os_toplevel_consts_134_consts_5 = {
121601     ._ascii = {
121602         .ob_base = {
121603             .ob_refcnt = 999999999,
121604             .ob_type = &PyUnicode_Type,
121605         },
121606         .length = 43,
121607         .hash = -1,
121608         .state = {
121609             .kind = 1,
121610             .compact = 1,
121611             .ascii = 1,
121612             .ready = 1,
121613         },
121614     },
121615     ._data = "popen() does not support unbuffered streams",
121616 };
121617 static
121618     struct {
121619         PyASCIIObject _ascii;
121620         uint8_t _data[6];
121621     }
121622 const_str_shell = {
121623     ._ascii = {
121624         .ob_base = {
121625             .ob_refcnt = 999999999,
121626             .ob_type = &PyUnicode_Type,
121627         },
121628         .length = 5,
121629         .hash = -1,
121630         .state = {
121631             .kind = 1,
121632             .compact = 1,
121633             .ascii = 1,
121634             .ready = 1,
121635         },
121636     },
121637     ._data = "shell",
121638 };
121639 static
121640     struct {
121641         PyASCIIObject _ascii;
121642         uint8_t _data[8];
121643     }
121644 const_str_bufsize = {
121645     ._ascii = {
121646         .ob_base = {
121647             .ob_refcnt = 999999999,
121648             .ob_type = &PyUnicode_Type,
121649         },
121650         .length = 7,
121651         .hash = -1,
121652         .state = {
121653             .kind = 1,
121654             .compact = 1,
121655             .ascii = 1,
121656             .ready = 1,
121657         },
121658     },
121659     ._data = "bufsize",
121660 };
121661 static
121662     struct {
121663         PyGC_Head _gc_head;
121664         struct {
121665             PyObject_VAR_HEAD
121666             PyObject *ob_item[4];
121667         }_object;
121668     }
121669 os_toplevel_consts_134_consts_8 = {
121670     ._object = {
121671         .ob_base = {
121672             .ob_base = {
121673                 .ob_refcnt = 999999999,
121674                 .ob_type = &PyTuple_Type,
121675             },
121676             .ob_size = 4,
121677         },
121678         .ob_item = {
121679             & const_str_shell._ascii.ob_base,
121680             &_Py_ID(text),
121681             &_Py_ID(stdout),
121682             & const_str_bufsize._ascii.ob_base,
121683         },
121684     },
121685 };
121686 static
121687     struct {
121688         PyGC_Head _gc_head;
121689         struct {
121690             PyObject_VAR_HEAD
121691             PyObject *ob_item[4];
121692         }_object;
121693     }
121694 os_toplevel_consts_134_consts_9 = {
121695     ._object = {
121696         .ob_base = {
121697             .ob_base = {
121698                 .ob_refcnt = 999999999,
121699                 .ob_type = &PyTuple_Type,
121700             },
121701             .ob_size = 4,
121702         },
121703         .ob_item = {
121704             & const_str_shell._ascii.ob_base,
121705             &_Py_ID(text),
121706             &_Py_ID(stdin),
121707             & const_str_bufsize._ascii.ob_base,
121708         },
121709     },
121710 };
121711 static
121712     struct {
121713         PyGC_Head _gc_head;
121714         struct {
121715             PyObject_VAR_HEAD
121716             PyObject *ob_item[10];
121717         }_object;
121718     }
121719 os_toplevel_consts_134_consts = {
121720     ._object = {
121721         .ob_base = {
121722             .ob_base = {
121723                 .ob_refcnt = 999999999,
121724                 .ob_type = &PyTuple_Type,
121725             },
121726             .ob_size = 10,
121727         },
121728         .ob_item = {
121729             Py_None,
121730             & os_toplevel_consts_134_consts_1._ascii.ob_base,
121731             & os_toplevel_consts_134_consts_2._object.ob_base.ob_base,
121732             & os_toplevel_consts_134_consts_3._ascii.ob_base,
121733             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
121734             & os_toplevel_consts_134_consts_5._ascii.ob_base,
121735             & const_str_r._ascii.ob_base,
121736             Py_True,
121737             & os_toplevel_consts_134_consts_8._object.ob_base.ob_base,
121738             & os_toplevel_consts_134_consts_9._object.ob_base.ob_base,
121739         },
121740     },
121741 };
121742 static
121743     struct {
121744         PyASCIIObject _ascii;
121745         uint8_t _data[11];
121746     }
121747 const_str_subprocess = {
121748     ._ascii = {
121749         .ob_base = {
121750             .ob_refcnt = 999999999,
121751             .ob_type = &PyUnicode_Type,
121752         },
121753         .length = 10,
121754         .hash = -1,
121755         .state = {
121756             .kind = 1,
121757             .compact = 1,
121758             .ascii = 1,
121759             .ready = 1,
121760         },
121761     },
121762     ._data = "subprocess",
121763 };
121764 static
121765     struct {
121766         PyASCIIObject _ascii;
121767         uint8_t _data[6];
121768     }
121769 const_str_Popen = {
121770     ._ascii = {
121771         .ob_base = {
121772             .ob_refcnt = 999999999,
121773             .ob_type = &PyUnicode_Type,
121774         },
121775         .length = 5,
121776         .hash = -1,
121777         .state = {
121778             .kind = 1,
121779             .compact = 1,
121780             .ascii = 1,
121781             .ready = 1,
121782         },
121783     },
121784     ._data = "Popen",
121785 };
121786 static
121787     struct {
121788         PyASCIIObject _ascii;
121789         uint8_t _data[5];
121790     }
121791 const_str_PIPE = {
121792     ._ascii = {
121793         .ob_base = {
121794             .ob_refcnt = 999999999,
121795             .ob_type = &PyUnicode_Type,
121796         },
121797         .length = 4,
121798         .hash = -1,
121799         .state = {
121800             .kind = 1,
121801             .compact = 1,
121802             .ascii = 1,
121803             .ready = 1,
121804         },
121805     },
121806     ._data = "PIPE",
121807 };
121808 static
121809     struct {
121810         PyASCIIObject _ascii;
121811         uint8_t _data[12];
121812     }
121813 const_str__wrap_close = {
121814     ._ascii = {
121815         .ob_base = {
121816             .ob_refcnt = 999999999,
121817             .ob_type = &PyUnicode_Type,
121818         },
121819         .length = 11,
121820         .hash = -1,
121821         .state = {
121822             .kind = 1,
121823             .compact = 1,
121824             .ascii = 1,
121825             .ready = 1,
121826         },
121827     },
121828     ._data = "_wrap_close",
121829 };
121830 static
121831     struct {
121832         PyGC_Head _gc_head;
121833         struct {
121834             PyObject_VAR_HEAD
121835             PyObject *ob_item[11];
121836         }_object;
121837     }
121838 os_toplevel_consts_134_names = {
121839     ._object = {
121840         .ob_base = {
121841             .ob_base = {
121842                 .ob_refcnt = 999999999,
121843                 .ob_type = &PyTuple_Type,
121844             },
121845             .ob_size = 11,
121846         },
121847         .ob_item = {
121848             &_Py_ID(isinstance),
121849             & const_str_str._ascii.ob_base,
121850             & const_str_TypeError._ascii.ob_base,
121851             & const_str_type._ascii.ob_base,
121852             & const_str_ValueError._ascii.ob_base,
121853             & const_str_subprocess._ascii.ob_base,
121854             & const_str_Popen._ascii.ob_base,
121855             & const_str_PIPE._ascii.ob_base,
121856             & const_str__wrap_close._ascii.ob_base,
121857             &_Py_ID(stdout),
121858             &_Py_ID(stdin),
121859         },
121860     },
121861 };
121862 static
121863     struct {
121864         PyASCIIObject _ascii;
121865         uint8_t _data[6];
121866     }
121867 const_str_popen = {
121868     ._ascii = {
121869         .ob_base = {
121870             .ob_refcnt = 999999999,
121871             .ob_type = &PyUnicode_Type,
121872         },
121873         .length = 5,
121874         .hash = -1,
121875         .state = {
121876             .kind = 1,
121877             .compact = 1,
121878             .ascii = 1,
121879             .ready = 1,
121880         },
121881     },
121882     ._data = "popen",
121883 };
121884 static
121885     struct {
121886         PyObject_VAR_HEAD
121887         Py_hash_t ob_shash;
121888         char ob_sval[251];
121889     }
121890 os_toplevel_consts_134_linetable = {
121891     .ob_base = {
121892         .ob_base = {
121893             .ob_refcnt = 999999999,
121894             .ob_type = &PyBytes_Type,
121895         },
121896         .ob_size = 250,
121897     },
121898     .ob_shash = -1,
121899     .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x23\x9d\x73\xd1\x0f\x23\xd4\x0f\x23\xf0\x00\x01\x09\x52\x01\xdd\x12\x1b\xd0\x1c\x44\xc5\x74\xc8\x43\xc1\x79\xc4\x79\xd1\x1c\x50\xd1\x12\x51\xd4\x12\x51\xd0\x0c\x51\xd8\x0b\x0f\x90\x7a\xd0\x0b\x21\xd0\x0b\x21\xdd\x12\x1c\xd0\x1d\x2e\xb0\x14\xd1\x1d\x35\xd1\x12\x36\xd4\x12\x36\xd0\x0c\x36\xd8\x0b\x14\x98\x01\x8a\x3e\x88\x3e\x98\x59\xd0\x1d\x2e\xdd\x12\x1c\xd0\x1d\x4a\xd1\x12\x4b\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\x88\x3b\xd8\x13\x1d\xd7\x13\x23\xd2\x13\x23\xa0\x43\xd8\x2a\x2e\xb0\x54\xd8\x2b\x35\xac\x3f\xd8\x2c\x35\xf0\x07\x00\x14\x24\xf1\x00\x03\x14\x37\xf4\x00\x03\x14\x37\x88\x44\xf5\x08\x00\x14\x1f\x98\x74\x9c\x7b\xa8\x44\xd1\x13\x31\xd4\x13\x31\xd0\x0c\x31\xe0\x13\x1d\xd7\x13\x23\xd2\x13\x23\xa0\x43\xd8\x2a\x2e\xb0\x54\xd8\x2a\x34\xac\x2f\xd8\x2c\x35\xf0\x07\x00\x14\x24\xf1\x00\x03\x14\x37\xf4\x00\x03\x14\x37\x88\x44\xf5\x08\x00\x14\x1f\x98\x74\x9c\x7a\xa8\x34\xd1\x13\x30\xd4\x13\x30\xd0\x0c\x30",
121900 };
121901 static
121902     struct {
121903         PyASCIIObject _ascii;
121904         uint8_t _data[4];
121905     }
121906 const_str_cmd = {
121907     ._ascii = {
121908         .ob_base = {
121909             .ob_refcnt = 999999999,
121910             .ob_type = &PyUnicode_Type,
121911         },
121912         .length = 3,
121913         .hash = -1,
121914         .state = {
121915             .kind = 1,
121916             .compact = 1,
121917             .ascii = 1,
121918             .ready = 1,
121919         },
121920     },
121921     ._data = "cmd",
121922 };
121923 static
121924     struct {
121925         PyASCIIObject _ascii;
121926         uint8_t _data[5];
121927     }
121928 const_str_proc = {
121929     ._ascii = {
121930         .ob_base = {
121931             .ob_refcnt = 999999999,
121932             .ob_type = &PyUnicode_Type,
121933         },
121934         .length = 4,
121935         .hash = -1,
121936         .state = {
121937             .kind = 1,
121938             .compact = 1,
121939             .ascii = 1,
121940             .ready = 1,
121941         },
121942     },
121943     ._data = "proc",
121944 };
121945 static
121946     struct {
121947         PyGC_Head _gc_head;
121948         struct {
121949             PyObject_VAR_HEAD
121950             PyObject *ob_item[5];
121951         }_object;
121952     }
121953 os_toplevel_consts_134_localsplusnames = {
121954     ._object = {
121955         .ob_base = {
121956             .ob_base = {
121957                 .ob_refcnt = 999999999,
121958                 .ob_type = &PyTuple_Type,
121959             },
121960             .ob_size = 5,
121961         },
121962         .ob_item = {
121963             & const_str_cmd._ascii.ob_base,
121964             &_Py_ID(mode),
121965             & const_str_buffering._ascii.ob_base,
121966             & const_str_subprocess._ascii.ob_base,
121967             & const_str_proc._ascii.ob_base,
121968         },
121969     },
121970 };
121971 static
121972     struct _PyCode_DEF(424)
121973 os_toplevel_consts_134 = {
121974     .ob_base = {
121975         .ob_base = {
121976             .ob_refcnt = 999999999,
121977             .ob_type = &PyCode_Type,
121978         },
121979         .ob_size = 212,
121980     },
121981     .co_consts = & os_toplevel_consts_134_consts._object.ob_base.ob_base,
121982     .co_names = & os_toplevel_consts_134_names._object.ob_base.ob_base,
121983     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
121984     .co_flags = 3,
121985     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
121986     ._co_linearray_entry_size = 0,
121987     .co_argcount = 3,
121988     .co_posonlyargcount = 0,
121989     .co_kwonlyargcount = 0,
121990     .co_stacksize = 7,
121991     .co_firstlineno = 978,
121992     .co_nlocalsplus = 5,
121993     .co_nlocals = 5,
121994     .co_nplaincellvars = 0,
121995     .co_ncellvars = 0,
121996     .co_nfreevars = 0,
121997     .co_localsplusnames = & os_toplevel_consts_134_localsplusnames._object.ob_base.ob_base,
121998     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
121999     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
122000     .co_name = & const_str_popen._ascii.ob_base,
122001     .co_qualname = & const_str_popen._ascii.ob_base,
122002     .co_linetable = & os_toplevel_consts_134_linetable.ob_base.ob_base,
122003     ._co_code = NULL,
122004     ._co_linearray = NULL,
122005     .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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x1f\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x06\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x01\x64\x02\x76\x01\x72\x12\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7c\x01\x7a\x06\x00\x00\xa6\x01\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\x0f\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\xa6\x01\x00\x00\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\x34\x7c\x03\xa0\x06\x00\x00\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\x07\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xac\x08\xa6\x05\x00\x00\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\x09\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x03\xa0\x06\x00\x00\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\x07\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xac\x09\xa6\x05\x00\x00\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\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
122006     ._co_firsttraceable = 0,
122007 };
122008 static
122009     struct {
122010         PyASCIIObject _ascii;
122011         uint8_t _data[8];
122012     }
122013 const_str__stream = {
122014     ._ascii = {
122015         .ob_base = {
122016             .ob_refcnt = 999999999,
122017             .ob_type = &PyUnicode_Type,
122018         },
122019         .length = 7,
122020         .hash = -1,
122021         .state = {
122022             .kind = 1,
122023             .compact = 1,
122024             .ascii = 1,
122025             .ready = 1,
122026         },
122027     },
122028     ._data = "_stream",
122029 };
122030 static
122031     struct {
122032         PyASCIIObject _ascii;
122033         uint8_t _data[6];
122034     }
122035 const_str__proc = {
122036     ._ascii = {
122037         .ob_base = {
122038             .ob_refcnt = 999999999,
122039             .ob_type = &PyUnicode_Type,
122040         },
122041         .length = 5,
122042         .hash = -1,
122043         .state = {
122044             .kind = 1,
122045             .compact = 1,
122046             .ascii = 1,
122047             .ready = 1,
122048         },
122049     },
122050     ._data = "_proc",
122051 };
122052 static
122053     struct {
122054         PyGC_Head _gc_head;
122055         struct {
122056             PyObject_VAR_HEAD
122057             PyObject *ob_item[2];
122058         }_object;
122059     }
122060 os_toplevel_consts_135_consts_1_names = {
122061     ._object = {
122062         .ob_base = {
122063             .ob_base = {
122064                 .ob_refcnt = 999999999,
122065                 .ob_type = &PyTuple_Type,
122066             },
122067             .ob_size = 2,
122068         },
122069         .ob_item = {
122070             & const_str__stream._ascii.ob_base,
122071             & const_str__proc._ascii.ob_base,
122072         },
122073     },
122074 };
122075 static
122076     struct {
122077         PyASCIIObject _ascii;
122078         uint8_t _data[21];
122079     }
122080 os_toplevel_consts_135_consts_1_qualname = {
122081     ._ascii = {
122082         .ob_base = {
122083             .ob_refcnt = 999999999,
122084             .ob_type = &PyUnicode_Type,
122085         },
122086         .length = 20,
122087         .hash = -1,
122088         .state = {
122089             .kind = 1,
122090             .compact = 1,
122091             .ascii = 1,
122092             .ready = 1,
122093         },
122094     },
122095     ._data = "_wrap_close.__init__",
122096 };
122097 static
122098     struct {
122099         PyObject_VAR_HEAD
122100         Py_hash_t ob_shash;
122101         char ob_sval[21];
122102     }
122103 os_toplevel_consts_135_consts_1_linetable = {
122104     .ob_base = {
122105         .ob_base = {
122106             .ob_refcnt = 999999999,
122107             .ob_type = &PyBytes_Type,
122108         },
122109         .ob_size = 20,
122110     },
122111     .ob_shash = -1,
122112     .ob_sval = "\x80\x00\xd8\x1b\x21\x88\x44\x8c\x4c\xd8\x19\x1d\x88\x44\x8c\x4a\x88\x4a\x88\x4a",
122113 };
122114 static
122115     struct {
122116         PyGC_Head _gc_head;
122117         struct {
122118             PyObject_VAR_HEAD
122119             PyObject *ob_item[3];
122120         }_object;
122121     }
122122 os_toplevel_consts_135_consts_1_localsplusnames = {
122123     ._object = {
122124         .ob_base = {
122125             .ob_base = {
122126                 .ob_refcnt = 999999999,
122127                 .ob_type = &PyTuple_Type,
122128             },
122129             .ob_size = 3,
122130         },
122131         .ob_item = {
122132             & const_str_self._ascii.ob_base,
122133             & const_str_stream._ascii.ob_base,
122134             & const_str_proc._ascii.ob_base,
122135         },
122136     },
122137 };
122138 static
122139     struct _PyCode_DEF(34)
122140 os_toplevel_consts_135_consts_1 = {
122141     .ob_base = {
122142         .ob_base = {
122143             .ob_refcnt = 999999999,
122144             .ob_type = &PyCode_Type,
122145         },
122146         .ob_size = 17,
122147     },
122148     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
122149     .co_names = & os_toplevel_consts_135_consts_1_names._object.ob_base.ob_base,
122150     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
122151     .co_flags = 3,
122152     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
122153     ._co_linearray_entry_size = 0,
122154     .co_argcount = 3,
122155     .co_posonlyargcount = 0,
122156     .co_kwonlyargcount = 0,
122157     .co_stacksize = 2,
122158     .co_firstlineno = 1001,
122159     .co_nlocalsplus = 3,
122160     .co_nlocals = 3,
122161     .co_nplaincellvars = 0,
122162     .co_ncellvars = 0,
122163     .co_nfreevars = 0,
122164     .co_localsplusnames = & os_toplevel_consts_135_consts_1_localsplusnames._object.ob_base.ob_base,
122165     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
122166     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
122167     .co_name = &_Py_ID(__init__),
122168     .co_qualname = & os_toplevel_consts_135_consts_1_qualname._ascii.ob_base,
122169     .co_linetable = & os_toplevel_consts_135_consts_1_linetable.ob_base.ob_base,
122170     ._co_code = NULL,
122171     ._co_linearray = NULL,
122172     .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",
122173     ._co_firsttraceable = 0,
122174 };
122175 static
122176     struct {
122177         PyGC_Head _gc_head;
122178         struct {
122179             PyObject_VAR_HEAD
122180             PyObject *ob_item[4];
122181         }_object;
122182     }
122183 os_toplevel_consts_135_consts_2_consts = {
122184     ._object = {
122185         .ob_base = {
122186             .ob_base = {
122187                 .ob_refcnt = 999999999,
122188                 .ob_type = &PyTuple_Type,
122189             },
122190             .ob_size = 4,
122191         },
122192         .ob_item = {
122193             Py_None,
122194             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
122195             & const_str_nt._ascii.ob_base,
122196             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 8],
122197         },
122198     },
122199 };
122200 static
122201     struct {
122202         PyASCIIObject _ascii;
122203         uint8_t _data[5];
122204     }
122205 const_str_wait = {
122206     ._ascii = {
122207         .ob_base = {
122208             .ob_refcnt = 999999999,
122209             .ob_type = &PyUnicode_Type,
122210         },
122211         .length = 4,
122212         .hash = -1,
122213         .state = {
122214             .kind = 1,
122215             .compact = 1,
122216             .ascii = 1,
122217             .ready = 1,
122218         },
122219     },
122220     ._data = "wait",
122221 };
122222 static
122223     struct {
122224         PyGC_Head _gc_head;
122225         struct {
122226             PyObject_VAR_HEAD
122227             PyObject *ob_item[5];
122228         }_object;
122229     }
122230 os_toplevel_consts_135_consts_2_names = {
122231     ._object = {
122232         .ob_base = {
122233             .ob_base = {
122234                 .ob_refcnt = 999999999,
122235                 .ob_type = &PyTuple_Type,
122236             },
122237             .ob_size = 5,
122238         },
122239         .ob_item = {
122240             & const_str__stream._ascii.ob_base,
122241             &_Py_ID(close),
122242             & const_str__proc._ascii.ob_base,
122243             & const_str_wait._ascii.ob_base,
122244             &_Py_ID(name),
122245         },
122246     },
122247 };
122248 static
122249     struct {
122250         PyASCIIObject _ascii;
122251         uint8_t _data[18];
122252     }
122253 os_toplevel_consts_135_consts_2_qualname = {
122254     ._ascii = {
122255         .ob_base = {
122256             .ob_refcnt = 999999999,
122257             .ob_type = &PyUnicode_Type,
122258         },
122259         .length = 17,
122260         .hash = -1,
122261         .state = {
122262             .kind = 1,
122263             .compact = 1,
122264             .ascii = 1,
122265             .ready = 1,
122266         },
122267     },
122268     ._data = "_wrap_close.close",
122269 };
122270 static
122271     struct {
122272         PyObject_VAR_HEAD
122273         Py_hash_t ob_shash;
122274         char ob_sval[79];
122275     }
122276 os_toplevel_consts_135_consts_2_linetable = {
122277     .ob_base = {
122278         .ob_base = {
122279             .ob_refcnt = 999999999,
122280             .ob_type = &PyBytes_Type,
122281         },
122282         .ob_size = 78,
122283     },
122284     .ob_shash = -1,
122285     .ob_sval = "\x80\x00\xd8\x0c\x10\x8c\x4c\xd7\x0c\x1e\xd2\x0c\x1e\xd1\x0c\x20\xd4\x0c\x20\xd0\x0c\x20\xd8\x19\x1d\x9c\x1a\x9f\x1f\x9a\x1f\xd1\x19\x2a\xd4\x19\x2a\x88\x4a\xd8\x0f\x19\x98\x51\x8a\x7f\x88\x7f\xd8\x17\x1b\x90\x74\xdd\x0f\x13\x90\x74\x8a\x7c\x88\x7c\xd8\x17\x21\xd0\x10\x21\xe0\x17\x21\xa0\x51\x91\x7f\xd0\x10\x26",
122286 };
122287 static
122288     struct {
122289         PyASCIIObject _ascii;
122290         uint8_t _data[11];
122291     }
122292 const_str_returncode = {
122293     ._ascii = {
122294         .ob_base = {
122295             .ob_refcnt = 999999999,
122296             .ob_type = &PyUnicode_Type,
122297         },
122298         .length = 10,
122299         .hash = -1,
122300         .state = {
122301             .kind = 1,
122302             .compact = 1,
122303             .ascii = 1,
122304             .ready = 1,
122305         },
122306     },
122307     ._data = "returncode",
122308 };
122309 static
122310     struct {
122311         PyGC_Head _gc_head;
122312         struct {
122313             PyObject_VAR_HEAD
122314             PyObject *ob_item[2];
122315         }_object;
122316     }
122317 os_toplevel_consts_135_consts_2_localsplusnames = {
122318     ._object = {
122319         .ob_base = {
122320             .ob_base = {
122321                 .ob_refcnt = 999999999,
122322                 .ob_type = &PyTuple_Type,
122323             },
122324             .ob_size = 2,
122325         },
122326         .ob_item = {
122327             & const_str_self._ascii.ob_base,
122328             & const_str_returncode._ascii.ob_base,
122329         },
122330     },
122331 };
122332 static
122333     struct _PyCode_DEF(154)
122334 os_toplevel_consts_135_consts_2 = {
122335     .ob_base = {
122336         .ob_base = {
122337             .ob_refcnt = 999999999,
122338             .ob_type = &PyCode_Type,
122339         },
122340         .ob_size = 77,
122341     },
122342     .co_consts = & os_toplevel_consts_135_consts_2_consts._object.ob_base.ob_base,
122343     .co_names = & os_toplevel_consts_135_consts_2_names._object.ob_base.ob_base,
122344     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
122345     .co_flags = 3,
122346     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
122347     ._co_linearray_entry_size = 0,
122348     .co_argcount = 1,
122349     .co_posonlyargcount = 0,
122350     .co_kwonlyargcount = 0,
122351     .co_stacksize = 2,
122352     .co_firstlineno = 1004,
122353     .co_nlocalsplus = 2,
122354     .co_nlocals = 2,
122355     .co_nplaincellvars = 0,
122356     .co_ncellvars = 0,
122357     .co_nfreevars = 0,
122358     .co_localsplusnames = & os_toplevel_consts_135_consts_2_localsplusnames._object.ob_base.ob_base,
122359     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
122360     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
122361     .co_name = &_Py_ID(close),
122362     .co_qualname = & os_toplevel_consts_135_consts_2_qualname._ascii.ob_base,
122363     .co_linetable = & os_toplevel_consts_135_consts_2_linetable.ob_base.ob_base,
122364     ._co_code = NULL,
122365     ._co_linearray = NULL,
122366     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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",
122367     ._co_firsttraceable = 0,
122368 };
122369 static
122370     struct {
122371         PyASCIIObject _ascii;
122372         uint8_t _data[22];
122373     }
122374 os_toplevel_consts_135_consts_3_qualname = {
122375     ._ascii = {
122376         .ob_base = {
122377             .ob_refcnt = 999999999,
122378             .ob_type = &PyUnicode_Type,
122379         },
122380         .length = 21,
122381         .hash = -1,
122382         .state = {
122383             .kind = 1,
122384             .compact = 1,
122385             .ascii = 1,
122386             .ready = 1,
122387         },
122388     },
122389     ._data = "_wrap_close.__enter__",
122390 };
122391 static
122392     struct {
122393         PyObject_VAR_HEAD
122394         Py_hash_t ob_shash;
122395         char ob_sval[8];
122396     }
122397 os_toplevel_consts_135_consts_3_linetable = {
122398     .ob_base = {
122399         .ob_base = {
122400             .ob_refcnt = 999999999,
122401             .ob_type = &PyBytes_Type,
122402         },
122403         .ob_size = 7,
122404     },
122405     .ob_shash = -1,
122406     .ob_sval = "\x80\x00\xd8\x13\x17\x88\x4b",
122407 };
122408 static
122409     struct _PyCode_DEF(6)
122410 os_toplevel_consts_135_consts_3 = {
122411     .ob_base = {
122412         .ob_base = {
122413             .ob_refcnt = 999999999,
122414             .ob_type = &PyCode_Type,
122415         },
122416         .ob_size = 3,
122417     },
122418     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
122419     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
122420     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
122421     .co_flags = 3,
122422     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
122423     ._co_linearray_entry_size = 0,
122424     .co_argcount = 1,
122425     .co_posonlyargcount = 0,
122426     .co_kwonlyargcount = 0,
122427     .co_stacksize = 1,
122428     .co_firstlineno = 1013,
122429     .co_nlocalsplus = 1,
122430     .co_nlocals = 1,
122431     .co_nplaincellvars = 0,
122432     .co_ncellvars = 0,
122433     .co_nfreevars = 0,
122434     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
122435     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
122436     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
122437     .co_name = &_Py_ID(__enter__),
122438     .co_qualname = & os_toplevel_consts_135_consts_3_qualname._ascii.ob_base,
122439     .co_linetable = & os_toplevel_consts_135_consts_3_linetable.ob_base.ob_base,
122440     ._co_code = NULL,
122441     ._co_linearray = NULL,
122442     .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
122443     ._co_firsttraceable = 0,
122444 };
122445 static
122446     struct {
122447         PyGC_Head _gc_head;
122448         struct {
122449             PyObject_VAR_HEAD
122450             PyObject *ob_item[1];
122451         }_object;
122452     }
122453 os_toplevel_consts_135_consts_4_names = {
122454     ._object = {
122455         .ob_base = {
122456             .ob_base = {
122457                 .ob_refcnt = 999999999,
122458                 .ob_type = &PyTuple_Type,
122459             },
122460             .ob_size = 1,
122461         },
122462         .ob_item = {
122463             &_Py_ID(close),
122464         },
122465     },
122466 };
122467 static
122468     struct {
122469         PyASCIIObject _ascii;
122470         uint8_t _data[21];
122471     }
122472 os_toplevel_consts_135_consts_4_qualname = {
122473     ._ascii = {
122474         .ob_base = {
122475             .ob_refcnt = 999999999,
122476             .ob_type = &PyUnicode_Type,
122477         },
122478         .length = 20,
122479         .hash = -1,
122480         .state = {
122481             .kind = 1,
122482             .compact = 1,
122483             .ascii = 1,
122484             .ready = 1,
122485         },
122486     },
122487     ._data = "_wrap_close.__exit__",
122488 };
122489 static
122490     struct {
122491         PyObject_VAR_HEAD
122492         Py_hash_t ob_shash;
122493         char ob_sval[20];
122494     }
122495 os_toplevel_consts_135_consts_4_linetable = {
122496     .ob_base = {
122497         .ob_base = {
122498             .ob_refcnt = 999999999,
122499             .ob_type = &PyBytes_Type,
122500         },
122501         .ob_size = 19,
122502     },
122503     .ob_shash = -1,
122504     .ob_sval = "\x80\x00\xd8\x0c\x10\x8f\x4a\x8a\x4a\x89\x4c\x8c\x4c\x88\x4c\x88\x4c\x88\x4c",
122505 };
122506 static
122507     struct _PyCode_DEF(46)
122508 os_toplevel_consts_135_consts_4 = {
122509     .ob_base = {
122510         .ob_base = {
122511             .ob_refcnt = 999999999,
122512             .ob_type = &PyCode_Type,
122513         },
122514         .ob_size = 23,
122515     },
122516     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
122517     .co_names = & os_toplevel_consts_135_consts_4_names._object.ob_base.ob_base,
122518     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
122519     .co_flags = 7,
122520     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
122521     ._co_linearray_entry_size = 0,
122522     .co_argcount = 1,
122523     .co_posonlyargcount = 0,
122524     .co_kwonlyargcount = 0,
122525     .co_stacksize = 2,
122526     .co_firstlineno = 1015,
122527     .co_nlocalsplus = 2,
122528     .co_nlocals = 2,
122529     .co_nplaincellvars = 0,
122530     .co_ncellvars = 0,
122531     .co_nfreevars = 0,
122532     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_5_localsplusnames._object.ob_base.ob_base,
122533     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
122534     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
122535     .co_name = &_Py_ID(__exit__),
122536     .co_qualname = & os_toplevel_consts_135_consts_4_qualname._ascii.ob_base,
122537     .co_linetable = & os_toplevel_consts_135_consts_4_linetable.ob_base.ob_base,
122538     ._co_code = NULL,
122539     ._co_linearray = NULL,
122540     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
122541     ._co_firsttraceable = 0,
122542 };
122543 static
122544     struct {
122545         PyGC_Head _gc_head;
122546         struct {
122547             PyObject_VAR_HEAD
122548             PyObject *ob_item[2];
122549         }_object;
122550     }
122551 os_toplevel_consts_135_consts_5_names = {
122552     ._object = {
122553         .ob_base = {
122554             .ob_base = {
122555                 .ob_refcnt = 999999999,
122556                 .ob_type = &PyTuple_Type,
122557             },
122558             .ob_size = 2,
122559         },
122560         .ob_item = {
122561             &_Py_ID(getattr),
122562             & const_str__stream._ascii.ob_base,
122563         },
122564     },
122565 };
122566 static
122567     struct {
122568         PyASCIIObject _ascii;
122569         uint8_t _data[24];
122570     }
122571 os_toplevel_consts_135_consts_5_qualname = {
122572     ._ascii = {
122573         .ob_base = {
122574             .ob_refcnt = 999999999,
122575             .ob_type = &PyUnicode_Type,
122576         },
122577         .length = 23,
122578         .hash = -1,
122579         .state = {
122580             .kind = 1,
122581             .compact = 1,
122582             .ascii = 1,
122583             .ready = 1,
122584         },
122585     },
122586     ._data = "_wrap_close.__getattr__",
122587 };
122588 static
122589     struct {
122590         PyObject_VAR_HEAD
122591         Py_hash_t ob_shash;
122592         char ob_sval[21];
122593     }
122594 os_toplevel_consts_135_consts_5_linetable = {
122595     .ob_base = {
122596         .ob_base = {
122597             .ob_refcnt = 999999999,
122598             .ob_type = &PyBytes_Type,
122599         },
122600         .ob_size = 20,
122601     },
122602     .ob_shash = -1,
122603     .ob_sval = "\x80\x00\xdd\x13\x1a\x98\x34\x9c\x3c\xa8\x14\xd1\x13\x2e\xd4\x13\x2e\xd0\x0c\x2e",
122604 };
122605 static
122606     struct _PyCode_DEF(44)
122607 os_toplevel_consts_135_consts_5 = {
122608     .ob_base = {
122609         .ob_base = {
122610             .ob_refcnt = 999999999,
122611             .ob_type = &PyCode_Type,
122612         },
122613         .ob_size = 22,
122614     },
122615     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
122616     .co_names = & os_toplevel_consts_135_consts_5_names._object.ob_base.ob_base,
122617     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
122618     .co_flags = 3,
122619     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
122620     ._co_linearray_entry_size = 0,
122621     .co_argcount = 2,
122622     .co_posonlyargcount = 0,
122623     .co_kwonlyargcount = 0,
122624     .co_stacksize = 4,
122625     .co_firstlineno = 1017,
122626     .co_nlocalsplus = 2,
122627     .co_nlocals = 2,
122628     .co_nplaincellvars = 0,
122629     .co_ncellvars = 0,
122630     .co_nfreevars = 0,
122631     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_2_localsplusnames._object.ob_base.ob_base,
122632     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
122633     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
122634     .co_name = &_Py_ID(__getattr__),
122635     .co_qualname = & os_toplevel_consts_135_consts_5_qualname._ascii.ob_base,
122636     .co_linetable = & os_toplevel_consts_135_consts_5_linetable.ob_base.ob_base,
122637     ._co_code = NULL,
122638     ._co_linearray = NULL,
122639     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
122640     ._co_firsttraceable = 0,
122641 };
122642 static
122643     struct {
122644         PyGC_Head _gc_head;
122645         struct {
122646             PyObject_VAR_HEAD
122647             PyObject *ob_item[2];
122648         }_object;
122649     }
122650 os_toplevel_consts_135_consts_6_names = {
122651     ._object = {
122652         .ob_base = {
122653             .ob_base = {
122654                 .ob_refcnt = 999999999,
122655                 .ob_type = &PyTuple_Type,
122656             },
122657             .ob_size = 2,
122658         },
122659         .ob_item = {
122660             &_Py_ID(iter),
122661             & const_str__stream._ascii.ob_base,
122662         },
122663     },
122664 };
122665 static
122666     struct {
122667         PyASCIIObject _ascii;
122668         uint8_t _data[21];
122669     }
122670 os_toplevel_consts_135_consts_6_qualname = {
122671     ._ascii = {
122672         .ob_base = {
122673             .ob_refcnt = 999999999,
122674             .ob_type = &PyUnicode_Type,
122675         },
122676         .length = 20,
122677         .hash = -1,
122678         .state = {
122679             .kind = 1,
122680             .compact = 1,
122681             .ascii = 1,
122682             .ready = 1,
122683         },
122684     },
122685     ._data = "_wrap_close.__iter__",
122686 };
122687 static
122688     struct {
122689         PyObject_VAR_HEAD
122690         Py_hash_t ob_shash;
122691         char ob_sval[19];
122692     }
122693 os_toplevel_consts_135_consts_6_linetable = {
122694     .ob_base = {
122695         .ob_base = {
122696             .ob_refcnt = 999999999,
122697             .ob_type = &PyBytes_Type,
122698         },
122699         .ob_size = 18,
122700     },
122701     .ob_shash = -1,
122702     .ob_sval = "\x80\x00\xdd\x13\x17\x98\x04\x9c\x0c\xd1\x13\x25\xd4\x13\x25\xd0\x0c\x25",
122703 };
122704 static
122705     struct _PyCode_DEF(42)
122706 os_toplevel_consts_135_consts_6 = {
122707     .ob_base = {
122708         .ob_base = {
122709             .ob_refcnt = 999999999,
122710             .ob_type = &PyCode_Type,
122711         },
122712         .ob_size = 21,
122713     },
122714     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
122715     .co_names = & os_toplevel_consts_135_consts_6_names._object.ob_base.ob_base,
122716     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
122717     .co_flags = 3,
122718     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
122719     ._co_linearray_entry_size = 0,
122720     .co_argcount = 1,
122721     .co_posonlyargcount = 0,
122722     .co_kwonlyargcount = 0,
122723     .co_stacksize = 3,
122724     .co_firstlineno = 1019,
122725     .co_nlocalsplus = 1,
122726     .co_nlocals = 1,
122727     .co_nplaincellvars = 0,
122728     .co_ncellvars = 0,
122729     .co_nfreevars = 0,
122730     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
122731     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
122732     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
122733     .co_name = &_Py_ID(__iter__),
122734     .co_qualname = & os_toplevel_consts_135_consts_6_qualname._ascii.ob_base,
122735     .co_linetable = & os_toplevel_consts_135_consts_6_linetable.ob_base.ob_base,
122736     ._co_code = NULL,
122737     ._co_linearray = NULL,
122738     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
122739     ._co_firsttraceable = 0,
122740 };
122741 static
122742     struct {
122743         PyGC_Head _gc_head;
122744         struct {
122745             PyObject_VAR_HEAD
122746             PyObject *ob_item[8];
122747         }_object;
122748     }
122749 os_toplevel_consts_135_consts = {
122750     ._object = {
122751         .ob_base = {
122752             .ob_base = {
122753                 .ob_refcnt = 999999999,
122754                 .ob_type = &PyTuple_Type,
122755             },
122756             .ob_size = 8,
122757         },
122758         .ob_item = {
122759             & const_str__wrap_close._ascii.ob_base,
122760             & os_toplevel_consts_135_consts_1.ob_base.ob_base,
122761             & os_toplevel_consts_135_consts_2.ob_base.ob_base,
122762             & os_toplevel_consts_135_consts_3.ob_base.ob_base,
122763             & os_toplevel_consts_135_consts_4.ob_base.ob_base,
122764             & os_toplevel_consts_135_consts_5.ob_base.ob_base,
122765             & os_toplevel_consts_135_consts_6.ob_base.ob_base,
122766             Py_None,
122767         },
122768     },
122769 };
122770 static
122771     struct {
122772         PyGC_Head _gc_head;
122773         struct {
122774             PyObject_VAR_HEAD
122775             PyObject *ob_item[9];
122776         }_object;
122777     }
122778 os_toplevel_consts_135_names = {
122779     ._object = {
122780         .ob_base = {
122781             .ob_base = {
122782                 .ob_refcnt = 999999999,
122783                 .ob_type = &PyTuple_Type,
122784             },
122785             .ob_size = 9,
122786         },
122787         .ob_item = {
122788             &_Py_ID(__name__),
122789             &_Py_ID(__module__),
122790             &_Py_ID(__qualname__),
122791             &_Py_ID(__init__),
122792             &_Py_ID(close),
122793             &_Py_ID(__enter__),
122794             &_Py_ID(__exit__),
122795             &_Py_ID(__getattr__),
122796             &_Py_ID(__iter__),
122797         },
122798     },
122799 };
122800 static
122801     struct {
122802         PyObject_VAR_HEAD
122803         Py_hash_t ob_shash;
122804         char ob_sval[111];
122805     }
122806 os_toplevel_consts_135_linetable = {
122807     .ob_base = {
122808         .ob_base = {
122809             .ob_refcnt = 999999999,
122810             .ob_type = &PyBytes_Type,
122811         },
122812         .ob_size = 110,
122813     },
122814     .ob_shash = -1,
122815     .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",
122816 };
122817 static
122818     struct _PyCode_DEF(50)
122819 os_toplevel_consts_135 = {
122820     .ob_base = {
122821         .ob_base = {
122822             .ob_refcnt = 999999999,
122823             .ob_type = &PyCode_Type,
122824         },
122825         .ob_size = 25,
122826     },
122827     .co_consts = & os_toplevel_consts_135_consts._object.ob_base.ob_base,
122828     .co_names = & os_toplevel_consts_135_names._object.ob_base.ob_base,
122829     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
122830     .co_flags = 0,
122831     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
122832     ._co_linearray_entry_size = 0,
122833     .co_argcount = 0,
122834     .co_posonlyargcount = 0,
122835     .co_kwonlyargcount = 0,
122836     .co_stacksize = 1,
122837     .co_firstlineno = 1000,
122838     .co_nlocalsplus = 0,
122839     .co_nlocals = 0,
122840     .co_nplaincellvars = 0,
122841     .co_ncellvars = 0,
122842     .co_nfreevars = 0,
122843     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
122844     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
122845     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
122846     .co_name = & const_str__wrap_close._ascii.ob_base,
122847     .co_qualname = & const_str__wrap_close._ascii.ob_base,
122848     .co_linetable = & os_toplevel_consts_135_linetable.ob_base.ob_base,
122849     ._co_code = NULL,
122850     ._co_linearray = NULL,
122851     .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",
122852     ._co_firsttraceable = 0,
122853 };
122854 static
122855     struct {
122856         PyASCIIObject _ascii;
122857         uint8_t _data[39];
122858     }
122859 os_toplevel_consts_138_consts_1 = {
122860     ._ascii = {
122861         .ob_base = {
122862             .ob_refcnt = 999999999,
122863             .ob_type = &PyUnicode_Type,
122864         },
122865         .length = 38,
122866         .hash = -1,
122867         .state = {
122868             .kind = 1,
122869             .compact = 1,
122870             .ascii = 1,
122871             .ready = 1,
122872         },
122873     },
122874     ._data = "invalid fd type (%s, expected integer)",
122875 };
122876 static
122877     struct {
122878         PyGC_Head _gc_head;
122879         struct {
122880             PyObject_VAR_HEAD
122881             PyObject *ob_item[4];
122882         }_object;
122883     }
122884 os_toplevel_consts_138_consts = {
122885     ._object = {
122886         .ob_base = {
122887             .ob_base = {
122888                 .ob_refcnt = 999999999,
122889                 .ob_type = &PyTuple_Type,
122890             },
122891             .ob_size = 4,
122892         },
122893         .ob_item = {
122894             Py_None,
122895             & os_toplevel_consts_138_consts_1._ascii.ob_base,
122896             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
122897             & const_str_b._ascii.ob_base,
122898         },
122899     },
122900 };
122901 static
122902     struct {
122903         PyGC_Head _gc_head;
122904         struct {
122905             PyObject_VAR_HEAD
122906             PyObject *ob_item[7];
122907         }_object;
122908     }
122909 os_toplevel_consts_138_names = {
122910     ._object = {
122911         .ob_base = {
122912             .ob_base = {
122913                 .ob_refcnt = 999999999,
122914                 .ob_type = &PyTuple_Type,
122915             },
122916             .ob_size = 7,
122917         },
122918         .ob_item = {
122919             &_Py_ID(isinstance),
122920             & const_str_int._ascii.ob_base,
122921             & const_str_TypeError._ascii.ob_base,
122922             & const_str_type._ascii.ob_base,
122923             & const_str_io._ascii.ob_base,
122924             & const_str_text_encoding._ascii.ob_base,
122925             &_Py_ID(open),
122926         },
122927     },
122928 };
122929 static
122930     struct {
122931         PyObject_VAR_HEAD
122932         Py_hash_t ob_shash;
122933         char ob_sval[125];
122934     }
122935 os_toplevel_consts_138_linetable = {
122936     .ob_base = {
122937         .ob_base = {
122938             .ob_refcnt = 999999999,
122939             .ob_type = &PyBytes_Type,
122940         },
122941         .ob_size = 124,
122942     },
122943     .ob_shash = -1,
122944     .ob_sval = "\x80\x00\xdd\x0b\x15\x90\x62\x9d\x23\xd1\x0b\x1e\xd4\x0b\x1e\xf0\x00\x01\x05\x4d\x01\xdd\x0e\x17\xd0\x18\x40\xc5\x34\xc8\x02\xc1\x38\xc4\x38\xd1\x18\x4b\xd1\x0e\x4c\xd4\x0e\x4c\xd0\x08\x4c\xd8\x04\x0d\x80\x49\x80\x49\x80\x49\xd8\x07\x0a\x90\x24\x80\x7f\x80\x7f\xd8\x13\x15\xd7\x13\x23\xd2\x13\x23\xa0\x48\xd1\x13\x2d\xd4\x13\x2d\x88\x08\xd8\x0b\x12\x88\x32\x8c\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",
122945 };
122946 static
122947     struct {
122948         PyGC_Head _gc_head;
122949         struct {
122950             PyObject_VAR_HEAD
122951             PyObject *ob_item[7];
122952         }_object;
122953     }
122954 os_toplevel_consts_138_localsplusnames = {
122955     ._object = {
122956         .ob_base = {
122957             .ob_base = {
122958                 .ob_refcnt = 999999999,
122959                 .ob_type = &PyTuple_Type,
122960             },
122961             .ob_size = 7,
122962         },
122963         .ob_item = {
122964             & const_str_fd._ascii.ob_base,
122965             &_Py_ID(mode),
122966             & const_str_buffering._ascii.ob_base,
122967             &_Py_ID(encoding),
122968             & const_str_args._ascii.ob_base,
122969             & const_str_kwargs._ascii.ob_base,
122970             & const_str_io._ascii.ob_base,
122971         },
122972     },
122973 };
122974 static
122975     struct _PyCode_DEF(204)
122976 os_toplevel_consts_138 = {
122977     .ob_base = {
122978         .ob_base = {
122979             .ob_refcnt = 999999999,
122980             .ob_type = &PyCode_Type,
122981         },
122982         .ob_size = 102,
122983     },
122984     .co_consts = & os_toplevel_consts_138_consts._object.ob_base.ob_base,
122985     .co_names = & os_toplevel_consts_138_names._object.ob_base.ob_base,
122986     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
122987     .co_flags = 15,
122988     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
122989     ._co_linearray_entry_size = 0,
122990     .co_argcount = 4,
122991     .co_posonlyargcount = 0,
122992     .co_kwonlyargcount = 0,
122993     .co_stacksize = 6,
122994     .co_firstlineno = 1025,
122995     .co_nlocalsplus = 7,
122996     .co_nlocals = 7,
122997     .co_nplaincellvars = 0,
122998     .co_ncellvars = 0,
122999     .co_nfreevars = 0,
123000     .co_localsplusnames = & os_toplevel_consts_138_localsplusnames._object.ob_base.ob_base,
123001     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
123002     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
123003     .co_name = & const_str_fdopen._ascii.ob_base,
123004     .co_qualname = & const_str_fdopen._ascii.ob_base,
123005     .co_linetable = & os_toplevel_consts_138_linetable.ob_base.ob_base,
123006     ._co_code = NULL,
123007     ._co_linearray = NULL,
123008     .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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x1f\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x06\x00\x00\xa6\x01\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\x15\x7c\x06\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x02\x00\x7c\x06\x6a\x06\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",
123009     ._co_firsttraceable = 0,
123010 };
123011 static
123012     struct {
123013         PyASCIIObject _ascii;
123014         uint8_t _data[354];
123015     }
123016 os_toplevel_consts_139_consts_0 = {
123017     ._ascii = {
123018         .ob_base = {
123019             .ob_refcnt = 999999999,
123020             .ob_type = &PyUnicode_Type,
123021         },
123022         .length = 353,
123023         .hash = -1,
123024         .state = {
123025             .kind = 1,
123026             .compact = 1,
123027             .ascii = 1,
123028             .ready = 1,
123029         },
123030     },
123031     ._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",
123032 };
123033 static
123034     struct {
123035         PyASCIIObject _ascii;
123036         uint8_t _data[48];
123037     }
123038 os_toplevel_consts_139_consts_2 = {
123039     ._ascii = {
123040         .ob_base = {
123041             .ob_refcnt = 999999999,
123042             .ob_type = &PyUnicode_Type,
123043         },
123044         .length = 47,
123045         .hash = -1,
123046         .state = {
123047             .kind = 1,
123048             .compact = 1,
123049             .ascii = 1,
123050             .ready = 1,
123051         },
123052     },
123053     ._data = "expected str, bytes or os.PathLike object, not ",
123054 };
123055 static
123056     struct {
123057         PyASCIIObject _ascii;
123058         uint8_t _data[56];
123059     }
123060 os_toplevel_consts_139_consts_3 = {
123061     ._ascii = {
123062         .ob_base = {
123063             .ob_refcnt = 999999999,
123064             .ob_type = &PyUnicode_Type,
123065         },
123066         .length = 55,
123067         .hash = -1,
123068         .state = {
123069             .kind = 1,
123070             .compact = 1,
123071             .ascii = 1,
123072             .ready = 1,
123073         },
123074     },
123075     ._data = "expected {}.__fspath__() to return str or bytes, not {}",
123076 };
123077 static
123078     struct {
123079         PyGC_Head _gc_head;
123080         struct {
123081             PyObject_VAR_HEAD
123082             PyObject *ob_item[4];
123083         }_object;
123084     }
123085 os_toplevel_consts_139_consts = {
123086     ._object = {
123087         .ob_base = {
123088             .ob_base = {
123089                 .ob_refcnt = 999999999,
123090                 .ob_type = &PyTuple_Type,
123091             },
123092             .ob_size = 4,
123093         },
123094         .ob_item = {
123095             & os_toplevel_consts_139_consts_0._ascii.ob_base,
123096             &_Py_ID(__fspath__),
123097             & os_toplevel_consts_139_consts_2._ascii.ob_base,
123098             & os_toplevel_consts_139_consts_3._ascii.ob_base,
123099         },
123100     },
123101 };
123102 static
123103     struct {
123104         PyGC_Head _gc_head;
123105         struct {
123106             PyObject_VAR_HEAD
123107             PyObject *ob_item[10];
123108         }_object;
123109     }
123110 os_toplevel_consts_139_names = {
123111     ._object = {
123112         .ob_base = {
123113             .ob_base = {
123114                 .ob_refcnt = 999999999,
123115                 .ob_type = &PyTuple_Type,
123116             },
123117             .ob_size = 10,
123118         },
123119         .ob_item = {
123120             &_Py_ID(isinstance),
123121             & const_str_str._ascii.ob_base,
123122             & const_str_bytes._ascii.ob_base,
123123             & const_str_type._ascii.ob_base,
123124             &_Py_ID(__fspath__),
123125             & const_str_AttributeError._ascii.ob_base,
123126             & const_str_hasattr._ascii.ob_base,
123127             & const_str_TypeError._ascii.ob_base,
123128             &_Py_ID(__name__),
123129             & const_str_format._ascii.ob_base,
123130         },
123131     },
123132 };
123133 static
123134     struct {
123135         PyASCIIObject _ascii;
123136         uint8_t _data[8];
123137     }
123138 const_str__fspath = {
123139     ._ascii = {
123140         .ob_base = {
123141             .ob_refcnt = 999999999,
123142             .ob_type = &PyUnicode_Type,
123143         },
123144         .length = 7,
123145         .hash = -1,
123146         .state = {
123147             .kind = 1,
123148             .compact = 1,
123149             .ascii = 1,
123150             .ready = 1,
123151         },
123152     },
123153     ._data = "_fspath",
123154 };
123155 static
123156     struct {
123157         PyObject_VAR_HEAD
123158         Py_hash_t ob_shash;
123159         char ob_sval[244];
123160     }
123161 os_toplevel_consts_139_linetable = {
123162     .ob_base = {
123163         .ob_base = {
123164             .ob_refcnt = 999999999,
123165             .ob_type = &PyBytes_Type,
123166         },
123167         .ob_size = 243,
123168     },
123169     .ob_shash = -1,
123170     .ob_sval = "\x80\x00\xf5\x10\x00\x08\x12\x90\x24\x9d\x13\x9d\x65\x98\x0c\xd1\x07\x25\xd4\x07\x25\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x0b\xf5\x08\x00\x11\x15\x90\x54\x91\x0a\x94\x0a\x80\x49\xf0\x02\x07\x05\x39\xd8\x14\x1d\xd7\x14\x28\xd2\x14\x28\xa8\x14\xd1\x14\x2e\xd4\x14\x2e\x88\x09\x88\x09\xf8\xdd\x0b\x19\xf0\x00\x05\x05\x39\xf0\x00\x05\x05\x39\xf0\x00\x05\x05\x39\xdd\x0b\x12\x90\x39\x98\x6c\xd1\x0b\x2b\xd4\x0b\x2b\xf0\x00\x04\x09\x39\xd8\x0c\x11\xe5\x12\x1b\xf0\x00\x01\x1d\x23\xd8\x25\x2e\xd4\x25\x37\xf1\x03\x01\x1d\x38\xf1\x00\x01\x13\x39\xf4\x00\x01\x13\x39\xf0\x00\x01\x0d\x39\xf0\x09\x05\x05\x39\xf8\xf8\xf8\xf5\x0c\x00\x08\x12\x90\x29\x9d\x63\xa5\x35\x98\x5c\xd1\x07\x2a\xd4\x07\x2a\xf0\x00\x05\x05\x43\x01\xd8\x0f\x18\xd0\x08\x18\xe5\x0e\x17\xf0\x00\x01\x19\x21\xdf\x21\x27\xa2\x16\xa8\x09\xd4\x28\x3a\xdd\x28\x2c\xa8\x59\xa9\x0f\xac\x0f\xd4\x28\x40\xf1\x03\x01\x22\x42\x01\xf4\x00\x01\x22\x42\x01\xf1\x03\x02\x0f\x43\x01\xf4\x00\x02\x0f\x43\x01\xf0\x00\x02\x09\x43\x01",
123171 };
123172 static
123173     struct {
123174         PyObject_VAR_HEAD
123175         Py_hash_t ob_shash;
123176         char ob_sval[12];
123177     }
123178 os_toplevel_consts_139_exceptiontable = {
123179     .ob_base = {
123180         .ob_base = {
123181             .ob_refcnt = 999999999,
123182             .ob_type = &PyBytes_Type,
123183         },
123184         .ob_size = 11,
123185     },
123186     .ob_shash = -1,
123187     .ob_sval = "\xaf\x15\x41\x05\x00\xc1\x05\x33\x41\x38\x03",
123188 };
123189 static
123190     struct {
123191         PyASCIIObject _ascii;
123192         uint8_t _data[10];
123193     }
123194 const_str_path_type = {
123195     ._ascii = {
123196         .ob_base = {
123197             .ob_refcnt = 999999999,
123198             .ob_type = &PyUnicode_Type,
123199         },
123200         .length = 9,
123201         .hash = -1,
123202         .state = {
123203             .kind = 1,
123204             .compact = 1,
123205             .ascii = 1,
123206             .ready = 1,
123207         },
123208     },
123209     ._data = "path_type",
123210 };
123211 static
123212     struct {
123213         PyASCIIObject _ascii;
123214         uint8_t _data[10];
123215     }
123216 const_str_path_repr = {
123217     ._ascii = {
123218         .ob_base = {
123219             .ob_refcnt = 999999999,
123220             .ob_type = &PyUnicode_Type,
123221         },
123222         .length = 9,
123223         .hash = -1,
123224         .state = {
123225             .kind = 1,
123226             .compact = 1,
123227             .ascii = 1,
123228             .ready = 1,
123229         },
123230     },
123231     ._data = "path_repr",
123232 };
123233 static
123234     struct {
123235         PyGC_Head _gc_head;
123236         struct {
123237             PyObject_VAR_HEAD
123238             PyObject *ob_item[3];
123239         }_object;
123240     }
123241 os_toplevel_consts_139_localsplusnames = {
123242     ._object = {
123243         .ob_base = {
123244             .ob_base = {
123245                 .ob_refcnt = 999999999,
123246                 .ob_type = &PyTuple_Type,
123247             },
123248             .ob_size = 3,
123249         },
123250         .ob_item = {
123251             &_Py_ID(path),
123252             & const_str_path_type._ascii.ob_base,
123253             & const_str_path_repr._ascii.ob_base,
123254         },
123255     },
123256 };
123257 static
123258     struct _PyCode_DEF(422)
123259 os_toplevel_consts_139 = {
123260     .ob_base = {
123261         .ob_base = {
123262             .ob_refcnt = 999999999,
123263             .ob_type = &PyCode_Type,
123264         },
123265         .ob_size = 211,
123266     },
123267     .co_consts = & os_toplevel_consts_139_consts._object.ob_base.ob_base,
123268     .co_names = & os_toplevel_consts_139_names._object.ob_base.ob_base,
123269     .co_exceptiontable = & os_toplevel_consts_139_exceptiontable.ob_base.ob_base,
123270     .co_flags = 3,
123271     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
123272     ._co_linearray_entry_size = 0,
123273     .co_argcount = 1,
123274     .co_posonlyargcount = 0,
123275     .co_kwonlyargcount = 0,
123276     .co_stacksize = 8,
123277     .co_firstlineno = 1036,
123278     .co_nlocalsplus = 3,
123279     .co_nlocals = 3,
123280     .co_nplaincellvars = 0,
123281     .co_ncellvars = 0,
123282     .co_nfreevars = 0,
123283     .co_localsplusnames = & os_toplevel_consts_139_localsplusnames._object.ob_base.ob_base,
123284     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
123285     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
123286     .co_name = & const_str__fspath._ascii.ob_base,
123287     .co_qualname = & const_str__fspath._ascii.ob_base,
123288     .co_linetable = & os_toplevel_consts_139_linetable.ob_base.ob_base,
123289     ._co_code = NULL,
123290     ._co_linearray = NULL,
123291     .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\xa6\x02\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x09\x00\x7c\x01\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x6e\x36\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x29\x01\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xa6\x02\x00\x00\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\x08\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\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\xa6\x02\x00\x00\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\xa0\x09\x00\x00\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\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
123292     ._co_firsttraceable = 0,
123293 };
123294 static
123295     struct {
123296         PyASCIIObject _ascii;
123297         uint8_t _data[9];
123298     }
123299 const_str_PathLike = {
123300     ._ascii = {
123301         .ob_base = {
123302             .ob_refcnt = 999999999,
123303             .ob_type = &PyUnicode_Type,
123304         },
123305         .length = 8,
123306         .hash = -1,
123307         .state = {
123308             .kind = 1,
123309             .compact = 1,
123310             .ascii = 1,
123311             .ready = 1,
123312         },
123313     },
123314     ._data = "PathLike",
123315 };
123316 static
123317     struct {
123318         PyASCIIObject _ascii;
123319         uint8_t _data[68];
123320     }
123321 os_toplevel_consts_141_consts_1 = {
123322     ._ascii = {
123323         .ob_base = {
123324             .ob_refcnt = 999999999,
123325             .ob_type = &PyUnicode_Type,
123326         },
123327         .length = 67,
123328         .hash = -1,
123329         .state = {
123330             .kind = 1,
123331             .compact = 1,
123332             .ascii = 1,
123333             .ready = 1,
123334         },
123335     },
123336     ._data = "Abstract base class for implementing the file system path protocol.",
123337 };
123338 static
123339     struct {
123340         PyASCIIObject _ascii;
123341         uint8_t _data[58];
123342     }
123343 os_toplevel_consts_141_consts_2_consts_0 = {
123344     ._ascii = {
123345         .ob_base = {
123346             .ob_refcnt = 999999999,
123347             .ob_type = &PyUnicode_Type,
123348         },
123349         .length = 57,
123350         .hash = -1,
123351         .state = {
123352             .kind = 1,
123353             .compact = 1,
123354             .ascii = 1,
123355             .ready = 1,
123356         },
123357     },
123358     ._data = "Return the file system path representation of the object.",
123359 };
123360 static
123361     struct {
123362         PyGC_Head _gc_head;
123363         struct {
123364             PyObject_VAR_HEAD
123365             PyObject *ob_item[1];
123366         }_object;
123367     }
123368 os_toplevel_consts_141_consts_2_consts = {
123369     ._object = {
123370         .ob_base = {
123371             .ob_base = {
123372                 .ob_refcnt = 999999999,
123373                 .ob_type = &PyTuple_Type,
123374             },
123375             .ob_size = 1,
123376         },
123377         .ob_item = {
123378             & os_toplevel_consts_141_consts_2_consts_0._ascii.ob_base,
123379         },
123380     },
123381 };
123382 static
123383     struct {
123384         PyASCIIObject _ascii;
123385         uint8_t _data[20];
123386     }
123387 os_toplevel_consts_141_consts_2_qualname = {
123388     ._ascii = {
123389         .ob_base = {
123390             .ob_refcnt = 999999999,
123391             .ob_type = &PyUnicode_Type,
123392         },
123393         .length = 19,
123394         .hash = -1,
123395         .state = {
123396             .kind = 1,
123397             .compact = 1,
123398             .ascii = 1,
123399             .ready = 1,
123400         },
123401     },
123402     ._data = "PathLike.__fspath__",
123403 };
123404 static
123405     struct _PyCode_DEF(16)
123406 os_toplevel_consts_141_consts_2 = {
123407     .ob_base = {
123408         .ob_base = {
123409             .ob_refcnt = 999999999,
123410             .ob_type = &PyCode_Type,
123411         },
123412         .ob_size = 8,
123413     },
123414     .co_consts = & os_toplevel_consts_141_consts_2_consts._object.ob_base.ob_base,
123415     .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
123416     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
123417     .co_flags = 3,
123418     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
123419     ._co_linearray_entry_size = 0,
123420     .co_argcount = 1,
123421     .co_posonlyargcount = 0,
123422     .co_kwonlyargcount = 0,
123423     .co_stacksize = 1,
123424     .co_firstlineno = 1076,
123425     .co_nlocalsplus = 1,
123426     .co_nlocals = 1,
123427     .co_nplaincellvars = 0,
123428     .co_ncellvars = 0,
123429     .co_nfreevars = 0,
123430     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
123431     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
123432     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
123433     .co_name = &_Py_ID(__fspath__),
123434     .co_qualname = & os_toplevel_consts_141_consts_2_qualname._ascii.ob_base,
123435     .co_linetable = & codecs_toplevel_consts_18_consts_4_linetable.ob_base.ob_base,
123436     ._co_code = NULL,
123437     ._co_linearray = NULL,
123438     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
123439     ._co_firsttraceable = 0,
123440 };
123441 static
123442     struct {
123443         PyGC_Head _gc_head;
123444         struct {
123445             PyObject_VAR_HEAD
123446             PyObject *ob_item[2];
123447         }_object;
123448     }
123449 os_toplevel_consts_141_consts_3_consts = {
123450     ._object = {
123451         .ob_base = {
123452             .ob_base = {
123453                 .ob_refcnt = 999999999,
123454                 .ob_type = &PyTuple_Type,
123455             },
123456             .ob_size = 2,
123457         },
123458         .ob_item = {
123459             Py_None,
123460             &_Py_ID(__fspath__),
123461         },
123462     },
123463 };
123464 static
123465     struct {
123466         PyGC_Head _gc_head;
123467         struct {
123468             PyObject_VAR_HEAD
123469             PyObject *ob_item[3];
123470         }_object;
123471     }
123472 os_toplevel_consts_141_consts_3_names = {
123473     ._object = {
123474         .ob_base = {
123475             .ob_base = {
123476                 .ob_refcnt = 999999999,
123477                 .ob_type = &PyTuple_Type,
123478             },
123479             .ob_size = 3,
123480         },
123481         .ob_item = {
123482             & const_str_PathLike._ascii.ob_base,
123483             & const_str__check_methods._ascii.ob_base,
123484             & const_str_NotImplemented._ascii.ob_base,
123485         },
123486     },
123487 };
123488 static
123489     struct {
123490         PyASCIIObject _ascii;
123491         uint8_t _data[26];
123492     }
123493 os_toplevel_consts_141_consts_3_qualname = {
123494     ._ascii = {
123495         .ob_base = {
123496             .ob_refcnt = 999999999,
123497             .ob_type = &PyUnicode_Type,
123498         },
123499         .length = 25,
123500         .hash = -1,
123501         .state = {
123502             .kind = 1,
123503             .compact = 1,
123504             .ascii = 1,
123505             .ready = 1,
123506         },
123507     },
123508     ._data = "PathLike.__subclasshook__",
123509 };
123510 static
123511     struct {
123512         PyObject_VAR_HEAD
123513         Py_hash_t ob_shash;
123514         char ob_sval[34];
123515     }
123516 os_toplevel_consts_141_consts_3_linetable = {
123517     .ob_base = {
123518         .ob_base = {
123519             .ob_refcnt = 999999999,
123520             .ob_type = &PyBytes_Type,
123521         },
123522         .ob_size = 33,
123523     },
123524     .ob_shash = -1,
123525     .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x28\x88\x3f\x88\x3f\xdd\x13\x21\xa0\x28\xa8\x4c\xd1\x13\x39\xd4\x13\x39\xd0\x0c\x39\xdd\x0f\x1d\xd0\x08\x1d",
123526 };
123527 static
123528     struct _PyCode_DEF(66)
123529 os_toplevel_consts_141_consts_3 = {
123530     .ob_base = {
123531         .ob_base = {
123532             .ob_refcnt = 999999999,
123533             .ob_type = &PyCode_Type,
123534         },
123535         .ob_size = 33,
123536     },
123537     .co_consts = & os_toplevel_consts_141_consts_3_consts._object.ob_base.ob_base,
123538     .co_names = & os_toplevel_consts_141_consts_3_names._object.ob_base.ob_base,
123539     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
123540     .co_flags = 3,
123541     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
123542     ._co_linearray_entry_size = 0,
123543     .co_argcount = 2,
123544     .co_posonlyargcount = 0,
123545     .co_kwonlyargcount = 0,
123546     .co_stacksize = 4,
123547     .co_firstlineno = 1081,
123548     .co_nlocalsplus = 2,
123549     .co_nlocals = 2,
123550     .co_nplaincellvars = 0,
123551     .co_ncellvars = 0,
123552     .co_nfreevars = 0,
123553     .co_localsplusnames = & abc_toplevel_consts_10_consts_3_localsplusnames._object.ob_base.ob_base,
123554     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
123555     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
123556     .co_name = &_Py_ID(__subclasshook__),
123557     .co_qualname = & os_toplevel_consts_141_consts_3_qualname._ascii.ob_base,
123558     .co_linetable = & os_toplevel_consts_141_consts_3_linetable.ob_base.ob_base,
123559     ._co_code = NULL,
123560     ._co_linearray = NULL,
123561     .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\xa6\x02\x00\x00\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",
123562     ._co_firsttraceable = 0,
123563 };
123564 static
123565     struct {
123566         PyGC_Head _gc_head;
123567         struct {
123568             PyObject_VAR_HEAD
123569             PyObject *ob_item[5];
123570         }_object;
123571     }
123572 os_toplevel_consts_141_consts = {
123573     ._object = {
123574         .ob_base = {
123575             .ob_base = {
123576                 .ob_refcnt = 999999999,
123577                 .ob_type = &PyTuple_Type,
123578             },
123579             .ob_size = 5,
123580         },
123581         .ob_item = {
123582             & const_str_PathLike._ascii.ob_base,
123583             & os_toplevel_consts_141_consts_1._ascii.ob_base,
123584             & os_toplevel_consts_141_consts_2.ob_base.ob_base,
123585             & os_toplevel_consts_141_consts_3.ob_base.ob_base,
123586             Py_None,
123587         },
123588     },
123589 };
123590 static
123591     struct {
123592         PyGC_Head _gc_head;
123593         struct {
123594             PyObject_VAR_HEAD
123595             PyObject *ob_item[11];
123596         }_object;
123597     }
123598 os_toplevel_consts_141_names = {
123599     ._object = {
123600         .ob_base = {
123601             .ob_base = {
123602                 .ob_refcnt = 999999999,
123603                 .ob_type = &PyTuple_Type,
123604             },
123605             .ob_size = 11,
123606         },
123607         .ob_item = {
123608             &_Py_ID(__name__),
123609             &_Py_ID(__module__),
123610             &_Py_ID(__qualname__),
123611             &_Py_ID(__doc__),
123612             & const_str_abc._ascii.ob_base,
123613             & const_str_abstractmethod._ascii.ob_base,
123614             &_Py_ID(__fspath__),
123615             & const_str_classmethod._ascii.ob_base,
123616             &_Py_ID(__subclasshook__),
123617             & const_str_GenericAlias._ascii.ob_base,
123618             &_Py_ID(__class_getitem__),
123619         },
123620     },
123621 };
123622 static
123623     struct {
123624         PyObject_VAR_HEAD
123625         Py_hash_t ob_shash;
123626         char ob_sval[97];
123627     }
123628 os_toplevel_consts_141_linetable = {
123629     .ob_base = {
123630         .ob_base = {
123631             .ob_refcnt = 999999999,
123632             .ob_type = &PyBytes_Type,
123633         },
123634         .ob_size = 96,
123635     },
123636     .ob_shash = -1,
123637     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x04\x4d\xd0\x04\x4d\xe0\x05\x08\xd4\x05\x17\xf0\x02\x02\x05\x22\xf0\x00\x02\x05\x22\xf1\x03\x00\x06\x18\xd4\x05\x17\xf0\x02\x02\x05\x22\xf0\x08\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf1\x03\x00\x06\x11\x84\x5b\xf0\x02\x03\x05\x1e\xf0\x0a\x00\x19\x24\x98\x0b\xa0\x4c\xd1\x18\x31\xd4\x18\x31\xd0\x04\x15\xd0\x04\x15\xd0\x04\x15",
123638 };
123639 static
123640     struct _PyCode_DEF(94)
123641 os_toplevel_consts_141 = {
123642     .ob_base = {
123643         .ob_base = {
123644             .ob_refcnt = 999999999,
123645             .ob_type = &PyCode_Type,
123646         },
123647         .ob_size = 47,
123648     },
123649     .co_consts = & os_toplevel_consts_141_consts._object.ob_base.ob_base,
123650     .co_names = & os_toplevel_consts_141_names._object.ob_base.ob_base,
123651     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
123652     .co_flags = 0,
123653     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
123654     ._co_linearray_entry_size = 0,
123655     .co_argcount = 0,
123656     .co_posonlyargcount = 0,
123657     .co_kwonlyargcount = 0,
123658     .co_stacksize = 3,
123659     .co_firstlineno = 1072,
123660     .co_nlocalsplus = 0,
123661     .co_nlocals = 0,
123662     .co_nplaincellvars = 0,
123663     .co_ncellvars = 0,
123664     .co_nfreevars = 0,
123665     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
123666     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
123667     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
123668     .co_name = & const_str_PathLike._ascii.ob_base,
123669     .co_qualname = & const_str_PathLike._ascii.ob_base,
123670     .co_linetable = & os_toplevel_consts_141_linetable.ob_base.ob_base,
123671     ._co_code = NULL,
123672     ._co_linearray = NULL,
123673     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x65\x07\x64\x03\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x02\x00\x65\x07\x65\x09\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0a\x64\x04\x53\x00",
123674     ._co_firsttraceable = 0,
123675 };
123676 static
123677     struct {
123678         PyASCIIObject _ascii;
123679         uint8_t _data[19];
123680     }
123681 const_str__AddedDllDirectory = {
123682     ._ascii = {
123683         .ob_base = {
123684             .ob_refcnt = 999999999,
123685             .ob_type = &PyUnicode_Type,
123686         },
123687         .length = 18,
123688         .hash = -1,
123689         .state = {
123690             .kind = 1,
123691             .compact = 1,
123692             .ascii = 1,
123693             .ready = 1,
123694         },
123695     },
123696     ._data = "_AddedDllDirectory",
123697 };
123698 static
123699     struct {
123700         PyASCIIObject _ascii;
123701         uint8_t _data[8];
123702     }
123703 const_str__cookie = {
123704     ._ascii = {
123705         .ob_base = {
123706             .ob_refcnt = 999999999,
123707             .ob_type = &PyUnicode_Type,
123708         },
123709         .length = 7,
123710         .hash = -1,
123711         .state = {
123712             .kind = 1,
123713             .compact = 1,
123714             .ascii = 1,
123715             .ready = 1,
123716         },
123717     },
123718     ._data = "_cookie",
123719 };
123720 static
123721     struct {
123722         PyASCIIObject _ascii;
123723         uint8_t _data[22];
123724     }
123725 const_str__remove_dll_directory = {
123726     ._ascii = {
123727         .ob_base = {
123728             .ob_refcnt = 999999999,
123729             .ob_type = &PyUnicode_Type,
123730         },
123731         .length = 21,
123732         .hash = -1,
123733         .state = {
123734             .kind = 1,
123735             .compact = 1,
123736             .ascii = 1,
123737             .ready = 1,
123738         },
123739     },
123740     ._data = "_remove_dll_directory",
123741 };
123742 static
123743     struct {
123744         PyGC_Head _gc_head;
123745         struct {
123746             PyObject_VAR_HEAD
123747             PyObject *ob_item[3];
123748         }_object;
123749     }
123750 os_toplevel_consts_143_consts_1_names = {
123751     ._object = {
123752         .ob_base = {
123753             .ob_base = {
123754                 .ob_refcnt = 999999999,
123755                 .ob_type = &PyTuple_Type,
123756             },
123757             .ob_size = 3,
123758         },
123759         .ob_item = {
123760             &_Py_ID(path),
123761             & const_str__cookie._ascii.ob_base,
123762             & const_str__remove_dll_directory._ascii.ob_base,
123763         },
123764     },
123765 };
123766 static
123767     struct {
123768         PyASCIIObject _ascii;
123769         uint8_t _data[28];
123770     }
123771 os_toplevel_consts_143_consts_1_qualname = {
123772     ._ascii = {
123773         .ob_base = {
123774             .ob_refcnt = 999999999,
123775             .ob_type = &PyUnicode_Type,
123776         },
123777         .length = 27,
123778         .hash = -1,
123779         .state = {
123780             .kind = 1,
123781             .compact = 1,
123782             .ascii = 1,
123783             .ready = 1,
123784         },
123785     },
123786     ._data = "_AddedDllDirectory.__init__",
123787 };
123788 static
123789     struct {
123790         PyObject_VAR_HEAD
123791         Py_hash_t ob_shash;
123792         char ob_sval[31];
123793     }
123794 os_toplevel_consts_143_consts_1_linetable = {
123795     .ob_base = {
123796         .ob_base = {
123797             .ob_refcnt = 999999999,
123798             .ob_type = &PyBytes_Type,
123799         },
123800         .ob_size = 30,
123801     },
123802     .ob_shash = -1,
123803     .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",
123804 };
123805 static
123806     struct {
123807         PyASCIIObject _ascii;
123808         uint8_t _data[7];
123809     }
123810 const_str_cookie = {
123811     ._ascii = {
123812         .ob_base = {
123813             .ob_refcnt = 999999999,
123814             .ob_type = &PyUnicode_Type,
123815         },
123816         .length = 6,
123817         .hash = -1,
123818         .state = {
123819             .kind = 1,
123820             .compact = 1,
123821             .ascii = 1,
123822             .ready = 1,
123823         },
123824     },
123825     ._data = "cookie",
123826 };
123827 static
123828     struct {
123829         PyASCIIObject _ascii;
123830         uint8_t _data[21];
123831     }
123832 const_str_remove_dll_directory = {
123833     ._ascii = {
123834         .ob_base = {
123835             .ob_refcnt = 999999999,
123836             .ob_type = &PyUnicode_Type,
123837         },
123838         .length = 20,
123839         .hash = -1,
123840         .state = {
123841             .kind = 1,
123842             .compact = 1,
123843             .ascii = 1,
123844             .ready = 1,
123845         },
123846     },
123847     ._data = "remove_dll_directory",
123848 };
123849 static
123850     struct {
123851         PyGC_Head _gc_head;
123852         struct {
123853             PyObject_VAR_HEAD
123854             PyObject *ob_item[4];
123855         }_object;
123856     }
123857 os_toplevel_consts_143_consts_1_localsplusnames = {
123858     ._object = {
123859         .ob_base = {
123860             .ob_base = {
123861                 .ob_refcnt = 999999999,
123862                 .ob_type = &PyTuple_Type,
123863             },
123864             .ob_size = 4,
123865         },
123866         .ob_item = {
123867             & const_str_self._ascii.ob_base,
123868             &_Py_ID(path),
123869             & const_str_cookie._ascii.ob_base,
123870             & const_str_remove_dll_directory._ascii.ob_base,
123871         },
123872     },
123873 };
123874 static
123875     struct _PyCode_DEF(48)
123876 os_toplevel_consts_143_consts_1 = {
123877     .ob_base = {
123878         .ob_base = {
123879             .ob_refcnt = 999999999,
123880             .ob_type = &PyCode_Type,
123881         },
123882         .ob_size = 24,
123883     },
123884     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
123885     .co_names = & os_toplevel_consts_143_consts_1_names._object.ob_base.ob_base,
123886     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
123887     .co_flags = 3,
123888     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
123889     ._co_linearray_entry_size = 0,
123890     .co_argcount = 4,
123891     .co_posonlyargcount = 0,
123892     .co_kwonlyargcount = 0,
123893     .co_stacksize = 2,
123894     .co_firstlineno = 1092,
123895     .co_nlocalsplus = 4,
123896     .co_nlocals = 4,
123897     .co_nplaincellvars = 0,
123898     .co_ncellvars = 0,
123899     .co_nfreevars = 0,
123900     .co_localsplusnames = & os_toplevel_consts_143_consts_1_localsplusnames._object.ob_base.ob_base,
123901     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
123902     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
123903     .co_name = &_Py_ID(__init__),
123904     .co_qualname = & os_toplevel_consts_143_consts_1_qualname._ascii.ob_base,
123905     .co_linetable = & os_toplevel_consts_143_consts_1_linetable.ob_base.ob_base,
123906     ._co_code = NULL,
123907     ._co_linearray = NULL,
123908     .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",
123909     ._co_firsttraceable = 0,
123910 };
123911 static
123912     struct {
123913         PyGC_Head _gc_head;
123914         struct {
123915             PyObject_VAR_HEAD
123916             PyObject *ob_item[3];
123917         }_object;
123918     }
123919 os_toplevel_consts_143_consts_2_names = {
123920     ._object = {
123921         .ob_base = {
123922             .ob_base = {
123923                 .ob_refcnt = 999999999,
123924                 .ob_type = &PyTuple_Type,
123925             },
123926             .ob_size = 3,
123927         },
123928         .ob_item = {
123929             & const_str__remove_dll_directory._ascii.ob_base,
123930             & const_str__cookie._ascii.ob_base,
123931             &_Py_ID(path),
123932         },
123933     },
123934 };
123935 static
123936     struct {
123937         PyASCIIObject _ascii;
123938         uint8_t _data[25];
123939     }
123940 os_toplevel_consts_143_consts_2_qualname = {
123941     ._ascii = {
123942         .ob_base = {
123943             .ob_refcnt = 999999999,
123944             .ob_type = &PyUnicode_Type,
123945         },
123946         .length = 24,
123947         .hash = -1,
123948         .state = {
123949             .kind = 1,
123950             .compact = 1,
123951             .ascii = 1,
123952             .ready = 1,
123953         },
123954     },
123955     ._data = "_AddedDllDirectory.close",
123956 };
123957 static
123958     struct {
123959         PyObject_VAR_HEAD
123960         Py_hash_t ob_shash;
123961         char ob_sval[36];
123962     }
123963 os_toplevel_consts_143_consts_2_linetable = {
123964     .ob_base = {
123965         .ob_base = {
123966             .ob_refcnt = 999999999,
123967             .ob_type = &PyBytes_Type,
123968         },
123969         .ob_size = 35,
123970     },
123971     .ob_shash = -1,
123972     .ob_sval = "\x80\x00\xd8\x0c\x10\xd7\x0c\x26\xd2\x0c\x26\xa0\x74\xa4\x7c\xd1\x0c\x34\xd4\x0c\x34\xd0\x0c\x34\xd8\x18\x1c\x88\x44\x8c\x49\x88\x49\x88\x49",
123973 };
123974 static
123975     struct _PyCode_DEF(72)
123976 os_toplevel_consts_143_consts_2 = {
123977     .ob_base = {
123978         .ob_base = {
123979             .ob_refcnt = 999999999,
123980             .ob_type = &PyCode_Type,
123981         },
123982         .ob_size = 36,
123983     },
123984     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
123985     .co_names = & os_toplevel_consts_143_consts_2_names._object.ob_base.ob_base,
123986     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
123987     .co_flags = 3,
123988     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
123989     ._co_linearray_entry_size = 0,
123990     .co_argcount = 1,
123991     .co_posonlyargcount = 0,
123992     .co_kwonlyargcount = 0,
123993     .co_stacksize = 3,
123994     .co_firstlineno = 1096,
123995     .co_nlocalsplus = 1,
123996     .co_nlocals = 1,
123997     .co_nplaincellvars = 0,
123998     .co_ncellvars = 0,
123999     .co_nfreevars = 0,
124000     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
124001     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
124002     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
124003     .co_name = &_Py_ID(close),
124004     .co_qualname = & os_toplevel_consts_143_consts_2_qualname._ascii.ob_base,
124005     .co_linetable = & os_toplevel_consts_143_consts_2_linetable.ob_base.ob_base,
124006     ._co_code = NULL,
124007     ._co_linearray = NULL,
124008     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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",
124009     ._co_firsttraceable = 0,
124010 };
124011 static
124012     struct {
124013         PyASCIIObject _ascii;
124014         uint8_t _data[29];
124015     }
124016 os_toplevel_consts_143_consts_3_qualname = {
124017     ._ascii = {
124018         .ob_base = {
124019             .ob_refcnt = 999999999,
124020             .ob_type = &PyUnicode_Type,
124021         },
124022         .length = 28,
124023         .hash = -1,
124024         .state = {
124025             .kind = 1,
124026             .compact = 1,
124027             .ascii = 1,
124028             .ready = 1,
124029         },
124030     },
124031     ._data = "_AddedDllDirectory.__enter__",
124032 };
124033 static
124034     struct _PyCode_DEF(6)
124035 os_toplevel_consts_143_consts_3 = {
124036     .ob_base = {
124037         .ob_base = {
124038             .ob_refcnt = 999999999,
124039             .ob_type = &PyCode_Type,
124040         },
124041         .ob_size = 3,
124042     },
124043     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
124044     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
124045     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
124046     .co_flags = 3,
124047     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
124048     ._co_linearray_entry_size = 0,
124049     .co_argcount = 1,
124050     .co_posonlyargcount = 0,
124051     .co_kwonlyargcount = 0,
124052     .co_stacksize = 1,
124053     .co_firstlineno = 1099,
124054     .co_nlocalsplus = 1,
124055     .co_nlocals = 1,
124056     .co_nplaincellvars = 0,
124057     .co_ncellvars = 0,
124058     .co_nfreevars = 0,
124059     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
124060     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
124061     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
124062     .co_name = &_Py_ID(__enter__),
124063     .co_qualname = & os_toplevel_consts_143_consts_3_qualname._ascii.ob_base,
124064     .co_linetable = & os_toplevel_consts_135_consts_3_linetable.ob_base.ob_base,
124065     ._co_code = NULL,
124066     ._co_linearray = NULL,
124067     .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
124068     ._co_firsttraceable = 0,
124069 };
124070 static
124071     struct {
124072         PyASCIIObject _ascii;
124073         uint8_t _data[28];
124074     }
124075 os_toplevel_consts_143_consts_4_qualname = {
124076     ._ascii = {
124077         .ob_base = {
124078             .ob_refcnt = 999999999,
124079             .ob_type = &PyUnicode_Type,
124080         },
124081         .length = 27,
124082         .hash = -1,
124083         .state = {
124084             .kind = 1,
124085             .compact = 1,
124086             .ascii = 1,
124087             .ready = 1,
124088         },
124089     },
124090     ._data = "_AddedDllDirectory.__exit__",
124091 };
124092 static
124093     struct _PyCode_DEF(46)
124094 os_toplevel_consts_143_consts_4 = {
124095     .ob_base = {
124096         .ob_base = {
124097             .ob_refcnt = 999999999,
124098             .ob_type = &PyCode_Type,
124099         },
124100         .ob_size = 23,
124101     },
124102     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
124103     .co_names = & os_toplevel_consts_135_consts_4_names._object.ob_base.ob_base,
124104     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
124105     .co_flags = 7,
124106     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
124107     ._co_linearray_entry_size = 0,
124108     .co_argcount = 1,
124109     .co_posonlyargcount = 0,
124110     .co_kwonlyargcount = 0,
124111     .co_stacksize = 2,
124112     .co_firstlineno = 1101,
124113     .co_nlocalsplus = 2,
124114     .co_nlocals = 2,
124115     .co_nplaincellvars = 0,
124116     .co_ncellvars = 0,
124117     .co_nfreevars = 0,
124118     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_5_localsplusnames._object.ob_base.ob_base,
124119     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
124120     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
124121     .co_name = &_Py_ID(__exit__),
124122     .co_qualname = & os_toplevel_consts_143_consts_4_qualname._ascii.ob_base,
124123     .co_linetable = & os_toplevel_consts_135_consts_4_linetable.ob_base.ob_base,
124124     ._co_code = NULL,
124125     ._co_linearray = NULL,
124126     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
124127     ._co_firsttraceable = 0,
124128 };
124129 static
124130     struct {
124131         PyASCIIObject _ascii;
124132         uint8_t _data[26];
124133     }
124134 os_toplevel_consts_143_consts_5_consts_1 = {
124135     ._ascii = {
124136         .ob_base = {
124137             .ob_refcnt = 999999999,
124138             .ob_type = &PyUnicode_Type,
124139         },
124140         .length = 25,
124141         .hash = -1,
124142         .state = {
124143             .kind = 1,
124144             .compact = 1,
124145             .ascii = 1,
124146             .ready = 1,
124147         },
124148     },
124149     ._data = "<AddedDllDirectory({!r})>",
124150 };
124151 static
124152     struct {
124153         PyASCIIObject _ascii;
124154         uint8_t _data[22];
124155     }
124156 os_toplevel_consts_143_consts_5_consts_2 = {
124157     ._ascii = {
124158         .ob_base = {
124159             .ob_refcnt = 999999999,
124160             .ob_type = &PyUnicode_Type,
124161         },
124162         .length = 21,
124163         .hash = -1,
124164         .state = {
124165             .kind = 1,
124166             .compact = 1,
124167             .ascii = 1,
124168             .ready = 1,
124169         },
124170     },
124171     ._data = "<AddedDllDirectory()>",
124172 };
124173 static
124174     struct {
124175         PyGC_Head _gc_head;
124176         struct {
124177             PyObject_VAR_HEAD
124178             PyObject *ob_item[3];
124179         }_object;
124180     }
124181 os_toplevel_consts_143_consts_5_consts = {
124182     ._object = {
124183         .ob_base = {
124184             .ob_base = {
124185                 .ob_refcnt = 999999999,
124186                 .ob_type = &PyTuple_Type,
124187             },
124188             .ob_size = 3,
124189         },
124190         .ob_item = {
124191             Py_None,
124192             & os_toplevel_consts_143_consts_5_consts_1._ascii.ob_base,
124193             & os_toplevel_consts_143_consts_5_consts_2._ascii.ob_base,
124194         },
124195     },
124196 };
124197 static
124198     struct {
124199         PyGC_Head _gc_head;
124200         struct {
124201             PyObject_VAR_HEAD
124202             PyObject *ob_item[2];
124203         }_object;
124204     }
124205 os_toplevel_consts_143_consts_5_names = {
124206     ._object = {
124207         .ob_base = {
124208             .ob_base = {
124209                 .ob_refcnt = 999999999,
124210                 .ob_type = &PyTuple_Type,
124211             },
124212             .ob_size = 2,
124213         },
124214         .ob_item = {
124215             &_Py_ID(path),
124216             & const_str_format._ascii.ob_base,
124217         },
124218     },
124219 };
124220 static
124221     struct {
124222         PyASCIIObject _ascii;
124223         uint8_t _data[28];
124224     }
124225 os_toplevel_consts_143_consts_5_qualname = {
124226     ._ascii = {
124227         .ob_base = {
124228             .ob_refcnt = 999999999,
124229             .ob_type = &PyUnicode_Type,
124230         },
124231         .length = 27,
124232         .hash = -1,
124233         .state = {
124234             .kind = 1,
124235             .compact = 1,
124236             .ascii = 1,
124237             .ready = 1,
124238         },
124239     },
124240     ._data = "_AddedDllDirectory.__repr__",
124241 };
124242 static
124243     struct {
124244         PyObject_VAR_HEAD
124245         Py_hash_t ob_shash;
124246         char ob_sval[42];
124247     }
124248 os_toplevel_consts_143_consts_5_linetable = {
124249     .ob_base = {
124250         .ob_base = {
124251             .ob_refcnt = 999999999,
124252             .ob_type = &PyBytes_Type,
124253         },
124254         .ob_size = 41,
124255     },
124256     .ob_shash = -1,
124257     .ob_sval = "\x80\x00\xd8\x0f\x13\x8c\x79\xf0\x00\x01\x0d\x45\x01\xd8\x17\x32\xd7\x17\x39\xd2\x17\x39\xb8\x24\xbc\x29\xd1\x17\x44\xd4\x17\x44\xd0\x10\x44\xd8\x13\x2a\xd0\x13\x2a",
124258 };
124259 static
124260     struct _PyCode_DEF(72)
124261 os_toplevel_consts_143_consts_5 = {
124262     .ob_base = {
124263         .ob_base = {
124264             .ob_refcnt = 999999999,
124265             .ob_type = &PyCode_Type,
124266         },
124267         .ob_size = 36,
124268     },
124269     .co_consts = & os_toplevel_consts_143_consts_5_consts._object.ob_base.ob_base,
124270     .co_names = & os_toplevel_consts_143_consts_5_names._object.ob_base.ob_base,
124271     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
124272     .co_flags = 3,
124273     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
124274     ._co_linearray_entry_size = 0,
124275     .co_argcount = 1,
124276     .co_posonlyargcount = 0,
124277     .co_kwonlyargcount = 0,
124278     .co_stacksize = 3,
124279     .co_firstlineno = 1103,
124280     .co_nlocalsplus = 1,
124281     .co_nlocals = 1,
124282     .co_nplaincellvars = 0,
124283     .co_ncellvars = 0,
124284     .co_nfreevars = 0,
124285     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
124286     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
124287     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
124288     .co_name = &_Py_ID(__repr__),
124289     .co_qualname = & os_toplevel_consts_143_consts_5_qualname._ascii.ob_base,
124290     .co_linetable = & os_toplevel_consts_143_consts_5_linetable.ob_base.ob_base,
124291     ._co_code = NULL,
124292     ._co_linearray = NULL,
124293     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1a\x64\x01\xa0\x01\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x64\x02\x53\x00",
124294     ._co_firsttraceable = 0,
124295 };
124296 static
124297     struct {
124298         PyGC_Head _gc_head;
124299         struct {
124300             PyObject_VAR_HEAD
124301             PyObject *ob_item[7];
124302         }_object;
124303     }
124304 os_toplevel_consts_143_consts = {
124305     ._object = {
124306         .ob_base = {
124307             .ob_base = {
124308                 .ob_refcnt = 999999999,
124309                 .ob_type = &PyTuple_Type,
124310             },
124311             .ob_size = 7,
124312         },
124313         .ob_item = {
124314             & const_str__AddedDllDirectory._ascii.ob_base,
124315             & os_toplevel_consts_143_consts_1.ob_base.ob_base,
124316             & os_toplevel_consts_143_consts_2.ob_base.ob_base,
124317             & os_toplevel_consts_143_consts_3.ob_base.ob_base,
124318             & os_toplevel_consts_143_consts_4.ob_base.ob_base,
124319             & os_toplevel_consts_143_consts_5.ob_base.ob_base,
124320             Py_None,
124321         },
124322     },
124323 };
124324 static
124325     struct {
124326         PyGC_Head _gc_head;
124327         struct {
124328             PyObject_VAR_HEAD
124329             PyObject *ob_item[8];
124330         }_object;
124331     }
124332 os_toplevel_consts_143_names = {
124333     ._object = {
124334         .ob_base = {
124335             .ob_base = {
124336                 .ob_refcnt = 999999999,
124337                 .ob_type = &PyTuple_Type,
124338             },
124339             .ob_size = 8,
124340         },
124341         .ob_item = {
124342             &_Py_ID(__name__),
124343             &_Py_ID(__module__),
124344             &_Py_ID(__qualname__),
124345             &_Py_ID(__init__),
124346             &_Py_ID(close),
124347             &_Py_ID(__enter__),
124348             &_Py_ID(__exit__),
124349             &_Py_ID(__repr__),
124350         },
124351     },
124352 };
124353 static
124354     struct {
124355         PyObject_VAR_HEAD
124356         Py_hash_t ob_shash;
124357         char ob_sval[96];
124358     }
124359 os_toplevel_consts_143_linetable = {
124360     .ob_base = {
124361         .ob_base = {
124362             .ob_refcnt = 999999999,
124363             .ob_type = &PyBytes_Type,
124364         },
124365         .ob_size = 95,
124366     },
124367     .ob_shash = -1,
124368     .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",
124369 };
124370 static
124371     struct _PyCode_DEF(44)
124372 os_toplevel_consts_143 = {
124373     .ob_base = {
124374         .ob_base = {
124375             .ob_refcnt = 999999999,
124376             .ob_type = &PyCode_Type,
124377         },
124378         .ob_size = 22,
124379     },
124380     .co_consts = & os_toplevel_consts_143_consts._object.ob_base.ob_base,
124381     .co_names = & os_toplevel_consts_143_names._object.ob_base.ob_base,
124382     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
124383     .co_flags = 0,
124384     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
124385     ._co_linearray_entry_size = 0,
124386     .co_argcount = 0,
124387     .co_posonlyargcount = 0,
124388     .co_kwonlyargcount = 0,
124389     .co_stacksize = 1,
124390     .co_firstlineno = 1091,
124391     .co_nlocalsplus = 0,
124392     .co_nlocals = 0,
124393     .co_nplaincellvars = 0,
124394     .co_ncellvars = 0,
124395     .co_nfreevars = 0,
124396     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
124397     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
124398     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
124399     .co_name = & const_str__AddedDllDirectory._ascii.ob_base,
124400     .co_qualname = & const_str__AddedDllDirectory._ascii.ob_base,
124401     .co_linetable = & os_toplevel_consts_143_linetable.ob_base.ob_base,
124402     ._co_code = NULL,
124403     ._co_linearray = NULL,
124404     .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",
124405     ._co_firsttraceable = 0,
124406 };
124407 static
124408     struct {
124409         PyASCIIObject _ascii;
124410         uint8_t _data[336];
124411     }
124412 os_toplevel_consts_145_consts_0 = {
124413     ._ascii = {
124414         .ob_base = {
124415             .ob_refcnt = 999999999,
124416             .ob_type = &PyUnicode_Type,
124417         },
124418         .length = 335,
124419         .hash = -1,
124420         .state = {
124421             .kind = 1,
124422             .compact = 1,
124423             .ascii = 1,
124424             .ready = 1,
124425         },
124426     },
124427     ._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",
124428 };
124429 static
124430     struct {
124431         PyGC_Head _gc_head;
124432         struct {
124433             PyObject_VAR_HEAD
124434             PyObject *ob_item[3];
124435         }_object;
124436     }
124437 os_toplevel_consts_145_consts = {
124438     ._object = {
124439         .ob_base = {
124440             .ob_base = {
124441                 .ob_refcnt = 999999999,
124442                 .ob_type = &PyTuple_Type,
124443             },
124444             .ob_size = 3,
124445         },
124446         .ob_item = {
124447             & os_toplevel_consts_145_consts_0._ascii.ob_base,
124448             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
124449             Py_None,
124450         },
124451     },
124452 };
124453 static
124454     struct {
124455         PyASCIIObject _ascii;
124456         uint8_t _data[19];
124457     }
124458 const_str__add_dll_directory = {
124459     ._ascii = {
124460         .ob_base = {
124461             .ob_refcnt = 999999999,
124462             .ob_type = &PyUnicode_Type,
124463         },
124464         .length = 18,
124465         .hash = -1,
124466         .state = {
124467             .kind = 1,
124468             .compact = 1,
124469             .ascii = 1,
124470             .ready = 1,
124471         },
124472     },
124473     ._data = "_add_dll_directory",
124474 };
124475 static
124476     struct {
124477         PyGC_Head _gc_head;
124478         struct {
124479             PyObject_VAR_HEAD
124480             PyObject *ob_item[4];
124481         }_object;
124482     }
124483 os_toplevel_consts_145_names = {
124484     ._object = {
124485         .ob_base = {
124486             .ob_base = {
124487                 .ob_refcnt = 999999999,
124488                 .ob_type = &PyTuple_Type,
124489             },
124490             .ob_size = 4,
124491         },
124492         .ob_item = {
124493             & const_str_nt._ascii.ob_base,
124494             & const_str__add_dll_directory._ascii.ob_base,
124495             & const_str__AddedDllDirectory._ascii.ob_base,
124496             & const_str__remove_dll_directory._ascii.ob_base,
124497         },
124498     },
124499 };
124500 static
124501     struct {
124502         PyASCIIObject _ascii;
124503         uint8_t _data[18];
124504     }
124505 const_str_add_dll_directory = {
124506     ._ascii = {
124507         .ob_base = {
124508             .ob_refcnt = 999999999,
124509             .ob_type = &PyUnicode_Type,
124510         },
124511         .length = 17,
124512         .hash = -1,
124513         .state = {
124514             .kind = 1,
124515             .compact = 1,
124516             .ascii = 1,
124517             .ready = 1,
124518         },
124519     },
124520     ._data = "add_dll_directory",
124521 };
124522 static
124523     struct {
124524         PyObject_VAR_HEAD
124525         Py_hash_t ob_shash;
124526         char ob_sval[62];
124527     }
124528 os_toplevel_consts_145_linetable = {
124529     .ob_base = {
124530         .ob_base = {
124531             .ob_refcnt = 999999999,
124532             .ob_type = &PyBytes_Type,
124533         },
124534         .ob_size = 61,
124535     },
124536     .ob_shash = -1,
124537     .ob_sval = "\x80\x00\xf0\x14\x00\x09\x12\x88\x09\x88\x09\x88\x09\xd8\x11\x26\x90\x12\xd4\x11\x26\xa0\x74\xd1\x11\x2c\xd4\x11\x2c\x88\x06\xdd\x0f\x21\xd8\x0c\x10\xd8\x0c\x12\xd8\x0c\x0e\xd4\x0c\x24\xf1\x07\x04\x10\x0a\xf4\x00\x04\x10\x0a\xf0\x00\x04\x09\x0a",
124538 };
124539 static
124540     struct {
124541         PyGC_Head _gc_head;
124542         struct {
124543             PyObject_VAR_HEAD
124544             PyObject *ob_item[3];
124545         }_object;
124546     }
124547 os_toplevel_consts_145_localsplusnames = {
124548     ._object = {
124549         .ob_base = {
124550             .ob_base = {
124551                 .ob_refcnt = 999999999,
124552                 .ob_type = &PyTuple_Type,
124553             },
124554             .ob_size = 3,
124555         },
124556         .ob_item = {
124557             &_Py_ID(path),
124558             & const_str_nt._ascii.ob_base,
124559             & const_str_cookie._ascii.ob_base,
124560         },
124561     },
124562 };
124563 static
124564     struct _PyCode_DEF(86)
124565 os_toplevel_consts_145 = {
124566     .ob_base = {
124567         .ob_base = {
124568             .ob_refcnt = 999999999,
124569             .ob_type = &PyCode_Type,
124570         },
124571         .ob_size = 43,
124572     },
124573     .co_consts = & os_toplevel_consts_145_consts._object.ob_base.ob_base,
124574     .co_names = & os_toplevel_consts_145_names._object.ob_base.ob_base,
124575     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
124576     .co_flags = 3,
124577     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
124578     ._co_linearray_entry_size = 0,
124579     .co_argcount = 1,
124580     .co_posonlyargcount = 0,
124581     .co_kwonlyargcount = 0,
124582     .co_stacksize = 5,
124583     .co_firstlineno = 1108,
124584     .co_nlocalsplus = 3,
124585     .co_nlocals = 3,
124586     .co_nplaincellvars = 0,
124587     .co_ncellvars = 0,
124588     .co_nfreevars = 0,
124589     .co_localsplusnames = & os_toplevel_consts_145_localsplusnames._object.ob_base.ob_base,
124590     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
124591     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
124592     .co_name = & const_str_add_dll_directory._ascii.ob_base,
124593     .co_qualname = & const_str_add_dll_directory._ascii.ob_base,
124594     .co_linetable = & os_toplevel_consts_145_linetable.ob_base.ob_base,
124595     ._co_code = NULL,
124596     ._co_linearray = NULL,
124597     .co_code_adaptive = "\x97\x00\x64\x01\x64\x02\x6c\x00\x7d\x01\x02\x00\x7c\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\x03\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
124598     ._co_firsttraceable = 0,
124599 };
124600 static
124601     struct {
124602         PyGC_Head _gc_head;
124603         struct {
124604             PyObject_VAR_HEAD
124605             PyObject *ob_item[2];
124606         }_object;
124607     }
124608 os_toplevel_consts_146 = {
124609     ._object = {
124610         .ob_base = {
124611             .ob_base = {
124612                 .ob_refcnt = 999999999,
124613                 .ob_type = &PyTuple_Type,
124614             },
124615             .ob_size = 2,
124616         },
124617         .ob_item = {
124618             & const_int_511.ob_base.ob_base,
124619             Py_False,
124620         },
124621     },
124622 };
124623 static
124624     struct {
124625         PyGC_Head _gc_head;
124626         struct {
124627             PyObject_VAR_HEAD
124628             PyObject *ob_item[3];
124629         }_object;
124630     }
124631 os_toplevel_consts_147 = {
124632     ._object = {
124633         .ob_base = {
124634             .ob_base = {
124635                 .ob_refcnt = 999999999,
124636                 .ob_type = &PyTuple_Type,
124637             },
124638             .ob_size = 3,
124639         },
124640         .ob_item = {
124641             Py_True,
124642             Py_None,
124643             Py_False,
124644         },
124645     },
124646 };
124647 static
124648     struct {
124649         PyGC_Head _gc_head;
124650         struct {
124651             PyObject_VAR_HEAD
124652             PyObject *ob_item[3];
124653         }_object;
124654     }
124655 os_toplevel_consts_148 = {
124656     ._object = {
124657         .ob_base = {
124658             .ob_base = {
124659                 .ob_refcnt = 999999999,
124660                 .ob_type = &PyTuple_Type,
124661             },
124662             .ob_size = 3,
124663         },
124664         .ob_item = {
124665             &_Py_STR(dot),
124666             Py_True,
124667             Py_None,
124668         },
124669     },
124670 };
124671 static
124672     struct {
124673         PyGC_Head _gc_head;
124674         struct {
124675             PyObject_VAR_HEAD
124676             PyObject *ob_item[2];
124677         }_object;
124678     }
124679 os_toplevel_consts_150 = {
124680     ._object = {
124681         .ob_base = {
124682             .ob_base = {
124683                 .ob_refcnt = 999999999,
124684                 .ob_type = &PyTuple_Type,
124685             },
124686             .ob_size = 2,
124687         },
124688         .ob_item = {
124689             & const_str_r._ascii.ob_base,
124690             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
124691         },
124692     },
124693 };
124694 static
124695     struct {
124696         PyGC_Head _gc_head;
124697         struct {
124698             PyObject_VAR_HEAD
124699             PyObject *ob_item[3];
124700         }_object;
124701     }
124702 os_toplevel_consts_151 = {
124703     ._object = {
124704         .ob_base = {
124705             .ob_base = {
124706                 .ob_refcnt = 999999999,
124707                 .ob_type = &PyTuple_Type,
124708             },
124709             .ob_size = 3,
124710         },
124711         .ob_item = {
124712             & const_str_r._ascii.ob_base,
124713             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
124714             Py_None,
124715         },
124716     },
124717 };
124718 static
124719     struct {
124720         PyGC_Head _gc_head;
124721         struct {
124722             PyObject_VAR_HEAD
124723             PyObject *ob_item[152];
124724         }_object;
124725     }
124726 os_toplevel_consts = {
124727     ._object = {
124728         .ob_base = {
124729             .ob_base = {
124730                 .ob_refcnt = 999999999,
124731                 .ob_type = &PyTuple_Type,
124732             },
124733             .ob_size = 152,
124734         },
124735         .ob_item = {
124736             & os_toplevel_consts_0._ascii.ob_base,
124737             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
124738             Py_None,
124739             & os_toplevel_consts_3._object.ob_base.ob_base,
124740             & os_toplevel_consts_4._object.ob_base.ob_base,
124741             & os_toplevel_consts_5.ob_base.ob_base,
124742             & os_toplevel_consts_6.ob_base.ob_base,
124743             & const_str_posix._ascii.ob_base,
124744             & _sitebuiltins_toplevel_consts_5_consts_5_consts_3._ascii.ob_base,
124745             & codecs_toplevel_consts_3._object.ob_base.ob_base,
124746             & os_toplevel_consts_10._object.ob_base.ob_base,
124747             & const_str__exit._ascii.ob_base,
124748             & os_toplevel_consts_12._object.ob_base.ob_base,
124749             & const_str_nt._ascii.ob_base,
124750             & os_toplevel_consts_14._ascii.ob_base,
124751             & os_toplevel_consts_15._ascii.ob_base,
124752             & os_toplevel_consts_16._ascii.ob_base,
124753             & os_toplevel_consts_17._object.ob_base.ob_base,
124754             & const_str__have_functions._ascii.ob_base,
124755             & os_toplevel_consts_19.ob_base.ob_base,
124756             & const_str_HAVE_FACCESSAT._ascii.ob_base,
124757             & const_str_access._ascii.ob_base,
124758             & const_str_HAVE_FCHMODAT._ascii.ob_base,
124759             & const_str_chmod._ascii.ob_base,
124760             & const_str_HAVE_FCHOWNAT._ascii.ob_base,
124761             & const_str_chown._ascii.ob_base,
124762             & const_str_HAVE_FSTATAT._ascii.ob_base,
124763             & const_str_stat._ascii.ob_base,
124764             & const_str_HAVE_FUTIMESAT._ascii.ob_base,
124765             & const_str_utime._ascii.ob_base,
124766             & const_str_HAVE_LINKAT._ascii.ob_base,
124767             & const_str_link._ascii.ob_base,
124768             & const_str_HAVE_MKDIRAT._ascii.ob_base,
124769             & const_str_mkdir._ascii.ob_base,
124770             & const_str_HAVE_MKFIFOAT._ascii.ob_base,
124771             & const_str_mkfifo._ascii.ob_base,
124772             & const_str_HAVE_MKNODAT._ascii.ob_base,
124773             & const_str_mknod._ascii.ob_base,
124774             & const_str_HAVE_OPENAT._ascii.ob_base,
124775             &_Py_ID(open),
124776             & const_str_HAVE_READLINKAT._ascii.ob_base,
124777             & const_str_readlink._ascii.ob_base,
124778             & const_str_HAVE_RENAMEAT._ascii.ob_base,
124779             & const_str_rename._ascii.ob_base,
124780             & const_str_HAVE_SYMLINKAT._ascii.ob_base,
124781             & const_str_symlink._ascii.ob_base,
124782             & const_str_HAVE_UNLINKAT._ascii.ob_base,
124783             & const_str_unlink._ascii.ob_base,
124784             & const_str_rmdir._ascii.ob_base,
124785             & const_str_HAVE_UTIMENSAT._ascii.ob_base,
124786             & const_str_HAVE_FCHDIR._ascii.ob_base,
124787             & const_str_chdir._ascii.ob_base,
124788             & const_str_HAVE_FCHMOD._ascii.ob_base,
124789             & const_str_HAVE_FCHOWN._ascii.ob_base,
124790             & const_str_HAVE_FDOPENDIR._ascii.ob_base,
124791             & const_str_listdir._ascii.ob_base,
124792             & const_str_scandir._ascii.ob_base,
124793             & const_str_HAVE_FEXECVE._ascii.ob_base,
124794             & const_str_execve._ascii.ob_base,
124795             & const_str_HAVE_FTRUNCATE._ascii.ob_base,
124796             &_Py_ID(truncate),
124797             & const_str_HAVE_FUTIMENS._ascii.ob_base,
124798             & const_str_HAVE_FUTIMES._ascii.ob_base,
124799             & const_str_HAVE_FPATHCONF._ascii.ob_base,
124800             & const_str_pathconf._ascii.ob_base,
124801             & const_str_statvfs._ascii.ob_base,
124802             & const_str_fstatvfs._ascii.ob_base,
124803             & const_str_HAVE_FSTATVFS._ascii.ob_base,
124804             & const_str_HAVE_LCHFLAGS._ascii.ob_base,
124805             & const_str_chflags._ascii.ob_base,
124806             & const_str_HAVE_LCHMOD._ascii.ob_base,
124807             & const_str_lchown._ascii.ob_base,
124808             & const_str_HAVE_LCHOWN._ascii.ob_base,
124809             & const_str_HAVE_LUTIMES._ascii.ob_base,
124810             & const_str_HAVE_LSTAT._ascii.ob_base,
124811             & const_str_MS_WINDOWS._ascii.ob_base,
124812             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
124813             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
124814             & const_int_511.ob_base.ob_base,
124815             Py_False,
124816             & os_toplevel_consts_80.ob_base.ob_base,
124817             & os_toplevel_consts_81.ob_base.ob_base,
124818             & os_toplevel_consts_82.ob_base.ob_base,
124819             & os_toplevel_consts_83._object.ob_base.ob_base,
124820             Py_True,
124821             & os_toplevel_consts_85.ob_base.ob_base,
124822             & os_toplevel_consts_86.ob_base.ob_base,
124823             & const_str_walk._ascii.ob_base,
124824             &_Py_STR(dot),
124825             & os_toplevel_consts_89._object.ob_base.ob_base,
124826             & os_toplevel_consts_90.ob_base.ob_base,
124827             & os_toplevel_consts_91.ob_base.ob_base,
124828             & const_str_fwalk._ascii.ob_base,
124829             & os_toplevel_consts_93.ob_base.ob_base,
124830             & os_toplevel_consts_94.ob_base.ob_base,
124831             & os_toplevel_consts_95.ob_base.ob_base,
124832             & os_toplevel_consts_96.ob_base.ob_base,
124833             & os_toplevel_consts_97.ob_base.ob_base,
124834             & os_toplevel_consts_98.ob_base.ob_base,
124835             & os_toplevel_consts_99._object.ob_base.ob_base,
124836             & os_toplevel_consts_100.ob_base.ob_base,
124837             & os_toplevel_consts_101.ob_base.ob_base,
124838             & os_toplevel_consts_102._object.ob_base.ob_base,
124839             & os_toplevel_consts_103.ob_base.ob_base,
124840             & const_str__Environ._ascii.ob_base,
124841             & os_toplevel_consts_105.ob_base.ob_base,
124842             & os_toplevel_consts_106.ob_base.ob_base,
124843             & os_toplevel_consts_107._object.ob_base.ob_base,
124844             & os_toplevel_consts_108.ob_base.ob_base,
124845             & os_toplevel_consts_109.ob_base.ob_base,
124846             & os_toplevel_consts_110._object.ob_base.ob_base,
124847             & os_toplevel_consts_111.ob_base.ob_base,
124848             & const_str_fork._ascii.ob_base,
124849             & const_str_spawnv._ascii.ob_base,
124850             & const_str_execv._ascii.ob_base,
124851             & os_toplevel_consts_115._object.ob_base.ob_base,
124852             & os_toplevel_consts_116.ob_base.ob_base,
124853             & os_toplevel_consts_117.ob_base.ob_base,
124854             & os_toplevel_consts_118.ob_base.ob_base,
124855             & os_toplevel_consts_119.ob_base.ob_base,
124856             & os_toplevel_consts_120.ob_base.ob_base,
124857             & os_toplevel_consts_121._object.ob_base.ob_base,
124858             & os_toplevel_consts_122.ob_base.ob_base,
124859             & os_toplevel_consts_123.ob_base.ob_base,
124860             & const_str_spawnl._ascii.ob_base,
124861             & const_str_spawnle._ascii.ob_base,
124862             & const_str_spawnvp._ascii.ob_base,
124863             & os_toplevel_consts_127.ob_base.ob_base,
124864             & os_toplevel_consts_128.ob_base.ob_base,
124865             & const_str_spawnlp._ascii.ob_base,
124866             & const_str_spawnlpe._ascii.ob_base,
124867             & const_str_vxworks._ascii.ob_base,
124868             & const_str_r._ascii.ob_base,
124869             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
124870             & os_toplevel_consts_134.ob_base.ob_base,
124871             & os_toplevel_consts_135.ob_base.ob_base,
124872             & const_str__wrap_close._ascii.ob_base,
124873             & const_str_popen._ascii.ob_base,
124874             & os_toplevel_consts_138.ob_base.ob_base,
124875             & os_toplevel_consts_139.ob_base.ob_base,
124876             & const_str_fspath._ascii.ob_base,
124877             & os_toplevel_consts_141.ob_base.ob_base,
124878             & const_str_PathLike._ascii.ob_base,
124879             & os_toplevel_consts_143.ob_base.ob_base,
124880             & const_str__AddedDllDirectory._ascii.ob_base,
124881             & os_toplevel_consts_145.ob_base.ob_base,
124882             & os_toplevel_consts_146._object.ob_base.ob_base,
124883             & os_toplevel_consts_147._object.ob_base.ob_base,
124884             & os_toplevel_consts_148._object.ob_base.ob_base,
124885             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
124886             & os_toplevel_consts_150._object.ob_base.ob_base,
124887             & os_toplevel_consts_151._object.ob_base.ob_base,
124888         },
124889     },
124890 };
124891 static
124892     struct {
124893         PyASCIIObject _ascii;
124894         uint8_t _data[17];
124895     }
124896 const_str__collections_abc = {
124897     ._ascii = {
124898         .ob_base = {
124899             .ob_refcnt = 999999999,
124900             .ob_type = &PyUnicode_Type,
124901         },
124902         .length = 16,
124903         .hash = -1,
124904         .state = {
124905             .kind = 1,
124906             .compact = 1,
124907             .ascii = 1,
124908             .ready = 1,
124909         },
124910     },
124911     ._data = "_collections_abc",
124912 };
124913 static
124914     struct {
124915         PyASCIIObject _ascii;
124916         uint8_t _data[7];
124917     }
124918 const_str__names = {
124919     ._ascii = {
124920         .ob_base = {
124921             .ob_refcnt = 999999999,
124922             .ob_type = &PyUnicode_Type,
124923         },
124924         .length = 6,
124925         .hash = -1,
124926         .state = {
124927             .kind = 1,
124928             .compact = 1,
124929             .ascii = 1,
124930             .ready = 1,
124931         },
124932     },
124933     ._data = "_names",
124934 };
124935 static
124936     struct {
124937         PyASCIIObject _ascii;
124938         uint8_t _data[10];
124939     }
124940 const_str_posixpath = {
124941     ._ascii = {
124942         .ob_base = {
124943             .ob_refcnt = 999999999,
124944             .ob_type = &PyUnicode_Type,
124945         },
124946         .length = 9,
124947         .hash = -1,
124948         .state = {
124949             .kind = 1,
124950             .compact = 1,
124951             .ascii = 1,
124952             .ready = 1,
124953         },
124954     },
124955     ._data = "posixpath",
124956 };
124957 static
124958     struct {
124959         PyASCIIObject _ascii;
124960         uint8_t _data[7];
124961     }
124962 const_str_ntpath = {
124963     ._ascii = {
124964         .ob_base = {
124965             .ob_refcnt = 999999999,
124966             .ob_type = &PyUnicode_Type,
124967         },
124968         .length = 6,
124969         .hash = -1,
124970         .state = {
124971             .kind = 1,
124972             .compact = 1,
124973             .ascii = 1,
124974             .ready = 1,
124975         },
124976     },
124977     ._data = "ntpath",
124978 };
124979 static
124980     struct {
124981         PyASCIIObject _ascii;
124982         uint8_t _data[16];
124983     }
124984 const_str_supports_dir_fd = {
124985     ._ascii = {
124986         .ob_base = {
124987             .ob_refcnt = 999999999,
124988             .ob_type = &PyUnicode_Type,
124989         },
124990         .length = 15,
124991         .hash = -1,
124992         .state = {
124993             .kind = 1,
124994             .compact = 1,
124995             .ascii = 1,
124996             .ready = 1,
124997         },
124998     },
124999     ._data = "supports_dir_fd",
125000 };
125001 static
125002     struct {
125003         PyASCIIObject _ascii;
125004         uint8_t _data[23];
125005     }
125006 const_str_supports_effective_ids = {
125007     ._ascii = {
125008         .ob_base = {
125009             .ob_refcnt = 999999999,
125010             .ob_type = &PyUnicode_Type,
125011         },
125012         .length = 22,
125013         .hash = -1,
125014         .state = {
125015             .kind = 1,
125016             .compact = 1,
125017             .ascii = 1,
125018             .ready = 1,
125019         },
125020     },
125021     ._data = "supports_effective_ids",
125022 };
125023 static
125024     struct {
125025         PyASCIIObject _ascii;
125026         uint8_t _data[12];
125027     }
125028 const_str_supports_fd = {
125029     ._ascii = {
125030         .ob_base = {
125031             .ob_refcnt = 999999999,
125032             .ob_type = &PyUnicode_Type,
125033         },
125034         .length = 11,
125035         .hash = -1,
125036         .state = {
125037             .kind = 1,
125038             .compact = 1,
125039             .ascii = 1,
125040             .ready = 1,
125041         },
125042     },
125043     ._data = "supports_fd",
125044 };
125045 static
125046     struct {
125047         PyASCIIObject _ascii;
125048         uint8_t _data[25];
125049     }
125050 const_str_supports_follow_symlinks = {
125051     ._ascii = {
125052         .ob_base = {
125053             .ob_refcnt = 999999999,
125054             .ob_type = &PyUnicode_Type,
125055         },
125056         .length = 24,
125057         .hash = -1,
125058         .state = {
125059             .kind = 1,
125060             .compact = 1,
125061             .ascii = 1,
125062             .ready = 1,
125063         },
125064     },
125065     ._data = "supports_follow_symlinks",
125066 };
125067 static
125068     struct {
125069         PyGC_Head _gc_head;
125070         struct {
125071             PyObject_VAR_HEAD
125072             PyObject *ob_item[106];
125073         }_object;
125074     }
125075 os_toplevel_names = {
125076     ._object = {
125077         .ob_base = {
125078             .ob_base = {
125079                 .ob_refcnt = 999999999,
125080                 .ob_type = &PyTuple_Type,
125081             },
125082             .ob_size = 106,
125083         },
125084         .ob_item = {
125085             &_Py_ID(__doc__),
125086             & const_str_abc._ascii.ob_base,
125087             & const_str_sys._ascii.ob_base,
125088             & const_str_stat._ascii.ob_base,
125089             & const_str_st._ascii.ob_base,
125090             & const_str__collections_abc._ascii.ob_base,
125091             & const_str__check_methods._ascii.ob_base,
125092             & const_str_type._ascii.ob_base,
125093             & const_str_list._ascii.ob_base,
125094             & const_str_int._ascii.ob_base,
125095             & const_str_GenericAlias._ascii.ob_base,
125096             & const_str_builtin_module_names._ascii.ob_base,
125097             & const_str__names._ascii.ob_base,
125098             &_Py_ID(__all__),
125099             & const_str__exists._ascii.ob_base,
125100             & const_str__get_exports_list._ascii.ob_base,
125101             &_Py_ID(name),
125102             & const_str_linesep._ascii.ob_base,
125103             & const_str_posix._ascii.ob_base,
125104             & const_str__exit._ascii.ob_base,
125105             &_Py_ID(append),
125106             & const_str_ImportError._ascii.ob_base,
125107             & const_str_posixpath._ascii.ob_base,
125108             &_Py_ID(path),
125109             & const_str__have_functions._ascii.ob_base,
125110             &_Py_ID(extend),
125111             & const_str_nt._ascii.ob_base,
125112             & const_str_ntpath._ascii.ob_base,
125113             &_Py_ID(modules),
125114             & os_toplevel_consts_16._ascii.ob_base,
125115             & const_str_curdir._ascii.ob_base,
125116             & const_str_pardir._ascii.ob_base,
125117             & const_str_sep._ascii.ob_base,
125118             & const_str_pathsep._ascii.ob_base,
125119             & const_str_defpath._ascii.ob_base,
125120             & const_str_extsep._ascii.ob_base,
125121             & const_str_altsep._ascii.ob_base,
125122             & const_str_devnull._ascii.ob_base,
125123             & const_str_globals._ascii.ob_base,
125124             & const_str__globals._ascii.ob_base,
125125             & const_str__add._ascii.ob_base,
125126             & const_str_set._ascii.ob_base,
125127             & const_str__set._ascii.ob_base,
125128             & const_str_supports_dir_fd._ascii.ob_base,
125129             & const_str_supports_effective_ids._ascii.ob_base,
125130             &_Py_ID(add),
125131             & const_str_supports_fd._ascii.ob_base,
125132             & const_str_supports_follow_symlinks._ascii.ob_base,
125133             & const_str_SEEK_SET._ascii.ob_base,
125134             & const_str_SEEK_CUR._ascii.ob_base,
125135             & const_str_SEEK_END._ascii.ob_base,
125136             & const_str_makedirs._ascii.ob_base,
125137             & const_str_removedirs._ascii.ob_base,
125138             & const_str_renames._ascii.ob_base,
125139             & const_str_walk._ascii.ob_base,
125140             & const_str__walk._ascii.ob_base,
125141             &_Py_ID(open),
125142             & const_str_scandir._ascii.ob_base,
125143             & const_str_fwalk._ascii.ob_base,
125144             & const_str__fwalk._ascii.ob_base,
125145             & const_str_execl._ascii.ob_base,
125146             & const_str_execle._ascii.ob_base,
125147             & const_str_execlp._ascii.ob_base,
125148             & const_str_execlpe._ascii.ob_base,
125149             & const_str_execvp._ascii.ob_base,
125150             & const_str_execvpe._ascii.ob_base,
125151             & const_str__execvpe._ascii.ob_base,
125152             & const_str_get_exec_path._ascii.ob_base,
125153             & const_str_MutableMapping._ascii.ob_base,
125154             & const_str_Mapping._ascii.ob_base,
125155             & const_str__Environ._ascii.ob_base,
125156             & const_str__createenviron._ascii.ob_base,
125157             & const_str_environ._ascii.ob_base,
125158             & const_str_getenv._ascii.ob_base,
125159             & const_str_supports_bytes_environ._ascii.ob_base,
125160             & const_str__check_bytes._ascii.ob_base,
125161             & const_str__data._ascii.ob_base,
125162             & const_str_bytes._ascii.ob_base,
125163             & const_str_environb._ascii.ob_base,
125164             & const_str_getenvb._ascii.ob_base,
125165             & const_str__fscodec._ascii.ob_base,
125166             & const_str_fsencode._ascii.ob_base,
125167             & const_str_fsdecode._ascii.ob_base,
125168             & const_str_P_WAIT._ascii.ob_base,
125169             & const_str_P_NOWAIT._ascii.ob_base,
125170             & const_str_P_NOWAITO._ascii.ob_base,
125171             & const_str__spawnvef._ascii.ob_base,
125172             & const_str_spawnv._ascii.ob_base,
125173             & const_str_spawnve._ascii.ob_base,
125174             & const_str_spawnvp._ascii.ob_base,
125175             & const_str_spawnvpe._ascii.ob_base,
125176             & const_str_spawnl._ascii.ob_base,
125177             & const_str_spawnle._ascii.ob_base,
125178             & const_str_spawnlp._ascii.ob_base,
125179             & const_str_spawnlpe._ascii.ob_base,
125180             & const_str_platform._ascii.ob_base,
125181             & const_str_popen._ascii.ob_base,
125182             & const_str__wrap_close._ascii.ob_base,
125183             & const_str_fdopen._ascii.ob_base,
125184             & const_str__fspath._ascii.ob_base,
125185             & const_str_fspath._ascii.ob_base,
125186             &_Py_ID(__name__),
125187             & const_str_ABC._ascii.ob_base,
125188             & const_str_PathLike._ascii.ob_base,
125189             & const_str__AddedDllDirectory._ascii.ob_base,
125190             & const_str_add_dll_directory._ascii.ob_base,
125191         },
125192     },
125193 };
125194 static
125195     struct {
125196         PyObject_VAR_HEAD
125197         Py_hash_t ob_shash;
125198         char ob_sval[3010];
125199     }
125200 os_toplevel_linetable = {
125201     .ob_base = {
125202         .ob_base = {
125203             .ob_refcnt = 999999999,
125204             .ob_type = &PyBytes_Type,
125205         },
125206         .ob_size = 3009,
125207     },
125208     .ob_shash = -1,
125209     .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\x89\x7f\x8c\x7f\x80\x0c\xe0\x09\x0c\xd4\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\xd0\x03\x14\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\x8a\x0e\x90\x77\xd1\x08\x1f\xd4\x08\x1f\xd0\x08\x1f\xd0\x08\x1f\xf8\xd8\x0b\x16\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\xe0\x04\x1c\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\xd0\x08\x29\xf8\xd8\x0b\x16\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\xf0\x06\x00\x05\x11\x80\x4c\x80\x4c\x80\x4c\xd8\x04\x0b\x87\x4e\x82\x4e\xd0\x13\x24\xd0\x13\x24\xa0\x55\xd1\x13\x2b\xd4\x13\x2b\xd1\x04\x2c\xd4\x04\x2c\xd0\x04\x2c\xd8\x08\x0d\x88\x05\xe0\x05\x09\x88\x56\x80\x5e\x80\x5e\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\x8a\x0e\x90\x77\xd1\x08\x1f\xd4\x08\x1f\xd0\x08\x1f\xd0\x08\x1f\xf8\xd8\x0b\x16\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\xe0\x04\x19\xd0\x04\x19\xd0\x04\x19\xd0\x04\x19\xe0\x04\x0d\x80\x49\x80\x49\x80\x49\xd8\x04\x0b\x87\x4e\x82\x4e\xd0\x13\x24\xd0\x13\x24\xa0\x52\xd1\x13\x28\xd4\x13\x28\xd1\x04\x29\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\xf8\xd8\x0b\x16\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\xf0\x08\x00\x0b\x16\x88\x2b\xd0\x16\x33\xd1\x0a\x34\xd4\x0a\x34\xd0\x04\x34\xe0\x19\x1d\x80\x03\x84\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\xd1\x03\x1d\xd4\x03\x1d\xf1\x00\x55\x01\x01\x0d\xd8\x0f\x16\x88\x77\x89\x79\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\x89\x35\x8c\x35\x80\x44\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x48\xd1\x04\x25\xd4\x04\x25\xd0\x04\x25\xd8\x04\x08\x80\x44\x88\x1f\x98\x47\xd1\x04\x24\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1f\x98\x47\xd1\x04\x24\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1e\x98\x46\xd1\x04\x23\xd4\x04\x23\xd0\x04\x23\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x47\xd1\x04\x24\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1d\x98\x46\xd1\x04\x23\xd4\x04\x23\xd0\x04\x23\xd8\x04\x08\x80\x44\x88\x1e\x98\x47\xd1\x04\x24\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1f\x98\x48\xd1\x04\x25\xd4\x04\x25\xd0\x04\x25\xd8\x04\x08\x80\x44\x88\x1e\x98\x47\xd1\x04\x24\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1d\x98\x46\xd1\x04\x23\xd4\x04\x23\xd0\x04\x23\xd8\x04\x08\x80\x44\xd0\x09\x1a\x98\x4a\xd1\x04\x27\xd4\x04\x27\xd0\x04\x27\xd8\x04\x08\x80\x44\x88\x1f\x98\x48\xd1\x04\x25\xd4\x04\x25\xd0\x04\x25\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x49\xd1\x04\x26\xd4\x04\x26\xd0\x04\x26\xd8\x04\x08\x80\x44\x88\x1f\x98\x48\xd1\x04\x25\xd4\x04\x25\xd0\x04\x25\xd8\x04\x08\x80\x44\x88\x1f\x98\x47\xd1\x04\x24\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x47\xd1\x04\x24\xd4\x04\x24\xd0\x04\x24\xd8\x16\x1a\x80\x4f\xe0\x0b\x0e\x88\x33\x89\x35\x8c\x35\x80\x44\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x48\xd1\x04\x25\xd4\x04\x25\xd0\x04\x25\xd8\x1d\x21\xd0\x04\x1a\xe0\x0b\x0e\x88\x33\x89\x35\x8c\x35\x80\x44\xd8\x04\x08\x80\x44\x88\x1d\x98\x47\xd1\x04\x24\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1d\x98\x47\xd1\x04\x24\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1d\x98\x47\xd1\x04\x24\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x49\xd1\x04\x26\xd4\x04\x26\xd0\x04\x26\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x49\xd1\x04\x26\xd4\x04\x26\xd0\x04\x26\xd8\x04\x08\x80\x44\x88\x1e\x98\x48\xd1\x04\x25\xd4\x04\x25\xd0\x04\x25\xd8\x04\x08\x87\x48\x82\x48\x88\x54\x81\x4e\x84\x4e\x80\x4e\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x4a\xd1\x04\x27\xd4\x04\x27\xd0\x04\x27\xd8\x04\x08\x80\x44\x88\x1f\x98\x47\xd1\x04\x24\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1e\x98\x47\xd1\x04\x24\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x4a\xd1\x04\x27\xd4\x04\x27\xd0\x04\x27\xd8\x07\x0e\x80\x77\x88\x79\xd1\x07\x19\xd4\x07\x19\xf0\x00\x01\x05\x29\x98\x67\x98\x67\xa0\x6a\xd1\x1e\x31\xd4\x1e\x31\xf0\x00\x01\x05\x29\xd8\x08\x0c\x88\x04\x88\x5f\x98\x69\xd1\x08\x28\xd4\x08\x28\xd0\x08\x28\xd8\x12\x16\x80\x4b\xe0\x0b\x0e\x88\x33\x89\x35\x8c\x35\x80\x44\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x48\xd1\x04\x25\xd4\x04\x25\xd0\x04\x25\xf0\x2c\x00\x05\x09\x80\x44\x88\x1f\x98\x47\xd1\x04\x24\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1e\x98\x46\xd1\x04\x23\xd4\x04\x23\xd0\x04\x23\xd8\x04\x08\x80\x44\x88\x1f\x98\x49\xd1\x04\x26\xd4\x04\x26\xd0\x04\x26\xd8\x04\x08\x80\x44\x88\x1d\x98\x47\xd1\x04\x24\xd4\x04\x24\xd0\x04\x24\xd8\x07\x0e\x80\x77\x88\x78\xd1\x07\x18\xd4\x07\x18\xf0\x00\x01\x05\x25\xd8\x08\x0c\x88\x04\x88\x5d\x98\x47\xd1\x08\x24\xd4\x08\x24\xd0\x08\x24\xd8\x04\x08\x80\x44\x88\x1d\x98\x46\xd1\x04\x23\xd4\x04\x23\xd0\x04\x23\xd8\x04\x08\x80\x44\x88\x1e\x98\x47\xd1\x04\x24\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1c\x98\x46\xd1\x04\x23\xd4\x04\x23\xd0\x04\x23\xd8\x04\x08\x80\x44\x88\x1e\x98\x46\xd1\x04\x23\xd4\x04\x23\xd0\x04\x23\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x47\xd1\x04\x24\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1c\x98\x46\xd1\x04\x23\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\x1e\x01\x12\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\x82\x0e\xd0\x0f\x34\xd0\x0f\x34\xd0\x0f\x34\xd1\x00\x35\xd4\x00\x35\xd0\x00\x35\xf0\x04\x3d\x01\x3d\xf0\x00\x3d\x01\x3d\xf0\x00\x3d\x01\x3d\xf0\x00\x3d\x01\x3d\xf0\x7e\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\x82\x0e\x88\x76\xd1\x00\x16\xd4\x00\x16\xd0\x00\x16\xe0\x04\x08\x88\x24\x80\x3c\x90\x3f\xd2\x03\x22\xd0\x03\x22\xa8\x07\xb0\x14\xa0\x7f\xb8\x2b\xd2\x27\x45\xd0\x27\x45\xf0\x04\x2e\x05\x19\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\x82\x4e\x90\x37\xd1\x04\x1b\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\x82\x0e\xd0\x0f\x47\xd0\x0f\x47\xd0\x0f\x47\xd1\x00\x48\xd4\x00\x48\xd0\x00\x48\xf0\x04\x1d\x01\x13\xf0\x00\x1d\x01\x13\xf0\x00\x1d\x01\x13\xf0\x00\x1d\x01\x13\xf0\x40\x01\x29\x01\x24\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\xf1\x00\x47\x01\x01\x13\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\xd1\x0a\x1a\xd4\x0a\x1a\x80\x07\xd8\x04\x12\xf0\x06\x04\x01\x25\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\x82\x0e\xd0\x0f\x33\xd1\x00\x34\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\x9c\x0d\xd8\x08\x14\x90\x65\xd8\x08\x14\x90\x65\xf1\x05\x02\x10\x1d\xf4\x00\x02\x10\x1d\x80\x48\xf0\x06\x00\x09\x15\xf0\x04\x04\x05\x2a\xf0\x00\x04\x05\x2a\xf0\x00\x04\x05\x2a\xf0\x00\x04\x05\x2a\xf0\x0c\x00\x05\x0c\x87\x4e\x82\x4e\xd0\x13\x2a\xd1\x04\x2b\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\x91\x5a\x94\x5a\xd1\x00\x12\x80\x08\x88\x28\xd8\x04\x0c\xf0\x06\x00\x04\x0b\x80\x37\x88\x36\x81\x3f\x84\x3f\xf0\x00\x50\x01\x01\x41\x01\x98\x37\x98\x37\xa0\x38\xd1\x1b\x2c\xd4\x1b\x2c\xf0\x00\x50\x01\x01\x41\x01\xb0\x17\xb0\x17\xb8\x17\xd1\x31\x41\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\x82\x4e\xd0\x13\x36\xd0\x13\x36\xd0\x13\x36\xd1\x04\x37\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\x82\x4e\xd0\x13\x3f\xd0\x13\x3f\xd0\x13\x3f\xd1\x04\x40\xd4\x04\x40\xd0\x04\x40\xf0\x06\x00\x04\x0b\x80\x37\x88\x38\xd1\x03\x14\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\x82\x4e\x90\x48\x98\x69\xd0\x13\x28\xd1\x04\x29\xd4\x04\x29\xd0\x04\x29\xf0\x06\x00\x04\x0b\x80\x37\x88\x39\xd1\x03\x15\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\x82\x4e\x90\x49\x98\x7a\xd0\x13\x2a\xd1\x04\x2b\xd4\x04\x2b\xd0\x04\x2b\xf0\x08\x00\x04\x07\x84\x3c\x90\x39\xd2\x03\x1c\xd0\x03\x1c\xf0\x04\x13\x05\x31\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\xf1\x00\x14\x05\x26\xf4\x00\x14\x05\x26\xf0\x00\x14\x05\x26\xf0\x2c\x00\x05\x0c\x87\x4e\x82\x4e\x90\x37\xd1\x04\x1b\xd4\x04\x1b\xd0\x04\x1b\xf0\x06\x06\x01\x43\x01\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\xd1\x07\x18\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\x8c\x77\xf1\x00\x0f\x01\x32\xf4\x00\x0f\x01\x32\xf0\x00\x0f\x01\x32\xf0\x24\x00\x04\x08\x88\x34\x82\x3c\x80\x3c\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\xf1\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\x00\x04\x10\x80\x3c",
125210 };
125211 static
125212     struct {
125213         PyObject_VAR_HEAD
125214         Py_hash_t ob_shash;
125215         char ob_sval[73];
125216     }
125217 os_toplevel_exceptiontable = {
125218     .ob_base = {
125219         .ob_base = {
125220             .ob_refcnt = 999999999,
125221             .ob_type = &PyBytes_Type,
125222         },
125223         .ob_size = 72,
125224     },
125225     .ob_shash = -1,
125226     .ob_sval = "\xc1\x04\x1b\x41\x20\x00\xc1\x20\x05\x41\x28\x03\xc1\x27\x01\x41\x28\x03\xc1\x30\x06\x41\x37\x00\xc1\x37\x05\x41\x3f\x03\xc1\x3e\x01\x41\x3f\x03\xc2\x33\x1b\x43\x0f\x00\xc3\x0f\x05\x43\x17\x03\xc3\x16\x01\x43\x17\x03\xc4\x02\x06\x44\x09\x00\xc4\x09\x05\x44\x11\x03\xc4\x10\x01\x44\x11\x03",
125227 };
125228 static
125229     struct _PyCode_DEF(3058)
125230 os_toplevel = {
125231     .ob_base = {
125232         .ob_base = {
125233             .ob_refcnt = 999999999,
125234             .ob_type = &PyCode_Type,
125235         },
125236         .ob_size = 1529,
125237     },
125238     .co_consts = & os_toplevel_consts._object.ob_base.ob_base,
125239     .co_names = & os_toplevel_names._object.ob_base.ob_base,
125240     .co_exceptiontable = & os_toplevel_exceptiontable.ob_base.ob_base,
125241     .co_flags = 0,
125242     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
125243     ._co_linearray_entry_size = 0,
125244     .co_argcount = 0,
125245     .co_posonlyargcount = 0,
125246     .co_kwonlyargcount = 0,
125247     .co_stacksize = 7,
125248     .co_firstlineno = 1,
125249     .co_nlocalsplus = 0,
125250     .co_nlocals = 0,
125251     .co_nplaincellvars = 0,
125252     .co_ncellvars = 0,
125253     .co_nfreevars = 0,
125254     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
125255     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
125256     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
125257     .co_name = &_Py_STR(anon_module),
125258     .co_qualname = &_Py_STR(anon_module),
125259     .co_linetable = & os_toplevel_linetable.ob_base.ob_base,
125260     ._co_code = NULL,
125261     ._co_linearray = NULL,
125262     .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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0a\x65\x02\x6a\x0b\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\x6b\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\xa0\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0b\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0b\x23\x00\x65\x15\x24\x00\x72\x03\x01\x00\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x64\x01\x64\x02\x6c\x16\x5a\x17\x09\x00\x64\x01\x64\x0c\x6c\x12\x6d\x18\x5a\x18\x01\x00\x6e\x0b\x23\x00\x65\x15\x24\x00\x72\x03\x01\x00\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x64\x01\x64\x02\x6c\x12\x5a\x12\x65\x0d\xa0\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x65\x0f\x65\x12\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x5b\x12\x6e\x79\x64\x0d\x65\x0c\x76\x00\x72\x6a\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\xa0\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0b\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0b\x23\x00\x65\x15\x24\x00\x72\x03\x01\x00\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x64\x01\x64\x02\x6c\x1b\x5a\x17\x64\x01\x64\x02\x6c\x1a\x5a\x1a\x65\x0d\xa0\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x65\x0f\x65\x1a\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\x16\x23\x00\x65\x15\x24\x00\x72\x03\x01\x00\x59\x00\x6e\x0f\x77\x00\x78\x03\x59\x00\x77\x01\x02\x00\x65\x15\x64\x0f\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x65\x17\x65\x02\x6a\x1c\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x90\x02\x72\x57\x02\x00\x65\x26\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x27\x64\x13\x84\x00\x5a\x28\x02\x00\x65\x29\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x2a\x02\x00\x65\x28\x64\x14\x64\x15\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x16\x64\x17\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x18\x64\x19\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x1a\x64\x1b\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x1c\x64\x1d\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x1e\x64\x1f\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x20\x64\x21\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x22\x64\x23\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x24\x64\x25\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x26\x64\x27\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x28\x64\x29\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x2a\x64\x2b\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x2c\x64\x2d\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x2e\x64\x2f\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x2e\x64\x30\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x31\x64\x1d\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x2a\x5a\x2b\x02\x00\x65\x29\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x2a\x02\x00\x65\x28\x64\x14\x64\x15\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x2a\x5a\x2c\x02\x00\x65\x29\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x2a\x02\x00\x65\x28\x64\x32\x64\x33\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x34\x64\x17\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x35\x64\x19\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x36\x64\x37\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x36\x64\x38\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x39\x64\x3a\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x2a\xa0\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x3b\x64\x3c\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x3d\x64\x1d\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x3e\x64\x1d\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x3f\x64\x40\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x0e\x64\x41\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x17\x02\x00\x65\x0e\x64\x42\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0c\x02\x00\x65\x28\x64\x43\x64\x41\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x2a\x5a\x2e\x02\x00\x65\x29\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x2a\x02\x00\x65\x28\x64\x14\x64\x15\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x18\x64\x19\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x1a\x64\x1b\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x44\x64\x45\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x46\x64\x17\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x0e\x64\x47\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0c\x02\x00\x65\x28\x64\x48\x64\x19\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x1e\x64\x1f\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x49\x64\x1d\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x4a\x64\x1b\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x1a\x64\x1b\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x31\x64\x1d\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x4b\x64\x1b\xa6\x02\x00\x00\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\xa0\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x67\x00\x64\x53\xa2\x01\xa6\x01\x00\x00\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\xa0\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x57\xa6\x01\x00\x00\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\x28\x65\x39\x65\x03\x68\x02\x65\x2e\x6b\x01\x00\x00\x00\x00\x72\x20\x64\x94\x64\x4f\x64\x02\x64\x59\x9c\x02\x64\x5a\x84\x03\x5a\x3a\x64\x5b\x84\x00\x5a\x3b\x65\x0d\xa0\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x5c\xa6\x01\x00\x00\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\xa0\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x67\x00\x64\x63\xa2\x01\xa6\x01\x00\x00\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x46\x64\x69\x84\x00\x5a\x47\x02\x00\x65\x47\xa6\x00\x00\x00\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\xa0\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x6b\xa6\x01\x00\x00\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\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x65\x4b\x65\x4d\x65\x4b\x65\x4d\xa6\x05\x00\x00\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x4e\x5b\x4b\x64\x95\x64\x6d\x84\x01\x5a\x4f\x65\x0d\xa0\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x6e\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x6f\x84\x00\x5a\x50\x02\x00\x65\x50\xa6\x00\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x59\x02\x00\x65\x0e\x64\x71\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x4e\x02\x00\x65\x0e\x64\x72\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x43\x64\x01\x5a\x53\x64\x4c\x78\x01\x5a\x54\x5a\x55\x65\x0d\xa0\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x67\x00\x64\x73\xa2\x01\xa6\x01\x00\x00\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\xa0\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x67\x00\x64\x79\xa2\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x0e\x64\x71\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1d\x64\x7a\x84\x00\x5a\x5b\x64\x7b\x84\x00\x5a\x5c\x65\x0d\xa0\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x7c\x64\x7d\x67\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x0e\x64\x7e\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1d\x64\x7f\x84\x00\x5a\x5d\x64\x80\x84\x00\x5a\x5e\x65\x0d\xa0\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x81\x64\x82\x67\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x02\x6a\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x64\x83\x6b\x03\x00\x00\x00\x00\x72\x26\x64\x96\x64\x86\x84\x01\x5a\x60\x02\x00\x47\x00\x64\x87\x84\x00\x64\x88\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x61\x65\x0d\xa0\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x89\xa6\x01\x00\x00\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\xa6\x01\x00\x00\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\x66\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x03\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\x12\x02\x00\x47\x00\x64\x8f\x84\x00\x64\x90\xa6\x02\x00\x00\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",
125263     ._co_firsttraceable = 0,
125264 };
os_do_patchups(void)125265 static void os_do_patchups(void) {
125266 }
125267 
125268 PyObject *
_Py_get_os_toplevel(void)125269 _Py_get_os_toplevel(void)
125270 {
125271     os_do_patchups();
125272     return Py_NewRef((PyObject *) &os_toplevel);
125273 }
125274 
125275 static
125276     struct {
125277         PyASCIIObject _ascii;
125278         uint8_t _data[2999];
125279     }
125280 site_toplevel_consts_0 = {
125281     ._ascii = {
125282         .ob_base = {
125283             .ob_refcnt = 999999999,
125284             .ob_type = &PyUnicode_Type,
125285         },
125286         .length = 2998,
125287         .hash = -1,
125288         .state = {
125289             .kind = 1,
125290             .compact = 1,
125291             .ascii = 1,
125292             .ready = 1,
125293         },
125294     },
125295     ._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",
125296 };
125297 static
125298     struct {
125299         PyGC_Head _gc_head;
125300         struct {
125301             PyObject_VAR_HEAD
125302             PyObject *ob_item[2];
125303         }_object;
125304     }
125305 site_toplevel_consts_3_consts = {
125306     ._object = {
125307         .ob_base = {
125308             .ob_base = {
125309                 .ob_refcnt = 999999999,
125310                 .ob_type = &PyTuple_Type,
125311             },
125312             .ob_size = 2,
125313         },
125314         .ob_item = {
125315             Py_None,
125316             & importlib__bootstrap_toplevel_consts_18_consts_3._object.ob_base.ob_base,
125317         },
125318     },
125319 };
125320 static
125321     struct {
125322         PyGC_Head _gc_head;
125323         struct {
125324             PyObject_VAR_HEAD
125325             PyObject *ob_item[5];
125326         }_object;
125327     }
125328 site_toplevel_consts_3_names = {
125329     ._object = {
125330         .ob_base = {
125331             .ob_base = {
125332                 .ob_refcnt = 999999999,
125333                 .ob_type = &PyTuple_Type,
125334             },
125335             .ob_size = 5,
125336         },
125337         .ob_item = {
125338             & const_str_sys._ascii.ob_base,
125339             & const_str_flags._ascii.ob_base,
125340             & const_str_verbose._ascii.ob_base,
125341             & const_str_print._ascii.ob_base,
125342             &_Py_ID(stderr),
125343         },
125344     },
125345 };
125346 static
125347     struct {
125348         PyASCIIObject _ascii;
125349         uint8_t _data[14];
125350     }
125351 site_toplevel_consts_3_filename = {
125352     ._ascii = {
125353         .ob_base = {
125354             .ob_refcnt = 999999999,
125355             .ob_type = &PyUnicode_Type,
125356         },
125357         .length = 13,
125358         .hash = -1,
125359         .state = {
125360             .kind = 1,
125361             .compact = 1,
125362             .ascii = 1,
125363             .ready = 1,
125364         },
125365     },
125366     ._data = "<frozen site>",
125367 };
125368 static
125369     struct {
125370         PyASCIIObject _ascii;
125371         uint8_t _data[7];
125372     }
125373 const_str__trace = {
125374     ._ascii = {
125375         .ob_base = {
125376             .ob_refcnt = 999999999,
125377             .ob_type = &PyUnicode_Type,
125378         },
125379         .length = 6,
125380         .hash = -1,
125381         .state = {
125382             .kind = 1,
125383             .compact = 1,
125384             .ascii = 1,
125385             .ready = 1,
125386         },
125387     },
125388     ._data = "_trace",
125389 };
125390 static
125391     struct {
125392         PyObject_VAR_HEAD
125393         Py_hash_t ob_shash;
125394         char ob_sval[53];
125395     }
125396 site_toplevel_consts_3_linetable = {
125397     .ob_base = {
125398         .ob_base = {
125399             .ob_refcnt = 999999999,
125400             .ob_type = &PyBytes_Type,
125401         },
125402         .ob_size = 52,
125403     },
125404     .ob_shash = -1,
125405     .ob_sval = "\x80\x00\xdd\x07\x0a\x84\x79\xd4\x07\x18\xf0\x00\x01\x05\x28\xdd\x08\x0d\x88\x67\x9d\x43\x9c\x4a\xd0\x08\x27\xd1\x08\x27\xd4\x08\x27\xd0\x08\x27\xd0\x08\x27\xd0\x08\x27\xf0\x03\x01\x05\x28\xf0\x00\x01\x05\x28",
125406 };
125407 static
125408     struct {
125409         PyGC_Head _gc_head;
125410         struct {
125411             PyObject_VAR_HEAD
125412             PyObject *ob_item[1];
125413         }_object;
125414     }
125415 site_toplevel_consts_3_localsplusnames = {
125416     ._object = {
125417         .ob_base = {
125418             .ob_base = {
125419                 .ob_refcnt = 999999999,
125420                 .ob_type = &PyTuple_Type,
125421             },
125422             .ob_size = 1,
125423         },
125424         .ob_item = {
125425             & const_str_message._ascii.ob_base,
125426         },
125427     },
125428 };
125429 static
125430     struct _PyCode_DEF(98)
125431 site_toplevel_consts_3 = {
125432     .ob_base = {
125433         .ob_base = {
125434             .ob_refcnt = 999999999,
125435             .ob_type = &PyCode_Type,
125436         },
125437         .ob_size = 49,
125438     },
125439     .co_consts = & site_toplevel_consts_3_consts._object.ob_base.ob_base,
125440     .co_names = & site_toplevel_consts_3_names._object.ob_base.ob_base,
125441     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
125442     .co_flags = 3,
125443     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
125444     ._co_linearray_entry_size = 0,
125445     .co_argcount = 1,
125446     .co_posonlyargcount = 0,
125447     .co_kwonlyargcount = 0,
125448     .co_stacksize = 4,
125449     .co_firstlineno = 91,
125450     .co_nlocalsplus = 1,
125451     .co_nlocals = 1,
125452     .co_nplaincellvars = 0,
125453     .co_ncellvars = 0,
125454     .co_nfreevars = 0,
125455     .co_localsplusnames = & site_toplevel_consts_3_localsplusnames._object.ob_base.ob_base,
125456     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
125457     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
125458     .co_name = & const_str__trace._ascii.ob_base,
125459     .co_qualname = & const_str__trace._ascii.ob_base,
125460     .co_linetable = & site_toplevel_consts_3_linetable.ob_base.ob_base,
125461     ._co_code = NULL,
125462     ._co_linearray = NULL,
125463     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1d\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\x04\x00\x00\x00\x00\x00\x00\x00\x00\xac\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x64\x00\x53\x00",
125464     ._co_firsttraceable = 0,
125465 };
125466 static
125467     struct {
125468         PyGC_Head _gc_head;
125469         struct {
125470             PyObject_VAR_HEAD
125471             PyObject *ob_item[6];
125472         }_object;
125473     }
125474 site_toplevel_consts_4_names = {
125475     ._object = {
125476         .ob_base = {
125477             .ob_base = {
125478                 .ob_refcnt = 999999999,
125479                 .ob_type = &PyTuple_Type,
125480             },
125481             .ob_size = 6,
125482         },
125483         .ob_item = {
125484             & const_str_os._ascii.ob_base,
125485             &_Py_ID(path),
125486             &_Py_ID(join),
125487             & const_str_abspath._ascii.ob_base,
125488             & const_str_OSError._ascii.ob_base,
125489             & const_str_normcase._ascii.ob_base,
125490         },
125491     },
125492 };
125493 static
125494     struct {
125495         PyASCIIObject _ascii;
125496         uint8_t _data[9];
125497     }
125498 const_str_makepath = {
125499     ._ascii = {
125500         .ob_base = {
125501             .ob_refcnt = 999999999,
125502             .ob_type = &PyUnicode_Type,
125503         },
125504         .length = 8,
125505         .hash = -1,
125506         .state = {
125507             .kind = 1,
125508             .compact = 1,
125509             .ascii = 1,
125510             .ready = 1,
125511         },
125512     },
125513     ._data = "makepath",
125514 };
125515 static
125516     struct {
125517         PyObject_VAR_HEAD
125518         Py_hash_t ob_shash;
125519         char ob_sval[102];
125520     }
125521 site_toplevel_consts_4_linetable = {
125522     .ob_base = {
125523         .ob_base = {
125524             .ob_refcnt = 999999999,
125525             .ob_type = &PyBytes_Type,
125526         },
125527         .ob_size = 101,
125528     },
125529     .ob_shash = -1,
125530     .ob_sval = "\x80\x00\xdd\x0a\x0c\x8c\x27\x8c\x2c\x98\x05\xd0\x0a\x1e\x80\x43\xf0\x02\x03\x05\x0d\xdd\x0e\x10\x8c\x67\x8f\x6f\x8a\x6f\x98\x63\xd1\x0e\x22\xd4\x0e\x22\x88\x03\x88\x03\xf8\xdd\x0b\x12\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\xe0\x0b\x0e\x95\x02\x94\x07\xd7\x10\x20\xd2\x10\x20\xa0\x13\xd1\x10\x25\xd4\x10\x25\xd0\x0b\x25\xd0\x04\x25",
125531 };
125532 static
125533     struct {
125534         PyObject_VAR_HEAD
125535         Py_hash_t ob_shash;
125536         char ob_sval[16];
125537     }
125538 site_toplevel_consts_4_exceptiontable = {
125539     .ob_base = {
125540         .ob_base = {
125541             .ob_refcnt = 999999999,
125542             .ob_type = &PyBytes_Type,
125543         },
125544         .ob_size = 15,
125545     },
125546     .ob_shash = -1,
125547     .ob_sval = "\x95\x1f\x35\x00\xb5\x0a\x41\x02\x03\xc1\x01\x01\x41\x02\x03",
125548 };
125549 static
125550     struct {
125551         PyGC_Head _gc_head;
125552         struct {
125553             PyObject_VAR_HEAD
125554             PyObject *ob_item[2];
125555         }_object;
125556     }
125557 site_toplevel_consts_4_localsplusnames = {
125558     ._object = {
125559         .ob_base = {
125560             .ob_base = {
125561                 .ob_refcnt = 999999999,
125562                 .ob_type = &PyTuple_Type,
125563             },
125564             .ob_size = 2,
125565         },
125566         .ob_item = {
125567             & const_str_paths._ascii.ob_base,
125568             & const_str_dir._ascii.ob_base,
125569         },
125570     },
125571 };
125572 static
125573     struct _PyCode_DEF(204)
125574 site_toplevel_consts_4 = {
125575     .ob_base = {
125576         .ob_base = {
125577             .ob_refcnt = 999999999,
125578             .ob_type = &PyCode_Type,
125579         },
125580         .ob_size = 102,
125581     },
125582     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
125583     .co_names = & site_toplevel_consts_4_names._object.ob_base.ob_base,
125584     .co_exceptiontable = & site_toplevel_consts_4_exceptiontable.ob_base.ob_base,
125585     .co_flags = 7,
125586     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
125587     ._co_linearray_entry_size = 0,
125588     .co_argcount = 0,
125589     .co_posonlyargcount = 0,
125590     .co_kwonlyargcount = 0,
125591     .co_stacksize = 4,
125592     .co_firstlineno = 96,
125593     .co_nlocalsplus = 2,
125594     .co_nlocals = 2,
125595     .co_nplaincellvars = 0,
125596     .co_ncellvars = 0,
125597     .co_nfreevars = 0,
125598     .co_localsplusnames = & site_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
125599     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
125600     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
125601     .co_name = & const_str_makepath._ascii.ob_base,
125602     .co_qualname = & const_str_makepath._ascii.ob_base,
125603     .co_linetable = & site_toplevel_consts_4_linetable.ob_base.ob_base,
125604     ._co_code = NULL,
125605     ._co_linearray = NULL,
125606     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\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\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x10\x23\x00\x74\x08\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\x01\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x53\x00",
125607     ._co_firsttraceable = 0,
125608 };
125609 static
125610     struct {
125611         PyASCIIObject _ascii;
125612         uint8_t _data[70];
125613     }
125614 site_toplevel_consts_5_consts_0 = {
125615     ._ascii = {
125616         .ob_base = {
125617             .ob_refcnt = 999999999,
125618             .ob_type = &PyUnicode_Type,
125619         },
125620         .length = 69,
125621         .hash = -1,
125622         .state = {
125623             .kind = 1,
125624             .compact = 1,
125625             .ascii = 1,
125626             .ready = 1,
125627         },
125628     },
125629     ._data = "Set all module __file__ and __cached__ attributes to an absolute path",
125630 };
125631 static
125632     struct {
125633         PyGC_Head _gc_head;
125634         struct {
125635             PyObject_VAR_HEAD
125636             PyObject *ob_item[2];
125637         }_object;
125638     }
125639 site_toplevel_consts_5_consts_2 = {
125640     ._object = {
125641         .ob_base = {
125642             .ob_base = {
125643                 .ob_refcnt = 999999999,
125644                 .ob_type = &PyTuple_Type,
125645             },
125646             .ob_size = 2,
125647         },
125648         .ob_item = {
125649             & const_str__frozen_importlib._ascii.ob_base,
125650             & const_str__frozen_importlib_external._ascii.ob_base,
125651         },
125652     },
125653 };
125654 // TODO: The above tuple should be a frozenset
125655 static
125656     struct {
125657         PyGC_Head _gc_head;
125658         struct {
125659             PyObject_VAR_HEAD
125660             PyObject *ob_item[3];
125661         }_object;
125662     }
125663 site_toplevel_consts_5_consts = {
125664     ._object = {
125665         .ob_base = {
125666             .ob_base = {
125667                 .ob_refcnt = 999999999,
125668                 .ob_type = &PyTuple_Type,
125669             },
125670             .ob_size = 3,
125671         },
125672         .ob_item = {
125673             & site_toplevel_consts_5_consts_0._ascii.ob_base,
125674             Py_None,
125675             & site_toplevel_consts_5_consts_2._object.ob_base.ob_base,
125676         },
125677     },
125678 };
125679 static
125680     struct {
125681         PyGC_Head _gc_head;
125682         struct {
125683             PyObject_VAR_HEAD
125684             PyObject *ob_item[16];
125685         }_object;
125686     }
125687 site_toplevel_consts_5_names = {
125688     ._object = {
125689         .ob_base = {
125690             .ob_base = {
125691                 .ob_refcnt = 999999999,
125692                 .ob_type = &PyTuple_Type,
125693             },
125694             .ob_size = 16,
125695         },
125696         .ob_item = {
125697             & const_str_set._ascii.ob_base,
125698             & const_str_sys._ascii.ob_base,
125699             &_Py_ID(modules),
125700             &_Py_ID(values),
125701             &_Py_ID(__loader__),
125702             &_Py_ID(__module__),
125703             & const_str_AttributeError._ascii.ob_base,
125704             &_Py_ID(__spec__),
125705             & const_str_loader._ascii.ob_base,
125706             & const_str_os._ascii.ob_base,
125707             &_Py_ID(path),
125708             & const_str_abspath._ascii.ob_base,
125709             &_Py_ID(__file__),
125710             & const_str_OSError._ascii.ob_base,
125711             & const_str_TypeError._ascii.ob_base,
125712             & const_str___cached__._ascii.ob_base,
125713         },
125714     },
125715 };
125716 static
125717     struct {
125718         PyASCIIObject _ascii;
125719         uint8_t _data[10];
125720     }
125721 const_str_abs_paths = {
125722     ._ascii = {
125723         .ob_base = {
125724             .ob_refcnt = 999999999,
125725             .ob_type = &PyUnicode_Type,
125726         },
125727         .length = 9,
125728         .hash = -1,
125729         .state = {
125730             .kind = 1,
125731             .compact = 1,
125732             .ascii = 1,
125733             .ready = 1,
125734         },
125735     },
125736     ._data = "abs_paths",
125737 };
125738 static
125739     struct {
125740         PyObject_VAR_HEAD
125741         Py_hash_t ob_shash;
125742         char ob_sval[308];
125743     }
125744 site_toplevel_consts_5_linetable = {
125745     .ob_base = {
125746         .ob_base = {
125747             .ob_refcnt = 999999999,
125748             .ob_type = &PyBytes_Type,
125749         },
125750         .ob_size = 307,
125751     },
125752     .ob_shash = -1,
125753     .ob_sval = "\x80\x00\xe5\x0d\x10\x95\x13\x94\x1b\xd7\x11\x23\xd2\x11\x23\xd1\x11\x25\xd4\x11\x25\xd1\x0d\x26\xd4\x0d\x26\xf0\x00\x12\x05\x11\xf0\x00\x12\x05\x11\x88\x01\xd8\x18\x1c\x88\x0d\xf0\x02\x06\x09\x15\xd8\x1c\x1d\x9c\x4c\xd4\x1c\x33\x88\x4d\x88\x4d\xf8\xdd\x0f\x1d\xf0\x00\x04\x09\x15\xf0\x00\x04\x09\x15\xf0\x00\x04\x09\x15\xf0\x02\x03\x0d\x15\xd8\x20\x21\xa4\x0a\xd4\x20\x31\xd4\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\xf0\x0a\x00\x0c\x19\xd0\x20\x53\xd0\x0b\x53\xd0\x0b\x53\xd8\x0c\x14\xf0\x02\x03\x09\x11\xdd\x19\x1b\x9c\x17\x9f\x1f\x9a\x1f\xa8\x11\xac\x1a\xd1\x19\x34\xd4\x19\x34\x88\x41\x8c\x4a\x88\x4a\xf8\xdd\x10\x1e\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\xf0\x04\x03\x09\x11\xdd\x1b\x1d\x9c\x37\x9f\x3f\x9a\x3f\xa8\x31\xac\x3c\xd1\x1b\x38\xd4\x1b\x38\x88\x41\x8c\x4c\x88\x4c\xf8\xdd\x10\x1e\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\xf0\x23\x12\x05\x11\xf0\x00\x12\x05\x11",
125754 };
125755 static
125756     struct {
125757         PyObject_VAR_HEAD
125758         Py_hash_t ob_shash;
125759         char ob_sval[88];
125760     }
125761 site_toplevel_consts_5_exceptiontable = {
125762     .ob_base = {
125763         .ob_base = {
125764             .ob_refcnt = 999999999,
125765             .ob_type = &PyBytes_Type,
125766         },
125767         .ob_size = 87,
125768     },
125769     .ob_shash = -1,
125770     .ob_sval = "\xb1\x0c\x3e\x02\xbe\x0a\x41\x2e\x05\xc1\x09\x11\x41\x1b\x04\xc1\x1a\x01\x41\x2e\x05\xc1\x1b\x0a\x41\x28\x07\xc1\x25\x02\x41\x2e\x05\xc1\x27\x01\x41\x28\x07\xc1\x28\x03\x41\x2e\x05\xc1\x2d\x01\x41\x2e\x05\xc1\x37\x29\x42\x21\x02\xc2\x21\x17\x42\x3b\x05\xc2\x3a\x01\x42\x3b\x05\xc2\x3f\x29\x43\x29\x02\xc3\x29\x17\x44\x03\x05\xc4\x02\x01\x44\x03\x05",
125771 };
125772 static
125773     struct {
125774         PyASCIIObject _ascii;
125775         uint8_t _data[14];
125776     }
125777 const_str_loader_module = {
125778     ._ascii = {
125779         .ob_base = {
125780             .ob_refcnt = 999999999,
125781             .ob_type = &PyUnicode_Type,
125782         },
125783         .length = 13,
125784         .hash = -1,
125785         .state = {
125786             .kind = 1,
125787             .compact = 1,
125788             .ascii = 1,
125789             .ready = 1,
125790         },
125791     },
125792     ._data = "loader_module",
125793 };
125794 static
125795     struct {
125796         PyGC_Head _gc_head;
125797         struct {
125798             PyObject_VAR_HEAD
125799             PyObject *ob_item[2];
125800         }_object;
125801     }
125802 site_toplevel_consts_5_localsplusnames = {
125803     ._object = {
125804         .ob_base = {
125805             .ob_base = {
125806                 .ob_refcnt = 999999999,
125807                 .ob_type = &PyTuple_Type,
125808             },
125809             .ob_size = 2,
125810         },
125811         .ob_item = {
125812             & const_str_m._ascii.ob_base,
125813             & const_str_loader_module._ascii.ob_base,
125814         },
125815     },
125816 };
125817 static
125818     struct _PyCode_DEF(528)
125819 site_toplevel_consts_5 = {
125820     .ob_base = {
125821         .ob_base = {
125822             .ob_refcnt = 999999999,
125823             .ob_type = &PyCode_Type,
125824         },
125825         .ob_size = 264,
125826     },
125827     .co_consts = & site_toplevel_consts_5_consts._object.ob_base.ob_base,
125828     .co_names = & site_toplevel_consts_5_names._object.ob_base.ob_base,
125829     .co_exceptiontable = & site_toplevel_consts_5_exceptiontable.ob_base.ob_base,
125830     .co_flags = 3,
125831     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
125832     ._co_linearray_entry_size = 0,
125833     .co_argcount = 0,
125834     .co_posonlyargcount = 0,
125835     .co_kwonlyargcount = 0,
125836     .co_stacksize = 6,
125837     .co_firstlineno = 105,
125838     .co_nlocalsplus = 2,
125839     .co_nlocals = 2,
125840     .co_nplaincellvars = 0,
125841     .co_ncellvars = 0,
125842     .co_nfreevars = 0,
125843     .co_localsplusnames = & site_toplevel_consts_5_localsplusnames._object.ob_base.ob_base,
125844     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
125845     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
125846     .co_name = & const_str_abs_paths._ascii.ob_base,
125847     .co_qualname = & const_str_abs_paths._ascii.ob_base,
125848     .co_linetable = & site_toplevel_consts_5_linetable.ob_base.ob_base,
125849     ._co_code = NULL,
125850     ._co_linearray = NULL,
125851     .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\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\xd9\x7d\x00\x64\x01\x7d\x01\x09\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x33\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x26\x01\x00\x09\x00\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\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\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x01\x64\x02\x76\x01\x72\x01\x8c\x4a\x09\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0b\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x1d\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\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x09\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\xbd\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\xd6\x77\x00\x78\x03\x59\x00\x77\x01\x64\x01\x53\x00",
125852     ._co_firsttraceable = 0,
125853 };
125854 static
125855     struct {
125856         PyASCIIObject _ascii;
125857         uint8_t _data[76];
125858     }
125859 site_toplevel_consts_6_consts_0 = {
125860     ._ascii = {
125861         .ob_base = {
125862             .ob_refcnt = 999999999,
125863             .ob_type = &PyUnicode_Type,
125864         },
125865         .length = 75,
125866         .hash = -1,
125867         .state = {
125868             .kind = 1,
125869             .compact = 1,
125870             .ascii = 1,
125871             .ready = 1,
125872         },
125873     },
125874     ._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",
125875 };
125876 static
125877     struct {
125878         PyGC_Head _gc_head;
125879         struct {
125880             PyObject_VAR_HEAD
125881             PyObject *ob_item[2];
125882         }_object;
125883     }
125884 site_toplevel_consts_6_consts = {
125885     ._object = {
125886         .ob_base = {
125887             .ob_base = {
125888                 .ob_refcnt = 999999999,
125889                 .ob_type = &PyTuple_Type,
125890             },
125891             .ob_size = 2,
125892         },
125893         .ob_item = {
125894             & site_toplevel_consts_6_consts_0._ascii.ob_base,
125895             Py_None,
125896         },
125897     },
125898 };
125899 static
125900     struct {
125901         PyGC_Head _gc_head;
125902         struct {
125903             PyObject_VAR_HEAD
125904             PyObject *ob_item[6];
125905         }_object;
125906     }
125907 site_toplevel_consts_6_names = {
125908     ._object = {
125909         .ob_base = {
125910             .ob_base = {
125911                 .ob_refcnt = 999999999,
125912                 .ob_type = &PyTuple_Type,
125913             },
125914             .ob_size = 6,
125915         },
125916         .ob_item = {
125917             & const_str_set._ascii.ob_base,
125918             & const_str_sys._ascii.ob_base,
125919             &_Py_ID(path),
125920             & const_str_makepath._ascii.ob_base,
125921             &_Py_ID(append),
125922             &_Py_ID(add),
125923         },
125924     },
125925 };
125926 static
125927     struct {
125928         PyASCIIObject _ascii;
125929         uint8_t _data[15];
125930     }
125931 const_str_removeduppaths = {
125932     ._ascii = {
125933         .ob_base = {
125934             .ob_refcnt = 999999999,
125935             .ob_type = &PyUnicode_Type,
125936         },
125937         .length = 14,
125938         .hash = -1,
125939         .state = {
125940             .kind = 1,
125941             .compact = 1,
125942             .ascii = 1,
125943             .ready = 1,
125944         },
125945     },
125946     ._data = "removeduppaths",
125947 };
125948 static
125949     struct {
125950         PyObject_VAR_HEAD
125951         Py_hash_t ob_shash;
125952         char ob_sval[119];
125953     }
125954 site_toplevel_consts_6_linetable = {
125955     .ob_base = {
125956         .ob_base = {
125957             .ob_refcnt = 999999999,
125958             .ob_type = &PyBytes_Type,
125959         },
125960         .ob_size = 118,
125961     },
125962     .ob_shash = -1,
125963     .ob_sval = "\x80\x00\xf0\x0a\x00\x09\x0b\x80\x41\xdd\x12\x15\x91\x25\x94\x25\x80\x4b\xdd\x0f\x12\x8c\x78\xf0\x00\x07\x05\x25\xf0\x00\x07\x05\x25\x88\x03\xf5\x08\x00\x18\x20\xa0\x03\x91\x7d\x94\x7d\x89\x0c\x88\x03\x88\x57\xd8\x0b\x12\x98\x2b\xd0\x0b\x25\xd0\x0b\x25\xd8\x0c\x0d\x8f\x48\x8a\x48\x90\x53\x89\x4d\x8c\x4d\x88\x4d\xd8\x0c\x17\x8f\x4f\x8a\x4f\x98\x47\xd1\x0c\x24\xd4\x0c\x24\xd0\x0c\x24\xf8\xd8\x12\x13\x85\x43\x84\x48\x88\x51\x88\x51\x88\x51\x81\x4b\xd8\x0b\x16\xd0\x04\x16",
125964 };
125965 static
125966     struct {
125967         PyASCIIObject _ascii;
125968         uint8_t _data[2];
125969     }
125970 const_str_L = {
125971     ._ascii = {
125972         .ob_base = {
125973             .ob_refcnt = 999999999,
125974             .ob_type = &PyUnicode_Type,
125975         },
125976         .length = 1,
125977         .hash = -1,
125978         .state = {
125979             .kind = 1,
125980             .compact = 1,
125981             .ascii = 1,
125982             .ready = 1,
125983         },
125984     },
125985     ._data = "L",
125986 };
125987 static
125988     struct {
125989         PyASCIIObject _ascii;
125990         uint8_t _data[12];
125991     }
125992 const_str_known_paths = {
125993     ._ascii = {
125994         .ob_base = {
125995             .ob_refcnt = 999999999,
125996             .ob_type = &PyUnicode_Type,
125997         },
125998         .length = 11,
125999         .hash = -1,
126000         .state = {
126001             .kind = 1,
126002             .compact = 1,
126003             .ascii = 1,
126004             .ready = 1,
126005         },
126006     },
126007     ._data = "known_paths",
126008 };
126009 static
126010     struct {
126011         PyASCIIObject _ascii;
126012         uint8_t _data[8];
126013     }
126014 const_str_dircase = {
126015     ._ascii = {
126016         .ob_base = {
126017             .ob_refcnt = 999999999,
126018             .ob_type = &PyUnicode_Type,
126019         },
126020         .length = 7,
126021         .hash = -1,
126022         .state = {
126023             .kind = 1,
126024             .compact = 1,
126025             .ascii = 1,
126026             .ready = 1,
126027         },
126028     },
126029     ._data = "dircase",
126030 };
126031 static
126032     struct {
126033         PyGC_Head _gc_head;
126034         struct {
126035             PyObject_VAR_HEAD
126036             PyObject *ob_item[4];
126037         }_object;
126038     }
126039 site_toplevel_consts_6_localsplusnames = {
126040     ._object = {
126041         .ob_base = {
126042             .ob_base = {
126043                 .ob_refcnt = 999999999,
126044                 .ob_type = &PyTuple_Type,
126045             },
126046             .ob_size = 4,
126047         },
126048         .ob_item = {
126049             & const_str_L._ascii.ob_base,
126050             & const_str_known_paths._ascii.ob_base,
126051             & const_str_dir._ascii.ob_base,
126052             & const_str_dircase._ascii.ob_base,
126053         },
126054     },
126055 };
126056 static
126057     struct _PyCode_DEF(230)
126058 site_toplevel_consts_6 = {
126059     .ob_base = {
126060         .ob_base = {
126061             .ob_refcnt = 999999999,
126062             .ob_type = &PyCode_Type,
126063         },
126064         .ob_size = 115,
126065     },
126066     .co_consts = & site_toplevel_consts_6_consts._object.ob_base.ob_base,
126067     .co_names = & site_toplevel_consts_6_names._object.ob_base.ob_base,
126068     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
126069     .co_flags = 3,
126070     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
126071     ._co_linearray_entry_size = 0,
126072     .co_argcount = 0,
126073     .co_posonlyargcount = 0,
126074     .co_kwonlyargcount = 0,
126075     .co_stacksize = 4,
126076     .co_firstlineno = 128,
126077     .co_nlocalsplus = 4,
126078     .co_nlocals = 4,
126079     .co_nplaincellvars = 0,
126080     .co_ncellvars = 0,
126081     .co_nfreevars = 0,
126082     .co_localsplusnames = & site_toplevel_consts_6_localsplusnames._object.ob_base.ob_base,
126083     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
126084     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
126085     .co_name = & const_str_removeduppaths._ascii.ob_base,
126086     .co_qualname = & const_str_removeduppaths._ascii.ob_base,
126087     .co_linetable = & site_toplevel_consts_6_linetable.ob_base.ob_base,
126088     ._co_code = NULL,
126089     ._co_linearray = NULL,
126090     .co_code_adaptive = "\x97\x00\x67\x00\x7d\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\x02\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x42\x7d\x02\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x03\x7c\x01\x76\x01\x72\x2a\x7c\x00\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x43\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x01\x85\x02\x3c\x00\x00\x00\x7c\x01\x53\x00",
126091     ._co_firsttraceable = 0,
126092 };
126093 static
126094     struct {
126095         PyASCIIObject _ascii;
126096         uint8_t _data[70];
126097     }
126098 site_toplevel_consts_7_consts_0 = {
126099     ._ascii = {
126100         .ob_base = {
126101             .ob_refcnt = 999999999,
126102             .ob_type = &PyUnicode_Type,
126103         },
126104         .length = 69,
126105         .hash = -1,
126106         .state = {
126107             .kind = 1,
126108             .compact = 1,
126109             .ascii = 1,
126110             .ready = 1,
126111         },
126112     },
126113     ._data = "Return a set containing all existing file system items from sys.path.",
126114 };
126115 static
126116     struct {
126117         PyGC_Head _gc_head;
126118         struct {
126119             PyObject_VAR_HEAD
126120             PyObject *ob_item[1];
126121         }_object;
126122     }
126123 site_toplevel_consts_7_consts = {
126124     ._object = {
126125         .ob_base = {
126126             .ob_base = {
126127                 .ob_refcnt = 999999999,
126128                 .ob_type = &PyTuple_Type,
126129             },
126130             .ob_size = 1,
126131         },
126132         .ob_item = {
126133             & site_toplevel_consts_7_consts_0._ascii.ob_base,
126134         },
126135     },
126136 };
126137 static
126138     struct {
126139         PyGC_Head _gc_head;
126140         struct {
126141             PyObject_VAR_HEAD
126142             PyObject *ob_item[8];
126143         }_object;
126144     }
126145 site_toplevel_consts_7_names = {
126146     ._object = {
126147         .ob_base = {
126148             .ob_base = {
126149                 .ob_refcnt = 999999999,
126150                 .ob_type = &PyTuple_Type,
126151             },
126152             .ob_size = 8,
126153         },
126154         .ob_item = {
126155             & const_str_set._ascii.ob_base,
126156             & const_str_sys._ascii.ob_base,
126157             &_Py_ID(path),
126158             & const_str_os._ascii.ob_base,
126159             & const_str_exists._ascii.ob_base,
126160             & const_str_makepath._ascii.ob_base,
126161             &_Py_ID(add),
126162             & const_str_TypeError._ascii.ob_base,
126163         },
126164     },
126165 };
126166 static
126167     struct {
126168         PyASCIIObject _ascii;
126169         uint8_t _data[15];
126170     }
126171 const_str__init_pathinfo = {
126172     ._ascii = {
126173         .ob_base = {
126174             .ob_refcnt = 999999999,
126175             .ob_type = &PyUnicode_Type,
126176         },
126177         .length = 14,
126178         .hash = -1,
126179         .state = {
126180             .kind = 1,
126181             .compact = 1,
126182             .ascii = 1,
126183             .ready = 1,
126184         },
126185     },
126186     ._data = "_init_pathinfo",
126187 };
126188 static
126189     struct {
126190         PyObject_VAR_HEAD
126191         Py_hash_t ob_shash;
126192         char ob_sval[124];
126193     }
126194 site_toplevel_consts_7_linetable = {
126195     .ob_base = {
126196         .ob_base = {
126197             .ob_refcnt = 999999999,
126198             .ob_type = &PyBytes_Type,
126199         },
126200         .ob_size = 123,
126201     },
126202     .ob_shash = -1,
126203     .ob_sval = "\x80\x00\xe5\x08\x0b\x89\x05\x8c\x05\x80\x41\xdd\x10\x13\x94\x08\xf0\x00\x06\x05\x15\xf0\x00\x06\x05\x15\x88\x04\xf0\x02\x05\x09\x15\xdd\x0f\x11\x8c\x77\x8f\x7e\x8a\x7e\x98\x64\xd1\x0f\x23\xd4\x0f\x23\xf0\x00\x02\x0d\x20\xdd\x1e\x26\xa0\x74\x99\x6e\x9c\x6e\x91\x0b\x90\x01\x90\x38\xd8\x10\x11\x97\x05\x92\x05\x90\x68\x91\x0f\x94\x0f\x90\x0f\xf8\xf8\xdd\x0f\x18\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\xe0\x0b\x0c\x80\x48",
126204 };
126205 static
126206     struct {
126207         PyObject_VAR_HEAD
126208         Py_hash_t ob_shash;
126209         char ob_sval[19];
126210     }
126211 site_toplevel_consts_7_exceptiontable = {
126212     .ob_base = {
126213         .ob_base = {
126214             .ob_refcnt = 999999999,
126215             .ob_type = &PyBytes_Type,
126216         },
126217         .ob_size = 18,
126218     },
126219     .ob_shash = -1,
126220     .ob_sval = "\x9e\x41\x06\x41\x25\x02\xc1\x25\x0a\x41\x32\x05\xc1\x31\x01\x41\x32\x05",
126221 };
126222 static
126223     struct {
126224         PyASCIIObject _ascii;
126225         uint8_t _data[9];
126226     }
126227 const_str_itemcase = {
126228     ._ascii = {
126229         .ob_base = {
126230             .ob_refcnt = 999999999,
126231             .ob_type = &PyUnicode_Type,
126232         },
126233         .length = 8,
126234         .hash = -1,
126235         .state = {
126236             .kind = 1,
126237             .compact = 1,
126238             .ascii = 1,
126239             .ready = 1,
126240         },
126241     },
126242     ._data = "itemcase",
126243 };
126244 static
126245     struct {
126246         PyGC_Head _gc_head;
126247         struct {
126248             PyObject_VAR_HEAD
126249             PyObject *ob_item[4];
126250         }_object;
126251     }
126252 site_toplevel_consts_7_localsplusnames = {
126253     ._object = {
126254         .ob_base = {
126255             .ob_base = {
126256                 .ob_refcnt = 999999999,
126257                 .ob_type = &PyTuple_Type,
126258             },
126259             .ob_size = 4,
126260         },
126261         .ob_item = {
126262             & const_str_d._ascii.ob_base,
126263             & const_str_item._ascii.ob_base,
126264             &_Py_ID(_),
126265             & const_str_itemcase._ascii.ob_base,
126266         },
126267     },
126268 };
126269 static
126270     struct _PyCode_DEF(238)
126271 site_toplevel_consts_7 = {
126272     .ob_base = {
126273         .ob_base = {
126274             .ob_refcnt = 999999999,
126275             .ob_type = &PyCode_Type,
126276         },
126277         .ob_size = 119,
126278     },
126279     .co_consts = & site_toplevel_consts_7_consts._object.ob_base.ob_base,
126280     .co_names = & site_toplevel_consts_7_names._object.ob_base.ob_base,
126281     .co_exceptiontable = & site_toplevel_consts_7_exceptiontable.ob_base.ob_base,
126282     .co_flags = 3,
126283     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
126284     ._co_linearray_entry_size = 0,
126285     .co_argcount = 0,
126286     .co_posonlyargcount = 0,
126287     .co_kwonlyargcount = 0,
126288     .co_stacksize = 5,
126289     .co_firstlineno = 147,
126290     .co_nlocalsplus = 4,
126291     .co_nlocals = 4,
126292     .co_nplaincellvars = 0,
126293     .co_ncellvars = 0,
126294     .co_nfreevars = 0,
126295     .co_localsplusnames = & site_toplevel_consts_7_localsplusnames._object.ob_base.ob_base,
126296     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
126297     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
126298     .co_name = & const_str__init_pathinfo._ascii.ob_base,
126299     .co_qualname = & const_str__init_pathinfo._ascii.ob_base,
126300     .co_linetable = & site_toplevel_consts_7_linetable.ob_base.ob_base,
126301     ._co_code = NULL,
126302     ._co_linearray = NULL,
126303     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\x02\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x59\x7d\x01\x09\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x27\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x00\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x4a\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\x7c\x00\x53\x00",
126304     ._co_firsttraceable = 0,
126305 };
126306 static
126307     struct {
126308         PyASCIIObject _ascii;
126309         uint8_t _data[215];
126310     }
126311 site_toplevel_consts_8_consts_0 = {
126312     ._ascii = {
126313         .ob_base = {
126314             .ob_refcnt = 999999999,
126315             .ob_type = &PyUnicode_Type,
126316         },
126317         .length = 214,
126318         .hash = -1,
126319         .state = {
126320             .kind = 1,
126321             .compact = 1,
126322             .ascii = 1,
126323             .ready = 1,
126324         },
126325     },
126326     ._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",
126327 };
126328 static
126329     struct {
126330         PyASCIIObject _ascii;
126331         uint8_t _data[23];
126332     }
126333 site_toplevel_consts_8_consts_4 = {
126334     ._ascii = {
126335         .ob_base = {
126336             .ob_refcnt = 999999999,
126337             .ob_type = &PyUnicode_Type,
126338         },
126339         .length = 22,
126340         .hash = -1,
126341         .state = {
126342             .kind = 1,
126343             .compact = 1,
126344             .ascii = 1,
126345             .ready = 1,
126346         },
126347     },
126348     ._data = "Processing .pth file: ",
126349 };
126350 static
126351     struct {
126352         PyASCIIObject _ascii;
126353         uint8_t _data[8];
126354     }
126355 site_toplevel_consts_8_consts_9_1 = {
126356     ._ascii = {
126357         .ob_base = {
126358             .ob_refcnt = 999999999,
126359             .ob_type = &PyUnicode_Type,
126360         },
126361         .length = 7,
126362         .hash = -1,
126363         .state = {
126364             .kind = 1,
126365             .compact = 1,
126366             .ascii = 1,
126367             .ready = 1,
126368         },
126369     },
126370     ._data = "\x69\x6d\x70\x6f\x72\x74\x09",
126371 };
126372 static
126373     struct {
126374         PyGC_Head _gc_head;
126375         struct {
126376             PyObject_VAR_HEAD
126377             PyObject *ob_item[2];
126378         }_object;
126379     }
126380 site_toplevel_consts_8_consts_9 = {
126381     ._object = {
126382         .ob_base = {
126383             .ob_base = {
126384                 .ob_refcnt = 999999999,
126385                 .ob_type = &PyTuple_Type,
126386             },
126387             .ob_size = 2,
126388         },
126389         .ob_item = {
126390             & importlib__bootstrap_toplevel_consts_18_consts_1_1._ascii.ob_base,
126391             & site_toplevel_consts_8_consts_9_1._ascii.ob_base,
126392         },
126393     },
126394 };
126395 static
126396     struct {
126397         PyASCIIObject _ascii;
126398         uint8_t _data[35];
126399     }
126400 site_toplevel_consts_8_consts_10 = {
126401     ._ascii = {
126402         .ob_base = {
126403             .ob_refcnt = 999999999,
126404             .ob_type = &PyUnicode_Type,
126405         },
126406         .length = 34,
126407         .hash = -1,
126408         .state = {
126409             .kind = 1,
126410             .compact = 1,
126411             .ascii = 1,
126412             .ready = 1,
126413         },
126414     },
126415     ._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",
126416 };
126417 static
126418     struct {
126419         PyASCIIObject _ascii;
126420         uint8_t _data[3];
126421     }
126422 site_toplevel_consts_8_consts_14 = {
126423     ._ascii = {
126424         .ob_base = {
126425             .ob_refcnt = 999999999,
126426             .ob_type = &PyUnicode_Type,
126427         },
126428         .length = 2,
126429         .hash = -1,
126430         .state = {
126431             .kind = 1,
126432             .compact = 1,
126433             .ascii = 1,
126434             .ready = 1,
126435         },
126436     },
126437     ._data = "  ",
126438 };
126439 static
126440     struct {
126441         PyASCIIObject _ascii;
126442         uint8_t _data[27];
126443     }
126444 site_toplevel_consts_8_consts_15 = {
126445     ._ascii = {
126446         .ob_base = {
126447             .ob_refcnt = 999999999,
126448             .ob_type = &PyUnicode_Type,
126449         },
126450         .length = 26,
126451         .hash = -1,
126452         .state = {
126453             .kind = 1,
126454             .compact = 1,
126455             .ascii = 1,
126456             .ready = 1,
126457         },
126458     },
126459     ._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",
126460 };
126461 static
126462     struct {
126463         PyGC_Head _gc_head;
126464         struct {
126465             PyObject_VAR_HEAD
126466             PyObject *ob_item[16];
126467         }_object;
126468     }
126469 site_toplevel_consts_8_consts = {
126470     ._object = {
126471         .ob_base = {
126472             .ob_base = {
126473                 .ob_refcnt = 999999999,
126474                 .ob_type = &PyTuple_Type,
126475             },
126476             .ob_size = 16,
126477         },
126478         .ob_item = {
126479             & site_toplevel_consts_8_consts_0._ascii.ob_base,
126480             Py_None,
126481             Py_True,
126482             Py_False,
126483             & site_toplevel_consts_8_consts_4._ascii.ob_base,
126484             &_Py_ID(locale),
126485             & codecs_toplevel_consts_37_localsplusnames._object.ob_base.ob_base,
126486             & importlib__bootstrap_toplevel_consts_18_consts_1_0._ascii.ob_base,
126487             &_Py_STR(empty),
126488             & site_toplevel_consts_8_consts_9._object.ob_base.ob_base,
126489             & site_toplevel_consts_8_consts_10._ascii.ob_base,
126490             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
126491             & importlib__bootstrap_toplevel_consts_18_consts_3._object.ob_base.ob_base,
126492             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
126493             & site_toplevel_consts_8_consts_14._ascii.ob_base,
126494             & site_toplevel_consts_8_consts_15._ascii.ob_base,
126495         },
126496     },
126497 };
126498 static
126499     struct {
126500         PyASCIIObject _ascii;
126501         uint8_t _data[6];
126502     }
126503 const_str_strip = {
126504     ._ascii = {
126505         .ob_base = {
126506             .ob_refcnt = 999999999,
126507             .ob_type = &PyUnicode_Type,
126508         },
126509         .length = 5,
126510         .hash = -1,
126511         .state = {
126512             .kind = 1,
126513             .compact = 1,
126514             .ascii = 1,
126515             .ready = 1,
126516         },
126517     },
126518     ._data = "strip",
126519 };
126520 static
126521     struct {
126522         PyASCIIObject _ascii;
126523         uint8_t _data[10];
126524     }
126525 const_str_traceback = {
126526     ._ascii = {
126527         .ob_base = {
126528             .ob_refcnt = 999999999,
126529             .ob_type = &PyUnicode_Type,
126530         },
126531         .length = 9,
126532         .hash = -1,
126533         .state = {
126534             .kind = 1,
126535             .compact = 1,
126536             .ascii = 1,
126537             .ready = 1,
126538         },
126539     },
126540     ._data = "traceback",
126541 };
126542 static
126543     struct {
126544         PyASCIIObject _ascii;
126545         uint8_t _data[17];
126546     }
126547 const_str_format_exception = {
126548     ._ascii = {
126549         .ob_base = {
126550             .ob_refcnt = 999999999,
126551             .ob_type = &PyUnicode_Type,
126552         },
126553         .length = 16,
126554         .hash = -1,
126555         .state = {
126556             .kind = 1,
126557             .compact = 1,
126558             .ascii = 1,
126559             .ready = 1,
126560         },
126561     },
126562     ._data = "format_exception",
126563 };
126564 static
126565     struct {
126566         PyASCIIObject _ascii;
126567         uint8_t _data[9];
126568     }
126569 const_str_exc_info = {
126570     ._ascii = {
126571         .ob_base = {
126572             .ob_refcnt = 999999999,
126573             .ob_type = &PyUnicode_Type,
126574         },
126575         .length = 8,
126576         .hash = -1,
126577         .state = {
126578             .kind = 1,
126579             .compact = 1,
126580             .ascii = 1,
126581             .ready = 1,
126582         },
126583     },
126584     ._data = "exc_info",
126585 };
126586 static
126587     struct {
126588         PyGC_Head _gc_head;
126589         struct {
126590             PyObject_VAR_HEAD
126591             PyObject *ob_item[27];
126592         }_object;
126593     }
126594 site_toplevel_consts_8_names = {
126595     ._object = {
126596         .ob_base = {
126597             .ob_base = {
126598                 .ob_refcnt = 999999999,
126599                 .ob_type = &PyTuple_Type,
126600             },
126601             .ob_size = 27,
126602         },
126603         .ob_item = {
126604             & const_str__init_pathinfo._ascii.ob_base,
126605             & const_str_os._ascii.ob_base,
126606             &_Py_ID(path),
126607             &_Py_ID(join),
126608             & const_str__trace._ascii.ob_base,
126609             & const_str_io._ascii.ob_base,
126610             &_Py_ID(TextIOWrapper),
126611             & const_str_open_code._ascii.ob_base,
126612             & const_str_OSError._ascii.ob_base,
126613             & const_str_enumerate._ascii.ob_base,
126614             & const_str_startswith._ascii.ob_base,
126615             & const_str_strip._ascii.ob_base,
126616             & const_str_exec._ascii.ob_base,
126617             & const_str_rstrip._ascii.ob_base,
126618             & const_str_makepath._ascii.ob_base,
126619             & const_str_exists._ascii.ob_base,
126620             & const_str_sys._ascii.ob_base,
126621             &_Py_ID(append),
126622             &_Py_ID(add),
126623             & const_str_Exception._ascii.ob_base,
126624             & const_str_print._ascii.ob_base,
126625             & const_str_format._ascii.ob_base,
126626             &_Py_ID(stderr),
126627             & const_str_traceback._ascii.ob_base,
126628             & const_str_format_exception._ascii.ob_base,
126629             & const_str_exc_info._ascii.ob_base,
126630             & const_str_splitlines._ascii.ob_base,
126631         },
126632     },
126633 };
126634 static
126635     struct {
126636         PyASCIIObject _ascii;
126637         uint8_t _data[11];
126638     }
126639 const_str_addpackage = {
126640     ._ascii = {
126641         .ob_base = {
126642             .ob_refcnt = 999999999,
126643             .ob_type = &PyUnicode_Type,
126644         },
126645         .length = 10,
126646         .hash = -1,
126647         .state = {
126648             .kind = 1,
126649             .compact = 1,
126650             .ascii = 1,
126651             .ready = 1,
126652         },
126653     },
126654     ._data = "addpackage",
126655 };
126656 static
126657     struct {
126658         PyObject_VAR_HEAD
126659         Py_hash_t ob_shash;
126660         char ob_sval[685];
126661     }
126662 site_toplevel_consts_8_linetable = {
126663     .ob_base = {
126664         .ob_base = {
126665             .ob_refcnt = 999999999,
126666             .ob_type = &PyBytes_Type,
126667         },
126668         .ob_size = 684,
126669     },
126670     .ob_shash = -1,
126671     .ob_sval = "\x80\x00\xf0\x0a\x00\x08\x13\xd0\x07\x1a\xdd\x16\x24\xd1\x16\x26\xd4\x16\x26\x88\x0b\xd8\x10\x14\x88\x05\x88\x05\xe0\x10\x15\x88\x05\xdd\x0f\x11\x8c\x77\x8f\x7c\x8a\x7c\x98\x47\xa0\x54\xd1\x0f\x2a\xd4\x0f\x2a\x80\x48\xdd\x04\x0a\xd0\x0b\x30\xa0\x48\xd0\x0b\x30\xd0\x0b\x30\xd1\x04\x31\xd4\x04\x31\xd0\x04\x31\xf0\x02\x05\x05\x0f\xf5\x06\x00\x0d\x0f\xd4\x0c\x1c\x9d\x52\x9c\x5c\xa8\x28\xd1\x1d\x33\xd4\x1d\x33\xb8\x68\xd0\x0c\x47\xd1\x0c\x47\xd4\x0c\x47\x88\x01\x88\x01\xf8\xdd\x0b\x12\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\xe0\x09\x0a\xf0\x00\x17\x05\x16\xf0\x00\x17\x05\x16\xdd\x17\x20\xa0\x11\x91\x7c\x94\x7c\xf0\x00\x16\x09\x16\xf1\x00\x16\x09\x16\x89\x47\x88\x41\x88\x74\xd8\x0f\x13\x8f\x7f\x8a\x7f\x98\x73\xd1\x0f\x23\xd4\x0f\x23\xf0\x00\x01\x0d\x19\xd8\x10\x18\xd8\x0f\x13\x8f\x7a\x8a\x7a\x89\x7c\x8c\x7c\x98\x72\xd2\x0f\x21\xd0\x0f\x21\xd8\x10\x18\xf0\x02\x11\x0d\x16\xd8\x13\x17\x97\x3f\x92\x3f\xd0\x23\x3a\xd1\x13\x3b\xd4\x13\x3b\xf0\x00\x02\x11\x1d\xdd\x14\x18\x98\x14\x91\x4a\x94\x4a\x90\x4a\xd8\x14\x1c\xd8\x17\x1b\x97\x7b\x92\x7b\x91\x7d\x94\x7d\x90\x04\xdd\x1f\x27\xa8\x07\xb0\x14\xd1\x1f\x36\xd4\x1f\x36\x91\x0c\x90\x03\x90\x57\xd8\x17\x1e\xa0\x2b\xd0\x17\x2d\xd0\x17\x2d\xb5\x22\xb4\x27\xb7\x2e\xb2\x2e\xc0\x13\xd1\x32\x45\xd4\x32\x45\xd0\x17\x2d\xdd\x14\x17\x94\x48\x97\x4f\x92\x4f\xa0\x43\xd1\x14\x28\xd4\x14\x28\xd0\x14\x28\xd8\x14\x1f\x97\x4f\x92\x4f\xa0\x47\xd1\x14\x2c\xd4\x14\x2c\xd0\x14\x2c\xf8\xf8\xdd\x13\x1c\xf0\x00\x08\x0d\x16\xf0\x00\x08\x0d\x16\xf0\x00\x08\x0d\x16\xdd\x10\x15\xd0\x16\x3b\xd7\x16\x42\xd2\x16\x42\xc0\x31\xc0\x51\xc1\x33\xc8\x08\xd1\x16\x51\xd4\x16\x51\xdd\x1b\x1e\x9c\x3a\xf0\x03\x01\x11\x27\xf1\x00\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\xd4\x1e\x38\xbd\x23\xbc\x2c\xb9\x2e\xbc\x2e\xd0\x1e\x49\xf0\x00\x02\x11\x3a\xf0\x00\x02\x11\x3a\x90\x46\xd8\x20\x26\xd7\x20\x31\xd2\x20\x31\xd1\x20\x33\xd4\x20\x33\xf0\x00\x01\x15\x3a\xf0\x00\x01\x15\x3a\x98\x04\xdd\x18\x1d\x98\x64\xa0\x34\x99\x69\xad\x63\xac\x6a\xd0\x18\x39\xd1\x18\x39\xd4\x18\x39\xd0\x18\x39\xd0\x18\x39\xf0\x03\x01\x15\x3a\xe5\x10\x15\xd0\x16\x33\xbd\x23\xbc\x2a\xd0\x10\x45\xd1\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\xf1\x00\x17\x05\x16\xf4\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\xf0\x00\x17\x05\x16\xf0\x00\x17\x05\x16\xf0\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",
126672 };
126673 static
126674     struct {
126675         PyObject_VAR_HEAD
126676         Py_hash_t ob_shash;
126677         char ob_sval[88];
126678     }
126679 site_toplevel_consts_8_exceptiontable = {
126680     .ob_base = {
126681         .ob_base = {
126682             .ob_refcnt = 999999999,
126683             .ob_type = &PyBytes_Type,
126684         },
126685         .ob_size = 87,
126686     },
126687     .ob_shash = -1,
126688     .ob_sval = "\xc1\x09\x28\x41\x32\x00\xc1\x32\x0a\x42\x00\x03\xc1\x3f\x01\x42\x00\x03\xc2\x05\x41\x05\x48\x30\x03\xc3\x0b\x24\x45\x2f\x04\xc3\x2f\x01\x48\x30\x03\xc3\x30\x41\x3e\x45\x2f\x04\xc5\x2e\x01\x48\x30\x03\xc5\x2f\x42\x2e\x48\x21\x07\xc8\x1d\x03\x48\x30\x03\xc8\x20\x01\x48\x21\x07\xc8\x21\x03\x48\x30\x03\xc8\x30\x04\x48\x34\x07\xc8\x37\x01\x48\x34\x07",
126689 };
126690 static
126691     struct {
126692         PyASCIIObject _ascii;
126693         uint8_t _data[8];
126694     }
126695 const_str_sitedir = {
126696     ._ascii = {
126697         .ob_base = {
126698             .ob_refcnt = 999999999,
126699             .ob_type = &PyUnicode_Type,
126700         },
126701         .length = 7,
126702         .hash = -1,
126703         .state = {
126704             .kind = 1,
126705             .compact = 1,
126706             .ascii = 1,
126707             .ready = 1,
126708         },
126709     },
126710     ._data = "sitedir",
126711 };
126712 static
126713     struct {
126714         PyASCIIObject _ascii;
126715         uint8_t _data[7];
126716     }
126717 const_str_record = {
126718     ._ascii = {
126719         .ob_base = {
126720             .ob_refcnt = 999999999,
126721             .ob_type = &PyUnicode_Type,
126722         },
126723         .length = 6,
126724         .hash = -1,
126725         .state = {
126726             .kind = 1,
126727             .compact = 1,
126728             .ascii = 1,
126729             .ready = 1,
126730         },
126731     },
126732     ._data = "record",
126733 };
126734 static
126735     struct {
126736         PyGC_Head _gc_head;
126737         struct {
126738             PyObject_VAR_HEAD
126739             PyObject *ob_item[12];
126740         }_object;
126741     }
126742 site_toplevel_consts_8_localsplusnames = {
126743     ._object = {
126744         .ob_base = {
126745             .ob_base = {
126746                 .ob_refcnt = 999999999,
126747                 .ob_type = &PyTuple_Type,
126748             },
126749             .ob_size = 12,
126750         },
126751         .ob_item = {
126752             & const_str_sitedir._ascii.ob_base,
126753             &_Py_ID(name),
126754             & const_str_known_paths._ascii.ob_base,
126755             &_Py_ID(reset),
126756             & const_str_fullname._ascii.ob_base,
126757             & const_str_f._ascii.ob_base,
126758             & const_str_n._ascii.ob_base,
126759             &_Py_ID(line),
126760             & const_str_dir._ascii.ob_base,
126761             & const_str_dircase._ascii.ob_base,
126762             & const_str_traceback._ascii.ob_base,
126763             & const_str_record._ascii.ob_base,
126764         },
126765     },
126766 };
126767 static
126768     struct _PyCode_DEF(1154)
126769 site_toplevel_consts_8 = {
126770     .ob_base = {
126771         .ob_base = {
126772             .ob_refcnt = 999999999,
126773             .ob_type = &PyCode_Type,
126774         },
126775         .ob_size = 577,
126776     },
126777     .co_consts = & site_toplevel_consts_8_consts._object.ob_base.ob_base,
126778     .co_names = & site_toplevel_consts_8_names._object.ob_base.ob_base,
126779     .co_exceptiontable = & site_toplevel_consts_8_exceptiontable.ob_base.ob_base,
126780     .co_flags = 3,
126781     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
126782     ._co_linearray_entry_size = 0,
126783     .co_argcount = 3,
126784     .co_posonlyargcount = 0,
126785     .co_kwonlyargcount = 0,
126786     .co_stacksize = 9,
126787     .co_firstlineno = 160,
126788     .co_nlocalsplus = 12,
126789     .co_nlocals = 12,
126790     .co_nplaincellvars = 0,
126791     .co_ncellvars = 0,
126792     .co_nfreevars = 0,
126793     .co_localsplusnames = & site_toplevel_consts_8_localsplusnames._object.ob_base.ob_base,
126794     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_36_localspluskinds.ob_base.ob_base,
126795     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
126796     .co_name = & const_str_addpackage._ascii.ob_base,
126797     .co_qualname = & const_str_addpackage._ascii.ob_base,
126798     .co_linetable = & site_toplevel_consts_8_linetable.ob_base.ob_base,
126799     ._co_code = NULL,
126800     ._co_linearray = NULL,
126801     .co_code_adaptive = "\x97\x00\x7c\x02\x80\x11\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xa6\x02\x00\x00\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\xa6\x01\x00\x00\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\x06\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\xac\x06\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x6e\x11\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\x7c\x05\x35\x00\x01\x00\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x90\x01\x5d\x8d\x5c\x02\x00\x00\x7d\x06\x7d\x07\x7c\x07\xa0\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x01\x8c\x1c\x7c\x07\xa0\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x6b\x02\x00\x00\x00\x00\x72\x01\x8c\x35\x09\x00\x7c\x07\xa0\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x10\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x5b\x7c\x07\xa0\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\xa6\x02\x00\x00\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\x53\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x34\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\xa0\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\xda\x23\x00\x74\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\xa8\x01\x00\x74\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\xa0\x15\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\xac\x0c\xa6\x02\x00\x00\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\x18\x00\x00\x00\x00\x00\x00\x00\x00\x74\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8e\x00\x44\x00\x5d\x37\x7d\x0b\x7c\x0b\xa0\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x20\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\x16\x00\x00\x00\x00\x00\x00\x00\x00\xac\x0c\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x21\x8c\x38\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\x16\x00\x00\x00\x00\x00\x00\x00\x00\xac\x0c\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x01\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x64\x01\x64\x01\x64\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0b\x23\x00\x31\x00\x73\x04\x77\x02\x78\x03\x59\x00\x77\x01\x01\x00\x59\x00\x01\x00\x01\x00\x7c\x03\x72\x02\x64\x01\x7d\x02\x7c\x02\x53\x00",
126802     ._co_firsttraceable = 0,
126803 };
126804 static
126805     struct {
126806         PyASCIIObject _ascii;
126807         uint8_t _data[85];
126808     }
126809 site_toplevel_consts_9_consts_0 = {
126810     ._ascii = {
126811         .ob_base = {
126812             .ob_refcnt = 999999999,
126813             .ob_type = &PyUnicode_Type,
126814         },
126815         .length = 84,
126816         .hash = -1,
126817         .state = {
126818             .kind = 1,
126819             .compact = 1,
126820             .ascii = 1,
126821             .ready = 1,
126822         },
126823     },
126824     ._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",
126825 };
126826 static
126827     struct {
126828         PyASCIIObject _ascii;
126829         uint8_t _data[19];
126830     }
126831 site_toplevel_consts_9_consts_1 = {
126832     ._ascii = {
126833         .ob_base = {
126834             .ob_refcnt = 999999999,
126835             .ob_type = &PyUnicode_Type,
126836         },
126837         .length = 18,
126838         .hash = -1,
126839         .state = {
126840             .kind = 1,
126841             .compact = 1,
126842             .ascii = 1,
126843             .ready = 1,
126844         },
126845     },
126846     ._data = "Adding directory: ",
126847 };
126848 static
126849     struct {
126850         PyASCIIObject _ascii;
126851         uint8_t _data[5];
126852     }
126853 site_toplevel_consts_9_consts_5_consts_0 = {
126854     ._ascii = {
126855         .ob_base = {
126856             .ob_refcnt = 999999999,
126857             .ob_type = &PyUnicode_Type,
126858         },
126859         .length = 4,
126860         .hash = -1,
126861         .state = {
126862             .kind = 1,
126863             .compact = 1,
126864             .ascii = 1,
126865             .ready = 1,
126866         },
126867     },
126868     ._data = ".pth",
126869 };
126870 static
126871     struct {
126872         PyGC_Head _gc_head;
126873         struct {
126874             PyObject_VAR_HEAD
126875             PyObject *ob_item[1];
126876         }_object;
126877     }
126878 site_toplevel_consts_9_consts_5_consts = {
126879     ._object = {
126880         .ob_base = {
126881             .ob_base = {
126882                 .ob_refcnt = 999999999,
126883                 .ob_type = &PyTuple_Type,
126884             },
126885             .ob_size = 1,
126886         },
126887         .ob_item = {
126888             & site_toplevel_consts_9_consts_5_consts_0._ascii.ob_base,
126889         },
126890     },
126891 };
126892 static
126893     struct {
126894         PyGC_Head _gc_head;
126895         struct {
126896             PyObject_VAR_HEAD
126897             PyObject *ob_item[1];
126898         }_object;
126899     }
126900 site_toplevel_consts_9_consts_5_names = {
126901     ._object = {
126902         .ob_base = {
126903             .ob_base = {
126904                 .ob_refcnt = 999999999,
126905                 .ob_type = &PyTuple_Type,
126906             },
126907             .ob_size = 1,
126908         },
126909         .ob_item = {
126910             & const_str_endswith._ascii.ob_base,
126911         },
126912     },
126913 };
126914 static
126915     struct {
126916         PyASCIIObject _ascii;
126917         uint8_t _data[31];
126918     }
126919 site_toplevel_consts_9_consts_5_qualname = {
126920     ._ascii = {
126921         .ob_base = {
126922             .ob_refcnt = 999999999,
126923             .ob_type = &PyUnicode_Type,
126924         },
126925         .length = 30,
126926         .hash = -1,
126927         .state = {
126928             .kind = 1,
126929             .compact = 1,
126930             .ascii = 1,
126931             .ready = 1,
126932         },
126933     },
126934     ._data = "addsitedir.<locals>.<listcomp>",
126935 };
126936 static
126937     struct {
126938         PyObject_VAR_HEAD
126939         Py_hash_t ob_shash;
126940         char ob_sval[42];
126941     }
126942 site_toplevel_consts_9_consts_5_linetable = {
126943     .ob_base = {
126944         .ob_base = {
126945             .ob_refcnt = 999999999,
126946             .ob_type = &PyBytes_Type,
126947         },
126948         .ob_size = 41,
126949     },
126950     .ob_shash = -1,
126951     .ob_sval = "\x80\x00\xd0\x0c\x3d\xd0\x0c\x3d\xd0\x0c\x3d\x90\x64\xa0\x74\xa7\x7d\xa2\x7d\xb0\x56\xd1\x27\x3c\xd4\x27\x3c\xd0\x0c\x3d\x88\x54\xd0\x0c\x3d\xd0\x0c\x3d\xd0\x0c\x3d",
126952 };
126953 static
126954     struct {
126955         PyGC_Head _gc_head;
126956         struct {
126957             PyObject_VAR_HEAD
126958             PyObject *ob_item[2];
126959         }_object;
126960     }
126961 site_toplevel_consts_9_consts_5_localsplusnames = {
126962     ._object = {
126963         .ob_base = {
126964             .ob_base = {
126965                 .ob_refcnt = 999999999,
126966                 .ob_type = &PyTuple_Type,
126967             },
126968             .ob_size = 2,
126969         },
126970         .ob_item = {
126971             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
126972             &_Py_ID(name),
126973         },
126974     },
126975 };
126976 static
126977     struct _PyCode_DEF(60)
126978 site_toplevel_consts_9_consts_5 = {
126979     .ob_base = {
126980         .ob_base = {
126981             .ob_refcnt = 999999999,
126982             .ob_type = &PyCode_Type,
126983         },
126984         .ob_size = 30,
126985     },
126986     .co_consts = & site_toplevel_consts_9_consts_5_consts._object.ob_base.ob_base,
126987     .co_names = & site_toplevel_consts_9_consts_5_names._object.ob_base.ob_base,
126988     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
126989     .co_flags = 19,
126990     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
126991     ._co_linearray_entry_size = 0,
126992     .co_argcount = 1,
126993     .co_posonlyargcount = 0,
126994     .co_kwonlyargcount = 0,
126995     .co_stacksize = 5,
126996     .co_firstlineno = 224,
126997     .co_nlocalsplus = 2,
126998     .co_nlocals = 2,
126999     .co_nplaincellvars = 0,
127000     .co_ncellvars = 0,
127001     .co_nfreevars = 0,
127002     .co_localsplusnames = & site_toplevel_consts_9_consts_5_localsplusnames._object.ob_base.ob_base,
127003     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
127004     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
127005     .co_name = &_Py_STR(anon_listcomp),
127006     .co_qualname = & site_toplevel_consts_9_consts_5_qualname._ascii.ob_base,
127007     .co_linetable = & site_toplevel_consts_9_consts_5_linetable.ob_base.ob_base,
127008     ._co_code = NULL,
127009     ._co_linearray = NULL,
127010     .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x19\x7d\x01\x7c\x01\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x17\x7c\x01\x91\x02\x8c\x1a\x53\x00",
127011     ._co_firsttraceable = 0,
127012 };
127013 static
127014     struct {
127015         PyGC_Head _gc_head;
127016         struct {
127017             PyObject_VAR_HEAD
127018             PyObject *ob_item[6];
127019         }_object;
127020     }
127021 site_toplevel_consts_9_consts = {
127022     ._object = {
127023         .ob_base = {
127024             .ob_base = {
127025                 .ob_refcnt = 999999999,
127026                 .ob_type = &PyTuple_Type,
127027             },
127028             .ob_size = 6,
127029         },
127030         .ob_item = {
127031             & site_toplevel_consts_9_consts_0._ascii.ob_base,
127032             & site_toplevel_consts_9_consts_1._ascii.ob_base,
127033             Py_None,
127034             Py_True,
127035             Py_False,
127036             & site_toplevel_consts_9_consts_5.ob_base.ob_base,
127037         },
127038     },
127039 };
127040 static
127041     struct {
127042         PyGC_Head _gc_head;
127043         struct {
127044             PyObject_VAR_HEAD
127045             PyObject *ob_item[12];
127046         }_object;
127047     }
127048 site_toplevel_consts_9_names = {
127049     ._object = {
127050         .ob_base = {
127051             .ob_base = {
127052                 .ob_refcnt = 999999999,
127053                 .ob_type = &PyTuple_Type,
127054             },
127055             .ob_size = 12,
127056         },
127057         .ob_item = {
127058             & const_str__trace._ascii.ob_base,
127059             & const_str__init_pathinfo._ascii.ob_base,
127060             & const_str_makepath._ascii.ob_base,
127061             & const_str_sys._ascii.ob_base,
127062             &_Py_ID(path),
127063             &_Py_ID(append),
127064             &_Py_ID(add),
127065             & const_str_os._ascii.ob_base,
127066             & const_str_listdir._ascii.ob_base,
127067             & const_str_OSError._ascii.ob_base,
127068             & const_str_sorted._ascii.ob_base,
127069             & const_str_addpackage._ascii.ob_base,
127070         },
127071     },
127072 };
127073 static
127074     struct {
127075         PyASCIIObject _ascii;
127076         uint8_t _data[11];
127077     }
127078 const_str_addsitedir = {
127079     ._ascii = {
127080         .ob_base = {
127081             .ob_refcnt = 999999999,
127082             .ob_type = &PyUnicode_Type,
127083         },
127084         .length = 10,
127085         .hash = -1,
127086         .state = {
127087             .kind = 1,
127088             .compact = 1,
127089             .ascii = 1,
127090             .ready = 1,
127091         },
127092     },
127093     ._data = "addsitedir",
127094 };
127095 static
127096     struct {
127097         PyObject_VAR_HEAD
127098         Py_hash_t ob_shash;
127099         char ob_sval[260];
127100     }
127101 site_toplevel_consts_9_linetable = {
127102     .ob_base = {
127103         .ob_base = {
127104             .ob_refcnt = 999999999,
127105             .ob_type = &PyBytes_Type,
127106         },
127107         .ob_size = 259,
127108     },
127109     .ob_shash = -1,
127110     .ob_sval = "\x80\x00\xf5\x06\x00\x05\x0b\xd0\x0b\x2b\xa0\x07\xd0\x0b\x2b\xd0\x0b\x2b\xd1\x04\x2c\xd4\x04\x2c\xd0\x04\x2c\xd8\x07\x12\xd0\x07\x1a\xdd\x16\x24\xd1\x16\x26\xd4\x16\x26\x88\x0b\xd8\x10\x14\x88\x05\x88\x05\xe0\x10\x15\x88\x05\xdd\x1b\x23\xa0\x47\xd1\x1b\x2c\xd4\x1b\x2c\xd1\x04\x18\x80\x47\x88\x5b\xd8\x0b\x16\x98\x2b\xd0\x0b\x25\xd0\x0b\x25\xdd\x08\x0b\x8c\x08\x8f\x0f\x8a\x0f\x98\x07\xd1\x08\x20\xd4\x08\x20\xd0\x08\x20\xd8\x08\x13\x8f\x0f\x8a\x0f\x98\x0b\xd1\x08\x24\xd4\x08\x24\xd0\x08\x24\xf0\x02\x03\x05\x0f\xdd\x10\x12\x94\x0a\x98\x37\xd1\x10\x23\xd4\x10\x23\x88\x05\x88\x05\xf8\xdd\x0b\x12\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\xe0\x0c\x3d\xd0\x0c\x3d\x98\x65\xd0\x0c\x3d\xd1\x0c\x3d\xd4\x0c\x3d\x80\x45\xdd\x10\x16\x90\x75\x91\x0d\x94\x0d\xf0\x00\x01\x05\x2f\xf0\x00\x01\x05\x2f\x88\x04\xdd\x08\x12\x90\x37\x98\x44\xa0\x2b\xd1\x08\x2e\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",
127111 };
127112 static
127113     struct {
127114         PyObject_VAR_HEAD
127115         Py_hash_t ob_shash;
127116         char ob_sval[19];
127117     }
127118 site_toplevel_consts_9_exceptiontable = {
127119     .ob_base = {
127120         .ob_base = {
127121             .ob_refcnt = 999999999,
127122             .ob_type = &PyBytes_Type,
127123         },
127124         .ob_size = 18,
127125     },
127126     .ob_shash = -1,
127127     .ob_sval = "\xc1\x33\x14\x42\x08\x00\xc2\x08\x0a\x42\x16\x03\xc2\x15\x01\x42\x16\x03",
127128 };
127129 static
127130     struct {
127131         PyASCIIObject _ascii;
127132         uint8_t _data[12];
127133     }
127134 const_str_sitedircase = {
127135     ._ascii = {
127136         .ob_base = {
127137             .ob_refcnt = 999999999,
127138             .ob_type = &PyUnicode_Type,
127139         },
127140         .length = 11,
127141         .hash = -1,
127142         .state = {
127143             .kind = 1,
127144             .compact = 1,
127145             .ascii = 1,
127146             .ready = 1,
127147         },
127148     },
127149     ._data = "sitedircase",
127150 };
127151 static
127152     struct {
127153         PyGC_Head _gc_head;
127154         struct {
127155             PyObject_VAR_HEAD
127156             PyObject *ob_item[6];
127157         }_object;
127158     }
127159 site_toplevel_consts_9_localsplusnames = {
127160     ._object = {
127161         .ob_base = {
127162             .ob_base = {
127163                 .ob_refcnt = 999999999,
127164                 .ob_type = &PyTuple_Type,
127165             },
127166             .ob_size = 6,
127167         },
127168         .ob_item = {
127169             & const_str_sitedir._ascii.ob_base,
127170             & const_str_known_paths._ascii.ob_base,
127171             &_Py_ID(reset),
127172             & const_str_sitedircase._ascii.ob_base,
127173             & const_str_names._ascii.ob_base,
127174             &_Py_ID(name),
127175         },
127176     },
127177 };
127178 static
127179     struct _PyCode_DEF(412)
127180 site_toplevel_consts_9 = {
127181     .ob_base = {
127182         .ob_base = {
127183             .ob_refcnt = 999999999,
127184             .ob_type = &PyCode_Type,
127185         },
127186         .ob_size = 206,
127187     },
127188     .co_consts = & site_toplevel_consts_9_consts._object.ob_base.ob_base,
127189     .co_names = & site_toplevel_consts_9_names._object.ob_base.ob_base,
127190     .co_exceptiontable = & site_toplevel_consts_9_exceptiontable.ob_base.ob_base,
127191     .co_flags = 3,
127192     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
127193     ._co_linearray_entry_size = 0,
127194     .co_argcount = 2,
127195     .co_posonlyargcount = 0,
127196     .co_kwonlyargcount = 0,
127197     .co_stacksize = 6,
127198     .co_firstlineno = 207,
127199     .co_nlocalsplus = 6,
127200     .co_nlocals = 6,
127201     .co_nplaincellvars = 0,
127202     .co_ncellvars = 0,
127203     .co_nfreevars = 0,
127204     .co_localsplusnames = & site_toplevel_consts_9_localsplusnames._object.ob_base.ob_base,
127205     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
127206     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
127207     .co_name = & const_str_addsitedir._ascii.ob_base,
127208     .co_qualname = & const_str_addsitedir._ascii.ob_base,
127209     .co_linetable = & site_toplevel_consts_9_linetable.ob_base.ob_base,
127210     ._co_code = NULL,
127211     ._co_linearray = NULL,
127212     .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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x80\x11\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\xa6\x01\x00\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\x34\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\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\x08\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x6e\x11\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\x64\x05\x84\x00\x7c\x04\x44\x00\xa6\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x13\x7d\x05\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x05\x7c\x01\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x14\x7c\x02\x72\x02\x64\x02\x7d\x01\x7c\x01\x53\x00",
127213     ._co_firsttraceable = 0,
127214 };
127215 static
127216     struct {
127217         PyASCIIObject _ascii;
127218         uint8_t _data[301];
127219     }
127220 site_toplevel_consts_10_consts_0 = {
127221     ._ascii = {
127222         .ob_base = {
127223             .ob_refcnt = 999999999,
127224             .ob_type = &PyUnicode_Type,
127225         },
127226         .length = 300,
127227         .hash = -1,
127228         .state = {
127229             .kind = 1,
127230             .compact = 1,
127231             .ascii = 1,
127232             .ready = 1,
127233         },
127234     },
127235     ._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",
127236 };
127237 static
127238     struct {
127239         PyASCIIObject _ascii;
127240         uint8_t _data[8];
127241     }
127242 const_str_geteuid = {
127243     ._ascii = {
127244         .ob_base = {
127245             .ob_refcnt = 999999999,
127246             .ob_type = &PyUnicode_Type,
127247         },
127248         .length = 7,
127249         .hash = -1,
127250         .state = {
127251             .kind = 1,
127252             .compact = 1,
127253             .ascii = 1,
127254             .ready = 1,
127255         },
127256     },
127257     ._data = "geteuid",
127258 };
127259 static
127260     struct {
127261         PyASCIIObject _ascii;
127262         uint8_t _data[7];
127263     }
127264 const_str_getgid = {
127265     ._ascii = {
127266         .ob_base = {
127267             .ob_refcnt = 999999999,
127268             .ob_type = &PyUnicode_Type,
127269         },
127270         .length = 6,
127271         .hash = -1,
127272         .state = {
127273             .kind = 1,
127274             .compact = 1,
127275             .ascii = 1,
127276             .ready = 1,
127277         },
127278     },
127279     ._data = "getgid",
127280 };
127281 static
127282     struct {
127283         PyASCIIObject _ascii;
127284         uint8_t _data[8];
127285     }
127286 const_str_getegid = {
127287     ._ascii = {
127288         .ob_base = {
127289             .ob_refcnt = 999999999,
127290             .ob_type = &PyUnicode_Type,
127291         },
127292         .length = 7,
127293         .hash = -1,
127294         .state = {
127295             .kind = 1,
127296             .compact = 1,
127297             .ascii = 1,
127298             .ready = 1,
127299         },
127300     },
127301     ._data = "getegid",
127302 };
127303 static
127304     struct {
127305         PyGC_Head _gc_head;
127306         struct {
127307             PyObject_VAR_HEAD
127308             PyObject *ob_item[8];
127309         }_object;
127310     }
127311 site_toplevel_consts_10_consts = {
127312     ._object = {
127313         .ob_base = {
127314             .ob_base = {
127315                 .ob_refcnt = 999999999,
127316                 .ob_type = &PyTuple_Type,
127317             },
127318             .ob_size = 8,
127319         },
127320         .ob_item = {
127321             & site_toplevel_consts_10_consts_0._ascii.ob_base,
127322             Py_False,
127323             & const_str_getuid._ascii.ob_base,
127324             & const_str_geteuid._ascii.ob_base,
127325             Py_None,
127326             & const_str_getgid._ascii.ob_base,
127327             & const_str_getegid._ascii.ob_base,
127328             Py_True,
127329         },
127330     },
127331 };
127332 static
127333     struct {
127334         PyASCIIObject _ascii;
127335         uint8_t _data[13];
127336     }
127337 const_str_no_user_site = {
127338     ._ascii = {
127339         .ob_base = {
127340             .ob_refcnt = 999999999,
127341             .ob_type = &PyUnicode_Type,
127342         },
127343         .length = 12,
127344         .hash = -1,
127345         .state = {
127346             .kind = 1,
127347             .compact = 1,
127348             .ascii = 1,
127349             .ready = 1,
127350         },
127351     },
127352     ._data = "no_user_site",
127353 };
127354 static
127355     struct {
127356         PyGC_Head _gc_head;
127357         struct {
127358             PyObject_VAR_HEAD
127359             PyObject *ob_item[9];
127360         }_object;
127361     }
127362 site_toplevel_consts_10_names = {
127363     ._object = {
127364         .ob_base = {
127365             .ob_base = {
127366                 .ob_refcnt = 999999999,
127367                 .ob_type = &PyTuple_Type,
127368             },
127369             .ob_size = 9,
127370         },
127371         .ob_item = {
127372             & const_str_sys._ascii.ob_base,
127373             & const_str_flags._ascii.ob_base,
127374             & const_str_no_user_site._ascii.ob_base,
127375             & const_str_hasattr._ascii.ob_base,
127376             & const_str_os._ascii.ob_base,
127377             & const_str_geteuid._ascii.ob_base,
127378             & const_str_getuid._ascii.ob_base,
127379             & const_str_getegid._ascii.ob_base,
127380             & const_str_getgid._ascii.ob_base,
127381         },
127382     },
127383 };
127384 static
127385     struct {
127386         PyASCIIObject _ascii;
127387         uint8_t _data[21];
127388     }
127389 const_str_check_enableusersite = {
127390     ._ascii = {
127391         .ob_base = {
127392             .ob_refcnt = 999999999,
127393             .ob_type = &PyUnicode_Type,
127394         },
127395         .length = 20,
127396         .hash = -1,
127397         .state = {
127398             .kind = 1,
127399             .compact = 1,
127400             .ascii = 1,
127401             .ready = 1,
127402         },
127403     },
127404     ._data = "check_enableusersite",
127405 };
127406 static
127407     struct {
127408         PyObject_VAR_HEAD
127409         Py_hash_t ob_shash;
127410         char ob_sval[154];
127411     }
127412 site_toplevel_consts_10_linetable = {
127413     .ob_base = {
127414         .ob_base = {
127415             .ob_refcnt = 999999999,
127416             .ob_type = &PyBytes_Type,
127417         },
127418         .ob_size = 153,
127419     },
127420     .ob_shash = -1,
127421     .ob_sval = "\x80\x00\xf5\x14\x00\x08\x0b\x84\x79\xd4\x07\x1d\xf0\x00\x01\x05\x15\xd8\x0f\x14\x88\x75\xe5\x07\x0e\x8d\x72\x90\x38\xd1\x07\x1c\xd4\x07\x1c\xf0\x00\x03\x05\x18\xa5\x17\xad\x12\xa8\x59\xd1\x21\x37\xd4\x21\x37\xf0\x00\x03\x05\x18\xe5\x0b\x0d\x8c\x3a\x89\x3c\x8c\x3c\x9d\x32\x9c\x39\x99\x3b\x9c\x3b\xd2\x0b\x26\xd0\x0b\x26\xd8\x13\x17\x90\x34\xdd\x07\x0e\x8d\x72\x90\x38\xd1\x07\x1c\xd4\x07\x1c\xf0\x00\x03\x05\x18\xa5\x17\xad\x12\xa8\x59\xd1\x21\x37\xd4\x21\x37\xf0\x00\x03\x05\x18\xe5\x0b\x0d\x8c\x3a\x89\x3c\x8c\x3c\x9d\x32\x9c\x39\x99\x3b\x9c\x3b\xd2\x0b\x26\xd0\x0b\x26\xd8\x13\x17\x90\x34\xe0\x0b\x0f\x88\x34",
127422 };
127423 static
127424     struct _PyCode_DEF(380)
127425 site_toplevel_consts_10 = {
127426     .ob_base = {
127427         .ob_base = {
127428             .ob_refcnt = 999999999,
127429             .ob_type = &PyCode_Type,
127430         },
127431         .ob_size = 190,
127432     },
127433     .co_consts = & site_toplevel_consts_10_consts._object.ob_base.ob_base,
127434     .co_names = & site_toplevel_consts_10_names._object.ob_base.ob_base,
127435     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
127436     .co_flags = 3,
127437     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
127438     ._co_linearray_entry_size = 0,
127439     .co_argcount = 0,
127440     .co_posonlyargcount = 0,
127441     .co_kwonlyargcount = 0,
127442     .co_stacksize = 4,
127443     .co_firstlineno = 232,
127444     .co_nlocalsplus = 0,
127445     .co_nlocals = 0,
127446     .co_nplaincellvars = 0,
127447     .co_ncellvars = 0,
127448     .co_nfreevars = 0,
127449     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
127450     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
127451     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
127452     .co_name = & const_str_check_enableusersite._ascii.ob_base,
127453     .co_qualname = & const_str_check_enableusersite._ascii.ob_base,
127454     .co_linetable = & site_toplevel_consts_10_linetable.ob_base.ob_base,
127455     ._co_code = NULL,
127456     ._co_linearray = NULL,
127457     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\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\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x3f\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x2a\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\x06\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x3f\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x2a\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\x08\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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",
127458     ._co_firsttraceable = 0,
127459 };
127460 static
127461     struct {
127462         PyASCIIObject _ascii;
127463         uint8_t _data[15];
127464     }
127465 const_str_PYTHONUSERBASE = {
127466     ._ascii = {
127467         .ob_base = {
127468             .ob_refcnt = 999999999,
127469             .ob_type = &PyUnicode_Type,
127470         },
127471         .length = 14,
127472         .hash = -1,
127473         .state = {
127474             .kind = 1,
127475             .compact = 1,
127476             .ascii = 1,
127477             .ready = 1,
127478         },
127479     },
127480     ._data = "PYTHONUSERBASE",
127481 };
127482 static
127483     struct {
127484         PyASCIIObject _ascii;
127485         uint8_t _data[11];
127486     }
127487 const_str_emscripten = {
127488     ._ascii = {
127489         .ob_base = {
127490             .ob_refcnt = 999999999,
127491             .ob_type = &PyUnicode_Type,
127492         },
127493         .length = 10,
127494         .hash = -1,
127495         .state = {
127496             .kind = 1,
127497             .compact = 1,
127498             .ascii = 1,
127499             .ready = 1,
127500         },
127501     },
127502     ._data = "emscripten",
127503 };
127504 static
127505     struct {
127506         PyASCIIObject _ascii;
127507         uint8_t _data[5];
127508     }
127509 const_str_wasi = {
127510     ._ascii = {
127511         .ob_base = {
127512             .ob_refcnt = 999999999,
127513             .ob_type = &PyUnicode_Type,
127514         },
127515         .length = 4,
127516         .hash = -1,
127517         .state = {
127518             .kind = 1,
127519             .compact = 1,
127520             .ascii = 1,
127521             .ready = 1,
127522         },
127523     },
127524     ._data = "wasi",
127525 };
127526 static
127527     struct {
127528         PyGC_Head _gc_head;
127529         struct {
127530             PyObject_VAR_HEAD
127531             PyObject *ob_item[3];
127532         }_object;
127533     }
127534 site_toplevel_consts_11_consts_2 = {
127535     ._object = {
127536         .ob_base = {
127537             .ob_base = {
127538                 .ob_refcnt = 999999999,
127539                 .ob_type = &PyTuple_Type,
127540             },
127541             .ob_size = 3,
127542         },
127543         .ob_item = {
127544             & const_str_emscripten._ascii.ob_base,
127545             & const_str_vxworks._ascii.ob_base,
127546             & const_str_wasi._ascii.ob_base,
127547         },
127548     },
127549 };
127550 // TODO: The above tuple should be a frozenset
127551 static
127552     struct {
127553         PyGC_Head _gc_head;
127554         struct {
127555             PyObject_VAR_HEAD
127556             PyObject *ob_item[4];
127557         }_object;
127558     }
127559 site_toplevel_consts_11_consts_3_names = {
127560     ._object = {
127561         .ob_base = {
127562             .ob_base = {
127563                 .ob_refcnt = 999999999,
127564                 .ob_type = &PyTuple_Type,
127565             },
127566             .ob_size = 4,
127567         },
127568         .ob_item = {
127569             & const_str_os._ascii.ob_base,
127570             &_Py_ID(path),
127571             & const_str_expanduser._ascii.ob_base,
127572             &_Py_ID(join),
127573         },
127574     },
127575 };
127576 static
127577     struct {
127578         PyASCIIObject _ascii;
127579         uint8_t _data[9];
127580     }
127581 const_str_joinuser = {
127582     ._ascii = {
127583         .ob_base = {
127584             .ob_refcnt = 999999999,
127585             .ob_type = &PyUnicode_Type,
127586         },
127587         .length = 8,
127588         .hash = -1,
127589         .state = {
127590             .kind = 1,
127591             .compact = 1,
127592             .ascii = 1,
127593             .ready = 1,
127594         },
127595     },
127596     ._data = "joinuser",
127597 };
127598 static
127599     struct {
127600         PyASCIIObject _ascii;
127601         uint8_t _data[31];
127602     }
127603 site_toplevel_consts_11_consts_3_qualname = {
127604     ._ascii = {
127605         .ob_base = {
127606             .ob_refcnt = 999999999,
127607             .ob_type = &PyUnicode_Type,
127608         },
127609         .length = 30,
127610         .hash = -1,
127611         .state = {
127612             .kind = 1,
127613             .compact = 1,
127614             .ascii = 1,
127615             .ready = 1,
127616         },
127617     },
127618     ._data = "_getuserbase.<locals>.joinuser",
127619 };
127620 static
127621     struct {
127622         PyObject_VAR_HEAD
127623         Py_hash_t ob_shash;
127624         char ob_sval[34];
127625     }
127626 site_toplevel_consts_11_consts_3_linetable = {
127627     .ob_base = {
127628         .ob_base = {
127629             .ob_refcnt = 999999999,
127630             .ob_type = &PyBytes_Type,
127631         },
127632         .ob_size = 33,
127633     },
127634     .ob_shash = -1,
127635     .ob_sval = "\x80\x00\xdd\x0f\x11\x8c\x77\xd7\x0f\x21\xd2\x0f\x21\xa5\x22\xa4\x27\xa4\x2c\xb0\x04\xd0\x22\x35\xd1\x0f\x36\xd4\x0f\x36\xd0\x08\x36",
127636 };
127637 static
127638     struct {
127639         PyGC_Head _gc_head;
127640         struct {
127641             PyObject_VAR_HEAD
127642             PyObject *ob_item[1];
127643         }_object;
127644     }
127645 site_toplevel_consts_11_consts_3_localsplusnames = {
127646     ._object = {
127647         .ob_base = {
127648             .ob_base = {
127649                 .ob_refcnt = 999999999,
127650                 .ob_type = &PyTuple_Type,
127651             },
127652             .ob_size = 1,
127653         },
127654         .ob_item = {
127655             & const_str_args._ascii.ob_base,
127656         },
127657     },
127658 };
127659 static
127660     struct _PyCode_DEF(98)
127661 site_toplevel_consts_11_consts_3 = {
127662     .ob_base = {
127663         .ob_base = {
127664             .ob_refcnt = 999999999,
127665             .ob_type = &PyCode_Type,
127666         },
127667         .ob_size = 49,
127668     },
127669     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
127670     .co_names = & site_toplevel_consts_11_consts_3_names._object.ob_base.ob_base,
127671     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
127672     .co_flags = 23,
127673     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
127674     ._co_linearray_entry_size = 0,
127675     .co_argcount = 0,
127676     .co_posonlyargcount = 0,
127677     .co_kwonlyargcount = 0,
127678     .co_stacksize = 5,
127679     .co_firstlineno = 273,
127680     .co_nlocalsplus = 1,
127681     .co_nlocals = 1,
127682     .co_nplaincellvars = 0,
127683     .co_ncellvars = 0,
127684     .co_nfreevars = 0,
127685     .co_localsplusnames = & site_toplevel_consts_11_consts_3_localsplusnames._object.ob_base.ob_base,
127686     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
127687     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
127688     .co_name = & const_str_joinuser._ascii.ob_base,
127689     .co_qualname = & site_toplevel_consts_11_consts_3_qualname._ascii.ob_base,
127690     .co_linetable = & site_toplevel_consts_11_consts_3_linetable.ob_base.ob_base,
127691     ._co_code = NULL,
127692     ._co_linearray = NULL,
127693     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x02\x00\x00\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\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x8e\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
127694     ._co_firsttraceable = 0,
127695 };
127696 static
127697     struct {
127698         PyASCIIObject _ascii;
127699         uint8_t _data[8];
127700     }
127701 const_str_APPDATA = {
127702     ._ascii = {
127703         .ob_base = {
127704             .ob_refcnt = 999999999,
127705             .ob_type = &PyUnicode_Type,
127706         },
127707         .length = 7,
127708         .hash = -1,
127709         .state = {
127710             .kind = 1,
127711             .compact = 1,
127712             .ascii = 1,
127713             .ready = 1,
127714         },
127715     },
127716     ._data = "APPDATA",
127717 };
127718 static
127719     struct {
127720         PyASCIIObject _ascii;
127721         uint8_t _data[7];
127722     }
127723 const_str_Python = {
127724     ._ascii = {
127725         .ob_base = {
127726             .ob_refcnt = 999999999,
127727             .ob_type = &PyUnicode_Type,
127728         },
127729         .length = 6,
127730         .hash = -1,
127731         .state = {
127732             .kind = 1,
127733             .compact = 1,
127734             .ascii = 1,
127735             .ready = 1,
127736         },
127737     },
127738     ._data = "Python",
127739 };
127740 static
127741     struct {
127742         PyASCIIObject _ascii;
127743         uint8_t _data[8];
127744     }
127745 const_str_Library = {
127746     ._ascii = {
127747         .ob_base = {
127748             .ob_refcnt = 999999999,
127749             .ob_type = &PyUnicode_Type,
127750         },
127751         .length = 7,
127752         .hash = -1,
127753         .state = {
127754             .kind = 1,
127755             .compact = 1,
127756             .ascii = 1,
127757             .ready = 1,
127758         },
127759     },
127760     ._data = "Library",
127761 };
127762 static
127763     struct {
127764         PyASCIIObject _ascii;
127765         uint8_t _data[7];
127766     }
127767 site_toplevel_consts_11_consts_12 = {
127768     ._ascii = {
127769         .ob_base = {
127770             .ob_refcnt = 999999999,
127771             .ob_type = &PyUnicode_Type,
127772         },
127773         .length = 6,
127774         .hash = -1,
127775         .state = {
127776             .kind = 1,
127777             .compact = 1,
127778             .ascii = 1,
127779             .ready = 1,
127780         },
127781     },
127782     ._data = ".local",
127783 };
127784 static
127785     struct {
127786         PyGC_Head _gc_head;
127787         struct {
127788             PyObject_VAR_HEAD
127789             PyObject *ob_item[13];
127790         }_object;
127791     }
127792 site_toplevel_consts_11_consts = {
127793     ._object = {
127794         .ob_base = {
127795             .ob_base = {
127796                 .ob_refcnt = 999999999,
127797                 .ob_type = &PyTuple_Type,
127798             },
127799             .ob_size = 13,
127800         },
127801         .ob_item = {
127802             Py_None,
127803             & const_str_PYTHONUSERBASE._ascii.ob_base,
127804             & site_toplevel_consts_11_consts_2._object.ob_base.ob_base,
127805             & site_toplevel_consts_11_consts_3.ob_base.ob_base,
127806             & const_str_nt._ascii.ob_base,
127807             & const_str_APPDATA._ascii.ob_base,
127808             & ntpath_toplevel_consts_27_consts_2._ascii.ob_base,
127809             & const_str_Python._ascii.ob_base,
127810             & const_str_darwin._ascii.ob_base,
127811             & const_str_Library._ascii.ob_base,
127812             & importlib__bootstrap_external_toplevel_consts_53_consts_6_consts_1._ascii.ob_base,
127813             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
127814             & site_toplevel_consts_11_consts_12._ascii.ob_base,
127815         },
127816     },
127817 };
127818 static
127819     struct {
127820         PyASCIIObject _ascii;
127821         uint8_t _data[11];
127822     }
127823 const_str__framework = {
127824     ._ascii = {
127825         .ob_base = {
127826             .ob_refcnt = 999999999,
127827             .ob_type = &PyUnicode_Type,
127828         },
127829         .length = 10,
127830         .hash = -1,
127831         .state = {
127832             .kind = 1,
127833             .compact = 1,
127834             .ascii = 1,
127835             .ready = 1,
127836         },
127837     },
127838     ._data = "_framework",
127839 };
127840 static
127841     struct {
127842         PyGC_Head _gc_head;
127843         struct {
127844             PyObject_VAR_HEAD
127845             PyObject *ob_item[8];
127846         }_object;
127847     }
127848 site_toplevel_consts_11_names = {
127849     ._object = {
127850         .ob_base = {
127851             .ob_base = {
127852                 .ob_refcnt = 999999999,
127853                 .ob_type = &PyTuple_Type,
127854             },
127855             .ob_size = 8,
127856         },
127857         .ob_item = {
127858             & const_str_os._ascii.ob_base,
127859             & const_str_environ._ascii.ob_base,
127860             &_Py_ID(get),
127861             & const_str_sys._ascii.ob_base,
127862             & const_str_platform._ascii.ob_base,
127863             &_Py_ID(name),
127864             & const_str__framework._ascii.ob_base,
127865             & const_str_version_info._ascii.ob_base,
127866         },
127867     },
127868 };
127869 static
127870     struct {
127871         PyASCIIObject _ascii;
127872         uint8_t _data[13];
127873     }
127874 const_str__getuserbase = {
127875     ._ascii = {
127876         .ob_base = {
127877             .ob_refcnt = 999999999,
127878             .ob_type = &PyUnicode_Type,
127879         },
127880         .length = 12,
127881         .hash = -1,
127882         .state = {
127883             .kind = 1,
127884             .compact = 1,
127885             .ascii = 1,
127886             .ready = 1,
127887         },
127888     },
127889     ._data = "_getuserbase",
127890 };
127891 static
127892     struct {
127893         PyObject_VAR_HEAD
127894         Py_hash_t ob_shash;
127895         char ob_sval[217];
127896     }
127897 site_toplevel_consts_11_linetable = {
127898     .ob_base = {
127899         .ob_base = {
127900             .ob_refcnt = 999999999,
127901             .ob_type = &PyBytes_Type,
127902         },
127903         .ob_size = 216,
127904     },
127905     .ob_shash = -1,
127906     .ob_sval = "\x80\x00\xdd\x0f\x11\x8c\x7a\x8f\x7e\x8a\x7e\xd0\x1e\x2e\xb0\x04\xd1\x0f\x35\xd4\x0f\x35\x80\x48\xd8\x07\x0f\xf0\x00\x01\x05\x18\xd8\x0f\x17\x88\x0f\xf5\x06\x00\x08\x0b\x84\x7c\xd0\x17\x38\xd0\x07\x38\xd0\x07\x38\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\x84\x77\x90\x24\x82\x7f\x80\x7f\xdd\x0f\x11\x8c\x7a\x8f\x7e\x8a\x7e\x98\x69\xd1\x0f\x28\xd4\x0f\x28\xd0\x0f\x2f\xa8\x43\x88\x04\xd8\x0f\x17\x88\x78\x98\x04\x98\x68\xd1\x0f\x27\xd4\x0f\x27\xd0\x08\x27\xe5\x07\x0a\x84\x7c\x90\x78\xd2\x07\x1f\xd0\x07\x1f\xa5\x43\xa4\x4e\xd0\x07\x1f\xd8\x0f\x17\x88\x78\x98\x03\x98\x59\xad\x03\xac\x0e\xd8\x18\x1f\xa5\x23\xd4\x22\x32\xb0\x32\xb0\x41\xb0\x32\xd4\x22\x36\xd1\x18\x36\xf1\x03\x01\x10\x38\xf4\x00\x01\x10\x38\xf0\x00\x01\x09\x38\xf0\x06\x00\x0c\x14\x88\x38\x90\x43\x98\x18\xd1\x0b\x22\xd4\x0b\x22\xd0\x04\x22",
127907 };
127908 static
127909     struct {
127910         PyASCIIObject _ascii;
127911         uint8_t _data[9];
127912     }
127913 const_str_env_base = {
127914     ._ascii = {
127915         .ob_base = {
127916             .ob_refcnt = 999999999,
127917             .ob_type = &PyUnicode_Type,
127918         },
127919         .length = 8,
127920         .hash = -1,
127921         .state = {
127922             .kind = 1,
127923             .compact = 1,
127924             .ascii = 1,
127925             .ready = 1,
127926         },
127927     },
127928     ._data = "env_base",
127929 };
127930 static
127931     struct {
127932         PyGC_Head _gc_head;
127933         struct {
127934             PyObject_VAR_HEAD
127935             PyObject *ob_item[3];
127936         }_object;
127937     }
127938 site_toplevel_consts_11_localsplusnames = {
127939     ._object = {
127940         .ob_base = {
127941             .ob_base = {
127942                 .ob_refcnt = 999999999,
127943                 .ob_type = &PyTuple_Type,
127944             },
127945             .ob_size = 3,
127946         },
127947         .ob_item = {
127948             & const_str_env_base._ascii.ob_base,
127949             & const_str_joinuser._ascii.ob_base,
127950             & const_str_base._ascii.ob_base,
127951         },
127952     },
127953 };
127954 static
127955     struct _PyCode_DEF(404)
127956 site_toplevel_consts_11 = {
127957     .ob_base = {
127958         .ob_base = {
127959             .ob_refcnt = 999999999,
127960             .ob_type = &PyCode_Type,
127961         },
127962         .ob_size = 202,
127963     },
127964     .co_consts = & site_toplevel_consts_11_consts._object.ob_base.ob_base,
127965     .co_names = & site_toplevel_consts_11_names._object.ob_base.ob_base,
127966     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
127967     .co_flags = 3,
127968     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
127969     ._co_linearray_entry_size = 0,
127970     .co_argcount = 0,
127971     .co_posonlyargcount = 0,
127972     .co_kwonlyargcount = 0,
127973     .co_stacksize = 9,
127974     .co_firstlineno = 264,
127975     .co_nlocalsplus = 3,
127976     .co_nlocals = 3,
127977     .co_nplaincellvars = 0,
127978     .co_ncellvars = 0,
127979     .co_nfreevars = 0,
127980     .co_localsplusnames = & site_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
127981     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
127982     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
127983     .co_name = & const_str__getuserbase._ascii.ob_base,
127984     .co_qualname = & const_str__getuserbase._ascii.ob_base,
127985     .co_linetable = & site_toplevel_consts_11_linetable.ob_base.ob_base,
127986     ._co_code = NULL,
127987     ._co_linearray = NULL,
127988     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x00\xa6\x02\x00\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\x04\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\x05\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\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x70\x01\x64\x06\x7d\x02\x02\x00\x7c\x01\x7c\x02\x64\x07\xa6\x02\x00\x00\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\x04\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x6b\x02\x00\x00\x00\x00\x72\x39\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x72\x2d\x02\x00\x7c\x01\x64\x06\x64\x09\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x64\x0b\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x06\x00\x00\xa6\x04\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x02\x00\x7c\x01\x64\x06\x64\x0c\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
127989     ._co_firsttraceable = 0,
127990 };
127991 static
127992     struct {
127993         PyASCIIObject _ascii;
127994         uint8_t _data[8];
127995     }
127996 site_toplevel_consts_12_consts_4 = {
127997     ._ascii = {
127998         .ob_base = {
127999             .ob_refcnt = 999999999,
128000             .ob_type = &PyUnicode_Type,
128001         },
128002         .length = 7,
128003         .hash = -1,
128004         .state = {
128005             .kind = 1,
128006             .compact = 1,
128007             .ascii = 1,
128008             .ready = 1,
128009         },
128010     },
128011     ._data = "\\Python",
128012 };
128013 static
128014     struct {
128015         PyASCIIObject _ascii;
128016         uint8_t _data[15];
128017     }
128018 site_toplevel_consts_12_consts_5 = {
128019     ._ascii = {
128020         .ob_base = {
128021             .ob_refcnt = 999999999,
128022             .ob_type = &PyUnicode_Type,
128023         },
128024         .length = 14,
128025         .hash = -1,
128026         .state = {
128027             .kind = 1,
128028             .compact = 1,
128029             .ascii = 1,
128030             .ready = 1,
128031         },
128032     },
128033     ._data = "\\site-packages",
128034 };
128035 static
128036     struct {
128037         PyASCIIObject _ascii;
128038         uint8_t _data[26];
128039     }
128040 site_toplevel_consts_12_consts_7 = {
128041     ._ascii = {
128042         .ob_base = {
128043             .ob_refcnt = 999999999,
128044             .ob_type = &PyUnicode_Type,
128045         },
128046         .length = 25,
128047         .hash = -1,
128048         .state = {
128049             .kind = 1,
128050             .compact = 1,
128051             .ascii = 1,
128052             .ready = 1,
128053         },
128054     },
128055     ._data = "/lib/python/site-packages",
128056 };
128057 static
128058     struct {
128059         PyASCIIObject _ascii;
128060         uint8_t _data[12];
128061     }
128062 site_toplevel_consts_12_consts_8 = {
128063     ._ascii = {
128064         .ob_base = {
128065             .ob_refcnt = 999999999,
128066             .ob_type = &PyUnicode_Type,
128067         },
128068         .length = 11,
128069         .hash = -1,
128070         .state = {
128071             .kind = 1,
128072             .compact = 1,
128073             .ascii = 1,
128074             .ready = 1,
128075         },
128076     },
128077     ._data = "/lib/python",
128078 };
128079 static
128080     struct {
128081         PyASCIIObject _ascii;
128082         uint8_t _data[15];
128083     }
128084 site_toplevel_consts_12_consts_11 = {
128085     ._ascii = {
128086         .ob_base = {
128087             .ob_refcnt = 999999999,
128088             .ob_type = &PyUnicode_Type,
128089         },
128090         .length = 14,
128091         .hash = -1,
128092         .state = {
128093             .kind = 1,
128094             .compact = 1,
128095             .ascii = 1,
128096             .ready = 1,
128097         },
128098     },
128099     ._data = "/site-packages",
128100 };
128101 static
128102     struct {
128103         PyGC_Head _gc_head;
128104         struct {
128105             PyObject_VAR_HEAD
128106             PyObject *ob_item[12];
128107         }_object;
128108     }
128109 site_toplevel_consts_12_consts = {
128110     ._object = {
128111         .ob_base = {
128112             .ob_base = {
128113                 .ob_refcnt = 999999999,
128114                 .ob_type = &PyTuple_Type,
128115             },
128116             .ob_size = 12,
128117         },
128118         .ob_item = {
128119             Py_None,
128120             & const_str_nt._ascii.ob_base,
128121             &_Py_STR(dot),
128122             &_Py_STR(empty),
128123             & site_toplevel_consts_12_consts_4._ascii.ob_base,
128124             & site_toplevel_consts_12_consts_5._ascii.ob_base,
128125             & const_str_darwin._ascii.ob_base,
128126             & site_toplevel_consts_12_consts_7._ascii.ob_base,
128127             & site_toplevel_consts_12_consts_8._ascii.ob_base,
128128             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
128129             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
128130             & site_toplevel_consts_12_consts_11._ascii.ob_base,
128131         },
128132     },
128133 };
128134 static
128135     struct {
128136         PyASCIIObject _ascii;
128137         uint8_t _data[7];
128138     }
128139 const_str_winver = {
128140     ._ascii = {
128141         .ob_base = {
128142             .ob_refcnt = 999999999,
128143             .ob_type = &PyUnicode_Type,
128144         },
128145         .length = 6,
128146         .hash = -1,
128147         .state = {
128148             .kind = 1,
128149             .compact = 1,
128150             .ascii = 1,
128151             .ready = 1,
128152         },
128153     },
128154     ._data = "winver",
128155 };
128156 static
128157     struct {
128158         PyGC_Head _gc_head;
128159         struct {
128160             PyObject_VAR_HEAD
128161             PyObject *ob_item[8];
128162         }_object;
128163     }
128164 site_toplevel_consts_12_names = {
128165     ._object = {
128166         .ob_base = {
128167             .ob_base = {
128168                 .ob_refcnt = 999999999,
128169                 .ob_type = &PyTuple_Type,
128170             },
128171             .ob_size = 8,
128172         },
128173         .ob_item = {
128174             & const_str_sys._ascii.ob_base,
128175             & const_str_version_info._ascii.ob_base,
128176             & const_str_os._ascii.ob_base,
128177             &_Py_ID(name),
128178             & const_str_winver._ascii.ob_base,
128179             &_Py_ID(replace),
128180             & const_str_platform._ascii.ob_base,
128181             & const_str__framework._ascii.ob_base,
128182         },
128183     },
128184 };
128185 static
128186     struct {
128187         PyASCIIObject _ascii;
128188         uint8_t _data[10];
128189     }
128190 const_str__get_path = {
128191     ._ascii = {
128192         .ob_base = {
128193             .ob_refcnt = 999999999,
128194             .ob_type = &PyUnicode_Type,
128195         },
128196         .length = 9,
128197         .hash = -1,
128198         .state = {
128199             .kind = 1,
128200             .compact = 1,
128201             .ascii = 1,
128202             .ready = 1,
128203         },
128204     },
128205     ._data = "_get_path",
128206 };
128207 static
128208     struct {
128209         PyObject_VAR_HEAD
128210         Py_hash_t ob_shash;
128211         char ob_sval[142];
128212     }
128213 site_toplevel_consts_12_linetable = {
128214     .ob_base = {
128215         .ob_base = {
128216             .ob_refcnt = 999999999,
128217             .ob_type = &PyBytes_Type,
128218         },
128219         .ob_size = 141,
128220     },
128221     .ob_shash = -1,
128222     .ob_sval = "\x80\x00\xdd\x0e\x11\xd4\x0e\x1e\x80\x47\xe5\x07\x09\x84\x77\x90\x24\x82\x7f\x80\x7f\xdd\x14\x17\x94\x4a\xd7\x14\x26\xd2\x14\x26\xa0\x73\xa8\x42\xd1\x14\x2f\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\x84\x7c\x90\x78\xd2\x07\x1f\xd0\x07\x1f\xa5\x43\xa4\x4e\xd0\x07\x1f\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",
128223 };
128224 static
128225     struct {
128226         PyASCIIObject _ascii;
128227         uint8_t _data[9];
128228     }
128229 const_str_userbase = {
128230     ._ascii = {
128231         .ob_base = {
128232             .ob_refcnt = 999999999,
128233             .ob_type = &PyUnicode_Type,
128234         },
128235         .length = 8,
128236         .hash = -1,
128237         .state = {
128238             .kind = 1,
128239             .compact = 1,
128240             .ascii = 1,
128241             .ready = 1,
128242         },
128243     },
128244     ._data = "userbase",
128245 };
128246 static
128247     struct {
128248         PyASCIIObject _ascii;
128249         uint8_t _data[10];
128250     }
128251 const_str_ver_nodot = {
128252     ._ascii = {
128253         .ob_base = {
128254             .ob_refcnt = 999999999,
128255             .ob_type = &PyUnicode_Type,
128256         },
128257         .length = 9,
128258         .hash = -1,
128259         .state = {
128260             .kind = 1,
128261             .compact = 1,
128262             .ascii = 1,
128263             .ready = 1,
128264         },
128265     },
128266     ._data = "ver_nodot",
128267 };
128268 static
128269     struct {
128270         PyGC_Head _gc_head;
128271         struct {
128272             PyObject_VAR_HEAD
128273             PyObject *ob_item[3];
128274         }_object;
128275     }
128276 site_toplevel_consts_12_localsplusnames = {
128277     ._object = {
128278         .ob_base = {
128279             .ob_base = {
128280                 .ob_refcnt = 999999999,
128281                 .ob_type = &PyTuple_Type,
128282             },
128283             .ob_size = 3,
128284         },
128285         .ob_item = {
128286             & const_str_userbase._ascii.ob_base,
128287             &_Py_ID(version),
128288             & const_str_ver_nodot._ascii.ob_base,
128289         },
128290     },
128291 };
128292 static
128293     struct _PyCode_DEF(250)
128294 site_toplevel_consts_12 = {
128295     .ob_base = {
128296         .ob_base = {
128297             .ob_refcnt = 999999999,
128298             .ob_type = &PyCode_Type,
128299         },
128300         .ob_size = 125,
128301     },
128302     .co_consts = & site_toplevel_consts_12_consts._object.ob_base.ob_base,
128303     .co_names = & site_toplevel_consts_12_names._object.ob_base.ob_base,
128304     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
128305     .co_flags = 3,
128306     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
128307     ._co_linearray_entry_size = 0,
128308     .co_argcount = 1,
128309     .co_posonlyargcount = 0,
128310     .co_kwonlyargcount = 0,
128311     .co_stacksize = 6,
128312     .co_firstlineno = 288,
128313     .co_nlocalsplus = 3,
128314     .co_nlocals = 3,
128315     .co_nplaincellvars = 0,
128316     .co_ncellvars = 0,
128317     .co_nfreevars = 0,
128318     .co_localsplusnames = & site_toplevel_consts_12_localsplusnames._object.ob_base.ob_base,
128319     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
128320     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
128321     .co_name = & const_str__get_path._ascii.ob_base,
128322     .co_qualname = & const_str__get_path._ascii.ob_base,
128323     .co_linetable = & site_toplevel_consts_12_linetable.ob_base.ob_base,
128324     ._co_code = NULL,
128325     ._co_linearray = NULL,
128326     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x28\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x03\xa6\x02\x00\x00\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\x06\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x6b\x02\x00\x00\x00\x00\x72\x11\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\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",
128327     ._co_firsttraceable = 0,
128328 };
128329 static
128330     struct {
128331         PyASCIIObject _ascii;
128332         uint8_t _data[204];
128333     }
128334 site_toplevel_consts_13_consts_0 = {
128335     ._ascii = {
128336         .ob_base = {
128337             .ob_refcnt = 999999999,
128338             .ob_type = &PyUnicode_Type,
128339         },
128340         .length = 203,
128341         .hash = -1,
128342         .state = {
128343             .kind = 1,
128344             .compact = 1,
128345             .ascii = 1,
128346             .ready = 1,
128347         },
128348     },
128349     ._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",
128350 };
128351 static
128352     struct {
128353         PyGC_Head _gc_head;
128354         struct {
128355             PyObject_VAR_HEAD
128356             PyObject *ob_item[1];
128357         }_object;
128358     }
128359 site_toplevel_consts_13_consts = {
128360     ._object = {
128361         .ob_base = {
128362             .ob_base = {
128363                 .ob_refcnt = 999999999,
128364                 .ob_type = &PyTuple_Type,
128365             },
128366             .ob_size = 1,
128367         },
128368         .ob_item = {
128369             & site_toplevel_consts_13_consts_0._ascii.ob_base,
128370         },
128371     },
128372 };
128373 static
128374     struct {
128375         PyASCIIObject _ascii;
128376         uint8_t _data[10];
128377     }
128378 const_str_USER_BASE = {
128379     ._ascii = {
128380         .ob_base = {
128381             .ob_refcnt = 999999999,
128382             .ob_type = &PyUnicode_Type,
128383         },
128384         .length = 9,
128385         .hash = -1,
128386         .state = {
128387             .kind = 1,
128388             .compact = 1,
128389             .ascii = 1,
128390             .ready = 1,
128391         },
128392     },
128393     ._data = "USER_BASE",
128394 };
128395 static
128396     struct {
128397         PyGC_Head _gc_head;
128398         struct {
128399             PyObject_VAR_HEAD
128400             PyObject *ob_item[2];
128401         }_object;
128402     }
128403 site_toplevel_consts_13_names = {
128404     ._object = {
128405         .ob_base = {
128406             .ob_base = {
128407                 .ob_refcnt = 999999999,
128408                 .ob_type = &PyTuple_Type,
128409             },
128410             .ob_size = 2,
128411         },
128412         .ob_item = {
128413             & const_str_USER_BASE._ascii.ob_base,
128414             & const_str__getuserbase._ascii.ob_base,
128415         },
128416     },
128417 };
128418 static
128419     struct {
128420         PyASCIIObject _ascii;
128421         uint8_t _data[12];
128422     }
128423 const_str_getuserbase = {
128424     ._ascii = {
128425         .ob_base = {
128426             .ob_refcnt = 999999999,
128427             .ob_type = &PyUnicode_Type,
128428         },
128429         .length = 11,
128430         .hash = -1,
128431         .state = {
128432             .kind = 1,
128433             .compact = 1,
128434             .ascii = 1,
128435             .ready = 1,
128436         },
128437     },
128438     ._data = "getuserbase",
128439 };
128440 static
128441     struct {
128442         PyObject_VAR_HEAD
128443         Py_hash_t ob_shash;
128444         char ob_sval[26];
128445     }
128446 site_toplevel_consts_13_linetable = {
128447     .ob_base = {
128448         .ob_base = {
128449             .ob_refcnt = 999999999,
128450             .ob_type = &PyBytes_Type,
128451         },
128452         .ob_size = 25,
128453     },
128454     .ob_shash = -1,
128455     .ob_sval = "\x80\x00\xf5\x10\x00\x08\x11\xd0\x07\x18\xdd\x14\x20\x91\x4e\x94\x4e\x88\x09\xdd\x0b\x14\xd0\x04\x14",
128456 };
128457 static
128458     struct _PyCode_DEF(58)
128459 site_toplevel_consts_13 = {
128460     .ob_base = {
128461         .ob_base = {
128462             .ob_refcnt = 999999999,
128463             .ob_type = &PyCode_Type,
128464         },
128465         .ob_size = 29,
128466     },
128467     .co_consts = & site_toplevel_consts_13_consts._object.ob_base.ob_base,
128468     .co_names = & site_toplevel_consts_13_names._object.ob_base.ob_base,
128469     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
128470     .co_flags = 3,
128471     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
128472     ._co_linearray_entry_size = 0,
128473     .co_argcount = 0,
128474     .co_posonlyargcount = 0,
128475     .co_kwonlyargcount = 0,
128476     .co_stacksize = 2,
128477     .co_firstlineno = 301,
128478     .co_nlocalsplus = 0,
128479     .co_nlocals = 0,
128480     .co_nplaincellvars = 0,
128481     .co_ncellvars = 0,
128482     .co_nfreevars = 0,
128483     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
128484     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
128485     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
128486     .co_name = & const_str_getuserbase._ascii.ob_base,
128487     .co_qualname = & const_str_getuserbase._ascii.ob_base,
128488     .co_linetable = & site_toplevel_consts_13_linetable.ob_base.ob_base,
128489     ._co_code = NULL,
128490     ._co_linearray = NULL,
128491     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x0e\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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",
128492     ._co_firsttraceable = 0,
128493 };
128494 static
128495     struct {
128496         PyASCIIObject _ascii;
128497         uint8_t _data[163];
128498     }
128499 site_toplevel_consts_14_consts_0 = {
128500     ._ascii = {
128501         .ob_base = {
128502             .ob_refcnt = 999999999,
128503             .ob_type = &PyUnicode_Type,
128504         },
128505         .length = 162,
128506         .hash = -1,
128507         .state = {
128508             .kind = 1,
128509             .compact = 1,
128510             .ascii = 1,
128511             .ready = 1,
128512         },
128513     },
128514     ._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",
128515 };
128516 static
128517     struct {
128518         PyGC_Head _gc_head;
128519         struct {
128520             PyObject_VAR_HEAD
128521             PyObject *ob_item[3];
128522         }_object;
128523     }
128524 site_toplevel_consts_14_consts = {
128525     ._object = {
128526         .ob_base = {
128527             .ob_base = {
128528                 .ob_refcnt = 999999999,
128529                 .ob_type = &PyTuple_Type,
128530             },
128531             .ob_size = 3,
128532         },
128533         .ob_item = {
128534             & site_toplevel_consts_14_consts_0._ascii.ob_base,
128535             Py_None,
128536             Py_False,
128537         },
128538     },
128539 };
128540 static
128541     struct {
128542         PyASCIIObject _ascii;
128543         uint8_t _data[10];
128544     }
128545 const_str_USER_SITE = {
128546     ._ascii = {
128547         .ob_base = {
128548             .ob_refcnt = 999999999,
128549             .ob_type = &PyUnicode_Type,
128550         },
128551         .length = 9,
128552         .hash = -1,
128553         .state = {
128554             .kind = 1,
128555             .compact = 1,
128556             .ascii = 1,
128557             .ready = 1,
128558         },
128559     },
128560     ._data = "USER_SITE",
128561 };
128562 static
128563     struct {
128564         PyASCIIObject _ascii;
128565         uint8_t _data[17];
128566     }
128567 const_str_ENABLE_USER_SITE = {
128568     ._ascii = {
128569         .ob_base = {
128570             .ob_refcnt = 999999999,
128571             .ob_type = &PyUnicode_Type,
128572         },
128573         .length = 16,
128574         .hash = -1,
128575         .state = {
128576             .kind = 1,
128577             .compact = 1,
128578             .ascii = 1,
128579             .ready = 1,
128580         },
128581     },
128582     ._data = "ENABLE_USER_SITE",
128583 };
128584 static
128585     struct {
128586         PyGC_Head _gc_head;
128587         struct {
128588             PyObject_VAR_HEAD
128589             PyObject *ob_item[4];
128590         }_object;
128591     }
128592 site_toplevel_consts_14_names = {
128593     ._object = {
128594         .ob_base = {
128595             .ob_base = {
128596                 .ob_refcnt = 999999999,
128597                 .ob_type = &PyTuple_Type,
128598             },
128599             .ob_size = 4,
128600         },
128601         .ob_item = {
128602             & const_str_getuserbase._ascii.ob_base,
128603             & const_str_USER_SITE._ascii.ob_base,
128604             & const_str_ENABLE_USER_SITE._ascii.ob_base,
128605             & const_str__get_path._ascii.ob_base,
128606         },
128607     },
128608 };
128609 static
128610     struct {
128611         PyASCIIObject _ascii;
128612         uint8_t _data[20];
128613     }
128614 const_str_getusersitepackages = {
128615     ._ascii = {
128616         .ob_base = {
128617             .ob_refcnt = 999999999,
128618             .ob_type = &PyUnicode_Type,
128619         },
128620         .length = 19,
128621         .hash = -1,
128622         .state = {
128623             .kind = 1,
128624             .compact = 1,
128625             .ascii = 1,
128626             .ready = 1,
128627         },
128628     },
128629     ._data = "getusersitepackages",
128630 };
128631 static
128632     struct {
128633         PyObject_VAR_HEAD
128634         Py_hash_t ob_shash;
128635         char ob_sval[54];
128636     }
128637 site_toplevel_consts_14_linetable = {
128638     .ob_base = {
128639         .ob_base = {
128640             .ob_refcnt = 999999999,
128641             .ob_type = &PyBytes_Type,
128642         },
128643         .ob_size = 53,
128644     },
128645     .ob_shash = -1,
128646     .ob_sval = "\x80\x00\xf5\x0e\x00\x10\x1b\x89\x7d\x8c\x7d\x80\x48\xe5\x07\x10\xd0\x07\x18\xd8\x0b\x13\xd0\x0b\x1b\xd8\x1f\x24\xd0\x0c\x1c\xd0\x0c\x1c\xe5\x18\x21\xa0\x28\xd1\x18\x2b\xd4\x18\x2b\x88\x49\xe5\x0b\x14\xd0\x04\x14",
128647 };
128648 static
128649     struct {
128650         PyGC_Head _gc_head;
128651         struct {
128652             PyObject_VAR_HEAD
128653             PyObject *ob_item[1];
128654         }_object;
128655     }
128656 site_toplevel_consts_14_localsplusnames = {
128657     ._object = {
128658         .ob_base = {
128659             .ob_base = {
128660                 .ob_refcnt = 999999999,
128661                 .ob_type = &PyTuple_Type,
128662             },
128663             .ob_size = 1,
128664         },
128665         .ob_item = {
128666             & const_str_userbase._ascii.ob_base,
128667         },
128668     },
128669 };
128670 static
128671     struct _PyCode_DEF(98)
128672 site_toplevel_consts_14 = {
128673     .ob_base = {
128674         .ob_base = {
128675             .ob_refcnt = 999999999,
128676             .ob_type = &PyCode_Type,
128677         },
128678         .ob_size = 49,
128679     },
128680     .co_consts = & site_toplevel_consts_14_consts._object.ob_base.ob_base,
128681     .co_names = & site_toplevel_consts_14_names._object.ob_base.ob_base,
128682     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
128683     .co_flags = 3,
128684     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
128685     ._co_linearray_entry_size = 0,
128686     .co_argcount = 0,
128687     .co_posonlyargcount = 0,
128688     .co_kwonlyargcount = 0,
128689     .co_stacksize = 3,
128690     .co_firstlineno = 314,
128691     .co_nlocalsplus = 1,
128692     .co_nlocals = 1,
128693     .co_nplaincellvars = 0,
128694     .co_ncellvars = 0,
128695     .co_nfreevars = 0,
128696     .co_localsplusnames = & site_toplevel_consts_14_localsplusnames._object.ob_base.ob_base,
128697     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
128698     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
128699     .co_name = & const_str_getusersitepackages._ascii.ob_base,
128700     .co_qualname = & const_str_getusersitepackages._ascii.ob_base,
128701     .co_linetable = & site_toplevel_consts_14_linetable.ob_base.ob_base,
128702     ._co_code = NULL,
128703     ._co_linearray = NULL,
128704     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\x14\x7c\x00\x80\x03\x64\x02\x61\x02\x6e\x0f\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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",
128705     ._co_firsttraceable = 0,
128706 };
128707 static
128708     struct {
128709         PyASCIIObject _ascii;
128710         uint8_t _data[135];
128711     }
128712 site_toplevel_consts_15_consts_0 = {
128713     ._ascii = {
128714         .ob_base = {
128715             .ob_refcnt = 999999999,
128716             .ob_type = &PyUnicode_Type,
128717         },
128718         .length = 134,
128719         .hash = -1,
128720         .state = {
128721             .kind = 1,
128722             .compact = 1,
128723             .ascii = 1,
128724             .ready = 1,
128725         },
128726     },
128727     ._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",
128728 };
128729 static
128730     struct {
128731         PyASCIIObject _ascii;
128732         uint8_t _data[30];
128733     }
128734 site_toplevel_consts_15_consts_1 = {
128735     ._ascii = {
128736         .ob_base = {
128737             .ob_refcnt = 999999999,
128738             .ob_type = &PyUnicode_Type,
128739         },
128740         .length = 29,
128741         .hash = -1,
128742         .state = {
128743             .kind = 1,
128744             .compact = 1,
128745             .ascii = 1,
128746             .ready = 1,
128747         },
128748     },
128749     ._data = "Processing user site-packages",
128750 };
128751 static
128752     struct {
128753         PyGC_Head _gc_head;
128754         struct {
128755             PyObject_VAR_HEAD
128756             PyObject *ob_item[2];
128757         }_object;
128758     }
128759 site_toplevel_consts_15_consts = {
128760     ._object = {
128761         .ob_base = {
128762             .ob_base = {
128763                 .ob_refcnt = 999999999,
128764                 .ob_type = &PyTuple_Type,
128765             },
128766             .ob_size = 2,
128767         },
128768         .ob_item = {
128769             & site_toplevel_consts_15_consts_0._ascii.ob_base,
128770             & site_toplevel_consts_15_consts_1._ascii.ob_base,
128771         },
128772     },
128773 };
128774 static
128775     struct {
128776         PyGC_Head _gc_head;
128777         struct {
128778             PyObject_VAR_HEAD
128779             PyObject *ob_item[7];
128780         }_object;
128781     }
128782 site_toplevel_consts_15_names = {
128783     ._object = {
128784         .ob_base = {
128785             .ob_base = {
128786                 .ob_refcnt = 999999999,
128787                 .ob_type = &PyTuple_Type,
128788             },
128789             .ob_size = 7,
128790         },
128791         .ob_item = {
128792             & const_str__trace._ascii.ob_base,
128793             & const_str_getusersitepackages._ascii.ob_base,
128794             & const_str_ENABLE_USER_SITE._ascii.ob_base,
128795             & const_str_os._ascii.ob_base,
128796             &_Py_ID(path),
128797             & const_str_isdir._ascii.ob_base,
128798             & const_str_addsitedir._ascii.ob_base,
128799         },
128800     },
128801 };
128802 static
128803     struct {
128804         PyASCIIObject _ascii;
128805         uint8_t _data[20];
128806     }
128807 const_str_addusersitepackages = {
128808     ._ascii = {
128809         .ob_base = {
128810             .ob_refcnt = 999999999,
128811             .ob_type = &PyUnicode_Type,
128812         },
128813         .length = 19,
128814         .hash = -1,
128815         .state = {
128816             .kind = 1,
128817             .compact = 1,
128818             .ascii = 1,
128819             .ready = 1,
128820         },
128821     },
128822     ._data = "addusersitepackages",
128823 };
128824 static
128825     struct {
128826         PyObject_VAR_HEAD
128827         Py_hash_t ob_shash;
128828         char ob_sval[82];
128829     }
128830 site_toplevel_consts_15_linetable = {
128831     .ob_base = {
128832         .ob_base = {
128833             .ob_refcnt = 999999999,
128834             .ob_type = &PyBytes_Type,
128835         },
128836         .ob_size = 81,
128837     },
128838     .ob_shash = -1,
128839     .ob_sval = "\x80\x00\xf5\x10\x00\x05\x0b\xd0\x0b\x2a\xd1\x04\x2b\xd4\x04\x2b\xd0\x04\x2b\xdd\x10\x23\xd1\x10\x25\xd4\x10\x25\x80\x49\xe5\x07\x17\xf0\x00\x01\x05\x2b\x9d\x42\x9c\x47\x9f\x4d\x9a\x4d\xa8\x29\xd1\x1c\x34\xd4\x1c\x34\xf0\x00\x01\x05\x2b\xdd\x08\x12\x90\x39\x98\x6b\xd1\x08\x2a\xd4\x08\x2a\xd0\x08\x2a\xd8\x0b\x16\xd0\x04\x16",
128840 };
128841 static
128842     struct {
128843         PyASCIIObject _ascii;
128844         uint8_t _data[10];
128845     }
128846 const_str_user_site = {
128847     ._ascii = {
128848         .ob_base = {
128849             .ob_refcnt = 999999999,
128850             .ob_type = &PyUnicode_Type,
128851         },
128852         .length = 9,
128853         .hash = -1,
128854         .state = {
128855             .kind = 1,
128856             .compact = 1,
128857             .ascii = 1,
128858             .ready = 1,
128859         },
128860     },
128861     ._data = "user_site",
128862 };
128863 static
128864     struct {
128865         PyGC_Head _gc_head;
128866         struct {
128867             PyObject_VAR_HEAD
128868             PyObject *ob_item[2];
128869         }_object;
128870     }
128871 site_toplevel_consts_15_localsplusnames = {
128872     ._object = {
128873         .ob_base = {
128874             .ob_base = {
128875                 .ob_refcnt = 999999999,
128876                 .ob_type = &PyTuple_Type,
128877             },
128878             .ob_size = 2,
128879         },
128880         .ob_item = {
128881             & const_str_known_paths._ascii.ob_base,
128882             & const_str_user_site._ascii.ob_base,
128883         },
128884     },
128885 };
128886 static
128887     struct _PyCode_DEF(172)
128888 site_toplevel_consts_15 = {
128889     .ob_base = {
128890         .ob_base = {
128891             .ob_refcnt = 999999999,
128892             .ob_type = &PyCode_Type,
128893         },
128894         .ob_size = 86,
128895     },
128896     .co_consts = & site_toplevel_consts_15_consts._object.ob_base.ob_base,
128897     .co_names = & site_toplevel_consts_15_names._object.ob_base.ob_base,
128898     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
128899     .co_flags = 3,
128900     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
128901     ._co_linearray_entry_size = 0,
128902     .co_argcount = 1,
128903     .co_posonlyargcount = 0,
128904     .co_kwonlyargcount = 0,
128905     .co_stacksize = 4,
128906     .co_firstlineno = 331,
128907     .co_nlocalsplus = 2,
128908     .co_nlocals = 2,
128909     .co_nplaincellvars = 0,
128910     .co_ncellvars = 0,
128911     .co_nfreevars = 0,
128912     .co_localsplusnames = & site_toplevel_consts_15_localsplusnames._object.ob_base.ob_base,
128913     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
128914     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
128915     .co_name = & const_str_addusersitepackages._ascii.ob_base,
128916     .co_qualname = & const_str_addusersitepackages._ascii.ob_base,
128917     .co_linetable = & site_toplevel_consts_15_linetable.ob_base.ob_base,
128918     ._co_code = NULL,
128919     ._co_linearray = NULL,
128920     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\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\xa6\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\x04\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x10\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x53\x00",
128921     ._co_firsttraceable = 0,
128922 };
128923 static
128924     struct {
128925         PyASCIIObject _ascii;
128926         uint8_t _data[287];
128927     }
128928 site_toplevel_consts_16_consts_0 = {
128929     ._ascii = {
128930         .ob_base = {
128931             .ob_refcnt = 999999999,
128932             .ob_type = &PyUnicode_Type,
128933         },
128934         .length = 286,
128935         .hash = -1,
128936         .state = {
128937             .kind = 1,
128938             .compact = 1,
128939             .ascii = 1,
128940             .ready = 1,
128941         },
128942     },
128943     ._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",
128944 };
128945 static
128946     struct {
128947         PyASCIIObject _ascii;
128948         uint8_t _data[4];
128949     }
128950 const_str_lib = {
128951     ._ascii = {
128952         .ob_base = {
128953             .ob_refcnt = 999999999,
128954             .ob_type = &PyUnicode_Type,
128955         },
128956         .length = 3,
128957         .hash = -1,
128958         .state = {
128959             .kind = 1,
128960             .compact = 1,
128961             .ascii = 1,
128962             .ready = 1,
128963         },
128964     },
128965     ._data = "lib",
128966 };
128967 static
128968     struct {
128969         PyASCIIObject _ascii;
128970         uint8_t _data[12];
128971     }
128972 site_toplevel_consts_16_consts_4 = {
128973     ._ascii = {
128974         .ob_base = {
128975             .ob_refcnt = 999999999,
128976             .ob_type = &PyUnicode_Type,
128977         },
128978         .length = 11,
128979         .hash = -1,
128980         .state = {
128981             .kind = 1,
128982             .compact = 1,
128983             .ascii = 1,
128984             .ready = 1,
128985         },
128986     },
128987     ._data = "python%d.%d",
128988 };
128989 static
128990     struct {
128991         PyASCIIObject _ascii;
128992         uint8_t _data[14];
128993     }
128994 site_toplevel_consts_16_consts_6 = {
128995     ._ascii = {
128996         .ob_base = {
128997             .ob_refcnt = 999999999,
128998             .ob_type = &PyUnicode_Type,
128999         },
129000         .length = 13,
129001         .hash = -1,
129002         .state = {
129003             .kind = 1,
129004             .compact = 1,
129005             .ascii = 1,
129006             .ready = 1,
129007         },
129008     },
129009     ._data = "site-packages",
129010 };
129011 static
129012     struct {
129013         PyASCIIObject _ascii;
129014         uint8_t _data[4];
129015     }
129016 const_str_Lib = {
129017     ._ascii = {
129018         .ob_base = {
129019             .ob_refcnt = 999999999,
129020             .ob_type = &PyUnicode_Type,
129021         },
129022         .length = 3,
129023         .hash = -1,
129024         .state = {
129025             .kind = 1,
129026             .compact = 1,
129027             .ascii = 1,
129028             .ready = 1,
129029         },
129030     },
129031     ._data = "Lib",
129032 };
129033 static
129034     struct {
129035         PyGC_Head _gc_head;
129036         struct {
129037             PyObject_VAR_HEAD
129038             PyObject *ob_item[8];
129039         }_object;
129040     }
129041 site_toplevel_consts_16_consts = {
129042     ._object = {
129043         .ob_base = {
129044             .ob_base = {
129045                 .ob_refcnt = 999999999,
129046                 .ob_type = &PyTuple_Type,
129047             },
129048             .ob_size = 8,
129049         },
129050         .ob_item = {
129051             & site_toplevel_consts_16_consts_0._ascii.ob_base,
129052             Py_None,
129053             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
129054             & const_str_lib._ascii.ob_base,
129055             & site_toplevel_consts_16_consts_4._ascii.ob_base,
129056             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
129057             & site_toplevel_consts_16_consts_6._ascii.ob_base,
129058             & const_str_Lib._ascii.ob_base,
129059         },
129060     },
129061 };
129062 static
129063     struct {
129064         PyASCIIObject _ascii;
129065         uint8_t _data[9];
129066     }
129067 const_str_PREFIXES = {
129068     ._ascii = {
129069         .ob_base = {
129070             .ob_refcnt = 999999999,
129071             .ob_type = &PyUnicode_Type,
129072         },
129073         .length = 8,
129074         .hash = -1,
129075         .state = {
129076             .kind = 1,
129077             .compact = 1,
129078             .ascii = 1,
129079             .ready = 1,
129080         },
129081     },
129082     ._data = "PREFIXES",
129083 };
129084 static
129085     struct {
129086         PyASCIIObject _ascii;
129087         uint8_t _data[11];
129088     }
129089 const_str_platlibdir = {
129090     ._ascii = {
129091         .ob_base = {
129092             .ob_refcnt = 999999999,
129093             .ob_type = &PyUnicode_Type,
129094         },
129095         .length = 10,
129096         .hash = -1,
129097         .state = {
129098             .kind = 1,
129099             .compact = 1,
129100             .ascii = 1,
129101             .ready = 1,
129102         },
129103     },
129104     ._data = "platlibdir",
129105 };
129106 static
129107     struct {
129108         PyGC_Head _gc_head;
129109         struct {
129110             PyObject_VAR_HEAD
129111             PyObject *ob_item[11];
129112         }_object;
129113     }
129114 site_toplevel_consts_16_names = {
129115     ._object = {
129116         .ob_base = {
129117             .ob_base = {
129118                 .ob_refcnt = 999999999,
129119                 .ob_type = &PyTuple_Type,
129120             },
129121             .ob_size = 11,
129122         },
129123         .ob_item = {
129124             & const_str_set._ascii.ob_base,
129125             & const_str_PREFIXES._ascii.ob_base,
129126             &_Py_ID(add),
129127             & const_str_os._ascii.ob_base,
129128             & const_str_sep._ascii.ob_base,
129129             & const_str_sys._ascii.ob_base,
129130             & const_str_platlibdir._ascii.ob_base,
129131             &_Py_ID(append),
129132             &_Py_ID(path),
129133             &_Py_ID(join),
129134             & const_str_version_info._ascii.ob_base,
129135         },
129136     },
129137 };
129138 static
129139     struct {
129140         PyASCIIObject _ascii;
129141         uint8_t _data[16];
129142     }
129143 const_str_getsitepackages = {
129144     ._ascii = {
129145         .ob_base = {
129146             .ob_refcnt = 999999999,
129147             .ob_type = &PyUnicode_Type,
129148         },
129149         .length = 15,
129150         .hash = -1,
129151         .state = {
129152             .kind = 1,
129153             .compact = 1,
129154             .ascii = 1,
129155             .ready = 1,
129156         },
129157     },
129158     ._data = "getsitepackages",
129159 };
129160 static
129161     struct {
129162         PyObject_VAR_HEAD
129163         Py_hash_t ob_shash;
129164         char ob_sval[298];
129165     }
129166 site_toplevel_consts_16_linetable = {
129167     .ob_base = {
129168         .ob_base = {
129169             .ob_refcnt = 999999999,
129170             .ob_type = &PyBytes_Type,
129171         },
129172         .ob_size = 297,
129173     },
129174     .ob_shash = -1,
129175     .ob_sval = "\x80\x00\xf0\x0e\x00\x14\x16\x80\x4c\xdd\x0b\x0e\x89\x35\x8c\x35\x80\x44\xe0\x07\x0f\xd0\x07\x17\xdd\x13\x1b\x88\x08\xe0\x12\x1a\xf0\x00\x11\x05\x4e\x01\xf0\x00\x11\x05\x4e\x01\x88\x06\xd8\x0f\x15\xf0\x00\x01\x09\x15\x98\x16\xa0\x34\x98\x1e\x98\x1e\xd8\x0c\x14\xd8\x08\x0c\x8f\x08\x8a\x08\x90\x16\xd1\x08\x18\xd4\x08\x18\xd0\x08\x18\xe5\x0b\x0d\x8c\x36\x90\x53\x8a\x3d\x88\x3d\xdd\x17\x1a\x94\x7e\xd0\x16\x26\x88\x47\xdd\x0f\x12\x8c\x7e\xa0\x15\xd2\x0f\x26\xd0\x0f\x26\xd8\x10\x17\x97\x0e\x92\x0e\x98\x75\xd1\x10\x25\xd4\x10\x25\xd0\x10\x25\xe0\x1a\x21\xf0\x00\x04\x0d\x2a\xf0\x00\x04\x0d\x2a\x90\x06\xdd\x17\x19\x94\x77\x97\x7c\x92\x7c\xa0\x46\xa8\x46\xd8\x24\x31\xb5\x43\xd4\x34\x44\xc0\x52\xc0\x61\xc0\x52\xd4\x34\x48\xd1\x24\x48\xd8\x24\x33\xf1\x05\x02\x18\x35\xf4\x00\x02\x18\x35\x90\x04\xf0\x06\x00\x11\x1d\xd7\x10\x23\xd2\x10\x23\xa0\x44\xd1\x10\x29\xd4\x10\x29\xd0\x10\x29\xd0\x10\x29\xf0\x09\x04\x0d\x2a\xf0\x0c\x00\x0d\x19\xd7\x0c\x1f\xd2\x0c\x1f\xa0\x06\xd1\x0c\x27\xd4\x0c\x27\xd0\x0c\x27\xd8\x0c\x18\xd7\x0c\x1f\xd2\x0c\x1f\xa5\x02\xa4\x07\xa7\x0c\xa2\x0c\xa8\x56\xb0\x55\xb8\x4f\xd1\x20\x4c\xd4\x20\x4c\xd1\x0c\x4d\xd4\x0c\x4d\xd0\x0c\x4d\xd0\x0c\x4d\xd8\x0b\x17\xd0\x04\x17",
129176 };
129177 static
129178     struct {
129179         PyASCIIObject _ascii;
129180         uint8_t _data[9];
129181     }
129182 const_str_prefixes = {
129183     ._ascii = {
129184         .ob_base = {
129185             .ob_refcnt = 999999999,
129186             .ob_type = &PyUnicode_Type,
129187         },
129188         .length = 8,
129189         .hash = -1,
129190         .state = {
129191             .kind = 1,
129192             .compact = 1,
129193             .ascii = 1,
129194             .ready = 1,
129195         },
129196     },
129197     ._data = "prefixes",
129198 };
129199 static
129200     struct {
129201         PyASCIIObject _ascii;
129202         uint8_t _data[13];
129203     }
129204 const_str_sitepackages = {
129205     ._ascii = {
129206         .ob_base = {
129207             .ob_refcnt = 999999999,
129208             .ob_type = &PyUnicode_Type,
129209         },
129210         .length = 12,
129211         .hash = -1,
129212         .state = {
129213             .kind = 1,
129214             .compact = 1,
129215             .ascii = 1,
129216             .ready = 1,
129217         },
129218     },
129219     ._data = "sitepackages",
129220 };
129221 static
129222     struct {
129223         PyASCIIObject _ascii;
129224         uint8_t _data[8];
129225     }
129226 const_str_libdirs = {
129227     ._ascii = {
129228         .ob_base = {
129229             .ob_refcnt = 999999999,
129230             .ob_type = &PyUnicode_Type,
129231         },
129232         .length = 7,
129233         .hash = -1,
129234         .state = {
129235             .kind = 1,
129236             .compact = 1,
129237             .ascii = 1,
129238             .ready = 1,
129239         },
129240     },
129241     ._data = "libdirs",
129242 };
129243 static
129244     struct {
129245         PyASCIIObject _ascii;
129246         uint8_t _data[7];
129247     }
129248 const_str_libdir = {
129249     ._ascii = {
129250         .ob_base = {
129251             .ob_refcnt = 999999999,
129252             .ob_type = &PyUnicode_Type,
129253         },
129254         .length = 6,
129255         .hash = -1,
129256         .state = {
129257             .kind = 1,
129258             .compact = 1,
129259             .ascii = 1,
129260             .ready = 1,
129261         },
129262     },
129263     ._data = "libdir",
129264 };
129265 static
129266     struct {
129267         PyGC_Head _gc_head;
129268         struct {
129269             PyObject_VAR_HEAD
129270             PyObject *ob_item[7];
129271         }_object;
129272     }
129273 site_toplevel_consts_16_localsplusnames = {
129274     ._object = {
129275         .ob_base = {
129276             .ob_base = {
129277                 .ob_refcnt = 999999999,
129278                 .ob_type = &PyTuple_Type,
129279             },
129280             .ob_size = 7,
129281         },
129282         .ob_item = {
129283             & const_str_prefixes._ascii.ob_base,
129284             & const_str_sitepackages._ascii.ob_base,
129285             & const_str_seen._ascii.ob_base,
129286             & const_str_prefix._ascii.ob_base,
129287             & const_str_libdirs._ascii.ob_base,
129288             & const_str_libdir._ascii.ob_base,
129289             &_Py_ID(path),
129290         },
129291     },
129292 };
129293 static
129294     struct _PyCode_DEF(564)
129295 site_toplevel_consts_16 = {
129296     .ob_base = {
129297         .ob_base = {
129298             .ob_refcnt = 999999999,
129299             .ob_type = &PyCode_Type,
129300         },
129301         .ob_size = 282,
129302     },
129303     .co_consts = & site_toplevel_consts_16_consts._object.ob_base.ob_base,
129304     .co_names = & site_toplevel_consts_16_names._object.ob_base.ob_base,
129305     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
129306     .co_flags = 3,
129307     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
129308     ._co_linearray_entry_size = 0,
129309     .co_argcount = 1,
129310     .co_posonlyargcount = 0,
129311     .co_kwonlyargcount = 0,
129312     .co_stacksize = 10,
129313     .co_firstlineno = 346,
129314     .co_nlocalsplus = 7,
129315     .co_nlocals = 7,
129316     .co_nplaincellvars = 0,
129317     .co_ncellvars = 0,
129318     .co_nfreevars = 0,
129319     .co_localsplusnames = & site_toplevel_consts_16_localsplusnames._object.ob_base.ob_base,
129320     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
129321     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
129322     .co_name = & const_str_getsitepackages._ascii.ob_base,
129323     .co_qualname = & const_str_getsitepackages._ascii.ob_base,
129324     .co_linetable = & site_toplevel_consts_16_linetable.ob_base.ob_base,
129325     ._co_code = NULL,
129326     ._co_linearray = NULL,
129327     .co_code_adaptive = "\x97\x00\x67\x00\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\x5d\xfb\x7d\x03\x7c\x03\x72\x04\x7c\x03\x7c\x02\x76\x00\x72\x01\x8c\x09\x7c\x02\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\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\x04\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6b\x02\x00\x00\x00\x00\x72\x84\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\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\x06\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x6b\x03\x00\x00\x00\x00\x72\x15\x7c\x04\xa0\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x04\x44\x00\x5d\x4e\x7d\x05\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x09\x00\x00\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\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x05\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x06\x00\x00\x64\x06\xa6\x04\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x01\xa0\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x4f\x8c\xb2\x7c\x01\xa0\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\xa0\x07\x00\x00\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\xa0\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x07\x64\x06\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\xfc\x7c\x01\x53\x00",
129328     ._co_firsttraceable = 0,
129329 };
129330 static
129331     struct {
129332         PyASCIIObject _ascii;
129333         uint8_t _data[30];
129334     }
129335 site_toplevel_consts_17_consts_0 = {
129336     ._ascii = {
129337         .ob_base = {
129338             .ob_refcnt = 999999999,
129339             .ob_type = &PyUnicode_Type,
129340         },
129341         .length = 29,
129342         .hash = -1,
129343         .state = {
129344             .kind = 1,
129345             .compact = 1,
129346             .ascii = 1,
129347             .ready = 1,
129348         },
129349     },
129350     ._data = "Add site-packages to sys.path",
129351 };
129352 static
129353     struct {
129354         PyASCIIObject _ascii;
129355         uint8_t _data[32];
129356     }
129357 site_toplevel_consts_17_consts_1 = {
129358     ._ascii = {
129359         .ob_base = {
129360             .ob_refcnt = 999999999,
129361             .ob_type = &PyUnicode_Type,
129362         },
129363         .length = 31,
129364         .hash = -1,
129365         .state = {
129366             .kind = 1,
129367             .compact = 1,
129368             .ascii = 1,
129369             .ready = 1,
129370         },
129371     },
129372     ._data = "Processing global site-packages",
129373 };
129374 static
129375     struct {
129376         PyGC_Head _gc_head;
129377         struct {
129378             PyObject_VAR_HEAD
129379             PyObject *ob_item[2];
129380         }_object;
129381     }
129382 site_toplevel_consts_17_consts = {
129383     ._object = {
129384         .ob_base = {
129385             .ob_base = {
129386                 .ob_refcnt = 999999999,
129387                 .ob_type = &PyTuple_Type,
129388             },
129389             .ob_size = 2,
129390         },
129391         .ob_item = {
129392             & site_toplevel_consts_17_consts_0._ascii.ob_base,
129393             & site_toplevel_consts_17_consts_1._ascii.ob_base,
129394         },
129395     },
129396 };
129397 static
129398     struct {
129399         PyGC_Head _gc_head;
129400         struct {
129401             PyObject_VAR_HEAD
129402             PyObject *ob_item[6];
129403         }_object;
129404     }
129405 site_toplevel_consts_17_names = {
129406     ._object = {
129407         .ob_base = {
129408             .ob_base = {
129409                 .ob_refcnt = 999999999,
129410                 .ob_type = &PyTuple_Type,
129411             },
129412             .ob_size = 6,
129413         },
129414         .ob_item = {
129415             & const_str__trace._ascii.ob_base,
129416             & const_str_getsitepackages._ascii.ob_base,
129417             & const_str_os._ascii.ob_base,
129418             &_Py_ID(path),
129419             & const_str_isdir._ascii.ob_base,
129420             & const_str_addsitedir._ascii.ob_base,
129421         },
129422     },
129423 };
129424 static
129425     struct {
129426         PyASCIIObject _ascii;
129427         uint8_t _data[16];
129428     }
129429 const_str_addsitepackages = {
129430     ._ascii = {
129431         .ob_base = {
129432             .ob_refcnt = 999999999,
129433             .ob_type = &PyUnicode_Type,
129434         },
129435         .length = 15,
129436         .hash = -1,
129437         .state = {
129438             .kind = 1,
129439             .compact = 1,
129440             .ascii = 1,
129441             .ready = 1,
129442         },
129443     },
129444     ._data = "addsitepackages",
129445 };
129446 static
129447     struct {
129448         PyObject_VAR_HEAD
129449         Py_hash_t ob_shash;
129450         char ob_sval[86];
129451     }
129452 site_toplevel_consts_17_linetable = {
129453     .ob_base = {
129454         .ob_base = {
129455             .ob_refcnt = 999999999,
129456             .ob_type = &PyBytes_Type,
129457         },
129458         .ob_size = 85,
129459     },
129460     .ob_shash = -1,
129461     .ob_sval = "\x80\x00\xe5\x04\x0a\xd0\x0b\x2c\xd1\x04\x2d\xd4\x04\x2d\xd0\x04\x2d\xdd\x13\x22\xa0\x38\xd1\x13\x2c\xd4\x13\x2c\xf0\x00\x02\x05\x2d\xf0\x00\x02\x05\x2d\x88\x07\xdd\x0b\x0d\x8c\x37\x8f\x3d\x8a\x3d\x98\x17\xd1\x0b\x21\xd4\x0b\x21\xf0\x00\x01\x09\x2d\xdd\x0c\x16\x90\x77\xa0\x0b\xd1\x0c\x2c\xd4\x0c\x2c\xd0\x0c\x2c\xf8\xe0\x0b\x16\xd0\x04\x16",
129462 };
129463 static
129464     struct {
129465         PyGC_Head _gc_head;
129466         struct {
129467             PyObject_VAR_HEAD
129468             PyObject *ob_item[3];
129469         }_object;
129470     }
129471 site_toplevel_consts_17_localsplusnames = {
129472     ._object = {
129473         .ob_base = {
129474             .ob_base = {
129475                 .ob_refcnt = 999999999,
129476                 .ob_type = &PyTuple_Type,
129477             },
129478             .ob_size = 3,
129479         },
129480         .ob_item = {
129481             & const_str_known_paths._ascii.ob_base,
129482             & const_str_prefixes._ascii.ob_base,
129483             & const_str_sitedir._ascii.ob_base,
129484         },
129485     },
129486 };
129487 static
129488     struct _PyCode_DEF(166)
129489 site_toplevel_consts_17 = {
129490     .ob_base = {
129491         .ob_base = {
129492             .ob_refcnt = 999999999,
129493             .ob_type = &PyCode_Type,
129494         },
129495         .ob_size = 83,
129496     },
129497     .co_consts = & site_toplevel_consts_17_consts._object.ob_base.ob_base,
129498     .co_names = & site_toplevel_consts_17_names._object.ob_base.ob_base,
129499     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
129500     .co_flags = 3,
129501     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
129502     ._co_linearray_entry_size = 0,
129503     .co_argcount = 2,
129504     .co_posonlyargcount = 0,
129505     .co_kwonlyargcount = 0,
129506     .co_stacksize = 5,
129507     .co_firstlineno = 379,
129508     .co_nlocalsplus = 3,
129509     .co_nlocals = 3,
129510     .co_nplaincellvars = 0,
129511     .co_ncellvars = 0,
129512     .co_nfreevars = 0,
129513     .co_localsplusnames = & site_toplevel_consts_17_localsplusnames._object.ob_base.ob_base,
129514     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
129515     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
129516     .co_name = & const_str_addsitepackages._ascii.ob_base,
129517     .co_qualname = & const_str_addsitepackages._ascii.ob_base,
129518     .co_linetable = & site_toplevel_consts_17_linetable.ob_base.ob_base,
129519     ._co_code = NULL,
129520     ._co_linearray = NULL,
129521     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\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\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x31\x7d\x02\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x10\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x32\x7c\x00\x53\x00",
129522     ._co_firsttraceable = 0,
129523 };
129524 static
129525     struct {
129526         PyASCIIObject _ascii;
129527         uint8_t _data[174];
129528     }
129529 site_toplevel_consts_18_consts_0 = {
129530     ._ascii = {
129531         .ob_base = {
129532             .ob_refcnt = 999999999,
129533             .ob_type = &PyUnicode_Type,
129534         },
129535         .length = 173,
129536         .hash = -1,
129537         .state = {
129538             .kind = 1,
129539             .compact = 1,
129540             .ascii = 1,
129541             .ready = 1,
129542         },
129543     },
129544     ._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",
129545 };
129546 static
129547     struct {
129548         PyASCIIObject _ascii;
129549         uint8_t _data[19];
129550     }
129551 site_toplevel_consts_18_consts_2 = {
129552     ._ascii = {
129553         .ob_base = {
129554             .ob_refcnt = 999999999,
129555             .ob_type = &PyUnicode_Type,
129556         },
129557         .length = 18,
129558         .hash = -1,
129559         .state = {
129560             .kind = 1,
129561             .compact = 1,
129562             .ascii = 1,
129563             .ready = 1,
129564         },
129565     },
129566     ._data = "Ctrl-Z plus Return",
129567 };
129568 static
129569     struct {
129570         PyASCIIObject _ascii;
129571         uint8_t _data[18];
129572     }
129573 site_toplevel_consts_18_consts_3 = {
129574     ._ascii = {
129575         .ob_base = {
129576             .ob_refcnt = 999999999,
129577             .ob_type = &PyUnicode_Type,
129578         },
129579         .length = 17,
129580         .hash = -1,
129581         .state = {
129582             .kind = 1,
129583             .compact = 1,
129584             .ascii = 1,
129585             .ready = 1,
129586         },
129587     },
129588     ._data = "Ctrl-D (i.e. EOF)",
129589 };
129590 static
129591     struct {
129592         PyASCIIObject _ascii;
129593         uint8_t _data[5];
129594     }
129595 const_str_quit = {
129596     ._ascii = {
129597         .ob_base = {
129598             .ob_refcnt = 999999999,
129599             .ob_type = &PyUnicode_Type,
129600         },
129601         .length = 4,
129602         .hash = -1,
129603         .state = {
129604             .kind = 1,
129605             .compact = 1,
129606             .ascii = 1,
129607             .ready = 1,
129608         },
129609     },
129610     ._data = "quit",
129611 };
129612 static
129613     struct {
129614         PyASCIIObject _ascii;
129615         uint8_t _data[5];
129616     }
129617 const_str_exit = {
129618     ._ascii = {
129619         .ob_base = {
129620             .ob_refcnt = 999999999,
129621             .ob_type = &PyUnicode_Type,
129622         },
129623         .length = 4,
129624         .hash = -1,
129625         .state = {
129626             .kind = 1,
129627             .compact = 1,
129628             .ascii = 1,
129629             .ready = 1,
129630         },
129631     },
129632     ._data = "exit",
129633 };
129634 static
129635     struct {
129636         PyGC_Head _gc_head;
129637         struct {
129638             PyObject_VAR_HEAD
129639             PyObject *ob_item[7];
129640         }_object;
129641     }
129642 site_toplevel_consts_18_consts = {
129643     ._object = {
129644         .ob_base = {
129645             .ob_base = {
129646                 .ob_refcnt = 999999999,
129647                 .ob_type = &PyTuple_Type,
129648             },
129649             .ob_size = 7,
129650         },
129651         .ob_item = {
129652             & site_toplevel_consts_18_consts_0._ascii.ob_base,
129653             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
129654             & site_toplevel_consts_18_consts_2._ascii.ob_base,
129655             & site_toplevel_consts_18_consts_3._ascii.ob_base,
129656             & const_str_quit._ascii.ob_base,
129657             & const_str_exit._ascii.ob_base,
129658             Py_None,
129659         },
129660     },
129661 };
129662 static
129663     struct {
129664         PyASCIIObject _ascii;
129665         uint8_t _data[14];
129666     }
129667 const_str__sitebuiltins = {
129668     ._ascii = {
129669         .ob_base = {
129670             .ob_refcnt = 999999999,
129671             .ob_type = &PyUnicode_Type,
129672         },
129673         .length = 13,
129674         .hash = -1,
129675         .state = {
129676             .kind = 1,
129677             .compact = 1,
129678             .ascii = 1,
129679             .ready = 1,
129680         },
129681     },
129682     ._data = "_sitebuiltins",
129683 };
129684 static
129685     struct {
129686         PyGC_Head _gc_head;
129687         struct {
129688             PyObject_VAR_HEAD
129689             PyObject *ob_item[7];
129690         }_object;
129691     }
129692 site_toplevel_consts_18_names = {
129693     ._object = {
129694         .ob_base = {
129695             .ob_base = {
129696                 .ob_refcnt = 999999999,
129697                 .ob_type = &PyTuple_Type,
129698             },
129699             .ob_size = 7,
129700         },
129701         .ob_item = {
129702             & const_str_os._ascii.ob_base,
129703             & const_str_sep._ascii.ob_base,
129704             & const_str__sitebuiltins._ascii.ob_base,
129705             & const_str_Quitter._ascii.ob_base,
129706             &_Py_ID(builtins),
129707             & const_str_quit._ascii.ob_base,
129708             & const_str_exit._ascii.ob_base,
129709         },
129710     },
129711 };
129712 static
129713     struct {
129714         PyASCIIObject _ascii;
129715         uint8_t _data[8];
129716     }
129717 const_str_setquit = {
129718     ._ascii = {
129719         .ob_base = {
129720             .ob_refcnt = 999999999,
129721             .ob_type = &PyUnicode_Type,
129722         },
129723         .length = 7,
129724         .hash = -1,
129725         .state = {
129726             .kind = 1,
129727             .compact = 1,
129728             .ascii = 1,
129729             .ready = 1,
129730         },
129731     },
129732     ._data = "setquit",
129733 };
129734 static
129735     struct {
129736         PyObject_VAR_HEAD
129737         Py_hash_t ob_shash;
129738         char ob_sval[72];
129739     }
129740 site_toplevel_consts_18_linetable = {
129741     .ob_base = {
129742         .ob_base = {
129743             .ob_refcnt = 999999999,
129744             .ob_type = &PyBytes_Type,
129745         },
129746         .ob_size = 71,
129747     },
129748     .ob_shash = -1,
129749     .ob_sval = "\x80\x00\xf5\x0e\x00\x08\x0a\x84\x76\x90\x14\x82\x7e\x80\x7e\xd8\x0e\x22\x88\x03\x88\x03\xe0\x0e\x21\x88\x03\xe5\x14\x21\xd4\x14\x29\xa8\x26\xb0\x23\xd1\x14\x36\xd4\x14\x36\x85\x48\x84\x4d\xdd\x14\x21\xd4\x14\x29\xa8\x26\xb0\x23\xd1\x14\x36\xd4\x14\x36\x85\x48\x84\x4d\x80\x4d\x80\x4d",
129750 };
129751 static
129752     struct {
129753         PyGC_Head _gc_head;
129754         struct {
129755             PyObject_VAR_HEAD
129756             PyObject *ob_item[1];
129757         }_object;
129758     }
129759 site_toplevel_consts_18_localsplusnames = {
129760     ._object = {
129761         .ob_base = {
129762             .ob_base = {
129763                 .ob_refcnt = 999999999,
129764                 .ob_type = &PyTuple_Type,
129765             },
129766             .ob_size = 1,
129767         },
129768         .ob_item = {
129769             & const_str_eof._ascii.ob_base,
129770         },
129771     },
129772 };
129773 static
129774     struct _PyCode_DEF(172)
129775 site_toplevel_consts_18 = {
129776     .ob_base = {
129777         .ob_base = {
129778             .ob_refcnt = 999999999,
129779             .ob_type = &PyCode_Type,
129780         },
129781         .ob_size = 86,
129782     },
129783     .co_consts = & site_toplevel_consts_18_consts._object.ob_base.ob_base,
129784     .co_names = & site_toplevel_consts_18_names._object.ob_base.ob_base,
129785     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
129786     .co_flags = 3,
129787     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
129788     ._co_linearray_entry_size = 0,
129789     .co_argcount = 0,
129790     .co_posonlyargcount = 0,
129791     .co_kwonlyargcount = 0,
129792     .co_stacksize = 4,
129793     .co_firstlineno = 388,
129794     .co_nlocalsplus = 1,
129795     .co_nlocals = 1,
129796     .co_nplaincellvars = 0,
129797     .co_ncellvars = 0,
129798     .co_nfreevars = 0,
129799     .co_localsplusnames = & site_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
129800     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
129801     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
129802     .co_name = & const_str_setquit._ascii.ob_base,
129803     .co_qualname = & const_str_setquit._ascii.ob_base,
129804     .co_linetable = & site_toplevel_consts_18_linetable.ob_base.ob_base,
129805     ._co_code = NULL,
129806     ._co_linearray = NULL,
129807     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\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\x03\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\xa6\x02\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\x05\x00\x00\x00\x00\x00\x00\x00\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x7c\x00\xa6\x02\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\x06\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x53\x00",
129808     ._co_firsttraceable = 0,
129809 };
129810 static
129811     struct {
129812         PyASCIIObject _ascii;
129813         uint8_t _data[42];
129814     }
129815 site_toplevel_consts_19_consts_0 = {
129816     ._ascii = {
129817         .ob_base = {
129818             .ob_refcnt = 999999999,
129819             .ob_type = &PyUnicode_Type,
129820         },
129821         .length = 41,
129822         .hash = -1,
129823         .state = {
129824             .kind = 1,
129825             .compact = 1,
129826             .ascii = 1,
129827             .ready = 1,
129828         },
129829     },
129830     ._data = "Set 'copyright' and 'credits' in builtins",
129831 };
129832 static
129833     struct {
129834         PyASCIIObject _ascii;
129835         uint8_t _data[10];
129836     }
129837 const_str_copyright = {
129838     ._ascii = {
129839         .ob_base = {
129840             .ob_refcnt = 999999999,
129841             .ob_type = &PyUnicode_Type,
129842         },
129843         .length = 9,
129844         .hash = -1,
129845         .state = {
129846             .kind = 1,
129847             .compact = 1,
129848             .ascii = 1,
129849             .ready = 1,
129850         },
129851     },
129852     ._data = "copyright",
129853 };
129854 static
129855     struct {
129856         PyASCIIObject _ascii;
129857         uint8_t _data[5];
129858     }
129859 const_str_java = {
129860     ._ascii = {
129861         .ob_base = {
129862             .ob_refcnt = 999999999,
129863             .ob_type = &PyUnicode_Type,
129864         },
129865         .length = 4,
129866         .hash = -1,
129867         .state = {
129868             .kind = 1,
129869             .compact = 1,
129870             .ascii = 1,
129871             .ready = 1,
129872         },
129873     },
129874     ._data = "java",
129875 };
129876 static
129877     struct {
129878         PyASCIIObject _ascii;
129879         uint8_t _data[8];
129880     }
129881 const_str_credits = {
129882     ._ascii = {
129883         .ob_base = {
129884             .ob_refcnt = 999999999,
129885             .ob_type = &PyUnicode_Type,
129886         },
129887         .length = 7,
129888         .hash = -1,
129889         .state = {
129890             .kind = 1,
129891             .compact = 1,
129892             .ascii = 1,
129893             .ready = 1,
129894         },
129895     },
129896     ._data = "credits",
129897 };
129898 static
129899     struct {
129900         PyASCIIObject _ascii;
129901         uint8_t _data[64];
129902     }
129903 site_toplevel_consts_19_consts_6 = {
129904     ._ascii = {
129905         .ob_base = {
129906             .ob_refcnt = 999999999,
129907             .ob_type = &PyUnicode_Type,
129908         },
129909         .length = 63,
129910         .hash = -1,
129911         .state = {
129912             .kind = 1,
129913             .compact = 1,
129914             .ascii = 1,
129915             .ready = 1,
129916         },
129917     },
129918     ._data = "Jython is maintained by the Jython developers (www.jython.org).",
129919 };
129920 static
129921     struct {
129922         PyASCIIObject _ascii;
129923         uint8_t _data[159];
129924     }
129925 site_toplevel_consts_19_consts_7 = {
129926     ._ascii = {
129927         .ob_base = {
129928             .ob_refcnt = 999999999,
129929             .ob_type = &PyUnicode_Type,
129930         },
129931         .length = 158,
129932         .hash = -1,
129933         .state = {
129934             .kind = 1,
129935             .compact = 1,
129936             .ascii = 1,
129937             .ready = 1,
129938         },
129939     },
129940     ._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",
129941 };
129942 static
129943     struct {
129944         PyASCIIObject _ascii;
129945         uint8_t _data[12];
129946     }
129947 site_toplevel_consts_19_consts_10 = {
129948     ._ascii = {
129949         .ob_base = {
129950             .ob_refcnt = 999999999,
129951             .ob_type = &PyUnicode_Type,
129952         },
129953         .length = 11,
129954         .hash = -1,
129955         .state = {
129956             .kind = 1,
129957             .compact = 1,
129958             .ascii = 1,
129959             .ready = 1,
129960         },
129961     },
129962     ._data = "LICENSE.txt",
129963 };
129964 static
129965     struct {
129966         PyASCIIObject _ascii;
129967         uint8_t _data[8];
129968     }
129969 const_str_LICENSE = {
129970     ._ascii = {
129971         .ob_base = {
129972             .ob_refcnt = 999999999,
129973             .ob_type = &PyUnicode_Type,
129974         },
129975         .length = 7,
129976         .hash = -1,
129977         .state = {
129978             .kind = 1,
129979             .compact = 1,
129980             .ascii = 1,
129981             .ready = 1,
129982         },
129983     },
129984     ._data = "LICENSE",
129985 };
129986 static
129987     struct {
129988         PyASCIIObject _ascii;
129989         uint8_t _data[8];
129990     }
129991 const_str_license = {
129992     ._ascii = {
129993         .ob_base = {
129994             .ob_refcnt = 999999999,
129995             .ob_type = &PyUnicode_Type,
129996         },
129997         .length = 7,
129998         .hash = -1,
129999         .state = {
130000             .kind = 1,
130001             .compact = 1,
130002             .ascii = 1,
130003             .ready = 1,
130004         },
130005     },
130006     ._data = "license",
130007 };
130008 static
130009     struct {
130010         PyASCIIObject _ascii;
130011         uint8_t _data[40];
130012     }
130013 site_toplevel_consts_19_consts_13 = {
130014     ._ascii = {
130015         .ob_base = {
130016             .ob_refcnt = 999999999,
130017             .ob_type = &PyUnicode_Type,
130018         },
130019         .length = 39,
130020         .hash = -1,
130021         .state = {
130022             .kind = 1,
130023             .compact = 1,
130024             .ascii = 1,
130025             .ready = 1,
130026         },
130027     },
130028     ._data = "See https://www.python.org/psf/license/",
130029 };
130030 static
130031     struct {
130032         PyGC_Head _gc_head;
130033         struct {
130034             PyObject_VAR_HEAD
130035             PyObject *ob_item[14];
130036         }_object;
130037     }
130038 site_toplevel_consts_19_consts = {
130039     ._object = {
130040         .ob_base = {
130041             .ob_base = {
130042                 .ob_refcnt = 999999999,
130043                 .ob_type = &PyTuple_Type,
130044             },
130045             .ob_size = 14,
130046         },
130047         .ob_item = {
130048             & site_toplevel_consts_19_consts_0._ascii.ob_base,
130049             & const_str_copyright._ascii.ob_base,
130050             Py_None,
130051             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 4],
130052             & const_str_java._ascii.ob_base,
130053             & const_str_credits._ascii.ob_base,
130054             & site_toplevel_consts_19_consts_6._ascii.ob_base,
130055             & site_toplevel_consts_19_consts_7._ascii.ob_base,
130056             & const_str__stdlib_dir._ascii.ob_base,
130057             &_Py_ID(__file__),
130058             & site_toplevel_consts_19_consts_10._ascii.ob_base,
130059             & const_str_LICENSE._ascii.ob_base,
130060             & const_str_license._ascii.ob_base,
130061             & site_toplevel_consts_19_consts_13._ascii.ob_base,
130062         },
130063     },
130064 };
130065 static
130066     struct {
130067         PyGC_Head _gc_head;
130068         struct {
130069             PyObject_VAR_HEAD
130070             PyObject *ob_item[18];
130071         }_object;
130072     }
130073 site_toplevel_consts_19_names = {
130074     ._object = {
130075         .ob_base = {
130076             .ob_base = {
130077                 .ob_refcnt = 999999999,
130078                 .ob_type = &PyTuple_Type,
130079             },
130080             .ob_size = 18,
130081         },
130082         .ob_item = {
130083             & const_str__sitebuiltins._ascii.ob_base,
130084             & const_str__Printer._ascii.ob_base,
130085             & const_str_sys._ascii.ob_base,
130086             & const_str_copyright._ascii.ob_base,
130087             &_Py_ID(builtins),
130088             & const_str_platform._ascii.ob_base,
130089             & const_str_credits._ascii.ob_base,
130090             &_Py_ID(getattr),
130091             & const_str_hasattr._ascii.ob_base,
130092             & const_str_os._ascii.ob_base,
130093             &_Py_ID(path),
130094             & const_str_dirname._ascii.ob_base,
130095             &_Py_ID(__file__),
130096             &_Py_ID(extend),
130097             &_Py_ID(join),
130098             & const_str_pardir._ascii.ob_base,
130099             & const_str_curdir._ascii.ob_base,
130100             & const_str_license._ascii.ob_base,
130101         },
130102     },
130103 };
130104 static
130105     struct {
130106         PyASCIIObject _ascii;
130107         uint8_t _data[13];
130108     }
130109 const_str_setcopyright = {
130110     ._ascii = {
130111         .ob_base = {
130112             .ob_refcnt = 999999999,
130113             .ob_type = &PyUnicode_Type,
130114         },
130115         .length = 12,
130116         .hash = -1,
130117         .state = {
130118             .kind = 1,
130119             .compact = 1,
130120             .ascii = 1,
130121             .ready = 1,
130122         },
130123     },
130124     ._data = "setcopyright",
130125 };
130126 static
130127     struct {
130128         PyObject_VAR_HEAD
130129         Py_hash_t ob_shash;
130130         char ob_sval[304];
130131     }
130132 site_toplevel_consts_19_linetable = {
130133     .ob_base = {
130134         .ob_base = {
130135             .ob_refcnt = 999999999,
130136             .ob_type = &PyBytes_Type,
130137         },
130138         .ob_size = 303,
130139     },
130140     .ob_shash = -1,
130141     .ob_sval = "\x80\x00\xe5\x19\x26\xd4\x19\x2f\xb0\x0b\xbd\x53\xbc\x5d\xd1\x19\x4b\xd4\x19\x4b\x85\x48\xd4\x04\x16\xdd\x07\x0a\x84\x7c\x90\x42\x90\x51\x90\x42\xd4\x07\x17\x98\x36\xd2\x07\x21\xd0\x07\x21\xdd\x1b\x28\xd4\x1b\x31\xd8\x0c\x15\xd8\x0c\x4d\xf1\x05\x02\x1c\x4f\x01\xf4\x00\x02\x1c\x4f\x01\x8d\x08\xd4\x08\x18\xd0\x08\x18\xf5\x08\x00\x1c\x29\xd4\x1b\x31\xb0\x29\xf0\x00\x02\x3e\x54\x01\xf1\x00\x02\x1c\x55\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\xd1\x0b\x2c\xd4\x0b\x2c\x80\x44\xd8\x0b\x0f\xf0\x00\x01\x05\x2c\x95\x47\x9d\x42\xa0\x0a\xd1\x14\x2b\xd4\x14\x2b\xf0\x00\x01\x05\x2c\xdd\x0f\x11\x8c\x77\x8f\x7f\x8a\x7f\x9d\x72\x9c\x7b\xd1\x0f\x2b\xd4\x0f\x2b\x88\x04\xd8\x07\x0b\xf0\x00\x02\x05\x46\x01\xd8\x08\x0d\x8f\x0c\x8a\x0c\x90\x6d\xa0\x59\xd0\x15\x2f\xd1\x08\x30\xd4\x08\x30\xd0\x08\x30\xd8\x08\x0c\x8f\x0b\x8a\x0b\x95\x52\x94\x57\x97\x5c\x92\x5c\xa0\x24\xad\x02\xac\x09\xd1\x15\x32\xd4\x15\x32\xb0\x44\xbd\x22\xbc\x29\xd0\x14\x44\xd1\x08\x45\xd4\x08\x45\xd0\x08\x45\xdd\x17\x24\xd4\x17\x2d\xd8\x08\x11\xd8\x08\x31\xd8\x08\x0d\x88\x74\xf1\x07\x03\x18\x15\xf4\x00\x03\x18\x15\x85\x48\xd4\x04\x14\xd0\x04\x14\xd0\x04\x14",
130142 };
130143 static
130144     struct {
130145         PyASCIIObject _ascii;
130146         uint8_t _data[5];
130147     }
130148 const_str_here = {
130149     ._ascii = {
130150         .ob_base = {
130151             .ob_refcnt = 999999999,
130152             .ob_type = &PyUnicode_Type,
130153         },
130154         .length = 4,
130155         .hash = -1,
130156         .state = {
130157             .kind = 1,
130158             .compact = 1,
130159             .ascii = 1,
130160             .ready = 1,
130161         },
130162     },
130163     ._data = "here",
130164 };
130165 static
130166     struct {
130167         PyGC_Head _gc_head;
130168         struct {
130169             PyObject_VAR_HEAD
130170             PyObject *ob_item[3];
130171         }_object;
130172     }
130173 site_toplevel_consts_19_localsplusnames = {
130174     ._object = {
130175         .ob_base = {
130176             .ob_base = {
130177                 .ob_refcnt = 999999999,
130178                 .ob_type = &PyTuple_Type,
130179             },
130180             .ob_size = 3,
130181         },
130182         .ob_item = {
130183             & const_str_files._ascii.ob_base,
130184             & const_str_dirs._ascii.ob_base,
130185             & const_str_here._ascii.ob_base,
130186         },
130187     },
130188 };
130189 static
130190     struct _PyCode_DEF(706)
130191 site_toplevel_consts_19 = {
130192     .ob_base = {
130193         .ob_base = {
130194             .ob_refcnt = 999999999,
130195             .ob_type = &PyCode_Type,
130196         },
130197         .ob_size = 353,
130198     },
130199     .co_consts = & site_toplevel_consts_19_consts._object.ob_base.ob_base,
130200     .co_names = & site_toplevel_consts_19_names._object.ob_base.ob_base,
130201     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
130202     .co_flags = 3,
130203     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
130204     ._co_linearray_entry_size = 0,
130205     .co_argcount = 0,
130206     .co_posonlyargcount = 0,
130207     .co_kwonlyargcount = 0,
130208     .co_stacksize = 6,
130209     .co_firstlineno = 404,
130210     .co_nlocalsplus = 3,
130211     .co_nlocals = 3,
130212     .co_nplaincellvars = 0,
130213     .co_ncellvars = 0,
130214     .co_nfreevars = 0,
130215     .co_localsplusnames = & site_toplevel_consts_19_localsplusnames._object.ob_base.ob_base,
130216     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
130217     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
130218     .co_name = & const_str_setcopyright._ascii.ob_base,
130219     .co_qualname = & const_str_setcopyright._ascii.ob_base,
130220     .co_linetable = & site_toplevel_consts_19_linetable.ob_base.ob_base,
130221     ._co_code = NULL,
130222     ._co_linearray = NULL,
130223     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\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\x05\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x03\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x6b\x02\x00\x00\x00\x00\x72\x20\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x64\x06\xa6\x02\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\x06\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x1f\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x64\x07\xa6\x02\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\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x73\x3e\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x29\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0b\x00\x00\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\x0c\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x72\x61\x7c\x00\xa0\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\x64\x0b\x67\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\xa0\x0d\x00\x00\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\x0a\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0e\x00\x00\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\x0f\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\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\x10\x00\x00\x00\x00\x00\x00\x00\x00\x67\x03\xa6\x01\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\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0c\x64\x0d\x7c\x00\x7c\x01\xa6\x04\x00\x00\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",
130224     ._co_firsttraceable = 0,
130225 };
130226 static
130227     struct {
130228         PyGC_Head _gc_head;
130229         struct {
130230             PyObject_VAR_HEAD
130231             PyObject *ob_item[4];
130232         }_object;
130233     }
130234 site_toplevel_consts_20_names = {
130235     ._object = {
130236         .ob_base = {
130237             .ob_base = {
130238                 .ob_refcnt = 999999999,
130239                 .ob_type = &PyTuple_Type,
130240             },
130241             .ob_size = 4,
130242         },
130243         .ob_item = {
130244             & const_str__sitebuiltins._ascii.ob_base,
130245             & const_str__Helper._ascii.ob_base,
130246             &_Py_ID(builtins),
130247             & const_str_help._ascii.ob_base,
130248         },
130249     },
130250 };
130251 static
130252     struct {
130253         PyASCIIObject _ascii;
130254         uint8_t _data[10];
130255     }
130256 const_str_sethelper = {
130257     ._ascii = {
130258         .ob_base = {
130259             .ob_refcnt = 999999999,
130260             .ob_type = &PyUnicode_Type,
130261         },
130262         .length = 9,
130263         .hash = -1,
130264         .state = {
130265             .kind = 1,
130266             .compact = 1,
130267             .ascii = 1,
130268             .ready = 1,
130269         },
130270     },
130271     ._data = "sethelper",
130272 };
130273 static
130274     struct {
130275         PyObject_VAR_HEAD
130276         Py_hash_t ob_shash;
130277         char ob_sval[23];
130278     }
130279 site_toplevel_consts_20_linetable = {
130280     .ob_base = {
130281         .ob_base = {
130282             .ob_refcnt = 999999999,
130283             .ob_type = &PyBytes_Type,
130284         },
130285         .ob_size = 22,
130286     },
130287     .ob_shash = -1,
130288     .ob_sval = "\x80\x00\xdd\x14\x21\xd4\x14\x29\xd1\x14\x2b\xd4\x14\x2b\x85\x48\x84\x4d\x80\x4d\x80\x4d",
130289 };
130290 static
130291     struct _PyCode_DEF(64)
130292 site_toplevel_consts_20 = {
130293     .ob_base = {
130294         .ob_base = {
130295             .ob_refcnt = 999999999,
130296             .ob_type = &PyCode_Type,
130297         },
130298         .ob_size = 32,
130299     },
130300     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
130301     .co_names = & site_toplevel_consts_20_names._object.ob_base.ob_base,
130302     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
130303     .co_flags = 3,
130304     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
130305     ._co_linearray_entry_size = 0,
130306     .co_argcount = 0,
130307     .co_posonlyargcount = 0,
130308     .co_kwonlyargcount = 0,
130309     .co_stacksize = 2,
130310     .co_firstlineno = 430,
130311     .co_nlocalsplus = 0,
130312     .co_nlocals = 0,
130313     .co_nplaincellvars = 0,
130314     .co_ncellvars = 0,
130315     .co_nfreevars = 0,
130316     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
130317     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
130318     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
130319     .co_name = & const_str_sethelper._ascii.ob_base,
130320     .co_qualname = & const_str_sethelper._ascii.ob_base,
130321     .co_linetable = & site_toplevel_consts_20_linetable.ob_base.ob_base,
130322     ._co_code = NULL,
130323     ._co_linearray = NULL,
130324     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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",
130325     ._co_firsttraceable = 0,
130326 };
130327 static
130328     struct {
130329         PyASCIIObject _ascii;
130330         uint8_t _data[363];
130331     }
130332 site_toplevel_consts_21_consts_0 = {
130333     ._ascii = {
130334         .ob_base = {
130335             .ob_refcnt = 999999999,
130336             .ob_type = &PyUnicode_Type,
130337         },
130338         .length = 362,
130339         .hash = -1,
130340         .state = {
130341             .kind = 1,
130342             .compact = 1,
130343             .ascii = 1,
130344             .ready = 1,
130345         },
130346     },
130347     ._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",
130348 };
130349 static
130350     struct {
130351         PyASCIIObject _ascii;
130352         uint8_t _data[8];
130353     }
130354 const_str_libedit = {
130355     ._ascii = {
130356         .ob_base = {
130357             .ob_refcnt = 999999999,
130358             .ob_type = &PyUnicode_Type,
130359         },
130360         .length = 7,
130361         .hash = -1,
130362         .state = {
130363             .kind = 1,
130364             .compact = 1,
130365             .ascii = 1,
130366             .ready = 1,
130367         },
130368     },
130369     ._data = "libedit",
130370 };
130371 static
130372     struct {
130373         PyASCIIObject _ascii;
130374         uint8_t _data[20];
130375     }
130376 site_toplevel_consts_21_consts_1_consts_5 = {
130377     ._ascii = {
130378         .ob_base = {
130379             .ob_refcnt = 999999999,
130380             .ob_type = &PyUnicode_Type,
130381         },
130382         .length = 19,
130383         .hash = -1,
130384         .state = {
130385             .kind = 1,
130386             .compact = 1,
130387             .ascii = 1,
130388             .ready = 1,
130389         },
130390     },
130391     ._data = "bind ^I rl_complete",
130392 };
130393 static
130394     struct {
130395         PyASCIIObject _ascii;
130396         uint8_t _data[14];
130397     }
130398 site_toplevel_consts_21_consts_1_consts_6 = {
130399     ._ascii = {
130400         .ob_base = {
130401             .ob_refcnt = 999999999,
130402             .ob_type = &PyUnicode_Type,
130403         },
130404         .length = 13,
130405         .hash = -1,
130406         .state = {
130407             .kind = 1,
130408             .compact = 1,
130409             .ascii = 1,
130410             .ready = 1,
130411         },
130412     },
130413     ._data = "tab: complete",
130414 };
130415 static
130416     struct {
130417         PyASCIIObject _ascii;
130418         uint8_t _data[16];
130419     }
130420 site_toplevel_consts_21_consts_1_consts_8 = {
130421     ._ascii = {
130422         .ob_base = {
130423             .ob_refcnt = 999999999,
130424             .ob_type = &PyUnicode_Type,
130425         },
130426         .length = 15,
130427         .hash = -1,
130428         .state = {
130429             .kind = 1,
130430             .compact = 1,
130431             .ascii = 1,
130432             .ready = 1,
130433         },
130434     },
130435     ._data = ".python_history",
130436 };
130437 static
130438     struct {
130439         PyASCIIObject _ascii;
130440         uint8_t _data[19];
130441     }
130442 const_str_write_history_file = {
130443     ._ascii = {
130444         .ob_base = {
130445             .ob_refcnt = 999999999,
130446             .ob_type = &PyUnicode_Type,
130447         },
130448         .length = 18,
130449         .hash = -1,
130450         .state = {
130451             .kind = 1,
130452             .compact = 1,
130453             .ascii = 1,
130454             .ready = 1,
130455         },
130456     },
130457     ._data = "write_history_file",
130458 };
130459 static
130460     struct {
130461         PyGC_Head _gc_head;
130462         struct {
130463             PyObject_VAR_HEAD
130464             PyObject *ob_item[2];
130465         }_object;
130466     }
130467 site_toplevel_consts_21_consts_1_consts_9_names = {
130468     ._object = {
130469         .ob_base = {
130470             .ob_base = {
130471                 .ob_refcnt = 999999999,
130472                 .ob_type = &PyTuple_Type,
130473             },
130474             .ob_size = 2,
130475         },
130476         .ob_item = {
130477             & const_str_write_history_file._ascii.ob_base,
130478             & const_str_OSError._ascii.ob_base,
130479         },
130480     },
130481 };
130482 static
130483     struct {
130484         PyASCIIObject _ascii;
130485         uint8_t _data[14];
130486     }
130487 const_str_write_history = {
130488     ._ascii = {
130489         .ob_base = {
130490             .ob_refcnt = 999999999,
130491             .ob_type = &PyUnicode_Type,
130492         },
130493         .length = 13,
130494         .hash = -1,
130495         .state = {
130496             .kind = 1,
130497             .compact = 1,
130498             .ascii = 1,
130499             .ready = 1,
130500         },
130501     },
130502     ._data = "write_history",
130503 };
130504 static
130505     struct {
130506         PyASCIIObject _ascii;
130507         uint8_t _data[68];
130508     }
130509 site_toplevel_consts_21_consts_1_consts_9_qualname = {
130510     ._ascii = {
130511         .ob_base = {
130512             .ob_refcnt = 999999999,
130513             .ob_type = &PyUnicode_Type,
130514         },
130515         .length = 67,
130516         .hash = -1,
130517         .state = {
130518             .kind = 1,
130519             .compact = 1,
130520             .ascii = 1,
130521             .ready = 1,
130522         },
130523     },
130524     ._data = "enablerlcompleter.<locals>.register_readline.<locals>.write_history",
130525 };
130526 static
130527     struct {
130528         PyObject_VAR_HEAD
130529         Py_hash_t ob_shash;
130530         char ob_sval[71];
130531     }
130532 site_toplevel_consts_21_consts_1_consts_9_linetable = {
130533     .ob_base = {
130534         .ob_base = {
130535             .ob_refcnt = 999999999,
130536             .ob_type = &PyBytes_Type,
130537         },
130538         .ob_size = 70,
130539     },
130540     .ob_shash = -1,
130541     .ob_sval = "\xf8\x80\x00\xf0\x02\x05\x11\x19\xd8\x14\x1c\xd7\x14\x2f\xd2\x14\x2f\xb0\x07\xd1\x14\x38\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",
130542 };
130543 static
130544     struct {
130545         PyObject_VAR_HEAD
130546         Py_hash_t ob_shash;
130547         char ob_sval[13];
130548     }
130549 site_toplevel_consts_21_consts_1_consts_9_exceptiontable = {
130550     .ob_base = {
130551         .ob_base = {
130552             .ob_refcnt = 999999999,
130553             .ob_type = &PyBytes_Type,
130554         },
130555         .ob_size = 12,
130556     },
130557     .ob_shash = -1,
130558     .ob_sval = "\x83\x15\x1a\x00\x9a\x0a\x28\x03\xa7\x01\x28\x03",
130559 };
130560 static
130561     struct {
130562         PyASCIIObject _ascii;
130563         uint8_t _data[8];
130564     }
130565 const_str_history = {
130566     ._ascii = {
130567         .ob_base = {
130568             .ob_refcnt = 999999999,
130569             .ob_type = &PyUnicode_Type,
130570         },
130571         .length = 7,
130572         .hash = -1,
130573         .state = {
130574             .kind = 1,
130575             .compact = 1,
130576             .ascii = 1,
130577             .ready = 1,
130578         },
130579     },
130580     ._data = "history",
130581 };
130582 static
130583     struct {
130584         PyGC_Head _gc_head;
130585         struct {
130586             PyObject_VAR_HEAD
130587             PyObject *ob_item[2];
130588         }_object;
130589     }
130590 site_toplevel_consts_21_consts_1_consts_9_localsplusnames = {
130591     ._object = {
130592         .ob_base = {
130593             .ob_base = {
130594                 .ob_refcnt = 999999999,
130595                 .ob_type = &PyTuple_Type,
130596             },
130597             .ob_size = 2,
130598         },
130599         .ob_item = {
130600             & const_str_history._ascii.ob_base,
130601             &_Py_ID(readline),
130602         },
130603     },
130604 };
130605 static
130606     struct {
130607         PyObject_VAR_HEAD
130608         Py_hash_t ob_shash;
130609         char ob_sval[3];
130610     }
130611 site_toplevel_consts_21_consts_1_consts_9_localspluskinds = {
130612     .ob_base = {
130613         .ob_base = {
130614             .ob_refcnt = 999999999,
130615             .ob_type = &PyBytes_Type,
130616         },
130617         .ob_size = 2,
130618     },
130619     .ob_shash = -1,
130620     .ob_sval = "\x80\x80",
130621 };
130622 static
130623     struct _PyCode_DEF(86)
130624 site_toplevel_consts_21_consts_1_consts_9 = {
130625     .ob_base = {
130626         .ob_base = {
130627             .ob_refcnt = 999999999,
130628             .ob_type = &PyCode_Type,
130629         },
130630         .ob_size = 43,
130631     },
130632     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
130633     .co_names = & site_toplevel_consts_21_consts_1_consts_9_names._object.ob_base.ob_base,
130634     .co_exceptiontable = & site_toplevel_consts_21_consts_1_consts_9_exceptiontable.ob_base.ob_base,
130635     .co_flags = 19,
130636     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
130637     ._co_linearray_entry_size = 0,
130638     .co_argcount = 0,
130639     .co_posonlyargcount = 0,
130640     .co_kwonlyargcount = 0,
130641     .co_stacksize = 4,
130642     .co_firstlineno = 480,
130643     .co_nlocalsplus = 2,
130644     .co_nlocals = 0,
130645     .co_nplaincellvars = 0,
130646     .co_ncellvars = 0,
130647     .co_nfreevars = 2,
130648     .co_localsplusnames = & site_toplevel_consts_21_consts_1_consts_9_localsplusnames._object.ob_base.ob_base,
130649     .co_localspluskinds = & site_toplevel_consts_21_consts_1_consts_9_localspluskinds.ob_base.ob_base,
130650     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
130651     .co_name = & const_str_write_history._ascii.ob_base,
130652     .co_qualname = & site_toplevel_consts_21_consts_1_consts_9_qualname._ascii.ob_base,
130653     .co_linetable = & site_toplevel_consts_21_consts_1_consts_9_linetable.ob_base.ob_base,
130654     ._co_code = NULL,
130655     ._co_linearray = NULL,
130656     .co_code_adaptive = "\x95\x02\x97\x00\x09\x00\x89\x01\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x00\xa6\x01\x00\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",
130657     ._co_firsttraceable = 1,
130658 };
130659 static
130660     struct {
130661         PyGC_Head _gc_head;
130662         struct {
130663             PyObject_VAR_HEAD
130664             PyObject *ob_item[10];
130665         }_object;
130666     }
130667 site_toplevel_consts_21_consts_1_consts = {
130668     ._object = {
130669         .ob_base = {
130670             .ob_base = {
130671                 .ob_refcnt = 999999999,
130672                 .ob_type = &PyTuple_Type,
130673             },
130674             .ob_size = 10,
130675         },
130676         .ob_item = {
130677             Py_None,
130678             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
130679             &_Py_ID(__doc__),
130680             &_Py_STR(empty),
130681             & const_str_libedit._ascii.ob_base,
130682             & site_toplevel_consts_21_consts_1_consts_5._ascii.ob_base,
130683             & site_toplevel_consts_21_consts_1_consts_6._ascii.ob_base,
130684             & ntpath_toplevel_consts_27_consts_2._ascii.ob_base,
130685             & site_toplevel_consts_21_consts_1_consts_8._ascii.ob_base,
130686             & site_toplevel_consts_21_consts_1_consts_9.ob_base.ob_base,
130687         },
130688     },
130689 };
130690 static
130691     struct {
130692         PyASCIIObject _ascii;
130693         uint8_t _data[7];
130694     }
130695 const_str_atexit = {
130696     ._ascii = {
130697         .ob_base = {
130698             .ob_refcnt = 999999999,
130699             .ob_type = &PyUnicode_Type,
130700         },
130701         .length = 6,
130702         .hash = -1,
130703         .state = {
130704             .kind = 1,
130705             .compact = 1,
130706             .ascii = 1,
130707             .ready = 1,
130708         },
130709     },
130710     ._data = "atexit",
130711 };
130712 static
130713     struct {
130714         PyASCIIObject _ascii;
130715         uint8_t _data[12];
130716     }
130717 const_str_rlcompleter = {
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             .ready = 1,
130730         },
130731     },
130732     ._data = "rlcompleter",
130733 };
130734 static
130735     struct {
130736         PyASCIIObject _ascii;
130737         uint8_t _data[15];
130738     }
130739 const_str_parse_and_bind = {
130740     ._ascii = {
130741         .ob_base = {
130742             .ob_refcnt = 999999999,
130743             .ob_type = &PyUnicode_Type,
130744         },
130745         .length = 14,
130746         .hash = -1,
130747         .state = {
130748             .kind = 1,
130749             .compact = 1,
130750             .ascii = 1,
130751             .ready = 1,
130752         },
130753     },
130754     ._data = "parse_and_bind",
130755 };
130756 static
130757     struct {
130758         PyASCIIObject _ascii;
130759         uint8_t _data[15];
130760     }
130761 const_str_read_init_file = {
130762     ._ascii = {
130763         .ob_base = {
130764             .ob_refcnt = 999999999,
130765             .ob_type = &PyUnicode_Type,
130766         },
130767         .length = 14,
130768         .hash = -1,
130769         .state = {
130770             .kind = 1,
130771             .compact = 1,
130772             .ascii = 1,
130773             .ready = 1,
130774         },
130775     },
130776     ._data = "read_init_file",
130777 };
130778 static
130779     struct {
130780         PyASCIIObject _ascii;
130781         uint8_t _data[27];
130782     }
130783 const_str_get_current_history_length = {
130784     ._ascii = {
130785         .ob_base = {
130786             .ob_refcnt = 999999999,
130787             .ob_type = &PyUnicode_Type,
130788         },
130789         .length = 26,
130790         .hash = -1,
130791         .state = {
130792             .kind = 1,
130793             .compact = 1,
130794             .ascii = 1,
130795             .ready = 1,
130796         },
130797     },
130798     ._data = "get_current_history_length",
130799 };
130800 static
130801     struct {
130802         PyASCIIObject _ascii;
130803         uint8_t _data[18];
130804     }
130805 const_str_read_history_file = {
130806     ._ascii = {
130807         .ob_base = {
130808             .ob_refcnt = 999999999,
130809             .ob_type = &PyUnicode_Type,
130810         },
130811         .length = 17,
130812         .hash = -1,
130813         .state = {
130814             .kind = 1,
130815             .compact = 1,
130816             .ascii = 1,
130817             .ready = 1,
130818         },
130819     },
130820     ._data = "read_history_file",
130821 };
130822 static
130823     struct {
130824         PyGC_Head _gc_head;
130825         struct {
130826             PyObject_VAR_HEAD
130827             PyObject *ob_item[15];
130828         }_object;
130829     }
130830 site_toplevel_consts_21_consts_1_names = {
130831     ._object = {
130832         .ob_base = {
130833             .ob_base = {
130834                 .ob_refcnt = 999999999,
130835                 .ob_type = &PyTuple_Type,
130836             },
130837             .ob_size = 15,
130838         },
130839         .ob_item = {
130840             & const_str_atexit._ascii.ob_base,
130841             &_Py_ID(readline),
130842             & const_str_rlcompleter._ascii.ob_base,
130843             & const_str_ImportError._ascii.ob_base,
130844             &_Py_ID(getattr),
130845             & const_str_parse_and_bind._ascii.ob_base,
130846             & const_str_read_init_file._ascii.ob_base,
130847             & const_str_OSError._ascii.ob_base,
130848             & const_str_get_current_history_length._ascii.ob_base,
130849             & const_str_os._ascii.ob_base,
130850             &_Py_ID(path),
130851             &_Py_ID(join),
130852             & const_str_expanduser._ascii.ob_base,
130853             & const_str_read_history_file._ascii.ob_base,
130854             & const_str_register._ascii.ob_base,
130855         },
130856     },
130857 };
130858 static
130859     struct {
130860         PyASCIIObject _ascii;
130861         uint8_t _data[18];
130862     }
130863 const_str_register_readline = {
130864     ._ascii = {
130865         .ob_base = {
130866             .ob_refcnt = 999999999,
130867             .ob_type = &PyUnicode_Type,
130868         },
130869         .length = 17,
130870         .hash = -1,
130871         .state = {
130872             .kind = 1,
130873             .compact = 1,
130874             .ascii = 1,
130875             .ready = 1,
130876         },
130877     },
130878     ._data = "register_readline",
130879 };
130880 static
130881     struct {
130882         PyASCIIObject _ascii;
130883         uint8_t _data[45];
130884     }
130885 site_toplevel_consts_21_consts_1_qualname = {
130886     ._ascii = {
130887         .ob_base = {
130888             .ob_refcnt = 999999999,
130889             .ob_type = &PyUnicode_Type,
130890         },
130891         .length = 44,
130892         .hash = -1,
130893         .state = {
130894             .kind = 1,
130895             .compact = 1,
130896             .ascii = 1,
130897             .ready = 1,
130898         },
130899     },
130900     ._data = "enablerlcompleter.<locals>.register_readline",
130901 };
130902 static
130903     struct {
130904         PyObject_VAR_HEAD
130905         Py_hash_t ob_shash;
130906         char ob_sval[409];
130907     }
130908 site_toplevel_consts_21_consts_1_linetable = {
130909     .ob_base = {
130910         .ob_base = {
130911             .ob_refcnt = 999999999,
130912             .ob_type = &PyBytes_Type,
130913         },
130914         .ob_size = 408,
130915     },
130916     .ob_shash = -1,
130917     .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\xd0\x0c\x1e\xf8\xdd\x0f\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\xf5\x0a\x00\x18\x1f\x98\x78\xa8\x19\xb0\x42\xd1\x17\x37\xd4\x17\x37\x88\x0c\xd8\x0b\x17\xd0\x0b\x23\xa8\x09\xb0\x5c\xd0\x28\x41\xd0\x28\x41\xd8\x0c\x14\xd7\x0c\x23\xd2\x0c\x23\xd0\x24\x39\xd1\x0c\x3a\xd4\x0c\x3a\xd0\x0c\x3a\xd0\x0c\x3a\xe0\x0c\x14\xd7\x0c\x23\xd2\x0c\x23\xa0\x4f\xd1\x0c\x34\xd4\x0c\x34\xd0\x0c\x34\xf0\x04\x07\x09\x11\xd8\x0c\x14\xd7\x0c\x23\xd2\x0c\x23\xd1\x0c\x25\xd4\x0c\x25\xd0\x0c\x25\xd0\x0c\x25\xf8\xdd\x0f\x16\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\xf0\x0e\x00\x0c\x14\xd7\x0b\x2e\xd2\x0b\x2e\xd1\x0b\x30\xd4\x0b\x30\xb0\x41\xd2\x0b\x35\xd0\x0b\x35\xf5\x0c\x00\x17\x19\x94\x67\x97\x6c\x92\x6c\xa5\x32\xa4\x37\xd7\x23\x35\xd2\x23\x35\xb0\x63\xd1\x23\x3a\xd4\x23\x3a\xd8\x23\x34\xf1\x03\x01\x17\x36\xf4\x00\x01\x17\x36\x88\x47\xf0\x04\x03\x0d\x15\xd8\x10\x18\xd7\x10\x2a\xd2\x10\x2a\xa8\x37\xd1\x10\x33\xd4\x10\x33\xd0\x10\x33\xd0\x10\x33\xf8\xdd\x13\x1a\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\x06\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\x8a\x4f\x98\x4d\xd1\x0c\x2a\xd4\x0c\x2a\xd0\x0c\x2a\xd0\x0c\x2a\xd0\x0c\x2a\xf0\x2b\x00\x0c\x36\xd0\x0b\x35",
130918 };
130919 static
130920     struct {
130921         PyObject_VAR_HEAD
130922         Py_hash_t ob_shash;
130923         char ob_sval[49];
130924     }
130925 site_toplevel_consts_21_consts_1_exceptiontable = {
130926     .ob_base = {
130927         .ob_base = {
130928             .ob_refcnt = 999999999,
130929             .ob_type = &PyBytes_Type,
130930         },
130931         .ob_size = 48,
130932     },
130933     .ob_shash = -1,
130934     .ob_sval = "\x88\x08\x11\x00\x91\x0a\x1f\x03\x9e\x01\x1f\x03\xc1\x25\x14\x41\x3a\x00\xc1\x3a\x0a\x42\x07\x03\xc2\x06\x01\x42\x07\x03\xc3\x20\x15\x43\x36\x00\xc3\x36\x0a\x44\x03\x03\xc4\x02\x01\x44\x03\x03",
130935 };
130936 static
130937     struct {
130938         PyASCIIObject _ascii;
130939         uint8_t _data[13];
130940     }
130941 const_str_readline_doc = {
130942     ._ascii = {
130943         .ob_base = {
130944             .ob_refcnt = 999999999,
130945             .ob_type = &PyUnicode_Type,
130946         },
130947         .length = 12,
130948         .hash = -1,
130949         .state = {
130950             .kind = 1,
130951             .compact = 1,
130952             .ascii = 1,
130953             .ready = 1,
130954         },
130955     },
130956     ._data = "readline_doc",
130957 };
130958 static
130959     struct {
130960         PyGC_Head _gc_head;
130961         struct {
130962             PyObject_VAR_HEAD
130963             PyObject *ob_item[6];
130964         }_object;
130965     }
130966 site_toplevel_consts_21_consts_1_localsplusnames = {
130967     ._object = {
130968         .ob_base = {
130969             .ob_base = {
130970                 .ob_refcnt = 999999999,
130971                 .ob_type = &PyTuple_Type,
130972             },
130973             .ob_size = 6,
130974         },
130975         .ob_item = {
130976             & const_str_atexit._ascii.ob_base,
130977             & const_str_rlcompleter._ascii.ob_base,
130978             & const_str_readline_doc._ascii.ob_base,
130979             & const_str_write_history._ascii.ob_base,
130980             & const_str_history._ascii.ob_base,
130981             &_Py_ID(readline),
130982         },
130983     },
130984 };
130985 static
130986     struct {
130987         PyObject_VAR_HEAD
130988         Py_hash_t ob_shash;
130989         char ob_sval[7];
130990     }
130991 site_toplevel_consts_21_consts_1_localspluskinds = {
130992     .ob_base = {
130993         .ob_base = {
130994             .ob_refcnt = 999999999,
130995             .ob_type = &PyBytes_Type,
130996         },
130997         .ob_size = 6,
130998     },
130999     .ob_shash = -1,
131000     .ob_sval = "    @@",
131001 };
131002 static
131003     struct _PyCode_DEF(586)
131004 site_toplevel_consts_21_consts_1 = {
131005     .ob_base = {
131006         .ob_base = {
131007             .ob_refcnt = 999999999,
131008             .ob_type = &PyCode_Type,
131009         },
131010         .ob_size = 293,
131011     },
131012     .co_consts = & site_toplevel_consts_21_consts_1_consts._object.ob_base.ob_base,
131013     .co_names = & site_toplevel_consts_21_consts_1_names._object.ob_base.ob_base,
131014     .co_exceptiontable = & site_toplevel_consts_21_consts_1_exceptiontable.ob_base.ob_base,
131015     .co_flags = 19,
131016     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
131017     ._co_linearray_entry_size = 0,
131018     .co_argcount = 0,
131019     .co_posonlyargcount = 0,
131020     .co_kwonlyargcount = 0,
131021     .co_stacksize = 5,
131022     .co_firstlineno = 442,
131023     .co_nlocalsplus = 6,
131024     .co_nlocals = 4,
131025     .co_nplaincellvars = 2,
131026     .co_ncellvars = 2,
131027     .co_nfreevars = 0,
131028     .co_localsplusnames = & site_toplevel_consts_21_consts_1_localsplusnames._object.ob_base.ob_base,
131029     .co_localspluskinds = & site_toplevel_consts_21_consts_1_localspluskinds.ob_base.ob_base,
131030     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
131031     .co_name = & const_str_register_readline._ascii.ob_base,
131032     .co_qualname = & site_toplevel_consts_21_consts_1_qualname._ascii.ob_base,
131033     .co_linetable = & site_toplevel_consts_21_consts_1_linetable.ob_base.ob_base,
131034     ._co_code = NULL,
131035     ._co_linearray = NULL,
131036     .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\x6e\x11\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\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x05\x64\x02\x64\x03\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x81\x1a\x64\x04\x7c\x02\x76\x00\x72\x16\x89\x05\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x15\x89\x05\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x89\x05\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x10\x23\x00\x74\x0e\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\x89\x05\xa0\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x81\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0b\x00\x00\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\x0a\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x8a\x04\x09\x00\x89\x05\xa0\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x10\x23\x00\x74\x0e\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\x88\x04\x88\x05\x66\x02\x64\x09\x84\x08\x7d\x03\x7c\x00\xa0\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x64\x00\x53\x00",
131037     ._co_firsttraceable = 2,
131038 };
131039 static
131040     struct {
131041         PyGC_Head _gc_head;
131042         struct {
131043             PyObject_VAR_HEAD
131044             PyObject *ob_item[3];
131045         }_object;
131046     }
131047 site_toplevel_consts_21_consts = {
131048     ._object = {
131049         .ob_base = {
131050             .ob_base = {
131051                 .ob_refcnt = 999999999,
131052                 .ob_type = &PyTuple_Type,
131053             },
131054             .ob_size = 3,
131055         },
131056         .ob_item = {
131057             & site_toplevel_consts_21_consts_0._ascii.ob_base,
131058             & site_toplevel_consts_21_consts_1.ob_base.ob_base,
131059             Py_None,
131060         },
131061     },
131062 };
131063 static
131064     struct {
131065         PyASCIIObject _ascii;
131066         uint8_t _data[20];
131067     }
131068 const_str___interactivehook__ = {
131069     ._ascii = {
131070         .ob_base = {
131071             .ob_refcnt = 999999999,
131072             .ob_type = &PyUnicode_Type,
131073         },
131074         .length = 19,
131075         .hash = -1,
131076         .state = {
131077             .kind = 1,
131078             .compact = 1,
131079             .ascii = 1,
131080             .ready = 1,
131081         },
131082     },
131083     ._data = "__interactivehook__",
131084 };
131085 static
131086     struct {
131087         PyGC_Head _gc_head;
131088         struct {
131089             PyObject_VAR_HEAD
131090             PyObject *ob_item[2];
131091         }_object;
131092     }
131093 site_toplevel_consts_21_names = {
131094     ._object = {
131095         .ob_base = {
131096             .ob_base = {
131097                 .ob_refcnt = 999999999,
131098                 .ob_type = &PyTuple_Type,
131099             },
131100             .ob_size = 2,
131101         },
131102         .ob_item = {
131103             & const_str_sys._ascii.ob_base,
131104             & const_str___interactivehook__._ascii.ob_base,
131105         },
131106     },
131107 };
131108 static
131109     struct {
131110         PyASCIIObject _ascii;
131111         uint8_t _data[18];
131112     }
131113 const_str_enablerlcompleter = {
131114     ._ascii = {
131115         .ob_base = {
131116             .ob_refcnt = 999999999,
131117             .ob_type = &PyUnicode_Type,
131118         },
131119         .length = 17,
131120         .hash = -1,
131121         .state = {
131122             .kind = 1,
131123             .compact = 1,
131124             .ascii = 1,
131125             .ready = 1,
131126         },
131127     },
131128     ._data = "enablerlcompleter",
131129 };
131130 static
131131     struct {
131132         PyObject_VAR_HEAD
131133         Py_hash_t ob_shash;
131134         char ob_sval[35];
131135     }
131136 site_toplevel_consts_21_linetable = {
131137     .ob_base = {
131138         .ob_base = {
131139             .ob_refcnt = 999999999,
131140             .ob_type = &PyBytes_Type,
131141         },
131142         .ob_size = 34,
131143     },
131144     .ob_shash = -1,
131145     .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",
131146 };
131147 static
131148     struct {
131149         PyGC_Head _gc_head;
131150         struct {
131151             PyObject_VAR_HEAD
131152             PyObject *ob_item[1];
131153         }_object;
131154     }
131155 site_toplevel_consts_21_localsplusnames = {
131156     ._object = {
131157         .ob_base = {
131158             .ob_base = {
131159                 .ob_refcnt = 999999999,
131160                 .ob_type = &PyTuple_Type,
131161             },
131162             .ob_size = 1,
131163         },
131164         .ob_item = {
131165             & const_str_register_readline._ascii.ob_base,
131166         },
131167     },
131168 };
131169 static
131170     struct _PyCode_DEF(36)
131171 site_toplevel_consts_21 = {
131172     .ob_base = {
131173         .ob_base = {
131174             .ob_refcnt = 999999999,
131175             .ob_type = &PyCode_Type,
131176         },
131177         .ob_size = 18,
131178     },
131179     .co_consts = & site_toplevel_consts_21_consts._object.ob_base.ob_base,
131180     .co_names = & site_toplevel_consts_21_names._object.ob_base.ob_base,
131181     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
131182     .co_flags = 3,
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_stacksize = 2,
131189     .co_firstlineno = 433,
131190     .co_nlocalsplus = 1,
131191     .co_nlocals = 1,
131192     .co_nplaincellvars = 0,
131193     .co_ncellvars = 0,
131194     .co_nfreevars = 0,
131195     .co_localsplusnames = & site_toplevel_consts_21_localsplusnames._object.ob_base.ob_base,
131196     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
131197     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
131198     .co_name = & const_str_enablerlcompleter._ascii.ob_base,
131199     .co_qualname = & const_str_enablerlcompleter._ascii.ob_base,
131200     .co_linetable = & site_toplevel_consts_21_linetable.ob_base.ob_base,
131201     ._co_code = NULL,
131202     ._co_linearray = NULL,
131203     .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",
131204     ._co_firsttraceable = 0,
131205 };
131206 static
131207     struct {
131208         PyASCIIObject _ascii;
131209         uint8_t _data[20];
131210     }
131211 const_str___PYVENV_LAUNCHER__ = {
131212     ._ascii = {
131213         .ob_base = {
131214             .ob_refcnt = 999999999,
131215             .ob_type = &PyUnicode_Type,
131216         },
131217         .length = 19,
131218         .hash = -1,
131219         .state = {
131220             .kind = 1,
131221             .compact = 1,
131222             .ascii = 1,
131223             .ready = 1,
131224         },
131225     },
131226     ._data = "__PYVENV_LAUNCHER__",
131227 };
131228 static
131229     struct {
131230         PyASCIIObject _ascii;
131231         uint8_t _data[11];
131232     }
131233 site_toplevel_consts_22_consts_3 = {
131234     ._ascii = {
131235         .ob_base = {
131236             .ob_refcnt = 999999999,
131237             .ob_type = &PyUnicode_Type,
131238         },
131239         .length = 10,
131240         .hash = -1,
131241         .state = {
131242             .kind = 1,
131243             .compact = 1,
131244             .ascii = 1,
131245             .ready = 1,
131246         },
131247     },
131248     ._data = "pyvenv.cfg",
131249 };
131250 static
131251     struct {
131252         PyGC_Head _gc_head;
131253         struct {
131254             PyObject_VAR_HEAD
131255             PyObject *ob_item[3];
131256         }_object;
131257     }
131258 site_toplevel_consts_22_consts_4_names = {
131259     ._object = {
131260         .ob_base = {
131261             .ob_base = {
131262                 .ob_refcnt = 999999999,
131263                 .ob_type = &PyTuple_Type,
131264             },
131265             .ob_size = 3,
131266         },
131267         .ob_item = {
131268             & const_str_os._ascii.ob_base,
131269             &_Py_ID(path),
131270             & const_str_isfile._ascii.ob_base,
131271         },
131272     },
131273 };
131274 static
131275     struct {
131276         PyASCIIObject _ascii;
131277         uint8_t _data[25];
131278     }
131279 site_toplevel_consts_22_consts_4_qualname = {
131280     ._ascii = {
131281         .ob_base = {
131282             .ob_refcnt = 999999999,
131283             .ob_type = &PyUnicode_Type,
131284         },
131285         .length = 24,
131286         .hash = -1,
131287         .state = {
131288             .kind = 1,
131289             .compact = 1,
131290             .ascii = 1,
131291             .ready = 1,
131292         },
131293     },
131294     ._data = "venv.<locals>.<listcomp>",
131295 };
131296 static
131297     struct {
131298         PyObject_VAR_HEAD
131299         Py_hash_t ob_shash;
131300         char ob_sval[63];
131301     }
131302 site_toplevel_consts_22_consts_4_linetable = {
131303     .ob_base = {
131304         .ob_base = {
131305             .ob_refcnt = 999999999,
131306             .ob_type = &PyBytes_Type,
131307         },
131308         .ob_size = 62,
131309     },
131310     .ob_shash = -1,
131311     .ob_sval = "\x80\x00\xf0\x00\x06\x17\x0a\xf0\x00\x06\x17\x0a\xf0\x00\x06\x17\x0a\xd8\x15\x1d\xf5\x08\x00\x0c\x0e\x8c\x37\x8f\x3e\x8a\x3e\x98\x28\xd1\x0b\x23\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",
131312 };
131313 static
131314     struct {
131315         PyASCIIObject _ascii;
131316         uint8_t _data[9];
131317     }
131318 const_str_conffile = {
131319     ._ascii = {
131320         .ob_base = {
131321             .ob_refcnt = 999999999,
131322             .ob_type = &PyUnicode_Type,
131323         },
131324         .length = 8,
131325         .hash = -1,
131326         .state = {
131327             .kind = 1,
131328             .compact = 1,
131329             .ascii = 1,
131330             .ready = 1,
131331         },
131332     },
131333     ._data = "conffile",
131334 };
131335 static
131336     struct {
131337         PyGC_Head _gc_head;
131338         struct {
131339             PyObject_VAR_HEAD
131340             PyObject *ob_item[2];
131341         }_object;
131342     }
131343 site_toplevel_consts_22_consts_4_localsplusnames = {
131344     ._object = {
131345         .ob_base = {
131346             .ob_base = {
131347                 .ob_refcnt = 999999999,
131348                 .ob_type = &PyTuple_Type,
131349             },
131350             .ob_size = 2,
131351         },
131352         .ob_item = {
131353             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
131354             & const_str_conffile._ascii.ob_base,
131355         },
131356     },
131357 };
131358 static
131359     struct _PyCode_DEF(80)
131360 site_toplevel_consts_22_consts_4 = {
131361     .ob_base = {
131362         .ob_base = {
131363             .ob_refcnt = 999999999,
131364             .ob_type = &PyCode_Type,
131365         },
131366         .ob_size = 40,
131367     },
131368     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
131369     .co_names = & site_toplevel_consts_22_consts_4_names._object.ob_base.ob_base,
131370     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
131371     .co_flags = 19,
131372     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
131373     ._co_linearray_entry_size = 0,
131374     .co_argcount = 1,
131375     .co_posonlyargcount = 0,
131376     .co_kwonlyargcount = 0,
131377     .co_stacksize = 5,
131378     .co_firstlineno = 504,
131379     .co_nlocalsplus = 2,
131380     .co_nlocals = 2,
131381     .co_nplaincellvars = 0,
131382     .co_ncellvars = 0,
131383     .co_nfreevars = 0,
131384     .co_localsplusnames = & site_toplevel_consts_22_consts_4_localsplusnames._object.ob_base.ob_base,
131385     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
131386     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
131387     .co_name = &_Py_STR(anon_listcomp),
131388     .co_qualname = & site_toplevel_consts_22_consts_4_qualname._ascii.ob_base,
131389     .co_linetable = & site_toplevel_consts_22_consts_4_linetable.ob_base.ob_base,
131390     ._co_code = NULL,
131391     ._co_linearray = NULL,
131392     .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x23\x7d\x01\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x21\x7c\x01\x91\x02\x8c\x24\x53\x00",
131393     ._co_firsttraceable = 0,
131394 };
131395 static
131396     struct {
131397         PyASCIIObject _ascii;
131398         uint8_t _data[5];
131399     }
131400 const_str_true = {
131401     ._ascii = {
131402         .ob_base = {
131403             .ob_refcnt = 999999999,
131404             .ob_type = &PyUnicode_Type,
131405         },
131406         .length = 4,
131407         .hash = -1,
131408         .state = {
131409             .kind = 1,
131410             .compact = 1,
131411             .ascii = 1,
131412             .ready = 1,
131413         },
131414     },
131415     ._data = "true",
131416 };
131417 static
131418     struct {
131419         PyASCIIObject _ascii;
131420         uint8_t _data[2];
131421     }
131422 site_toplevel_consts_22_consts_9 = {
131423     ._ascii = {
131424         .ob_base = {
131425             .ob_refcnt = 999999999,
131426             .ob_type = &PyUnicode_Type,
131427         },
131428         .length = 1,
131429         .hash = -1,
131430         .state = {
131431             .kind = 1,
131432             .compact = 1,
131433             .ascii = 1,
131434             .ready = 1,
131435         },
131436     },
131437     ._data = "=",
131438 };
131439 static
131440     struct {
131441         PyASCIIObject _ascii;
131442         uint8_t _data[29];
131443     }
131444 site_toplevel_consts_22_consts_10 = {
131445     ._ascii = {
131446         .ob_base = {
131447             .ob_refcnt = 999999999,
131448             .ob_type = &PyUnicode_Type,
131449         },
131450         .length = 28,
131451         .hash = -1,
131452         .state = {
131453             .kind = 1,
131454             .compact = 1,
131455             .ascii = 1,
131456             .ready = 1,
131457         },
131458     },
131459     ._data = "include-system-site-packages",
131460 };
131461 static
131462     struct {
131463         PyASCIIObject _ascii;
131464         uint8_t _data[5];
131465     }
131466 const_str_home = {
131467     ._ascii = {
131468         .ob_base = {
131469             .ob_refcnt = 999999999,
131470             .ob_type = &PyUnicode_Type,
131471         },
131472         .length = 4,
131473         .hash = -1,
131474         .state = {
131475             .kind = 1,
131476             .compact = 1,
131477             .ascii = 1,
131478             .ready = 1,
131479         },
131480     },
131481     ._data = "home",
131482 };
131483 static
131484     struct {
131485         PyGC_Head _gc_head;
131486         struct {
131487             PyObject_VAR_HEAD
131488             PyObject *ob_item[13];
131489         }_object;
131490     }
131491 site_toplevel_consts_22_consts = {
131492     ._object = {
131493         .ob_base = {
131494             .ob_base = {
131495                 .ob_refcnt = 999999999,
131496                 .ob_type = &PyTuple_Type,
131497             },
131498             .ob_size = 13,
131499         },
131500         .ob_item = {
131501             Py_None,
131502             & const_str_darwin._ascii.ob_base,
131503             & const_str___PYVENV_LAUNCHER__._ascii.ob_base,
131504             & site_toplevel_consts_22_consts_3._ascii.ob_base,
131505             & site_toplevel_consts_22_consts_4.ob_base.ob_base,
131506             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
131507             & const_str_true._ascii.ob_base,
131508             &_Py_STR(utf_8),
131509             & codecs_toplevel_consts_37_localsplusnames._object.ob_base.ob_base,
131510             & site_toplevel_consts_22_consts_9._ascii.ob_base,
131511             & site_toplevel_consts_22_consts_10._ascii.ob_base,
131512             & const_str_home._ascii.ob_base,
131513             Py_False,
131514         },
131515     },
131516 };
131517 static
131518     struct {
131519         PyASCIIObject _ascii;
131520         uint8_t _data[17];
131521     }
131522 const_str__base_executable = {
131523     ._ascii = {
131524         .ob_base = {
131525             .ob_refcnt = 999999999,
131526             .ob_type = &PyUnicode_Type,
131527         },
131528         .length = 16,
131529         .hash = -1,
131530         .state = {
131531             .kind = 1,
131532             .compact = 1,
131533             .ascii = 1,
131534             .ready = 1,
131535         },
131536     },
131537     ._data = "_base_executable",
131538 };
131539 static
131540     struct {
131541         PyASCIIObject _ascii;
131542         uint8_t _data[11];
131543     }
131544 const_str_executable = {
131545     ._ascii = {
131546         .ob_base = {
131547             .ob_refcnt = 999999999,
131548             .ob_type = &PyUnicode_Type,
131549         },
131550         .length = 10,
131551         .hash = -1,
131552         .state = {
131553             .kind = 1,
131554             .compact = 1,
131555             .ascii = 1,
131556             .ready = 1,
131557         },
131558     },
131559     ._data = "executable",
131560 };
131561 static
131562     struct {
131563         PyASCIIObject _ascii;
131564         uint8_t _data[6];
131565     }
131566 const_str__home = {
131567     ._ascii = {
131568         .ob_base = {
131569             .ob_refcnt = 999999999,
131570             .ob_type = &PyUnicode_Type,
131571         },
131572         .length = 5,
131573         .hash = -1,
131574         .state = {
131575             .kind = 1,
131576             .compact = 1,
131577             .ascii = 1,
131578             .ready = 1,
131579         },
131580     },
131581     ._data = "_home",
131582 };
131583 static
131584     struct {
131585         PyASCIIObject _ascii;
131586         uint8_t _data[12];
131587     }
131588 const_str_exec_prefix = {
131589     ._ascii = {
131590         .ob_base = {
131591             .ob_refcnt = 999999999,
131592             .ob_type = &PyUnicode_Type,
131593         },
131594         .length = 11,
131595         .hash = -1,
131596         .state = {
131597             .kind = 1,
131598             .compact = 1,
131599             .ascii = 1,
131600             .ready = 1,
131601         },
131602     },
131603     ._data = "exec_prefix",
131604 };
131605 static
131606     struct {
131607         PyGC_Head _gc_head;
131608         struct {
131609             PyObject_VAR_HEAD
131610             PyObject *ob_item[22];
131611         }_object;
131612     }
131613 site_toplevel_consts_22_names = {
131614     ._object = {
131615         .ob_base = {
131616             .ob_base = {
131617                 .ob_refcnt = 999999999,
131618                 .ob_type = &PyTuple_Type,
131619             },
131620             .ob_size = 22,
131621         },
131622         .ob_item = {
131623             & const_str_os._ascii.ob_base,
131624             & const_str_environ._ascii.ob_base,
131625             & const_str_sys._ascii.ob_base,
131626             & const_str_platform._ascii.ob_base,
131627             & const_str__base_executable._ascii.ob_base,
131628             & const_str_executable._ascii.ob_base,
131629             &_Py_ID(path),
131630             & const_str_split._ascii.ob_base,
131631             & const_str_abspath._ascii.ob_base,
131632             & const_str_dirname._ascii.ob_base,
131633             & const_str__home._ascii.ob_base,
131634             &_Py_ID(join),
131635             &_Py_ID(open),
131636             & const_str_partition._ascii.ob_base,
131637             & const_str_strip._ascii.ob_base,
131638             & const_str_lower._ascii.ob_base,
131639             & const_str_prefix._ascii.ob_base,
131640             & const_str_exec_prefix._ascii.ob_base,
131641             & const_str_addsitepackages._ascii.ob_base,
131642             & const_str_PREFIXES._ascii.ob_base,
131643             & const_str_insert._ascii.ob_base,
131644             & const_str_ENABLE_USER_SITE._ascii.ob_base,
131645         },
131646     },
131647 };
131648 static
131649     struct {
131650         PyASCIIObject _ascii;
131651         uint8_t _data[5];
131652     }
131653 const_str_venv = {
131654     ._ascii = {
131655         .ob_base = {
131656             .ob_refcnt = 999999999,
131657             .ob_type = &PyUnicode_Type,
131658         },
131659         .length = 4,
131660         .hash = -1,
131661         .state = {
131662             .kind = 1,
131663             .compact = 1,
131664             .ascii = 1,
131665             .ready = 1,
131666         },
131667     },
131668     ._data = "venv",
131669 };
131670 static
131671     struct {
131672         PyObject_VAR_HEAD
131673         Py_hash_t ob_shash;
131674         char ob_sval[564];
131675     }
131676 site_toplevel_consts_22_linetable = {
131677     .ob_base = {
131678         .ob_base = {
131679             .ob_refcnt = 999999999,
131680             .ob_type = &PyBytes_Type,
131681         },
131682         .ob_size = 563,
131683     },
131684     .ob_shash = -1,
131685     .ob_sval = "\x80\x00\xf5\x06\x00\x0b\x0d\x8c\x2a\x80\x43\xdd\x07\x0a\x84\x7c\x90\x78\xd2\x07\x1f\xd0\x07\x1f\xd0\x24\x39\xb8\x53\xd0\x24\x40\xd0\x24\x40\xdd\x2c\x2e\xac\x4a\xd0\x37\x4c\xd4\x2c\x4d\xd0\x08\x4d\x88\x0a\x95\x53\xd4\x15\x29\xd0\x15\x29\xe5\x15\x18\x94\x5e\x88\x0a\xdd\x11\x13\x94\x17\x97\x1d\x92\x1d\x9d\x72\x9c\x77\x9f\x7f\x9a\x7f\xa8\x7a\xd1\x1f\x3a\xd4\x1f\x3a\xd1\x11\x3b\xd4\x11\x3b\x81\x4a\x80\x47\x88\x51\xdd\x12\x14\x94\x27\x97\x2f\x92\x2f\xa0\x27\xd1\x12\x2a\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\x8c\x47\x8f\x4c\x8a\x4c\x98\x17\xa0\x2d\xd1\x0c\x30\xd4\x0c\x30\xdd\x0c\x0e\x8c\x47\x8f\x4c\x8a\x4c\x98\x1b\xa0\x6d\xd1\x0c\x34\xd4\x0c\x34\xf0\x05\x03\x22\x0e\xf0\x03\x06\x17\x0a\xf1\x00\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\xd1\x0d\x31\xd4\x0d\x31\xf0\x00\x09\x09\x2a\xb0\x51\xd8\x18\x19\xf0\x00\x08\x0d\x2a\xf0\x00\x08\x0d\x2a\x90\x04\xd8\x13\x16\x98\x24\x90\x3b\x90\x3b\xd8\x24\x28\xa7\x4e\xa2\x4e\xb0\x33\xd1\x24\x37\xd4\x24\x37\x91\x4d\x90\x43\x98\x11\x98\x45\xd8\x1a\x1d\x9f\x29\x9a\x29\x99\x2b\x9c\x2b\xd7\x1a\x2b\xd2\x1a\x2b\xd1\x1a\x2d\xd4\x1a\x2d\x90\x43\xd8\x1c\x21\x9f\x4b\x9a\x4b\x99\x4d\x9c\x4d\x90\x45\xd8\x17\x1a\xd0\x1e\x3c\xd2\x17\x3c\xd0\x17\x3c\xd8\x26\x2b\xa7\x6b\xa2\x6b\xa1\x6d\xa4\x6d\x98\x0b\x98\x0b\xd8\x19\x1c\xa0\x06\x9a\x1d\x98\x1d\xd8\x24\x29\x9d\x03\x9c\x09\xf8\xf0\x11\x08\x0d\x2a\xf0\x03\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf1\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\xf8\xf8\xf8\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\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\xa4\x6a\xa0\x5c\xd1\x08\x32\xd4\x08\x32\xd0\x08\x32\xf0\x08\x00\x0c\x17\x98\x26\xd2\x0b\x20\xd0\x0b\x20\xdd\x0c\x14\x8f\x4f\x8a\x4f\x98\x41\x9d\x73\x9c\x7a\xd1\x0c\x2a\xd4\x0c\x2a\xd0\x0c\x2a\xd0\x0c\x2a\xe5\x18\x1b\x9c\x0a\x90\x7c\x88\x48\xd8\x1f\x24\xd0\x0c\x1c\xe0\x0b\x16\xd0\x04\x16",
131686 };
131687 static
131688     struct {
131689         PyObject_VAR_HEAD
131690         Py_hash_t ob_shash;
131691         char ob_sval[20];
131692     }
131693 site_toplevel_consts_22_exceptiontable = {
131694     .ob_base = {
131695         .ob_base = {
131696             .ob_refcnt = 999999999,
131697             .ob_type = &PyBytes_Type,
131698         },
131699         .ob_size = 19,
131700     },
131701     .ob_shash = -1,
131702     .ob_sval = "\xc4\x20\x42\x0a\x46\x37\x03\xc6\x37\x04\x46\x3b\x07\xc6\x3e\x01\x46\x3b\x07",
131703 };
131704 static
131705     struct {
131706         PyASCIIObject _ascii;
131707         uint8_t _data[8];
131708     }
131709 const_str_exe_dir = {
131710     ._ascii = {
131711         .ob_base = {
131712             .ob_refcnt = 999999999,
131713             .ob_type = &PyUnicode_Type,
131714         },
131715         .length = 7,
131716         .hash = -1,
131717         .state = {
131718             .kind = 1,
131719             .compact = 1,
131720             .ascii = 1,
131721             .ready = 1,
131722         },
131723     },
131724     ._data = "exe_dir",
131725 };
131726 static
131727     struct {
131728         PyASCIIObject _ascii;
131729         uint8_t _data[12];
131730     }
131731 const_str_site_prefix = {
131732     ._ascii = {
131733         .ob_base = {
131734             .ob_refcnt = 999999999,
131735             .ob_type = &PyUnicode_Type,
131736         },
131737         .length = 11,
131738         .hash = -1,
131739         .state = {
131740             .kind = 1,
131741             .compact = 1,
131742             .ascii = 1,
131743             .ready = 1,
131744         },
131745     },
131746     ._data = "site_prefix",
131747 };
131748 static
131749     struct {
131750         PyASCIIObject _ascii;
131751         uint8_t _data[14];
131752     }
131753 const_str_conf_basename = {
131754     ._ascii = {
131755         .ob_base = {
131756             .ob_refcnt = 999999999,
131757             .ob_type = &PyUnicode_Type,
131758         },
131759         .length = 13,
131760         .hash = -1,
131761         .state = {
131762             .kind = 1,
131763             .compact = 1,
131764             .ascii = 1,
131765             .ready = 1,
131766         },
131767     },
131768     ._data = "conf_basename",
131769 };
131770 static
131771     struct {
131772         PyASCIIObject _ascii;
131773         uint8_t _data[16];
131774     }
131775 const_str_candidate_confs = {
131776     ._ascii = {
131777         .ob_base = {
131778             .ob_refcnt = 999999999,
131779             .ob_type = &PyUnicode_Type,
131780         },
131781         .length = 15,
131782         .hash = -1,
131783         .state = {
131784             .kind = 1,
131785             .compact = 1,
131786             .ascii = 1,
131787             .ready = 1,
131788         },
131789     },
131790     ._data = "candidate_confs",
131791 };
131792 static
131793     struct {
131794         PyASCIIObject _ascii;
131795         uint8_t _data[13];
131796     }
131797 const_str_virtual_conf = {
131798     ._ascii = {
131799         .ob_base = {
131800             .ob_refcnt = 999999999,
131801             .ob_type = &PyUnicode_Type,
131802         },
131803         .length = 12,
131804         .hash = -1,
131805         .state = {
131806             .kind = 1,
131807             .compact = 1,
131808             .ascii = 1,
131809             .ready = 1,
131810         },
131811     },
131812     ._data = "virtual_conf",
131813 };
131814 static
131815     struct {
131816         PyASCIIObject _ascii;
131817         uint8_t _data[12];
131818     }
131819 const_str_system_site = {
131820     ._ascii = {
131821         .ob_base = {
131822             .ob_refcnt = 999999999,
131823             .ob_type = &PyUnicode_Type,
131824         },
131825         .length = 11,
131826         .hash = -1,
131827         .state = {
131828             .kind = 1,
131829             .compact = 1,
131830             .ascii = 1,
131831             .ready = 1,
131832         },
131833     },
131834     ._data = "system_site",
131835 };
131836 static
131837     struct {
131838         PyGC_Head _gc_head;
131839         struct {
131840             PyObject_VAR_HEAD
131841             PyObject *ob_item[14];
131842         }_object;
131843     }
131844 site_toplevel_consts_22_localsplusnames = {
131845     ._object = {
131846         .ob_base = {
131847             .ob_base = {
131848                 .ob_refcnt = 999999999,
131849                 .ob_type = &PyTuple_Type,
131850             },
131851             .ob_size = 14,
131852         },
131853         .ob_item = {
131854             & const_str_known_paths._ascii.ob_base,
131855             & const_str_env._ascii.ob_base,
131856             & const_str_executable._ascii.ob_base,
131857             & const_str_exe_dir._ascii.ob_base,
131858             &_Py_ID(_),
131859             & const_str_site_prefix._ascii.ob_base,
131860             & const_str_conf_basename._ascii.ob_base,
131861             & const_str_candidate_confs._ascii.ob_base,
131862             & const_str_virtual_conf._ascii.ob_base,
131863             & const_str_system_site._ascii.ob_base,
131864             & const_str_f._ascii.ob_base,
131865             &_Py_ID(line),
131866             & const_str_key._ascii.ob_base,
131867             & const_str_value._ascii.ob_base,
131868         },
131869     },
131870 };
131871 static
131872     struct _PyCode_DEF(1124)
131873 site_toplevel_consts_22 = {
131874     .ob_base = {
131875         .ob_base = {
131876             .ob_refcnt = 999999999,
131877             .ob_type = &PyCode_Type,
131878         },
131879         .ob_size = 562,
131880     },
131881     .co_consts = & site_toplevel_consts_22_consts._object.ob_base.ob_base,
131882     .co_names = & site_toplevel_consts_22_names._object.ob_base.ob_base,
131883     .co_exceptiontable = & site_toplevel_consts_22_exceptiontable.ob_base.ob_base,
131884     .co_flags = 3,
131885     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
131886     ._co_linearray_entry_size = 0,
131887     .co_argcount = 1,
131888     .co_posonlyargcount = 0,
131889     .co_kwonlyargcount = 0,
131890     .co_stacksize = 6,
131891     .co_firstlineno = 492,
131892     .co_nlocalsplus = 14,
131893     .co_nlocals = 14,
131894     .co_nplaincellvars = 0,
131895     .co_ncellvars = 0,
131896     .co_nfreevars = 0,
131897     .co_localsplusnames = & site_toplevel_consts_22_localsplusnames._object.ob_base.ob_base,
131898     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_73_consts_7_localspluskinds.ob_base.ob_base,
131899     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
131900     .co_name = & const_str_venv._ascii.ob_base,
131901     .co_qualname = & const_str_venv._ascii.ob_base,
131902     .co_linetable = & site_toplevel_consts_22_linetable.ob_base.ob_base,
131903     ._co_code = NULL,
131904     ._co_linearray = NULL,
131905     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x23\x64\x02\x7c\x01\x76\x00\x72\x1f\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\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\x0c\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x07\x00\x00\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\x06\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\x06\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\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\x06\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x06\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x06\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x44\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x90\x01\x72\x2b\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x0a\x7c\x0a\x44\x00\x5d\x86\x7d\x0b\x64\x09\x7c\x0b\x76\x00\x72\x80\x7c\x0b\xa0\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x0c\x7d\x04\x7d\x0d\x7c\x0c\xa0\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x7c\x0d\xa0\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\x15\x7c\x0d\xa0\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x8c\x74\x7c\x0c\x64\x0b\x6b\x02\x00\x00\x00\x00\x72\x0c\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\x87\x09\x00\x64\x00\x64\x00\x64\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0b\x23\x00\x31\x00\x73\x04\x77\x02\x78\x03\x59\x00\x77\x01\x01\x00\x59\x00\x01\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\x10\x00\x00\x00\x00\x00\x00\x00\x00\x67\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x09\x64\x06\x6b\x02\x00\x00\x00\x00\x72\x26\x74\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x14\x00\x00\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\x10\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0f\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x67\x01\x61\x13\x64\x0c\x61\x15\x7c\x00\x53\x00",
131906     ._co_firsttraceable = 0,
131907 };
131908 static
131909     struct {
131910         PyASCIIObject _ascii;
131911         uint8_t _data[45];
131912     }
131913 site_toplevel_consts_23_consts_0 = {
131914     ._ascii = {
131915         .ob_base = {
131916             .ob_refcnt = 999999999,
131917             .ob_type = &PyUnicode_Type,
131918         },
131919         .length = 44,
131920         .hash = -1,
131921         .state = {
131922             .kind = 1,
131923             .compact = 1,
131924             .ascii = 1,
131925             .ready = 1,
131926         },
131927     },
131928     ._data = "Run custom site specific code, if available.",
131929 };
131930 static
131931     struct {
131932         PyASCIIObject _ascii;
131933         uint8_t _data[14];
131934     }
131935 const_str_sitecustomize = {
131936     ._ascii = {
131937         .ob_base = {
131938             .ob_refcnt = 999999999,
131939             .ob_type = &PyUnicode_Type,
131940         },
131941         .length = 13,
131942         .hash = -1,
131943         .state = {
131944             .kind = 1,
131945             .compact = 1,
131946             .ascii = 1,
131947             .ready = 1,
131948         },
131949     },
131950     ._data = "sitecustomize",
131951 };
131952 static
131953     struct {
131954         PyASCIIObject _ascii;
131955         uint8_t _data[58];
131956     }
131957 site_toplevel_consts_23_consts_4 = {
131958     ._ascii = {
131959         .ob_base = {
131960             .ob_refcnt = 999999999,
131961             .ob_type = &PyUnicode_Type,
131962         },
131963         .length = 57,
131964         .hash = -1,
131965         .state = {
131966             .kind = 1,
131967             .compact = 1,
131968             .ascii = 1,
131969             .ready = 1,
131970         },
131971     },
131972     ._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",
131973 };
131974 static
131975     struct {
131976         PyGC_Head _gc_head;
131977         struct {
131978             PyObject_VAR_HEAD
131979             PyObject *ob_item[7];
131980         }_object;
131981     }
131982 site_toplevel_consts_23_consts = {
131983     ._object = {
131984         .ob_base = {
131985             .ob_base = {
131986                 .ob_refcnt = 999999999,
131987                 .ob_type = &PyTuple_Type,
131988             },
131989             .ob_size = 7,
131990         },
131991         .ob_item = {
131992             & site_toplevel_consts_23_consts_0._ascii.ob_base,
131993             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
131994             Py_None,
131995             & const_str_sitecustomize._ascii.ob_base,
131996             & site_toplevel_consts_23_consts_4._ascii.ob_base,
131997             & importlib__bootstrap_external_toplevel_consts_43_consts_4._ascii.ob_base,
131998             & _sitebuiltins_toplevel_consts_5_consts_5_consts_3._ascii.ob_base,
131999         },
132000     },
132001 };
132002 static
132003     struct {
132004         PyGC_Head _gc_head;
132005         struct {
132006             PyObject_VAR_HEAD
132007             PyObject *ob_item[13];
132008         }_object;
132009     }
132010 site_toplevel_consts_23_names = {
132011     ._object = {
132012         .ob_base = {
132013             .ob_base = {
132014                 .ob_refcnt = 999999999,
132015                 .ob_type = &PyTuple_Type,
132016             },
132017             .ob_size = 13,
132018         },
132019         .ob_item = {
132020             & const_str_sitecustomize._ascii.ob_base,
132021             & const_str_ImportError._ascii.ob_base,
132022             &_Py_ID(name),
132023             & const_str_Exception._ascii.ob_base,
132024             & const_str_sys._ascii.ob_base,
132025             & const_str_flags._ascii.ob_base,
132026             & const_str_verbose._ascii.ob_base,
132027             &_Py_ID(excepthook),
132028             & const_str_exc_info._ascii.ob_base,
132029             &_Py_ID(stderr),
132030             &_Py_ID(write),
132031             &_Py_ID(__class__),
132032             &_Py_ID(__name__),
132033         },
132034     },
132035 };
132036 static
132037     struct {
132038         PyASCIIObject _ascii;
132039         uint8_t _data[18];
132040     }
132041 const_str_execsitecustomize = {
132042     ._ascii = {
132043         .ob_base = {
132044             .ob_refcnt = 999999999,
132045             .ob_type = &PyUnicode_Type,
132046         },
132047         .length = 17,
132048         .hash = -1,
132049         .state = {
132050             .kind = 1,
132051             .compact = 1,
132052             .ascii = 1,
132053             .ready = 1,
132054         },
132055     },
132056     ._data = "execsitecustomize",
132057 };
132058 static
132059     struct {
132060         PyObject_VAR_HEAD
132061         Py_hash_t ob_shash;
132062         char ob_sval[270];
132063     }
132064 site_toplevel_consts_23_linetable = {
132065     .ob_base = {
132066         .ob_base = {
132067             .ob_refcnt = 999999999,
132068             .ob_type = &PyBytes_Type,
132069         },
132070         .ob_size = 269,
132071     },
132072     .ob_shash = -1,
132073     .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\x8c\x78\x98\x3f\xd2\x0f\x2a\xd0\x0f\x2a\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\x8c\x39\xd4\x0b\x1c\xf0\x00\x06\x09\x2f\xdd\x0c\x0f\x8c\x4e\x9d\x43\x9c\x4c\x99\x4e\x9c\x4e\xd0\x0c\x2b\xd0\x0c\x2b\xd0\x0c\x2b\xe5\x0c\x0f\x8c\x4a\xd7\x0c\x1c\xd2\x0c\x1c\xd0\x0c\x1c\xf0\x06\x00\x12\x15\x94\x1d\xd4\x11\x27\xd0\x11\x27\xd0\x11\x27\xa8\x13\xa8\x13\xa8\x13\xf0\x05\x02\x11\x2e\xf1\x03\x03\x0d\x2f\xf4\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\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",
132074 };
132075 static
132076     struct {
132077         PyObject_VAR_HEAD
132078         Py_hash_t ob_shash;
132079         char ob_sval[42];
132080     }
132081 site_toplevel_consts_23_exceptiontable = {
132082     .ob_base = {
132083         .ob_base = {
132084             .ob_refcnt = 999999999,
132085             .ob_type = &PyBytes_Type,
132086         },
132087         .ob_size = 41,
132088     },
132089     .ob_shash = -1,
132090     .ob_sval = "\x83\x04\x09\x00\x89\x0a\x2b\x03\x93\x0d\x26\x03\xa0\x04\x2e\x00\xa6\x05\x2b\x03\xab\x03\x2e\x00\xae\x0a\x42\x2a\x03\xb8\x41\x21\x42\x25\x03\xc2\x25\x05\x42\x2a\x03",
132091 };
132092 static
132093     struct {
132094         PyGC_Head _gc_head;
132095         struct {
132096             PyObject_VAR_HEAD
132097             PyObject *ob_item[3];
132098         }_object;
132099     }
132100 site_toplevel_consts_23_localsplusnames = {
132101     ._object = {
132102         .ob_base = {
132103             .ob_base = {
132104                 .ob_refcnt = 999999999,
132105                 .ob_type = &PyTuple_Type,
132106             },
132107             .ob_size = 3,
132108         },
132109         .ob_item = {
132110             & const_str_sitecustomize._ascii.ob_base,
132111             & const_str_exc._ascii.ob_base,
132112             & const_str_err._ascii.ob_base,
132113         },
132114     },
132115 };
132116 static
132117     struct _PyCode_DEF(346)
132118 site_toplevel_consts_23 = {
132119     .ob_base = {
132120         .ob_base = {
132121             .ob_refcnt = 999999999,
132122             .ob_type = &PyCode_Type,
132123         },
132124         .ob_size = 173,
132125     },
132126     .co_consts = & site_toplevel_consts_23_consts._object.ob_base.ob_base,
132127     .co_names = & site_toplevel_consts_23_names._object.ob_base.ob_base,
132128     .co_exceptiontable = & site_toplevel_consts_23_exceptiontable.ob_base.ob_base,
132129     .co_flags = 3,
132130     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
132131     ._co_linearray_entry_size = 0,
132132     .co_argcount = 0,
132133     .co_posonlyargcount = 0,
132134     .co_kwonlyargcount = 0,
132135     .co_stacksize = 8,
132136     .co_firstlineno = 544,
132137     .co_nlocalsplus = 3,
132138     .co_nlocals = 3,
132139     .co_nplaincellvars = 0,
132140     .co_ncellvars = 0,
132141     .co_nfreevars = 0,
132142     .co_localsplusnames = & site_toplevel_consts_23_localsplusnames._object.ob_base.ob_base,
132143     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
132144     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
132145     .co_name = & const_str_execsitecustomize._ascii.ob_base,
132146     .co_qualname = & const_str_execsitecustomize._ascii.ob_base,
132147     .co_linetable = & site_toplevel_consts_23_linetable.ob_base.ob_base,
132148     ._co_code = NULL,
132149     ._co_linearray = NULL,
132150     .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\x18\x7d\x01\x7c\x01\x6a\x02\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\x72\x7d\x02\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x72\x20\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8e\x00\x01\x00\x6e\x36\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x02\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x01\x64\x05\x7c\x02\x9b\x01\x64\x06\x9d\x05\xa6\x01\x00\x00\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",
132151     ._co_firsttraceable = 0,
132152 };
132153 static
132154     struct {
132155         PyASCIIObject _ascii;
132156         uint8_t _data[45];
132157     }
132158 site_toplevel_consts_24_consts_0 = {
132159     ._ascii = {
132160         .ob_base = {
132161             .ob_refcnt = 999999999,
132162             .ob_type = &PyUnicode_Type,
132163         },
132164         .length = 44,
132165         .hash = -1,
132166         .state = {
132167             .kind = 1,
132168             .compact = 1,
132169             .ascii = 1,
132170             .ready = 1,
132171         },
132172     },
132173     ._data = "Run custom user specific code, if available.",
132174 };
132175 static
132176     struct {
132177         PyASCIIObject _ascii;
132178         uint8_t _data[14];
132179     }
132180 const_str_usercustomize = {
132181     ._ascii = {
132182         .ob_base = {
132183             .ob_refcnt = 999999999,
132184             .ob_type = &PyUnicode_Type,
132185         },
132186         .length = 13,
132187         .hash = -1,
132188         .state = {
132189             .kind = 1,
132190             .compact = 1,
132191             .ascii = 1,
132192             .ready = 1,
132193         },
132194     },
132195     ._data = "usercustomize",
132196 };
132197 static
132198     struct {
132199         PyASCIIObject _ascii;
132200         uint8_t _data[58];
132201     }
132202 site_toplevel_consts_24_consts_4 = {
132203     ._ascii = {
132204         .ob_base = {
132205             .ob_refcnt = 999999999,
132206             .ob_type = &PyUnicode_Type,
132207         },
132208         .length = 57,
132209         .hash = -1,
132210         .state = {
132211             .kind = 1,
132212             .compact = 1,
132213             .ascii = 1,
132214             .ready = 1,
132215         },
132216     },
132217     ._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",
132218 };
132219 static
132220     struct {
132221         PyGC_Head _gc_head;
132222         struct {
132223             PyObject_VAR_HEAD
132224             PyObject *ob_item[7];
132225         }_object;
132226     }
132227 site_toplevel_consts_24_consts = {
132228     ._object = {
132229         .ob_base = {
132230             .ob_base = {
132231                 .ob_refcnt = 999999999,
132232                 .ob_type = &PyTuple_Type,
132233             },
132234             .ob_size = 7,
132235         },
132236         .ob_item = {
132237             & site_toplevel_consts_24_consts_0._ascii.ob_base,
132238             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
132239             Py_None,
132240             & const_str_usercustomize._ascii.ob_base,
132241             & site_toplevel_consts_24_consts_4._ascii.ob_base,
132242             & importlib__bootstrap_external_toplevel_consts_43_consts_4._ascii.ob_base,
132243             & _sitebuiltins_toplevel_consts_5_consts_5_consts_3._ascii.ob_base,
132244         },
132245     },
132246 };
132247 static
132248     struct {
132249         PyGC_Head _gc_head;
132250         struct {
132251             PyObject_VAR_HEAD
132252             PyObject *ob_item[13];
132253         }_object;
132254     }
132255 site_toplevel_consts_24_names = {
132256     ._object = {
132257         .ob_base = {
132258             .ob_base = {
132259                 .ob_refcnt = 999999999,
132260                 .ob_type = &PyTuple_Type,
132261             },
132262             .ob_size = 13,
132263         },
132264         .ob_item = {
132265             & const_str_usercustomize._ascii.ob_base,
132266             & const_str_ImportError._ascii.ob_base,
132267             &_Py_ID(name),
132268             & const_str_Exception._ascii.ob_base,
132269             & const_str_sys._ascii.ob_base,
132270             & const_str_flags._ascii.ob_base,
132271             & const_str_verbose._ascii.ob_base,
132272             &_Py_ID(excepthook),
132273             & const_str_exc_info._ascii.ob_base,
132274             &_Py_ID(stderr),
132275             &_Py_ID(write),
132276             &_Py_ID(__class__),
132277             &_Py_ID(__name__),
132278         },
132279     },
132280 };
132281 static
132282     struct {
132283         PyASCIIObject _ascii;
132284         uint8_t _data[18];
132285     }
132286 const_str_execusercustomize = {
132287     ._ascii = {
132288         .ob_base = {
132289             .ob_refcnt = 999999999,
132290             .ob_type = &PyUnicode_Type,
132291         },
132292         .length = 17,
132293         .hash = -1,
132294         .state = {
132295             .kind = 1,
132296             .compact = 1,
132297             .ascii = 1,
132298             .ready = 1,
132299         },
132300     },
132301     ._data = "execusercustomize",
132302 };
132303 static
132304     struct {
132305         PyGC_Head _gc_head;
132306         struct {
132307             PyObject_VAR_HEAD
132308             PyObject *ob_item[3];
132309         }_object;
132310     }
132311 site_toplevel_consts_24_localsplusnames = {
132312     ._object = {
132313         .ob_base = {
132314             .ob_base = {
132315                 .ob_refcnt = 999999999,
132316                 .ob_type = &PyTuple_Type,
132317             },
132318             .ob_size = 3,
132319         },
132320         .ob_item = {
132321             & const_str_usercustomize._ascii.ob_base,
132322             & const_str_exc._ascii.ob_base,
132323             & const_str_err._ascii.ob_base,
132324         },
132325     },
132326 };
132327 static
132328     struct _PyCode_DEF(346)
132329 site_toplevel_consts_24 = {
132330     .ob_base = {
132331         .ob_base = {
132332             .ob_refcnt = 999999999,
132333             .ob_type = &PyCode_Type,
132334         },
132335         .ob_size = 173,
132336     },
132337     .co_consts = & site_toplevel_consts_24_consts._object.ob_base.ob_base,
132338     .co_names = & site_toplevel_consts_24_names._object.ob_base.ob_base,
132339     .co_exceptiontable = & site_toplevel_consts_23_exceptiontable.ob_base.ob_base,
132340     .co_flags = 3,
132341     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
132342     ._co_linearray_entry_size = 0,
132343     .co_argcount = 0,
132344     .co_posonlyargcount = 0,
132345     .co_kwonlyargcount = 0,
132346     .co_stacksize = 8,
132347     .co_firstlineno = 564,
132348     .co_nlocalsplus = 3,
132349     .co_nlocals = 3,
132350     .co_nplaincellvars = 0,
132351     .co_ncellvars = 0,
132352     .co_nfreevars = 0,
132353     .co_localsplusnames = & site_toplevel_consts_24_localsplusnames._object.ob_base.ob_base,
132354     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
132355     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
132356     .co_name = & const_str_execusercustomize._ascii.ob_base,
132357     .co_qualname = & const_str_execusercustomize._ascii.ob_base,
132358     .co_linetable = & site_toplevel_consts_23_linetable.ob_base.ob_base,
132359     ._co_code = NULL,
132360     ._co_linearray = NULL,
132361     .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\x18\x7d\x01\x7c\x01\x6a\x02\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\x72\x7d\x02\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x72\x20\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8e\x00\x01\x00\x6e\x36\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x02\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x01\x64\x05\x7c\x02\x9b\x01\x64\x06\x9d\x05\xa6\x01\x00\x00\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",
132362     ._co_firsttraceable = 0,
132363 };
132364 static
132365     struct {
132366         PyASCIIObject _ascii;
132367         uint8_t _data[208];
132368     }
132369 site_toplevel_consts_25_consts_0 = {
132370     ._ascii = {
132371         .ob_base = {
132372             .ob_refcnt = 999999999,
132373             .ob_type = &PyUnicode_Type,
132374         },
132375         .length = 207,
132376         .hash = -1,
132377         .state = {
132378             .kind = 1,
132379             .compact = 1,
132380             .ascii = 1,
132381             .ready = 1,
132382         },
132383     },
132384     ._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",
132385 };
132386 static
132387     struct {
132388         PyGC_Head _gc_head;
132389         struct {
132390             PyObject_VAR_HEAD
132391             PyObject *ob_item[2];
132392         }_object;
132393     }
132394 site_toplevel_consts_25_consts = {
132395     ._object = {
132396         .ob_base = {
132397             .ob_base = {
132398                 .ob_refcnt = 999999999,
132399                 .ob_type = &PyTuple_Type,
132400             },
132401             .ob_size = 2,
132402         },
132403         .ob_item = {
132404             & site_toplevel_consts_25_consts_0._ascii.ob_base,
132405             Py_None,
132406         },
132407     },
132408 };
132409 static
132410     struct {
132411         PyASCIIObject _ascii;
132412         uint8_t _data[9];
132413     }
132414 const_str_isolated = {
132415     ._ascii = {
132416         .ob_base = {
132417             .ob_refcnt = 999999999,
132418             .ob_type = &PyUnicode_Type,
132419         },
132420         .length = 8,
132421         .hash = -1,
132422         .state = {
132423             .kind = 1,
132424             .compact = 1,
132425             .ascii = 1,
132426             .ready = 1,
132427         },
132428     },
132429     ._data = "isolated",
132430 };
132431 static
132432     struct {
132433         PyGC_Head _gc_head;
132434         struct {
132435             PyObject_VAR_HEAD
132436             PyObject *ob_item[17];
132437         }_object;
132438     }
132439 site_toplevel_consts_25_names = {
132440     ._object = {
132441         .ob_base = {
132442             .ob_base = {
132443                 .ob_refcnt = 999999999,
132444                 .ob_type = &PyTuple_Type,
132445             },
132446             .ob_size = 17,
132447         },
132448         .ob_item = {
132449             & const_str_sys._ascii.ob_base,
132450             &_Py_ID(path),
132451             & const_str_removeduppaths._ascii.ob_base,
132452             & const_str_abs_paths._ascii.ob_base,
132453             & const_str_venv._ascii.ob_base,
132454             & const_str_ENABLE_USER_SITE._ascii.ob_base,
132455             & const_str_check_enableusersite._ascii.ob_base,
132456             & const_str_addusersitepackages._ascii.ob_base,
132457             & const_str_addsitepackages._ascii.ob_base,
132458             & const_str_setquit._ascii.ob_base,
132459             & const_str_setcopyright._ascii.ob_base,
132460             & const_str_sethelper._ascii.ob_base,
132461             & const_str_flags._ascii.ob_base,
132462             & const_str_isolated._ascii.ob_base,
132463             & const_str_enablerlcompleter._ascii.ob_base,
132464             & const_str_execsitecustomize._ascii.ob_base,
132465             & const_str_execusercustomize._ascii.ob_base,
132466         },
132467     },
132468 };
132469 static
132470     struct {
132471         PyASCIIObject _ascii;
132472         uint8_t _data[5];
132473     }
132474 const_str_main = {
132475     ._ascii = {
132476         .ob_base = {
132477             .ob_refcnt = 999999999,
132478             .ob_type = &PyUnicode_Type,
132479         },
132480         .length = 4,
132481         .hash = -1,
132482         .state = {
132483             .kind = 1,
132484             .compact = 1,
132485             .ascii = 1,
132486             .ready = 1,
132487         },
132488     },
132489     ._data = "main",
132490 };
132491 static
132492     struct {
132493         PyObject_VAR_HEAD
132494         Py_hash_t ob_shash;
132495         char ob_sval[212];
132496     }
132497 site_toplevel_consts_25_linetable = {
132498     .ob_base = {
132499         .ob_base = {
132500             .ob_refcnt = 999999999,
132501             .ob_type = &PyBytes_Type,
132502         },
132503         .ob_size = 211,
132504     },
132505     .ob_shash = -1,
132506     .ob_sval = "\x80\x00\xf5\x10\x00\x11\x14\x94\x08\x98\x11\x98\x11\x98\x11\x94\x0b\x80\x49\xdd\x12\x20\xd1\x12\x22\xd4\x12\x22\x80\x4b\xd8\x07\x10\x95\x43\x94\x48\xd2\x07\x1c\xd0\x07\x1c\xf5\x06\x00\x09\x12\x89\x0b\x8c\x0b\x88\x0b\xe5\x12\x16\x90\x7b\xd1\x12\x23\xd4\x12\x23\x80\x4b\xdd\x07\x17\xd0\x07\x1f\xdd\x1b\x2f\xd1\x1b\x31\xd4\x1b\x31\xd0\x08\x18\xdd\x12\x25\xa0\x6b\xd1\x12\x32\xd4\x12\x32\x80\x4b\xdd\x12\x21\xa0\x2b\xd1\x12\x2e\xd4\x12\x2e\x80\x4b\xdd\x04\x0b\x81\x49\x84\x49\x80\x49\xdd\x04\x10\x81\x4e\x84\x4e\x80\x4e\xdd\x04\x0d\x81\x4b\x84\x4b\x80\x4b\xdd\x0b\x0e\x8c\x39\xd4\x0b\x1d\xf0\x00\x01\x05\x1c\xdd\x08\x19\xd1\x08\x1b\xd4\x08\x1b\xd0\x08\x1b\xdd\x04\x15\xd1\x04\x17\xd4\x04\x17\xd0\x04\x17\xdd\x07\x17\xf0\x00\x01\x05\x1c\xdd\x08\x19\xd1\x08\x1b\xd4\x08\x1b\xd0\x08\x1b\xd0\x08\x1b\xd0\x08\x1b\xf0\x03\x01\x05\x1c\xf0\x00\x01\x05\x1c",
132507 };
132508 static
132509     struct {
132510         PyASCIIObject _ascii;
132511         uint8_t _data[10];
132512     }
132513 const_str_orig_path = {
132514     ._ascii = {
132515         .ob_base = {
132516             .ob_refcnt = 999999999,
132517             .ob_type = &PyUnicode_Type,
132518         },
132519         .length = 9,
132520         .hash = -1,
132521         .state = {
132522             .kind = 1,
132523             .compact = 1,
132524             .ascii = 1,
132525             .ready = 1,
132526         },
132527     },
132528     ._data = "orig_path",
132529 };
132530 static
132531     struct {
132532         PyGC_Head _gc_head;
132533         struct {
132534             PyObject_VAR_HEAD
132535             PyObject *ob_item[2];
132536         }_object;
132537     }
132538 site_toplevel_consts_25_localsplusnames = {
132539     ._object = {
132540         .ob_base = {
132541             .ob_base = {
132542                 .ob_refcnt = 999999999,
132543                 .ob_type = &PyTuple_Type,
132544             },
132545             .ob_size = 2,
132546         },
132547         .ob_item = {
132548             & const_str_orig_path._ascii.ob_base,
132549             & const_str_known_paths._ascii.ob_base,
132550         },
132551     },
132552 };
132553 static
132554     struct _PyCode_DEF(486)
132555 site_toplevel_consts_25 = {
132556     .ob_base = {
132557         .ob_base = {
132558             .ob_refcnt = 999999999,
132559             .ob_type = &PyCode_Type,
132560         },
132561         .ob_size = 243,
132562     },
132563     .co_consts = & site_toplevel_consts_25_consts._object.ob_base.ob_base,
132564     .co_names = & site_toplevel_consts_25_names._object.ob_base.ob_base,
132565     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
132566     .co_flags = 3,
132567     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
132568     ._co_linearray_entry_size = 0,
132569     .co_argcount = 0,
132570     .co_posonlyargcount = 0,
132571     .co_kwonlyargcount = 0,
132572     .co_stacksize = 3,
132573     .co_firstlineno = 584,
132574     .co_nlocalsplus = 2,
132575     .co_nlocals = 2,
132576     .co_nplaincellvars = 0,
132577     .co_ncellvars = 0,
132578     .co_nfreevars = 0,
132579     .co_localsplusnames = & site_toplevel_consts_25_localsplusnames._object.ob_base.ob_base,
132580     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
132581     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
132582     .co_name = & const_str_main._ascii.ob_base,
132583     .co_qualname = & const_str_main._ascii.ob_base,
132584     .co_linetable = & site_toplevel_consts_25_linetable.ob_base.ob_base,
132585     ._co_code = NULL,
132586     ._co_linearray = NULL,
132587     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x01\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x0e\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\xa6\x01\x00\x00\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\x0e\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\xa6\x01\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\xa6\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\xa6\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\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x73\x0e\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\xa6\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\x10\x74\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00\x64\x01\x53\x00",
132588     ._co_firsttraceable = 0,
132589 };
132590 static
132591     struct {
132592         PyASCIIObject _ascii;
132593         uint8_t _data[435];
132594     }
132595 site_toplevel_consts_26_consts_1 = {
132596     ._ascii = {
132597         .ob_base = {
132598             .ob_refcnt = 999999999,
132599             .ob_type = &PyUnicode_Type,
132600         },
132601         .length = 434,
132602         .hash = -1,
132603         .state = {
132604             .kind = 1,
132605             .compact = 1,
132606             .ascii = 1,
132607             .ready = 1,
132608         },
132609     },
132610     ._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",
132611 };
132612 static
132613     struct {
132614         PyASCIIObject _ascii;
132615         uint8_t _data[13];
132616     }
132617 site_toplevel_consts_26_consts_3 = {
132618     ._ascii = {
132619         .ob_base = {
132620             .ob_refcnt = 999999999,
132621             .ob_type = &PyUnicode_Type,
132622         },
132623         .length = 12,
132624         .hash = -1,
132625         .state = {
132626             .kind = 1,
132627             .compact = 1,
132628             .ascii = 1,
132629             .ready = 1,
132630         },
132631     },
132632     ._data = "sys.path = [",
132633 };
132634 static
132635     struct {
132636         PyASCIIObject _ascii;
132637         uint8_t _data[5];
132638     }
132639 site_toplevel_consts_26_consts_4 = {
132640     ._ascii = {
132641         .ob_base = {
132642             .ob_refcnt = 999999999,
132643             .ob_type = &PyUnicode_Type,
132644         },
132645         .length = 4,
132646         .hash = -1,
132647         .state = {
132648             .kind = 1,
132649             .compact = 1,
132650             .ascii = 1,
132651             .ready = 1,
132652         },
132653     },
132654     ._data = "    ",
132655 };
132656 static
132657     struct {
132658         PyASCIIObject _ascii;
132659         uint8_t _data[2];
132660     }
132661 site_toplevel_consts_26_consts_5 = {
132662     ._ascii = {
132663         .ob_base = {
132664             .ob_refcnt = 999999999,
132665             .ob_type = &PyUnicode_Type,
132666         },
132667         .length = 1,
132668         .hash = -1,
132669         .state = {
132670             .kind = 1,
132671             .compact = 1,
132672             .ascii = 1,
132673             .ready = 1,
132674         },
132675     },
132676     ._data = ",",
132677 };
132678 static
132679     struct {
132680         PyASCIIObject _ascii;
132681         uint8_t _data[14];
132682     }
132683 site_toplevel_consts_26_consts_7_consts_2 = {
132684     ._ascii = {
132685         .ob_base = {
132686             .ob_refcnt = 999999999,
132687             .ob_type = &PyUnicode_Type,
132688         },
132689         .length = 13,
132690         .hash = -1,
132691         .state = {
132692             .kind = 1,
132693             .compact = 1,
132694             .ascii = 1,
132695             .ready = 1,
132696         },
132697     },
132698     ._data = "doesn't exist",
132699 };
132700 static
132701     struct {
132702         PyGC_Head _gc_head;
132703         struct {
132704             PyObject_VAR_HEAD
132705             PyObject *ob_item[3];
132706         }_object;
132707     }
132708 site_toplevel_consts_26_consts_7_consts = {
132709     ._object = {
132710         .ob_base = {
132711             .ob_base = {
132712                 .ob_refcnt = 999999999,
132713                 .ob_type = &PyTuple_Type,
132714             },
132715             .ob_size = 3,
132716         },
132717         .ob_item = {
132718             Py_None,
132719             & const_str_exists._ascii.ob_base,
132720             & site_toplevel_consts_26_consts_7_consts_2._ascii.ob_base,
132721         },
132722     },
132723 };
132724 static
132725     struct {
132726         PyGC_Head _gc_head;
132727         struct {
132728             PyObject_VAR_HEAD
132729             PyObject *ob_item[3];
132730         }_object;
132731     }
132732 site_toplevel_consts_26_consts_7_names = {
132733     ._object = {
132734         .ob_base = {
132735             .ob_base = {
132736                 .ob_refcnt = 999999999,
132737                 .ob_type = &PyTuple_Type,
132738             },
132739             .ob_size = 3,
132740         },
132741         .ob_item = {
132742             & const_str_os._ascii.ob_base,
132743             &_Py_ID(path),
132744             & const_str_isdir._ascii.ob_base,
132745         },
132746     },
132747 };
132748 static
132749     struct {
132750         PyASCIIObject _ascii;
132751         uint8_t _data[24];
132752     }
132753 site_toplevel_consts_26_consts_7_qualname = {
132754     ._ascii = {
132755         .ob_base = {
132756             .ob_refcnt = 999999999,
132757             .ob_type = &PyUnicode_Type,
132758         },
132759         .length = 23,
132760         .hash = -1,
132761         .state = {
132762             .kind = 1,
132763             .compact = 1,
132764             .ascii = 1,
132765             .ready = 1,
132766         },
132767     },
132768     ._data = "_script.<locals>.exists",
132769 };
132770 static
132771     struct {
132772         PyObject_VAR_HEAD
132773         Py_hash_t ob_shash;
132774         char ob_sval[38];
132775     }
132776 site_toplevel_consts_26_consts_7_linetable = {
132777     .ob_base = {
132778         .ob_base = {
132779             .ob_refcnt = 999999999,
132780             .ob_type = &PyBytes_Type,
132781         },
132782         .ob_size = 37,
132783     },
132784     .ob_shash = -1,
132785     .ob_sval = "\x80\x00\xd8\x0f\x13\xd0\x0f\x1f\xa5\x42\xa4\x47\xa7\x4d\xa2\x4d\xb0\x24\xd1\x24\x37\xd4\x24\x37\xd0\x0f\x1f\xd8\x17\x1f\x90\x78\xe0\x17\x26\x90\x7f",
132786 };
132787 static
132788     struct _PyCode_DEF(76)
132789 site_toplevel_consts_26_consts_7 = {
132790     .ob_base = {
132791         .ob_base = {
132792             .ob_refcnt = 999999999,
132793             .ob_type = &PyCode_Type,
132794         },
132795         .ob_size = 38,
132796     },
132797     .co_consts = & site_toplevel_consts_26_consts_7_consts._object.ob_base.ob_base,
132798     .co_names = & site_toplevel_consts_26_consts_7_names._object.ob_base.ob_base,
132799     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
132800     .co_flags = 19,
132801     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
132802     ._co_linearray_entry_size = 0,
132803     .co_argcount = 1,
132804     .co_posonlyargcount = 0,
132805     .co_kwonlyargcount = 0,
132806     .co_stacksize = 3,
132807     .co_firstlineno = 641,
132808     .co_nlocalsplus = 1,
132809     .co_nlocals = 1,
132810     .co_nplaincellvars = 0,
132811     .co_ncellvars = 0,
132812     .co_nfreevars = 0,
132813     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
132814     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
132815     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
132816     .co_name = & const_str_exists._ascii.ob_base,
132817     .co_qualname = & site_toplevel_consts_26_consts_7_qualname._ascii.ob_base,
132818     .co_linetable = & site_toplevel_consts_26_consts_7_linetable.ob_base.ob_base,
132819     ._co_code = NULL,
132820     ._co_linearray = NULL,
132821     .co_code_adaptive = "\x97\x00\x7c\x00\x81\x21\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x64\x01\x53\x00\x64\x02\x53\x00",
132822     ._co_firsttraceable = 0,
132823 };
132824 static
132825     struct {
132826         PyASCIIObject _ascii;
132827         uint8_t _data[12];
132828     }
132829 site_toplevel_consts_26_consts_8 = {
132830     ._ascii = {
132831         .ob_base = {
132832             .ob_refcnt = 999999999,
132833             .ob_type = &PyUnicode_Type,
132834         },
132835         .length = 11,
132836         .hash = -1,
132837         .state = {
132838             .kind = 1,
132839             .compact = 1,
132840             .ascii = 1,
132841             .ready = 1,
132842         },
132843     },
132844     ._data = "USER_BASE: ",
132845 };
132846 static
132847     struct {
132848         PyASCIIObject _ascii;
132849         uint8_t _data[12];
132850     }
132851 site_toplevel_consts_26_consts_11 = {
132852     ._ascii = {
132853         .ob_base = {
132854             .ob_refcnt = 999999999,
132855             .ob_type = &PyUnicode_Type,
132856         },
132857         .length = 11,
132858         .hash = -1,
132859         .state = {
132860             .kind = 1,
132861             .compact = 1,
132862             .ascii = 1,
132863             .ready = 1,
132864         },
132865     },
132866     ._data = "USER_SITE: ",
132867 };
132868 static
132869     struct {
132870         PyASCIIObject _ascii;
132871         uint8_t _data[19];
132872     }
132873 site_toplevel_consts_26_consts_12 = {
132874     ._ascii = {
132875         .ob_base = {
132876             .ob_refcnt = 999999999,
132877             .ob_type = &PyUnicode_Type,
132878         },
132879         .length = 18,
132880         .hash = -1,
132881         .state = {
132882             .kind = 1,
132883             .compact = 1,
132884             .ascii = 1,
132885             .ready = 1,
132886         },
132887     },
132888     ._data = "ENABLE_USER_SITE: ",
132889 };
132890 static
132891     struct {
132892         PyASCIIObject _ascii;
132893         uint8_t _data[12];
132894     }
132895 site_toplevel_consts_26_consts_14 = {
132896     ._ascii = {
132897         .ob_base = {
132898             .ob_refcnt = 999999999,
132899             .ob_type = &PyUnicode_Type,
132900         },
132901         .length = 11,
132902         .hash = -1,
132903         .state = {
132904             .kind = 1,
132905             .compact = 1,
132906             .ascii = 1,
132907             .ready = 1,
132908         },
132909     },
132910     ._data = "--user-base",
132911 };
132912 static
132913     struct {
132914         PyASCIIObject _ascii;
132915         uint8_t _data[12];
132916     }
132917 site_toplevel_consts_26_consts_15 = {
132918     ._ascii = {
132919         .ob_base = {
132920             .ob_refcnt = 999999999,
132921             .ob_type = &PyUnicode_Type,
132922         },
132923         .length = 11,
132924         .hash = -1,
132925         .state = {
132926             .kind = 1,
132927             .compact = 1,
132928             .ascii = 1,
132929             .ready = 1,
132930         },
132931     },
132932     ._data = "--user-site",
132933 };
132934 static
132935     struct {
132936         PyGC_Head _gc_head;
132937         struct {
132938             PyObject_VAR_HEAD
132939             PyObject *ob_item[20];
132940         }_object;
132941     }
132942 site_toplevel_consts_26_consts = {
132943     ._object = {
132944         .ob_base = {
132945             .ob_base = {
132946                 .ob_refcnt = 999999999,
132947                 .ob_type = &PyTuple_Type,
132948             },
132949             .ob_size = 20,
132950         },
132951         .ob_item = {
132952             Py_None,
132953             & site_toplevel_consts_26_consts_1._ascii.ob_base,
132954             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
132955             & site_toplevel_consts_26_consts_3._ascii.ob_base,
132956             & site_toplevel_consts_26_consts_4._ascii.ob_base,
132957             & site_toplevel_consts_26_consts_5._ascii.ob_base,
132958             & _collections_abc_toplevel_consts_44_consts_4_consts_8._ascii.ob_base,
132959             & site_toplevel_consts_26_consts_7.ob_base.ob_base,
132960             & site_toplevel_consts_26_consts_8._ascii.ob_base,
132961             & importlib__bootstrap_toplevel_consts_37_consts_3_consts_3._ascii.ob_base,
132962             & importlib__bootstrap_toplevel_consts_55_consts_6._ascii.ob_base,
132963             & site_toplevel_consts_26_consts_11._ascii.ob_base,
132964             & site_toplevel_consts_26_consts_12._ascii.ob_base,
132965             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
132966             & site_toplevel_consts_26_consts_14._ascii.ob_base,
132967             & site_toplevel_consts_26_consts_15._ascii.ob_base,
132968             Py_False,
132969             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
132970             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
132971             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 10],
132972         },
132973     },
132974 };
132975 static
132976     struct {
132977         PyASCIIObject _ascii;
132978         uint8_t _data[5];
132979     }
132980 const_str_argv = {
132981     ._ascii = {
132982         .ob_base = {
132983             .ob_refcnt = 999999999,
132984             .ob_type = &PyUnicode_Type,
132985         },
132986         .length = 4,
132987         .hash = -1,
132988         .state = {
132989             .kind = 1,
132990             .compact = 1,
132991             .ascii = 1,
132992             .ready = 1,
132993         },
132994     },
132995     ._data = "argv",
132996 };
132997 static
132998     struct {
132999         PyASCIIObject _ascii;
133000         uint8_t _data[9];
133001     }
133002 const_str_textwrap = {
133003     ._ascii = {
133004         .ob_base = {
133005             .ob_refcnt = 999999999,
133006             .ob_type = &PyUnicode_Type,
133007         },
133008         .length = 8,
133009         .hash = -1,
133010         .state = {
133011             .kind = 1,
133012             .compact = 1,
133013             .ascii = 1,
133014             .ready = 1,
133015         },
133016     },
133017     ._data = "textwrap",
133018 };
133019 static
133020     struct {
133021         PyASCIIObject _ascii;
133022         uint8_t _data[7];
133023     }
133024 const_str_dedent = {
133025     ._ascii = {
133026         .ob_base = {
133027             .ob_refcnt = 999999999,
133028             .ob_type = &PyUnicode_Type,
133029         },
133030         .length = 6,
133031         .hash = -1,
133032         .state = {
133033             .kind = 1,
133034             .compact = 1,
133035             .ascii = 1,
133036             .ready = 1,
133037         },
133038     },
133039     ._data = "dedent",
133040 };
133041 static
133042     struct {
133043         PyGC_Head _gc_head;
133044         struct {
133045             PyObject_VAR_HEAD
133046             PyObject *ob_item[16];
133047         }_object;
133048     }
133049 site_toplevel_consts_26_names = {
133050     ._object = {
133051         .ob_base = {
133052             .ob_base = {
133053                 .ob_refcnt = 999999999,
133054                 .ob_type = &PyTuple_Type,
133055             },
133056             .ob_size = 16,
133057         },
133058         .ob_item = {
133059             & const_str_sys._ascii.ob_base,
133060             & const_str_argv._ascii.ob_base,
133061             & const_str_getuserbase._ascii.ob_base,
133062             & const_str_getusersitepackages._ascii.ob_base,
133063             & const_str_print._ascii.ob_base,
133064             &_Py_ID(path),
133065             & const_str_ENABLE_USER_SITE._ascii.ob_base,
133066             & const_str_exit._ascii.ob_base,
133067             &_Py_ID(append),
133068             & const_str_USER_BASE._ascii.ob_base,
133069             & const_str_USER_SITE._ascii.ob_base,
133070             & const_str_os._ascii.ob_base,
133071             & const_str_pathsep._ascii.ob_base,
133072             &_Py_ID(join),
133073             & const_str_textwrap._ascii.ob_base,
133074             & const_str_dedent._ascii.ob_base,
133075         },
133076     },
133077 };
133078 static
133079     struct {
133080         PyASCIIObject _ascii;
133081         uint8_t _data[8];
133082     }
133083 const_str__script = {
133084     ._ascii = {
133085         .ob_base = {
133086             .ob_refcnt = 999999999,
133087             .ob_type = &PyUnicode_Type,
133088         },
133089         .length = 7,
133090         .hash = -1,
133091         .state = {
133092             .kind = 1,
133093             .compact = 1,
133094             .ascii = 1,
133095             .ready = 1,
133096         },
133097     },
133098     ._data = "_script",
133099 };
133100 static
133101     struct {
133102         PyObject_VAR_HEAD
133103         Py_hash_t ob_shash;
133104         char ob_sval[527];
133105     }
133106 site_toplevel_consts_26_linetable = {
133107     .ob_base = {
133108         .ob_base = {
133109             .ob_refcnt = 999999999,
133110             .ob_type = &PyBytes_Type,
133111         },
133112         .ob_size = 526,
133113     },
133114     .ob_shash = -1,
133115     .ob_sval = "\x80\x00\xf0\x02\x0d\x0c\x08\x80\x44\xf5\x1c\x00\x0c\x0f\x8c\x38\x90\x41\x90\x42\x90\x42\x8c\x3c\x80\x44\xd8\x0b\x0f\xf0\x00\x0f\x05\x14\xdd\x14\x1f\x91\x4d\x94\x4d\x88\x09\xdd\x14\x27\xd1\x14\x29\xd4\x14\x29\x88\x09\xdd\x08\x0d\x88\x6e\xd1\x08\x1d\xd4\x08\x1d\xd0\x08\x1d\xdd\x13\x16\x94\x38\xf0\x00\x01\x09\x26\xf0\x00\x01\x09\x26\x88\x43\xdd\x0c\x11\x88\x45\x98\x73\x98\x73\x98\x73\xd0\x12\x24\xd1\x0c\x25\xd4\x0c\x25\xd0\x0c\x25\xd0\x0c\x25\xdd\x08\x0d\x88\x63\x89\x0a\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\xd1\x2b\x3c\xd4\x2b\x3c\xd0\x0e\x3f\xd0\x0e\x3f\xd0\x0e\x3f\xd1\x08\x40\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\xd1\x2b\x3c\xd4\x2b\x3c\xd0\x0e\x3f\xd0\x0e\x3f\xd0\x0e\x3f\xd1\x08\x40\xd4\x08\x40\xd0\x08\x40\xdd\x08\x0d\xd0\x0e\x37\xd5\x23\x33\xd0\x0e\x37\xd0\x0e\x37\xd1\x08\x38\xd4\x08\x38\xd0\x08\x38\xdd\x08\x0b\x8c\x08\x90\x11\x89\x0b\x8c\x0b\x88\x0b\xe0\x0d\x0f\x80\x46\xd8\x07\x14\x98\x04\xd0\x07\x1c\xd0\x07\x1c\xd8\x08\x0e\x8f\x0d\x8a\x0d\x95\x69\xd1\x08\x20\xd4\x08\x20\xd0\x08\x20\xd8\x07\x14\x98\x04\xd0\x07\x1c\xd0\x07\x1c\xd8\x08\x0e\x8f\x0d\x8a\x0d\x95\x69\xd1\x08\x20\xd4\x08\x20\xd0\x08\x20\xe0\x07\x0d\xf0\x00\x0d\x05\x15\xdd\x08\x0d\x8d\x62\x8c\x6a\x8f\x6f\x8a\x6f\x98\x66\xd1\x0e\x25\xd4\x0e\x25\xd1\x08\x26\xd4\x08\x26\xd0\x08\x26\xdd\x0b\x1b\xf0\x00\x07\x09\x18\xdd\x0c\x0f\x8c\x48\x90\x51\x89\x4b\x8c\x4b\x88\x4b\x88\x4b\x88\x4b\xdd\x0d\x1d\xa0\x15\xd0\x0d\x26\xd0\x0d\x26\xdd\x0c\x0f\x8c\x48\x90\x51\x89\x4b\x8c\x4b\x88\x4b\x88\x4b\x88\x4b\xdd\x0d\x1d\xd0\x0d\x25\xdd\x0c\x0f\x8c\x48\x90\x51\x89\x4b\x8c\x4b\x88\x4b\x88\x4b\x88\x4b\xe5\x0c\x0f\x8c\x48\x90\x51\x89\x4b\x8c\x4b\x88\x4b\x88\x4b\x88\x4b\xe0\x08\x17\x88\x0f\x88\x0f\x88\x0f\xdd\x08\x0d\x88\x68\x8f\x6f\x8a\x6f\x98\x64\xa5\x63\xa4\x68\xa8\x71\xa4\x6b\xb5\x32\xb4\x3a\xd0\x25\x3e\xd1\x1e\x3e\xd1\x0e\x3f\xd4\x0e\x3f\xd1\x08\x40\xd4\x08\x40\xd0\x08\x40\xdd\x08\x0b\x8c\x08\x90\x12\x89\x0c\x8c\x0c\x88\x0c\x88\x0c\x88\x0c",
133116 };
133117 static
133118     struct {
133119         PyASCIIObject _ascii;
133120         uint8_t _data[10];
133121     }
133122 const_str_user_base = {
133123     ._ascii = {
133124         .ob_base = {
133125             .ob_refcnt = 999999999,
133126             .ob_type = &PyUnicode_Type,
133127         },
133128         .length = 9,
133129         .hash = -1,
133130         .state = {
133131             .kind = 1,
133132             .compact = 1,
133133             .ascii = 1,
133134             .ready = 1,
133135         },
133136     },
133137     ._data = "user_base",
133138 };
133139 static
133140     struct {
133141         PyGC_Head _gc_head;
133142         struct {
133143             PyObject_VAR_HEAD
133144             PyObject *ob_item[8];
133145         }_object;
133146     }
133147 site_toplevel_consts_26_localsplusnames = {
133148     ._object = {
133149         .ob_base = {
133150             .ob_base = {
133151                 .ob_refcnt = 999999999,
133152                 .ob_type = &PyTuple_Type,
133153             },
133154             .ob_size = 8,
133155         },
133156         .ob_item = {
133157             & const_str_help._ascii.ob_base,
133158             & const_str_args._ascii.ob_base,
133159             & const_str_user_base._ascii.ob_base,
133160             & const_str_user_site._ascii.ob_base,
133161             & const_str_dir._ascii.ob_base,
133162             & const_str_exists._ascii.ob_base,
133163             &_Py_ID(buffer),
133164             & const_str_textwrap._ascii.ob_base,
133165         },
133166     },
133167 };
133168 static
133169     struct _PyCode_DEF(1070)
133170 site_toplevel_consts_26 = {
133171     .ob_base = {
133172         .ob_base = {
133173             .ob_refcnt = 999999999,
133174             .ob_type = &PyCode_Type,
133175         },
133176         .ob_size = 535,
133177     },
133178     .co_consts = & site_toplevel_consts_26_consts._object.ob_base.ob_base,
133179     .co_names = & site_toplevel_consts_26_names._object.ob_base.ob_base,
133180     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
133181     .co_flags = 3,
133182     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
133183     ._co_linearray_entry_size = 0,
133184     .co_argcount = 0,
133185     .co_posonlyargcount = 0,
133186     .co_kwonlyargcount = 0,
133187     .co_stacksize = 8,
133188     .co_firstlineno = 618,
133189     .co_nlocalsplus = 8,
133190     .co_nlocals = 8,
133191     .co_nplaincellvars = 0,
133192     .co_ncellvars = 0,
133193     .co_nfreevars = 0,
133194     .co_localsplusnames = & site_toplevel_consts_26_localsplusnames._object.ob_base.ob_base,
133195     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
133196     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
133197     .co_name = & const_str__script._ascii.ob_base,
133198     .co_qualname = & const_str__script._ascii.ob_base,
133199     .co_linetable = & site_toplevel_consts_26_linetable.ob_base.ob_base,
133200     ._co_code = NULL,
133201     ._co_linearray = NULL,
133202     .co_code_adaptive = "\x97\x00\x64\x01\x7d\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x00\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x73\xc8\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\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\xa6\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\xa6\x01\x00\x00\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\x05\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x15\x7d\x04\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x04\x9b\x02\x64\x05\x9d\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x16\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xa6\x01\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x0a\x9d\x05\xa6\x01\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\x64\x0b\x7c\x03\x9b\x02\x64\x09\x02\x00\x7c\x05\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x0a\x9d\x05\xa6\x01\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\x64\x0c\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x02\x9d\x02\xa6\x01\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\x07\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0d\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x67\x00\x7d\x06\x64\x0e\x7c\x01\x76\x00\x72\x1a\x7c\x06\xa0\x08\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x0f\x7c\x01\x76\x00\x72\x1a\x7c\x06\xa0\x08\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x06\x72\x9b\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\x0c\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\x16\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0d\xa6\x01\x00\x00\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\x16\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xa6\x01\x00\x00\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\x16\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x64\x11\xa6\x01\x00\x00\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\x07\x00\x00\x00\x00\x00\x00\x00\x00\x64\x12\xa6\x01\x00\x00\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\xa0\x0f\x00\x00\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\x01\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\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x7a\x06\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\x07\x00\x00\x00\x00\x00\x00\x00\x00\x64\x13\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
133203     ._co_firsttraceable = 0,
133204 };
133205 static
133206     struct {
133207         PyGC_Head _gc_head;
133208         struct {
133209             PyObject_VAR_HEAD
133210             PyObject *ob_item[29];
133211         }_object;
133212     }
133213 site_toplevel_consts = {
133214     ._object = {
133215         .ob_base = {
133216             .ob_base = {
133217                 .ob_refcnt = 999999999,
133218                 .ob_type = &PyTuple_Type,
133219             },
133220             .ob_size = 29,
133221         },
133222         .ob_item = {
133223             & site_toplevel_consts_0._ascii.ob_base,
133224             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
133225             Py_None,
133226             & site_toplevel_consts_3.ob_base.ob_base,
133227             & site_toplevel_consts_4.ob_base.ob_base,
133228             & site_toplevel_consts_5.ob_base.ob_base,
133229             & site_toplevel_consts_6.ob_base.ob_base,
133230             & site_toplevel_consts_7.ob_base.ob_base,
133231             & site_toplevel_consts_8.ob_base.ob_base,
133232             & site_toplevel_consts_9.ob_base.ob_base,
133233             & site_toplevel_consts_10.ob_base.ob_base,
133234             & site_toplevel_consts_11.ob_base.ob_base,
133235             & site_toplevel_consts_12.ob_base.ob_base,
133236             & site_toplevel_consts_13.ob_base.ob_base,
133237             & site_toplevel_consts_14.ob_base.ob_base,
133238             & site_toplevel_consts_15.ob_base.ob_base,
133239             & site_toplevel_consts_16.ob_base.ob_base,
133240             & site_toplevel_consts_17.ob_base.ob_base,
133241             & site_toplevel_consts_18.ob_base.ob_base,
133242             & site_toplevel_consts_19.ob_base.ob_base,
133243             & site_toplevel_consts_20.ob_base.ob_base,
133244             & site_toplevel_consts_21.ob_base.ob_base,
133245             & site_toplevel_consts_22.ob_base.ob_base,
133246             & site_toplevel_consts_23.ob_base.ob_base,
133247             & site_toplevel_consts_24.ob_base.ob_base,
133248             & site_toplevel_consts_25.ob_base.ob_base,
133249             & site_toplevel_consts_26.ob_base.ob_base,
133250             &_Py_ID(__main__),
133251             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
133252         },
133253     },
133254 };
133255 static
133256     struct {
133257         PyASCIIObject _ascii;
133258         uint8_t _data[8];
133259     }
133260 const_str_no_site = {
133261     ._ascii = {
133262         .ob_base = {
133263             .ob_refcnt = 999999999,
133264             .ob_type = &PyUnicode_Type,
133265         },
133266         .length = 7,
133267         .hash = -1,
133268         .state = {
133269             .kind = 1,
133270             .compact = 1,
133271             .ascii = 1,
133272             .ready = 1,
133273         },
133274     },
133275     ._data = "no_site",
133276 };
133277 static
133278     struct {
133279         PyGC_Head _gc_head;
133280         struct {
133281             PyObject_VAR_HEAD
133282             PyObject *ob_item[39];
133283         }_object;
133284     }
133285 site_toplevel_names = {
133286     ._object = {
133287         .ob_base = {
133288             .ob_base = {
133289                 .ob_refcnt = 999999999,
133290                 .ob_type = &PyTuple_Type,
133291             },
133292             .ob_size = 39,
133293         },
133294         .ob_item = {
133295             &_Py_ID(__doc__),
133296             & const_str_sys._ascii.ob_base,
133297             & const_str_os._ascii.ob_base,
133298             &_Py_ID(builtins),
133299             & const_str__sitebuiltins._ascii.ob_base,
133300             & const_str_io._ascii.ob_base,
133301             & const_str_prefix._ascii.ob_base,
133302             & const_str_exec_prefix._ascii.ob_base,
133303             & const_str_PREFIXES._ascii.ob_base,
133304             & const_str_ENABLE_USER_SITE._ascii.ob_base,
133305             & const_str_USER_SITE._ascii.ob_base,
133306             & const_str_USER_BASE._ascii.ob_base,
133307             & const_str__trace._ascii.ob_base,
133308             & const_str_makepath._ascii.ob_base,
133309             & const_str_abs_paths._ascii.ob_base,
133310             & const_str_removeduppaths._ascii.ob_base,
133311             & const_str__init_pathinfo._ascii.ob_base,
133312             & const_str_addpackage._ascii.ob_base,
133313             & const_str_addsitedir._ascii.ob_base,
133314             & const_str_check_enableusersite._ascii.ob_base,
133315             & const_str__getuserbase._ascii.ob_base,
133316             & const_str__get_path._ascii.ob_base,
133317             & const_str_getuserbase._ascii.ob_base,
133318             & const_str_getusersitepackages._ascii.ob_base,
133319             & const_str_addusersitepackages._ascii.ob_base,
133320             & const_str_getsitepackages._ascii.ob_base,
133321             & const_str_addsitepackages._ascii.ob_base,
133322             & const_str_setquit._ascii.ob_base,
133323             & const_str_setcopyright._ascii.ob_base,
133324             & const_str_sethelper._ascii.ob_base,
133325             & const_str_enablerlcompleter._ascii.ob_base,
133326             & const_str_venv._ascii.ob_base,
133327             & const_str_execsitecustomize._ascii.ob_base,
133328             & const_str_execusercustomize._ascii.ob_base,
133329             & const_str_main._ascii.ob_base,
133330             & const_str_flags._ascii.ob_base,
133331             & const_str_no_site._ascii.ob_base,
133332             & const_str__script._ascii.ob_base,
133333             &_Py_ID(__name__),
133334         },
133335     },
133336 };
133337 static
133338     struct {
133339         PyObject_VAR_HEAD
133340         Py_hash_t ob_shash;
133341         char ob_sval[551];
133342     }
133343 site_toplevel_linetable = {
133344     .ob_base = {
133345         .ob_base = {
133346             .ob_refcnt = 999999999,
133347             .ob_type = &PyBytes_Type,
133348         },
133349         .ob_size = 550,
133350     },
133351     .ob_shash = -1,
133352     .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\x8c\x4a\x98\x03\x9c\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\x16\x01\x17\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\x1f\x01\x18\xf0\x00\x1f\x01\x18\xf0\x00\x1f\x01\x18\xf0\x00\x1f\x01\x18\xf0\x42\x01\x07\x01\x17\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\x84\x79\xd4\x07\x18\xf0\x00\x01\x01\x0b\xd8\x04\x08\x80\x44\x81\x46\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\xd0\x03\x19\xd8\x04\x0b\x80\x47\x81\x49\x84\x49\x80\x49\x80\x49\x80\x49\xf0\x03\x00\x04\x1a\xd0\x03\x19",
133353 };
133354 static
133355     struct _PyCode_DEF(320)
133356 site_toplevel = {
133357     .ob_base = {
133358         .ob_base = {
133359             .ob_refcnt = 999999999,
133360             .ob_type = &PyCode_Type,
133361         },
133362         .ob_size = 160,
133363     },
133364     .co_consts = & site_toplevel_consts._object.ob_base.ob_base,
133365     .co_names = & site_toplevel_names._object.ob_base.ob_base,
133366     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
133367     .co_flags = 0,
133368     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
133369     ._co_linearray_entry_size = 0,
133370     .co_argcount = 0,
133371     .co_posonlyargcount = 0,
133372     .co_kwonlyargcount = 0,
133373     .co_stacksize = 2,
133374     .co_firstlineno = 1,
133375     .co_nlocalsplus = 0,
133376     .co_nlocals = 0,
133377     .co_nplaincellvars = 0,
133378     .co_ncellvars = 0,
133379     .co_nfreevars = 0,
133380     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
133381     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
133382     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
133383     .co_name = &_Py_STR(anon_module),
133384     .co_qualname = &_Py_STR(anon_module),
133385     .co_linetable = & site_toplevel_linetable.ob_base.ob_base,
133386     ._co_code = NULL,
133387     ._co_linearray = NULL,
133388     .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\x06\x00\x00\x00\x00\x00\x00\x00\x00\x65\x01\x6a\x07\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\x23\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x24\x00\x00\x00\x00\x00\x00\x00\x00\x73\x0a\x02\x00\x65\x22\xa6\x00\x00\x00\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\x0c\x02\x00\x65\x25\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00\x64\x02\x53\x00",
133389     ._co_firsttraceable = 0,
133390 };
site_do_patchups(void)133391 static void site_do_patchups(void) {
133392 }
133393 
133394 PyObject *
_Py_get_site_toplevel(void)133395 _Py_get_site_toplevel(void)
133396 {
133397     site_do_patchups();
133398     return Py_NewRef((PyObject *) &site_toplevel);
133399 }
133400 
133401 static
133402     struct {
133403         PyASCIIObject _ascii;
133404         uint8_t _data[112];
133405     }
133406 stat_toplevel_consts_0 = {
133407     ._ascii = {
133408         .ob_base = {
133409             .ob_refcnt = 999999999,
133410             .ob_type = &PyUnicode_Type,
133411         },
133412         .length = 111,
133413         .hash = -1,
133414         .state = {
133415             .kind = 1,
133416             .compact = 1,
133417             .ascii = 1,
133418             .ready = 1,
133419         },
133420     },
133421     ._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",
133422 };
133423 static
133424     struct {
133425         PyASCIIObject _ascii;
133426         uint8_t _data[78];
133427     }
133428 stat_toplevel_consts_11_consts_0 = {
133429     ._ascii = {
133430         .ob_base = {
133431             .ob_refcnt = 999999999,
133432             .ob_type = &PyUnicode_Type,
133433         },
133434         .length = 77,
133435         .hash = -1,
133436         .state = {
133437             .kind = 1,
133438             .compact = 1,
133439             .ascii = 1,
133440             .ready = 1,
133441         },
133442     },
133443     ._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",
133444 };
133445 static
133446     struct {
133447         PyObject_VAR_HEAD
133448         digit ob_digit[1];
133449     }
133450 const_int_4095 = {
133451     .ob_base = {
133452         .ob_base = {
133453             .ob_refcnt = 999999999,
133454             .ob_type = &PyLong_Type,
133455         },
133456         .ob_size = 1,
133457     },
133458     .ob_digit = { 4095 },
133459 };
133460 static
133461     struct {
133462         PyGC_Head _gc_head;
133463         struct {
133464             PyObject_VAR_HEAD
133465             PyObject *ob_item[2];
133466         }_object;
133467     }
133468 stat_toplevel_consts_11_consts = {
133469     ._object = {
133470         .ob_base = {
133471             .ob_base = {
133472                 .ob_refcnt = 999999999,
133473                 .ob_type = &PyTuple_Type,
133474             },
133475             .ob_size = 2,
133476         },
133477         .ob_item = {
133478             & stat_toplevel_consts_11_consts_0._ascii.ob_base,
133479             & const_int_4095.ob_base.ob_base,
133480         },
133481     },
133482 };
133483 static
133484     struct {
133485         PyASCIIObject _ascii;
133486         uint8_t _data[14];
133487     }
133488 stat_toplevel_consts_11_filename = {
133489     ._ascii = {
133490         .ob_base = {
133491             .ob_refcnt = 999999999,
133492             .ob_type = &PyUnicode_Type,
133493         },
133494         .length = 13,
133495         .hash = -1,
133496         .state = {
133497             .kind = 1,
133498             .compact = 1,
133499             .ascii = 1,
133500             .ready = 1,
133501         },
133502     },
133503     ._data = "<frozen stat>",
133504 };
133505 static
133506     struct {
133507         PyASCIIObject _ascii;
133508         uint8_t _data[8];
133509     }
133510 const_str_S_IMODE = {
133511     ._ascii = {
133512         .ob_base = {
133513             .ob_refcnt = 999999999,
133514             .ob_type = &PyUnicode_Type,
133515         },
133516         .length = 7,
133517         .hash = -1,
133518         .state = {
133519             .kind = 1,
133520             .compact = 1,
133521             .ascii = 1,
133522             .ready = 1,
133523         },
133524     },
133525     ._data = "S_IMODE",
133526 };
133527 static
133528     struct {
133529         PyObject_VAR_HEAD
133530         Py_hash_t ob_shash;
133531         char ob_sval[15];
133532     }
133533 stat_toplevel_consts_11_linetable = {
133534     .ob_base = {
133535         .ob_base = {
133536             .ob_refcnt = 999999999,
133537             .ob_type = &PyBytes_Type,
133538         },
133539         .ob_size = 14,
133540     },
133541     .ob_shash = -1,
133542     .ob_sval = "\x80\x00\xf0\x08\x00\x0c\x10\x90\x26\x89\x3d\xd0\x04\x18",
133543 };
133544 static
133545     struct {
133546         PyGC_Head _gc_head;
133547         struct {
133548             PyObject_VAR_HEAD
133549             PyObject *ob_item[1];
133550         }_object;
133551     }
133552 stat_toplevel_consts_11_localsplusnames = {
133553     ._object = {
133554         .ob_base = {
133555             .ob_base = {
133556                 .ob_refcnt = 999999999,
133557                 .ob_type = &PyTuple_Type,
133558             },
133559             .ob_size = 1,
133560         },
133561         .ob_item = {
133562             &_Py_ID(mode),
133563         },
133564     },
133565 };
133566 static
133567     struct _PyCode_DEF(12)
133568 stat_toplevel_consts_11 = {
133569     .ob_base = {
133570         .ob_base = {
133571             .ob_refcnt = 999999999,
133572             .ob_type = &PyCode_Type,
133573         },
133574         .ob_size = 6,
133575     },
133576     .co_consts = & stat_toplevel_consts_11_consts._object.ob_base.ob_base,
133577     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
133578     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
133579     .co_flags = 3,
133580     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
133581     ._co_linearray_entry_size = 0,
133582     .co_argcount = 1,
133583     .co_posonlyargcount = 0,
133584     .co_kwonlyargcount = 0,
133585     .co_stacksize = 2,
133586     .co_firstlineno = 21,
133587     .co_nlocalsplus = 1,
133588     .co_nlocals = 1,
133589     .co_nplaincellvars = 0,
133590     .co_ncellvars = 0,
133591     .co_nfreevars = 0,
133592     .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
133593     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
133594     .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
133595     .co_name = & const_str_S_IMODE._ascii.ob_base,
133596     .co_qualname = & const_str_S_IMODE._ascii.ob_base,
133597     .co_linetable = & stat_toplevel_consts_11_linetable.ob_base.ob_base,
133598     ._co_code = NULL,
133599     ._co_linearray = NULL,
133600     .co_code_adaptive = "\x97\x00\x7c\x00\x64\x01\x7a\x01\x00\x00\x53\x00",
133601     ._co_firsttraceable = 0,
133602 };
133603 static
133604     struct {
133605         PyASCIIObject _ascii;
133606         uint8_t _data[77];
133607     }
133608 stat_toplevel_consts_12_consts_0 = {
133609     ._ascii = {
133610         .ob_base = {
133611             .ob_refcnt = 999999999,
133612             .ob_type = &PyUnicode_Type,
133613         },
133614         .length = 76,
133615         .hash = -1,
133616         .state = {
133617             .kind = 1,
133618             .compact = 1,
133619             .ascii = 1,
133620             .ready = 1,
133621         },
133622     },
133623     ._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",
133624 };
133625 static
133626     struct {
133627         PyGC_Head _gc_head;
133628         struct {
133629             PyObject_VAR_HEAD
133630             PyObject *ob_item[2];
133631         }_object;
133632     }
133633 stat_toplevel_consts_12_consts = {
133634     ._object = {
133635         .ob_base = {
133636             .ob_base = {
133637                 .ob_refcnt = 999999999,
133638                 .ob_type = &PyTuple_Type,
133639             },
133640             .ob_size = 2,
133641         },
133642         .ob_item = {
133643             & stat_toplevel_consts_12_consts_0._ascii.ob_base,
133644             & const_int_61440.ob_base.ob_base,
133645         },
133646     },
133647 };
133648 static
133649     struct {
133650         PyASCIIObject _ascii;
133651         uint8_t _data[7];
133652     }
133653 const_str_S_IFMT = {
133654     ._ascii = {
133655         .ob_base = {
133656             .ob_refcnt = 999999999,
133657             .ob_type = &PyUnicode_Type,
133658         },
133659         .length = 6,
133660         .hash = -1,
133661         .state = {
133662             .kind = 1,
133663             .compact = 1,
133664             .ascii = 1,
133665             .ready = 1,
133666         },
133667     },
133668     ._data = "S_IFMT",
133669 };
133670 static
133671     struct {
133672         PyObject_VAR_HEAD
133673         Py_hash_t ob_shash;
133674         char ob_sval[15];
133675     }
133676 stat_toplevel_consts_12_linetable = {
133677     .ob_base = {
133678         .ob_base = {
133679             .ob_refcnt = 999999999,
133680             .ob_type = &PyBytes_Type,
133681         },
133682         .ob_size = 14,
133683     },
133684     .ob_shash = -1,
133685     .ob_sval = "\x80\x00\xf0\x08\x00\x0c\x10\x90\x28\x89\x3f\xd0\x04\x1a",
133686 };
133687 static
133688     struct _PyCode_DEF(12)
133689 stat_toplevel_consts_12 = {
133690     .ob_base = {
133691         .ob_base = {
133692             .ob_refcnt = 999999999,
133693             .ob_type = &PyCode_Type,
133694         },
133695         .ob_size = 6,
133696     },
133697     .co_consts = & stat_toplevel_consts_12_consts._object.ob_base.ob_base,
133698     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
133699     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
133700     .co_flags = 3,
133701     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
133702     ._co_linearray_entry_size = 0,
133703     .co_argcount = 1,
133704     .co_posonlyargcount = 0,
133705     .co_kwonlyargcount = 0,
133706     .co_stacksize = 2,
133707     .co_firstlineno = 27,
133708     .co_nlocalsplus = 1,
133709     .co_nlocals = 1,
133710     .co_nplaincellvars = 0,
133711     .co_ncellvars = 0,
133712     .co_nfreevars = 0,
133713     .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
133714     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
133715     .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
133716     .co_name = & const_str_S_IFMT._ascii.ob_base,
133717     .co_qualname = & const_str_S_IFMT._ascii.ob_base,
133718     .co_linetable = & stat_toplevel_consts_12_linetable.ob_base.ob_base,
133719     ._co_code = NULL,
133720     ._co_linearray = NULL,
133721     .co_code_adaptive = "\x97\x00\x7c\x00\x64\x01\x7a\x01\x00\x00\x53\x00",
133722     ._co_firsttraceable = 0,
133723 };
133724 static
133725     struct {
133726         PyObject_VAR_HEAD
133727         digit ob_digit[1];
133728     }
133729 const_int_8192 = {
133730     .ob_base = {
133731         .ob_base = {
133732             .ob_refcnt = 999999999,
133733             .ob_type = &PyLong_Type,
133734         },
133735         .ob_size = 1,
133736     },
133737     .ob_digit = { 8192 },
133738 };
133739 static
133740     struct {
133741         PyObject_VAR_HEAD
133742         digit ob_digit[1];
133743     }
133744 const_int_24576 = {
133745     .ob_base = {
133746         .ob_base = {
133747             .ob_refcnt = 999999999,
133748             .ob_type = &PyLong_Type,
133749         },
133750         .ob_size = 1,
133751     },
133752     .ob_digit = { 24576 },
133753 };
133754 static
133755     struct {
133756         PyObject_VAR_HEAD
133757         digit ob_digit[1];
133758     }
133759 const_int_4096 = {
133760     .ob_base = {
133761         .ob_base = {
133762             .ob_refcnt = 999999999,
133763             .ob_type = &PyLong_Type,
133764         },
133765         .ob_size = 1,
133766     },
133767     .ob_digit = { 4096 },
133768 };
133769 #if PYLONG_BITS_IN_DIGIT == 15
133770 static
133771     struct {
133772         PyObject_VAR_HEAD
133773         digit ob_digit[2];
133774     }
133775 const_int_40960 = {
133776     .ob_base = {
133777         .ob_base = {
133778             .ob_refcnt = 999999999,
133779             .ob_type = &PyLong_Type,
133780         },
133781         .ob_size = 2,
133782     },
133783     .ob_digit = { 8192, 1 },
133784 };
133785 #elif PYLONG_BITS_IN_DIGIT == 30
133786 static
133787     struct {
133788         PyObject_VAR_HEAD
133789         digit ob_digit[1];
133790     }
133791 const_int_40960 = {
133792     .ob_base = {
133793         .ob_base = {
133794             .ob_refcnt = 999999999,
133795             .ob_type = &PyLong_Type,
133796         },
133797         .ob_size = 1,
133798     },
133799     .ob_digit = { 40960 },
133800 };
133801 #else
133802 #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
133803 #endif
133804 #if PYLONG_BITS_IN_DIGIT == 15
133805 static
133806     struct {
133807         PyObject_VAR_HEAD
133808         digit ob_digit[2];
133809     }
133810 const_int_49152 = {
133811     .ob_base = {
133812         .ob_base = {
133813             .ob_refcnt = 999999999,
133814             .ob_type = &PyLong_Type,
133815         },
133816         .ob_size = 2,
133817     },
133818     .ob_digit = { 16384, 1 },
133819 };
133820 #elif PYLONG_BITS_IN_DIGIT == 30
133821 static
133822     struct {
133823         PyObject_VAR_HEAD
133824         digit ob_digit[1];
133825     }
133826 const_int_49152 = {
133827     .ob_base = {
133828         .ob_base = {
133829             .ob_refcnt = 999999999,
133830             .ob_type = &PyLong_Type,
133831         },
133832         .ob_size = 1,
133833     },
133834     .ob_digit = { 49152 },
133835 };
133836 #else
133837 #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
133838 #endif
133839 static
133840     struct {
133841         PyASCIIObject _ascii;
133842         uint8_t _data[41];
133843     }
133844 stat_toplevel_consts_20_consts_0 = {
133845     ._ascii = {
133846         .ob_base = {
133847             .ob_refcnt = 999999999,
133848             .ob_type = &PyUnicode_Type,
133849         },
133850         .length = 40,
133851         .hash = -1,
133852         .state = {
133853             .kind = 1,
133854             .compact = 1,
133855             .ascii = 1,
133856             .ready = 1,
133857         },
133858     },
133859     ._data = "Return True if mode is from a directory.",
133860 };
133861 static
133862     struct {
133863         PyGC_Head _gc_head;
133864         struct {
133865             PyObject_VAR_HEAD
133866             PyObject *ob_item[1];
133867         }_object;
133868     }
133869 stat_toplevel_consts_20_consts = {
133870     ._object = {
133871         .ob_base = {
133872             .ob_base = {
133873                 .ob_refcnt = 999999999,
133874                 .ob_type = &PyTuple_Type,
133875             },
133876             .ob_size = 1,
133877         },
133878         .ob_item = {
133879             & stat_toplevel_consts_20_consts_0._ascii.ob_base,
133880         },
133881     },
133882 };
133883 static
133884     struct {
133885         PyASCIIObject _ascii;
133886         uint8_t _data[8];
133887     }
133888 const_str_S_IFDIR = {
133889     ._ascii = {
133890         .ob_base = {
133891             .ob_refcnt = 999999999,
133892             .ob_type = &PyUnicode_Type,
133893         },
133894         .length = 7,
133895         .hash = -1,
133896         .state = {
133897             .kind = 1,
133898             .compact = 1,
133899             .ascii = 1,
133900             .ready = 1,
133901         },
133902     },
133903     ._data = "S_IFDIR",
133904 };
133905 static
133906     struct {
133907         PyGC_Head _gc_head;
133908         struct {
133909             PyObject_VAR_HEAD
133910             PyObject *ob_item[2];
133911         }_object;
133912     }
133913 stat_toplevel_consts_20_names = {
133914     ._object = {
133915         .ob_base = {
133916             .ob_base = {
133917                 .ob_refcnt = 999999999,
133918                 .ob_type = &PyTuple_Type,
133919             },
133920             .ob_size = 2,
133921         },
133922         .ob_item = {
133923             & const_str_S_IFMT._ascii.ob_base,
133924             & const_str_S_IFDIR._ascii.ob_base,
133925         },
133926     },
133927 };
133928 static
133929     struct {
133930         PyObject_VAR_HEAD
133931         Py_hash_t ob_shash;
133932         char ob_sval[20];
133933     }
133934 stat_toplevel_consts_20_linetable = {
133935     .ob_base = {
133936         .ob_base = {
133937             .ob_refcnt = 999999999,
133938             .ob_type = &PyBytes_Type,
133939         },
133940         .ob_size = 19,
133941     },
133942     .ob_shash = -1,
133943     .ob_sval = "\x80\x00\xe5\x0b\x11\x90\x24\x89\x3c\x8c\x3c\x9d\x37\xd2\x0b\x22\xd0\x04\x22",
133944 };
133945 static
133946     struct _PyCode_DEF(50)
133947 stat_toplevel_consts_20 = {
133948     .ob_base = {
133949         .ob_base = {
133950             .ob_refcnt = 999999999,
133951             .ob_type = &PyCode_Type,
133952         },
133953         .ob_size = 25,
133954     },
133955     .co_consts = & stat_toplevel_consts_20_consts._object.ob_base.ob_base,
133956     .co_names = & stat_toplevel_consts_20_names._object.ob_base.ob_base,
133957     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
133958     .co_flags = 3,
133959     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
133960     ._co_linearray_entry_size = 0,
133961     .co_argcount = 1,
133962     .co_posonlyargcount = 0,
133963     .co_kwonlyargcount = 0,
133964     .co_stacksize = 3,
133965     .co_firstlineno = 50,
133966     .co_nlocalsplus = 1,
133967     .co_nlocals = 1,
133968     .co_nplaincellvars = 0,
133969     .co_ncellvars = 0,
133970     .co_nfreevars = 0,
133971     .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
133972     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
133973     .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
133974     .co_name = & const_str_S_ISDIR._ascii.ob_base,
133975     .co_qualname = & const_str_S_ISDIR._ascii.ob_base,
133976     .co_linetable = & stat_toplevel_consts_20_linetable.ob_base.ob_base,
133977     ._co_code = NULL,
133978     ._co_linearray = NULL,
133979     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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",
133980     ._co_firsttraceable = 0,
133981 };
133982 static
133983     struct {
133984         PyASCIIObject _ascii;
133985         uint8_t _data[61];
133986     }
133987 stat_toplevel_consts_21_consts_0 = {
133988     ._ascii = {
133989         .ob_base = {
133990             .ob_refcnt = 999999999,
133991             .ob_type = &PyUnicode_Type,
133992         },
133993         .length = 60,
133994         .hash = -1,
133995         .state = {
133996             .kind = 1,
133997             .compact = 1,
133998             .ascii = 1,
133999             .ready = 1,
134000         },
134001     },
134002     ._data = "Return True if mode is from a character special device file.",
134003 };
134004 static
134005     struct {
134006         PyGC_Head _gc_head;
134007         struct {
134008             PyObject_VAR_HEAD
134009             PyObject *ob_item[1];
134010         }_object;
134011     }
134012 stat_toplevel_consts_21_consts = {
134013     ._object = {
134014         .ob_base = {
134015             .ob_base = {
134016                 .ob_refcnt = 999999999,
134017                 .ob_type = &PyTuple_Type,
134018             },
134019             .ob_size = 1,
134020         },
134021         .ob_item = {
134022             & stat_toplevel_consts_21_consts_0._ascii.ob_base,
134023         },
134024     },
134025 };
134026 static
134027     struct {
134028         PyASCIIObject _ascii;
134029         uint8_t _data[8];
134030     }
134031 const_str_S_IFCHR = {
134032     ._ascii = {
134033         .ob_base = {
134034             .ob_refcnt = 999999999,
134035             .ob_type = &PyUnicode_Type,
134036         },
134037         .length = 7,
134038         .hash = -1,
134039         .state = {
134040             .kind = 1,
134041             .compact = 1,
134042             .ascii = 1,
134043             .ready = 1,
134044         },
134045     },
134046     ._data = "S_IFCHR",
134047 };
134048 static
134049     struct {
134050         PyGC_Head _gc_head;
134051         struct {
134052             PyObject_VAR_HEAD
134053             PyObject *ob_item[2];
134054         }_object;
134055     }
134056 stat_toplevel_consts_21_names = {
134057     ._object = {
134058         .ob_base = {
134059             .ob_base = {
134060                 .ob_refcnt = 999999999,
134061                 .ob_type = &PyTuple_Type,
134062             },
134063             .ob_size = 2,
134064         },
134065         .ob_item = {
134066             & const_str_S_IFMT._ascii.ob_base,
134067             & const_str_S_IFCHR._ascii.ob_base,
134068         },
134069     },
134070 };
134071 static
134072     struct {
134073         PyASCIIObject _ascii;
134074         uint8_t _data[8];
134075     }
134076 const_str_S_ISCHR = {
134077     ._ascii = {
134078         .ob_base = {
134079             .ob_refcnt = 999999999,
134080             .ob_type = &PyUnicode_Type,
134081         },
134082         .length = 7,
134083         .hash = -1,
134084         .state = {
134085             .kind = 1,
134086             .compact = 1,
134087             .ascii = 1,
134088             .ready = 1,
134089         },
134090     },
134091     ._data = "S_ISCHR",
134092 };
134093 static
134094     struct _PyCode_DEF(50)
134095 stat_toplevel_consts_21 = {
134096     .ob_base = {
134097         .ob_base = {
134098             .ob_refcnt = 999999999,
134099             .ob_type = &PyCode_Type,
134100         },
134101         .ob_size = 25,
134102     },
134103     .co_consts = & stat_toplevel_consts_21_consts._object.ob_base.ob_base,
134104     .co_names = & stat_toplevel_consts_21_names._object.ob_base.ob_base,
134105     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
134106     .co_flags = 3,
134107     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
134108     ._co_linearray_entry_size = 0,
134109     .co_argcount = 1,
134110     .co_posonlyargcount = 0,
134111     .co_kwonlyargcount = 0,
134112     .co_stacksize = 3,
134113     .co_firstlineno = 54,
134114     .co_nlocalsplus = 1,
134115     .co_nlocals = 1,
134116     .co_nplaincellvars = 0,
134117     .co_ncellvars = 0,
134118     .co_nfreevars = 0,
134119     .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
134120     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
134121     .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
134122     .co_name = & const_str_S_ISCHR._ascii.ob_base,
134123     .co_qualname = & const_str_S_ISCHR._ascii.ob_base,
134124     .co_linetable = & stat_toplevel_consts_20_linetable.ob_base.ob_base,
134125     ._co_code = NULL,
134126     ._co_linearray = NULL,
134127     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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",
134128     ._co_firsttraceable = 0,
134129 };
134130 static
134131     struct {
134132         PyASCIIObject _ascii;
134133         uint8_t _data[57];
134134     }
134135 stat_toplevel_consts_22_consts_0 = {
134136     ._ascii = {
134137         .ob_base = {
134138             .ob_refcnt = 999999999,
134139             .ob_type = &PyUnicode_Type,
134140         },
134141         .length = 56,
134142         .hash = -1,
134143         .state = {
134144             .kind = 1,
134145             .compact = 1,
134146             .ascii = 1,
134147             .ready = 1,
134148         },
134149     },
134150     ._data = "Return True if mode is from a block special device file.",
134151 };
134152 static
134153     struct {
134154         PyGC_Head _gc_head;
134155         struct {
134156             PyObject_VAR_HEAD
134157             PyObject *ob_item[1];
134158         }_object;
134159     }
134160 stat_toplevel_consts_22_consts = {
134161     ._object = {
134162         .ob_base = {
134163             .ob_base = {
134164                 .ob_refcnt = 999999999,
134165                 .ob_type = &PyTuple_Type,
134166             },
134167             .ob_size = 1,
134168         },
134169         .ob_item = {
134170             & stat_toplevel_consts_22_consts_0._ascii.ob_base,
134171         },
134172     },
134173 };
134174 static
134175     struct {
134176         PyASCIIObject _ascii;
134177         uint8_t _data[8];
134178     }
134179 const_str_S_IFBLK = {
134180     ._ascii = {
134181         .ob_base = {
134182             .ob_refcnt = 999999999,
134183             .ob_type = &PyUnicode_Type,
134184         },
134185         .length = 7,
134186         .hash = -1,
134187         .state = {
134188             .kind = 1,
134189             .compact = 1,
134190             .ascii = 1,
134191             .ready = 1,
134192         },
134193     },
134194     ._data = "S_IFBLK",
134195 };
134196 static
134197     struct {
134198         PyGC_Head _gc_head;
134199         struct {
134200             PyObject_VAR_HEAD
134201             PyObject *ob_item[2];
134202         }_object;
134203     }
134204 stat_toplevel_consts_22_names = {
134205     ._object = {
134206         .ob_base = {
134207             .ob_base = {
134208                 .ob_refcnt = 999999999,
134209                 .ob_type = &PyTuple_Type,
134210             },
134211             .ob_size = 2,
134212         },
134213         .ob_item = {
134214             & const_str_S_IFMT._ascii.ob_base,
134215             & const_str_S_IFBLK._ascii.ob_base,
134216         },
134217     },
134218 };
134219 static
134220     struct {
134221         PyASCIIObject _ascii;
134222         uint8_t _data[8];
134223     }
134224 const_str_S_ISBLK = {
134225     ._ascii = {
134226         .ob_base = {
134227             .ob_refcnt = 999999999,
134228             .ob_type = &PyUnicode_Type,
134229         },
134230         .length = 7,
134231         .hash = -1,
134232         .state = {
134233             .kind = 1,
134234             .compact = 1,
134235             .ascii = 1,
134236             .ready = 1,
134237         },
134238     },
134239     ._data = "S_ISBLK",
134240 };
134241 static
134242     struct _PyCode_DEF(50)
134243 stat_toplevel_consts_22 = {
134244     .ob_base = {
134245         .ob_base = {
134246             .ob_refcnt = 999999999,
134247             .ob_type = &PyCode_Type,
134248         },
134249         .ob_size = 25,
134250     },
134251     .co_consts = & stat_toplevel_consts_22_consts._object.ob_base.ob_base,
134252     .co_names = & stat_toplevel_consts_22_names._object.ob_base.ob_base,
134253     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
134254     .co_flags = 3,
134255     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
134256     ._co_linearray_entry_size = 0,
134257     .co_argcount = 1,
134258     .co_posonlyargcount = 0,
134259     .co_kwonlyargcount = 0,
134260     .co_stacksize = 3,
134261     .co_firstlineno = 58,
134262     .co_nlocalsplus = 1,
134263     .co_nlocals = 1,
134264     .co_nplaincellvars = 0,
134265     .co_ncellvars = 0,
134266     .co_nfreevars = 0,
134267     .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
134268     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
134269     .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
134270     .co_name = & const_str_S_ISBLK._ascii.ob_base,
134271     .co_qualname = & const_str_S_ISBLK._ascii.ob_base,
134272     .co_linetable = & stat_toplevel_consts_20_linetable.ob_base.ob_base,
134273     ._co_code = NULL,
134274     ._co_linearray = NULL,
134275     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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",
134276     ._co_firsttraceable = 0,
134277 };
134278 static
134279     struct {
134280         PyASCIIObject _ascii;
134281         uint8_t _data[44];
134282     }
134283 stat_toplevel_consts_23_consts_0 = {
134284     ._ascii = {
134285         .ob_base = {
134286             .ob_refcnt = 999999999,
134287             .ob_type = &PyUnicode_Type,
134288         },
134289         .length = 43,
134290         .hash = -1,
134291         .state = {
134292             .kind = 1,
134293             .compact = 1,
134294             .ascii = 1,
134295             .ready = 1,
134296         },
134297     },
134298     ._data = "Return True if mode is from a regular file.",
134299 };
134300 static
134301     struct {
134302         PyGC_Head _gc_head;
134303         struct {
134304             PyObject_VAR_HEAD
134305             PyObject *ob_item[1];
134306         }_object;
134307     }
134308 stat_toplevel_consts_23_consts = {
134309     ._object = {
134310         .ob_base = {
134311             .ob_base = {
134312                 .ob_refcnt = 999999999,
134313                 .ob_type = &PyTuple_Type,
134314             },
134315             .ob_size = 1,
134316         },
134317         .ob_item = {
134318             & stat_toplevel_consts_23_consts_0._ascii.ob_base,
134319         },
134320     },
134321 };
134322 static
134323     struct {
134324         PyASCIIObject _ascii;
134325         uint8_t _data[8];
134326     }
134327 const_str_S_IFREG = {
134328     ._ascii = {
134329         .ob_base = {
134330             .ob_refcnt = 999999999,
134331             .ob_type = &PyUnicode_Type,
134332         },
134333         .length = 7,
134334         .hash = -1,
134335         .state = {
134336             .kind = 1,
134337             .compact = 1,
134338             .ascii = 1,
134339             .ready = 1,
134340         },
134341     },
134342     ._data = "S_IFREG",
134343 };
134344 static
134345     struct {
134346         PyGC_Head _gc_head;
134347         struct {
134348             PyObject_VAR_HEAD
134349             PyObject *ob_item[2];
134350         }_object;
134351     }
134352 stat_toplevel_consts_23_names = {
134353     ._object = {
134354         .ob_base = {
134355             .ob_base = {
134356                 .ob_refcnt = 999999999,
134357                 .ob_type = &PyTuple_Type,
134358             },
134359             .ob_size = 2,
134360         },
134361         .ob_item = {
134362             & const_str_S_IFMT._ascii.ob_base,
134363             & const_str_S_IFREG._ascii.ob_base,
134364         },
134365     },
134366 };
134367 static
134368     struct _PyCode_DEF(50)
134369 stat_toplevel_consts_23 = {
134370     .ob_base = {
134371         .ob_base = {
134372             .ob_refcnt = 999999999,
134373             .ob_type = &PyCode_Type,
134374         },
134375         .ob_size = 25,
134376     },
134377     .co_consts = & stat_toplevel_consts_23_consts._object.ob_base.ob_base,
134378     .co_names = & stat_toplevel_consts_23_names._object.ob_base.ob_base,
134379     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
134380     .co_flags = 3,
134381     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
134382     ._co_linearray_entry_size = 0,
134383     .co_argcount = 1,
134384     .co_posonlyargcount = 0,
134385     .co_kwonlyargcount = 0,
134386     .co_stacksize = 3,
134387     .co_firstlineno = 62,
134388     .co_nlocalsplus = 1,
134389     .co_nlocals = 1,
134390     .co_nplaincellvars = 0,
134391     .co_ncellvars = 0,
134392     .co_nfreevars = 0,
134393     .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
134394     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
134395     .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
134396     .co_name = & const_str_S_ISREG._ascii.ob_base,
134397     .co_qualname = & const_str_S_ISREG._ascii.ob_base,
134398     .co_linetable = & stat_toplevel_consts_20_linetable.ob_base.ob_base,
134399     ._co_code = NULL,
134400     ._co_linearray = NULL,
134401     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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",
134402     ._co_firsttraceable = 0,
134403 };
134404 static
134405     struct {
134406         PyASCIIObject _ascii;
134407         uint8_t _data[49];
134408     }
134409 stat_toplevel_consts_24_consts_0 = {
134410     ._ascii = {
134411         .ob_base = {
134412             .ob_refcnt = 999999999,
134413             .ob_type = &PyUnicode_Type,
134414         },
134415         .length = 48,
134416         .hash = -1,
134417         .state = {
134418             .kind = 1,
134419             .compact = 1,
134420             .ascii = 1,
134421             .ready = 1,
134422         },
134423     },
134424     ._data = "Return True if mode is from a FIFO (named pipe).",
134425 };
134426 static
134427     struct {
134428         PyGC_Head _gc_head;
134429         struct {
134430             PyObject_VAR_HEAD
134431             PyObject *ob_item[1];
134432         }_object;
134433     }
134434 stat_toplevel_consts_24_consts = {
134435     ._object = {
134436         .ob_base = {
134437             .ob_base = {
134438                 .ob_refcnt = 999999999,
134439                 .ob_type = &PyTuple_Type,
134440             },
134441             .ob_size = 1,
134442         },
134443         .ob_item = {
134444             & stat_toplevel_consts_24_consts_0._ascii.ob_base,
134445         },
134446     },
134447 };
134448 static
134449     struct {
134450         PyASCIIObject _ascii;
134451         uint8_t _data[8];
134452     }
134453 const_str_S_IFIFO = {
134454     ._ascii = {
134455         .ob_base = {
134456             .ob_refcnt = 999999999,
134457             .ob_type = &PyUnicode_Type,
134458         },
134459         .length = 7,
134460         .hash = -1,
134461         .state = {
134462             .kind = 1,
134463             .compact = 1,
134464             .ascii = 1,
134465             .ready = 1,
134466         },
134467     },
134468     ._data = "S_IFIFO",
134469 };
134470 static
134471     struct {
134472         PyGC_Head _gc_head;
134473         struct {
134474             PyObject_VAR_HEAD
134475             PyObject *ob_item[2];
134476         }_object;
134477     }
134478 stat_toplevel_consts_24_names = {
134479     ._object = {
134480         .ob_base = {
134481             .ob_base = {
134482                 .ob_refcnt = 999999999,
134483                 .ob_type = &PyTuple_Type,
134484             },
134485             .ob_size = 2,
134486         },
134487         .ob_item = {
134488             & const_str_S_IFMT._ascii.ob_base,
134489             & const_str_S_IFIFO._ascii.ob_base,
134490         },
134491     },
134492 };
134493 static
134494     struct {
134495         PyASCIIObject _ascii;
134496         uint8_t _data[9];
134497     }
134498 const_str_S_ISFIFO = {
134499     ._ascii = {
134500         .ob_base = {
134501             .ob_refcnt = 999999999,
134502             .ob_type = &PyUnicode_Type,
134503         },
134504         .length = 8,
134505         .hash = -1,
134506         .state = {
134507             .kind = 1,
134508             .compact = 1,
134509             .ascii = 1,
134510             .ready = 1,
134511         },
134512     },
134513     ._data = "S_ISFIFO",
134514 };
134515 static
134516     struct _PyCode_DEF(50)
134517 stat_toplevel_consts_24 = {
134518     .ob_base = {
134519         .ob_base = {
134520             .ob_refcnt = 999999999,
134521             .ob_type = &PyCode_Type,
134522         },
134523         .ob_size = 25,
134524     },
134525     .co_consts = & stat_toplevel_consts_24_consts._object.ob_base.ob_base,
134526     .co_names = & stat_toplevel_consts_24_names._object.ob_base.ob_base,
134527     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
134528     .co_flags = 3,
134529     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
134530     ._co_linearray_entry_size = 0,
134531     .co_argcount = 1,
134532     .co_posonlyargcount = 0,
134533     .co_kwonlyargcount = 0,
134534     .co_stacksize = 3,
134535     .co_firstlineno = 66,
134536     .co_nlocalsplus = 1,
134537     .co_nlocals = 1,
134538     .co_nplaincellvars = 0,
134539     .co_ncellvars = 0,
134540     .co_nfreevars = 0,
134541     .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
134542     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
134543     .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
134544     .co_name = & const_str_S_ISFIFO._ascii.ob_base,
134545     .co_qualname = & const_str_S_ISFIFO._ascii.ob_base,
134546     .co_linetable = & stat_toplevel_consts_20_linetable.ob_base.ob_base,
134547     ._co_code = NULL,
134548     ._co_linearray = NULL,
134549     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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",
134550     ._co_firsttraceable = 0,
134551 };
134552 static
134553     struct {
134554         PyASCIIObject _ascii;
134555         uint8_t _data[45];
134556     }
134557 stat_toplevel_consts_25_consts_0 = {
134558     ._ascii = {
134559         .ob_base = {
134560             .ob_refcnt = 999999999,
134561             .ob_type = &PyUnicode_Type,
134562         },
134563         .length = 44,
134564         .hash = -1,
134565         .state = {
134566             .kind = 1,
134567             .compact = 1,
134568             .ascii = 1,
134569             .ready = 1,
134570         },
134571     },
134572     ._data = "Return True if mode is from a symbolic link.",
134573 };
134574 static
134575     struct {
134576         PyGC_Head _gc_head;
134577         struct {
134578             PyObject_VAR_HEAD
134579             PyObject *ob_item[1];
134580         }_object;
134581     }
134582 stat_toplevel_consts_25_consts = {
134583     ._object = {
134584         .ob_base = {
134585             .ob_base = {
134586                 .ob_refcnt = 999999999,
134587                 .ob_type = &PyTuple_Type,
134588             },
134589             .ob_size = 1,
134590         },
134591         .ob_item = {
134592             & stat_toplevel_consts_25_consts_0._ascii.ob_base,
134593         },
134594     },
134595 };
134596 static
134597     struct {
134598         PyASCIIObject _ascii;
134599         uint8_t _data[8];
134600     }
134601 const_str_S_IFLNK = {
134602     ._ascii = {
134603         .ob_base = {
134604             .ob_refcnt = 999999999,
134605             .ob_type = &PyUnicode_Type,
134606         },
134607         .length = 7,
134608         .hash = -1,
134609         .state = {
134610             .kind = 1,
134611             .compact = 1,
134612             .ascii = 1,
134613             .ready = 1,
134614         },
134615     },
134616     ._data = "S_IFLNK",
134617 };
134618 static
134619     struct {
134620         PyGC_Head _gc_head;
134621         struct {
134622             PyObject_VAR_HEAD
134623             PyObject *ob_item[2];
134624         }_object;
134625     }
134626 stat_toplevel_consts_25_names = {
134627     ._object = {
134628         .ob_base = {
134629             .ob_base = {
134630                 .ob_refcnt = 999999999,
134631                 .ob_type = &PyTuple_Type,
134632             },
134633             .ob_size = 2,
134634         },
134635         .ob_item = {
134636             & const_str_S_IFMT._ascii.ob_base,
134637             & const_str_S_IFLNK._ascii.ob_base,
134638         },
134639     },
134640 };
134641 static
134642     struct _PyCode_DEF(50)
134643 stat_toplevel_consts_25 = {
134644     .ob_base = {
134645         .ob_base = {
134646             .ob_refcnt = 999999999,
134647             .ob_type = &PyCode_Type,
134648         },
134649         .ob_size = 25,
134650     },
134651     .co_consts = & stat_toplevel_consts_25_consts._object.ob_base.ob_base,
134652     .co_names = & stat_toplevel_consts_25_names._object.ob_base.ob_base,
134653     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
134654     .co_flags = 3,
134655     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
134656     ._co_linearray_entry_size = 0,
134657     .co_argcount = 1,
134658     .co_posonlyargcount = 0,
134659     .co_kwonlyargcount = 0,
134660     .co_stacksize = 3,
134661     .co_firstlineno = 70,
134662     .co_nlocalsplus = 1,
134663     .co_nlocals = 1,
134664     .co_nplaincellvars = 0,
134665     .co_ncellvars = 0,
134666     .co_nfreevars = 0,
134667     .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
134668     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
134669     .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
134670     .co_name = & const_str_S_ISLNK._ascii.ob_base,
134671     .co_qualname = & const_str_S_ISLNK._ascii.ob_base,
134672     .co_linetable = & stat_toplevel_consts_20_linetable.ob_base.ob_base,
134673     ._co_code = NULL,
134674     ._co_linearray = NULL,
134675     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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",
134676     ._co_firsttraceable = 0,
134677 };
134678 static
134679     struct {
134680         PyASCIIObject _ascii;
134681         uint8_t _data[38];
134682     }
134683 stat_toplevel_consts_26_consts_0 = {
134684     ._ascii = {
134685         .ob_base = {
134686             .ob_refcnt = 999999999,
134687             .ob_type = &PyUnicode_Type,
134688         },
134689         .length = 37,
134690         .hash = -1,
134691         .state = {
134692             .kind = 1,
134693             .compact = 1,
134694             .ascii = 1,
134695             .ready = 1,
134696         },
134697     },
134698     ._data = "Return True if mode is from a socket.",
134699 };
134700 static
134701     struct {
134702         PyGC_Head _gc_head;
134703         struct {
134704             PyObject_VAR_HEAD
134705             PyObject *ob_item[1];
134706         }_object;
134707     }
134708 stat_toplevel_consts_26_consts = {
134709     ._object = {
134710         .ob_base = {
134711             .ob_base = {
134712                 .ob_refcnt = 999999999,
134713                 .ob_type = &PyTuple_Type,
134714             },
134715             .ob_size = 1,
134716         },
134717         .ob_item = {
134718             & stat_toplevel_consts_26_consts_0._ascii.ob_base,
134719         },
134720     },
134721 };
134722 static
134723     struct {
134724         PyASCIIObject _ascii;
134725         uint8_t _data[9];
134726     }
134727 const_str_S_IFSOCK = {
134728     ._ascii = {
134729         .ob_base = {
134730             .ob_refcnt = 999999999,
134731             .ob_type = &PyUnicode_Type,
134732         },
134733         .length = 8,
134734         .hash = -1,
134735         .state = {
134736             .kind = 1,
134737             .compact = 1,
134738             .ascii = 1,
134739             .ready = 1,
134740         },
134741     },
134742     ._data = "S_IFSOCK",
134743 };
134744 static
134745     struct {
134746         PyGC_Head _gc_head;
134747         struct {
134748             PyObject_VAR_HEAD
134749             PyObject *ob_item[2];
134750         }_object;
134751     }
134752 stat_toplevel_consts_26_names = {
134753     ._object = {
134754         .ob_base = {
134755             .ob_base = {
134756                 .ob_refcnt = 999999999,
134757                 .ob_type = &PyTuple_Type,
134758             },
134759             .ob_size = 2,
134760         },
134761         .ob_item = {
134762             & const_str_S_IFMT._ascii.ob_base,
134763             & const_str_S_IFSOCK._ascii.ob_base,
134764         },
134765     },
134766 };
134767 static
134768     struct {
134769         PyASCIIObject _ascii;
134770         uint8_t _data[9];
134771     }
134772 const_str_S_ISSOCK = {
134773     ._ascii = {
134774         .ob_base = {
134775             .ob_refcnt = 999999999,
134776             .ob_type = &PyUnicode_Type,
134777         },
134778         .length = 8,
134779         .hash = -1,
134780         .state = {
134781             .kind = 1,
134782             .compact = 1,
134783             .ascii = 1,
134784             .ready = 1,
134785         },
134786     },
134787     ._data = "S_ISSOCK",
134788 };
134789 static
134790     struct {
134791         PyObject_VAR_HEAD
134792         Py_hash_t ob_shash;
134793         char ob_sval[20];
134794     }
134795 stat_toplevel_consts_26_linetable = {
134796     .ob_base = {
134797         .ob_base = {
134798             .ob_refcnt = 999999999,
134799             .ob_type = &PyBytes_Type,
134800         },
134801         .ob_size = 19,
134802     },
134803     .ob_shash = -1,
134804     .ob_sval = "\x80\x00\xe5\x0b\x11\x90\x24\x89\x3c\x8c\x3c\x9d\x38\xd2\x0b\x23\xd0\x04\x23",
134805 };
134806 static
134807     struct _PyCode_DEF(50)
134808 stat_toplevel_consts_26 = {
134809     .ob_base = {
134810         .ob_base = {
134811             .ob_refcnt = 999999999,
134812             .ob_type = &PyCode_Type,
134813         },
134814         .ob_size = 25,
134815     },
134816     .co_consts = & stat_toplevel_consts_26_consts._object.ob_base.ob_base,
134817     .co_names = & stat_toplevel_consts_26_names._object.ob_base.ob_base,
134818     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
134819     .co_flags = 3,
134820     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
134821     ._co_linearray_entry_size = 0,
134822     .co_argcount = 1,
134823     .co_posonlyargcount = 0,
134824     .co_kwonlyargcount = 0,
134825     .co_stacksize = 3,
134826     .co_firstlineno = 74,
134827     .co_nlocalsplus = 1,
134828     .co_nlocals = 1,
134829     .co_nplaincellvars = 0,
134830     .co_ncellvars = 0,
134831     .co_nfreevars = 0,
134832     .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
134833     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
134834     .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
134835     .co_name = & const_str_S_ISSOCK._ascii.ob_base,
134836     .co_qualname = & const_str_S_ISSOCK._ascii.ob_base,
134837     .co_linetable = & stat_toplevel_consts_26_linetable.ob_base.ob_base,
134838     ._co_code = NULL,
134839     ._co_linearray = NULL,
134840     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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",
134841     ._co_firsttraceable = 0,
134842 };
134843 static
134844     struct {
134845         PyASCIIObject _ascii;
134846         uint8_t _data[36];
134847     }
134848 stat_toplevel_consts_27_consts_0 = {
134849     ._ascii = {
134850         .ob_base = {
134851             .ob_refcnt = 999999999,
134852             .ob_type = &PyUnicode_Type,
134853         },
134854         .length = 35,
134855         .hash = -1,
134856         .state = {
134857             .kind = 1,
134858             .compact = 1,
134859             .ascii = 1,
134860             .ready = 1,
134861         },
134862     },
134863     ._data = "Return True if mode is from a door.",
134864 };
134865 static
134866     struct {
134867         PyGC_Head _gc_head;
134868         struct {
134869             PyObject_VAR_HEAD
134870             PyObject *ob_item[2];
134871         }_object;
134872     }
134873 stat_toplevel_consts_27_consts = {
134874     ._object = {
134875         .ob_base = {
134876             .ob_base = {
134877                 .ob_refcnt = 999999999,
134878                 .ob_type = &PyTuple_Type,
134879             },
134880             .ob_size = 2,
134881         },
134882         .ob_item = {
134883             & stat_toplevel_consts_27_consts_0._ascii.ob_base,
134884             Py_False,
134885         },
134886     },
134887 };
134888 static
134889     struct {
134890         PyASCIIObject _ascii;
134891         uint8_t _data[9];
134892     }
134893 const_str_S_ISDOOR = {
134894     ._ascii = {
134895         .ob_base = {
134896             .ob_refcnt = 999999999,
134897             .ob_type = &PyUnicode_Type,
134898         },
134899         .length = 8,
134900         .hash = -1,
134901         .state = {
134902             .kind = 1,
134903             .compact = 1,
134904             .ascii = 1,
134905             .ready = 1,
134906         },
134907     },
134908     ._data = "S_ISDOOR",
134909 };
134910 static
134911     struct {
134912         PyObject_VAR_HEAD
134913         Py_hash_t ob_shash;
134914         char ob_sval[8];
134915     }
134916 stat_toplevel_consts_27_linetable = {
134917     .ob_base = {
134918         .ob_base = {
134919             .ob_refcnt = 999999999,
134920             .ob_type = &PyBytes_Type,
134921         },
134922         .ob_size = 7,
134923     },
134924     .ob_shash = -1,
134925     .ob_sval = "\x80\x00\xe0\x0b\x10\x88\x35",
134926 };
134927 static
134928     struct _PyCode_DEF(6)
134929 stat_toplevel_consts_27 = {
134930     .ob_base = {
134931         .ob_base = {
134932             .ob_refcnt = 999999999,
134933             .ob_type = &PyCode_Type,
134934         },
134935         .ob_size = 3,
134936     },
134937     .co_consts = & stat_toplevel_consts_27_consts._object.ob_base.ob_base,
134938     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
134939     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
134940     .co_flags = 3,
134941     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
134942     ._co_linearray_entry_size = 0,
134943     .co_argcount = 1,
134944     .co_posonlyargcount = 0,
134945     .co_kwonlyargcount = 0,
134946     .co_stacksize = 1,
134947     .co_firstlineno = 78,
134948     .co_nlocalsplus = 1,
134949     .co_nlocals = 1,
134950     .co_nplaincellvars = 0,
134951     .co_ncellvars = 0,
134952     .co_nfreevars = 0,
134953     .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
134954     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
134955     .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
134956     .co_name = & const_str_S_ISDOOR._ascii.ob_base,
134957     .co_qualname = & const_str_S_ISDOOR._ascii.ob_base,
134958     .co_linetable = & stat_toplevel_consts_27_linetable.ob_base.ob_base,
134959     ._co_code = NULL,
134960     ._co_linearray = NULL,
134961     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
134962     ._co_firsttraceable = 0,
134963 };
134964 static
134965     struct {
134966         PyASCIIObject _ascii;
134967         uint8_t _data[43];
134968     }
134969 stat_toplevel_consts_28_consts_0 = {
134970     ._ascii = {
134971         .ob_base = {
134972             .ob_refcnt = 999999999,
134973             .ob_type = &PyUnicode_Type,
134974         },
134975         .length = 42,
134976         .hash = -1,
134977         .state = {
134978             .kind = 1,
134979             .compact = 1,
134980             .ascii = 1,
134981             .ready = 1,
134982         },
134983     },
134984     ._data = "Return True if mode is from an event port.",
134985 };
134986 static
134987     struct {
134988         PyGC_Head _gc_head;
134989         struct {
134990             PyObject_VAR_HEAD
134991             PyObject *ob_item[2];
134992         }_object;
134993     }
134994 stat_toplevel_consts_28_consts = {
134995     ._object = {
134996         .ob_base = {
134997             .ob_base = {
134998                 .ob_refcnt = 999999999,
134999                 .ob_type = &PyTuple_Type,
135000             },
135001             .ob_size = 2,
135002         },
135003         .ob_item = {
135004             & stat_toplevel_consts_28_consts_0._ascii.ob_base,
135005             Py_False,
135006         },
135007     },
135008 };
135009 static
135010     struct {
135011         PyASCIIObject _ascii;
135012         uint8_t _data[9];
135013     }
135014 const_str_S_ISPORT = {
135015     ._ascii = {
135016         .ob_base = {
135017             .ob_refcnt = 999999999,
135018             .ob_type = &PyUnicode_Type,
135019         },
135020         .length = 8,
135021         .hash = -1,
135022         .state = {
135023             .kind = 1,
135024             .compact = 1,
135025             .ascii = 1,
135026             .ready = 1,
135027         },
135028     },
135029     ._data = "S_ISPORT",
135030 };
135031 static
135032     struct _PyCode_DEF(6)
135033 stat_toplevel_consts_28 = {
135034     .ob_base = {
135035         .ob_base = {
135036             .ob_refcnt = 999999999,
135037             .ob_type = &PyCode_Type,
135038         },
135039         .ob_size = 3,
135040     },
135041     .co_consts = & stat_toplevel_consts_28_consts._object.ob_base.ob_base,
135042     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
135043     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
135044     .co_flags = 3,
135045     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
135046     ._co_linearray_entry_size = 0,
135047     .co_argcount = 1,
135048     .co_posonlyargcount = 0,
135049     .co_kwonlyargcount = 0,
135050     .co_stacksize = 1,
135051     .co_firstlineno = 82,
135052     .co_nlocalsplus = 1,
135053     .co_nlocals = 1,
135054     .co_nplaincellvars = 0,
135055     .co_ncellvars = 0,
135056     .co_nfreevars = 0,
135057     .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
135058     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
135059     .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
135060     .co_name = & const_str_S_ISPORT._ascii.ob_base,
135061     .co_qualname = & const_str_S_ISPORT._ascii.ob_base,
135062     .co_linetable = & stat_toplevel_consts_27_linetable.ob_base.ob_base,
135063     ._co_code = NULL,
135064     ._co_linearray = NULL,
135065     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
135066     ._co_firsttraceable = 0,
135067 };
135068 static
135069     struct {
135070         PyASCIIObject _ascii;
135071         uint8_t _data[40];
135072     }
135073 stat_toplevel_consts_29_consts_0 = {
135074     ._ascii = {
135075         .ob_base = {
135076             .ob_refcnt = 999999999,
135077             .ob_type = &PyUnicode_Type,
135078         },
135079         .length = 39,
135080         .hash = -1,
135081         .state = {
135082             .kind = 1,
135083             .compact = 1,
135084             .ascii = 1,
135085             .ready = 1,
135086         },
135087     },
135088     ._data = "Return True if mode is from a whiteout.",
135089 };
135090 static
135091     struct {
135092         PyGC_Head _gc_head;
135093         struct {
135094             PyObject_VAR_HEAD
135095             PyObject *ob_item[2];
135096         }_object;
135097     }
135098 stat_toplevel_consts_29_consts = {
135099     ._object = {
135100         .ob_base = {
135101             .ob_base = {
135102                 .ob_refcnt = 999999999,
135103                 .ob_type = &PyTuple_Type,
135104             },
135105             .ob_size = 2,
135106         },
135107         .ob_item = {
135108             & stat_toplevel_consts_29_consts_0._ascii.ob_base,
135109             Py_False,
135110         },
135111     },
135112 };
135113 static
135114     struct {
135115         PyASCIIObject _ascii;
135116         uint8_t _data[8];
135117     }
135118 const_str_S_ISWHT = {
135119     ._ascii = {
135120         .ob_base = {
135121             .ob_refcnt = 999999999,
135122             .ob_type = &PyUnicode_Type,
135123         },
135124         .length = 7,
135125         .hash = -1,
135126         .state = {
135127             .kind = 1,
135128             .compact = 1,
135129             .ascii = 1,
135130             .ready = 1,
135131         },
135132     },
135133     ._data = "S_ISWHT",
135134 };
135135 static
135136     struct _PyCode_DEF(6)
135137 stat_toplevel_consts_29 = {
135138     .ob_base = {
135139         .ob_base = {
135140             .ob_refcnt = 999999999,
135141             .ob_type = &PyCode_Type,
135142         },
135143         .ob_size = 3,
135144     },
135145     .co_consts = & stat_toplevel_consts_29_consts._object.ob_base.ob_base,
135146     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
135147     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
135148     .co_flags = 3,
135149     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
135150     ._co_linearray_entry_size = 0,
135151     .co_argcount = 1,
135152     .co_posonlyargcount = 0,
135153     .co_kwonlyargcount = 0,
135154     .co_stacksize = 1,
135155     .co_firstlineno = 86,
135156     .co_nlocalsplus = 1,
135157     .co_nlocals = 1,
135158     .co_nplaincellvars = 0,
135159     .co_ncellvars = 0,
135160     .co_nfreevars = 0,
135161     .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
135162     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
135163     .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
135164     .co_name = & const_str_S_ISWHT._ascii.ob_base,
135165     .co_qualname = & const_str_S_ISWHT._ascii.ob_base,
135166     .co_linetable = & stat_toplevel_consts_27_linetable.ob_base.ob_base,
135167     ._co_code = NULL,
135168     ._co_linearray = NULL,
135169     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
135170     ._co_firsttraceable = 0,
135171 };
135172 static
135173     struct {
135174         PyObject_VAR_HEAD
135175         digit ob_digit[1];
135176     }
135177 const_int_1024 = {
135178     .ob_base = {
135179         .ob_base = {
135180             .ob_refcnt = 999999999,
135181             .ob_type = &PyLong_Type,
135182         },
135183         .ob_size = 1,
135184     },
135185     .ob_digit = { 1024 },
135186 };
135187 static
135188     struct {
135189         PyObject_VAR_HEAD
135190         digit ob_digit[1];
135191     }
135192 const_int_512 = {
135193     .ob_base = {
135194         .ob_base = {
135195             .ob_refcnt = 999999999,
135196             .ob_type = &PyLong_Type,
135197         },
135198         .ob_size = 1,
135199     },
135200     .ob_digit = { 512 },
135201 };
135202 static
135203     struct {
135204         PyObject_VAR_HEAD
135205         digit ob_digit[1];
135206     }
135207 const_int_448 = {
135208     .ob_base = {
135209         .ob_base = {
135210             .ob_refcnt = 999999999,
135211             .ob_type = &PyLong_Type,
135212         },
135213         .ob_size = 1,
135214     },
135215     .ob_digit = { 448 },
135216 };
135217 #if PYLONG_BITS_IN_DIGIT == 15
135218 static
135219     struct {
135220         PyObject_VAR_HEAD
135221         digit ob_digit[2];
135222     }
135223 const_int_65536 = {
135224     .ob_base = {
135225         .ob_base = {
135226             .ob_refcnt = 999999999,
135227             .ob_type = &PyLong_Type,
135228         },
135229         .ob_size = 2,
135230     },
135231     .ob_digit = { 0, 2 },
135232 };
135233 #elif PYLONG_BITS_IN_DIGIT == 30
135234 static
135235     struct {
135236         PyObject_VAR_HEAD
135237         digit ob_digit[1];
135238     }
135239 const_int_65536 = {
135240     .ob_base = {
135241         .ob_base = {
135242             .ob_refcnt = 999999999,
135243             .ob_type = &PyLong_Type,
135244         },
135245         .ob_size = 1,
135246     },
135247     .ob_digit = { 65536 },
135248 };
135249 #else
135250 #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
135251 #endif
135252 #if PYLONG_BITS_IN_DIGIT == 15
135253 static
135254     struct {
135255         PyObject_VAR_HEAD
135256         digit ob_digit[2];
135257     }
135258 const_int_131072 = {
135259     .ob_base = {
135260         .ob_base = {
135261             .ob_refcnt = 999999999,
135262             .ob_type = &PyLong_Type,
135263         },
135264         .ob_size = 2,
135265     },
135266     .ob_digit = { 0, 4 },
135267 };
135268 #elif PYLONG_BITS_IN_DIGIT == 30
135269 static
135270     struct {
135271         PyObject_VAR_HEAD
135272         digit ob_digit[1];
135273     }
135274 const_int_131072 = {
135275     .ob_base = {
135276         .ob_base = {
135277             .ob_refcnt = 999999999,
135278             .ob_type = &PyLong_Type,
135279         },
135280         .ob_size = 1,
135281     },
135282     .ob_digit = { 131072 },
135283 };
135284 #else
135285 #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
135286 #endif
135287 #if PYLONG_BITS_IN_DIGIT == 15
135288 static
135289     struct {
135290         PyObject_VAR_HEAD
135291         digit ob_digit[2];
135292     }
135293 const_int_262144 = {
135294     .ob_base = {
135295         .ob_base = {
135296             .ob_refcnt = 999999999,
135297             .ob_type = &PyLong_Type,
135298         },
135299         .ob_size = 2,
135300     },
135301     .ob_digit = { 0, 8 },
135302 };
135303 #elif PYLONG_BITS_IN_DIGIT == 30
135304 static
135305     struct {
135306         PyObject_VAR_HEAD
135307         digit ob_digit[1];
135308     }
135309 const_int_262144 = {
135310     .ob_base = {
135311         .ob_base = {
135312             .ob_refcnt = 999999999,
135313             .ob_type = &PyLong_Type,
135314         },
135315         .ob_size = 1,
135316     },
135317     .ob_digit = { 262144 },
135318 };
135319 #else
135320 #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
135321 #endif
135322 #if PYLONG_BITS_IN_DIGIT == 15
135323 static
135324     struct {
135325         PyObject_VAR_HEAD
135326         digit ob_digit[2];
135327     }
135328 const_int_1048576 = {
135329     .ob_base = {
135330         .ob_base = {
135331             .ob_refcnt = 999999999,
135332             .ob_type = &PyLong_Type,
135333         },
135334         .ob_size = 2,
135335     },
135336     .ob_digit = { 0, 32 },
135337 };
135338 #elif PYLONG_BITS_IN_DIGIT == 30
135339 static
135340     struct {
135341         PyObject_VAR_HEAD
135342         digit ob_digit[1];
135343     }
135344 const_int_1048576 = {
135345     .ob_base = {
135346         .ob_base = {
135347             .ob_refcnt = 999999999,
135348             .ob_type = &PyLong_Type,
135349         },
135350         .ob_size = 1,
135351     },
135352     .ob_digit = { 1048576 },
135353 };
135354 #else
135355 #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
135356 #endif
135357 #if PYLONG_BITS_IN_DIGIT == 15
135358 static
135359     struct {
135360         PyObject_VAR_HEAD
135361         digit ob_digit[2];
135362     }
135363 const_int_2097152 = {
135364     .ob_base = {
135365         .ob_base = {
135366             .ob_refcnt = 999999999,
135367             .ob_type = &PyLong_Type,
135368         },
135369         .ob_size = 2,
135370     },
135371     .ob_digit = { 0, 64 },
135372 };
135373 #elif PYLONG_BITS_IN_DIGIT == 30
135374 static
135375     struct {
135376         PyObject_VAR_HEAD
135377         digit ob_digit[1];
135378     }
135379 const_int_2097152 = {
135380     .ob_base = {
135381         .ob_base = {
135382             .ob_refcnt = 999999999,
135383             .ob_type = &PyLong_Type,
135384         },
135385         .ob_size = 1,
135386     },
135387     .ob_digit = { 2097152 },
135388 };
135389 #else
135390 #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
135391 #endif
135392 static
135393     struct {
135394         PyASCIIObject _ascii;
135395         uint8_t _data[2];
135396     }
135397 const_str_l = {
135398     ._ascii = {
135399         .ob_base = {
135400             .ob_refcnt = 999999999,
135401             .ob_type = &PyUnicode_Type,
135402         },
135403         .length = 1,
135404         .hash = -1,
135405         .state = {
135406             .kind = 1,
135407             .compact = 1,
135408             .ascii = 1,
135409             .ready = 1,
135410         },
135411     },
135412     ._data = "l",
135413 };
135414 static
135415     struct {
135416         PyASCIIObject _ascii;
135417         uint8_t _data[2];
135418     }
135419 stat_toplevel_consts_47 = {
135420     ._ascii = {
135421         .ob_base = {
135422             .ob_refcnt = 999999999,
135423             .ob_type = &PyUnicode_Type,
135424         },
135425         .length = 1,
135426         .hash = -1,
135427         .state = {
135428             .kind = 1,
135429             .compact = 1,
135430             .ascii = 1,
135431             .ready = 1,
135432         },
135433     },
135434     ._data = "-",
135435 };
135436 static
135437     struct {
135438         PyASCIIObject _ascii;
135439         uint8_t _data[2];
135440     }
135441 const_str_S = {
135442     ._ascii = {
135443         .ob_base = {
135444             .ob_refcnt = 999999999,
135445             .ob_type = &PyUnicode_Type,
135446         },
135447         .length = 1,
135448         .hash = -1,
135449         .state = {
135450             .kind = 1,
135451             .compact = 1,
135452             .ascii = 1,
135453             .ready = 1,
135454         },
135455     },
135456     ._data = "S",
135457 };
135458 static
135459     struct {
135460         PyASCIIObject _ascii;
135461         uint8_t _data[2];
135462     }
135463 const_str_T = {
135464     ._ascii = {
135465         .ob_base = {
135466             .ob_refcnt = 999999999,
135467             .ob_type = &PyUnicode_Type,
135468         },
135469         .length = 1,
135470         .hash = -1,
135471         .state = {
135472             .kind = 1,
135473             .compact = 1,
135474             .ascii = 1,
135475             .ready = 1,
135476         },
135477     },
135478     ._data = "T",
135479 };
135480 static
135481     struct {
135482         PyASCIIObject _ascii;
135483         uint8_t _data[60];
135484     }
135485 stat_toplevel_consts_58_consts_0 = {
135486     ._ascii = {
135487         .ob_base = {
135488             .ob_refcnt = 999999999,
135489             .ob_type = &PyUnicode_Type,
135490         },
135491         .length = 59,
135492         .hash = -1,
135493         .state = {
135494             .kind = 1,
135495             .compact = 1,
135496             .ascii = 1,
135497             .ready = 1,
135498         },
135499     },
135500     ._data = "Convert a file's mode to a string of the form '-rwxrwxrwx'.",
135501 };
135502 static
135503     struct {
135504         PyGC_Head _gc_head;
135505         struct {
135506             PyObject_VAR_HEAD
135507             PyObject *ob_item[3];
135508         }_object;
135509     }
135510 stat_toplevel_consts_58_consts = {
135511     ._object = {
135512         .ob_base = {
135513             .ob_base = {
135514                 .ob_refcnt = 999999999,
135515                 .ob_type = &PyTuple_Type,
135516             },
135517             .ob_size = 3,
135518         },
135519         .ob_item = {
135520             & stat_toplevel_consts_58_consts_0._ascii.ob_base,
135521             & stat_toplevel_consts_47._ascii.ob_base,
135522             &_Py_STR(empty),
135523         },
135524     },
135525 };
135526 static
135527     struct {
135528         PyASCIIObject _ascii;
135529         uint8_t _data[16];
135530     }
135531 const_str__filemode_table = {
135532     ._ascii = {
135533         .ob_base = {
135534             .ob_refcnt = 999999999,
135535             .ob_type = &PyUnicode_Type,
135536         },
135537         .length = 15,
135538         .hash = -1,
135539         .state = {
135540             .kind = 1,
135541             .compact = 1,
135542             .ascii = 1,
135543             .ready = 1,
135544         },
135545     },
135546     ._data = "_filemode_table",
135547 };
135548 static
135549     struct {
135550         PyGC_Head _gc_head;
135551         struct {
135552             PyObject_VAR_HEAD
135553             PyObject *ob_item[3];
135554         }_object;
135555     }
135556 stat_toplevel_consts_58_names = {
135557     ._object = {
135558         .ob_base = {
135559             .ob_base = {
135560                 .ob_refcnt = 999999999,
135561                 .ob_type = &PyTuple_Type,
135562             },
135563             .ob_size = 3,
135564         },
135565         .ob_item = {
135566             & const_str__filemode_table._ascii.ob_base,
135567             &_Py_ID(append),
135568             &_Py_ID(join),
135569         },
135570     },
135571 };
135572 static
135573     struct {
135574         PyASCIIObject _ascii;
135575         uint8_t _data[9];
135576     }
135577 const_str_filemode = {
135578     ._ascii = {
135579         .ob_base = {
135580             .ob_refcnt = 999999999,
135581             .ob_type = &PyUnicode_Type,
135582         },
135583         .length = 8,
135584         .hash = -1,
135585         .state = {
135586             .kind = 1,
135587             .compact = 1,
135588             .ascii = 1,
135589             .ready = 1,
135590         },
135591     },
135592     ._data = "filemode",
135593 };
135594 static
135595     struct {
135596         PyObject_VAR_HEAD
135597         Py_hash_t ob_shash;
135598         char ob_sval[122];
135599     }
135600 stat_toplevel_consts_58_linetable = {
135601     .ob_base = {
135602         .ob_base = {
135603             .ob_refcnt = 999999999,
135604             .ob_type = &PyBytes_Type,
135605         },
135606         .ob_size = 121,
135607     },
135608     .ob_shash = -1,
135609     .ob_sval = "\x80\x00\xe0\x0b\x0d\x80\x44\xdd\x11\x20\xf0\x00\x06\x05\x1d\xf0\x00\x06\x05\x1d\x88\x05\xd8\x19\x1e\xf0\x00\x05\x09\x1d\xf0\x00\x05\x09\x1d\x89\x49\x88\x43\x90\x14\xd8\x0f\x13\x90\x63\x89\x7a\x98\x53\xd2\x0f\x20\xd0\x0f\x20\xd8\x10\x14\x97\x0b\x92\x0b\x98\x44\xd1\x10\x21\xd4\x10\x21\xd0\x10\x21\xd8\x10\x15\x90\x05\xf0\x05\x00\x10\x21\xf0\x08\x00\x0d\x11\x8f\x4b\x8a\x4b\x98\x03\xd1\x0c\x1c\xd4\x0c\x1c\xd0\x0c\x1c\xf8\xd8\x0b\x0d\x8f\x37\x8a\x37\x90\x34\x89\x3d\x8c\x3d\xd0\x04\x18",
135610 };
135611 static
135612     struct {
135613         PyASCIIObject _ascii;
135614         uint8_t _data[5];
135615     }
135616 const_str_perm = {
135617     ._ascii = {
135618         .ob_base = {
135619             .ob_refcnt = 999999999,
135620             .ob_type = &PyUnicode_Type,
135621         },
135622         .length = 4,
135623         .hash = -1,
135624         .state = {
135625             .kind = 1,
135626             .compact = 1,
135627             .ascii = 1,
135628             .ready = 1,
135629         },
135630     },
135631     ._data = "perm",
135632 };
135633 static
135634     struct {
135635         PyASCIIObject _ascii;
135636         uint8_t _data[6];
135637     }
135638 const_str_table = {
135639     ._ascii = {
135640         .ob_base = {
135641             .ob_refcnt = 999999999,
135642             .ob_type = &PyUnicode_Type,
135643         },
135644         .length = 5,
135645         .hash = -1,
135646         .state = {
135647             .kind = 1,
135648             .compact = 1,
135649             .ascii = 1,
135650             .ready = 1,
135651         },
135652     },
135653     ._data = "table",
135654 };
135655 static
135656     struct {
135657         PyASCIIObject _ascii;
135658         uint8_t _data[4];
135659     }
135660 const_str_bit = {
135661     ._ascii = {
135662         .ob_base = {
135663             .ob_refcnt = 999999999,
135664             .ob_type = &PyUnicode_Type,
135665         },
135666         .length = 3,
135667         .hash = -1,
135668         .state = {
135669             .kind = 1,
135670             .compact = 1,
135671             .ascii = 1,
135672             .ready = 1,
135673         },
135674     },
135675     ._data = "bit",
135676 };
135677 static
135678     struct {
135679         PyASCIIObject _ascii;
135680         uint8_t _data[5];
135681     }
135682 const_str_char = {
135683     ._ascii = {
135684         .ob_base = {
135685             .ob_refcnt = 999999999,
135686             .ob_type = &PyUnicode_Type,
135687         },
135688         .length = 4,
135689         .hash = -1,
135690         .state = {
135691             .kind = 1,
135692             .compact = 1,
135693             .ascii = 1,
135694             .ready = 1,
135695         },
135696     },
135697     ._data = "char",
135698 };
135699 static
135700     struct {
135701         PyGC_Head _gc_head;
135702         struct {
135703             PyObject_VAR_HEAD
135704             PyObject *ob_item[5];
135705         }_object;
135706     }
135707 stat_toplevel_consts_58_localsplusnames = {
135708     ._object = {
135709         .ob_base = {
135710             .ob_base = {
135711                 .ob_refcnt = 999999999,
135712                 .ob_type = &PyTuple_Type,
135713             },
135714             .ob_size = 5,
135715         },
135716         .ob_item = {
135717             &_Py_ID(mode),
135718             & const_str_perm._ascii.ob_base,
135719             & const_str_table._ascii.ob_base,
135720             & const_str_bit._ascii.ob_base,
135721             & const_str_char._ascii.ob_base,
135722         },
135723     },
135724 };
135725 static
135726     struct _PyCode_DEF(190)
135727 stat_toplevel_consts_58 = {
135728     .ob_base = {
135729         .ob_base = {
135730             .ob_refcnt = 999999999,
135731             .ob_type = &PyCode_Type,
135732         },
135733         .ob_size = 95,
135734     },
135735     .co_consts = & stat_toplevel_consts_58_consts._object.ob_base.ob_base,
135736     .co_names = & stat_toplevel_consts_58_names._object.ob_base.ob_base,
135737     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
135738     .co_flags = 3,
135739     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
135740     ._co_linearray_entry_size = 0,
135741     .co_argcount = 1,
135742     .co_posonlyargcount = 0,
135743     .co_kwonlyargcount = 0,
135744     .co_stacksize = 5,
135745     .co_firstlineno = 156,
135746     .co_nlocalsplus = 5,
135747     .co_nlocals = 5,
135748     .co_nplaincellvars = 0,
135749     .co_ncellvars = 0,
135750     .co_nfreevars = 0,
135751     .co_localsplusnames = & stat_toplevel_consts_58_localsplusnames._object.ob_base.ob_base,
135752     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
135753     .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
135754     .co_name = & const_str_filemode._ascii.ob_base,
135755     .co_qualname = & const_str_filemode._ascii.ob_base,
135756     .co_linetable = & stat_toplevel_consts_58_linetable.ob_base.ob_base,
135757     ._co_code = NULL,
135758     ._co_linearray = NULL,
135759     .co_code_adaptive = "\x97\x00\x67\x00\x7d\x01\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x3f\x7d\x02\x7c\x02\x44\x00\x5d\x25\x5c\x02\x00\x00\x7d\x03\x7d\x04\x7c\x00\x7c\x03\x7a\x01\x00\x00\x7c\x03\x6b\x02\x00\x00\x00\x00\x72\x17\x7c\x01\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x01\x00\x6e\x16\x8c\x26\x7c\x01\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x40\x64\x02\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
135760     ._co_firsttraceable = 0,
135761 };
135762 static
135763     struct {
135764         PyGC_Head _gc_head;
135765         struct {
135766             PyObject_VAR_HEAD
135767             PyObject *ob_item[61];
135768         }_object;
135769     }
135770 stat_toplevel_consts = {
135771     ._object = {
135772         .ob_base = {
135773             .ob_base = {
135774                 .ob_refcnt = 999999999,
135775                 .ob_type = &PyTuple_Type,
135776             },
135777             .ob_size = 61,
135778         },
135779         .ob_item = {
135780             & stat_toplevel_consts_0._ascii.ob_base,
135781             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
135782             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
135783             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
135784             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
135785             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 4],
135786             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 5],
135787             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 6],
135788             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 7],
135789             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 8],
135790             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 9],
135791             & stat_toplevel_consts_11.ob_base.ob_base,
135792             & stat_toplevel_consts_12.ob_base.ob_base,
135793             & const_int_16384.ob_base.ob_base,
135794             & const_int_8192.ob_base.ob_base,
135795             & const_int_24576.ob_base.ob_base,
135796             & const_int_32768.ob_base.ob_base,
135797             & const_int_4096.ob_base.ob_base,
135798             & const_int_40960.ob_base.ob_base,
135799             & const_int_49152.ob_base.ob_base,
135800             & stat_toplevel_consts_20.ob_base.ob_base,
135801             & stat_toplevel_consts_21.ob_base.ob_base,
135802             & stat_toplevel_consts_22.ob_base.ob_base,
135803             & stat_toplevel_consts_23.ob_base.ob_base,
135804             & stat_toplevel_consts_24.ob_base.ob_base,
135805             & stat_toplevel_consts_25.ob_base.ob_base,
135806             & stat_toplevel_consts_26.ob_base.ob_base,
135807             & stat_toplevel_consts_27.ob_base.ob_base,
135808             & stat_toplevel_consts_28.ob_base.ob_base,
135809             & stat_toplevel_consts_29.ob_base.ob_base,
135810             & const_int_2048.ob_base.ob_base,
135811             & const_int_1024.ob_base.ob_base,
135812             & const_int_512.ob_base.ob_base,
135813             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 256],
135814             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 128],
135815             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 64],
135816             & const_int_448.ob_base.ob_base,
135817             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 56],
135818             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 32],
135819             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 16],
135820             & const_int_65536.ob_base.ob_base,
135821             & const_int_131072.ob_base.ob_base,
135822             & const_int_262144.ob_base.ob_base,
135823             & const_int_1048576.ob_base.ob_base,
135824             & const_int_2097152.ob_base.ob_base,
135825             & const_str_l._ascii.ob_base,
135826             & const_str_s._ascii.ob_base,
135827             & stat_toplevel_consts_47._ascii.ob_base,
135828             & const_str_b._ascii.ob_base,
135829             & const_str_d._ascii.ob_base,
135830             & const_str_c._ascii.ob_base,
135831             & const_str_p._ascii.ob_base,
135832             & const_str_r._ascii.ob_base,
135833             & const_str_w._ascii.ob_base,
135834             & const_str_S._ascii.ob_base,
135835             & const_str_x._ascii.ob_base,
135836             & const_str_t._ascii.ob_base,
135837             & const_str_T._ascii.ob_base,
135838             & stat_toplevel_consts_58.ob_base.ob_base,
135839             & codecs_toplevel_consts_3._object.ob_base.ob_base,
135840             Py_None,
135841         },
135842     },
135843 };
135844 static
135845     struct {
135846         PyASCIIObject _ascii;
135847         uint8_t _data[8];
135848     }
135849 const_str_ST_MODE = {
135850     ._ascii = {
135851         .ob_base = {
135852             .ob_refcnt = 999999999,
135853             .ob_type = &PyUnicode_Type,
135854         },
135855         .length = 7,
135856         .hash = -1,
135857         .state = {
135858             .kind = 1,
135859             .compact = 1,
135860             .ascii = 1,
135861             .ready = 1,
135862         },
135863     },
135864     ._data = "ST_MODE",
135865 };
135866 static
135867     struct {
135868         PyASCIIObject _ascii;
135869         uint8_t _data[7];
135870     }
135871 const_str_ST_INO = {
135872     ._ascii = {
135873         .ob_base = {
135874             .ob_refcnt = 999999999,
135875             .ob_type = &PyUnicode_Type,
135876         },
135877         .length = 6,
135878         .hash = -1,
135879         .state = {
135880             .kind = 1,
135881             .compact = 1,
135882             .ascii = 1,
135883             .ready = 1,
135884         },
135885     },
135886     ._data = "ST_INO",
135887 };
135888 static
135889     struct {
135890         PyASCIIObject _ascii;
135891         uint8_t _data[7];
135892     }
135893 const_str_ST_DEV = {
135894     ._ascii = {
135895         .ob_base = {
135896             .ob_refcnt = 999999999,
135897             .ob_type = &PyUnicode_Type,
135898         },
135899         .length = 6,
135900         .hash = -1,
135901         .state = {
135902             .kind = 1,
135903             .compact = 1,
135904             .ascii = 1,
135905             .ready = 1,
135906         },
135907     },
135908     ._data = "ST_DEV",
135909 };
135910 static
135911     struct {
135912         PyASCIIObject _ascii;
135913         uint8_t _data[9];
135914     }
135915 const_str_ST_NLINK = {
135916     ._ascii = {
135917         .ob_base = {
135918             .ob_refcnt = 999999999,
135919             .ob_type = &PyUnicode_Type,
135920         },
135921         .length = 8,
135922         .hash = -1,
135923         .state = {
135924             .kind = 1,
135925             .compact = 1,
135926             .ascii = 1,
135927             .ready = 1,
135928         },
135929     },
135930     ._data = "ST_NLINK",
135931 };
135932 static
135933     struct {
135934         PyASCIIObject _ascii;
135935         uint8_t _data[7];
135936     }
135937 const_str_ST_UID = {
135938     ._ascii = {
135939         .ob_base = {
135940             .ob_refcnt = 999999999,
135941             .ob_type = &PyUnicode_Type,
135942         },
135943         .length = 6,
135944         .hash = -1,
135945         .state = {
135946             .kind = 1,
135947             .compact = 1,
135948             .ascii = 1,
135949             .ready = 1,
135950         },
135951     },
135952     ._data = "ST_UID",
135953 };
135954 static
135955     struct {
135956         PyASCIIObject _ascii;
135957         uint8_t _data[7];
135958     }
135959 const_str_ST_GID = {
135960     ._ascii = {
135961         .ob_base = {
135962             .ob_refcnt = 999999999,
135963             .ob_type = &PyUnicode_Type,
135964         },
135965         .length = 6,
135966         .hash = -1,
135967         .state = {
135968             .kind = 1,
135969             .compact = 1,
135970             .ascii = 1,
135971             .ready = 1,
135972         },
135973     },
135974     ._data = "ST_GID",
135975 };
135976 static
135977     struct {
135978         PyASCIIObject _ascii;
135979         uint8_t _data[8];
135980     }
135981 const_str_ST_SIZE = {
135982     ._ascii = {
135983         .ob_base = {
135984             .ob_refcnt = 999999999,
135985             .ob_type = &PyUnicode_Type,
135986         },
135987         .length = 7,
135988         .hash = -1,
135989         .state = {
135990             .kind = 1,
135991             .compact = 1,
135992             .ascii = 1,
135993             .ready = 1,
135994         },
135995     },
135996     ._data = "ST_SIZE",
135997 };
135998 static
135999     struct {
136000         PyASCIIObject _ascii;
136001         uint8_t _data[9];
136002     }
136003 const_str_ST_ATIME = {
136004     ._ascii = {
136005         .ob_base = {
136006             .ob_refcnt = 999999999,
136007             .ob_type = &PyUnicode_Type,
136008         },
136009         .length = 8,
136010         .hash = -1,
136011         .state = {
136012             .kind = 1,
136013             .compact = 1,
136014             .ascii = 1,
136015             .ready = 1,
136016         },
136017     },
136018     ._data = "ST_ATIME",
136019 };
136020 static
136021     struct {
136022         PyASCIIObject _ascii;
136023         uint8_t _data[9];
136024     }
136025 const_str_ST_MTIME = {
136026     ._ascii = {
136027         .ob_base = {
136028             .ob_refcnt = 999999999,
136029             .ob_type = &PyUnicode_Type,
136030         },
136031         .length = 8,
136032         .hash = -1,
136033         .state = {
136034             .kind = 1,
136035             .compact = 1,
136036             .ascii = 1,
136037             .ready = 1,
136038         },
136039     },
136040     ._data = "ST_MTIME",
136041 };
136042 static
136043     struct {
136044         PyASCIIObject _ascii;
136045         uint8_t _data[9];
136046     }
136047 const_str_ST_CTIME = {
136048     ._ascii = {
136049         .ob_base = {
136050             .ob_refcnt = 999999999,
136051             .ob_type = &PyUnicode_Type,
136052         },
136053         .length = 8,
136054         .hash = -1,
136055         .state = {
136056             .kind = 1,
136057             .compact = 1,
136058             .ascii = 1,
136059             .ready = 1,
136060         },
136061     },
136062     ._data = "ST_CTIME",
136063 };
136064 static
136065     struct {
136066         PyASCIIObject _ascii;
136067         uint8_t _data[9];
136068     }
136069 const_str_S_IFDOOR = {
136070     ._ascii = {
136071         .ob_base = {
136072             .ob_refcnt = 999999999,
136073             .ob_type = &PyUnicode_Type,
136074         },
136075         .length = 8,
136076         .hash = -1,
136077         .state = {
136078             .kind = 1,
136079             .compact = 1,
136080             .ascii = 1,
136081             .ready = 1,
136082         },
136083     },
136084     ._data = "S_IFDOOR",
136085 };
136086 static
136087     struct {
136088         PyASCIIObject _ascii;
136089         uint8_t _data[9];
136090     }
136091 const_str_S_IFPORT = {
136092     ._ascii = {
136093         .ob_base = {
136094             .ob_refcnt = 999999999,
136095             .ob_type = &PyUnicode_Type,
136096         },
136097         .length = 8,
136098         .hash = -1,
136099         .state = {
136100             .kind = 1,
136101             .compact = 1,
136102             .ascii = 1,
136103             .ready = 1,
136104         },
136105     },
136106     ._data = "S_IFPORT",
136107 };
136108 static
136109     struct {
136110         PyASCIIObject _ascii;
136111         uint8_t _data[8];
136112     }
136113 const_str_S_IFWHT = {
136114     ._ascii = {
136115         .ob_base = {
136116             .ob_refcnt = 999999999,
136117             .ob_type = &PyUnicode_Type,
136118         },
136119         .length = 7,
136120         .hash = -1,
136121         .state = {
136122             .kind = 1,
136123             .compact = 1,
136124             .ascii = 1,
136125             .ready = 1,
136126         },
136127     },
136128     ._data = "S_IFWHT",
136129 };
136130 static
136131     struct {
136132         PyASCIIObject _ascii;
136133         uint8_t _data[8];
136134     }
136135 const_str_S_ISUID = {
136136     ._ascii = {
136137         .ob_base = {
136138             .ob_refcnt = 999999999,
136139             .ob_type = &PyUnicode_Type,
136140         },
136141         .length = 7,
136142         .hash = -1,
136143         .state = {
136144             .kind = 1,
136145             .compact = 1,
136146             .ascii = 1,
136147             .ready = 1,
136148         },
136149     },
136150     ._data = "S_ISUID",
136151 };
136152 static
136153     struct {
136154         PyASCIIObject _ascii;
136155         uint8_t _data[8];
136156     }
136157 const_str_S_ISGID = {
136158     ._ascii = {
136159         .ob_base = {
136160             .ob_refcnt = 999999999,
136161             .ob_type = &PyUnicode_Type,
136162         },
136163         .length = 7,
136164         .hash = -1,
136165         .state = {
136166             .kind = 1,
136167             .compact = 1,
136168             .ascii = 1,
136169             .ready = 1,
136170         },
136171     },
136172     ._data = "S_ISGID",
136173 };
136174 static
136175     struct {
136176         PyASCIIObject _ascii;
136177         uint8_t _data[8];
136178     }
136179 const_str_S_ENFMT = {
136180     ._ascii = {
136181         .ob_base = {
136182             .ob_refcnt = 999999999,
136183             .ob_type = &PyUnicode_Type,
136184         },
136185         .length = 7,
136186         .hash = -1,
136187         .state = {
136188             .kind = 1,
136189             .compact = 1,
136190             .ascii = 1,
136191             .ready = 1,
136192         },
136193     },
136194     ._data = "S_ENFMT",
136195 };
136196 static
136197     struct {
136198         PyASCIIObject _ascii;
136199         uint8_t _data[8];
136200     }
136201 const_str_S_ISVTX = {
136202     ._ascii = {
136203         .ob_base = {
136204             .ob_refcnt = 999999999,
136205             .ob_type = &PyUnicode_Type,
136206         },
136207         .length = 7,
136208         .hash = -1,
136209         .state = {
136210             .kind = 1,
136211             .compact = 1,
136212             .ascii = 1,
136213             .ready = 1,
136214         },
136215     },
136216     ._data = "S_ISVTX",
136217 };
136218 static
136219     struct {
136220         PyASCIIObject _ascii;
136221         uint8_t _data[8];
136222     }
136223 const_str_S_IREAD = {
136224     ._ascii = {
136225         .ob_base = {
136226             .ob_refcnt = 999999999,
136227             .ob_type = &PyUnicode_Type,
136228         },
136229         .length = 7,
136230         .hash = -1,
136231         .state = {
136232             .kind = 1,
136233             .compact = 1,
136234             .ascii = 1,
136235             .ready = 1,
136236         },
136237     },
136238     ._data = "S_IREAD",
136239 };
136240 static
136241     struct {
136242         PyASCIIObject _ascii;
136243         uint8_t _data[9];
136244     }
136245 const_str_S_IWRITE = {
136246     ._ascii = {
136247         .ob_base = {
136248             .ob_refcnt = 999999999,
136249             .ob_type = &PyUnicode_Type,
136250         },
136251         .length = 8,
136252         .hash = -1,
136253         .state = {
136254             .kind = 1,
136255             .compact = 1,
136256             .ascii = 1,
136257             .ready = 1,
136258         },
136259     },
136260     ._data = "S_IWRITE",
136261 };
136262 static
136263     struct {
136264         PyASCIIObject _ascii;
136265         uint8_t _data[8];
136266     }
136267 const_str_S_IEXEC = {
136268     ._ascii = {
136269         .ob_base = {
136270             .ob_refcnt = 999999999,
136271             .ob_type = &PyUnicode_Type,
136272         },
136273         .length = 7,
136274         .hash = -1,
136275         .state = {
136276             .kind = 1,
136277             .compact = 1,
136278             .ascii = 1,
136279             .ready = 1,
136280         },
136281     },
136282     ._data = "S_IEXEC",
136283 };
136284 static
136285     struct {
136286         PyASCIIObject _ascii;
136287         uint8_t _data[8];
136288     }
136289 const_str_S_IRWXU = {
136290     ._ascii = {
136291         .ob_base = {
136292             .ob_refcnt = 999999999,
136293             .ob_type = &PyUnicode_Type,
136294         },
136295         .length = 7,
136296         .hash = -1,
136297         .state = {
136298             .kind = 1,
136299             .compact = 1,
136300             .ascii = 1,
136301             .ready = 1,
136302         },
136303     },
136304     ._data = "S_IRWXU",
136305 };
136306 static
136307     struct {
136308         PyASCIIObject _ascii;
136309         uint8_t _data[8];
136310     }
136311 const_str_S_IRUSR = {
136312     ._ascii = {
136313         .ob_base = {
136314             .ob_refcnt = 999999999,
136315             .ob_type = &PyUnicode_Type,
136316         },
136317         .length = 7,
136318         .hash = -1,
136319         .state = {
136320             .kind = 1,
136321             .compact = 1,
136322             .ascii = 1,
136323             .ready = 1,
136324         },
136325     },
136326     ._data = "S_IRUSR",
136327 };
136328 static
136329     struct {
136330         PyASCIIObject _ascii;
136331         uint8_t _data[8];
136332     }
136333 const_str_S_IWUSR = {
136334     ._ascii = {
136335         .ob_base = {
136336             .ob_refcnt = 999999999,
136337             .ob_type = &PyUnicode_Type,
136338         },
136339         .length = 7,
136340         .hash = -1,
136341         .state = {
136342             .kind = 1,
136343             .compact = 1,
136344             .ascii = 1,
136345             .ready = 1,
136346         },
136347     },
136348     ._data = "S_IWUSR",
136349 };
136350 static
136351     struct {
136352         PyASCIIObject _ascii;
136353         uint8_t _data[8];
136354     }
136355 const_str_S_IXUSR = {
136356     ._ascii = {
136357         .ob_base = {
136358             .ob_refcnt = 999999999,
136359             .ob_type = &PyUnicode_Type,
136360         },
136361         .length = 7,
136362         .hash = -1,
136363         .state = {
136364             .kind = 1,
136365             .compact = 1,
136366             .ascii = 1,
136367             .ready = 1,
136368         },
136369     },
136370     ._data = "S_IXUSR",
136371 };
136372 static
136373     struct {
136374         PyASCIIObject _ascii;
136375         uint8_t _data[8];
136376     }
136377 const_str_S_IRWXG = {
136378     ._ascii = {
136379         .ob_base = {
136380             .ob_refcnt = 999999999,
136381             .ob_type = &PyUnicode_Type,
136382         },
136383         .length = 7,
136384         .hash = -1,
136385         .state = {
136386             .kind = 1,
136387             .compact = 1,
136388             .ascii = 1,
136389             .ready = 1,
136390         },
136391     },
136392     ._data = "S_IRWXG",
136393 };
136394 static
136395     struct {
136396         PyASCIIObject _ascii;
136397         uint8_t _data[8];
136398     }
136399 const_str_S_IRGRP = {
136400     ._ascii = {
136401         .ob_base = {
136402             .ob_refcnt = 999999999,
136403             .ob_type = &PyUnicode_Type,
136404         },
136405         .length = 7,
136406         .hash = -1,
136407         .state = {
136408             .kind = 1,
136409             .compact = 1,
136410             .ascii = 1,
136411             .ready = 1,
136412         },
136413     },
136414     ._data = "S_IRGRP",
136415 };
136416 static
136417     struct {
136418         PyASCIIObject _ascii;
136419         uint8_t _data[8];
136420     }
136421 const_str_S_IWGRP = {
136422     ._ascii = {
136423         .ob_base = {
136424             .ob_refcnt = 999999999,
136425             .ob_type = &PyUnicode_Type,
136426         },
136427         .length = 7,
136428         .hash = -1,
136429         .state = {
136430             .kind = 1,
136431             .compact = 1,
136432             .ascii = 1,
136433             .ready = 1,
136434         },
136435     },
136436     ._data = "S_IWGRP",
136437 };
136438 static
136439     struct {
136440         PyASCIIObject _ascii;
136441         uint8_t _data[8];
136442     }
136443 const_str_S_IXGRP = {
136444     ._ascii = {
136445         .ob_base = {
136446             .ob_refcnt = 999999999,
136447             .ob_type = &PyUnicode_Type,
136448         },
136449         .length = 7,
136450         .hash = -1,
136451         .state = {
136452             .kind = 1,
136453             .compact = 1,
136454             .ascii = 1,
136455             .ready = 1,
136456         },
136457     },
136458     ._data = "S_IXGRP",
136459 };
136460 static
136461     struct {
136462         PyASCIIObject _ascii;
136463         uint8_t _data[8];
136464     }
136465 const_str_S_IRWXO = {
136466     ._ascii = {
136467         .ob_base = {
136468             .ob_refcnt = 999999999,
136469             .ob_type = &PyUnicode_Type,
136470         },
136471         .length = 7,
136472         .hash = -1,
136473         .state = {
136474             .kind = 1,
136475             .compact = 1,
136476             .ascii = 1,
136477             .ready = 1,
136478         },
136479     },
136480     ._data = "S_IRWXO",
136481 };
136482 static
136483     struct {
136484         PyASCIIObject _ascii;
136485         uint8_t _data[8];
136486     }
136487 const_str_S_IROTH = {
136488     ._ascii = {
136489         .ob_base = {
136490             .ob_refcnt = 999999999,
136491             .ob_type = &PyUnicode_Type,
136492         },
136493         .length = 7,
136494         .hash = -1,
136495         .state = {
136496             .kind = 1,
136497             .compact = 1,
136498             .ascii = 1,
136499             .ready = 1,
136500         },
136501     },
136502     ._data = "S_IROTH",
136503 };
136504 static
136505     struct {
136506         PyASCIIObject _ascii;
136507         uint8_t _data[8];
136508     }
136509 const_str_S_IWOTH = {
136510     ._ascii = {
136511         .ob_base = {
136512             .ob_refcnt = 999999999,
136513             .ob_type = &PyUnicode_Type,
136514         },
136515         .length = 7,
136516         .hash = -1,
136517         .state = {
136518             .kind = 1,
136519             .compact = 1,
136520             .ascii = 1,
136521             .ready = 1,
136522         },
136523     },
136524     ._data = "S_IWOTH",
136525 };
136526 static
136527     struct {
136528         PyASCIIObject _ascii;
136529         uint8_t _data[8];
136530     }
136531 const_str_S_IXOTH = {
136532     ._ascii = {
136533         .ob_base = {
136534             .ob_refcnt = 999999999,
136535             .ob_type = &PyUnicode_Type,
136536         },
136537         .length = 7,
136538         .hash = -1,
136539         .state = {
136540             .kind = 1,
136541             .compact = 1,
136542             .ascii = 1,
136543             .ready = 1,
136544         },
136545     },
136546     ._data = "S_IXOTH",
136547 };
136548 static
136549     struct {
136550         PyASCIIObject _ascii;
136551         uint8_t _data[10];
136552     }
136553 const_str_UF_NODUMP = {
136554     ._ascii = {
136555         .ob_base = {
136556             .ob_refcnt = 999999999,
136557             .ob_type = &PyUnicode_Type,
136558         },
136559         .length = 9,
136560         .hash = -1,
136561         .state = {
136562             .kind = 1,
136563             .compact = 1,
136564             .ascii = 1,
136565             .ready = 1,
136566         },
136567     },
136568     ._data = "UF_NODUMP",
136569 };
136570 static
136571     struct {
136572         PyASCIIObject _ascii;
136573         uint8_t _data[13];
136574     }
136575 const_str_UF_IMMUTABLE = {
136576     ._ascii = {
136577         .ob_base = {
136578             .ob_refcnt = 999999999,
136579             .ob_type = &PyUnicode_Type,
136580         },
136581         .length = 12,
136582         .hash = -1,
136583         .state = {
136584             .kind = 1,
136585             .compact = 1,
136586             .ascii = 1,
136587             .ready = 1,
136588         },
136589     },
136590     ._data = "UF_IMMUTABLE",
136591 };
136592 static
136593     struct {
136594         PyASCIIObject _ascii;
136595         uint8_t _data[10];
136596     }
136597 const_str_UF_APPEND = {
136598     ._ascii = {
136599         .ob_base = {
136600             .ob_refcnt = 999999999,
136601             .ob_type = &PyUnicode_Type,
136602         },
136603         .length = 9,
136604         .hash = -1,
136605         .state = {
136606             .kind = 1,
136607             .compact = 1,
136608             .ascii = 1,
136609             .ready = 1,
136610         },
136611     },
136612     ._data = "UF_APPEND",
136613 };
136614 static
136615     struct {
136616         PyASCIIObject _ascii;
136617         uint8_t _data[10];
136618     }
136619 const_str_UF_OPAQUE = {
136620     ._ascii = {
136621         .ob_base = {
136622             .ob_refcnt = 999999999,
136623             .ob_type = &PyUnicode_Type,
136624         },
136625         .length = 9,
136626         .hash = -1,
136627         .state = {
136628             .kind = 1,
136629             .compact = 1,
136630             .ascii = 1,
136631             .ready = 1,
136632         },
136633     },
136634     ._data = "UF_OPAQUE",
136635 };
136636 static
136637     struct {
136638         PyASCIIObject _ascii;
136639         uint8_t _data[12];
136640     }
136641 const_str_UF_NOUNLINK = {
136642     ._ascii = {
136643         .ob_base = {
136644             .ob_refcnt = 999999999,
136645             .ob_type = &PyUnicode_Type,
136646         },
136647         .length = 11,
136648         .hash = -1,
136649         .state = {
136650             .kind = 1,
136651             .compact = 1,
136652             .ascii = 1,
136653             .ready = 1,
136654         },
136655     },
136656     ._data = "UF_NOUNLINK",
136657 };
136658 static
136659     struct {
136660         PyASCIIObject _ascii;
136661         uint8_t _data[14];
136662     }
136663 const_str_UF_COMPRESSED = {
136664     ._ascii = {
136665         .ob_base = {
136666             .ob_refcnt = 999999999,
136667             .ob_type = &PyUnicode_Type,
136668         },
136669         .length = 13,
136670         .hash = -1,
136671         .state = {
136672             .kind = 1,
136673             .compact = 1,
136674             .ascii = 1,
136675             .ready = 1,
136676         },
136677     },
136678     ._data = "UF_COMPRESSED",
136679 };
136680 static
136681     struct {
136682         PyASCIIObject _ascii;
136683         uint8_t _data[10];
136684     }
136685 const_str_UF_HIDDEN = {
136686     ._ascii = {
136687         .ob_base = {
136688             .ob_refcnt = 999999999,
136689             .ob_type = &PyUnicode_Type,
136690         },
136691         .length = 9,
136692         .hash = -1,
136693         .state = {
136694             .kind = 1,
136695             .compact = 1,
136696             .ascii = 1,
136697             .ready = 1,
136698         },
136699     },
136700     ._data = "UF_HIDDEN",
136701 };
136702 static
136703     struct {
136704         PyASCIIObject _ascii;
136705         uint8_t _data[12];
136706     }
136707 const_str_SF_ARCHIVED = {
136708     ._ascii = {
136709         .ob_base = {
136710             .ob_refcnt = 999999999,
136711             .ob_type = &PyUnicode_Type,
136712         },
136713         .length = 11,
136714         .hash = -1,
136715         .state = {
136716             .kind = 1,
136717             .compact = 1,
136718             .ascii = 1,
136719             .ready = 1,
136720         },
136721     },
136722     ._data = "SF_ARCHIVED",
136723 };
136724 static
136725     struct {
136726         PyASCIIObject _ascii;
136727         uint8_t _data[13];
136728     }
136729 const_str_SF_IMMUTABLE = {
136730     ._ascii = {
136731         .ob_base = {
136732             .ob_refcnt = 999999999,
136733             .ob_type = &PyUnicode_Type,
136734         },
136735         .length = 12,
136736         .hash = -1,
136737         .state = {
136738             .kind = 1,
136739             .compact = 1,
136740             .ascii = 1,
136741             .ready = 1,
136742         },
136743     },
136744     ._data = "SF_IMMUTABLE",
136745 };
136746 static
136747     struct {
136748         PyASCIIObject _ascii;
136749         uint8_t _data[10];
136750     }
136751 const_str_SF_APPEND = {
136752     ._ascii = {
136753         .ob_base = {
136754             .ob_refcnt = 999999999,
136755             .ob_type = &PyUnicode_Type,
136756         },
136757         .length = 9,
136758         .hash = -1,
136759         .state = {
136760             .kind = 1,
136761             .compact = 1,
136762             .ascii = 1,
136763             .ready = 1,
136764         },
136765     },
136766     ._data = "SF_APPEND",
136767 };
136768 static
136769     struct {
136770         PyASCIIObject _ascii;
136771         uint8_t _data[12];
136772     }
136773 const_str_SF_NOUNLINK = {
136774     ._ascii = {
136775         .ob_base = {
136776             .ob_refcnt = 999999999,
136777             .ob_type = &PyUnicode_Type,
136778         },
136779         .length = 11,
136780         .hash = -1,
136781         .state = {
136782             .kind = 1,
136783             .compact = 1,
136784             .ascii = 1,
136785             .ready = 1,
136786         },
136787     },
136788     ._data = "SF_NOUNLINK",
136789 };
136790 static
136791     struct {
136792         PyASCIIObject _ascii;
136793         uint8_t _data[12];
136794     }
136795 const_str_SF_SNAPSHOT = {
136796     ._ascii = {
136797         .ob_base = {
136798             .ob_refcnt = 999999999,
136799             .ob_type = &PyUnicode_Type,
136800         },
136801         .length = 11,
136802         .hash = -1,
136803         .state = {
136804             .kind = 1,
136805             .compact = 1,
136806             .ascii = 1,
136807             .ready = 1,
136808         },
136809     },
136810     ._data = "SF_SNAPSHOT",
136811 };
136812 static
136813     struct {
136814         PyASCIIObject _ascii;
136815         uint8_t _data[23];
136816     }
136817 const_str_FILE_ATTRIBUTE_ARCHIVE = {
136818     ._ascii = {
136819         .ob_base = {
136820             .ob_refcnt = 999999999,
136821             .ob_type = &PyUnicode_Type,
136822         },
136823         .length = 22,
136824         .hash = -1,
136825         .state = {
136826             .kind = 1,
136827             .compact = 1,
136828             .ascii = 1,
136829             .ready = 1,
136830         },
136831     },
136832     ._data = "FILE_ATTRIBUTE_ARCHIVE",
136833 };
136834 static
136835     struct {
136836         PyASCIIObject _ascii;
136837         uint8_t _data[26];
136838     }
136839 const_str_FILE_ATTRIBUTE_COMPRESSED = {
136840     ._ascii = {
136841         .ob_base = {
136842             .ob_refcnt = 999999999,
136843             .ob_type = &PyUnicode_Type,
136844         },
136845         .length = 25,
136846         .hash = -1,
136847         .state = {
136848             .kind = 1,
136849             .compact = 1,
136850             .ascii = 1,
136851             .ready = 1,
136852         },
136853     },
136854     ._data = "FILE_ATTRIBUTE_COMPRESSED",
136855 };
136856 static
136857     struct {
136858         PyASCIIObject _ascii;
136859         uint8_t _data[22];
136860     }
136861 const_str_FILE_ATTRIBUTE_DEVICE = {
136862     ._ascii = {
136863         .ob_base = {
136864             .ob_refcnt = 999999999,
136865             .ob_type = &PyUnicode_Type,
136866         },
136867         .length = 21,
136868         .hash = -1,
136869         .state = {
136870             .kind = 1,
136871             .compact = 1,
136872             .ascii = 1,
136873             .ready = 1,
136874         },
136875     },
136876     ._data = "FILE_ATTRIBUTE_DEVICE",
136877 };
136878 static
136879     struct {
136880         PyASCIIObject _ascii;
136881         uint8_t _data[25];
136882     }
136883 const_str_FILE_ATTRIBUTE_DIRECTORY = {
136884     ._ascii = {
136885         .ob_base = {
136886             .ob_refcnt = 999999999,
136887             .ob_type = &PyUnicode_Type,
136888         },
136889         .length = 24,
136890         .hash = -1,
136891         .state = {
136892             .kind = 1,
136893             .compact = 1,
136894             .ascii = 1,
136895             .ready = 1,
136896         },
136897     },
136898     ._data = "FILE_ATTRIBUTE_DIRECTORY",
136899 };
136900 static
136901     struct {
136902         PyASCIIObject _ascii;
136903         uint8_t _data[25];
136904     }
136905 const_str_FILE_ATTRIBUTE_ENCRYPTED = {
136906     ._ascii = {
136907         .ob_base = {
136908             .ob_refcnt = 999999999,
136909             .ob_type = &PyUnicode_Type,
136910         },
136911         .length = 24,
136912         .hash = -1,
136913         .state = {
136914             .kind = 1,
136915             .compact = 1,
136916             .ascii = 1,
136917             .ready = 1,
136918         },
136919     },
136920     ._data = "FILE_ATTRIBUTE_ENCRYPTED",
136921 };
136922 static
136923     struct {
136924         PyASCIIObject _ascii;
136925         uint8_t _data[22];
136926     }
136927 const_str_FILE_ATTRIBUTE_HIDDEN = {
136928     ._ascii = {
136929         .ob_base = {
136930             .ob_refcnt = 999999999,
136931             .ob_type = &PyUnicode_Type,
136932         },
136933         .length = 21,
136934         .hash = -1,
136935         .state = {
136936             .kind = 1,
136937             .compact = 1,
136938             .ascii = 1,
136939             .ready = 1,
136940         },
136941     },
136942     ._data = "FILE_ATTRIBUTE_HIDDEN",
136943 };
136944 static
136945     struct {
136946         PyASCIIObject _ascii;
136947         uint8_t _data[32];
136948     }
136949 const_str_FILE_ATTRIBUTE_INTEGRITY_STREAM = {
136950     ._ascii = {
136951         .ob_base = {
136952             .ob_refcnt = 999999999,
136953             .ob_type = &PyUnicode_Type,
136954         },
136955         .length = 31,
136956         .hash = -1,
136957         .state = {
136958             .kind = 1,
136959             .compact = 1,
136960             .ascii = 1,
136961             .ready = 1,
136962         },
136963     },
136964     ._data = "FILE_ATTRIBUTE_INTEGRITY_STREAM",
136965 };
136966 static
136967     struct {
136968         PyASCIIObject _ascii;
136969         uint8_t _data[22];
136970     }
136971 const_str_FILE_ATTRIBUTE_NORMAL = {
136972     ._ascii = {
136973         .ob_base = {
136974             .ob_refcnt = 999999999,
136975             .ob_type = &PyUnicode_Type,
136976         },
136977         .length = 21,
136978         .hash = -1,
136979         .state = {
136980             .kind = 1,
136981             .compact = 1,
136982             .ascii = 1,
136983             .ready = 1,
136984         },
136985     },
136986     ._data = "FILE_ATTRIBUTE_NORMAL",
136987 };
136988 static
136989     struct {
136990         PyASCIIObject _ascii;
136991         uint8_t _data[35];
136992     }
136993 const_str_FILE_ATTRIBUTE_NOT_CONTENT_INDEXED = {
136994     ._ascii = {
136995         .ob_base = {
136996             .ob_refcnt = 999999999,
136997             .ob_type = &PyUnicode_Type,
136998         },
136999         .length = 34,
137000         .hash = -1,
137001         .state = {
137002             .kind = 1,
137003             .compact = 1,
137004             .ascii = 1,
137005             .ready = 1,
137006         },
137007     },
137008     ._data = "FILE_ATTRIBUTE_NOT_CONTENT_INDEXED",
137009 };
137010 static
137011     struct {
137012         PyASCIIObject _ascii;
137013         uint8_t _data[29];
137014     }
137015 const_str_FILE_ATTRIBUTE_NO_SCRUB_DATA = {
137016     ._ascii = {
137017         .ob_base = {
137018             .ob_refcnt = 999999999,
137019             .ob_type = &PyUnicode_Type,
137020         },
137021         .length = 28,
137022         .hash = -1,
137023         .state = {
137024             .kind = 1,
137025             .compact = 1,
137026             .ascii = 1,
137027             .ready = 1,
137028         },
137029     },
137030     ._data = "FILE_ATTRIBUTE_NO_SCRUB_DATA",
137031 };
137032 static
137033     struct {
137034         PyASCIIObject _ascii;
137035         uint8_t _data[23];
137036     }
137037 const_str_FILE_ATTRIBUTE_OFFLINE = {
137038     ._ascii = {
137039         .ob_base = {
137040             .ob_refcnt = 999999999,
137041             .ob_type = &PyUnicode_Type,
137042         },
137043         .length = 22,
137044         .hash = -1,
137045         .state = {
137046             .kind = 1,
137047             .compact = 1,
137048             .ascii = 1,
137049             .ready = 1,
137050         },
137051     },
137052     ._data = "FILE_ATTRIBUTE_OFFLINE",
137053 };
137054 static
137055     struct {
137056         PyASCIIObject _ascii;
137057         uint8_t _data[24];
137058     }
137059 const_str_FILE_ATTRIBUTE_READONLY = {
137060     ._ascii = {
137061         .ob_base = {
137062             .ob_refcnt = 999999999,
137063             .ob_type = &PyUnicode_Type,
137064         },
137065         .length = 23,
137066         .hash = -1,
137067         .state = {
137068             .kind = 1,
137069             .compact = 1,
137070             .ascii = 1,
137071             .ready = 1,
137072         },
137073     },
137074     ._data = "FILE_ATTRIBUTE_READONLY",
137075 };
137076 static
137077     struct {
137078         PyASCIIObject _ascii;
137079         uint8_t _data[29];
137080     }
137081 const_str_FILE_ATTRIBUTE_REPARSE_POINT = {
137082     ._ascii = {
137083         .ob_base = {
137084             .ob_refcnt = 999999999,
137085             .ob_type = &PyUnicode_Type,
137086         },
137087         .length = 28,
137088         .hash = -1,
137089         .state = {
137090             .kind = 1,
137091             .compact = 1,
137092             .ascii = 1,
137093             .ready = 1,
137094         },
137095     },
137096     ._data = "FILE_ATTRIBUTE_REPARSE_POINT",
137097 };
137098 static
137099     struct {
137100         PyASCIIObject _ascii;
137101         uint8_t _data[27];
137102     }
137103 const_str_FILE_ATTRIBUTE_SPARSE_FILE = {
137104     ._ascii = {
137105         .ob_base = {
137106             .ob_refcnt = 999999999,
137107             .ob_type = &PyUnicode_Type,
137108         },
137109         .length = 26,
137110         .hash = -1,
137111         .state = {
137112             .kind = 1,
137113             .compact = 1,
137114             .ascii = 1,
137115             .ready = 1,
137116         },
137117     },
137118     ._data = "FILE_ATTRIBUTE_SPARSE_FILE",
137119 };
137120 static
137121     struct {
137122         PyASCIIObject _ascii;
137123         uint8_t _data[22];
137124     }
137125 const_str_FILE_ATTRIBUTE_SYSTEM = {
137126     ._ascii = {
137127         .ob_base = {
137128             .ob_refcnt = 999999999,
137129             .ob_type = &PyUnicode_Type,
137130         },
137131         .length = 21,
137132         .hash = -1,
137133         .state = {
137134             .kind = 1,
137135             .compact = 1,
137136             .ascii = 1,
137137             .ready = 1,
137138         },
137139     },
137140     ._data = "FILE_ATTRIBUTE_SYSTEM",
137141 };
137142 static
137143     struct {
137144         PyASCIIObject _ascii;
137145         uint8_t _data[25];
137146     }
137147 const_str_FILE_ATTRIBUTE_TEMPORARY = {
137148     ._ascii = {
137149         .ob_base = {
137150             .ob_refcnt = 999999999,
137151             .ob_type = &PyUnicode_Type,
137152         },
137153         .length = 24,
137154         .hash = -1,
137155         .state = {
137156             .kind = 1,
137157             .compact = 1,
137158             .ascii = 1,
137159             .ready = 1,
137160         },
137161     },
137162     ._data = "FILE_ATTRIBUTE_TEMPORARY",
137163 };
137164 static
137165     struct {
137166         PyASCIIObject _ascii;
137167         uint8_t _data[23];
137168     }
137169 const_str_FILE_ATTRIBUTE_VIRTUAL = {
137170     ._ascii = {
137171         .ob_base = {
137172             .ob_refcnt = 999999999,
137173             .ob_type = &PyUnicode_Type,
137174         },
137175         .length = 22,
137176         .hash = -1,
137177         .state = {
137178             .kind = 1,
137179             .compact = 1,
137180             .ascii = 1,
137181             .ready = 1,
137182         },
137183     },
137184     ._data = "FILE_ATTRIBUTE_VIRTUAL",
137185 };
137186 static
137187     struct {
137188         PyASCIIObject _ascii;
137189         uint8_t _data[6];
137190     }
137191 const_str__stat = {
137192     ._ascii = {
137193         .ob_base = {
137194             .ob_refcnt = 999999999,
137195             .ob_type = &PyUnicode_Type,
137196         },
137197         .length = 5,
137198         .hash = -1,
137199         .state = {
137200             .kind = 1,
137201             .compact = 1,
137202             .ascii = 1,
137203             .ready = 1,
137204         },
137205     },
137206     ._data = "_stat",
137207 };
137208 static
137209     struct {
137210         PyGC_Head _gc_head;
137211         struct {
137212             PyObject_VAR_HEAD
137213             PyObject *ob_item[85];
137214         }_object;
137215     }
137216 stat_toplevel_names = {
137217     ._object = {
137218         .ob_base = {
137219             .ob_base = {
137220                 .ob_refcnt = 999999999,
137221                 .ob_type = &PyTuple_Type,
137222             },
137223             .ob_size = 85,
137224         },
137225         .ob_item = {
137226             &_Py_ID(__doc__),
137227             & const_str_ST_MODE._ascii.ob_base,
137228             & const_str_ST_INO._ascii.ob_base,
137229             & const_str_ST_DEV._ascii.ob_base,
137230             & const_str_ST_NLINK._ascii.ob_base,
137231             & const_str_ST_UID._ascii.ob_base,
137232             & const_str_ST_GID._ascii.ob_base,
137233             & const_str_ST_SIZE._ascii.ob_base,
137234             & const_str_ST_ATIME._ascii.ob_base,
137235             & const_str_ST_MTIME._ascii.ob_base,
137236             & const_str_ST_CTIME._ascii.ob_base,
137237             & const_str_S_IMODE._ascii.ob_base,
137238             & const_str_S_IFMT._ascii.ob_base,
137239             & const_str_S_IFDIR._ascii.ob_base,
137240             & const_str_S_IFCHR._ascii.ob_base,
137241             & const_str_S_IFBLK._ascii.ob_base,
137242             & const_str_S_IFREG._ascii.ob_base,
137243             & const_str_S_IFIFO._ascii.ob_base,
137244             & const_str_S_IFLNK._ascii.ob_base,
137245             & const_str_S_IFSOCK._ascii.ob_base,
137246             & const_str_S_IFDOOR._ascii.ob_base,
137247             & const_str_S_IFPORT._ascii.ob_base,
137248             & const_str_S_IFWHT._ascii.ob_base,
137249             & const_str_S_ISDIR._ascii.ob_base,
137250             & const_str_S_ISCHR._ascii.ob_base,
137251             & const_str_S_ISBLK._ascii.ob_base,
137252             & const_str_S_ISREG._ascii.ob_base,
137253             & const_str_S_ISFIFO._ascii.ob_base,
137254             & const_str_S_ISLNK._ascii.ob_base,
137255             & const_str_S_ISSOCK._ascii.ob_base,
137256             & const_str_S_ISDOOR._ascii.ob_base,
137257             & const_str_S_ISPORT._ascii.ob_base,
137258             & const_str_S_ISWHT._ascii.ob_base,
137259             & const_str_S_ISUID._ascii.ob_base,
137260             & const_str_S_ISGID._ascii.ob_base,
137261             & const_str_S_ENFMT._ascii.ob_base,
137262             & const_str_S_ISVTX._ascii.ob_base,
137263             & const_str_S_IREAD._ascii.ob_base,
137264             & const_str_S_IWRITE._ascii.ob_base,
137265             & const_str_S_IEXEC._ascii.ob_base,
137266             & const_str_S_IRWXU._ascii.ob_base,
137267             & const_str_S_IRUSR._ascii.ob_base,
137268             & const_str_S_IWUSR._ascii.ob_base,
137269             & const_str_S_IXUSR._ascii.ob_base,
137270             & const_str_S_IRWXG._ascii.ob_base,
137271             & const_str_S_IRGRP._ascii.ob_base,
137272             & const_str_S_IWGRP._ascii.ob_base,
137273             & const_str_S_IXGRP._ascii.ob_base,
137274             & const_str_S_IRWXO._ascii.ob_base,
137275             & const_str_S_IROTH._ascii.ob_base,
137276             & const_str_S_IWOTH._ascii.ob_base,
137277             & const_str_S_IXOTH._ascii.ob_base,
137278             & const_str_UF_NODUMP._ascii.ob_base,
137279             & const_str_UF_IMMUTABLE._ascii.ob_base,
137280             & const_str_UF_APPEND._ascii.ob_base,
137281             & const_str_UF_OPAQUE._ascii.ob_base,
137282             & const_str_UF_NOUNLINK._ascii.ob_base,
137283             & const_str_UF_COMPRESSED._ascii.ob_base,
137284             & const_str_UF_HIDDEN._ascii.ob_base,
137285             & const_str_SF_ARCHIVED._ascii.ob_base,
137286             & const_str_SF_IMMUTABLE._ascii.ob_base,
137287             & const_str_SF_APPEND._ascii.ob_base,
137288             & const_str_SF_NOUNLINK._ascii.ob_base,
137289             & const_str_SF_SNAPSHOT._ascii.ob_base,
137290             & const_str__filemode_table._ascii.ob_base,
137291             & const_str_filemode._ascii.ob_base,
137292             & const_str_FILE_ATTRIBUTE_ARCHIVE._ascii.ob_base,
137293             & const_str_FILE_ATTRIBUTE_COMPRESSED._ascii.ob_base,
137294             & const_str_FILE_ATTRIBUTE_DEVICE._ascii.ob_base,
137295             & const_str_FILE_ATTRIBUTE_DIRECTORY._ascii.ob_base,
137296             & const_str_FILE_ATTRIBUTE_ENCRYPTED._ascii.ob_base,
137297             & const_str_FILE_ATTRIBUTE_HIDDEN._ascii.ob_base,
137298             & const_str_FILE_ATTRIBUTE_INTEGRITY_STREAM._ascii.ob_base,
137299             & const_str_FILE_ATTRIBUTE_NORMAL._ascii.ob_base,
137300             & const_str_FILE_ATTRIBUTE_NOT_CONTENT_INDEXED._ascii.ob_base,
137301             & const_str_FILE_ATTRIBUTE_NO_SCRUB_DATA._ascii.ob_base,
137302             & const_str_FILE_ATTRIBUTE_OFFLINE._ascii.ob_base,
137303             & const_str_FILE_ATTRIBUTE_READONLY._ascii.ob_base,
137304             & const_str_FILE_ATTRIBUTE_REPARSE_POINT._ascii.ob_base,
137305             & const_str_FILE_ATTRIBUTE_SPARSE_FILE._ascii.ob_base,
137306             & const_str_FILE_ATTRIBUTE_SYSTEM._ascii.ob_base,
137307             & const_str_FILE_ATTRIBUTE_TEMPORARY._ascii.ob_base,
137308             & const_str_FILE_ATTRIBUTE_VIRTUAL._ascii.ob_base,
137309             & const_str__stat._ascii.ob_base,
137310             & const_str_ImportError._ascii.ob_base,
137311         },
137312     },
137313 };
137314 static
137315     struct {
137316         PyObject_VAR_HEAD
137317         Py_hash_t ob_shash;
137318         char ob_sval[876];
137319     }
137320 stat_toplevel_linetable = {
137321     .ob_base = {
137322         .ob_base = {
137323             .ob_refcnt = 999999999,
137324             .ob_type = &PyBytes_Type,
137325         },
137326         .ob_size = 875,
137327     },
137328     .ob_shash = -1,
137329     .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",
137330 };
137331 static
137332     struct {
137333         PyObject_VAR_HEAD
137334         Py_hash_t ob_shash;
137335         char ob_sval[19];
137336     }
137337 stat_toplevel_exceptiontable = {
137338     .ob_base = {
137339         .ob_base = {
137340             .ob_refcnt = 999999999,
137341             .ob_type = &PyBytes_Type,
137342         },
137343         .ob_size = 18,
137344     },
137345     .ob_shash = -1,
137346     .ob_sval = "\xc4\x0a\x04\x44\x10\x00\xc4\x10\x05\x44\x19\x03\xc4\x18\x01\x44\x19\x03",
137347 };
137348 static
137349     struct _PyCode_DEF(568)
137350 stat_toplevel = {
137351     .ob_base = {
137352         .ob_base = {
137353             .ob_refcnt = 999999999,
137354             .ob_type = &PyCode_Type,
137355         },
137356         .ob_size = 284,
137357     },
137358     .co_consts = & stat_toplevel_consts._object.ob_base.ob_base,
137359     .co_names = & stat_toplevel_names._object.ob_base.ob_base,
137360     .co_exceptiontable = & stat_toplevel_exceptiontable.ob_base.ob_base,
137361     .co_flags = 0,
137362     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
137363     ._co_linearray_entry_size = 0,
137364     .co_argcount = 0,
137365     .co_posonlyargcount = 0,
137366     .co_kwonlyargcount = 0,
137367     .co_stacksize = 13,
137368     .co_firstlineno = 1,
137369     .co_nlocalsplus = 0,
137370     .co_nlocals = 0,
137371     .co_nplaincellvars = 0,
137372     .co_ncellvars = 0,
137373     .co_nfreevars = 0,
137374     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
137375     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
137376     .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
137377     .co_name = &_Py_STR(anon_module),
137378     .co_qualname = &_Py_STR(anon_module),
137379     .co_linetable = & stat_toplevel_linetable.ob_base.ob_base,
137380     ._co_code = NULL,
137381     ._co_linearray = NULL,
137382     .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",
137383     ._co_firsttraceable = 0,
137384 };
stat_do_patchups(void)137385 static void stat_do_patchups(void) {
137386 }
137387 
137388 PyObject *
_Py_get_stat_toplevel(void)137389 _Py_get_stat_toplevel(void)
137390 {
137391     stat_do_patchups();
137392     return Py_NewRef((PyObject *) &stat_toplevel);
137393 }
137394 
137395 static
137396     struct {
137397         PyASCIIObject _ascii;
137398         uint8_t _data[46];
137399     }
137400 importlib_util_toplevel_consts_0 = {
137401     ._ascii = {
137402         .ob_base = {
137403             .ob_refcnt = 999999999,
137404             .ob_type = &PyUnicode_Type,
137405         },
137406         .length = 45,
137407         .hash = -1,
137408         .state = {
137409             .kind = 1,
137410             .compact = 1,
137411             .ascii = 1,
137412             .ready = 1,
137413         },
137414     },
137415     ._data = "Utility code for constructing importers, etc.",
137416 };
137417 static
137418     struct {
137419         PyASCIIObject _ascii;
137420         uint8_t _data[7];
137421     }
137422 const_str_Loader = {
137423     ._ascii = {
137424         .ob_base = {
137425             .ob_refcnt = 999999999,
137426             .ob_type = &PyUnicode_Type,
137427         },
137428         .length = 6,
137429         .hash = -1,
137430         .state = {
137431             .kind = 1,
137432             .compact = 1,
137433             .ascii = 1,
137434             .ready = 1,
137435         },
137436     },
137437     ._data = "Loader",
137438 };
137439 static
137440     struct {
137441         PyGC_Head _gc_head;
137442         struct {
137443             PyObject_VAR_HEAD
137444             PyObject *ob_item[1];
137445         }_object;
137446     }
137447 importlib_util_toplevel_consts_2 = {
137448     ._object = {
137449         .ob_base = {
137450             .ob_base = {
137451                 .ob_refcnt = 999999999,
137452                 .ob_type = &PyTuple_Type,
137453             },
137454             .ob_size = 1,
137455         },
137456         .ob_item = {
137457             & const_str_Loader._ascii.ob_base,
137458         },
137459     },
137460 };
137461 static
137462     struct {
137463         PyGC_Head _gc_head;
137464         struct {
137465             PyObject_VAR_HEAD
137466             PyObject *ob_item[1];
137467         }_object;
137468     }
137469 importlib_util_toplevel_consts_3 = {
137470     ._object = {
137471         .ob_base = {
137472             .ob_base = {
137473                 .ob_refcnt = 999999999,
137474                 .ob_type = &PyTuple_Type,
137475             },
137476             .ob_size = 1,
137477         },
137478         .ob_item = {
137479             & const_str_module_from_spec._ascii.ob_base,
137480         },
137481     },
137482 };
137483 static
137484     struct {
137485         PyGC_Head _gc_head;
137486         struct {
137487             PyObject_VAR_HEAD
137488             PyObject *ob_item[1];
137489         }_object;
137490     }
137491 importlib_util_toplevel_consts_4 = {
137492     ._object = {
137493         .ob_base = {
137494             .ob_base = {
137495                 .ob_refcnt = 999999999,
137496                 .ob_type = &PyTuple_Type,
137497             },
137498             .ob_size = 1,
137499         },
137500         .ob_item = {
137501             & const_str__resolve_name._ascii.ob_base,
137502         },
137503     },
137504 };
137505 static
137506     struct {
137507         PyGC_Head _gc_head;
137508         struct {
137509             PyObject_VAR_HEAD
137510             PyObject *ob_item[1];
137511         }_object;
137512     }
137513 importlib_util_toplevel_consts_5 = {
137514     ._object = {
137515         .ob_base = {
137516             .ob_base = {
137517                 .ob_refcnt = 999999999,
137518                 .ob_type = &PyTuple_Type,
137519             },
137520             .ob_size = 1,
137521         },
137522         .ob_item = {
137523             & const_str_spec_from_loader._ascii.ob_base,
137524         },
137525     },
137526 };
137527 static
137528     struct {
137529         PyGC_Head _gc_head;
137530         struct {
137531             PyObject_VAR_HEAD
137532             PyObject *ob_item[1];
137533         }_object;
137534     }
137535 importlib_util_toplevel_consts_6 = {
137536     ._object = {
137537         .ob_base = {
137538             .ob_base = {
137539                 .ob_refcnt = 999999999,
137540                 .ob_type = &PyTuple_Type,
137541             },
137542             .ob_size = 1,
137543         },
137544         .ob_item = {
137545             & const_str__find_spec._ascii.ob_base,
137546         },
137547     },
137548 };
137549 static
137550     struct {
137551         PyGC_Head _gc_head;
137552         struct {
137553             PyObject_VAR_HEAD
137554             PyObject *ob_item[1];
137555         }_object;
137556     }
137557 importlib_util_toplevel_consts_7 = {
137558     ._object = {
137559         .ob_base = {
137560             .ob_base = {
137561                 .ob_refcnt = 999999999,
137562                 .ob_type = &PyTuple_Type,
137563             },
137564             .ob_size = 1,
137565         },
137566         .ob_item = {
137567             & const_str_MAGIC_NUMBER._ascii.ob_base,
137568         },
137569     },
137570 };
137571 static
137572     struct {
137573         PyGC_Head _gc_head;
137574         struct {
137575             PyObject_VAR_HEAD
137576             PyObject *ob_item[1];
137577         }_object;
137578     }
137579 importlib_util_toplevel_consts_8 = {
137580     ._object = {
137581         .ob_base = {
137582             .ob_base = {
137583                 .ob_refcnt = 999999999,
137584                 .ob_type = &PyTuple_Type,
137585             },
137586             .ob_size = 1,
137587         },
137588         .ob_item = {
137589             & const_str__RAW_MAGIC_NUMBER._ascii.ob_base,
137590         },
137591     },
137592 };
137593 static
137594     struct {
137595         PyGC_Head _gc_head;
137596         struct {
137597             PyObject_VAR_HEAD
137598             PyObject *ob_item[1];
137599         }_object;
137600     }
137601 importlib_util_toplevel_consts_9 = {
137602     ._object = {
137603         .ob_base = {
137604             .ob_base = {
137605                 .ob_refcnt = 999999999,
137606                 .ob_type = &PyTuple_Type,
137607             },
137608             .ob_size = 1,
137609         },
137610         .ob_item = {
137611             & const_str_cache_from_source._ascii.ob_base,
137612         },
137613     },
137614 };
137615 static
137616     struct {
137617         PyGC_Head _gc_head;
137618         struct {
137619             PyObject_VAR_HEAD
137620             PyObject *ob_item[1];
137621         }_object;
137622     }
137623 importlib_util_toplevel_consts_10 = {
137624     ._object = {
137625         .ob_base = {
137626             .ob_base = {
137627                 .ob_refcnt = 999999999,
137628                 .ob_type = &PyTuple_Type,
137629             },
137630             .ob_size = 1,
137631         },
137632         .ob_item = {
137633             & const_str_decode_source._ascii.ob_base,
137634         },
137635     },
137636 };
137637 static
137638     struct {
137639         PyGC_Head _gc_head;
137640         struct {
137641             PyObject_VAR_HEAD
137642             PyObject *ob_item[1];
137643         }_object;
137644     }
137645 importlib_util_toplevel_consts_11 = {
137646     ._object = {
137647         .ob_base = {
137648             .ob_base = {
137649                 .ob_refcnt = 999999999,
137650                 .ob_type = &PyTuple_Type,
137651             },
137652             .ob_size = 1,
137653         },
137654         .ob_item = {
137655             & const_str_source_from_cache._ascii.ob_base,
137656         },
137657     },
137658 };
137659 static
137660     struct {
137661         PyASCIIObject _ascii;
137662         uint8_t _data[15];
137663     }
137664 const_str_contextmanager = {
137665     ._ascii = {
137666         .ob_base = {
137667             .ob_refcnt = 999999999,
137668             .ob_type = &PyUnicode_Type,
137669         },
137670         .length = 14,
137671         .hash = -1,
137672         .state = {
137673             .kind = 1,
137674             .compact = 1,
137675             .ascii = 1,
137676             .ready = 1,
137677         },
137678     },
137679     ._data = "contextmanager",
137680 };
137681 static
137682     struct {
137683         PyGC_Head _gc_head;
137684         struct {
137685             PyObject_VAR_HEAD
137686             PyObject *ob_item[1];
137687         }_object;
137688     }
137689 importlib_util_toplevel_consts_14 = {
137690     ._object = {
137691         .ob_base = {
137692             .ob_base = {
137693                 .ob_refcnt = 999999999,
137694                 .ob_type = &PyTuple_Type,
137695             },
137696             .ob_size = 1,
137697         },
137698         .ob_item = {
137699             & const_str_contextmanager._ascii.ob_base,
137700         },
137701     },
137702 };
137703 static
137704     struct {
137705         PyASCIIObject _ascii;
137706         uint8_t _data[67];
137707     }
137708 importlib_util_toplevel_consts_16_consts_0 = {
137709     ._ascii = {
137710         .ob_base = {
137711             .ob_refcnt = 999999999,
137712             .ob_type = &PyUnicode_Type,
137713         },
137714         .length = 66,
137715         .hash = -1,
137716         .state = {
137717             .kind = 1,
137718             .compact = 1,
137719             .ascii = 1,
137720             .ready = 1,
137721         },
137722     },
137723     ._data = "Return the hash of *source_bytes* as used in hash-based pyc files.",
137724 };
137725 static
137726     struct {
137727         PyGC_Head _gc_head;
137728         struct {
137729             PyObject_VAR_HEAD
137730             PyObject *ob_item[1];
137731         }_object;
137732     }
137733 importlib_util_toplevel_consts_16_consts = {
137734     ._object = {
137735         .ob_base = {
137736             .ob_base = {
137737                 .ob_refcnt = 999999999,
137738                 .ob_type = &PyTuple_Type,
137739             },
137740             .ob_size = 1,
137741         },
137742         .ob_item = {
137743             & importlib_util_toplevel_consts_16_consts_0._ascii.ob_base,
137744         },
137745     },
137746 };
137747 static
137748     struct {
137749         PyGC_Head _gc_head;
137750         struct {
137751             PyObject_VAR_HEAD
137752             PyObject *ob_item[3];
137753         }_object;
137754     }
137755 importlib_util_toplevel_consts_16_names = {
137756     ._object = {
137757         .ob_base = {
137758             .ob_base = {
137759                 .ob_refcnt = 999999999,
137760                 .ob_type = &PyTuple_Type,
137761             },
137762             .ob_size = 3,
137763         },
137764         .ob_item = {
137765             & const_str__imp._ascii.ob_base,
137766             & const_str_source_hash._ascii.ob_base,
137767             & const_str__RAW_MAGIC_NUMBER._ascii.ob_base,
137768         },
137769     },
137770 };
137771 static
137772     struct {
137773         PyASCIIObject _ascii;
137774         uint8_t _data[24];
137775     }
137776 importlib_util_toplevel_consts_16_filename = {
137777     ._ascii = {
137778         .ob_base = {
137779             .ob_refcnt = 999999999,
137780             .ob_type = &PyUnicode_Type,
137781         },
137782         .length = 23,
137783         .hash = -1,
137784         .state = {
137785             .kind = 1,
137786             .compact = 1,
137787             .ascii = 1,
137788             .ready = 1,
137789         },
137790     },
137791     ._data = "<frozen importlib.util>",
137792 };
137793 static
137794     struct {
137795         PyObject_VAR_HEAD
137796         Py_hash_t ob_shash;
137797         char ob_sval[23];
137798     }
137799 importlib_util_toplevel_consts_16_linetable = {
137800     .ob_base = {
137801         .ob_base = {
137802             .ob_refcnt = 999999999,
137803             .ob_type = &PyBytes_Type,
137804         },
137805         .ob_size = 22,
137806     },
137807     .ob_shash = -1,
137808     .ob_sval = "\x80\x00\xe5\x0b\x0f\xd4\x0b\x1b\xd5\x1c\x2d\xa8\x7c\xd1\x0b\x3c\xd4\x0b\x3c\xd0\x04\x3c",
137809 };
137810 static
137811     struct {
137812         PyGC_Head _gc_head;
137813         struct {
137814             PyObject_VAR_HEAD
137815             PyObject *ob_item[1];
137816         }_object;
137817     }
137818 importlib_util_toplevel_consts_16_localsplusnames = {
137819     ._object = {
137820         .ob_base = {
137821             .ob_base = {
137822                 .ob_refcnt = 999999999,
137823                 .ob_type = &PyTuple_Type,
137824             },
137825             .ob_size = 1,
137826         },
137827         .ob_item = {
137828             & const_str_source_bytes._ascii.ob_base,
137829         },
137830     },
137831 };
137832 static
137833     struct _PyCode_DEF(54)
137834 importlib_util_toplevel_consts_16 = {
137835     .ob_base = {
137836         .ob_base = {
137837             .ob_refcnt = 999999999,
137838             .ob_type = &PyCode_Type,
137839         },
137840         .ob_size = 27,
137841     },
137842     .co_consts = & importlib_util_toplevel_consts_16_consts._object.ob_base.ob_base,
137843     .co_names = & importlib_util_toplevel_consts_16_names._object.ob_base.ob_base,
137844     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
137845     .co_flags = 3,
137846     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
137847     ._co_linearray_entry_size = 0,
137848     .co_argcount = 1,
137849     .co_posonlyargcount = 0,
137850     .co_kwonlyargcount = 0,
137851     .co_stacksize = 4,
137852     .co_firstlineno = 22,
137853     .co_nlocalsplus = 1,
137854     .co_nlocals = 1,
137855     .co_nplaincellvars = 0,
137856     .co_ncellvars = 0,
137857     .co_nfreevars = 0,
137858     .co_localsplusnames = & importlib_util_toplevel_consts_16_localsplusnames._object.ob_base.ob_base,
137859     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
137860     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
137861     .co_name = & const_str_source_hash._ascii.ob_base,
137862     .co_qualname = & const_str_source_hash._ascii.ob_base,
137863     .co_linetable = & importlib_util_toplevel_consts_16_linetable.ob_base.ob_base,
137864     ._co_code = NULL,
137865     ._co_linearray = NULL,
137866     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
137867     ._co_firsttraceable = 0,
137868 };
137869 static
137870     struct {
137871         PyASCIIObject _ascii;
137872         uint8_t _data[26];
137873     }
137874 importlib_util_toplevel_consts_17_consts_2 = {
137875     ._ascii = {
137876         .ob_base = {
137877             .ob_refcnt = 999999999,
137878             .ob_type = &PyUnicode_Type,
137879         },
137880         .length = 25,
137881         .hash = -1,
137882         .state = {
137883             .kind = 1,
137884             .compact = 1,
137885             .ascii = 1,
137886             .ready = 1,
137887         },
137888     },
137889     ._data = "no package specified for ",
137890 };
137891 static
137892     struct {
137893         PyASCIIObject _ascii;
137894         uint8_t _data[38];
137895     }
137896 importlib_util_toplevel_consts_17_consts_3 = {
137897     ._ascii = {
137898         .ob_base = {
137899             .ob_refcnt = 999999999,
137900             .ob_type = &PyUnicode_Type,
137901         },
137902         .length = 37,
137903         .hash = -1,
137904         .state = {
137905             .kind = 1,
137906             .compact = 1,
137907             .ascii = 1,
137908             .ready = 1,
137909         },
137910     },
137911     ._data = " (required for relative module names)",
137912 };
137913 static
137914     struct {
137915         PyGC_Head _gc_head;
137916         struct {
137917             PyObject_VAR_HEAD
137918             PyObject *ob_item[7];
137919         }_object;
137920     }
137921 importlib_util_toplevel_consts_17_consts = {
137922     ._object = {
137923         .ob_base = {
137924             .ob_base = {
137925                 .ob_refcnt = 999999999,
137926                 .ob_type = &PyTuple_Type,
137927             },
137928             .ob_size = 7,
137929         },
137930         .ob_item = {
137931             & importlib__bootstrap_toplevel_consts_43_consts_0._ascii.ob_base,
137932             &_Py_STR(dot),
137933             & importlib_util_toplevel_consts_17_consts_2._ascii.ob_base,
137934             & importlib_util_toplevel_consts_17_consts_3._ascii.ob_base,
137935             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
137936             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
137937             Py_None,
137938         },
137939     },
137940 };
137941 static
137942     struct {
137943         PyGC_Head _gc_head;
137944         struct {
137945             PyObject_VAR_HEAD
137946             PyObject *ob_item[4];
137947         }_object;
137948     }
137949 importlib_util_toplevel_consts_17_names = {
137950     ._object = {
137951         .ob_base = {
137952             .ob_base = {
137953                 .ob_refcnt = 999999999,
137954                 .ob_type = &PyTuple_Type,
137955             },
137956             .ob_size = 4,
137957         },
137958         .ob_item = {
137959             & const_str_startswith._ascii.ob_base,
137960             & const_str_ImportError._ascii.ob_base,
137961             & const_str_repr._ascii.ob_base,
137962             & const_str__resolve_name._ascii.ob_base,
137963         },
137964     },
137965 };
137966 static
137967     struct {
137968         PyASCIIObject _ascii;
137969         uint8_t _data[13];
137970     }
137971 const_str_resolve_name = {
137972     ._ascii = {
137973         .ob_base = {
137974             .ob_refcnt = 999999999,
137975             .ob_type = &PyUnicode_Type,
137976         },
137977         .length = 12,
137978         .hash = -1,
137979         .state = {
137980             .kind = 1,
137981             .compact = 1,
137982             .ascii = 1,
137983             .ready = 1,
137984         },
137985     },
137986     ._data = "resolve_name",
137987 };
137988 static
137989     struct {
137990         PyObject_VAR_HEAD
137991         Py_hash_t ob_shash;
137992         char ob_sval[164];
137993     }
137994 importlib_util_toplevel_consts_17_linetable = {
137995     .ob_base = {
137996         .ob_base = {
137997             .ob_refcnt = 999999999,
137998             .ob_type = &PyBytes_Type,
137999         },
138000         .ob_size = 163,
138001     },
138002     .ob_shash = -1,
138003     .ob_sval = "\x80\x00\xe0\x0b\x0f\x8f\x3f\x8a\x3f\x98\x33\xd1\x0b\x1f\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\xb1\x6a\xb4\x6a\xf0\x00\x01\x1b\x41\x01\xf0\x00\x01\x1b\x41\x01\xf0\x00\x01\x1b\x41\x01\xf1\x00\x01\x0f\x42\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\xf0\x00\x03\x05\x13\x88\x09\xd8\x0b\x14\x98\x03\xd2\x0b\x1b\xd0\x0b\x1b\xd8\x0c\x11\x88\x45\xd8\x08\x0d\x90\x11\x89\x0a\x88\x05\x88\x05\xdd\x0b\x18\x98\x14\x98\x65\x98\x66\x98\x66\x9c\x1c\xa0\x77\xb0\x05\xd1\x0b\x36\xd4\x0b\x36\xd0\x04\x36",
138004 };
138005 static
138006     struct {
138007         PyASCIIObject _ascii;
138008         uint8_t _data[10];
138009     }
138010 const_str_character = {
138011     ._ascii = {
138012         .ob_base = {
138013             .ob_refcnt = 999999999,
138014             .ob_type = &PyUnicode_Type,
138015         },
138016         .length = 9,
138017         .hash = -1,
138018         .state = {
138019             .kind = 1,
138020             .compact = 1,
138021             .ascii = 1,
138022             .ready = 1,
138023         },
138024     },
138025     ._data = "character",
138026 };
138027 static
138028     struct {
138029         PyGC_Head _gc_head;
138030         struct {
138031             PyObject_VAR_HEAD
138032             PyObject *ob_item[4];
138033         }_object;
138034     }
138035 importlib_util_toplevel_consts_17_localsplusnames = {
138036     ._object = {
138037         .ob_base = {
138038             .ob_base = {
138039                 .ob_refcnt = 999999999,
138040                 .ob_type = &PyTuple_Type,
138041             },
138042             .ob_size = 4,
138043         },
138044         .ob_item = {
138045             &_Py_ID(name),
138046             & const_str_package._ascii.ob_base,
138047             & const_str_level._ascii.ob_base,
138048             & const_str_character._ascii.ob_base,
138049         },
138050     },
138051 };
138052 static
138053     struct _PyCode_DEF(206)
138054 importlib_util_toplevel_consts_17 = {
138055     .ob_base = {
138056         .ob_base = {
138057             .ob_refcnt = 999999999,
138058             .ob_type = &PyCode_Type,
138059         },
138060         .ob_size = 103,
138061     },
138062     .co_consts = & importlib_util_toplevel_consts_17_consts._object.ob_base.ob_base,
138063     .co_names = & importlib_util_toplevel_consts_17_names._object.ob_base.ob_base,
138064     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
138065     .co_flags = 3,
138066     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
138067     ._co_linearray_entry_size = 0,
138068     .co_argcount = 2,
138069     .co_posonlyargcount = 0,
138070     .co_kwonlyargcount = 0,
138071     .co_stacksize = 6,
138072     .co_firstlineno = 27,
138073     .co_nlocalsplus = 4,
138074     .co_nlocals = 4,
138075     .co_nplaincellvars = 0,
138076     .co_ncellvars = 0,
138077     .co_nfreevars = 0,
138078     .co_localsplusnames = & importlib_util_toplevel_consts_17_localsplusnames._object.ob_base.ob_base,
138079     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
138080     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
138081     .co_name = & const_str_resolve_name._ascii.ob_base,
138082     .co_qualname = & const_str_resolve_name._ascii.ob_base,
138083     .co_linetable = & importlib_util_toplevel_consts_17_linetable.ob_base.ob_base,
138084     ._co_code = NULL,
138085     ._co_linearray = NULL,
138086     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x7c\x00\x53\x00\x7c\x01\x73\x20\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x03\x9d\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x04\x7d\x02\x7c\x00\x44\x00\x5d\x0f\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\x10\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x02\x64\x06\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
138087     ._co_firsttraceable = 0,
138088 };
138089 static
138090     struct {
138091         PyASCIIObject _ascii;
138092         uint8_t _data[648];
138093     }
138094 importlib_util_toplevel_consts_18_consts_0 = {
138095     ._ascii = {
138096         .ob_base = {
138097             .ob_refcnt = 999999999,
138098             .ob_type = &PyUnicode_Type,
138099         },
138100         .length = 647,
138101         .hash = -1,
138102         .state = {
138103             .kind = 1,
138104             .compact = 1,
138105             .ascii = 1,
138106             .ready = 1,
138107         },
138108     },
138109     ._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",
138110 };
138111 static
138112     struct {
138113         PyASCIIObject _ascii;
138114         uint8_t _data[20];
138115     }
138116 importlib_util_toplevel_consts_18_consts_2 = {
138117     ._ascii = {
138118         .ob_base = {
138119             .ob_refcnt = 999999999,
138120             .ob_type = &PyUnicode_Type,
138121         },
138122         .length = 19,
138123         .hash = -1,
138124         .state = {
138125             .kind = 1,
138126             .compact = 1,
138127             .ascii = 1,
138128             .ready = 1,
138129         },
138130     },
138131     ._data = "{}.__spec__ is None",
138132 };
138133 static
138134     struct {
138135         PyASCIIObject _ascii;
138136         uint8_t _data[23];
138137     }
138138 importlib_util_toplevel_consts_18_consts_3 = {
138139     ._ascii = {
138140         .ob_base = {
138141             .ob_refcnt = 999999999,
138142             .ob_type = &PyUnicode_Type,
138143         },
138144         .length = 22,
138145         .hash = -1,
138146         .state = {
138147             .kind = 1,
138148             .compact = 1,
138149             .ascii = 1,
138150             .ready = 1,
138151         },
138152     },
138153     ._data = "{}.__spec__ is not set",
138154 };
138155 static
138156     struct {
138157         PyGC_Head _gc_head;
138158         struct {
138159             PyObject_VAR_HEAD
138160             PyObject *ob_item[4];
138161         }_object;
138162     }
138163 importlib_util_toplevel_consts_18_consts = {
138164     ._object = {
138165         .ob_base = {
138166             .ob_base = {
138167                 .ob_refcnt = 999999999,
138168                 .ob_type = &PyTuple_Type,
138169             },
138170             .ob_size = 4,
138171         },
138172         .ob_item = {
138173             & importlib_util_toplevel_consts_18_consts_0._ascii.ob_base,
138174             Py_None,
138175             & importlib_util_toplevel_consts_18_consts_2._ascii.ob_base,
138176             & importlib_util_toplevel_consts_18_consts_3._ascii.ob_base,
138177         },
138178     },
138179 };
138180 static
138181     struct {
138182         PyGC_Head _gc_head;
138183         struct {
138184             PyObject_VAR_HEAD
138185             PyObject *ob_item[7];
138186         }_object;
138187     }
138188 importlib_util_toplevel_consts_18_names = {
138189     ._object = {
138190         .ob_base = {
138191             .ob_base = {
138192                 .ob_refcnt = 999999999,
138193                 .ob_type = &PyTuple_Type,
138194             },
138195             .ob_size = 7,
138196         },
138197         .ob_item = {
138198             & const_str_sys._ascii.ob_base,
138199             &_Py_ID(modules),
138200             & const_str__find_spec._ascii.ob_base,
138201             &_Py_ID(__spec__),
138202             & const_str_ValueError._ascii.ob_base,
138203             & const_str_format._ascii.ob_base,
138204             & const_str_AttributeError._ascii.ob_base,
138205         },
138206     },
138207 };
138208 static
138209     struct {
138210         PyASCIIObject _ascii;
138211         uint8_t _data[21];
138212     }
138213 const_str__find_spec_from_path = {
138214     ._ascii = {
138215         .ob_base = {
138216             .ob_refcnt = 999999999,
138217             .ob_type = &PyUnicode_Type,
138218         },
138219         .length = 20,
138220         .hash = -1,
138221         .state = {
138222             .kind = 1,
138223             .compact = 1,
138224             .ascii = 1,
138225             .ready = 1,
138226         },
138227     },
138228     ._data = "_find_spec_from_path",
138229 };
138230 static
138231     struct {
138232         PyObject_VAR_HEAD
138233         Py_hash_t ob_shash;
138234         char ob_sval[173];
138235     }
138236 importlib_util_toplevel_consts_18_linetable = {
138237     .ob_base = {
138238         .ob_base = {
138239             .ob_refcnt = 999999999,
138240             .ob_type = &PyBytes_Type,
138241         },
138242         .ob_size = 172,
138243     },
138244     .ob_shash = -1,
138245     .ob_sval = "\x80\x00\xf0\x1e\x00\x08\x0c\x95\x33\x94\x3b\xd0\x07\x1e\xd0\x07\x1e\xdd\x0f\x19\x98\x24\xa0\x04\xd1\x0f\x25\xd4\x0f\x25\xd0\x08\x25\xe5\x11\x14\x94\x1b\x98\x54\xd4\x11\x22\x88\x06\xd8\x0b\x11\x88\x3e\xd8\x13\x17\x90\x34\xf0\x02\x07\x09\x18\xd8\x13\x19\x94\x3f\x88\x44\xf0\x08\x00\x10\x14\x88\x7c\xdd\x16\x20\xd0\x21\x36\xd7\x21\x3d\xd2\x21\x3d\xb8\x64\xd1\x21\x43\xd4\x21\x43\xd1\x16\x44\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\xd2\x1d\x3c\xb8\x54\xd1\x1d\x42\xd4\x1d\x42\xd1\x12\x43\xd4\x12\x43\xc8\x14\xd0\x0c\x4d\xf0\x03\x01\x09\x4e\x01\xf8\xf8\xf8",
138246 };
138247 static
138248     struct {
138249         PyObject_VAR_HEAD
138250         Py_hash_t ob_shash;
138251         char ob_sval[12];
138252     }
138253 importlib_util_toplevel_consts_18_exceptiontable = {
138254     .ob_base = {
138255         .ob_base = {
138256             .ob_refcnt = 999999999,
138257             .ob_type = &PyBytes_Type,
138258         },
138259         .ob_size = 11,
138260     },
138261     .ob_shash = -1,
138262     .ob_sval = "\xb6\x07\x41\x23\x00\xc1\x23\x2e\x42\x11\x03",
138263 };
138264 static
138265     struct {
138266         PyGC_Head _gc_head;
138267         struct {
138268             PyObject_VAR_HEAD
138269             PyObject *ob_item[4];
138270         }_object;
138271     }
138272 importlib_util_toplevel_consts_18_localsplusnames = {
138273     ._object = {
138274         .ob_base = {
138275             .ob_base = {
138276                 .ob_refcnt = 999999999,
138277                 .ob_type = &PyTuple_Type,
138278             },
138279             .ob_size = 4,
138280         },
138281         .ob_item = {
138282             &_Py_ID(name),
138283             &_Py_ID(path),
138284             & const_str_module._ascii.ob_base,
138285             & const_str_spec._ascii.ob_base,
138286         },
138287     },
138288 };
138289 static
138290     struct _PyCode_DEF(296)
138291 importlib_util_toplevel_consts_18 = {
138292     .ob_base = {
138293         .ob_base = {
138294             .ob_refcnt = 999999999,
138295             .ob_type = &PyCode_Type,
138296         },
138297         .ob_size = 148,
138298     },
138299     .co_consts = & importlib_util_toplevel_consts_18_consts._object.ob_base.ob_base,
138300     .co_names = & importlib_util_toplevel_consts_18_names._object.ob_base.ob_base,
138301     .co_exceptiontable = & importlib_util_toplevel_consts_18_exceptiontable.ob_base.ob_base,
138302     .co_flags = 3,
138303     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
138304     ._co_linearray_entry_size = 0,
138305     .co_argcount = 2,
138306     .co_posonlyargcount = 0,
138307     .co_kwonlyargcount = 0,
138308     .co_stacksize = 6,
138309     .co_firstlineno = 42,
138310     .co_nlocalsplus = 4,
138311     .co_nlocals = 4,
138312     .co_nplaincellvars = 0,
138313     .co_ncellvars = 0,
138314     .co_nfreevars = 0,
138315     .co_localsplusnames = & importlib_util_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
138316     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
138317     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
138318     .co_name = & const_str__find_spec_from_path._ascii.ob_base,
138319     .co_qualname = & const_str__find_spec_from_path._ascii.ob_base,
138320     .co_linetable = & importlib_util_toplevel_consts_18_linetable.ob_base.ob_base,
138321     ._co_code = NULL,
138322     ._co_linearray = NULL,
138323     .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x10\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xa6\x02\x00\x00\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\x01\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\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x80\x22\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\x24\x01\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xa0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x82\x02\x77\x00\x78\x03\x59\x00\x77\x01",
138324     ._co_firsttraceable = 0,
138325 };
138326 static
138327     struct {
138328         PyASCIIObject _ascii;
138329         uint8_t _data[688];
138330     }
138331 importlib_util_toplevel_consts_19_consts_0 = {
138332     ._ascii = {
138333         .ob_base = {
138334             .ob_refcnt = 999999999,
138335             .ob_type = &PyUnicode_Type,
138336         },
138337         .length = 687,
138338         .hash = -1,
138339         .state = {
138340             .kind = 1,
138341             .compact = 1,
138342             .ascii = 1,
138343             .ready = 1,
138344         },
138345     },
138346     ._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",
138347 };
138348 static
138349     struct {
138350         PyGC_Head _gc_head;
138351         struct {
138352             PyObject_VAR_HEAD
138353             PyObject *ob_item[1];
138354         }_object;
138355     }
138356 importlib_util_toplevel_consts_19_consts_4 = {
138357     ._object = {
138358         .ob_base = {
138359             .ob_base = {
138360                 .ob_refcnt = 999999999,
138361                 .ob_type = &PyTuple_Type,
138362             },
138363             .ob_size = 1,
138364         },
138365         .ob_item = {
138366             & const_str_fromlist._ascii.ob_base,
138367         },
138368     },
138369 };
138370 static
138371     struct {
138372         PyASCIIObject _ascii;
138373         uint8_t _data[33];
138374     }
138375 importlib_util_toplevel_consts_19_consts_5 = {
138376     ._ascii = {
138377         .ob_base = {
138378             .ob_refcnt = 999999999,
138379             .ob_type = &PyUnicode_Type,
138380         },
138381         .length = 32,
138382         .hash = -1,
138383         .state = {
138384             .kind = 1,
138385             .compact = 1,
138386             .ascii = 1,
138387             .ready = 1,
138388         },
138389     },
138390     ._data = "__path__ attribute not found on ",
138391 };
138392 static
138393     struct {
138394         PyASCIIObject _ascii;
138395         uint8_t _data[23];
138396     }
138397 importlib_util_toplevel_consts_19_consts_6 = {
138398     ._ascii = {
138399         .ob_base = {
138400             .ob_refcnt = 999999999,
138401             .ob_type = &PyUnicode_Type,
138402         },
138403         .length = 22,
138404         .hash = -1,
138405         .state = {
138406             .kind = 1,
138407             .compact = 1,
138408             .ascii = 1,
138409             .ready = 1,
138410         },
138411     },
138412     ._data = " while trying to find ",
138413 };
138414 static
138415     struct {
138416         PyGC_Head _gc_head;
138417         struct {
138418             PyObject_VAR_HEAD
138419             PyObject *ob_item[11];
138420         }_object;
138421     }
138422 importlib_util_toplevel_consts_19_consts = {
138423     ._object = {
138424         .ob_base = {
138425             .ob_base = {
138426                 .ob_refcnt = 999999999,
138427                 .ob_type = &PyTuple_Type,
138428             },
138429             .ob_size = 11,
138430         },
138431         .ob_item = {
138432             & importlib_util_toplevel_consts_19_consts_0._ascii.ob_base,
138433             &_Py_STR(dot),
138434             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
138435             &_Py_ID(__path__),
138436             & importlib_util_toplevel_consts_19_consts_4._object.ob_base.ob_base,
138437             & importlib_util_toplevel_consts_19_consts_5._ascii.ob_base,
138438             & importlib_util_toplevel_consts_19_consts_6._ascii.ob_base,
138439             & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
138440             Py_None,
138441             & importlib_util_toplevel_consts_18_consts_2._ascii.ob_base,
138442             & importlib_util_toplevel_consts_18_consts_3._ascii.ob_base,
138443         },
138444     },
138445 };
138446 static
138447     struct {
138448         PyGC_Head _gc_head;
138449         struct {
138450             PyObject_VAR_HEAD
138451             PyObject *ob_item[13];
138452         }_object;
138453     }
138454 importlib_util_toplevel_consts_19_names = {
138455     ._object = {
138456         .ob_base = {
138457             .ob_base = {
138458                 .ob_refcnt = 999999999,
138459                 .ob_type = &PyTuple_Type,
138460             },
138461             .ob_size = 13,
138462         },
138463         .ob_item = {
138464             & const_str_startswith._ascii.ob_base,
138465             & const_str_resolve_name._ascii.ob_base,
138466             & const_str_sys._ascii.ob_base,
138467             &_Py_ID(modules),
138468             & const_str_rpartition._ascii.ob_base,
138469             &_Py_ID(__import__),
138470             &_Py_ID(__path__),
138471             & const_str_AttributeError._ascii.ob_base,
138472             & const_str_ModuleNotFoundError._ascii.ob_base,
138473             & const_str__find_spec._ascii.ob_base,
138474             &_Py_ID(__spec__),
138475             & const_str_ValueError._ascii.ob_base,
138476             & const_str_format._ascii.ob_base,
138477         },
138478     },
138479 };
138480 static
138481     struct {
138482         PyObject_VAR_HEAD
138483         Py_hash_t ob_shash;
138484         char ob_sval[382];
138485     }
138486 importlib_util_toplevel_consts_19_linetable = {
138487     .ob_base = {
138488         .ob_base = {
138489             .ob_refcnt = 999999999,
138490             .ob_type = &PyBytes_Type,
138491         },
138492         .ob_size = 381,
138493     },
138494     .ob_shash = -1,
138495     .ob_sval = "\x80\x00\xf0\x22\x00\x2f\x33\xaf\x6f\xaa\x6f\xb8\x63\xd1\x2e\x42\xd4\x2e\x42\xd0\x0f\x4c\x8d\x7c\x98\x44\xa0\x27\xd1\x0f\x2a\xd4\x0f\x2a\xd0\x0f\x2a\xc8\x04\x80\x48\xd8\x07\x0f\x95\x73\x94\x7b\xd0\x07\x22\xd0\x07\x22\xd8\x16\x1e\xd7\x16\x29\xd2\x16\x29\xa8\x23\xd1\x16\x2e\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\xd1\x15\x43\xd4\x15\x43\x88\x46\xf0\x02\x05\x0d\x50\x01\xd8\x1e\x24\x9c\x6f\x90\x0b\x90\x0b\xf8\xdd\x13\x21\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\xf1\x00\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\xf0\x0a\x00\x1b\x1f\x88\x4b\xdd\x0f\x19\x98\x28\xa0\x4b\xd1\x0f\x30\xd4\x0f\x30\xd0\x08\x30\xe5\x11\x14\x94\x1b\x98\x58\xd4\x11\x26\x88\x06\xd8\x0b\x11\x88\x3e\xd8\x13\x17\x90\x34\xf0\x02\x07\x09\x18\xd8\x13\x19\x94\x3f\x88\x44\xf0\x08\x00\x10\x14\x88\x7c\xdd\x16\x20\xd0\x21\x36\xd7\x21\x3d\xd2\x21\x3d\xb8\x64\xd1\x21\x43\xd4\x21\x43\xd1\x16\x44\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\xd2\x1d\x3c\xb8\x54\xd1\x1d\x42\xd4\x1d\x42\xd1\x12\x43\xd4\x12\x43\xc8\x14\xd0\x0c\x4d\xf0\x03\x01\x09\x4e\x01\xf8\xf8\xf8",
138496 };
138497 static
138498     struct {
138499         PyObject_VAR_HEAD
138500         Py_hash_t ob_shash;
138501         char ob_sval[37];
138502     }
138503 importlib_util_toplevel_consts_19_exceptiontable = {
138504     .ob_base = {
138505         .ob_base = {
138506             .ob_refcnt = 999999999,
138507             .ob_type = &PyBytes_Type,
138508         },
138509         .ob_size = 36,
138510     },
138511     .ob_shash = -1,
138512     .ob_sval = "\xc1\x26\x07\x41\x2e\x00\xc1\x2e\x0a\x42\x15\x03\xc1\x38\x18\x42\x10\x03\xc2\x10\x05\x42\x15\x03\xc3\x01\x07\x43\x2e\x00\xc3\x2e\x2e\x44\x1c\x03",
138513 };
138514 static
138515     struct {
138516         PyASCIIObject _ascii;
138517         uint8_t _data[12];
138518     }
138519 const_str_parent_name = {
138520     ._ascii = {
138521         .ob_base = {
138522             .ob_refcnt = 999999999,
138523             .ob_type = &PyUnicode_Type,
138524         },
138525         .length = 11,
138526         .hash = -1,
138527         .state = {
138528             .kind = 1,
138529             .compact = 1,
138530             .ascii = 1,
138531             .ready = 1,
138532         },
138533     },
138534     ._data = "parent_name",
138535 };
138536 static
138537     struct {
138538         PyGC_Head _gc_head;
138539         struct {
138540             PyObject_VAR_HEAD
138541             PyObject *ob_item[9];
138542         }_object;
138543     }
138544 importlib_util_toplevel_consts_19_localsplusnames = {
138545     ._object = {
138546         .ob_base = {
138547             .ob_base = {
138548                 .ob_refcnt = 999999999,
138549                 .ob_type = &PyTuple_Type,
138550             },
138551             .ob_size = 9,
138552         },
138553         .ob_item = {
138554             &_Py_ID(name),
138555             & const_str_package._ascii.ob_base,
138556             & const_str_fullname._ascii.ob_base,
138557             & const_str_parent_name._ascii.ob_base,
138558             &_Py_ID(parent),
138559             & const_str_parent_path._ascii.ob_base,
138560             & const_str_e._ascii.ob_base,
138561             & const_str_module._ascii.ob_base,
138562             & const_str_spec._ascii.ob_base,
138563         },
138564     },
138565 };
138566 static
138567     struct _PyCode_DEF(574)
138568 importlib_util_toplevel_consts_19 = {
138569     .ob_base = {
138570         .ob_base = {
138571             .ob_refcnt = 999999999,
138572             .ob_type = &PyCode_Type,
138573         },
138574         .ob_size = 287,
138575     },
138576     .co_consts = & importlib_util_toplevel_consts_19_consts._object.ob_base.ob_base,
138577     .co_names = & importlib_util_toplevel_consts_19_names._object.ob_base.ob_base,
138578     .co_exceptiontable = & importlib_util_toplevel_consts_19_exceptiontable.ob_base.ob_base,
138579     .co_flags = 3,
138580     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
138581     ._co_linearray_entry_size = 0,
138582     .co_argcount = 2,
138583     .co_posonlyargcount = 0,
138584     .co_kwonlyargcount = 0,
138585     .co_stacksize = 7,
138586     .co_firstlineno = 73,
138587     .co_nlocalsplus = 9,
138588     .co_nlocals = 9,
138589     .co_nplaincellvars = 0,
138590     .co_ncellvars = 0,
138591     .co_nfreevars = 0,
138592     .co_localsplusnames = & importlib_util_toplevel_consts_19_localsplusnames._object.ob_base.ob_base,
138593     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
138594     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
138595     .co_name = & const_str_find_spec._ascii.ob_base,
138596     .co_qualname = & const_str_find_spec._ascii.ob_base,
138597     .co_linetable = & importlib_util_toplevel_consts_19_linetable.ob_base.ob_base,
138598     ._co_code = NULL,
138599     ._co_linearray = NULL,
138600     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x10\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xa6\x02\x00\x00\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\x03\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x74\x7c\x02\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\x00\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\x45\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x03\x67\x01\xac\x04\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x09\x00\x7c\x04\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x6e\x2c\x23\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1d\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\xa6\x02\x00\x00\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\x64\x08\x7d\x05\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x05\xa6\x02\x00\x00\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\x03\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\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x08\x80\x22\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\xa0\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\x24\x01\x00\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\xa0\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x82\x02\x77\x00\x78\x03\x59\x00\x77\x01",
138601     ._co_firsttraceable = 0,
138602 };
138603 static
138604     struct {
138605         PyASCIIObject _ascii;
138606         uint8_t _data[17];
138607     }
138608 const_str___initializing__ = {
138609     ._ascii = {
138610         .ob_base = {
138611             .ob_refcnt = 999999999,
138612             .ob_type = &PyUnicode_Type,
138613         },
138614         .length = 16,
138615         .hash = -1,
138616         .state = {
138617             .kind = 1,
138618             .compact = 1,
138619             .ascii = 1,
138620             .ready = 1,
138621         },
138622     },
138623     ._data = "__initializing__",
138624 };
138625 static
138626     struct {
138627         PyGC_Head _gc_head;
138628         struct {
138629             PyObject_VAR_HEAD
138630             PyObject *ob_item[7];
138631         }_object;
138632     }
138633 importlib_util_toplevel_consts_20_names = {
138634     ._object = {
138635         .ob_base = {
138636             .ob_base = {
138637                 .ob_refcnt = 999999999,
138638                 .ob_type = &PyTuple_Type,
138639             },
138640             .ob_size = 7,
138641         },
138642         .ob_item = {
138643             & const_str_sys._ascii.ob_base,
138644             &_Py_ID(modules),
138645             &_Py_ID(get),
138646             & const_str_type._ascii.ob_base,
138647             & const_str___initializing__._ascii.ob_base,
138648             & const_str_Exception._ascii.ob_base,
138649             & const_str_KeyError._ascii.ob_base,
138650         },
138651     },
138652 };
138653 static
138654     struct {
138655         PyASCIIObject _ascii;
138656         uint8_t _data[16];
138657     }
138658 const_str__module_to_load = {
138659     ._ascii = {
138660         .ob_base = {
138661             .ob_refcnt = 999999999,
138662             .ob_type = &PyUnicode_Type,
138663         },
138664         .length = 15,
138665         .hash = -1,
138666         .state = {
138667             .kind = 1,
138668             .compact = 1,
138669             .ascii = 1,
138670             .ready = 1,
138671         },
138672     },
138673     ._data = "_module_to_load",
138674 };
138675 static
138676     struct {
138677         PyObject_VAR_HEAD
138678         Py_hash_t ob_shash;
138679         char ob_sval[228];
138680     }
138681 importlib_util_toplevel_consts_20_linetable = {
138682     .ob_base = {
138683         .ob_base = {
138684             .ob_refcnt = 999999999,
138685             .ob_type = &PyBytes_Type,
138686         },
138687         .ob_size = 227,
138688     },
138689     .ob_shash = -1,
138690     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xe0\x10\x14\x9d\x03\x9c\x0b\xd0\x10\x23\x80\x49\xe5\x0d\x10\x8c\x5b\x8f\x5f\x8a\x5f\x98\x54\xd1\x0d\x22\xd4\x0d\x22\x80\x46\xd8\x0b\x14\xf0\x00\x08\x05\x23\xf0\x08\x00\x12\x1b\x95\x14\x95\x63\x91\x19\x94\x19\x98\x34\x91\x1f\x94\x1f\x88\x06\xf0\x06\x00\x23\x27\x88\x06\xd4\x08\x1f\xd8\x1c\x22\x8d\x03\x8c\x0b\x90\x44\xd1\x08\x19\xf0\x02\x09\x05\x28\xd8\x0e\x14\x88\x0c\x88\x0c\x88\x0c\x88\x0c\xf8\xdd\x0b\x14\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\x94\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\xf0\x0e\x00\x23\x28\x88\x06\xd4\x08\x1f\xd0\x08\x1f\xd0\x08\x1f\xf8\xa0\x25\x88\x06\xd4\x08\x1f\xd0\x08\x27\xd0\x08\x27\xd0\x08\x27\xd0\x08\x27",
138691 };
138692 static
138693     struct {
138694         PyObject_VAR_HEAD
138695         Py_hash_t ob_shash;
138696         char ob_sval[79];
138697     }
138698 importlib_util_toplevel_consts_20_exceptiontable = {
138699     .ob_base = {
138700         .ob_base = {
138701             .ob_refcnt = 999999999,
138702             .ob_type = &PyBytes_Type,
138703         },
138704         .ob_size = 78,
138705     },
138706     .ob_shash = -1,
138707     .ob_sval = "\xc1\x26\x04\x41\x2b\x00\xc1\x2a\x01\x42\x25\x00\xc1\x2b\x0c\x42\x19\x03\xc1\x38\x0d\x42\x06\x02\xc2\x05\x01\x42\x19\x03\xc2\x06\x0a\x42\x13\x05\xc2\x10\x02\x42\x19\x03\xc2\x12\x01\x42\x13\x05\xc2\x13\x03\x42\x19\x03\xc2\x16\x02\x42\x25\x00\xc2\x18\x01\x42\x19\x03\xc2\x19\x03\x42\x25\x00\xc2\x25\x09\x42\x2e\x03",
138708 };
138709 static
138710     struct {
138711         PyGC_Head _gc_head;
138712         struct {
138713             PyObject_VAR_HEAD
138714             PyObject *ob_item[3];
138715         }_object;
138716     }
138717 importlib_util_toplevel_consts_20_localsplusnames = {
138718     ._object = {
138719         .ob_base = {
138720             .ob_base = {
138721                 .ob_refcnt = 999999999,
138722                 .ob_type = &PyTuple_Type,
138723             },
138724             .ob_size = 3,
138725         },
138726         .ob_item = {
138727             &_Py_ID(name),
138728             & const_str_is_reload._ascii.ob_base,
138729             & const_str_module._ascii.ob_base,
138730         },
138731     },
138732 };
138733 static
138734     struct _PyCode_DEF(354)
138735 importlib_util_toplevel_consts_20 = {
138736     .ob_base = {
138737         .ob_base = {
138738             .ob_refcnt = 999999999,
138739             .ob_type = &PyCode_Type,
138740         },
138741         .ob_size = 177,
138742     },
138743     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_3_consts._object.ob_base.ob_base,
138744     .co_names = & importlib_util_toplevel_consts_20_names._object.ob_base.ob_base,
138745     .co_exceptiontable = & importlib_util_toplevel_consts_20_exceptiontable.ob_base.ob_base,
138746     .co_flags = 35,
138747     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
138748     ._co_linearray_entry_size = 0,
138749     .co_argcount = 1,
138750     .co_posonlyargcount = 0,
138751     .co_kwonlyargcount = 0,
138752     .co_stacksize = 5,
138753     .co_firstlineno = 118,
138754     .co_nlocalsplus = 3,
138755     .co_nlocals = 3,
138756     .co_nplaincellvars = 0,
138757     .co_ncellvars = 0,
138758     .co_nfreevars = 0,
138759     .co_localsplusnames = & importlib_util_toplevel_consts_20_localsplusnames._object.ob_base.ob_base,
138760     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
138761     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
138762     .co_name = & const_str__module_to_load._ascii.ob_base,
138763     .co_qualname = & const_str__module_to_load._ascii.ob_base,
138764     .co_linetable = & importlib_util_toplevel_consts_20_linetable.ob_base.ob_base,
138765     ._co_code = NULL,
138766     ._co_linearray = NULL,
138767     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\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\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x01\x73\x33\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x3c\x00\x00\x00\x09\x00\x7c\x02\x56\x00\x97\x01\x01\x00\x6e\x31\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x24\x01\x00\x7c\x01\x73\x1f\x09\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\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\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x64\x02\x7c\x02\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00\x23\x00\x64\x02\x7c\x02\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x77\x00\x78\x03\x59\x00\x77\x01",
138768     ._co_firsttraceable = 2,
138769 };
138770 static
138771     struct {
138772         PyASCIIObject _ascii;
138773         uint8_t _data[80];
138774     }
138775 importlib_util_toplevel_consts_21_consts_0 = {
138776     ._ascii = {
138777         .ob_base = {
138778             .ob_refcnt = 999999999,
138779             .ob_type = &PyUnicode_Type,
138780         },
138781         .length = 79,
138782         .hash = -1,
138783         .state = {
138784             .kind = 1,
138785             .compact = 1,
138786             .ascii = 1,
138787             .ready = 1,
138788         },
138789     },
138790     ._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",
138791 };
138792 static
138793     struct {
138794         PyASCIIObject _ascii;
138795         uint8_t _data[108];
138796     }
138797 importlib_util_toplevel_consts_21_consts_1_consts_1 = {
138798     ._ascii = {
138799         .ob_base = {
138800             .ob_refcnt = 999999999,
138801             .ob_type = &PyUnicode_Type,
138802         },
138803         .length = 107,
138804         .hash = -1,
138805         .state = {
138806             .kind = 1,
138807             .compact = 1,
138808             .ascii = 1,
138809             .ready = 1,
138810         },
138811     },
138812     ._data = "The import system now takes care of this automatically; this decorator is slated for removal in Python 3.12",
138813 };
138814 static
138815     struct {
138816         PyGC_Head _gc_head;
138817         struct {
138818             PyObject_VAR_HEAD
138819             PyObject *ob_item[8];
138820         }_object;
138821     }
138822 importlib_util_toplevel_consts_21_consts_1_consts = {
138823     ._object = {
138824         .ob_base = {
138825             .ob_base = {
138826                 .ob_refcnt = 999999999,
138827                 .ob_type = &PyTuple_Type,
138828             },
138829             .ob_size = 8,
138830         },
138831         .ob_item = {
138832             Py_None,
138833             & importlib_util_toplevel_consts_21_consts_1_consts_1._ascii.ob_base,
138834             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
138835             & importlib__bootstrap_toplevel_consts_55_consts_8._object.ob_base.ob_base,
138836             &_Py_ID(__package__),
138837             &_Py_ID(__path__),
138838             &_Py_STR(dot),
138839             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
138840         },
138841     },
138842 };
138843 static
138844     struct {
138845         PyGC_Head _gc_head;
138846         struct {
138847             PyObject_VAR_HEAD
138848             PyObject *ob_item[8];
138849         }_object;
138850     }
138851 importlib_util_toplevel_consts_21_consts_1_names = {
138852     ._object = {
138853         .ob_base = {
138854             .ob_base = {
138855                 .ob_refcnt = 999999999,
138856                 .ob_type = &PyTuple_Type,
138857             },
138858             .ob_size = 8,
138859         },
138860         .ob_item = {
138861             &_Py_ID(warnings),
138862             & const_str_warn._ascii.ob_base,
138863             & const_str_DeprecationWarning._ascii.ob_base,
138864             &_Py_ID(getattr),
138865             &_Py_ID(__name__),
138866             &_Py_ID(__package__),
138867             & const_str_hasattr._ascii.ob_base,
138868             & const_str_rpartition._ascii.ob_base,
138869         },
138870     },
138871 };
138872 static
138873     struct {
138874         PyASCIIObject _ascii;
138875         uint8_t _data[20];
138876     }
138877 const_str_set_package_wrapper = {
138878     ._ascii = {
138879         .ob_base = {
138880             .ob_refcnt = 999999999,
138881             .ob_type = &PyUnicode_Type,
138882         },
138883         .length = 19,
138884         .hash = -1,
138885         .state = {
138886             .kind = 1,
138887             .compact = 1,
138888             .ascii = 1,
138889             .ready = 1,
138890         },
138891     },
138892     ._data = "set_package_wrapper",
138893 };
138894 static
138895     struct {
138896         PyASCIIObject _ascii;
138897         uint8_t _data[41];
138898     }
138899 importlib_util_toplevel_consts_21_consts_1_qualname = {
138900     ._ascii = {
138901         .ob_base = {
138902             .ob_refcnt = 999999999,
138903             .ob_type = &PyUnicode_Type,
138904         },
138905         .length = 40,
138906         .hash = -1,
138907         .state = {
138908             .kind = 1,
138909             .compact = 1,
138910             .ascii = 1,
138911             .ready = 1,
138912         },
138913     },
138914     ._data = "set_package.<locals>.set_package_wrapper",
138915 };
138916 static
138917     struct {
138918         PyObject_VAR_HEAD
138919         Py_hash_t ob_shash;
138920         char ob_sval[144];
138921     }
138922 importlib_util_toplevel_consts_21_consts_1_linetable = {
138923     .ob_base = {
138924         .ob_base = {
138925             .ob_refcnt = 999999999,
138926             .ob_type = &PyBytes_Type,
138927         },
138928         .ob_size = 143,
138929     },
138930     .ob_shash = -1,
138931     .ob_sval = "\xf8\x80\x00\xe5\x08\x10\x8c\x0d\xf0\x00\x01\x17\x4c\x01\xe5\x16\x28\xb0\x51\xf0\x05\x02\x09\x38\xf1\x00\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\xd1\x0b\x2f\xd4\x0b\x2f\xd0\x0b\x37\xd8\x21\x27\xa4\x1f\x88\x46\xd4\x0c\x1e\xdd\x13\x1a\x98\x36\xa0\x3a\xd1\x13\x2e\xd4\x13\x2e\xf0\x00\x01\x0d\x4b\x01\xd8\x25\x2b\xd4\x25\x37\xd7\x25\x42\xd2\x25\x42\xc0\x33\xd1\x25\x47\xd4\x25\x47\xc8\x01\xd4\x25\x4a\x90\x06\xd4\x10\x22\xd8\x0f\x15\x88\x0d",
138932 };
138933 static
138934     struct {
138935         PyGC_Head _gc_head;
138936         struct {
138937             PyObject_VAR_HEAD
138938             PyObject *ob_item[4];
138939         }_object;
138940     }
138941 importlib_util_toplevel_consts_21_consts_1_localsplusnames = {
138942     ._object = {
138943         .ob_base = {
138944             .ob_base = {
138945                 .ob_refcnt = 999999999,
138946                 .ob_type = &PyTuple_Type,
138947             },
138948             .ob_size = 4,
138949         },
138950         .ob_item = {
138951             & const_str_args._ascii.ob_base,
138952             & const_str_kwargs._ascii.ob_base,
138953             & const_str_module._ascii.ob_base,
138954             & const_str_fxn._ascii.ob_base,
138955         },
138956     },
138957 };
138958 static
138959     struct _PyCode_DEF(244)
138960 importlib_util_toplevel_consts_21_consts_1 = {
138961     .ob_base = {
138962         .ob_base = {
138963             .ob_refcnt = 999999999,
138964             .ob_type = &PyCode_Type,
138965         },
138966         .ob_size = 122,
138967     },
138968     .co_consts = & importlib_util_toplevel_consts_21_consts_1_consts._object.ob_base.ob_base,
138969     .co_names = & importlib_util_toplevel_consts_21_consts_1_names._object.ob_base.ob_base,
138970     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
138971     .co_flags = 31,
138972     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
138973     ._co_linearray_entry_size = 0,
138974     .co_argcount = 0,
138975     .co_posonlyargcount = 0,
138976     .co_kwonlyargcount = 0,
138977     .co_stacksize = 5,
138978     .co_firstlineno = 150,
138979     .co_nlocalsplus = 4,
138980     .co_nlocals = 3,
138981     .co_nplaincellvars = 0,
138982     .co_ncellvars = 0,
138983     .co_nfreevars = 1,
138984     .co_localsplusnames = & importlib_util_toplevel_consts_21_consts_1_localsplusnames._object.ob_base.ob_base,
138985     .co_localspluskinds = & ntpath_toplevel_consts_45_consts_10_localspluskinds.ob_base.ob_base,
138986     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
138987     .co_name = & const_str_set_package_wrapper._ascii.ob_base,
138988     .co_qualname = & importlib_util_toplevel_consts_21_consts_1_qualname._ascii.ob_base,
138989     .co_linetable = & importlib_util_toplevel_consts_21_consts_1_linetable.ob_base.ob_base,
138990     ._co_code = NULL,
138991     ._co_linearray = NULL,
138992     .co_code_adaptive = "\x95\x01\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\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\xa6\x03\x00\x00\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x41\x7c\x02\x6a\x04\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x25\x7c\x02\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xa6\x01\x00\x00\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",
138993     ._co_firsttraceable = 1,
138994 };
138995 static
138996     struct {
138997         PyGC_Head _gc_head;
138998         struct {
138999             PyObject_VAR_HEAD
139000             PyObject *ob_item[2];
139001         }_object;
139002     }
139003 importlib_util_toplevel_consts_21_consts = {
139004     ._object = {
139005         .ob_base = {
139006             .ob_base = {
139007                 .ob_refcnt = 999999999,
139008                 .ob_type = &PyTuple_Type,
139009             },
139010             .ob_size = 2,
139011         },
139012         .ob_item = {
139013             & importlib_util_toplevel_consts_21_consts_0._ascii.ob_base,
139014             & importlib_util_toplevel_consts_21_consts_1.ob_base.ob_base,
139015         },
139016     },
139017 };
139018 static
139019     struct {
139020         PyASCIIObject _ascii;
139021         uint8_t _data[10];
139022     }
139023 const_str_functools = {
139024     ._ascii = {
139025         .ob_base = {
139026             .ob_refcnt = 999999999,
139027             .ob_type = &PyUnicode_Type,
139028         },
139029         .length = 9,
139030         .hash = -1,
139031         .state = {
139032             .kind = 1,
139033             .compact = 1,
139034             .ascii = 1,
139035             .ready = 1,
139036         },
139037     },
139038     ._data = "functools",
139039 };
139040 static
139041     struct {
139042         PyASCIIObject _ascii;
139043         uint8_t _data[6];
139044     }
139045 const_str_wraps = {
139046     ._ascii = {
139047         .ob_base = {
139048             .ob_refcnt = 999999999,
139049             .ob_type = &PyUnicode_Type,
139050         },
139051         .length = 5,
139052         .hash = -1,
139053         .state = {
139054             .kind = 1,
139055             .compact = 1,
139056             .ascii = 1,
139057             .ready = 1,
139058         },
139059     },
139060     ._data = "wraps",
139061 };
139062 static
139063     struct {
139064         PyGC_Head _gc_head;
139065         struct {
139066             PyObject_VAR_HEAD
139067             PyObject *ob_item[2];
139068         }_object;
139069     }
139070 importlib_util_toplevel_consts_21_names = {
139071     ._object = {
139072         .ob_base = {
139073             .ob_base = {
139074                 .ob_refcnt = 999999999,
139075                 .ob_type = &PyTuple_Type,
139076             },
139077             .ob_size = 2,
139078         },
139079         .ob_item = {
139080             & const_str_functools._ascii.ob_base,
139081             & const_str_wraps._ascii.ob_base,
139082         },
139083     },
139084 };
139085 static
139086     struct {
139087         PyASCIIObject _ascii;
139088         uint8_t _data[12];
139089     }
139090 const_str_set_package = {
139091     ._ascii = {
139092         .ob_base = {
139093             .ob_refcnt = 999999999,
139094             .ob_type = &PyUnicode_Type,
139095         },
139096         .length = 11,
139097         .hash = -1,
139098         .state = {
139099             .kind = 1,
139100             .compact = 1,
139101             .ascii = 1,
139102             .ready = 1,
139103         },
139104     },
139105     ._data = "set_package",
139106 };
139107 static
139108     struct {
139109         PyObject_VAR_HEAD
139110         Py_hash_t ob_shash;
139111         char ob_sval[60];
139112     }
139113 importlib_util_toplevel_consts_21_linetable = {
139114     .ob_base = {
139115         .ob_base = {
139116             .ob_refcnt = 999999999,
139117             .ob_type = &PyBytes_Type,
139118         },
139119         .ob_size = 59,
139120     },
139121     .ob_shash = -1,
139122     .ob_sval = "\xf8\x80\x00\xf5\x0c\x00\x06\x0f\x84\x5f\x90\x53\xd1\x05\x19\xd4\x05\x19\xf0\x02\x09\x05\x16\xf0\x00\x09\x05\x16\xf0\x00\x09\x05\x16\xf0\x00\x09\x05\x16\xf1\x03\x00\x06\x1a\xd4\x05\x19\xf0\x02\x09\x05\x16\xf0\x14\x00\x0c\x1f\xd0\x04\x1e",
139123 };
139124 static
139125     struct {
139126         PyGC_Head _gc_head;
139127         struct {
139128             PyObject_VAR_HEAD
139129             PyObject *ob_item[2];
139130         }_object;
139131     }
139132 importlib_util_toplevel_consts_21_localsplusnames = {
139133     ._object = {
139134         .ob_base = {
139135             .ob_base = {
139136                 .ob_refcnt = 999999999,
139137                 .ob_type = &PyTuple_Type,
139138             },
139139             .ob_size = 2,
139140         },
139141         .ob_item = {
139142             & const_str_fxn._ascii.ob_base,
139143             & const_str_set_package_wrapper._ascii.ob_base,
139144         },
139145     },
139146 };
139147 static
139148     struct _PyCode_DEF(70)
139149 importlib_util_toplevel_consts_21 = {
139150     .ob_base = {
139151         .ob_base = {
139152             .ob_refcnt = 999999999,
139153             .ob_type = &PyCode_Type,
139154         },
139155         .ob_size = 35,
139156     },
139157     .co_consts = & importlib_util_toplevel_consts_21_consts._object.ob_base.ob_base,
139158     .co_names = & importlib_util_toplevel_consts_21_names._object.ob_base.ob_base,
139159     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
139160     .co_flags = 3,
139161     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
139162     ._co_linearray_entry_size = 0,
139163     .co_argcount = 1,
139164     .co_posonlyargcount = 0,
139165     .co_kwonlyargcount = 0,
139166     .co_stacksize = 3,
139167     .co_firstlineno = 144,
139168     .co_nlocalsplus = 2,
139169     .co_nlocals = 2,
139170     .co_nplaincellvars = 0,
139171     .co_ncellvars = 1,
139172     .co_nfreevars = 0,
139173     .co_localsplusnames = & importlib_util_toplevel_consts_21_localsplusnames._object.ob_base.ob_base,
139174     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
139175     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
139176     .co_name = & const_str_set_package._ascii.ob_base,
139177     .co_qualname = & const_str_set_package._ascii.ob_base,
139178     .co_linetable = & importlib_util_toplevel_consts_21_linetable.ob_base.ob_base,
139179     ._co_code = NULL,
139180     ._co_linearray = NULL,
139181     .co_code_adaptive = "\x87\x00\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x89\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x88\x00\x66\x01\x64\x01\x84\x08\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x53\x00",
139182     ._co_firsttraceable = 1,
139183 };
139184 static
139185     struct {
139186         PyASCIIObject _ascii;
139187         uint8_t _data[79];
139188     }
139189 importlib_util_toplevel_consts_22_consts_0 = {
139190     ._ascii = {
139191         .ob_base = {
139192             .ob_refcnt = 999999999,
139193             .ob_type = &PyUnicode_Type,
139194         },
139195         .length = 78,
139196         .hash = -1,
139197         .state = {
139198             .kind = 1,
139199             .compact = 1,
139200             .ascii = 1,
139201             .ready = 1,
139202         },
139203     },
139204     ._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",
139205 };
139206 static
139207     struct {
139208         PyGC_Head _gc_head;
139209         struct {
139210             PyObject_VAR_HEAD
139211             PyObject *ob_item[5];
139212         }_object;
139213     }
139214 importlib_util_toplevel_consts_22_consts_1_consts = {
139215     ._object = {
139216         .ob_base = {
139217             .ob_base = {
139218                 .ob_refcnt = 999999999,
139219                 .ob_type = &PyTuple_Type,
139220             },
139221             .ob_size = 5,
139222         },
139223         .ob_item = {
139224             Py_None,
139225             & importlib_util_toplevel_consts_21_consts_1_consts_1._ascii.ob_base,
139226             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
139227             & importlib__bootstrap_toplevel_consts_55_consts_8._object.ob_base.ob_base,
139228             &_Py_ID(__loader__),
139229         },
139230     },
139231 };
139232 static
139233     struct {
139234         PyGC_Head _gc_head;
139235         struct {
139236             PyObject_VAR_HEAD
139237             PyObject *ob_item[5];
139238         }_object;
139239     }
139240 importlib_util_toplevel_consts_22_consts_1_names = {
139241     ._object = {
139242         .ob_base = {
139243             .ob_base = {
139244                 .ob_refcnt = 999999999,
139245                 .ob_type = &PyTuple_Type,
139246             },
139247             .ob_size = 5,
139248         },
139249         .ob_item = {
139250             &_Py_ID(warnings),
139251             & const_str_warn._ascii.ob_base,
139252             & const_str_DeprecationWarning._ascii.ob_base,
139253             &_Py_ID(getattr),
139254             &_Py_ID(__loader__),
139255         },
139256     },
139257 };
139258 static
139259     struct {
139260         PyASCIIObject _ascii;
139261         uint8_t _data[19];
139262     }
139263 const_str_set_loader_wrapper = {
139264     ._ascii = {
139265         .ob_base = {
139266             .ob_refcnt = 999999999,
139267             .ob_type = &PyUnicode_Type,
139268         },
139269         .length = 18,
139270         .hash = -1,
139271         .state = {
139272             .kind = 1,
139273             .compact = 1,
139274             .ascii = 1,
139275             .ready = 1,
139276         },
139277     },
139278     ._data = "set_loader_wrapper",
139279 };
139280 static
139281     struct {
139282         PyASCIIObject _ascii;
139283         uint8_t _data[39];
139284     }
139285 importlib_util_toplevel_consts_22_consts_1_qualname = {
139286     ._ascii = {
139287         .ob_base = {
139288             .ob_refcnt = 999999999,
139289             .ob_type = &PyUnicode_Type,
139290         },
139291         .length = 38,
139292         .hash = -1,
139293         .state = {
139294             .kind = 1,
139295             .compact = 1,
139296             .ascii = 1,
139297             .ready = 1,
139298         },
139299     },
139300     ._data = "set_loader.<locals>.set_loader_wrapper",
139301 };
139302 static
139303     struct {
139304         PyObject_VAR_HEAD
139305         Py_hash_t ob_shash;
139306         char ob_sval[104];
139307     }
139308 importlib_util_toplevel_consts_22_consts_1_linetable = {
139309     .ob_base = {
139310         .ob_base = {
139311             .ob_refcnt = 999999999,
139312             .ob_type = &PyBytes_Type,
139313         },
139314         .ob_size = 103,
139315     },
139316     .ob_shash = -1,
139317     .ob_sval = "\xf8\x80\x00\xe5\x08\x10\x8c\x0d\xf0\x00\x01\x17\x4c\x01\xe5\x16\x28\xb0\x51\xf0\x05\x02\x09\x38\xf1\x00\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\xd1\x0b\x2e\xd4\x0b\x2e\xd0\x0b\x36\xd8\x20\x24\x88\x46\xd4\x0c\x1d\xd8\x0f\x15\x88\x0d",
139318 };
139319 static
139320     struct {
139321         PyGC_Head _gc_head;
139322         struct {
139323             PyObject_VAR_HEAD
139324             PyObject *ob_item[5];
139325         }_object;
139326     }
139327 importlib_util_toplevel_consts_22_consts_1_localsplusnames = {
139328     ._object = {
139329         .ob_base = {
139330             .ob_base = {
139331                 .ob_refcnt = 999999999,
139332                 .ob_type = &PyTuple_Type,
139333             },
139334             .ob_size = 5,
139335         },
139336         .ob_item = {
139337             & const_str_self._ascii.ob_base,
139338             & const_str_args._ascii.ob_base,
139339             & const_str_kwargs._ascii.ob_base,
139340             & const_str_module._ascii.ob_base,
139341             & const_str_fxn._ascii.ob_base,
139342         },
139343     },
139344 };
139345 static
139346     struct _PyCode_DEF(136)
139347 importlib_util_toplevel_consts_22_consts_1 = {
139348     .ob_base = {
139349         .ob_base = {
139350             .ob_refcnt = 999999999,
139351             .ob_type = &PyCode_Type,
139352         },
139353         .ob_size = 68,
139354     },
139355     .co_consts = & importlib_util_toplevel_consts_22_consts_1_consts._object.ob_base.ob_base,
139356     .co_names = & importlib_util_toplevel_consts_22_consts_1_names._object.ob_base.ob_base,
139357     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
139358     .co_flags = 31,
139359     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
139360     ._co_linearray_entry_size = 0,
139361     .co_argcount = 1,
139362     .co_posonlyargcount = 0,
139363     .co_kwonlyargcount = 0,
139364     .co_stacksize = 5,
139365     .co_firstlineno = 170,
139366     .co_nlocalsplus = 5,
139367     .co_nlocals = 4,
139368     .co_nplaincellvars = 0,
139369     .co_ncellvars = 0,
139370     .co_nfreevars = 1,
139371     .co_localsplusnames = & importlib_util_toplevel_consts_22_consts_1_localsplusnames._object.ob_base.ob_base,
139372     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_41_consts_2_localspluskinds.ob_base.ob_base,
139373     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
139374     .co_name = & const_str_set_loader_wrapper._ascii.ob_base,
139375     .co_qualname = & importlib_util_toplevel_consts_22_consts_1_qualname._ascii.ob_base,
139376     .co_linetable = & importlib_util_toplevel_consts_22_consts_1_linetable.ob_base.ob_base,
139377     ._co_code = NULL,
139378     ._co_linearray = NULL,
139379     .co_code_adaptive = "\x95\x01\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\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\xa6\x03\x00\x00\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\xa6\x03\x00\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",
139380     ._co_firsttraceable = 1,
139381 };
139382 static
139383     struct {
139384         PyGC_Head _gc_head;
139385         struct {
139386             PyObject_VAR_HEAD
139387             PyObject *ob_item[2];
139388         }_object;
139389     }
139390 importlib_util_toplevel_consts_22_consts = {
139391     ._object = {
139392         .ob_base = {
139393             .ob_base = {
139394                 .ob_refcnt = 999999999,
139395                 .ob_type = &PyTuple_Type,
139396             },
139397             .ob_size = 2,
139398         },
139399         .ob_item = {
139400             & importlib_util_toplevel_consts_22_consts_0._ascii.ob_base,
139401             & importlib_util_toplevel_consts_22_consts_1.ob_base.ob_base,
139402         },
139403     },
139404 };
139405 static
139406     struct {
139407         PyASCIIObject _ascii;
139408         uint8_t _data[11];
139409     }
139410 const_str_set_loader = {
139411     ._ascii = {
139412         .ob_base = {
139413             .ob_refcnt = 999999999,
139414             .ob_type = &PyUnicode_Type,
139415         },
139416         .length = 10,
139417         .hash = -1,
139418         .state = {
139419             .kind = 1,
139420             .compact = 1,
139421             .ascii = 1,
139422             .ready = 1,
139423         },
139424     },
139425     ._data = "set_loader",
139426 };
139427 static
139428     struct {
139429         PyObject_VAR_HEAD
139430         Py_hash_t ob_shash;
139431         char ob_sval[60];
139432     }
139433 importlib_util_toplevel_consts_22_linetable = {
139434     .ob_base = {
139435         .ob_base = {
139436             .ob_refcnt = 999999999,
139437             .ob_type = &PyBytes_Type,
139438         },
139439         .ob_size = 59,
139440     },
139441     .ob_shash = -1,
139442     .ob_sval = "\xf8\x80\x00\xf5\x0c\x00\x06\x0f\x84\x5f\x90\x53\xd1\x05\x19\xd4\x05\x19\xf0\x02\x07\x05\x16\xf0\x00\x07\x05\x16\xf0\x00\x07\x05\x16\xf0\x00\x07\x05\x16\xf1\x03\x00\x06\x1a\xd4\x05\x19\xf0\x02\x07\x05\x16\xf0\x10\x00\x0c\x1e\xd0\x04\x1d",
139443 };
139444 static
139445     struct {
139446         PyGC_Head _gc_head;
139447         struct {
139448             PyObject_VAR_HEAD
139449             PyObject *ob_item[2];
139450         }_object;
139451     }
139452 importlib_util_toplevel_consts_22_localsplusnames = {
139453     ._object = {
139454         .ob_base = {
139455             .ob_base = {
139456                 .ob_refcnt = 999999999,
139457                 .ob_type = &PyTuple_Type,
139458             },
139459             .ob_size = 2,
139460         },
139461         .ob_item = {
139462             & const_str_fxn._ascii.ob_base,
139463             & const_str_set_loader_wrapper._ascii.ob_base,
139464         },
139465     },
139466 };
139467 static
139468     struct _PyCode_DEF(70)
139469 importlib_util_toplevel_consts_22 = {
139470     .ob_base = {
139471         .ob_base = {
139472             .ob_refcnt = 999999999,
139473             .ob_type = &PyCode_Type,
139474         },
139475         .ob_size = 35,
139476     },
139477     .co_consts = & importlib_util_toplevel_consts_22_consts._object.ob_base.ob_base,
139478     .co_names = & importlib_util_toplevel_consts_21_names._object.ob_base.ob_base,
139479     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
139480     .co_flags = 3,
139481     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
139482     ._co_linearray_entry_size = 0,
139483     .co_argcount = 1,
139484     .co_posonlyargcount = 0,
139485     .co_kwonlyargcount = 0,
139486     .co_stacksize = 3,
139487     .co_firstlineno = 164,
139488     .co_nlocalsplus = 2,
139489     .co_nlocals = 2,
139490     .co_nplaincellvars = 0,
139491     .co_ncellvars = 1,
139492     .co_nfreevars = 0,
139493     .co_localsplusnames = & importlib_util_toplevel_consts_22_localsplusnames._object.ob_base.ob_base,
139494     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
139495     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
139496     .co_name = & const_str_set_loader._ascii.ob_base,
139497     .co_qualname = & const_str_set_loader._ascii.ob_base,
139498     .co_linetable = & importlib_util_toplevel_consts_22_linetable.ob_base.ob_base,
139499     ._co_code = NULL,
139500     ._co_linearray = NULL,
139501     .co_code_adaptive = "\x87\x00\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x89\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x88\x00\x66\x01\x64\x01\x84\x08\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x53\x00",
139502     ._co_firsttraceable = 1,
139503 };
139504 static
139505     struct {
139506         PyASCIIObject _ascii;
139507         uint8_t _data[811];
139508     }
139509 importlib_util_toplevel_consts_23_consts_0 = {
139510     ._ascii = {
139511         .ob_base = {
139512             .ob_refcnt = 999999999,
139513             .ob_type = &PyUnicode_Type,
139514         },
139515         .length = 810,
139516         .hash = -1,
139517         .state = {
139518             .kind = 1,
139519             .compact = 1,
139520             .ascii = 1,
139521             .ready = 1,
139522         },
139523     },
139524     ._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",
139525 };
139526 static
139527     struct {
139528         PyGC_Head _gc_head;
139529         struct {
139530             PyObject_VAR_HEAD
139531             PyObject *ob_item[3];
139532         }_object;
139533     }
139534 importlib_util_toplevel_consts_23_consts_4_consts = {
139535     ._object = {
139536         .ob_base = {
139537             .ob_base = {
139538                 .ob_refcnt = 999999999,
139539                 .ob_type = &PyTuple_Type,
139540             },
139541             .ob_size = 3,
139542         },
139543         .ob_item = {
139544             Py_None,
139545             &_Py_STR(dot),
139546             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
139547         },
139548     },
139549 };
139550 static
139551     struct {
139552         PyGC_Head _gc_head;
139553         struct {
139554             PyObject_VAR_HEAD
139555             PyObject *ob_item[7];
139556         }_object;
139557     }
139558 importlib_util_toplevel_consts_23_consts_4_names = {
139559     ._object = {
139560         .ob_base = {
139561             .ob_base = {
139562                 .ob_refcnt = 999999999,
139563                 .ob_type = &PyTuple_Type,
139564             },
139565             .ob_size = 7,
139566         },
139567         .ob_item = {
139568             & const_str__module_to_load._ascii.ob_base,
139569             &_Py_ID(__loader__),
139570             & const_str_is_package._ascii.ob_base,
139571             &_Py_ID(__package__),
139572             & const_str_rpartition._ascii.ob_base,
139573             & const_str_ImportError._ascii.ob_base,
139574             & const_str_AttributeError._ascii.ob_base,
139575         },
139576     },
139577 };
139578 static
139579     struct {
139580         PyASCIIObject _ascii;
139581         uint8_t _data[26];
139582     }
139583 const_str_module_for_loader_wrapper = {
139584     ._ascii = {
139585         .ob_base = {
139586             .ob_refcnt = 999999999,
139587             .ob_type = &PyUnicode_Type,
139588         },
139589         .length = 25,
139590         .hash = -1,
139591         .state = {
139592             .kind = 1,
139593             .compact = 1,
139594             .ascii = 1,
139595             .ready = 1,
139596         },
139597     },
139598     ._data = "module_for_loader_wrapper",
139599 };
139600 static
139601     struct {
139602         PyASCIIObject _ascii;
139603         uint8_t _data[53];
139604     }
139605 importlib_util_toplevel_consts_23_consts_4_qualname = {
139606     ._ascii = {
139607         .ob_base = {
139608             .ob_refcnt = 999999999,
139609             .ob_type = &PyUnicode_Type,
139610         },
139611         .length = 52,
139612         .hash = -1,
139613         .state = {
139614             .kind = 1,
139615             .compact = 1,
139616             .ascii = 1,
139617             .ready = 1,
139618         },
139619     },
139620     ._data = "module_for_loader.<locals>.module_for_loader_wrapper",
139621 };
139622 static
139623     struct {
139624         PyObject_VAR_HEAD
139625         Py_hash_t ob_shash;
139626         char ob_sval[270];
139627     }
139628 importlib_util_toplevel_consts_23_consts_4_linetable = {
139629     .ob_base = {
139630         .ob_base = {
139631             .ob_refcnt = 999999999,
139632             .ob_type = &PyBytes_Type,
139633         },
139634         .ob_size = 269,
139635     },
139636     .ob_shash = -1,
139637     .ob_sval = "\xf8\x80\x00\xe5\x0d\x1c\x98\x58\xd1\x0d\x26\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\x9a\x5f\xa8\x58\xd1\x1d\x36\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\xd2\x29\x3c\xb8\x53\xd1\x29\x41\xd4\x29\x41\xc0\x21\xd4\x29\x44\x90\x46\xd4\x14\x26\xd0\x14\x26\xf8\xf5\x0d\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\x10\x00\x14\x17\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\xf1\x00\x0c\x09\x36\xf4\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\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",
139638 };
139639 static
139640     struct {
139641         PyObject_VAR_HEAD
139642         Py_hash_t ob_shash;
139643         char ob_sval[52];
139644     }
139645 importlib_util_toplevel_consts_23_consts_4_exceptiontable = {
139646     .ob_base = {
139647         .ob_base = {
139648             .ob_refcnt = 999999999,
139649             .ob_type = &PyBytes_Type,
139650         },
139651         .ob_size = 51,
139652     },
139653     .ob_shash = -1,
139654     .ob_sval = "\x91\x08\x42\x0a\x03\x9a\x15\x41\x1a\x02\xaf\x2b\x42\x0a\x03\xc1\x1a\x11\x41\x2e\x05\xc1\x2b\x02\x42\x0a\x03\xc1\x2d\x01\x41\x2e\x05\xc1\x2e\x0f\x42\x0a\x03\xc2\x0a\x04\x42\x0e\x07\xc2\x11\x01\x42\x0e\x07",
139655 };
139656 static
139657     struct {
139658         PyGC_Head _gc_head;
139659         struct {
139660             PyObject_VAR_HEAD
139661             PyObject *ob_item[7];
139662         }_object;
139663     }
139664 importlib_util_toplevel_consts_23_consts_4_localsplusnames = {
139665     ._object = {
139666         .ob_base = {
139667             .ob_base = {
139668                 .ob_refcnt = 999999999,
139669                 .ob_type = &PyTuple_Type,
139670             },
139671             .ob_size = 7,
139672         },
139673         .ob_item = {
139674             & const_str_self._ascii.ob_base,
139675             & const_str_fullname._ascii.ob_base,
139676             & const_str_args._ascii.ob_base,
139677             & const_str_kwargs._ascii.ob_base,
139678             & const_str_module._ascii.ob_base,
139679             & const_str_is_package._ascii.ob_base,
139680             & const_str_fxn._ascii.ob_base,
139681         },
139682     },
139683 };
139684 static
139685     struct _PyCode_DEF(302)
139686 importlib_util_toplevel_consts_23_consts_4 = {
139687     .ob_base = {
139688         .ob_base = {
139689             .ob_refcnt = 999999999,
139690             .ob_type = &PyCode_Type,
139691         },
139692         .ob_size = 151,
139693     },
139694     .co_consts = & importlib_util_toplevel_consts_23_consts_4_consts._object.ob_base.ob_base,
139695     .co_names = & importlib_util_toplevel_consts_23_consts_4_names._object.ob_base.ob_base,
139696     .co_exceptiontable = & importlib_util_toplevel_consts_23_consts_4_exceptiontable.ob_base.ob_base,
139697     .co_flags = 31,
139698     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
139699     ._co_linearray_entry_size = 0,
139700     .co_argcount = 2,
139701     .co_posonlyargcount = 0,
139702     .co_kwonlyargcount = 0,
139703     .co_stacksize = 6,
139704     .co_firstlineno = 203,
139705     .co_nlocalsplus = 7,
139706     .co_nlocals = 6,
139707     .co_nplaincellvars = 0,
139708     .co_ncellvars = 0,
139709     .co_nfreevars = 1,
139710     .co_localsplusnames = & importlib_util_toplevel_consts_23_consts_4_localsplusnames._object.ob_base.ob_base,
139711     .co_localspluskinds = & abc_toplevel_consts_10_consts_2_localspluskinds.ob_base.ob_base,
139712     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
139713     .co_name = & const_str_module_for_loader_wrapper._ascii.ob_base,
139714     .co_qualname = & importlib_util_toplevel_consts_23_consts_4_qualname._ascii.ob_base,
139715     .co_linetable = & importlib_util_toplevel_consts_23_consts_4_linetable.ob_base.ob_base,
139716     ._co_code = NULL,
139717     ._co_linearray = NULL,
139718     .co_code_adaptive = "\x95\x01\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\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\xa0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\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\x38\x7c\x01\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\x00\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\x6e\x17\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\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x53\x00\x23\x00\x31\x00\x73\x04\x77\x02\x78\x03\x59\x00\x77\x01\x01\x00\x59\x00\x01\x00\x01\x00\x64\x00\x53\x00",
139719     ._co_firsttraceable = 1,
139720 };
139721 static
139722     struct {
139723         PyGC_Head _gc_head;
139724         struct {
139725             PyObject_VAR_HEAD
139726             PyObject *ob_item[5];
139727         }_object;
139728     }
139729 importlib_util_toplevel_consts_23_consts = {
139730     ._object = {
139731         .ob_base = {
139732             .ob_base = {
139733                 .ob_refcnt = 999999999,
139734                 .ob_type = &PyTuple_Type,
139735             },
139736             .ob_size = 5,
139737         },
139738         .ob_item = {
139739             & importlib_util_toplevel_consts_23_consts_0._ascii.ob_base,
139740             & importlib_util_toplevel_consts_21_consts_1_consts_1._ascii.ob_base,
139741             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
139742             & importlib__bootstrap_toplevel_consts_55_consts_8._object.ob_base.ob_base,
139743             & importlib_util_toplevel_consts_23_consts_4.ob_base.ob_base,
139744         },
139745     },
139746 };
139747 static
139748     struct {
139749         PyGC_Head _gc_head;
139750         struct {
139751             PyObject_VAR_HEAD
139752             PyObject *ob_item[5];
139753         }_object;
139754     }
139755 importlib_util_toplevel_consts_23_names = {
139756     ._object = {
139757         .ob_base = {
139758             .ob_base = {
139759                 .ob_refcnt = 999999999,
139760                 .ob_type = &PyTuple_Type,
139761             },
139762             .ob_size = 5,
139763         },
139764         .ob_item = {
139765             &_Py_ID(warnings),
139766             & const_str_warn._ascii.ob_base,
139767             & const_str_DeprecationWarning._ascii.ob_base,
139768             & const_str_functools._ascii.ob_base,
139769             & const_str_wraps._ascii.ob_base,
139770         },
139771     },
139772 };
139773 static
139774     struct {
139775         PyASCIIObject _ascii;
139776         uint8_t _data[18];
139777     }
139778 const_str_module_for_loader = {
139779     ._ascii = {
139780         .ob_base = {
139781             .ob_refcnt = 999999999,
139782             .ob_type = &PyUnicode_Type,
139783         },
139784         .length = 17,
139785         .hash = -1,
139786         .state = {
139787             .kind = 1,
139788             .compact = 1,
139789             .ascii = 1,
139790             .ready = 1,
139791         },
139792     },
139793     ._data = "module_for_loader",
139794 };
139795 static
139796     struct {
139797         PyObject_VAR_HEAD
139798         Py_hash_t ob_shash;
139799         char ob_sval[98];
139800     }
139801 importlib_util_toplevel_consts_23_linetable = {
139802     .ob_base = {
139803         .ob_base = {
139804             .ob_refcnt = 999999999,
139805             .ob_type = &PyBytes_Type,
139806         },
139807         .ob_size = 97,
139808     },
139809     .ob_shash = -1,
139810     .ob_sval = "\xf8\x80\x00\xf5\x24\x00\x05\x0d\x84\x4d\xf0\x00\x01\x13\x48\x01\xe5\x12\x24\xb0\x11\xf0\x05\x02\x05\x34\xf1\x00\x02\x05\x34\xf4\x00\x02\x05\x34\xf0\x00\x02\x05\x34\xf5\x06\x00\x06\x0f\x84\x5f\x90\x53\xd1\x05\x19\xd4\x05\x19\xf0\x02\x0d\x05\x36\xf0\x00\x0d\x05\x36\xf0\x00\x0d\x05\x36\xf0\x00\x0d\x05\x36\xf1\x03\x00\x06\x1a\xd4\x05\x19\xf0\x02\x0d\x05\x36\xf0\x1e\x00\x0c\x25\xd0\x04\x24",
139811 };
139812 static
139813     struct {
139814         PyGC_Head _gc_head;
139815         struct {
139816             PyObject_VAR_HEAD
139817             PyObject *ob_item[2];
139818         }_object;
139819     }
139820 importlib_util_toplevel_consts_23_localsplusnames = {
139821     ._object = {
139822         .ob_base = {
139823             .ob_base = {
139824                 .ob_refcnt = 999999999,
139825                 .ob_type = &PyTuple_Type,
139826             },
139827             .ob_size = 2,
139828         },
139829         .ob_item = {
139830             & const_str_fxn._ascii.ob_base,
139831             & const_str_module_for_loader_wrapper._ascii.ob_base,
139832         },
139833     },
139834 };
139835 static
139836     struct _PyCode_DEF(126)
139837 importlib_util_toplevel_consts_23 = {
139838     .ob_base = {
139839         .ob_base = {
139840             .ob_refcnt = 999999999,
139841             .ob_type = &PyCode_Type,
139842         },
139843         .ob_size = 63,
139844     },
139845     .co_consts = & importlib_util_toplevel_consts_23_consts._object.ob_base.ob_base,
139846     .co_names = & importlib_util_toplevel_consts_23_names._object.ob_base.ob_base,
139847     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
139848     .co_flags = 3,
139849     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
139850     ._co_linearray_entry_size = 0,
139851     .co_argcount = 1,
139852     .co_posonlyargcount = 0,
139853     .co_kwonlyargcount = 0,
139854     .co_stacksize = 5,
139855     .co_firstlineno = 182,
139856     .co_nlocalsplus = 2,
139857     .co_nlocals = 2,
139858     .co_nplaincellvars = 0,
139859     .co_ncellvars = 1,
139860     .co_nfreevars = 0,
139861     .co_localsplusnames = & importlib_util_toplevel_consts_23_localsplusnames._object.ob_base.ob_base,
139862     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
139863     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
139864     .co_name = & const_str_module_for_loader._ascii.ob_base,
139865     .co_qualname = & const_str_module_for_loader._ascii.ob_base,
139866     .co_linetable = & importlib_util_toplevel_consts_23_linetable.ob_base.ob_base,
139867     ._co_code = NULL,
139868     ._co_linearray = NULL,
139869     .co_code_adaptive = "\x87\x00\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\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\xa6\x03\x00\x00\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\x04\x00\x00\x00\x00\x00\x00\x00\x00\x89\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x88\x00\x66\x01\x64\x04\x84\x08\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x53\x00",
139870     ._co_firsttraceable = 1,
139871 };
139872 static
139873     struct {
139874         PyASCIIObject _ascii;
139875         uint8_t _data[12];
139876     }
139877 const_str__LazyModule = {
139878     ._ascii = {
139879         .ob_base = {
139880             .ob_refcnt = 999999999,
139881             .ob_type = &PyUnicode_Type,
139882         },
139883         .length = 11,
139884         .hash = -1,
139885         .state = {
139886             .kind = 1,
139887             .compact = 1,
139888             .ascii = 1,
139889             .ready = 1,
139890         },
139891     },
139892     ._data = "_LazyModule",
139893 };
139894 static
139895     struct {
139896         PyASCIIObject _ascii;
139897         uint8_t _data[76];
139898     }
139899 importlib_util_toplevel_consts_24_consts_1 = {
139900     ._ascii = {
139901         .ob_base = {
139902             .ob_refcnt = 999999999,
139903             .ob_type = &PyUnicode_Type,
139904         },
139905         .length = 75,
139906         .hash = -1,
139907         .state = {
139908             .kind = 1,
139909             .compact = 1,
139910             .ascii = 1,
139911             .ready = 1,
139912         },
139913     },
139914     ._data = "A subclass of the module type which triggers loading upon attribute access.",
139915 };
139916 static
139917     struct {
139918         PyASCIIObject _ascii;
139919         uint8_t _data[57];
139920     }
139921 importlib_util_toplevel_consts_24_consts_2_consts_0 = {
139922     ._ascii = {
139923         .ob_base = {
139924             .ob_refcnt = 999999999,
139925             .ob_type = &PyUnicode_Type,
139926         },
139927         .length = 56,
139928         .hash = -1,
139929         .state = {
139930             .kind = 1,
139931             .compact = 1,
139932             .ascii = 1,
139933             .ready = 1,
139934         },
139935     },
139936     ._data = "Trigger the load of the module and return the attribute.",
139937 };
139938 static
139939     struct {
139940         PyASCIIObject _ascii;
139941         uint8_t _data[19];
139942     }
139943 importlib_util_toplevel_consts_24_consts_2_consts_2 = {
139944     ._ascii = {
139945         .ob_base = {
139946             .ob_refcnt = 999999999,
139947             .ob_type = &PyUnicode_Type,
139948         },
139949         .length = 18,
139950         .hash = -1,
139951         .state = {
139952             .kind = 1,
139953             .compact = 1,
139954             .ascii = 1,
139955             .ready = 1,
139956         },
139957     },
139958     ._data = "module object for ",
139959 };
139960 static
139961     struct {
139962         PyASCIIObject _ascii;
139963         uint8_t _data[47];
139964     }
139965 importlib_util_toplevel_consts_24_consts_2_consts_3 = {
139966     ._ascii = {
139967         .ob_base = {
139968             .ob_refcnt = 999999999,
139969             .ob_type = &PyUnicode_Type,
139970         },
139971         .length = 46,
139972         .hash = -1,
139973         .state = {
139974             .kind = 1,
139975             .compact = 1,
139976             .ascii = 1,
139977             .ready = 1,
139978         },
139979     },
139980     ._data = " substituted in sys.modules during a lazy load",
139981 };
139982 static
139983     struct {
139984         PyGC_Head _gc_head;
139985         struct {
139986             PyObject_VAR_HEAD
139987             PyObject *ob_item[4];
139988         }_object;
139989     }
139990 importlib_util_toplevel_consts_24_consts_2_consts = {
139991     ._object = {
139992         .ob_base = {
139993             .ob_base = {
139994                 .ob_refcnt = 999999999,
139995                 .ob_type = &PyTuple_Type,
139996             },
139997             .ob_size = 4,
139998         },
139999         .ob_item = {
140000             & importlib_util_toplevel_consts_24_consts_2_consts_0._ascii.ob_base,
140001             &_Py_ID(__dict__),
140002             & importlib_util_toplevel_consts_24_consts_2_consts_2._ascii.ob_base,
140003             & importlib_util_toplevel_consts_24_consts_2_consts_3._ascii.ob_base,
140004         },
140005     },
140006 };
140007 static
140008     struct {
140009         PyASCIIObject _ascii;
140010         uint8_t _data[6];
140011     }
140012 const_str_types = {
140013     ._ascii = {
140014         .ob_base = {
140015             .ob_refcnt = 999999999,
140016             .ob_type = &PyUnicode_Type,
140017         },
140018         .length = 5,
140019         .hash = -1,
140020         .state = {
140021             .kind = 1,
140022             .compact = 1,
140023             .ascii = 1,
140024             .ready = 1,
140025         },
140026     },
140027     ._data = "types",
140028 };
140029 static
140030     struct {
140031         PyASCIIObject _ascii;
140032         uint8_t _data[11];
140033     }
140034 const_str_ModuleType = {
140035     ._ascii = {
140036         .ob_base = {
140037             .ob_refcnt = 999999999,
140038             .ob_type = &PyUnicode_Type,
140039         },
140040         .length = 10,
140041         .hash = -1,
140042         .state = {
140043             .kind = 1,
140044             .compact = 1,
140045             .ascii = 1,
140046             .ready = 1,
140047         },
140048     },
140049     ._data = "ModuleType",
140050 };
140051 static
140052     struct {
140053         PyGC_Head _gc_head;
140054         struct {
140055             PyObject_VAR_HEAD
140056             PyObject *ob_item[16];
140057         }_object;
140058     }
140059 importlib_util_toplevel_consts_24_consts_2_names = {
140060     ._object = {
140061         .ob_base = {
140062             .ob_base = {
140063                 .ob_refcnt = 999999999,
140064                 .ob_type = &PyTuple_Type,
140065             },
140066             .ob_size = 16,
140067         },
140068         .ob_item = {
140069             & const_str_types._ascii.ob_base,
140070             & const_str_ModuleType._ascii.ob_base,
140071             &_Py_ID(__class__),
140072             &_Py_ID(__spec__),
140073             &_Py_ID(name),
140074             & const_str_loader_state._ascii.ob_base,
140075             &_Py_ID(__dict__),
140076             &_Py_ID(items),
140077             & const_str_id._ascii.ob_base,
140078             & const_str_loader._ascii.ob_base,
140079             & const_str_exec_module._ascii.ob_base,
140080             & const_str_sys._ascii.ob_base,
140081             &_Py_ID(modules),
140082             & const_str_ValueError._ascii.ob_base,
140083             & const_str_update._ascii.ob_base,
140084             &_Py_ID(getattr),
140085         },
140086     },
140087 };
140088 static
140089     struct {
140090         PyASCIIObject _ascii;
140091         uint8_t _data[29];
140092     }
140093 importlib_util_toplevel_consts_24_consts_2_qualname = {
140094     ._ascii = {
140095         .ob_base = {
140096             .ob_refcnt = 999999999,
140097             .ob_type = &PyUnicode_Type,
140098         },
140099         .length = 28,
140100         .hash = -1,
140101         .state = {
140102             .kind = 1,
140103             .compact = 1,
140104             .ascii = 1,
140105             .ready = 1,
140106         },
140107     },
140108     ._data = "_LazyModule.__getattribute__",
140109 };
140110 static
140111     struct {
140112         PyObject_VAR_HEAD
140113         Py_hash_t ob_shash;
140114         char ob_sval[309];
140115     }
140116 importlib_util_toplevel_consts_24_consts_2_linetable = {
140117     .ob_base = {
140118         .ob_base = {
140119             .ob_refcnt = 999999999,
140120             .ob_type = &PyBytes_Type,
140121         },
140122         .ob_size = 308,
140123     },
140124     .ob_shash = -1,
140125     .ob_sval = "\x80\x00\xf5\x0a\x00\x1a\x1f\xd4\x19\x29\x88\x04\x8c\x0e\xf0\x06\x00\x19\x1d\x9c\x0d\xd4\x18\x2a\x88\x0d\xf0\x06\x00\x16\x1a\x94\x5d\xd4\x15\x2f\xb0\x0a\xd4\x15\x3b\x88\x0a\xd8\x14\x18\x94\x4d\x88\x09\xd8\x18\x1a\x88\x0d\xd8\x1a\x23\x9f\x2f\x9a\x2f\xd1\x1a\x2b\xd4\x1a\x2b\xf0\x00\x06\x09\x2b\xf0\x00\x06\x09\x2b\x89\x4a\x88\x43\x90\x15\xf0\x06\x00\x10\x13\x98\x2a\xd0\x0f\x24\xd0\x0f\x24\xd8\x25\x2a\x90\x0d\x98\x63\xd1\x10\x22\xd0\x10\x22\xdd\x11\x13\x90\x49\x98\x63\x94\x4e\xd1\x11\x23\xd4\x11\x23\xa5\x72\xa8\x2a\xb0\x53\xac\x2f\xd1\x27\x3a\xd4\x27\x3a\xd2\x11\x3a\xd0\x11\x3a\xd8\x25\x2a\x90\x0d\x98\x63\xd1\x10\x22\xf8\xd8\x08\x0c\x8c\x0d\xd4\x08\x1c\xd7\x08\x28\xd2\x08\x28\xa8\x14\xd1\x08\x2e\xd4\x08\x2e\xd0\x08\x2e\xf0\x06\x00\x0c\x19\x9d\x43\x9c\x4b\xd0\x0b\x27\xd0\x0b\x27\xdd\x0f\x11\x90\x24\x89\x78\x8c\x78\x9d\x32\x9d\x63\x9c\x6b\xa8\x2d\xd4\x1e\x38\xd1\x1b\x39\xd4\x1b\x39\xd2\x0f\x39\xd0\x0f\x39\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\xf1\x00\x02\x17\x2a\xf4\x00\x02\x17\x2a\xf0\x00\x02\x11\x2a\xf0\x0a\x00\x09\x0d\x8c\x0d\xd7\x08\x1c\xd2\x08\x1c\x98\x5d\xd1\x08\x2b\xd4\x08\x2b\xd0\x08\x2b\xdd\x0f\x16\x90\x74\x98\x54\xd1\x0f\x22\xd4\x0f\x22\xd0\x08\x22",
140126 };
140127 static
140128     struct {
140129         PyASCIIObject _ascii;
140130         uint8_t _data[5];
140131     }
140132 const_str_attr = {
140133     ._ascii = {
140134         .ob_base = {
140135             .ob_refcnt = 999999999,
140136             .ob_type = &PyUnicode_Type,
140137         },
140138         .length = 4,
140139         .hash = -1,
140140         .state = {
140141             .kind = 1,
140142             .compact = 1,
140143             .ascii = 1,
140144             .ready = 1,
140145         },
140146     },
140147     ._data = "attr",
140148 };
140149 static
140150     struct {
140151         PyASCIIObject _ascii;
140152         uint8_t _data[14];
140153     }
140154 const_str_original_name = {
140155     ._ascii = {
140156         .ob_base = {
140157             .ob_refcnt = 999999999,
140158             .ob_type = &PyUnicode_Type,
140159         },
140160         .length = 13,
140161         .hash = -1,
140162         .state = {
140163             .kind = 1,
140164             .compact = 1,
140165             .ascii = 1,
140166             .ready = 1,
140167         },
140168     },
140169     ._data = "original_name",
140170 };
140171 static
140172     struct {
140173         PyASCIIObject _ascii;
140174         uint8_t _data[11];
140175     }
140176 const_str_attrs_then = {
140177     ._ascii = {
140178         .ob_base = {
140179             .ob_refcnt = 999999999,
140180             .ob_type = &PyUnicode_Type,
140181         },
140182         .length = 10,
140183         .hash = -1,
140184         .state = {
140185             .kind = 1,
140186             .compact = 1,
140187             .ascii = 1,
140188             .ready = 1,
140189         },
140190     },
140191     ._data = "attrs_then",
140192 };
140193 static
140194     struct {
140195         PyASCIIObject _ascii;
140196         uint8_t _data[10];
140197     }
140198 const_str_attrs_now = {
140199     ._ascii = {
140200         .ob_base = {
140201             .ob_refcnt = 999999999,
140202             .ob_type = &PyUnicode_Type,
140203         },
140204         .length = 9,
140205         .hash = -1,
140206         .state = {
140207             .kind = 1,
140208             .compact = 1,
140209             .ascii = 1,
140210             .ready = 1,
140211         },
140212     },
140213     ._data = "attrs_now",
140214 };
140215 static
140216     struct {
140217         PyASCIIObject _ascii;
140218         uint8_t _data[14];
140219     }
140220 const_str_attrs_updated = {
140221     ._ascii = {
140222         .ob_base = {
140223             .ob_refcnt = 999999999,
140224             .ob_type = &PyUnicode_Type,
140225         },
140226         .length = 13,
140227         .hash = -1,
140228         .state = {
140229             .kind = 1,
140230             .compact = 1,
140231             .ascii = 1,
140232             .ready = 1,
140233         },
140234     },
140235     ._data = "attrs_updated",
140236 };
140237 static
140238     struct {
140239         PyGC_Head _gc_head;
140240         struct {
140241             PyObject_VAR_HEAD
140242             PyObject *ob_item[8];
140243         }_object;
140244     }
140245 importlib_util_toplevel_consts_24_consts_2_localsplusnames = {
140246     ._object = {
140247         .ob_base = {
140248             .ob_base = {
140249                 .ob_refcnt = 999999999,
140250                 .ob_type = &PyTuple_Type,
140251             },
140252             .ob_size = 8,
140253         },
140254         .ob_item = {
140255             & const_str_self._ascii.ob_base,
140256             & const_str_attr._ascii.ob_base,
140257             & const_str_original_name._ascii.ob_base,
140258             & const_str_attrs_then._ascii.ob_base,
140259             & const_str_attrs_now._ascii.ob_base,
140260             & const_str_attrs_updated._ascii.ob_base,
140261             & const_str_key._ascii.ob_base,
140262             & const_str_value._ascii.ob_base,
140263         },
140264     },
140265 };
140266 static
140267     struct _PyCode_DEF(592)
140268 importlib_util_toplevel_consts_24_consts_2 = {
140269     .ob_base = {
140270         .ob_base = {
140271             .ob_refcnt = 999999999,
140272             .ob_type = &PyCode_Type,
140273         },
140274         .ob_size = 296,
140275     },
140276     .co_consts = & importlib_util_toplevel_consts_24_consts_2_consts._object.ob_base.ob_base,
140277     .co_names = & importlib_util_toplevel_consts_24_consts_2_names._object.ob_base.ob_base,
140278     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
140279     .co_flags = 3,
140280     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
140281     ._co_linearray_entry_size = 0,
140282     .co_argcount = 2,
140283     .co_posonlyargcount = 0,
140284     .co_kwonlyargcount = 0,
140285     .co_stacksize = 6,
140286     .co_firstlineno = 226,
140287     .co_nlocalsplus = 8,
140288     .co_nlocals = 8,
140289     .co_nplaincellvars = 0,
140290     .co_ncellvars = 0,
140291     .co_nfreevars = 0,
140292     .co_localsplusnames = & importlib_util_toplevel_consts_24_consts_2_localsplusnames._object.ob_base.ob_base,
140293     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
140294     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
140295     .co_name = &_Py_ID(__getattribute__),
140296     .co_qualname = & importlib_util_toplevel_consts_24_consts_2_qualname._ascii.ob_base,
140297     .co_linetable = & importlib_util_toplevel_consts_24_consts_2_linetable.ob_base.ob_base,
140298     ._co_code = NULL,
140299     ._co_linearray = NULL,
140300     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\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\x06\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x69\x00\x7d\x05\x7c\x04\xa0\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x40\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\x0f\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\xa6\x01\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x05\x7c\x07\x7c\x05\x7c\x06\x3c\x00\x00\x00\x8c\x41\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x43\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x13\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x7c\x02\x9b\x02\x64\x03\x9d\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xa6\x01\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
140301     ._co_firsttraceable = 0,
140302 };
140303 static
140304     struct {
140305         PyASCIIObject _ascii;
140306         uint8_t _data[48];
140307     }
140308 importlib_util_toplevel_consts_24_consts_3_consts_0 = {
140309     ._ascii = {
140310         .ob_base = {
140311             .ob_refcnt = 999999999,
140312             .ob_type = &PyUnicode_Type,
140313         },
140314         .length = 47,
140315         .hash = -1,
140316         .state = {
140317             .kind = 1,
140318             .compact = 1,
140319             .ascii = 1,
140320             .ready = 1,
140321         },
140322     },
140323     ._data = "Trigger the load and then perform the deletion.",
140324 };
140325 static
140326     struct {
140327         PyGC_Head _gc_head;
140328         struct {
140329             PyObject_VAR_HEAD
140330             PyObject *ob_item[2];
140331         }_object;
140332     }
140333 importlib_util_toplevel_consts_24_consts_3_consts = {
140334     ._object = {
140335         .ob_base = {
140336             .ob_base = {
140337                 .ob_refcnt = 999999999,
140338                 .ob_type = &PyTuple_Type,
140339             },
140340             .ob_size = 2,
140341         },
140342         .ob_item = {
140343             & importlib_util_toplevel_consts_24_consts_3_consts_0._ascii.ob_base,
140344             Py_None,
140345         },
140346     },
140347 };
140348 static
140349     struct {
140350         PyASCIIObject _ascii;
140351         uint8_t _data[8];
140352     }
140353 const_str_delattr = {
140354     ._ascii = {
140355         .ob_base = {
140356             .ob_refcnt = 999999999,
140357             .ob_type = &PyUnicode_Type,
140358         },
140359         .length = 7,
140360         .hash = -1,
140361         .state = {
140362             .kind = 1,
140363             .compact = 1,
140364             .ascii = 1,
140365             .ready = 1,
140366         },
140367     },
140368     ._data = "delattr",
140369 };
140370 static
140371     struct {
140372         PyGC_Head _gc_head;
140373         struct {
140374             PyObject_VAR_HEAD
140375             PyObject *ob_item[2];
140376         }_object;
140377     }
140378 importlib_util_toplevel_consts_24_consts_3_names = {
140379     ._object = {
140380         .ob_base = {
140381             .ob_base = {
140382                 .ob_refcnt = 999999999,
140383                 .ob_type = &PyTuple_Type,
140384             },
140385             .ob_size = 2,
140386         },
140387         .ob_item = {
140388             &_Py_ID(__getattribute__),
140389             & const_str_delattr._ascii.ob_base,
140390         },
140391     },
140392 };
140393 static
140394     struct {
140395         PyASCIIObject _ascii;
140396         uint8_t _data[24];
140397     }
140398 importlib_util_toplevel_consts_24_consts_3_qualname = {
140399     ._ascii = {
140400         .ob_base = {
140401             .ob_refcnt = 999999999,
140402             .ob_type = &PyUnicode_Type,
140403         },
140404         .length = 23,
140405         .hash = -1,
140406         .state = {
140407             .kind = 1,
140408             .compact = 1,
140409             .ascii = 1,
140410             .ready = 1,
140411         },
140412     },
140413     ._data = "_LazyModule.__delattr__",
140414 };
140415 static
140416     struct {
140417         PyObject_VAR_HEAD
140418         Py_hash_t ob_shash;
140419         char ob_sval[47];
140420     }
140421 importlib_util_toplevel_consts_24_consts_3_linetable = {
140422     .ob_base = {
140423         .ob_base = {
140424             .ob_refcnt = 999999999,
140425             .ob_type = &PyBytes_Type,
140426         },
140427         .ob_size = 46,
140428     },
140429     .ob_shash = -1,
140430     .ob_sval = "\x80\x00\xf0\x08\x00\x09\x0d\xd7\x08\x1d\xd2\x08\x1d\x98\x64\xd1\x08\x23\xd4\x08\x23\xd0\x08\x23\xdd\x08\x0f\x90\x04\x90\x64\xd1\x08\x1b\xd4\x08\x1b\xd0\x08\x1b\xd0\x08\x1b\xd0\x08\x1b",
140431 };
140432 static
140433     struct {
140434         PyGC_Head _gc_head;
140435         struct {
140436             PyObject_VAR_HEAD
140437             PyObject *ob_item[2];
140438         }_object;
140439     }
140440 importlib_util_toplevel_consts_24_consts_3_localsplusnames = {
140441     ._object = {
140442         .ob_base = {
140443             .ob_base = {
140444                 .ob_refcnt = 999999999,
140445                 .ob_type = &PyTuple_Type,
140446             },
140447             .ob_size = 2,
140448         },
140449         .ob_item = {
140450             & const_str_self._ascii.ob_base,
140451             & const_str_attr._ascii.ob_base,
140452         },
140453     },
140454 };
140455 static
140456     struct _PyCode_DEF(80)
140457 importlib_util_toplevel_consts_24_consts_3 = {
140458     .ob_base = {
140459         .ob_base = {
140460             .ob_refcnt = 999999999,
140461             .ob_type = &PyCode_Type,
140462         },
140463         .ob_size = 40,
140464     },
140465     .co_consts = & importlib_util_toplevel_consts_24_consts_3_consts._object.ob_base.ob_base,
140466     .co_names = & importlib_util_toplevel_consts_24_consts_3_names._object.ob_base.ob_base,
140467     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
140468     .co_flags = 3,
140469     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
140470     ._co_linearray_entry_size = 0,
140471     .co_argcount = 2,
140472     .co_posonlyargcount = 0,
140473     .co_kwonlyargcount = 0,
140474     .co_stacksize = 4,
140475     .co_firstlineno = 260,
140476     .co_nlocalsplus = 2,
140477     .co_nlocals = 2,
140478     .co_nplaincellvars = 0,
140479     .co_ncellvars = 0,
140480     .co_nfreevars = 0,
140481     .co_localsplusnames = & importlib_util_toplevel_consts_24_consts_3_localsplusnames._object.ob_base.ob_base,
140482     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
140483     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
140484     .co_name = &_Py_ID(__delattr__),
140485     .co_qualname = & importlib_util_toplevel_consts_24_consts_3_qualname._ascii.ob_base,
140486     .co_linetable = & importlib_util_toplevel_consts_24_consts_3_linetable.ob_base.ob_base,
140487     ._co_code = NULL,
140488     ._co_linearray = NULL,
140489     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\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\x7c\x00\x7c\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
140490     ._co_firsttraceable = 0,
140491 };
140492 static
140493     struct {
140494         PyGC_Head _gc_head;
140495         struct {
140496             PyObject_VAR_HEAD
140497             PyObject *ob_item[5];
140498         }_object;
140499     }
140500 importlib_util_toplevel_consts_24_consts = {
140501     ._object = {
140502         .ob_base = {
140503             .ob_base = {
140504                 .ob_refcnt = 999999999,
140505                 .ob_type = &PyTuple_Type,
140506             },
140507             .ob_size = 5,
140508         },
140509         .ob_item = {
140510             & const_str__LazyModule._ascii.ob_base,
140511             & importlib_util_toplevel_consts_24_consts_1._ascii.ob_base,
140512             & importlib_util_toplevel_consts_24_consts_2.ob_base.ob_base,
140513             & importlib_util_toplevel_consts_24_consts_3.ob_base.ob_base,
140514             Py_None,
140515         },
140516     },
140517 };
140518 static
140519     struct {
140520         PyGC_Head _gc_head;
140521         struct {
140522             PyObject_VAR_HEAD
140523             PyObject *ob_item[6];
140524         }_object;
140525     }
140526 importlib_util_toplevel_consts_24_names = {
140527     ._object = {
140528         .ob_base = {
140529             .ob_base = {
140530                 .ob_refcnt = 999999999,
140531                 .ob_type = &PyTuple_Type,
140532             },
140533             .ob_size = 6,
140534         },
140535         .ob_item = {
140536             &_Py_ID(__name__),
140537             &_Py_ID(__module__),
140538             &_Py_ID(__qualname__),
140539             &_Py_ID(__doc__),
140540             &_Py_ID(__getattribute__),
140541             &_Py_ID(__delattr__),
140542         },
140543     },
140544 };
140545 static
140546     struct {
140547         PyObject_VAR_HEAD
140548         Py_hash_t ob_shash;
140549         char ob_sval[58];
140550     }
140551 importlib_util_toplevel_consts_24_linetable = {
140552     .ob_base = {
140553         .ob_base = {
140554             .ob_refcnt = 999999999,
140555             .ob_type = &PyBytes_Type,
140556         },
140557         .ob_size = 57,
140558     },
140559     .ob_shash = -1,
140560     .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",
140561 };
140562 static
140563     struct _PyCode_DEF(30)
140564 importlib_util_toplevel_consts_24 = {
140565     .ob_base = {
140566         .ob_base = {
140567             .ob_refcnt = 999999999,
140568             .ob_type = &PyCode_Type,
140569         },
140570         .ob_size = 15,
140571     },
140572     .co_consts = & importlib_util_toplevel_consts_24_consts._object.ob_base.ob_base,
140573     .co_names = & importlib_util_toplevel_consts_24_names._object.ob_base.ob_base,
140574     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
140575     .co_flags = 0,
140576     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
140577     ._co_linearray_entry_size = 0,
140578     .co_argcount = 0,
140579     .co_posonlyargcount = 0,
140580     .co_kwonlyargcount = 0,
140581     .co_stacksize = 1,
140582     .co_firstlineno = 222,
140583     .co_nlocalsplus = 0,
140584     .co_nlocals = 0,
140585     .co_nplaincellvars = 0,
140586     .co_ncellvars = 0,
140587     .co_nfreevars = 0,
140588     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
140589     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
140590     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
140591     .co_name = & const_str__LazyModule._ascii.ob_base,
140592     .co_qualname = & const_str__LazyModule._ascii.ob_base,
140593     .co_linetable = & importlib_util_toplevel_consts_24_linetable.ob_base.ob_base,
140594     ._co_code = NULL,
140595     ._co_linearray = NULL,
140596     .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",
140597     ._co_firsttraceable = 0,
140598 };
140599 static
140600     struct {
140601         PyASCIIObject _ascii;
140602         uint8_t _data[11];
140603     }
140604 const_str_LazyLoader = {
140605     ._ascii = {
140606         .ob_base = {
140607             .ob_refcnt = 999999999,
140608             .ob_type = &PyUnicode_Type,
140609         },
140610         .length = 10,
140611         .hash = -1,
140612         .state = {
140613             .kind = 1,
140614             .compact = 1,
140615             .ascii = 1,
140616             .ready = 1,
140617         },
140618     },
140619     ._data = "LazyLoader",
140620 };
140621 static
140622     struct {
140623         PyASCIIObject _ascii;
140624         uint8_t _data[76];
140625     }
140626 importlib_util_toplevel_consts_26_consts_1 = {
140627     ._ascii = {
140628         .ob_base = {
140629             .ob_refcnt = 999999999,
140630             .ob_type = &PyUnicode_Type,
140631         },
140632         .length = 75,
140633         .hash = -1,
140634         .state = {
140635             .kind = 1,
140636             .compact = 1,
140637             .ascii = 1,
140638             .ready = 1,
140639         },
140640     },
140641     ._data = "A loader that creates a module which defers loading until attribute access.",
140642 };
140643 static
140644     struct {
140645         PyASCIIObject _ascii;
140646         uint8_t _data[33];
140647     }
140648 importlib_util_toplevel_consts_26_consts_2_consts_2 = {
140649     ._ascii = {
140650         .ob_base = {
140651             .ob_refcnt = 999999999,
140652             .ob_type = &PyUnicode_Type,
140653         },
140654         .length = 32,
140655         .hash = -1,
140656         .state = {
140657             .kind = 1,
140658             .compact = 1,
140659             .ascii = 1,
140660             .ready = 1,
140661         },
140662     },
140663     ._data = "loader must define exec_module()",
140664 };
140665 static
140666     struct {
140667         PyGC_Head _gc_head;
140668         struct {
140669             PyObject_VAR_HEAD
140670             PyObject *ob_item[3];
140671         }_object;
140672     }
140673 importlib_util_toplevel_consts_26_consts_2_consts = {
140674     ._object = {
140675         .ob_base = {
140676             .ob_base = {
140677                 .ob_refcnt = 999999999,
140678                 .ob_type = &PyTuple_Type,
140679             },
140680             .ob_size = 3,
140681         },
140682         .ob_item = {
140683             Py_None,
140684             & const_str_exec_module._ascii.ob_base,
140685             & importlib_util_toplevel_consts_26_consts_2_consts_2._ascii.ob_base,
140686         },
140687     },
140688 };
140689 static
140690     struct {
140691         PyGC_Head _gc_head;
140692         struct {
140693             PyObject_VAR_HEAD
140694             PyObject *ob_item[2];
140695         }_object;
140696     }
140697 importlib_util_toplevel_consts_26_consts_2_names = {
140698     ._object = {
140699         .ob_base = {
140700             .ob_base = {
140701                 .ob_refcnt = 999999999,
140702                 .ob_type = &PyTuple_Type,
140703             },
140704             .ob_size = 2,
140705         },
140706         .ob_item = {
140707             & const_str_hasattr._ascii.ob_base,
140708             & const_str_TypeError._ascii.ob_base,
140709         },
140710     },
140711 };
140712 static
140713     struct {
140714         PyASCIIObject _ascii;
140715         uint8_t _data[21];
140716     }
140717 const_str___check_eager_loader = {
140718     ._ascii = {
140719         .ob_base = {
140720             .ob_refcnt = 999999999,
140721             .ob_type = &PyUnicode_Type,
140722         },
140723         .length = 20,
140724         .hash = -1,
140725         .state = {
140726             .kind = 1,
140727             .compact = 1,
140728             .ascii = 1,
140729             .ready = 1,
140730         },
140731     },
140732     ._data = "__check_eager_loader",
140733 };
140734 static
140735     struct {
140736         PyASCIIObject _ascii;
140737         uint8_t _data[32];
140738     }
140739 importlib_util_toplevel_consts_26_consts_2_qualname = {
140740     ._ascii = {
140741         .ob_base = {
140742             .ob_refcnt = 999999999,
140743             .ob_type = &PyUnicode_Type,
140744         },
140745         .length = 31,
140746         .hash = -1,
140747         .state = {
140748             .kind = 1,
140749             .compact = 1,
140750             .ascii = 1,
140751             .ready = 1,
140752         },
140753     },
140754     ._data = "LazyLoader.__check_eager_loader",
140755 };
140756 static
140757     struct {
140758         PyObject_VAR_HEAD
140759         Py_hash_t ob_shash;
140760         char ob_sval[49];
140761     }
140762 importlib_util_toplevel_consts_26_consts_2_linetable = {
140763     .ob_base = {
140764         .ob_base = {
140765             .ob_refcnt = 999999999,
140766             .ob_type = &PyBytes_Type,
140767         },
140768         .ob_size = 48,
140769     },
140770     .ob_shash = -1,
140771     .ob_sval = "\x80\x00\xe5\x0f\x16\x90\x76\x98\x7d\xd1\x0f\x2d\xd4\x0f\x2d\xf0\x00\x01\x09\x40\x01\xdd\x12\x1b\xd0\x1c\x3e\xd1\x12\x3f\xd4\x12\x3f\xd0\x0c\x3f\xf0\x03\x01\x09\x40\x01\xf0\x00\x01\x09\x40\x01",
140772 };
140773 static
140774     struct _PyCode_DEF(68)
140775 importlib_util_toplevel_consts_26_consts_2 = {
140776     .ob_base = {
140777         .ob_base = {
140778             .ob_refcnt = 999999999,
140779             .ob_type = &PyCode_Type,
140780         },
140781         .ob_size = 34,
140782     },
140783     .co_consts = & importlib_util_toplevel_consts_26_consts_2_consts._object.ob_base.ob_base,
140784     .co_names = & importlib_util_toplevel_consts_26_consts_2_names._object.ob_base.ob_base,
140785     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
140786     .co_flags = 3,
140787     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
140788     ._co_linearray_entry_size = 0,
140789     .co_argcount = 1,
140790     .co_posonlyargcount = 0,
140791     .co_kwonlyargcount = 0,
140792     .co_stacksize = 4,
140793     .co_firstlineno = 272,
140794     .co_nlocalsplus = 1,
140795     .co_nlocals = 1,
140796     .co_nplaincellvars = 0,
140797     .co_ncellvars = 0,
140798     .co_nfreevars = 0,
140799     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_26_consts_4._object.ob_base.ob_base,
140800     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
140801     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
140802     .co_name = & const_str___check_eager_loader._ascii.ob_base,
140803     .co_qualname = & importlib_util_toplevel_consts_26_consts_2_qualname._ascii.ob_base,
140804     .co_linetable = & importlib_util_toplevel_consts_26_consts_2_linetable.ob_base.ob_base,
140805     ._co_code = NULL,
140806     ._co_linearray = NULL,
140807     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x0f\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x00\x53\x00",
140808     ._co_firsttraceable = 0,
140809 };
140810 static
140811     struct {
140812         PyASCIIObject _ascii;
140813         uint8_t _data[63];
140814     }
140815 importlib_util_toplevel_consts_26_consts_3_consts_0 = {
140816     ._ascii = {
140817         .ob_base = {
140818             .ob_refcnt = 999999999,
140819             .ob_type = &PyUnicode_Type,
140820         },
140821         .length = 62,
140822         .hash = -1,
140823         .state = {
140824             .kind = 1,
140825             .compact = 1,
140826             .ascii = 1,
140827             .ready = 1,
140828         },
140829     },
140830     ._data = "Construct a callable which returns the eager loader made lazy.",
140831 };
140832 static
140833     struct {
140834         PyASCIIObject _ascii;
140835         uint8_t _data[37];
140836     }
140837 importlib_util_toplevel_consts_26_consts_3_consts_1_qualname = {
140838     ._ascii = {
140839         .ob_base = {
140840             .ob_refcnt = 999999999,
140841             .ob_type = &PyUnicode_Type,
140842         },
140843         .length = 36,
140844         .hash = -1,
140845         .state = {
140846             .kind = 1,
140847             .compact = 1,
140848             .ascii = 1,
140849             .ready = 1,
140850         },
140851     },
140852     ._data = "LazyLoader.factory.<locals>.<lambda>",
140853 };
140854 static
140855     struct {
140856         PyObject_VAR_HEAD
140857         Py_hash_t ob_shash;
140858         char ob_sval[33];
140859     }
140860 importlib_util_toplevel_consts_26_consts_3_consts_1_linetable = {
140861     .ob_base = {
140862         .ob_base = {
140863             .ob_refcnt = 999999999,
140864             .ob_type = &PyBytes_Type,
140865         },
140866         .ob_size = 32,
140867     },
140868     .ob_shash = -1,
140869     .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\xd1\x27\x43\xd4\x27\x43\x80\x00",
140870 };
140871 static
140872     struct {
140873         PyGC_Head _gc_head;
140874         struct {
140875             PyObject_VAR_HEAD
140876             PyObject *ob_item[4];
140877         }_object;
140878     }
140879 importlib_util_toplevel_consts_26_consts_3_consts_1_localsplusnames = {
140880     ._object = {
140881         .ob_base = {
140882             .ob_base = {
140883                 .ob_refcnt = 999999999,
140884                 .ob_type = &PyTuple_Type,
140885             },
140886             .ob_size = 4,
140887         },
140888         .ob_item = {
140889             & const_str_args._ascii.ob_base,
140890             & const_str_kwargs._ascii.ob_base,
140891             & const_str_cls._ascii.ob_base,
140892             & const_str_loader._ascii.ob_base,
140893         },
140894     },
140895 };
140896 static
140897     struct _PyCode_DEF(38)
140898 importlib_util_toplevel_consts_26_consts_3_consts_1 = {
140899     .ob_base = {
140900         .ob_base = {
140901             .ob_refcnt = 999999999,
140902             .ob_type = &PyCode_Type,
140903         },
140904         .ob_size = 19,
140905     },
140906     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
140907     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
140908     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
140909     .co_flags = 31,
140910     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
140911     ._co_linearray_entry_size = 0,
140912     .co_argcount = 0,
140913     .co_posonlyargcount = 0,
140914     .co_kwonlyargcount = 0,
140915     .co_stacksize = 7,
140916     .co_firstlineno = 281,
140917     .co_nlocalsplus = 4,
140918     .co_nlocals = 2,
140919     .co_nplaincellvars = 0,
140920     .co_ncellvars = 0,
140921     .co_nfreevars = 2,
140922     .co_localsplusnames = & importlib_util_toplevel_consts_26_consts_3_consts_1_localsplusnames._object.ob_base.ob_base,
140923     .co_localspluskinds = & ntpath_toplevel_consts_45_consts_9_localspluskinds.ob_base.ob_base,
140924     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
140925     .co_name = &_Py_STR(anon_lambda),
140926     .co_qualname = & importlib_util_toplevel_consts_26_consts_3_consts_1_qualname._ascii.ob_base,
140927     .co_linetable = & importlib_util_toplevel_consts_26_consts_3_consts_1_linetable.ob_base.ob_base,
140928     ._co_code = NULL,
140929     ._co_linearray = NULL,
140930     .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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
140931     ._co_firsttraceable = 1,
140932 };
140933 static
140934     struct {
140935         PyGC_Head _gc_head;
140936         struct {
140937             PyObject_VAR_HEAD
140938             PyObject *ob_item[2];
140939         }_object;
140940     }
140941 importlib_util_toplevel_consts_26_consts_3_consts = {
140942     ._object = {
140943         .ob_base = {
140944             .ob_base = {
140945                 .ob_refcnt = 999999999,
140946                 .ob_type = &PyTuple_Type,
140947             },
140948             .ob_size = 2,
140949         },
140950         .ob_item = {
140951             & importlib_util_toplevel_consts_26_consts_3_consts_0._ascii.ob_base,
140952             & importlib_util_toplevel_consts_26_consts_3_consts_1.ob_base.ob_base,
140953         },
140954     },
140955 };
140956 static
140957     struct {
140958         PyASCIIObject _ascii;
140959         uint8_t _data[32];
140960     }
140961 const_str__LazyLoader__check_eager_loader = {
140962     ._ascii = {
140963         .ob_base = {
140964             .ob_refcnt = 999999999,
140965             .ob_type = &PyUnicode_Type,
140966         },
140967         .length = 31,
140968         .hash = -1,
140969         .state = {
140970             .kind = 1,
140971             .compact = 1,
140972             .ascii = 1,
140973             .ready = 1,
140974         },
140975     },
140976     ._data = "_LazyLoader__check_eager_loader",
140977 };
140978 static
140979     struct {
140980         PyGC_Head _gc_head;
140981         struct {
140982             PyObject_VAR_HEAD
140983             PyObject *ob_item[1];
140984         }_object;
140985     }
140986 importlib_util_toplevel_consts_26_consts_3_names = {
140987     ._object = {
140988         .ob_base = {
140989             .ob_base = {
140990                 .ob_refcnt = 999999999,
140991                 .ob_type = &PyTuple_Type,
140992             },
140993             .ob_size = 1,
140994         },
140995         .ob_item = {
140996             & const_str__LazyLoader__check_eager_loader._ascii.ob_base,
140997         },
140998     },
140999 };
141000 static
141001     struct {
141002         PyASCIIObject _ascii;
141003         uint8_t _data[8];
141004     }
141005 const_str_factory = {
141006     ._ascii = {
141007         .ob_base = {
141008             .ob_refcnt = 999999999,
141009             .ob_type = &PyUnicode_Type,
141010         },
141011         .length = 7,
141012         .hash = -1,
141013         .state = {
141014             .kind = 1,
141015             .compact = 1,
141016             .ascii = 1,
141017             .ready = 1,
141018         },
141019     },
141020     ._data = "factory",
141021 };
141022 static
141023     struct {
141024         PyASCIIObject _ascii;
141025         uint8_t _data[19];
141026     }
141027 importlib_util_toplevel_consts_26_consts_3_qualname = {
141028     ._ascii = {
141029         .ob_base = {
141030             .ob_refcnt = 999999999,
141031             .ob_type = &PyUnicode_Type,
141032         },
141033         .length = 18,
141034         .hash = -1,
141035         .state = {
141036             .kind = 1,
141037             .compact = 1,
141038             .ascii = 1,
141039             .ready = 1,
141040         },
141041     },
141042     ._data = "LazyLoader.factory",
141043 };
141044 static
141045     struct {
141046         PyObject_VAR_HEAD
141047         Py_hash_t ob_shash;
141048         char ob_sval[45];
141049     }
141050 importlib_util_toplevel_consts_26_consts_3_linetable = {
141051     .ob_base = {
141052         .ob_base = {
141053             .ob_refcnt = 999999999,
141054             .ob_type = &PyBytes_Type,
141055         },
141056         .ob_size = 44,
141057     },
141058     .ob_shash = -1,
141059     .ob_sval = "\xf8\xf8\x80\x00\xf0\x06\x00\x09\x0c\xd7\x08\x20\xd2\x08\x20\xa0\x16\xd1\x08\x28\xd4\x08\x28\xd0\x08\x28\xd8\x0f\x43\xd0\x0f\x43\xd0\x0f\x43\xd0\x0f\x43\xd0\x0f\x43\xd0\x08\x43",
141060 };
141061 static
141062     struct {
141063         PyGC_Head _gc_head;
141064         struct {
141065             PyObject_VAR_HEAD
141066             PyObject *ob_item[2];
141067         }_object;
141068     }
141069 importlib_util_toplevel_consts_26_consts_3_localsplusnames = {
141070     ._object = {
141071         .ob_base = {
141072             .ob_base = {
141073                 .ob_refcnt = 999999999,
141074                 .ob_type = &PyTuple_Type,
141075             },
141076             .ob_size = 2,
141077         },
141078         .ob_item = {
141079             & const_str_cls._ascii.ob_base,
141080             & const_str_loader._ascii.ob_base,
141081         },
141082     },
141083 };
141084 static
141085     struct {
141086         PyObject_VAR_HEAD
141087         Py_hash_t ob_shash;
141088         char ob_sval[3];
141089     }
141090 importlib_util_toplevel_consts_26_consts_3_localspluskinds = {
141091     .ob_base = {
141092         .ob_base = {
141093             .ob_refcnt = 999999999,
141094             .ob_type = &PyBytes_Type,
141095         },
141096         .ob_size = 2,
141097     },
141098     .ob_shash = -1,
141099     .ob_sval = "``",
141100 };
141101 static
141102     struct _PyCode_DEF(60)
141103 importlib_util_toplevel_consts_26_consts_3 = {
141104     .ob_base = {
141105         .ob_base = {
141106             .ob_refcnt = 999999999,
141107             .ob_type = &PyCode_Type,
141108         },
141109         .ob_size = 30,
141110     },
141111     .co_consts = & importlib_util_toplevel_consts_26_consts_3_consts._object.ob_base.ob_base,
141112     .co_names = & importlib_util_toplevel_consts_26_consts_3_names._object.ob_base.ob_base,
141113     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
141114     .co_flags = 3,
141115     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
141116     ._co_linearray_entry_size = 0,
141117     .co_argcount = 2,
141118     .co_posonlyargcount = 0,
141119     .co_kwonlyargcount = 0,
141120     .co_stacksize = 3,
141121     .co_firstlineno = 277,
141122     .co_nlocalsplus = 2,
141123     .co_nlocals = 2,
141124     .co_nplaincellvars = 0,
141125     .co_ncellvars = 2,
141126     .co_nfreevars = 0,
141127     .co_localsplusnames = & importlib_util_toplevel_consts_26_consts_3_localsplusnames._object.ob_base.ob_base,
141128     .co_localspluskinds = & importlib_util_toplevel_consts_26_consts_3_localspluskinds.ob_base.ob_base,
141129     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
141130     .co_name = & const_str_factory._ascii.ob_base,
141131     .co_qualname = & importlib_util_toplevel_consts_26_consts_3_qualname._ascii.ob_base,
141132     .co_linetable = & importlib_util_toplevel_consts_26_consts_3_linetable.ob_base.ob_base,
141133     ._co_code = NULL,
141134     ._co_linearray = NULL,
141135     .co_code_adaptive = "\x87\x00\x87\x01\x97\x00\x89\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x88\x00\x88\x01\x66\x02\x64\x01\x84\x08\x53\x00",
141136     ._co_firsttraceable = 2,
141137 };
141138 static
141139     struct {
141140         PyGC_Head _gc_head;
141141         struct {
141142             PyObject_VAR_HEAD
141143             PyObject *ob_item[2];
141144         }_object;
141145     }
141146 importlib_util_toplevel_consts_26_consts_4_names = {
141147     ._object = {
141148         .ob_base = {
141149             .ob_base = {
141150                 .ob_refcnt = 999999999,
141151                 .ob_type = &PyTuple_Type,
141152             },
141153             .ob_size = 2,
141154         },
141155         .ob_item = {
141156             & const_str__LazyLoader__check_eager_loader._ascii.ob_base,
141157             & const_str_loader._ascii.ob_base,
141158         },
141159     },
141160 };
141161 static
141162     struct {
141163         PyASCIIObject _ascii;
141164         uint8_t _data[20];
141165     }
141166 importlib_util_toplevel_consts_26_consts_4_qualname = {
141167     ._ascii = {
141168         .ob_base = {
141169             .ob_refcnt = 999999999,
141170             .ob_type = &PyUnicode_Type,
141171         },
141172         .length = 19,
141173         .hash = -1,
141174         .state = {
141175             .kind = 1,
141176             .compact = 1,
141177             .ascii = 1,
141178             .ready = 1,
141179         },
141180     },
141181     ._data = "LazyLoader.__init__",
141182 };
141183 static
141184     struct {
141185         PyObject_VAR_HEAD
141186         Py_hash_t ob_shash;
141187         char ob_sval[34];
141188     }
141189 importlib_util_toplevel_consts_26_consts_4_linetable = {
141190     .ob_base = {
141191         .ob_base = {
141192             .ob_refcnt = 999999999,
141193             .ob_type = &PyBytes_Type,
141194         },
141195         .ob_size = 33,
141196     },
141197     .ob_shash = -1,
141198     .ob_sval = "\x80\x00\xd8\x08\x0c\xd7\x08\x21\xd2\x08\x21\xa0\x26\xd1\x08\x29\xd4\x08\x29\xd0\x08\x29\xd8\x16\x1c\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
141199 };
141200 static
141201     struct {
141202         PyGC_Head _gc_head;
141203         struct {
141204             PyObject_VAR_HEAD
141205             PyObject *ob_item[2];
141206         }_object;
141207     }
141208 importlib_util_toplevel_consts_26_consts_4_localsplusnames = {
141209     ._object = {
141210         .ob_base = {
141211             .ob_base = {
141212                 .ob_refcnt = 999999999,
141213                 .ob_type = &PyTuple_Type,
141214             },
141215             .ob_size = 2,
141216         },
141217         .ob_item = {
141218             & const_str_self._ascii.ob_base,
141219             & const_str_loader._ascii.ob_base,
141220         },
141221     },
141222 };
141223 static
141224     struct _PyCode_DEF(62)
141225 importlib_util_toplevel_consts_26_consts_4 = {
141226     .ob_base = {
141227         .ob_base = {
141228             .ob_refcnt = 999999999,
141229             .ob_type = &PyCode_Type,
141230         },
141231         .ob_size = 31,
141232     },
141233     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
141234     .co_names = & importlib_util_toplevel_consts_26_consts_4_names._object.ob_base.ob_base,
141235     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
141236     .co_flags = 3,
141237     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
141238     ._co_linearray_entry_size = 0,
141239     .co_argcount = 2,
141240     .co_posonlyargcount = 0,
141241     .co_kwonlyargcount = 0,
141242     .co_stacksize = 3,
141243     .co_firstlineno = 283,
141244     .co_nlocalsplus = 2,
141245     .co_nlocals = 2,
141246     .co_nplaincellvars = 0,
141247     .co_ncellvars = 0,
141248     .co_nfreevars = 0,
141249     .co_localsplusnames = & importlib_util_toplevel_consts_26_consts_4_localsplusnames._object.ob_base.ob_base,
141250     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
141251     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
141252     .co_name = &_Py_ID(__init__),
141253     .co_qualname = & importlib_util_toplevel_consts_26_consts_4_qualname._ascii.ob_base,
141254     .co_linetable = & importlib_util_toplevel_consts_26_consts_4_linetable.ob_base.ob_base,
141255     ._co_code = NULL,
141256     ._co_linearray = NULL,
141257     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\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",
141258     ._co_firsttraceable = 0,
141259 };
141260 static
141261     struct {
141262         PyGC_Head _gc_head;
141263         struct {
141264             PyObject_VAR_HEAD
141265             PyObject *ob_item[2];
141266         }_object;
141267     }
141268 importlib_util_toplevel_consts_26_consts_5_names = {
141269     ._object = {
141270         .ob_base = {
141271             .ob_base = {
141272                 .ob_refcnt = 999999999,
141273                 .ob_type = &PyTuple_Type,
141274             },
141275             .ob_size = 2,
141276         },
141277         .ob_item = {
141278             & const_str_loader._ascii.ob_base,
141279             & const_str_create_module._ascii.ob_base,
141280         },
141281     },
141282 };
141283 static
141284     struct {
141285         PyASCIIObject _ascii;
141286         uint8_t _data[25];
141287     }
141288 importlib_util_toplevel_consts_26_consts_5_qualname = {
141289     ._ascii = {
141290         .ob_base = {
141291             .ob_refcnt = 999999999,
141292             .ob_type = &PyUnicode_Type,
141293         },
141294         .length = 24,
141295         .hash = -1,
141296         .state = {
141297             .kind = 1,
141298             .compact = 1,
141299             .ascii = 1,
141300             .ready = 1,
141301         },
141302     },
141303     ._data = "LazyLoader.create_module",
141304 };
141305 static
141306     struct {
141307         PyObject_VAR_HEAD
141308         Py_hash_t ob_shash;
141309         char ob_sval[25];
141310     }
141311 importlib_util_toplevel_consts_26_consts_5_linetable = {
141312     .ob_base = {
141313         .ob_base = {
141314             .ob_refcnt = 999999999,
141315             .ob_type = &PyBytes_Type,
141316         },
141317         .ob_size = 24,
141318     },
141319     .ob_shash = -1,
141320     .ob_sval = "\x80\x00\xd8\x0f\x13\x8c\x7b\xd7\x0f\x28\xd2\x0f\x28\xa8\x14\xd1\x0f\x2e\xd4\x0f\x2e\xd0\x08\x2e",
141321 };
141322 static
141323     struct _PyCode_DEF(54)
141324 importlib_util_toplevel_consts_26_consts_5 = {
141325     .ob_base = {
141326         .ob_base = {
141327             .ob_refcnt = 999999999,
141328             .ob_type = &PyCode_Type,
141329         },
141330         .ob_size = 27,
141331     },
141332     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
141333     .co_names = & importlib_util_toplevel_consts_26_consts_5_names._object.ob_base.ob_base,
141334     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
141335     .co_flags = 3,
141336     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
141337     ._co_linearray_entry_size = 0,
141338     .co_argcount = 2,
141339     .co_posonlyargcount = 0,
141340     .co_kwonlyargcount = 0,
141341     .co_stacksize = 3,
141342     .co_firstlineno = 287,
141343     .co_nlocalsplus = 2,
141344     .co_nlocals = 2,
141345     .co_nplaincellvars = 0,
141346     .co_ncellvars = 0,
141347     .co_nfreevars = 0,
141348     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_3_localsplusnames._object.ob_base.ob_base,
141349     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
141350     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
141351     .co_name = & const_str_create_module._ascii.ob_base,
141352     .co_qualname = & importlib_util_toplevel_consts_26_consts_5_qualname._ascii.ob_base,
141353     .co_linetable = & importlib_util_toplevel_consts_26_consts_5_linetable.ob_base.ob_base,
141354     ._co_code = NULL,
141355     ._co_linearray = NULL,
141356     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
141357     ._co_firsttraceable = 0,
141358 };
141359 static
141360     struct {
141361         PyASCIIObject _ascii;
141362         uint8_t _data[29];
141363     }
141364 importlib_util_toplevel_consts_26_consts_6_consts_0 = {
141365     ._ascii = {
141366         .ob_base = {
141367             .ob_refcnt = 999999999,
141368             .ob_type = &PyUnicode_Type,
141369         },
141370         .length = 28,
141371         .hash = -1,
141372         .state = {
141373             .kind = 1,
141374             .compact = 1,
141375             .ascii = 1,
141376             .ready = 1,
141377         },
141378     },
141379     ._data = "Make the module load lazily.",
141380 };
141381 static
141382     struct {
141383         PyGC_Head _gc_head;
141384         struct {
141385             PyObject_VAR_HEAD
141386             PyObject *ob_item[4];
141387         }_object;
141388     }
141389 importlib_util_toplevel_consts_26_consts_6_consts = {
141390     ._object = {
141391         .ob_base = {
141392             .ob_base = {
141393                 .ob_refcnt = 999999999,
141394                 .ob_type = &PyTuple_Type,
141395             },
141396             .ob_size = 4,
141397         },
141398         .ob_item = {
141399             & importlib_util_toplevel_consts_26_consts_6_consts_0._ascii.ob_base,
141400             &_Py_ID(__dict__),
141401             &_Py_ID(__class__),
141402             Py_None,
141403         },
141404     },
141405 };
141406 static
141407     struct {
141408         PyGC_Head _gc_head;
141409         struct {
141410             PyObject_VAR_HEAD
141411             PyObject *ob_item[8];
141412         }_object;
141413     }
141414 importlib_util_toplevel_consts_26_consts_6_names = {
141415     ._object = {
141416         .ob_base = {
141417             .ob_base = {
141418                 .ob_refcnt = 999999999,
141419                 .ob_type = &PyTuple_Type,
141420             },
141421             .ob_size = 8,
141422         },
141423         .ob_item = {
141424             & const_str_loader._ascii.ob_base,
141425             &_Py_ID(__spec__),
141426             &_Py_ID(__loader__),
141427             &_Py_ID(__dict__),
141428             &_Py_ID(copy),
141429             &_Py_ID(__class__),
141430             & const_str_loader_state._ascii.ob_base,
141431             & const_str__LazyModule._ascii.ob_base,
141432         },
141433     },
141434 };
141435 static
141436     struct {
141437         PyASCIIObject _ascii;
141438         uint8_t _data[23];
141439     }
141440 importlib_util_toplevel_consts_26_consts_6_qualname = {
141441     ._ascii = {
141442         .ob_base = {
141443             .ob_refcnt = 999999999,
141444             .ob_type = &PyUnicode_Type,
141445         },
141446         .length = 22,
141447         .hash = -1,
141448         .state = {
141449             .kind = 1,
141450             .compact = 1,
141451             .ascii = 1,
141452             .ready = 1,
141453         },
141454     },
141455     ._data = "LazyLoader.exec_module",
141456 };
141457 static
141458     struct {
141459         PyObject_VAR_HEAD
141460         Py_hash_t ob_shash;
141461         char ob_sval[93];
141462     }
141463 importlib_util_toplevel_consts_26_consts_6_linetable = {
141464     .ob_base = {
141465         .ob_base = {
141466             .ob_refcnt = 999999999,
141467             .ob_type = &PyBytes_Type,
141468         },
141469         .ob_size = 92,
141470     },
141471     .ob_shash = -1,
141472     .ob_sval = "\x80\x00\xe0\x21\x25\xa4\x1b\x88\x06\x8c\x0f\xd4\x08\x1e\xd8\x1c\x20\x9c\x4b\x88\x06\xd4\x08\x19\xf0\x0a\x00\x18\x1a\x88\x0c\xd8\x23\x29\xa4\x3f\xd7\x23\x37\xd2\x23\x37\xd1\x23\x39\xd4\x23\x39\x88\x0c\x90\x5a\xd1\x08\x20\xd8\x24\x2a\xd4\x24\x34\x88\x0c\x90\x5b\xd1\x08\x21\xd8\x27\x33\x88\x06\x8c\x0f\xd4\x08\x24\xdd\x1b\x26\x88\x06\xd4\x08\x18\xd0\x08\x18\xd0\x08\x18",
141473 };
141474 static
141475     struct {
141476         PyGC_Head _gc_head;
141477         struct {
141478             PyObject_VAR_HEAD
141479             PyObject *ob_item[3];
141480         }_object;
141481     }
141482 importlib_util_toplevel_consts_26_consts_6_localsplusnames = {
141483     ._object = {
141484         .ob_base = {
141485             .ob_base = {
141486                 .ob_refcnt = 999999999,
141487                 .ob_type = &PyTuple_Type,
141488             },
141489             .ob_size = 3,
141490         },
141491         .ob_item = {
141492             & const_str_self._ascii.ob_base,
141493             & const_str_module._ascii.ob_base,
141494             & const_str_loader_state._ascii.ob_base,
141495         },
141496     },
141497 };
141498 static
141499     struct _PyCode_DEF(192)
141500 importlib_util_toplevel_consts_26_consts_6 = {
141501     .ob_base = {
141502         .ob_base = {
141503             .ob_refcnt = 999999999,
141504             .ob_type = &PyCode_Type,
141505         },
141506         .ob_size = 96,
141507     },
141508     .co_consts = & importlib_util_toplevel_consts_26_consts_6_consts._object.ob_base.ob_base,
141509     .co_names = & importlib_util_toplevel_consts_26_consts_6_names._object.ob_base.ob_base,
141510     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
141511     .co_flags = 3,
141512     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
141513     ._co_linearray_entry_size = 0,
141514     .co_argcount = 2,
141515     .co_posonlyargcount = 0,
141516     .co_kwonlyargcount = 0,
141517     .co_stacksize = 3,
141518     .co_firstlineno = 290,
141519     .co_nlocalsplus = 3,
141520     .co_nlocals = 3,
141521     .co_nplaincellvars = 0,
141522     .co_ncellvars = 0,
141523     .co_nfreevars = 0,
141524     .co_localsplusnames = & importlib_util_toplevel_consts_26_consts_6_localsplusnames._object.ob_base.ob_base,
141525     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
141526     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
141527     .co_name = & const_str_exec_module._ascii.ob_base,
141528     .co_qualname = & importlib_util_toplevel_consts_26_consts_6_qualname._ascii.ob_base,
141529     .co_linetable = & importlib_util_toplevel_consts_26_consts_6_linetable.ob_base.ob_base,
141530     ._co_code = NULL,
141531     ._co_linearray = NULL,
141532     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x01\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\x7c\x01\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x69\x00\x7d\x02\x7c\x01\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x01\x3c\x00\x00\x00\x7c\x01\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x02\x3c\x00\x00\x00\x7c\x02\x7c\x01\x6a\x01\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",
141533     ._co_firsttraceable = 0,
141534 };
141535 static
141536     struct {
141537         PyGC_Head _gc_head;
141538         struct {
141539             PyObject_VAR_HEAD
141540             PyObject *ob_item[8];
141541         }_object;
141542     }
141543 importlib_util_toplevel_consts_26_consts = {
141544     ._object = {
141545         .ob_base = {
141546             .ob_base = {
141547                 .ob_refcnt = 999999999,
141548                 .ob_type = &PyTuple_Type,
141549             },
141550             .ob_size = 8,
141551         },
141552         .ob_item = {
141553             & const_str_LazyLoader._ascii.ob_base,
141554             & importlib_util_toplevel_consts_26_consts_1._ascii.ob_base,
141555             & importlib_util_toplevel_consts_26_consts_2.ob_base.ob_base,
141556             & importlib_util_toplevel_consts_26_consts_3.ob_base.ob_base,
141557             & importlib_util_toplevel_consts_26_consts_4.ob_base.ob_base,
141558             & importlib_util_toplevel_consts_26_consts_5.ob_base.ob_base,
141559             & importlib_util_toplevel_consts_26_consts_6.ob_base.ob_base,
141560             Py_None,
141561         },
141562     },
141563 };
141564 static
141565     struct {
141566         PyGC_Head _gc_head;
141567         struct {
141568             PyObject_VAR_HEAD
141569             PyObject *ob_item[11];
141570         }_object;
141571     }
141572 importlib_util_toplevel_consts_26_names = {
141573     ._object = {
141574         .ob_base = {
141575             .ob_base = {
141576                 .ob_refcnt = 999999999,
141577                 .ob_type = &PyTuple_Type,
141578             },
141579             .ob_size = 11,
141580         },
141581         .ob_item = {
141582             &_Py_ID(__name__),
141583             &_Py_ID(__module__),
141584             &_Py_ID(__qualname__),
141585             &_Py_ID(__doc__),
141586             & const_str_staticmethod._ascii.ob_base,
141587             & const_str__LazyLoader__check_eager_loader._ascii.ob_base,
141588             & const_str_classmethod._ascii.ob_base,
141589             & const_str_factory._ascii.ob_base,
141590             &_Py_ID(__init__),
141591             & const_str_create_module._ascii.ob_base,
141592             & const_str_exec_module._ascii.ob_base,
141593         },
141594     },
141595 };
141596 static
141597     struct {
141598         PyObject_VAR_HEAD
141599         Py_hash_t ob_shash;
141600         char ob_sval[130];
141601     }
141602 importlib_util_toplevel_consts_26_linetable = {
141603     .ob_base = {
141604         .ob_base = {
141605             .ob_refcnt = 999999999,
141606             .ob_type = &PyBytes_Type,
141607         },
141608         .ob_size = 129,
141609     },
141610     .ob_shash = -1,
141611     .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\xf1\x03\x00\x06\x12\x84\x5c\xf0\x02\x02\x05\x40\x01\xf0\x08\x00\x06\x11\xf0\x02\x03\x05\x44\x01\xf0\x00\x03\x05\x44\x01\xf1\x03\x00\x06\x11\x84\x5b\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",
141612 };
141613 static
141614     struct _PyCode_DEF(80)
141615 importlib_util_toplevel_consts_26 = {
141616     .ob_base = {
141617         .ob_base = {
141618             .ob_refcnt = 999999999,
141619             .ob_type = &PyCode_Type,
141620         },
141621         .ob_size = 40,
141622     },
141623     .co_consts = & importlib_util_toplevel_consts_26_consts._object.ob_base.ob_base,
141624     .co_names = & importlib_util_toplevel_consts_26_names._object.ob_base.ob_base,
141625     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
141626     .co_flags = 0,
141627     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
141628     ._co_linearray_entry_size = 0,
141629     .co_argcount = 0,
141630     .co_posonlyargcount = 0,
141631     .co_kwonlyargcount = 0,
141632     .co_stacksize = 2,
141633     .co_firstlineno = 268,
141634     .co_nlocalsplus = 0,
141635     .co_nlocals = 0,
141636     .co_nplaincellvars = 0,
141637     .co_ncellvars = 0,
141638     .co_nfreevars = 0,
141639     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
141640     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
141641     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
141642     .co_name = & const_str_LazyLoader._ascii.ob_base,
141643     .co_qualname = & const_str_LazyLoader._ascii.ob_base,
141644     .co_linetable = & importlib_util_toplevel_consts_26_linetable.ob_base.ob_base,
141645     ._co_code = NULL,
141646     ._co_linearray = NULL,
141647     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x06\x64\x03\x84\x00\xa6\x00\x00\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",
141648     ._co_firsttraceable = 0,
141649 };
141650 static
141651     struct {
141652         PyGC_Head _gc_head;
141653         struct {
141654             PyObject_VAR_HEAD
141655             PyObject *ob_item[29];
141656         }_object;
141657     }
141658 importlib_util_toplevel_consts = {
141659     ._object = {
141660         .ob_base = {
141661             .ob_base = {
141662                 .ob_refcnt = 999999999,
141663                 .ob_type = &PyTuple_Type,
141664             },
141665             .ob_size = 29,
141666         },
141667         .ob_item = {
141668             & importlib_util_toplevel_consts_0._ascii.ob_base,
141669             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
141670             & importlib_util_toplevel_consts_2._object.ob_base.ob_base,
141671             & importlib_util_toplevel_consts_3._object.ob_base.ob_base,
141672             & importlib_util_toplevel_consts_4._object.ob_base.ob_base,
141673             & importlib_util_toplevel_consts_5._object.ob_base.ob_base,
141674             & importlib_util_toplevel_consts_6._object.ob_base.ob_base,
141675             & importlib_util_toplevel_consts_7._object.ob_base.ob_base,
141676             & importlib_util_toplevel_consts_8._object.ob_base.ob_base,
141677             & importlib_util_toplevel_consts_9._object.ob_base.ob_base,
141678             & importlib_util_toplevel_consts_10._object.ob_base.ob_base,
141679             & importlib_util_toplevel_consts_11._object.ob_base.ob_base,
141680             & importlib__bootstrap_external_toplevel_consts_73_consts_5_names._object.ob_base.ob_base,
141681             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
141682             & importlib_util_toplevel_consts_14._object.ob_base.ob_base,
141683             Py_None,
141684             & importlib_util_toplevel_consts_16.ob_base.ob_base,
141685             & importlib_util_toplevel_consts_17.ob_base.ob_base,
141686             & importlib_util_toplevel_consts_18.ob_base.ob_base,
141687             & importlib_util_toplevel_consts_19.ob_base.ob_base,
141688             & importlib_util_toplevel_consts_20.ob_base.ob_base,
141689             & importlib_util_toplevel_consts_21.ob_base.ob_base,
141690             & importlib_util_toplevel_consts_22.ob_base.ob_base,
141691             & importlib_util_toplevel_consts_23.ob_base.ob_base,
141692             & importlib_util_toplevel_consts_24.ob_base.ob_base,
141693             & const_str__LazyModule._ascii.ob_base,
141694             & importlib_util_toplevel_consts_26.ob_base.ob_base,
141695             & const_str_LazyLoader._ascii.ob_base,
141696             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
141697         },
141698     },
141699 };
141700 static
141701     struct {
141702         PyASCIIObject _ascii;
141703         uint8_t _data[11];
141704     }
141705 const_str_contextlib = {
141706     ._ascii = {
141707         .ob_base = {
141708             .ob_refcnt = 999999999,
141709             .ob_type = &PyUnicode_Type,
141710         },
141711         .length = 10,
141712         .hash = -1,
141713         .state = {
141714             .kind = 1,
141715             .compact = 1,
141716             .ascii = 1,
141717             .ready = 1,
141718         },
141719     },
141720     ._data = "contextlib",
141721 };
141722 static
141723     struct {
141724         PyGC_Head _gc_head;
141725         struct {
141726             PyObject_VAR_HEAD
141727             PyObject *ob_item[33];
141728         }_object;
141729     }
141730 importlib_util_toplevel_names = {
141731     ._object = {
141732         .ob_base = {
141733             .ob_base = {
141734                 .ob_refcnt = 999999999,
141735                 .ob_type = &PyTuple_Type,
141736             },
141737             .ob_size = 33,
141738         },
141739         .ob_item = {
141740             &_Py_ID(__doc__),
141741             & const_str__abc._ascii.ob_base,
141742             & const_str_Loader._ascii.ob_base,
141743             &_Py_ID(_bootstrap),
141744             & const_str_module_from_spec._ascii.ob_base,
141745             & const_str__resolve_name._ascii.ob_base,
141746             & const_str_spec_from_loader._ascii.ob_base,
141747             & const_str__find_spec._ascii.ob_base,
141748             & const_str__bootstrap_external._ascii.ob_base,
141749             & const_str_MAGIC_NUMBER._ascii.ob_base,
141750             & const_str__RAW_MAGIC_NUMBER._ascii.ob_base,
141751             & const_str_cache_from_source._ascii.ob_base,
141752             & const_str_decode_source._ascii.ob_base,
141753             & const_str_source_from_cache._ascii.ob_base,
141754             & const_str_spec_from_file_location._ascii.ob_base,
141755             & const_str_contextlib._ascii.ob_base,
141756             & const_str_contextmanager._ascii.ob_base,
141757             & const_str__imp._ascii.ob_base,
141758             & const_str_functools._ascii.ob_base,
141759             & const_str_sys._ascii.ob_base,
141760             & const_str_types._ascii.ob_base,
141761             &_Py_ID(warnings),
141762             & const_str_source_hash._ascii.ob_base,
141763             & const_str_resolve_name._ascii.ob_base,
141764             & const_str__find_spec_from_path._ascii.ob_base,
141765             & const_str_find_spec._ascii.ob_base,
141766             & const_str__module_to_load._ascii.ob_base,
141767             & const_str_set_package._ascii.ob_base,
141768             & const_str_set_loader._ascii.ob_base,
141769             & const_str_module_for_loader._ascii.ob_base,
141770             & const_str_ModuleType._ascii.ob_base,
141771             & const_str__LazyModule._ascii.ob_base,
141772             & const_str_LazyLoader._ascii.ob_base,
141773         },
141774     },
141775 };
141776 static
141777     struct {
141778         PyObject_VAR_HEAD
141779         Py_hash_t ob_shash;
141780         char ob_sval[518];
141781     }
141782 importlib_util_toplevel_linetable = {
141783     .ob_base = {
141784         .ob_base = {
141785             .ob_refcnt = 999999999,
141786             .ob_type = &PyBytes_Type,
141787         },
141788         .ob_size = 517,
141789     },
141790     .ob_shash = -1,
141791     .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\x1c\x01\x18\xf0\x00\x1c\x01\x18\xf0\x00\x1c\x01\x18\xf0\x00\x1c\x01\x18\xf0\x3e\x2a\x01\x18\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\xf1\x03\x00\x02\x10\x84\x1e\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\xd4\x12\x22\xf1\x00\x2b\x01\x1c\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\xf1\x00\x22\x01\x27\xf4\x00\x22\x01\x27\xf0\x00\x22\x01\x27\xf0\x00\x22\x01\x27\xf0\x00\x22\x01\x27",
141792 };
141793 static
141794     struct _PyCode_DEF(328)
141795 importlib_util_toplevel = {
141796     .ob_base = {
141797         .ob_base = {
141798             .ob_refcnt = 999999999,
141799             .ob_type = &PyCode_Type,
141800         },
141801         .ob_size = 164,
141802     },
141803     .co_consts = & importlib_util_toplevel_consts._object.ob_base.ob_base,
141804     .co_names = & importlib_util_toplevel_names._object.ob_base.ob_base,
141805     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
141806     .co_flags = 0,
141807     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
141808     ._co_linearray_entry_size = 0,
141809     .co_argcount = 0,
141810     .co_posonlyargcount = 0,
141811     .co_kwonlyargcount = 0,
141812     .co_stacksize = 5,
141813     .co_firstlineno = 1,
141814     .co_nlocalsplus = 0,
141815     .co_nlocals = 0,
141816     .co_nplaincellvars = 0,
141817     .co_ncellvars = 0,
141818     .co_nfreevars = 0,
141819     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
141820     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
141821     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
141822     .co_name = &_Py_STR(anon_module),
141823     .co_qualname = &_Py_STR(anon_module),
141824     .co_linetable = & importlib_util_toplevel_linetable.ob_base.ob_base,
141825     ._co_code = NULL,
141826     ._co_linearray = NULL,
141827     .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\xa6\x00\x00\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\x1e\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x03\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\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x20\x64\x0f\x53\x00",
141828     ._co_firsttraceable = 0,
141829 };
importlib_util_do_patchups(void)141830 static void importlib_util_do_patchups(void) {
141831 }
141832 
141833 PyObject *
_Py_get_importlib_util_toplevel(void)141834 _Py_get_importlib_util_toplevel(void)
141835 {
141836     importlib_util_do_patchups();
141837     return Py_NewRef((PyObject *) &importlib_util_toplevel);
141838 }
141839 
141840 static
141841     struct {
141842         PyASCIIObject _ascii;
141843         uint8_t _data[58];
141844     }
141845 importlib_machinery_toplevel_consts_0 = {
141846     ._ascii = {
141847         .ob_base = {
141848             .ob_refcnt = 999999999,
141849             .ob_type = &PyUnicode_Type,
141850         },
141851         .length = 57,
141852         .hash = -1,
141853         .state = {
141854             .kind = 1,
141855             .compact = 1,
141856             .ascii = 1,
141857             .ready = 1,
141858         },
141859     },
141860     ._data = "The machinery of importlib: finders, loaders, hooks, etc.",
141861 };
141862 static
141863     struct {
141864         PyGC_Head _gc_head;
141865         struct {
141866             PyObject_VAR_HEAD
141867             PyObject *ob_item[1];
141868         }_object;
141869     }
141870 importlib_machinery_toplevel_consts_2 = {
141871     ._object = {
141872         .ob_base = {
141873             .ob_base = {
141874                 .ob_refcnt = 999999999,
141875                 .ob_type = &PyTuple_Type,
141876             },
141877             .ob_size = 1,
141878         },
141879         .ob_item = {
141880             & const_str_ModuleSpec._ascii.ob_base,
141881         },
141882     },
141883 };
141884 static
141885     struct {
141886         PyGC_Head _gc_head;
141887         struct {
141888             PyObject_VAR_HEAD
141889             PyObject *ob_item[1];
141890         }_object;
141891     }
141892 importlib_machinery_toplevel_consts_3 = {
141893     ._object = {
141894         .ob_base = {
141895             .ob_base = {
141896                 .ob_refcnt = 999999999,
141897                 .ob_type = &PyTuple_Type,
141898             },
141899             .ob_size = 1,
141900         },
141901         .ob_item = {
141902             & const_str_BuiltinImporter._ascii.ob_base,
141903         },
141904     },
141905 };
141906 static
141907     struct {
141908         PyGC_Head _gc_head;
141909         struct {
141910             PyObject_VAR_HEAD
141911             PyObject *ob_item[1];
141912         }_object;
141913     }
141914 importlib_machinery_toplevel_consts_4 = {
141915     ._object = {
141916         .ob_base = {
141917             .ob_base = {
141918                 .ob_refcnt = 999999999,
141919                 .ob_type = &PyTuple_Type,
141920             },
141921             .ob_size = 1,
141922         },
141923         .ob_item = {
141924             & const_str_FrozenImporter._ascii.ob_base,
141925         },
141926     },
141927 };
141928 static
141929     struct {
141930         PyGC_Head _gc_head;
141931         struct {
141932             PyObject_VAR_HEAD
141933             PyObject *ob_item[5];
141934         }_object;
141935     }
141936 importlib_machinery_toplevel_consts_5 = {
141937     ._object = {
141938         .ob_base = {
141939             .ob_base = {
141940                 .ob_refcnt = 999999999,
141941                 .ob_type = &PyTuple_Type,
141942             },
141943             .ob_size = 5,
141944         },
141945         .ob_item = {
141946             & const_str_SOURCE_SUFFIXES._ascii.ob_base,
141947             & const_str_DEBUG_BYTECODE_SUFFIXES._ascii.ob_base,
141948             & const_str_OPTIMIZED_BYTECODE_SUFFIXES._ascii.ob_base,
141949             & const_str_BYTECODE_SUFFIXES._ascii.ob_base,
141950             & const_str_EXTENSION_SUFFIXES._ascii.ob_base,
141951         },
141952     },
141953 };
141954 static
141955     struct {
141956         PyGC_Head _gc_head;
141957         struct {
141958             PyObject_VAR_HEAD
141959             PyObject *ob_item[1];
141960         }_object;
141961     }
141962 importlib_machinery_toplevel_consts_6 = {
141963     ._object = {
141964         .ob_base = {
141965             .ob_base = {
141966                 .ob_refcnt = 999999999,
141967                 .ob_type = &PyTuple_Type,
141968             },
141969             .ob_size = 1,
141970         },
141971         .ob_item = {
141972             & const_str_WindowsRegistryFinder._ascii.ob_base,
141973         },
141974     },
141975 };
141976 static
141977     struct {
141978         PyGC_Head _gc_head;
141979         struct {
141980             PyObject_VAR_HEAD
141981             PyObject *ob_item[1];
141982         }_object;
141983     }
141984 importlib_machinery_toplevel_consts_7 = {
141985     ._object = {
141986         .ob_base = {
141987             .ob_base = {
141988                 .ob_refcnt = 999999999,
141989                 .ob_type = &PyTuple_Type,
141990             },
141991             .ob_size = 1,
141992         },
141993         .ob_item = {
141994             & const_str_PathFinder._ascii.ob_base,
141995         },
141996     },
141997 };
141998 static
141999     struct {
142000         PyGC_Head _gc_head;
142001         struct {
142002             PyObject_VAR_HEAD
142003             PyObject *ob_item[1];
142004         }_object;
142005     }
142006 importlib_machinery_toplevel_consts_8 = {
142007     ._object = {
142008         .ob_base = {
142009             .ob_base = {
142010                 .ob_refcnt = 999999999,
142011                 .ob_type = &PyTuple_Type,
142012             },
142013             .ob_size = 1,
142014         },
142015         .ob_item = {
142016             & const_str_FileFinder._ascii.ob_base,
142017         },
142018     },
142019 };
142020 static
142021     struct {
142022         PyGC_Head _gc_head;
142023         struct {
142024             PyObject_VAR_HEAD
142025             PyObject *ob_item[1];
142026         }_object;
142027     }
142028 importlib_machinery_toplevel_consts_9 = {
142029     ._object = {
142030         .ob_base = {
142031             .ob_base = {
142032                 .ob_refcnt = 999999999,
142033                 .ob_type = &PyTuple_Type,
142034             },
142035             .ob_size = 1,
142036         },
142037         .ob_item = {
142038             & const_str_SourceFileLoader._ascii.ob_base,
142039         },
142040     },
142041 };
142042 static
142043     struct {
142044         PyGC_Head _gc_head;
142045         struct {
142046             PyObject_VAR_HEAD
142047             PyObject *ob_item[1];
142048         }_object;
142049     }
142050 importlib_machinery_toplevel_consts_10 = {
142051     ._object = {
142052         .ob_base = {
142053             .ob_base = {
142054                 .ob_refcnt = 999999999,
142055                 .ob_type = &PyTuple_Type,
142056             },
142057             .ob_size = 1,
142058         },
142059         .ob_item = {
142060             & const_str_SourcelessFileLoader._ascii.ob_base,
142061         },
142062     },
142063 };
142064 static
142065     struct {
142066         PyGC_Head _gc_head;
142067         struct {
142068             PyObject_VAR_HEAD
142069             PyObject *ob_item[1];
142070         }_object;
142071     }
142072 importlib_machinery_toplevel_consts_11 = {
142073     ._object = {
142074         .ob_base = {
142075             .ob_base = {
142076                 .ob_refcnt = 999999999,
142077                 .ob_type = &PyTuple_Type,
142078             },
142079             .ob_size = 1,
142080         },
142081         .ob_item = {
142082             & const_str_ExtensionFileLoader._ascii.ob_base,
142083         },
142084     },
142085 };
142086 static
142087     struct {
142088         PyGC_Head _gc_head;
142089         struct {
142090             PyObject_VAR_HEAD
142091             PyObject *ob_item[1];
142092         }_object;
142093     }
142094 importlib_machinery_toplevel_consts_12 = {
142095     ._object = {
142096         .ob_base = {
142097             .ob_base = {
142098                 .ob_refcnt = 999999999,
142099                 .ob_type = &PyTuple_Type,
142100             },
142101             .ob_size = 1,
142102         },
142103         .ob_item = {
142104             & const_str_NamespaceLoader._ascii.ob_base,
142105         },
142106     },
142107 };
142108 static
142109     struct {
142110         PyASCIIObject _ascii;
142111         uint8_t _data[66];
142112     }
142113 importlib_machinery_toplevel_consts_13_consts_0 = {
142114     ._ascii = {
142115         .ob_base = {
142116             .ob_refcnt = 999999999,
142117             .ob_type = &PyUnicode_Type,
142118         },
142119         .length = 65,
142120         .hash = -1,
142121         .state = {
142122             .kind = 1,
142123             .compact = 1,
142124             .ascii = 1,
142125             .ready = 1,
142126         },
142127     },
142128     ._data = "Returns a list of all recognized module suffixes for this process",
142129 };
142130 static
142131     struct {
142132         PyGC_Head _gc_head;
142133         struct {
142134             PyObject_VAR_HEAD
142135             PyObject *ob_item[1];
142136         }_object;
142137     }
142138 importlib_machinery_toplevel_consts_13_consts = {
142139     ._object = {
142140         .ob_base = {
142141             .ob_base = {
142142                 .ob_refcnt = 999999999,
142143                 .ob_type = &PyTuple_Type,
142144             },
142145             .ob_size = 1,
142146         },
142147         .ob_item = {
142148             & importlib_machinery_toplevel_consts_13_consts_0._ascii.ob_base,
142149         },
142150     },
142151 };
142152 static
142153     struct {
142154         PyGC_Head _gc_head;
142155         struct {
142156             PyObject_VAR_HEAD
142157             PyObject *ob_item[3];
142158         }_object;
142159     }
142160 importlib_machinery_toplevel_consts_13_names = {
142161     ._object = {
142162         .ob_base = {
142163             .ob_base = {
142164                 .ob_refcnt = 999999999,
142165                 .ob_type = &PyTuple_Type,
142166             },
142167             .ob_size = 3,
142168         },
142169         .ob_item = {
142170             & const_str_SOURCE_SUFFIXES._ascii.ob_base,
142171             & const_str_BYTECODE_SUFFIXES._ascii.ob_base,
142172             & const_str_EXTENSION_SUFFIXES._ascii.ob_base,
142173         },
142174     },
142175 };
142176 static
142177     struct {
142178         PyASCIIObject _ascii;
142179         uint8_t _data[29];
142180     }
142181 importlib_machinery_toplevel_consts_13_filename = {
142182     ._ascii = {
142183         .ob_base = {
142184             .ob_refcnt = 999999999,
142185             .ob_type = &PyUnicode_Type,
142186         },
142187         .length = 28,
142188         .hash = -1,
142189         .state = {
142190             .kind = 1,
142191             .compact = 1,
142192             .ascii = 1,
142193             .ready = 1,
142194         },
142195     },
142196     ._data = "<frozen importlib.machinery>",
142197 };
142198 static
142199     struct {
142200         PyASCIIObject _ascii;
142201         uint8_t _data[13];
142202     }
142203 const_str_all_suffixes = {
142204     ._ascii = {
142205         .ob_base = {
142206             .ob_refcnt = 999999999,
142207             .ob_type = &PyUnicode_Type,
142208         },
142209         .length = 12,
142210         .hash = -1,
142211         .state = {
142212             .kind = 1,
142213             .compact = 1,
142214             .ascii = 1,
142215             .ready = 1,
142216         },
142217     },
142218     ._data = "all_suffixes",
142219 };
142220 static
142221     struct {
142222         PyObject_VAR_HEAD
142223         Py_hash_t ob_shash;
142224         char ob_sval[21];
142225     }
142226 importlib_machinery_toplevel_consts_13_linetable = {
142227     .ob_base = {
142228         .ob_base = {
142229             .ob_refcnt = 999999999,
142230             .ob_type = &PyBytes_Type,
142231         },
142232         .ob_size = 20,
142233     },
142234     .ob_shash = -1,
142235     .ob_sval = "\x80\x00\xe5\x0b\x1a\xd5\x1d\x2e\xd1\x0b\x2e\xd5\x31\x43\xd1\x0b\x43\xd0\x04\x43",
142236 };
142237 static
142238     struct _PyCode_DEF(48)
142239 importlib_machinery_toplevel_consts_13 = {
142240     .ob_base = {
142241         .ob_base = {
142242             .ob_refcnt = 999999999,
142243             .ob_type = &PyCode_Type,
142244         },
142245         .ob_size = 24,
142246     },
142247     .co_consts = & importlib_machinery_toplevel_consts_13_consts._object.ob_base.ob_base,
142248     .co_names = & importlib_machinery_toplevel_consts_13_names._object.ob_base.ob_base,
142249     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
142250     .co_flags = 3,
142251     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
142252     ._co_linearray_entry_size = 0,
142253     .co_argcount = 0,
142254     .co_posonlyargcount = 0,
142255     .co_kwonlyargcount = 0,
142256     .co_stacksize = 2,
142257     .co_firstlineno = 18,
142258     .co_nlocalsplus = 0,
142259     .co_nlocals = 0,
142260     .co_nplaincellvars = 0,
142261     .co_ncellvars = 0,
142262     .co_nfreevars = 0,
142263     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
142264     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
142265     .co_filename = & importlib_machinery_toplevel_consts_13_filename._ascii.ob_base,
142266     .co_name = & const_str_all_suffixes._ascii.ob_base,
142267     .co_qualname = & const_str_all_suffixes._ascii.ob_base,
142268     .co_linetable = & importlib_machinery_toplevel_consts_13_linetable.ob_base.ob_base,
142269     ._co_code = NULL,
142270     ._co_linearray = NULL,
142271     .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",
142272     ._co_firsttraceable = 0,
142273 };
142274 static
142275     struct {
142276         PyGC_Head _gc_head;
142277         struct {
142278             PyObject_VAR_HEAD
142279             PyObject *ob_item[15];
142280         }_object;
142281     }
142282 importlib_machinery_toplevel_consts = {
142283     ._object = {
142284         .ob_base = {
142285             .ob_base = {
142286                 .ob_refcnt = 999999999,
142287                 .ob_type = &PyTuple_Type,
142288             },
142289             .ob_size = 15,
142290         },
142291         .ob_item = {
142292             & importlib_machinery_toplevel_consts_0._ascii.ob_base,
142293             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
142294             & importlib_machinery_toplevel_consts_2._object.ob_base.ob_base,
142295             & importlib_machinery_toplevel_consts_3._object.ob_base.ob_base,
142296             & importlib_machinery_toplevel_consts_4._object.ob_base.ob_base,
142297             & importlib_machinery_toplevel_consts_5._object.ob_base.ob_base,
142298             & importlib_machinery_toplevel_consts_6._object.ob_base.ob_base,
142299             & importlib_machinery_toplevel_consts_7._object.ob_base.ob_base,
142300             & importlib_machinery_toplevel_consts_8._object.ob_base.ob_base,
142301             & importlib_machinery_toplevel_consts_9._object.ob_base.ob_base,
142302             & importlib_machinery_toplevel_consts_10._object.ob_base.ob_base,
142303             & importlib_machinery_toplevel_consts_11._object.ob_base.ob_base,
142304             & importlib_machinery_toplevel_consts_12._object.ob_base.ob_base,
142305             & importlib_machinery_toplevel_consts_13.ob_base.ob_base,
142306             Py_None,
142307         },
142308     },
142309 };
142310 static
142311     struct {
142312         PyGC_Head _gc_head;
142313         struct {
142314             PyObject_VAR_HEAD
142315             PyObject *ob_item[19];
142316         }_object;
142317     }
142318 importlib_machinery_toplevel_names = {
142319     ._object = {
142320         .ob_base = {
142321             .ob_base = {
142322                 .ob_refcnt = 999999999,
142323                 .ob_type = &PyTuple_Type,
142324             },
142325             .ob_size = 19,
142326         },
142327         .ob_item = {
142328             &_Py_ID(__doc__),
142329             &_Py_ID(_bootstrap),
142330             & const_str_ModuleSpec._ascii.ob_base,
142331             & const_str_BuiltinImporter._ascii.ob_base,
142332             & const_str_FrozenImporter._ascii.ob_base,
142333             & const_str__bootstrap_external._ascii.ob_base,
142334             & const_str_SOURCE_SUFFIXES._ascii.ob_base,
142335             & const_str_DEBUG_BYTECODE_SUFFIXES._ascii.ob_base,
142336             & const_str_OPTIMIZED_BYTECODE_SUFFIXES._ascii.ob_base,
142337             & const_str_BYTECODE_SUFFIXES._ascii.ob_base,
142338             & const_str_EXTENSION_SUFFIXES._ascii.ob_base,
142339             & const_str_WindowsRegistryFinder._ascii.ob_base,
142340             & const_str_PathFinder._ascii.ob_base,
142341             & const_str_FileFinder._ascii.ob_base,
142342             & const_str_SourceFileLoader._ascii.ob_base,
142343             & const_str_SourcelessFileLoader._ascii.ob_base,
142344             & const_str_ExtensionFileLoader._ascii.ob_base,
142345             & const_str_NamespaceLoader._ascii.ob_base,
142346             & const_str_all_suffixes._ascii.ob_base,
142347         },
142348     },
142349 };
142350 static
142351     struct {
142352         PyObject_VAR_HEAD
142353         Py_hash_t ob_shash;
142354         char ob_sval[294];
142355     }
142356 importlib_machinery_toplevel_linetable = {
142357     .ob_base = {
142358         .ob_base = {
142359             .ob_refcnt = 999999999,
142360             .ob_type = &PyBytes_Type,
142361         },
142362         .ob_size = 293,
142363     },
142364     .ob_shash = -1,
142365     .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",
142366 };
142367 static
142368     struct _PyCode_DEF(164)
142369 importlib_machinery_toplevel = {
142370     .ob_base = {
142371         .ob_base = {
142372             .ob_refcnt = 999999999,
142373             .ob_type = &PyCode_Type,
142374         },
142375         .ob_size = 82,
142376     },
142377     .co_consts = & importlib_machinery_toplevel_consts._object.ob_base.ob_base,
142378     .co_names = & importlib_machinery_toplevel_names._object.ob_base.ob_base,
142379     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
142380     .co_flags = 0,
142381     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
142382     ._co_linearray_entry_size = 0,
142383     .co_argcount = 0,
142384     .co_posonlyargcount = 0,
142385     .co_kwonlyargcount = 0,
142386     .co_stacksize = 2,
142387     .co_firstlineno = 1,
142388     .co_nlocalsplus = 0,
142389     .co_nlocals = 0,
142390     .co_nplaincellvars = 0,
142391     .co_ncellvars = 0,
142392     .co_nfreevars = 0,
142393     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
142394     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
142395     .co_filename = & importlib_machinery_toplevel_consts_13_filename._ascii.ob_base,
142396     .co_name = &_Py_STR(anon_module),
142397     .co_qualname = &_Py_STR(anon_module),
142398     .co_linetable = & importlib_machinery_toplevel_linetable.ob_base.ob_base,
142399     ._co_code = NULL,
142400     ._co_linearray = NULL,
142401     .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",
142402     ._co_firsttraceable = 0,
142403 };
importlib_machinery_do_patchups(void)142404 static void importlib_machinery_do_patchups(void) {
142405 }
142406 
142407 PyObject *
_Py_get_importlib_machinery_toplevel(void)142408 _Py_get_importlib_machinery_toplevel(void)
142409 {
142410     importlib_machinery_do_patchups();
142411     return Py_NewRef((PyObject *) &importlib_machinery_toplevel);
142412 }
142413 
142414 static
142415     struct {
142416         PyASCIIObject _ascii;
142417         uint8_t _data[347];
142418     }
142419 runpy_toplevel_consts_0 = {
142420     ._ascii = {
142421         .ob_base = {
142422             .ob_refcnt = 999999999,
142423             .ob_type = &PyUnicode_Type,
142424         },
142425         .length = 346,
142426         .hash = -1,
142427         .state = {
142428             .kind = 1,
142429             .compact = 1,
142430             .ascii = 1,
142431             .ready = 1,
142432         },
142433     },
142434     ._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",
142435 };
142436 static
142437     struct {
142438         PyASCIIObject _ascii;
142439         uint8_t _data[11];
142440     }
142441 const_str_run_module = {
142442     ._ascii = {
142443         .ob_base = {
142444             .ob_refcnt = 999999999,
142445             .ob_type = &PyUnicode_Type,
142446         },
142447         .length = 10,
142448         .hash = -1,
142449         .state = {
142450             .kind = 1,
142451             .compact = 1,
142452             .ascii = 1,
142453             .ready = 1,
142454         },
142455     },
142456     ._data = "run_module",
142457 };
142458 static
142459     struct {
142460         PyASCIIObject _ascii;
142461         uint8_t _data[9];
142462     }
142463 const_str_run_path = {
142464     ._ascii = {
142465         .ob_base = {
142466             .ob_refcnt = 999999999,
142467             .ob_type = &PyUnicode_Type,
142468         },
142469         .length = 8,
142470         .hash = -1,
142471         .state = {
142472             .kind = 1,
142473             .compact = 1,
142474             .ascii = 1,
142475             .ready = 1,
142476         },
142477     },
142478     ._data = "run_path",
142479 };
142480 static
142481     struct {
142482         PyASCIIObject _ascii;
142483         uint8_t _data[12];
142484     }
142485 const_str__TempModule = {
142486     ._ascii = {
142487         .ob_base = {
142488             .ob_refcnt = 999999999,
142489             .ob_type = &PyUnicode_Type,
142490         },
142491         .length = 11,
142492         .hash = -1,
142493         .state = {
142494             .kind = 1,
142495             .compact = 1,
142496             .ascii = 1,
142497             .ready = 1,
142498         },
142499     },
142500     ._data = "_TempModule",
142501 };
142502 static
142503     struct {
142504         PyASCIIObject _ascii;
142505         uint8_t _data[68];
142506     }
142507 runpy_toplevel_consts_5_consts_1 = {
142508     ._ascii = {
142509         .ob_base = {
142510             .ob_refcnt = 999999999,
142511             .ob_type = &PyUnicode_Type,
142512         },
142513         .length = 67,
142514         .hash = -1,
142515         .state = {
142516             .kind = 1,
142517             .compact = 1,
142518             .ascii = 1,
142519             .ready = 1,
142520         },
142521     },
142522     ._data = "Temporarily replace a module in sys.modules with an empty namespace",
142523 };
142524 static
142525     struct {
142526         PyASCIIObject _ascii;
142527         uint8_t _data[9];
142528     }
142529 const_str_mod_name = {
142530     ._ascii = {
142531         .ob_base = {
142532             .ob_refcnt = 999999999,
142533             .ob_type = &PyUnicode_Type,
142534         },
142535         .length = 8,
142536         .hash = -1,
142537         .state = {
142538             .kind = 1,
142539             .compact = 1,
142540             .ascii = 1,
142541             .ready = 1,
142542         },
142543     },
142544     ._data = "mod_name",
142545 };
142546 static
142547     struct {
142548         PyASCIIObject _ascii;
142549         uint8_t _data[14];
142550     }
142551 const_str__saved_module = {
142552     ._ascii = {
142553         .ob_base = {
142554             .ob_refcnt = 999999999,
142555             .ob_type = &PyUnicode_Type,
142556         },
142557         .length = 13,
142558         .hash = -1,
142559         .state = {
142560             .kind = 1,
142561             .compact = 1,
142562             .ascii = 1,
142563             .ready = 1,
142564         },
142565     },
142566     ._data = "_saved_module",
142567 };
142568 static
142569     struct {
142570         PyGC_Head _gc_head;
142571         struct {
142572             PyObject_VAR_HEAD
142573             PyObject *ob_item[4];
142574         }_object;
142575     }
142576 runpy_toplevel_consts_5_consts_2_names = {
142577     ._object = {
142578         .ob_base = {
142579             .ob_base = {
142580                 .ob_refcnt = 999999999,
142581                 .ob_type = &PyTuple_Type,
142582             },
142583             .ob_size = 4,
142584         },
142585         .ob_item = {
142586             & const_str_mod_name._ascii.ob_base,
142587             & const_str_ModuleType._ascii.ob_base,
142588             & const_str_module._ascii.ob_base,
142589             & const_str__saved_module._ascii.ob_base,
142590         },
142591     },
142592 };
142593 static
142594     struct {
142595         PyASCIIObject _ascii;
142596         uint8_t _data[15];
142597     }
142598 runpy_toplevel_consts_5_consts_2_filename = {
142599     ._ascii = {
142600         .ob_base = {
142601             .ob_refcnt = 999999999,
142602             .ob_type = &PyUnicode_Type,
142603         },
142604         .length = 14,
142605         .hash = -1,
142606         .state = {
142607             .kind = 1,
142608             .compact = 1,
142609             .ascii = 1,
142610             .ready = 1,
142611         },
142612     },
142613     ._data = "<frozen runpy>",
142614 };
142615 static
142616     struct {
142617         PyASCIIObject _ascii;
142618         uint8_t _data[21];
142619     }
142620 runpy_toplevel_consts_5_consts_2_qualname = {
142621     ._ascii = {
142622         .ob_base = {
142623             .ob_refcnt = 999999999,
142624             .ob_type = &PyUnicode_Type,
142625         },
142626         .length = 20,
142627         .hash = -1,
142628         .state = {
142629             .kind = 1,
142630             .compact = 1,
142631             .ascii = 1,
142632             .ready = 1,
142633         },
142634     },
142635     ._data = "_TempModule.__init__",
142636 };
142637 static
142638     struct {
142639         PyObject_VAR_HEAD
142640         Py_hash_t ob_shash;
142641         char ob_sval[39];
142642     }
142643 runpy_toplevel_consts_5_consts_2_linetable = {
142644     .ob_base = {
142645         .ob_base = {
142646             .ob_refcnt = 999999999,
142647             .ob_type = &PyBytes_Type,
142648         },
142649         .ob_size = 38,
142650     },
142651     .ob_shash = -1,
142652     .ob_sval = "\x80\x00\xd8\x18\x20\x88\x04\x8c\x0d\xdd\x16\x20\xa0\x18\xd1\x16\x2a\xd4\x16\x2a\x88\x04\x8c\x0b\xd8\x1d\x1f\x88\x04\xd4\x08\x1a\xd0\x08\x1a\xd0\x08\x1a",
142653 };
142654 static
142655     struct {
142656         PyGC_Head _gc_head;
142657         struct {
142658             PyObject_VAR_HEAD
142659             PyObject *ob_item[2];
142660         }_object;
142661     }
142662 runpy_toplevel_consts_5_consts_2_localsplusnames = {
142663     ._object = {
142664         .ob_base = {
142665             .ob_base = {
142666                 .ob_refcnt = 999999999,
142667                 .ob_type = &PyTuple_Type,
142668             },
142669             .ob_size = 2,
142670         },
142671         .ob_item = {
142672             & const_str_self._ascii.ob_base,
142673             & const_str_mod_name._ascii.ob_base,
142674         },
142675     },
142676 };
142677 static
142678     struct _PyCode_DEF(74)
142679 runpy_toplevel_consts_5_consts_2 = {
142680     .ob_base = {
142681         .ob_base = {
142682             .ob_refcnt = 999999999,
142683             .ob_type = &PyCode_Type,
142684         },
142685         .ob_size = 37,
142686     },
142687     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
142688     .co_names = & runpy_toplevel_consts_5_consts_2_names._object.ob_base.ob_base,
142689     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
142690     .co_flags = 3,
142691     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
142692     ._co_linearray_entry_size = 0,
142693     .co_argcount = 2,
142694     .co_posonlyargcount = 0,
142695     .co_kwonlyargcount = 0,
142696     .co_stacksize = 3,
142697     .co_firstlineno = 28,
142698     .co_nlocalsplus = 2,
142699     .co_nlocals = 2,
142700     .co_nplaincellvars = 0,
142701     .co_ncellvars = 0,
142702     .co_nfreevars = 0,
142703     .co_localsplusnames = & runpy_toplevel_consts_5_consts_2_localsplusnames._object.ob_base.ob_base,
142704     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
142705     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
142706     .co_name = &_Py_ID(__init__),
142707     .co_qualname = & runpy_toplevel_consts_5_consts_2_qualname._ascii.ob_base,
142708     .co_linetable = & runpy_toplevel_consts_5_consts_2_linetable.ob_base.ob_base,
142709     ._co_code = NULL,
142710     ._co_linearray = NULL,
142711     .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\xa6\x01\x00\x00\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",
142712     ._co_firsttraceable = 0,
142713 };
142714 static
142715     struct {
142716         PyGC_Head _gc_head;
142717         struct {
142718             PyObject_VAR_HEAD
142719             PyObject *ob_item[7];
142720         }_object;
142721     }
142722 runpy_toplevel_consts_5_consts_3_names = {
142723     ._object = {
142724         .ob_base = {
142725             .ob_base = {
142726                 .ob_refcnt = 999999999,
142727                 .ob_type = &PyTuple_Type,
142728             },
142729             .ob_size = 7,
142730         },
142731         .ob_item = {
142732             & const_str_mod_name._ascii.ob_base,
142733             & const_str__saved_module._ascii.ob_base,
142734             &_Py_ID(append),
142735             & const_str_sys._ascii.ob_base,
142736             &_Py_ID(modules),
142737             & const_str_KeyError._ascii.ob_base,
142738             & const_str_module._ascii.ob_base,
142739         },
142740     },
142741 };
142742 static
142743     struct {
142744         PyASCIIObject _ascii;
142745         uint8_t _data[22];
142746     }
142747 runpy_toplevel_consts_5_consts_3_qualname = {
142748     ._ascii = {
142749         .ob_base = {
142750             .ob_refcnt = 999999999,
142751             .ob_type = &PyUnicode_Type,
142752         },
142753         .length = 21,
142754         .hash = -1,
142755         .state = {
142756             .kind = 1,
142757             .compact = 1,
142758             .ascii = 1,
142759             .ready = 1,
142760         },
142761     },
142762     ._data = "_TempModule.__enter__",
142763 };
142764 static
142765     struct {
142766         PyObject_VAR_HEAD
142767         Py_hash_t ob_shash;
142768         char ob_sval[99];
142769     }
142770 runpy_toplevel_consts_5_consts_3_linetable = {
142771     .ob_base = {
142772         .ob_base = {
142773             .ob_refcnt = 999999999,
142774             .ob_type = &PyBytes_Type,
142775         },
142776         .ob_size = 98,
142777     },
142778     .ob_shash = -1,
142779     .ob_sval = "\x80\x00\xd8\x13\x17\x94\x3d\x88\x08\xf0\x02\x03\x09\x11\xd8\x0c\x10\xd4\x0c\x1e\xd7\x0c\x25\xd2\x0c\x25\xa5\x63\xa4\x6b\xb0\x28\xd4\x26\x3b\xd1\x0c\x3c\xd4\x0c\x3c\xd0\x0c\x3c\xd0\x0c\x3c\xf8\xdd\x0f\x17\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\x20\x24\xa4\x0b\x8d\x03\x8c\x0b\x90\x48\xd1\x08\x1d\xd8\x0f\x13\x88\x0b",
142780 };
142781 static
142782     struct {
142783         PyObject_VAR_HEAD
142784         Py_hash_t ob_shash;
142785         char ob_sval[16];
142786     }
142787 runpy_toplevel_consts_5_consts_3_exceptiontable = {
142788     .ob_base = {
142789         .ob_base = {
142790             .ob_refcnt = 999999999,
142791             .ob_type = &PyBytes_Type,
142792         },
142793         .ob_size = 15,
142794     },
142795     .ob_shash = -1,
142796     .ob_sval = "\x89\x2a\x34\x00\xb4\x0a\x41\x01\x03\xc1\x00\x01\x41\x01\x03",
142797 };
142798 static
142799     struct _PyCode_DEF(180)
142800 runpy_toplevel_consts_5_consts_3 = {
142801     .ob_base = {
142802         .ob_base = {
142803             .ob_refcnt = 999999999,
142804             .ob_type = &PyCode_Type,
142805         },
142806         .ob_size = 90,
142807     },
142808     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
142809     .co_names = & runpy_toplevel_consts_5_consts_3_names._object.ob_base.ob_base,
142810     .co_exceptiontable = & runpy_toplevel_consts_5_consts_3_exceptiontable.ob_base.ob_base,
142811     .co_flags = 3,
142812     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
142813     ._co_linearray_entry_size = 0,
142814     .co_argcount = 1,
142815     .co_posonlyargcount = 0,
142816     .co_kwonlyargcount = 0,
142817     .co_stacksize = 4,
142818     .co_firstlineno = 33,
142819     .co_nlocalsplus = 2,
142820     .co_nlocals = 2,
142821     .co_nplaincellvars = 0,
142822     .co_ncellvars = 0,
142823     .co_nfreevars = 0,
142824     .co_localsplusnames = & runpy_toplevel_consts_5_consts_2_localsplusnames._object.ob_base.ob_base,
142825     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
142826     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
142827     .co_name = &_Py_ID(__enter__),
142828     .co_qualname = & runpy_toplevel_consts_5_consts_3_qualname._ascii.ob_base,
142829     .co_linetable = & runpy_toplevel_consts_5_consts_3_linetable.ob_base.ob_base,
142830     ._co_code = NULL,
142831     ._co_linearray = NULL,
142832     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x09\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x02\x00\x00\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\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\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\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3c\x00\x00\x00\x7c\x00\x53\x00",
142833     ._co_firsttraceable = 0,
142834 };
142835 static
142836     struct {
142837         PyGC_Head _gc_head;
142838         struct {
142839             PyObject_VAR_HEAD
142840             PyObject *ob_item[4];
142841         }_object;
142842     }
142843 runpy_toplevel_consts_5_consts_4_names = {
142844     ._object = {
142845         .ob_base = {
142846             .ob_base = {
142847                 .ob_refcnt = 999999999,
142848                 .ob_type = &PyTuple_Type,
142849             },
142850             .ob_size = 4,
142851         },
142852         .ob_item = {
142853             & const_str__saved_module._ascii.ob_base,
142854             & const_str_sys._ascii.ob_base,
142855             &_Py_ID(modules),
142856             & const_str_mod_name._ascii.ob_base,
142857         },
142858     },
142859 };
142860 static
142861     struct {
142862         PyASCIIObject _ascii;
142863         uint8_t _data[21];
142864     }
142865 runpy_toplevel_consts_5_consts_4_qualname = {
142866     ._ascii = {
142867         .ob_base = {
142868             .ob_refcnt = 999999999,
142869             .ob_type = &PyUnicode_Type,
142870         },
142871         .length = 20,
142872         .hash = -1,
142873         .state = {
142874             .kind = 1,
142875             .compact = 1,
142876             .ascii = 1,
142877             .ready = 1,
142878         },
142879     },
142880     ._data = "_TempModule.__exit__",
142881 };
142882 static
142883     struct {
142884         PyObject_VAR_HEAD
142885         Py_hash_t ob_shash;
142886         char ob_sval[65];
142887     }
142888 runpy_toplevel_consts_5_consts_4_linetable = {
142889     .ob_base = {
142890         .ob_base = {
142891             .ob_refcnt = 999999999,
142892             .ob_type = &PyBytes_Type,
142893         },
142894         .ob_size = 64,
142895     },
142896     .ob_shash = -1,
142897     .ob_sval = "\x80\x00\xd8\x0b\x0f\xd4\x0b\x1d\xf0\x00\x03\x09\x2b\xd8\x29\x2d\xd4\x29\x3b\xb8\x41\xd4\x29\x3e\x8d\x43\x8c\x4b\x98\x04\x9c\x0d\xd1\x0c\x26\xd0\x0c\x26\xe5\x10\x13\x94\x0b\x98\x44\x9c\x4d\xd0\x10\x2a\xd8\x1d\x1f\x88\x04\xd4\x08\x1a\xd0\x08\x1a\xd0\x08\x1a",
142898 };
142899 static
142900     struct _PyCode_DEF(134)
142901 runpy_toplevel_consts_5_consts_4 = {
142902     .ob_base = {
142903         .ob_base = {
142904             .ob_refcnt = 999999999,
142905             .ob_type = &PyCode_Type,
142906         },
142907         .ob_size = 67,
142908     },
142909     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
142910     .co_names = & runpy_toplevel_consts_5_consts_4_names._object.ob_base.ob_base,
142911     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
142912     .co_flags = 7,
142913     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
142914     ._co_linearray_entry_size = 0,
142915     .co_argcount = 1,
142916     .co_posonlyargcount = 0,
142917     .co_kwonlyargcount = 0,
142918     .co_stacksize = 3,
142919     .co_firstlineno = 42,
142920     .co_nlocalsplus = 2,
142921     .co_nlocals = 2,
142922     .co_nplaincellvars = 0,
142923     .co_ncellvars = 0,
142924     .co_nfreevars = 0,
142925     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_5_localsplusnames._object.ob_base.ob_base,
142926     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
142927     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
142928     .co_name = &_Py_ID(__exit__),
142929     .co_qualname = & runpy_toplevel_consts_5_consts_4_qualname._ascii.ob_base,
142930     .co_linetable = & runpy_toplevel_consts_5_consts_4_linetable.ob_base.ob_base,
142931     ._co_code = NULL,
142932     ._co_linearray = NULL,
142933     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x20\x7c\x00\x6a\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\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x6e\x12\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x03\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",
142934     ._co_firsttraceable = 0,
142935 };
142936 static
142937     struct {
142938         PyGC_Head _gc_head;
142939         struct {
142940             PyObject_VAR_HEAD
142941             PyObject *ob_item[6];
142942         }_object;
142943     }
142944 runpy_toplevel_consts_5_consts = {
142945     ._object = {
142946         .ob_base = {
142947             .ob_base = {
142948                 .ob_refcnt = 999999999,
142949                 .ob_type = &PyTuple_Type,
142950             },
142951             .ob_size = 6,
142952         },
142953         .ob_item = {
142954             & const_str__TempModule._ascii.ob_base,
142955             & runpy_toplevel_consts_5_consts_1._ascii.ob_base,
142956             & runpy_toplevel_consts_5_consts_2.ob_base.ob_base,
142957             & runpy_toplevel_consts_5_consts_3.ob_base.ob_base,
142958             & runpy_toplevel_consts_5_consts_4.ob_base.ob_base,
142959             Py_None,
142960         },
142961     },
142962 };
142963 static
142964     struct {
142965         PyGC_Head _gc_head;
142966         struct {
142967             PyObject_VAR_HEAD
142968             PyObject *ob_item[7];
142969         }_object;
142970     }
142971 runpy_toplevel_consts_5_names = {
142972     ._object = {
142973         .ob_base = {
142974             .ob_base = {
142975                 .ob_refcnt = 999999999,
142976                 .ob_type = &PyTuple_Type,
142977             },
142978             .ob_size = 7,
142979         },
142980         .ob_item = {
142981             &_Py_ID(__name__),
142982             &_Py_ID(__module__),
142983             &_Py_ID(__qualname__),
142984             &_Py_ID(__doc__),
142985             &_Py_ID(__init__),
142986             &_Py_ID(__enter__),
142987             &_Py_ID(__exit__),
142988         },
142989     },
142990 };
142991 static
142992     struct {
142993         PyObject_VAR_HEAD
142994         Py_hash_t ob_shash;
142995         char ob_sval[72];
142996     }
142997 runpy_toplevel_consts_5_linetable = {
142998     .ob_base = {
142999         .ob_base = {
143000             .ob_refcnt = 999999999,
143001             .ob_type = &PyBytes_Type,
143002         },
143003         .ob_size = 71,
143004     },
143005     .ob_shash = -1,
143006     .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",
143007 };
143008 static
143009     struct _PyCode_DEF(36)
143010 runpy_toplevel_consts_5 = {
143011     .ob_base = {
143012         .ob_base = {
143013             .ob_refcnt = 999999999,
143014             .ob_type = &PyCode_Type,
143015         },
143016         .ob_size = 18,
143017     },
143018     .co_consts = & runpy_toplevel_consts_5_consts._object.ob_base.ob_base,
143019     .co_names = & runpy_toplevel_consts_5_names._object.ob_base.ob_base,
143020     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
143021     .co_flags = 0,
143022     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
143023     ._co_linearray_entry_size = 0,
143024     .co_argcount = 0,
143025     .co_posonlyargcount = 0,
143026     .co_kwonlyargcount = 0,
143027     .co_stacksize = 1,
143028     .co_firstlineno = 26,
143029     .co_nlocalsplus = 0,
143030     .co_nlocals = 0,
143031     .co_nplaincellvars = 0,
143032     .co_ncellvars = 0,
143033     .co_nfreevars = 0,
143034     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
143035     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
143036     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
143037     .co_name = & const_str__TempModule._ascii.ob_base,
143038     .co_qualname = & const_str__TempModule._ascii.ob_base,
143039     .co_linetable = & runpy_toplevel_consts_5_linetable.ob_base.ob_base,
143040     ._co_code = NULL,
143041     ._co_linearray = NULL,
143042     .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",
143043     ._co_firsttraceable = 0,
143044 };
143045 static
143046     struct {
143047         PyASCIIObject _ascii;
143048         uint8_t _data[15];
143049     }
143050 const_str__ModifiedArgv0 = {
143051     ._ascii = {
143052         .ob_base = {
143053             .ob_refcnt = 999999999,
143054             .ob_type = &PyUnicode_Type,
143055         },
143056         .length = 14,
143057         .hash = -1,
143058         .state = {
143059             .kind = 1,
143060             .compact = 1,
143061             .ascii = 1,
143062             .ready = 1,
143063         },
143064     },
143065     ._data = "_ModifiedArgv0",
143066 };
143067 static
143068     struct {
143069         PyASCIIObject _ascii;
143070         uint8_t _data[13];
143071     }
143072 const_str__saved_value = {
143073     ._ascii = {
143074         .ob_base = {
143075             .ob_refcnt = 999999999,
143076             .ob_type = &PyUnicode_Type,
143077         },
143078         .length = 12,
143079         .hash = -1,
143080         .state = {
143081             .kind = 1,
143082             .compact = 1,
143083             .ascii = 1,
143084             .ready = 1,
143085         },
143086     },
143087     ._data = "_saved_value",
143088 };
143089 static
143090     struct {
143091         PyASCIIObject _ascii;
143092         uint8_t _data[10];
143093     }
143094 const_str__sentinel = {
143095     ._ascii = {
143096         .ob_base = {
143097             .ob_refcnt = 999999999,
143098             .ob_type = &PyUnicode_Type,
143099         },
143100         .length = 9,
143101         .hash = -1,
143102         .state = {
143103             .kind = 1,
143104             .compact = 1,
143105             .ascii = 1,
143106             .ready = 1,
143107         },
143108     },
143109     ._data = "_sentinel",
143110 };
143111 static
143112     struct {
143113         PyGC_Head _gc_head;
143114         struct {
143115             PyObject_VAR_HEAD
143116             PyObject *ob_item[4];
143117         }_object;
143118     }
143119 runpy_toplevel_consts_7_consts_1_names = {
143120     ._object = {
143121         .ob_base = {
143122             .ob_base = {
143123                 .ob_refcnt = 999999999,
143124                 .ob_type = &PyTuple_Type,
143125             },
143126             .ob_size = 4,
143127         },
143128         .ob_item = {
143129             & const_str_value._ascii.ob_base,
143130             & const_str_object._ascii.ob_base,
143131             & const_str__saved_value._ascii.ob_base,
143132             & const_str__sentinel._ascii.ob_base,
143133         },
143134     },
143135 };
143136 static
143137     struct {
143138         PyASCIIObject _ascii;
143139         uint8_t _data[24];
143140     }
143141 runpy_toplevel_consts_7_consts_1_qualname = {
143142     ._ascii = {
143143         .ob_base = {
143144             .ob_refcnt = 999999999,
143145             .ob_type = &PyUnicode_Type,
143146         },
143147         .length = 23,
143148         .hash = -1,
143149         .state = {
143150             .kind = 1,
143151             .compact = 1,
143152             .ascii = 1,
143153             .ready = 1,
143154         },
143155     },
143156     ._data = "_ModifiedArgv0.__init__",
143157 };
143158 static
143159     struct {
143160         PyObject_VAR_HEAD
143161         Py_hash_t ob_shash;
143162         char ob_sval[33];
143163     }
143164 runpy_toplevel_consts_7_consts_1_linetable = {
143165     .ob_base = {
143166         .ob_base = {
143167             .ob_refcnt = 999999999,
143168             .ob_type = &PyBytes_Type,
143169         },
143170         .ob_size = 32,
143171     },
143172     .ob_shash = -1,
143173     .ob_sval = "\x80\x00\xd8\x15\x1a\x88\x04\x8c\x0a\xdd\x2d\x33\xa9\x58\xac\x58\xd0\x08\x35\x88\x04\xd4\x08\x19\x98\x44\x9c\x4e\x98\x4e\x98\x4e",
143174 };
143175 static
143176     struct _PyCode_DEF(72)
143177 runpy_toplevel_consts_7_consts_1 = {
143178     .ob_base = {
143179         .ob_base = {
143180             .ob_refcnt = 999999999,
143181             .ob_type = &PyCode_Type,
143182         },
143183         .ob_size = 36,
143184     },
143185     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
143186     .co_names = & runpy_toplevel_consts_7_consts_1_names._object.ob_base.ob_base,
143187     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
143188     .co_flags = 3,
143189     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
143190     ._co_linearray_entry_size = 0,
143191     .co_argcount = 2,
143192     .co_posonlyargcount = 0,
143193     .co_kwonlyargcount = 0,
143194     .co_stacksize = 3,
143195     .co_firstlineno = 50,
143196     .co_nlocalsplus = 2,
143197     .co_nlocals = 2,
143198     .co_nplaincellvars = 0,
143199     .co_ncellvars = 0,
143200     .co_nfreevars = 0,
143201     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
143202     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
143203     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
143204     .co_name = &_Py_ID(__init__),
143205     .co_qualname = & runpy_toplevel_consts_7_consts_1_qualname._ascii.ob_base,
143206     .co_linetable = & runpy_toplevel_consts_7_consts_1_linetable.ob_base.ob_base,
143207     ._co_code = NULL,
143208     ._co_linearray = NULL,
143209     .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\xa6\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",
143210     ._co_firsttraceable = 0,
143211 };
143212 static
143213     struct {
143214         PyASCIIObject _ascii;
143215         uint8_t _data[31];
143216     }
143217 runpy_toplevel_consts_7_consts_2_consts_1 = {
143218     ._ascii = {
143219         .ob_base = {
143220             .ob_refcnt = 999999999,
143221             .ob_type = &PyUnicode_Type,
143222         },
143223         .length = 30,
143224         .hash = -1,
143225         .state = {
143226             .kind = 1,
143227             .compact = 1,
143228             .ascii = 1,
143229             .ready = 1,
143230         },
143231     },
143232     ._data = "Already preserving saved value",
143233 };
143234 static
143235     struct {
143236         PyGC_Head _gc_head;
143237         struct {
143238             PyObject_VAR_HEAD
143239             PyObject *ob_item[3];
143240         }_object;
143241     }
143242 runpy_toplevel_consts_7_consts_2_consts = {
143243     ._object = {
143244         .ob_base = {
143245             .ob_base = {
143246                 .ob_refcnt = 999999999,
143247                 .ob_type = &PyTuple_Type,
143248             },
143249             .ob_size = 3,
143250         },
143251         .ob_item = {
143252             Py_None,
143253             & runpy_toplevel_consts_7_consts_2_consts_1._ascii.ob_base,
143254             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
143255         },
143256     },
143257 };
143258 static
143259     struct {
143260         PyGC_Head _gc_head;
143261         struct {
143262             PyObject_VAR_HEAD
143263             PyObject *ob_item[6];
143264         }_object;
143265     }
143266 runpy_toplevel_consts_7_consts_2_names = {
143267     ._object = {
143268         .ob_base = {
143269             .ob_base = {
143270                 .ob_refcnt = 999999999,
143271                 .ob_type = &PyTuple_Type,
143272             },
143273             .ob_size = 6,
143274         },
143275         .ob_item = {
143276             & const_str__saved_value._ascii.ob_base,
143277             & const_str__sentinel._ascii.ob_base,
143278             & const_str_RuntimeError._ascii.ob_base,
143279             & const_str_sys._ascii.ob_base,
143280             & const_str_argv._ascii.ob_base,
143281             & const_str_value._ascii.ob_base,
143282         },
143283     },
143284 };
143285 static
143286     struct {
143287         PyASCIIObject _ascii;
143288         uint8_t _data[25];
143289     }
143290 runpy_toplevel_consts_7_consts_2_qualname = {
143291     ._ascii = {
143292         .ob_base = {
143293             .ob_refcnt = 999999999,
143294             .ob_type = &PyUnicode_Type,
143295         },
143296         .length = 24,
143297         .hash = -1,
143298         .state = {
143299             .kind = 1,
143300             .compact = 1,
143301             .ascii = 1,
143302             .ready = 1,
143303         },
143304     },
143305     ._data = "_ModifiedArgv0.__enter__",
143306 };
143307 static
143308     struct {
143309         PyObject_VAR_HEAD
143310         Py_hash_t ob_shash;
143311         char ob_sval[65];
143312     }
143313 runpy_toplevel_consts_7_consts_2_linetable = {
143314     .ob_base = {
143315         .ob_base = {
143316             .ob_refcnt = 999999999,
143317             .ob_type = &PyBytes_Type,
143318         },
143319         .ob_size = 64,
143320     },
143321     .ob_shash = -1,
143322     .ob_sval = "\x80\x00\xd8\x0b\x0f\xd4\x0b\x1c\xa0\x44\xa4\x4e\xd0\x0b\x32\xd0\x0b\x32\xdd\x12\x1e\xd0\x1f\x3f\xd1\x12\x40\xd4\x12\x40\xd0\x0c\x40\xdd\x1c\x1f\x9c\x48\xa0\x51\x9c\x4b\x88\x04\xd4\x08\x19\xd8\x16\x1a\x94\x6a\x8d\x03\x8c\x08\x90\x11\x89\x0b\x88\x0b\x88\x0b",
143323 };
143324 static
143325     struct _PyCode_DEF(150)
143326 runpy_toplevel_consts_7_consts_2 = {
143327     .ob_base = {
143328         .ob_base = {
143329             .ob_refcnt = 999999999,
143330             .ob_type = &PyCode_Type,
143331         },
143332         .ob_size = 75,
143333     },
143334     .co_consts = & runpy_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
143335     .co_names = & runpy_toplevel_consts_7_consts_2_names._object.ob_base.ob_base,
143336     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
143337     .co_flags = 3,
143338     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
143339     ._co_linearray_entry_size = 0,
143340     .co_argcount = 1,
143341     .co_posonlyargcount = 0,
143342     .co_kwonlyargcount = 0,
143343     .co_stacksize = 3,
143344     .co_firstlineno = 54,
143345     .co_nlocalsplus = 1,
143346     .co_nlocals = 1,
143347     .co_nplaincellvars = 0,
143348     .co_ncellvars = 0,
143349     .co_nfreevars = 0,
143350     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
143351     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
143352     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
143353     .co_name = &_Py_ID(__enter__),
143354     .co_qualname = & runpy_toplevel_consts_7_consts_2_qualname._ascii.ob_base,
143355     .co_linetable = & runpy_toplevel_consts_7_consts_2_linetable.ob_base.ob_base,
143356     ._co_code = NULL,
143357     ._co_linearray = NULL,
143358     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x75\x01\x72\x0f\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\x00\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\x04\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\x05\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x3c\x00\x00\x00\x64\x00\x53\x00",
143359     ._co_firsttraceable = 0,
143360 };
143361 static
143362     struct {
143363         PyGC_Head _gc_head;
143364         struct {
143365             PyObject_VAR_HEAD
143366             PyObject *ob_item[5];
143367         }_object;
143368     }
143369 runpy_toplevel_consts_7_consts_3_names = {
143370     ._object = {
143371         .ob_base = {
143372             .ob_base = {
143373                 .ob_refcnt = 999999999,
143374                 .ob_type = &PyTuple_Type,
143375             },
143376             .ob_size = 5,
143377         },
143378         .ob_item = {
143379             & const_str__sentinel._ascii.ob_base,
143380             & const_str_value._ascii.ob_base,
143381             & const_str__saved_value._ascii.ob_base,
143382             & const_str_sys._ascii.ob_base,
143383             & const_str_argv._ascii.ob_base,
143384         },
143385     },
143386 };
143387 static
143388     struct {
143389         PyASCIIObject _ascii;
143390         uint8_t _data[24];
143391     }
143392 runpy_toplevel_consts_7_consts_3_qualname = {
143393     ._ascii = {
143394         .ob_base = {
143395             .ob_refcnt = 999999999,
143396             .ob_type = &PyUnicode_Type,
143397         },
143398         .length = 23,
143399         .hash = -1,
143400         .state = {
143401             .kind = 1,
143402             .compact = 1,
143403             .ascii = 1,
143404             .ready = 1,
143405         },
143406     },
143407     ._data = "_ModifiedArgv0.__exit__",
143408 };
143409 static
143410     struct {
143411         PyObject_VAR_HEAD
143412         Py_hash_t ob_shash;
143413         char ob_sval[30];
143414     }
143415 runpy_toplevel_consts_7_consts_3_linetable = {
143416     .ob_base = {
143417         .ob_base = {
143418             .ob_refcnt = 999999999,
143419             .ob_type = &PyBytes_Type,
143420         },
143421         .ob_size = 29,
143422     },
143423     .ob_shash = -1,
143424     .ob_sval = "\x80\x00\xd8\x15\x19\x94\x5e\x88\x04\x8c\x0a\xd8\x16\x1a\xd4\x16\x27\x8d\x03\x8c\x08\x90\x11\x89\x0b\x88\x0b\x88\x0b",
143425 };
143426 static
143427     struct _PyCode_DEF(70)
143428 runpy_toplevel_consts_7_consts_3 = {
143429     .ob_base = {
143430         .ob_base = {
143431             .ob_refcnt = 999999999,
143432             .ob_type = &PyCode_Type,
143433         },
143434         .ob_size = 35,
143435     },
143436     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
143437     .co_names = & runpy_toplevel_consts_7_consts_3_names._object.ob_base.ob_base,
143438     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
143439     .co_flags = 7,
143440     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
143441     ._co_linearray_entry_size = 0,
143442     .co_argcount = 1,
143443     .co_posonlyargcount = 0,
143444     .co_kwonlyargcount = 0,
143445     .co_stacksize = 3,
143446     .co_firstlineno = 60,
143447     .co_nlocalsplus = 2,
143448     .co_nlocals = 2,
143449     .co_nplaincellvars = 0,
143450     .co_ncellvars = 0,
143451     .co_nfreevars = 0,
143452     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_5_localsplusnames._object.ob_base.ob_base,
143453     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
143454     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
143455     .co_name = &_Py_ID(__exit__),
143456     .co_qualname = & runpy_toplevel_consts_7_consts_3_qualname._ascii.ob_base,
143457     .co_linetable = & runpy_toplevel_consts_7_consts_3_linetable.ob_base.ob_base,
143458     ._co_code = NULL,
143459     ._co_linearray = NULL,
143460     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x3c\x00\x00\x00\x64\x00\x53\x00",
143461     ._co_firsttraceable = 0,
143462 };
143463 static
143464     struct {
143465         PyGC_Head _gc_head;
143466         struct {
143467             PyObject_VAR_HEAD
143468             PyObject *ob_item[5];
143469         }_object;
143470     }
143471 runpy_toplevel_consts_7_consts = {
143472     ._object = {
143473         .ob_base = {
143474             .ob_base = {
143475                 .ob_refcnt = 999999999,
143476                 .ob_type = &PyTuple_Type,
143477             },
143478             .ob_size = 5,
143479         },
143480         .ob_item = {
143481             & const_str__ModifiedArgv0._ascii.ob_base,
143482             & runpy_toplevel_consts_7_consts_1.ob_base.ob_base,
143483             & runpy_toplevel_consts_7_consts_2.ob_base.ob_base,
143484             & runpy_toplevel_consts_7_consts_3.ob_base.ob_base,
143485             Py_None,
143486         },
143487     },
143488 };
143489 static
143490     struct {
143491         PyObject_VAR_HEAD
143492         Py_hash_t ob_shash;
143493         char ob_sval[66];
143494     }
143495 runpy_toplevel_consts_7_linetable = {
143496     .ob_base = {
143497         .ob_base = {
143498             .ob_refcnt = 999999999,
143499             .ob_type = &PyBytes_Type,
143500         },
143501         .ob_size = 65,
143502     },
143503     .ob_shash = -1,
143504     .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",
143505 };
143506 static
143507     struct _PyCode_DEF(32)
143508 runpy_toplevel_consts_7 = {
143509     .ob_base = {
143510         .ob_base = {
143511             .ob_refcnt = 999999999,
143512             .ob_type = &PyCode_Type,
143513         },
143514         .ob_size = 16,
143515     },
143516     .co_consts = & runpy_toplevel_consts_7_consts._object.ob_base.ob_base,
143517     .co_names = & importlib__bootstrap_toplevel_consts_11_names._object.ob_base.ob_base,
143518     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
143519     .co_flags = 0,
143520     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
143521     ._co_linearray_entry_size = 0,
143522     .co_argcount = 0,
143523     .co_posonlyargcount = 0,
143524     .co_kwonlyargcount = 0,
143525     .co_stacksize = 1,
143526     .co_firstlineno = 49,
143527     .co_nlocalsplus = 0,
143528     .co_nlocals = 0,
143529     .co_nplaincellvars = 0,
143530     .co_ncellvars = 0,
143531     .co_nfreevars = 0,
143532     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
143533     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
143534     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
143535     .co_name = & const_str__ModifiedArgv0._ascii.ob_base,
143536     .co_qualname = & const_str__ModifiedArgv0._ascii.ob_base,
143537     .co_linetable = & runpy_toplevel_consts_7_linetable.ob_base.ob_base,
143538     ._co_code = NULL,
143539     ._co_linearray = NULL,
143540     .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",
143541     ._co_firsttraceable = 0,
143542 };
143543 static
143544     struct {
143545         PyASCIIObject _ascii;
143546         uint8_t _data[42];
143547     }
143548 runpy_toplevel_consts_9_consts_0 = {
143549     ._ascii = {
143550         .ob_base = {
143551             .ob_refcnt = 999999999,
143552             .ob_type = &PyUnicode_Type,
143553         },
143554         .length = 41,
143555         .hash = -1,
143556         .state = {
143557             .kind = 1,
143558             .compact = 1,
143559             .ascii = 1,
143560             .ready = 1,
143561         },
143562     },
143563     ._data = "Helper to run code in nominated namespace",
143564 };
143565 static
143566     struct {
143567         PyGC_Head _gc_head;
143568         struct {
143569             PyObject_VAR_HEAD
143570             PyObject *ob_item[7];
143571         }_object;
143572     }
143573 runpy_toplevel_consts_9_consts_2 = {
143574     ._object = {
143575         .ob_base = {
143576             .ob_base = {
143577                 .ob_refcnt = 999999999,
143578                 .ob_type = &PyTuple_Type,
143579             },
143580             .ob_size = 7,
143581         },
143582         .ob_item = {
143583             &_Py_ID(__name__),
143584             &_Py_ID(__file__),
143585             & const_str___cached__._ascii.ob_base,
143586             &_Py_ID(__doc__),
143587             &_Py_ID(__loader__),
143588             &_Py_ID(__package__),
143589             &_Py_ID(__spec__),
143590         },
143591     },
143592 };
143593 static
143594     struct {
143595         PyGC_Head _gc_head;
143596         struct {
143597             PyObject_VAR_HEAD
143598             PyObject *ob_item[3];
143599         }_object;
143600     }
143601 runpy_toplevel_consts_9_consts = {
143602     ._object = {
143603         .ob_base = {
143604             .ob_base = {
143605                 .ob_refcnt = 999999999,
143606                 .ob_type = &PyTuple_Type,
143607             },
143608             .ob_size = 3,
143609         },
143610         .ob_item = {
143611             & runpy_toplevel_consts_9_consts_0._ascii.ob_base,
143612             Py_None,
143613             & runpy_toplevel_consts_9_consts_2._object.ob_base.ob_base,
143614         },
143615     },
143616 };
143617 static
143618     struct {
143619         PyGC_Head _gc_head;
143620         struct {
143621             PyObject_VAR_HEAD
143622             PyObject *ob_item[6];
143623         }_object;
143624     }
143625 runpy_toplevel_consts_9_names = {
143626     ._object = {
143627         .ob_base = {
143628             .ob_base = {
143629                 .ob_refcnt = 999999999,
143630                 .ob_type = &PyTuple_Type,
143631             },
143632             .ob_size = 6,
143633         },
143634         .ob_item = {
143635             & const_str_update._ascii.ob_base,
143636             & const_str_loader._ascii.ob_base,
143637             & const_str_origin._ascii.ob_base,
143638             & const_str_cached._ascii.ob_base,
143639             &_Py_ID(parent),
143640             & const_str_exec._ascii.ob_base,
143641         },
143642     },
143643 };
143644 static
143645     struct {
143646         PyASCIIObject _ascii;
143647         uint8_t _data[10];
143648     }
143649 const_str__run_code = {
143650     ._ascii = {
143651         .ob_base = {
143652             .ob_refcnt = 999999999,
143653             .ob_type = &PyUnicode_Type,
143654         },
143655         .length = 9,
143656         .hash = -1,
143657         .state = {
143658             .kind = 1,
143659             .compact = 1,
143660             .ascii = 1,
143661             .ready = 1,
143662         },
143663     },
143664     ._data = "_run_code",
143665 };
143666 static
143667     struct {
143668         PyObject_VAR_HEAD
143669         Py_hash_t ob_shash;
143670         char ob_sval[161];
143671     }
143672 runpy_toplevel_consts_9_linetable = {
143673     .ob_base = {
143674         .ob_base = {
143675             .ob_refcnt = 999999999,
143676             .ob_type = &PyBytes_Type,
143677         },
143678         .ob_size = 160,
143679     },
143680     .ob_shash = -1,
143681     .ob_sval = "\x80\x00\xf0\x08\x00\x08\x14\xd0\x07\x1f\xd8\x08\x13\xd7\x08\x1a\xd2\x08\x1a\x98\x3c\xd1\x08\x28\xd4\x08\x28\xd0\x08\x28\xd8\x07\x0f\xd0\x07\x17\xd8\x11\x15\x88\x06\xd8\x10\x1b\x88\x05\xd8\x11\x15\x88\x06\x88\x06\xe0\x11\x19\x94\x1f\x88\x06\xd8\x10\x18\x94\x0f\x88\x05\xd8\x11\x19\x94\x1f\x88\x06\xd8\x0b\x13\xd0\x0b\x1b\xd8\x17\x1f\x94\x7f\x88\x48\xd8\x04\x0f\xd7\x04\x16\xd2\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\xf1\x00\x06\x05\x2c\xf4\x00\x06\x05\x2c\xf0\x00\x06\x05\x2c\xf5\x0e\x00\x05\x09\x88\x14\x88\x7b\xd1\x04\x1b\xd4\x04\x1b\xd0\x04\x1b\xd8\x0b\x16\xd0\x04\x16",
143682 };
143683 static
143684     struct {
143685         PyASCIIObject _ascii;
143686         uint8_t _data[12];
143687     }
143688 const_str_run_globals = {
143689     ._ascii = {
143690         .ob_base = {
143691             .ob_refcnt = 999999999,
143692             .ob_type = &PyUnicode_Type,
143693         },
143694         .length = 11,
143695         .hash = -1,
143696         .state = {
143697             .kind = 1,
143698             .compact = 1,
143699             .ascii = 1,
143700             .ready = 1,
143701         },
143702     },
143703     ._data = "run_globals",
143704 };
143705 static
143706     struct {
143707         PyASCIIObject _ascii;
143708         uint8_t _data[13];
143709     }
143710 const_str_init_globals = {
143711     ._ascii = {
143712         .ob_base = {
143713             .ob_refcnt = 999999999,
143714             .ob_type = &PyUnicode_Type,
143715         },
143716         .length = 12,
143717         .hash = -1,
143718         .state = {
143719             .kind = 1,
143720             .compact = 1,
143721             .ascii = 1,
143722             .ready = 1,
143723         },
143724     },
143725     ._data = "init_globals",
143726 };
143727 static
143728     struct {
143729         PyASCIIObject _ascii;
143730         uint8_t _data[9];
143731     }
143732 const_str_mod_spec = {
143733     ._ascii = {
143734         .ob_base = {
143735             .ob_refcnt = 999999999,
143736             .ob_type = &PyUnicode_Type,
143737         },
143738         .length = 8,
143739         .hash = -1,
143740         .state = {
143741             .kind = 1,
143742             .compact = 1,
143743             .ascii = 1,
143744             .ready = 1,
143745         },
143746     },
143747     ._data = "mod_spec",
143748 };
143749 static
143750     struct {
143751         PyASCIIObject _ascii;
143752         uint8_t _data[9];
143753     }
143754 const_str_pkg_name = {
143755     ._ascii = {
143756         .ob_base = {
143757             .ob_refcnt = 999999999,
143758             .ob_type = &PyUnicode_Type,
143759         },
143760         .length = 8,
143761         .hash = -1,
143762         .state = {
143763             .kind = 1,
143764             .compact = 1,
143765             .ascii = 1,
143766             .ready = 1,
143767         },
143768     },
143769     ._data = "pkg_name",
143770 };
143771 static
143772     struct {
143773         PyASCIIObject _ascii;
143774         uint8_t _data[12];
143775     }
143776 const_str_script_name = {
143777     ._ascii = {
143778         .ob_base = {
143779             .ob_refcnt = 999999999,
143780             .ob_type = &PyUnicode_Type,
143781         },
143782         .length = 11,
143783         .hash = -1,
143784         .state = {
143785             .kind = 1,
143786             .compact = 1,
143787             .ascii = 1,
143788             .ready = 1,
143789         },
143790     },
143791     ._data = "script_name",
143792 };
143793 static
143794     struct {
143795         PyASCIIObject _ascii;
143796         uint8_t _data[6];
143797     }
143798 const_str_fname = {
143799     ._ascii = {
143800         .ob_base = {
143801             .ob_refcnt = 999999999,
143802             .ob_type = &PyUnicode_Type,
143803         },
143804         .length = 5,
143805         .hash = -1,
143806         .state = {
143807             .kind = 1,
143808             .compact = 1,
143809             .ascii = 1,
143810             .ready = 1,
143811         },
143812     },
143813     ._data = "fname",
143814 };
143815 static
143816     struct {
143817         PyGC_Head _gc_head;
143818         struct {
143819             PyObject_VAR_HEAD
143820             PyObject *ob_item[10];
143821         }_object;
143822     }
143823 runpy_toplevel_consts_9_localsplusnames = {
143824     ._object = {
143825         .ob_base = {
143826             .ob_base = {
143827                 .ob_refcnt = 999999999,
143828                 .ob_type = &PyTuple_Type,
143829             },
143830             .ob_size = 10,
143831         },
143832         .ob_item = {
143833             &_Py_ID(code),
143834             & const_str_run_globals._ascii.ob_base,
143835             & const_str_init_globals._ascii.ob_base,
143836             & const_str_mod_name._ascii.ob_base,
143837             & const_str_mod_spec._ascii.ob_base,
143838             & const_str_pkg_name._ascii.ob_base,
143839             & const_str_script_name._ascii.ob_base,
143840             & const_str_loader._ascii.ob_base,
143841             & const_str_fname._ascii.ob_base,
143842             & const_str_cached._ascii.ob_base,
143843         },
143844     },
143845 };
143846 static
143847     struct _PyCode_DEF(218)
143848 runpy_toplevel_consts_9 = {
143849     .ob_base = {
143850         .ob_base = {
143851             .ob_refcnt = 999999999,
143852             .ob_type = &PyCode_Type,
143853         },
143854         .ob_size = 109,
143855     },
143856     .co_consts = & runpy_toplevel_consts_9_consts._object.ob_base.ob_base,
143857     .co_names = & runpy_toplevel_consts_9_names._object.ob_base.ob_base,
143858     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
143859     .co_flags = 3,
143860     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
143861     ._co_linearray_entry_size = 0,
143862     .co_argcount = 7,
143863     .co_posonlyargcount = 0,
143864     .co_kwonlyargcount = 0,
143865     .co_stacksize = 9,
143866     .co_firstlineno = 65,
143867     .co_nlocalsplus = 10,
143868     .co_nlocals = 10,
143869     .co_nplaincellvars = 0,
143870     .co_ncellvars = 0,
143871     .co_nfreevars = 0,
143872     .co_localsplusnames = & runpy_toplevel_consts_9_localsplusnames._object.ob_base.ob_base,
143873     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds.ob_base.ob_base,
143874     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
143875     .co_name = & const_str__run_code._ascii.ob_base,
143876     .co_qualname = & const_str__run_code._ascii.ob_base,
143877     .co_linetable = & runpy_toplevel_consts_9_linetable.ob_base.ob_base,
143878     ._co_code = NULL,
143879     ._co_linearray = NULL,
143880     .co_code_adaptive = "\x97\x00\x7c\x02\x81\x15\x7c\x01\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\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\x1e\x7c\x04\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x04\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x04\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x7c\x05\x80\x07\x7c\x04\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x01\xa0\x00\x00\x00\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\xa6\x07\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x53\x00",
143881     ._co_firsttraceable = 0,
143882 };
143883 static
143884     struct {
143885         PyASCIIObject _ascii;
143886         uint8_t _data[54];
143887     }
143888 runpy_toplevel_consts_10_consts_0 = {
143889     ._ascii = {
143890         .ob_base = {
143891             .ob_refcnt = 999999999,
143892             .ob_type = &PyUnicode_Type,
143893         },
143894         .length = 53,
143895         .hash = -1,
143896         .state = {
143897             .kind = 1,
143898             .compact = 1,
143899             .ascii = 1,
143900             .ready = 1,
143901         },
143902     },
143903     ._data = "Helper to run code in new namespace with sys modified",
143904 };
143905 static
143906     struct {
143907         PyGC_Head _gc_head;
143908         struct {
143909             PyObject_VAR_HEAD
143910             PyObject *ob_item[2];
143911         }_object;
143912     }
143913 runpy_toplevel_consts_10_consts = {
143914     ._object = {
143915         .ob_base = {
143916             .ob_base = {
143917                 .ob_refcnt = 999999999,
143918                 .ob_type = &PyTuple_Type,
143919             },
143920             .ob_size = 2,
143921         },
143922         .ob_item = {
143923             & runpy_toplevel_consts_10_consts_0._ascii.ob_base,
143924             Py_None,
143925         },
143926     },
143927 };
143928 static
143929     struct {
143930         PyGC_Head _gc_head;
143931         struct {
143932             PyObject_VAR_HEAD
143933             PyObject *ob_item[7];
143934         }_object;
143935     }
143936 runpy_toplevel_consts_10_names = {
143937     ._object = {
143938         .ob_base = {
143939             .ob_base = {
143940                 .ob_refcnt = 999999999,
143941                 .ob_type = &PyTuple_Type,
143942             },
143943             .ob_size = 7,
143944         },
143945         .ob_item = {
143946             & const_str_origin._ascii.ob_base,
143947             & const_str__TempModule._ascii.ob_base,
143948             & const_str__ModifiedArgv0._ascii.ob_base,
143949             & const_str_module._ascii.ob_base,
143950             &_Py_ID(__dict__),
143951             & const_str__run_code._ascii.ob_base,
143952             &_Py_ID(copy),
143953         },
143954     },
143955 };
143956 static
143957     struct {
143958         PyASCIIObject _ascii;
143959         uint8_t _data[17];
143960     }
143961 const_str__run_module_code = {
143962     ._ascii = {
143963         .ob_base = {
143964             .ob_refcnt = 999999999,
143965             .ob_type = &PyUnicode_Type,
143966         },
143967         .length = 16,
143968         .hash = -1,
143969         .state = {
143970             .kind = 1,
143971             .compact = 1,
143972             .ascii = 1,
143973             .ready = 1,
143974         },
143975     },
143976     ._data = "_run_module_code",
143977 };
143978 static
143979     struct {
143980         PyObject_VAR_HEAD
143981         Py_hash_t ob_shash;
143982         char ob_sval[279];
143983     }
143984 runpy_toplevel_consts_10_linetable = {
143985     .ob_base = {
143986         .ob_base = {
143987             .ob_refcnt = 999999999,
143988             .ob_type = &PyBytes_Type,
143989         },
143990         .ob_size = 278,
143991     },
143992     .ob_shash = -1,
143993     .ob_sval = "\x80\x00\xf0\x08\x00\x1c\x24\xd0\x1b\x2b\x88\x4b\x88\x4b\xb0\x18\xb4\x1f\x80\x45\xdd\x09\x14\x90\x58\xd1\x09\x1e\xd4\x09\x1e\xf0\x00\x03\x05\x3d\xa0\x2b\xad\x7e\xb8\x65\xd1\x2f\x44\xd4\x2f\x44\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xd8\x16\x21\xd4\x16\x28\xd4\x16\x31\x88\x0b\xdd\x08\x11\x90\x24\x98\x0b\xa0\x5c\xd8\x12\x1a\x98\x48\xa0\x68\xb0\x0b\xf1\x03\x01\x09\x3d\xf4\x00\x01\x09\x3d\xf0\x00\x01\x09\x3d\xf0\x05\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf1\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\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\xf1\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\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\x0c\x00\x0c\x17\xd7\x0b\x1b\xd2\x0b\x1b\xd1\x0b\x1d\xd4\x0b\x1d\xd0\x04\x1d",
143994 };
143995 static
143996     struct {
143997         PyObject_VAR_HEAD
143998         Py_hash_t ob_shash;
143999         char ob_sval[53];
144000     }
144001 runpy_toplevel_consts_10_exceptiontable = {
144002     .ob_base = {
144003         .ob_base = {
144004             .ob_refcnt = 999999999,
144005             .ob_type = &PyBytes_Type,
144006         },
144007         .ob_size = 52,
144008     },
144009     .ob_shash = -1,
144010     .ob_sval = "\x9b\x10\x41\x30\x03\xab\x22\x41\x19\x05\xc1\x0d\x0c\x41\x30\x03\xc1\x19\x04\x41\x1d\x09\xc1\x1d\x03\x41\x30\x03\xc1\x20\x01\x41\x1d\x09\xc1\x21\x03\x41\x30\x03\xc1\x30\x04\x41\x34\x07\xc1\x37\x01\x41\x34\x07",
144011 };
144012 static
144013     struct {
144014         PyASCIIObject _ascii;
144015         uint8_t _data[12];
144016     }
144017 const_str_temp_module = {
144018     ._ascii = {
144019         .ob_base = {
144020             .ob_refcnt = 999999999,
144021             .ob_type = &PyUnicode_Type,
144022         },
144023         .length = 11,
144024         .hash = -1,
144025         .state = {
144026             .kind = 1,
144027             .compact = 1,
144028             .ascii = 1,
144029             .ready = 1,
144030         },
144031     },
144032     ._data = "temp_module",
144033 };
144034 static
144035     struct {
144036         PyASCIIObject _ascii;
144037         uint8_t _data[12];
144038     }
144039 const_str_mod_globals = {
144040     ._ascii = {
144041         .ob_base = {
144042             .ob_refcnt = 999999999,
144043             .ob_type = &PyUnicode_Type,
144044         },
144045         .length = 11,
144046         .hash = -1,
144047         .state = {
144048             .kind = 1,
144049             .compact = 1,
144050             .ascii = 1,
144051             .ready = 1,
144052         },
144053     },
144054     ._data = "mod_globals",
144055 };
144056 static
144057     struct {
144058         PyGC_Head _gc_head;
144059         struct {
144060             PyObject_VAR_HEAD
144061             PyObject *ob_item[9];
144062         }_object;
144063     }
144064 runpy_toplevel_consts_10_localsplusnames = {
144065     ._object = {
144066         .ob_base = {
144067             .ob_base = {
144068                 .ob_refcnt = 999999999,
144069                 .ob_type = &PyTuple_Type,
144070             },
144071             .ob_size = 9,
144072         },
144073         .ob_item = {
144074             &_Py_ID(code),
144075             & const_str_init_globals._ascii.ob_base,
144076             & const_str_mod_name._ascii.ob_base,
144077             & const_str_mod_spec._ascii.ob_base,
144078             & const_str_pkg_name._ascii.ob_base,
144079             & const_str_script_name._ascii.ob_base,
144080             & const_str_fname._ascii.ob_base,
144081             & const_str_temp_module._ascii.ob_base,
144082             & const_str_mod_globals._ascii.ob_base,
144083         },
144084     },
144085 };
144086 static
144087     struct _PyCode_DEF(286)
144088 runpy_toplevel_consts_10 = {
144089     .ob_base = {
144090         .ob_base = {
144091             .ob_refcnt = 999999999,
144092             .ob_type = &PyCode_Type,
144093         },
144094         .ob_size = 143,
144095     },
144096     .co_consts = & runpy_toplevel_consts_10_consts._object.ob_base.ob_base,
144097     .co_names = & runpy_toplevel_consts_10_names._object.ob_base.ob_base,
144098     .co_exceptiontable = & runpy_toplevel_consts_10_exceptiontable.ob_base.ob_base,
144099     .co_flags = 3,
144100     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
144101     ._co_linearray_entry_size = 0,
144102     .co_argcount = 6,
144103     .co_posonlyargcount = 0,
144104     .co_kwonlyargcount = 0,
144105     .co_stacksize = 11,
144106     .co_firstlineno = 91,
144107     .co_nlocalsplus = 9,
144108     .co_nlocals = 9,
144109     .co_nplaincellvars = 0,
144110     .co_ncellvars = 0,
144111     .co_nfreevars = 0,
144112     .co_localsplusnames = & runpy_toplevel_consts_10_localsplusnames._object.ob_base.ob_base,
144113     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
144114     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
144115     .co_name = & const_str__run_module_code._ascii.ob_base,
144116     .co_qualname = & const_str__run_module_code._ascii.ob_base,
144117     .co_linetable = & runpy_toplevel_consts_10_linetable.ob_base.ob_base,
144118     ._co_code = NULL,
144119     ._co_linearray = NULL,
144120     .co_code_adaptive = "\x97\x00\x7c\x03\x80\x02\x7c\x05\x6e\x06\x7c\x03\x6a\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\xa6\x01\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x01\x00\x7c\x07\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\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\xa6\x07\x00\x00\xab\x07\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x64\x01\x64\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0b\x23\x00\x31\x00\x73\x04\x77\x02\x78\x03\x59\x00\x77\x01\x01\x00\x59\x00\x01\x00\x01\x00\x64\x01\x64\x01\x64\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0b\x23\x00\x31\x00\x73\x04\x77\x02\x78\x03\x59\x00\x77\x01\x01\x00\x59\x00\x01\x00\x01\x00\x7c\x08\xa0\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
144121     ._co_firsttraceable = 0,
144122 };
144123 static
144124     struct {
144125         PyASCIIObject _ascii;
144126         uint8_t _data[36];
144127     }
144128 runpy_toplevel_consts_11_consts_2 = {
144129     ._ascii = {
144130         .ob_base = {
144131             .ob_refcnt = 999999999,
144132             .ob_type = &PyUnicode_Type,
144133         },
144134         .length = 35,
144135         .hash = -1,
144136         .state = {
144137             .kind = 1,
144138             .compact = 1,
144139             .ascii = 1,
144140             .ready = 1,
144141         },
144142     },
144143     ._data = "Relative module names not supported",
144144 };
144145 static
144146     struct {
144147         PyGC_Head _gc_head;
144148         struct {
144149             PyObject_VAR_HEAD
144150             PyObject *ob_item[1];
144151         }_object;
144152     }
144153 runpy_toplevel_consts_11_consts_5 = {
144154     ._object = {
144155         .ob_base = {
144156             .ob_base = {
144157                 .ob_refcnt = 999999999,
144158                 .ob_type = &PyTuple_Type,
144159             },
144160             .ob_size = 1,
144161         },
144162         .ob_item = {
144163             & const_str_warn._ascii.ob_base,
144164         },
144165     },
144166 };
144167 static
144168     struct {
144169         PyASCIIObject _ascii;
144170         uint8_t _data[155];
144171     }
144172 runpy_toplevel_consts_11_consts_6 = {
144173     ._ascii = {
144174         .ob_base = {
144175             .ob_refcnt = 999999999,
144176             .ob_type = &PyUnicode_Type,
144177         },
144178         .length = 154,
144179         .hash = -1,
144180         .state = {
144181             .kind = 1,
144182             .compact = 1,
144183             .ascii = 1,
144184             .ready = 1,
144185         },
144186     },
144187     ._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",
144188 };
144189 static
144190     struct {
144191         PyGC_Head _gc_head;
144192         struct {
144193             PyObject_VAR_HEAD
144194             PyObject *ob_item[2];
144195         }_object;
144196     }
144197 runpy_toplevel_consts_11_consts_7 = {
144198     ._object = {
144199         .ob_base = {
144200             .ob_base = {
144201                 .ob_refcnt = 999999999,
144202                 .ob_type = &PyTuple_Type,
144203             },
144204             .ob_size = 2,
144205         },
144206         .ob_item = {
144207             & const_str_mod_name._ascii.ob_base,
144208             & const_str_pkg_name._ascii.ob_base,
144209         },
144210     },
144211 };
144212 static
144213     struct {
144214         PyASCIIObject _ascii;
144215         uint8_t _data[59];
144216     }
144217 runpy_toplevel_consts_11_consts_8 = {
144218     ._ascii = {
144219         .ob_base = {
144220             .ob_refcnt = 999999999,
144221             .ob_type = &PyUnicode_Type,
144222         },
144223         .length = 58,
144224         .hash = -1,
144225         .state = {
144226             .kind = 1,
144227             .compact = 1,
144228             .ascii = 1,
144229             .ready = 1,
144230         },
144231     },
144232     ._data = "Error while finding module specification for {!r} ({}: {})",
144233 };
144234 static
144235     struct {
144236         PyASCIIObject _ascii;
144237         uint8_t _data[14];
144238     }
144239 runpy_toplevel_consts_11_consts_10 = {
144240     ._ascii = {
144241         .ob_base = {
144242             .ob_refcnt = 999999999,
144243             .ob_type = &PyUnicode_Type,
144244         },
144245         .length = 13,
144246         .hash = -1,
144247         .state = {
144248             .kind = 1,
144249             .compact = 1,
144250             .ascii = 1,
144251             .ready = 1,
144252         },
144253     },
144254     ._data = ". Try using '",
144255 };
144256 static
144257     struct {
144258         PyASCIIObject _ascii;
144259         uint8_t _data[15];
144260     }
144261 runpy_toplevel_consts_11_consts_12 = {
144262     ._ascii = {
144263         .ob_base = {
144264             .ob_refcnt = 999999999,
144265             .ob_type = &PyUnicode_Type,
144266         },
144267         .length = 14,
144268         .hash = -1,
144269         .state = {
144270             .kind = 1,
144271             .compact = 1,
144272             .ascii = 1,
144273             .ready = 1,
144274         },
144275     },
144276     ._data = "' instead of '",
144277 };
144278 static
144279     struct {
144280         PyASCIIObject _ascii;
144281         uint8_t _data[22];
144282     }
144283 runpy_toplevel_consts_11_consts_13 = {
144284     ._ascii = {
144285         .ob_base = {
144286             .ob_refcnt = 999999999,
144287             .ob_type = &PyUnicode_Type,
144288         },
144289         .length = 21,
144290         .hash = -1,
144291         .state = {
144292             .kind = 1,
144293             .compact = 1,
144294             .ascii = 1,
144295             .ready = 1,
144296         },
144297     },
144298     ._data = "' as the module name.",
144299 };
144300 static
144301     struct {
144302         PyASCIIObject _ascii;
144303         uint8_t _data[19];
144304     }
144305 runpy_toplevel_consts_11_consts_14 = {
144306     ._ascii = {
144307         .ob_base = {
144308             .ob_refcnt = 999999999,
144309             .ob_type = &PyUnicode_Type,
144310         },
144311         .length = 18,
144312         .hash = -1,
144313         .state = {
144314             .kind = 1,
144315             .compact = 1,
144316             .ascii = 1,
144317             .ready = 1,
144318         },
144319     },
144320     ._data = "No module named %s",
144321 };
144322 static
144323     struct {
144324         PyASCIIObject _ascii;
144325         uint8_t _data[10];
144326     }
144327 runpy_toplevel_consts_11_consts_16 = {
144328     ._ascii = {
144329         .ob_base = {
144330             .ob_refcnt = 999999999,
144331             .ob_type = &PyUnicode_Type,
144332         },
144333         .length = 9,
144334         .hash = -1,
144335         .state = {
144336             .kind = 1,
144337             .compact = 1,
144338             .ascii = 1,
144339             .ready = 1,
144340         },
144341     },
144342     ._data = ".__main__",
144343 };
144344 static
144345     struct {
144346         PyASCIIObject _ascii;
144347         uint8_t _data[38];
144348     }
144349 runpy_toplevel_consts_11_consts_17 = {
144350     ._ascii = {
144351         .ob_base = {
144352             .ob_refcnt = 999999999,
144353             .ob_type = &PyUnicode_Type,
144354         },
144355         .length = 37,
144356         .hash = -1,
144357         .state = {
144358             .kind = 1,
144359             .compact = 1,
144360             .ascii = 1,
144361             .ready = 1,
144362         },
144363     },
144364     ._data = "Cannot use package as __main__ module",
144365 };
144366 static
144367     struct {
144368         PyASCIIObject _ascii;
144369         uint8_t _data[3];
144370     }
144371 runpy_toplevel_consts_11_consts_18 = {
144372     ._ascii = {
144373         .ob_base = {
144374             .ob_refcnt = 999999999,
144375             .ob_type = &PyUnicode_Type,
144376         },
144377         .length = 2,
144378         .hash = -1,
144379         .state = {
144380             .kind = 1,
144381             .compact = 1,
144382             .ascii = 1,
144383             .ready = 1,
144384         },
144385     },
144386     ._data = "; ",
144387 };
144388 static
144389     struct {
144390         PyASCIIObject _ascii;
144391         uint8_t _data[46];
144392     }
144393 runpy_toplevel_consts_11_consts_19 = {
144394     ._ascii = {
144395         .ob_base = {
144396             .ob_refcnt = 999999999,
144397             .ob_type = &PyUnicode_Type,
144398         },
144399         .length = 45,
144400         .hash = -1,
144401         .state = {
144402             .kind = 1,
144403             .compact = 1,
144404             .ascii = 1,
144405             .ready = 1,
144406         },
144407     },
144408     ._data = " is a package and cannot be directly executed",
144409 };
144410 static
144411     struct {
144412         PyASCIIObject _ascii;
144413         uint8_t _data[49];
144414     }
144415 runpy_toplevel_consts_11_consts_20 = {
144416     ._ascii = {
144417         .ob_base = {
144418             .ob_refcnt = 999999999,
144419             .ob_type = &PyUnicode_Type,
144420         },
144421         .length = 48,
144422         .hash = -1,
144423         .state = {
144424             .kind = 1,
144425             .compact = 1,
144426             .ascii = 1,
144427             .ready = 1,
144428         },
144429     },
144430     ._data = "%r is a namespace package and cannot be executed",
144431 };
144432 static
144433     struct {
144434         PyASCIIObject _ascii;
144435         uint8_t _data[32];
144436     }
144437 runpy_toplevel_consts_11_consts_21 = {
144438     ._ascii = {
144439         .ob_base = {
144440             .ob_refcnt = 999999999,
144441             .ob_type = &PyUnicode_Type,
144442         },
144443         .length = 31,
144444         .hash = -1,
144445         .state = {
144446             .kind = 1,
144447             .compact = 1,
144448             .ascii = 1,
144449             .ready = 1,
144450         },
144451     },
144452     ._data = "No code object available for %s",
144453 };
144454 static
144455     struct {
144456         PyGC_Head _gc_head;
144457         struct {
144458             PyObject_VAR_HEAD
144459             PyObject *ob_item[22];
144460         }_object;
144461     }
144462 runpy_toplevel_consts_11_consts = {
144463     ._object = {
144464         .ob_base = {
144465             .ob_base = {
144466                 .ob_refcnt = 999999999,
144467                 .ob_type = &PyTuple_Type,
144468             },
144469             .ob_size = 22,
144470         },
144471         .ob_item = {
144472             Py_None,
144473             &_Py_STR(dot),
144474             & runpy_toplevel_consts_11_consts_2._ascii.ob_base,
144475             &_Py_ID(__path__),
144476             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
144477             & runpy_toplevel_consts_11_consts_5._object.ob_base.ob_base,
144478             & runpy_toplevel_consts_11_consts_6._ascii.ob_base,
144479             & runpy_toplevel_consts_11_consts_7._object.ob_base.ob_base,
144480             & runpy_toplevel_consts_11_consts_8._ascii.ob_base,
144481             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_12._ascii.ob_base,
144482             & runpy_toplevel_consts_11_consts_10._ascii.ob_base,
144483             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -3],
144484             & runpy_toplevel_consts_11_consts_12._ascii.ob_base,
144485             & runpy_toplevel_consts_11_consts_13._ascii.ob_base,
144486             & runpy_toplevel_consts_11_consts_14._ascii.ob_base,
144487             &_Py_ID(__main__),
144488             & runpy_toplevel_consts_11_consts_16._ascii.ob_base,
144489             & runpy_toplevel_consts_11_consts_17._ascii.ob_base,
144490             & runpy_toplevel_consts_11_consts_18._ascii.ob_base,
144491             & runpy_toplevel_consts_11_consts_19._ascii.ob_base,
144492             & runpy_toplevel_consts_11_consts_20._ascii.ob_base,
144493             & runpy_toplevel_consts_11_consts_21._ascii.ob_base,
144494         },
144495     },
144496 };
144497 static
144498     struct {
144499         PyASCIIObject _ascii;
144500         uint8_t _data[15];
144501     }
144502 const_str_RuntimeWarning = {
144503     ._ascii = {
144504         .ob_base = {
144505             .ob_refcnt = 999999999,
144506             .ob_type = &PyUnicode_Type,
144507         },
144508         .length = 14,
144509         .hash = -1,
144510         .state = {
144511             .kind = 1,
144512             .compact = 1,
144513             .ascii = 1,
144514             .ready = 1,
144515         },
144516     },
144517     ._data = "RuntimeWarning",
144518 };
144519 static
144520     struct {
144521         PyASCIIObject _ascii;
144522         uint8_t _data[5];
144523     }
144524 const_str_util = {
144525     ._ascii = {
144526         .ob_base = {
144527             .ob_refcnt = 999999999,
144528             .ob_type = &PyUnicode_Type,
144529         },
144530         .length = 4,
144531         .hash = -1,
144532         .state = {
144533             .kind = 1,
144534             .compact = 1,
144535             .ascii = 1,
144536             .ready = 1,
144537         },
144538     },
144539     ._data = "util",
144540 };
144541 static
144542     struct {
144543         PyASCIIObject _ascii;
144544         uint8_t _data[20];
144545     }
144546 const_str__get_module_details = {
144547     ._ascii = {
144548         .ob_base = {
144549             .ob_refcnt = 999999999,
144550             .ob_type = &PyUnicode_Type,
144551         },
144552         .length = 19,
144553         .hash = -1,
144554         .state = {
144555             .kind = 1,
144556             .compact = 1,
144557             .ascii = 1,
144558             .ready = 1,
144559         },
144560     },
144561     ._data = "_get_module_details",
144562 };
144563 static
144564     struct {
144565         PyGC_Head _gc_head;
144566         struct {
144567             PyObject_VAR_HEAD
144568             PyObject *ob_item[26];
144569         }_object;
144570     }
144571 runpy_toplevel_consts_11_names = {
144572     ._object = {
144573         .ob_base = {
144574             .ob_base = {
144575                 .ob_refcnt = 999999999,
144576                 .ob_type = &PyTuple_Type,
144577             },
144578             .ob_size = 26,
144579         },
144580         .ob_item = {
144581             & const_str_startswith._ascii.ob_base,
144582             & const_str_rpartition._ascii.ob_base,
144583             &_Py_ID(__import__),
144584             & const_str_ImportError._ascii.ob_base,
144585             &_Py_ID(name),
144586             & const_str_sys._ascii.ob_base,
144587             &_Py_ID(modules),
144588             &_Py_ID(get),
144589             & const_str_hasattr._ascii.ob_base,
144590             &_Py_ID(warnings),
144591             & const_str_warn._ascii.ob_base,
144592             & const_str_format._ascii.ob_base,
144593             & const_str_RuntimeWarning._ascii.ob_base,
144594             &_Py_ID(importlib),
144595             & const_str_util._ascii.ob_base,
144596             & const_str_find_spec._ascii.ob_base,
144597             & const_str_AttributeError._ascii.ob_base,
144598             & const_str_TypeError._ascii.ob_base,
144599             & const_str_ValueError._ascii.ob_base,
144600             & const_str_endswith._ascii.ob_base,
144601             & const_str_type._ascii.ob_base,
144602             &_Py_ID(__name__),
144603             & const_str_submodule_search_locations._ascii.ob_base,
144604             & const_str__get_module_details._ascii.ob_base,
144605             & const_str_loader._ascii.ob_base,
144606             & const_str_get_code._ascii.ob_base,
144607         },
144608     },
144609 };
144610 static
144611     struct {
144612         PyObject_VAR_HEAD
144613         Py_hash_t ob_shash;
144614         char ob_sval[877];
144615     }
144616 runpy_toplevel_consts_11_linetable = {
144617     .ob_base = {
144618         .ob_base = {
144619             .ob_refcnt = 999999999,
144620             .ob_type = &PyBytes_Type,
144621         },
144622         .ob_size = 876,
144623     },
144624     .ob_shash = -1,
144625     .ob_sval = "\x80\x00\xd8\x07\x0f\xd7\x07\x1a\xd2\x07\x1a\x98\x33\xd1\x07\x1f\xd4\x07\x1f\xf0\x00\x01\x05\x3b\xd8\x0e\x13\x88\x65\xd0\x14\x39\xd1\x0e\x3a\xd4\x0e\x3a\xd0\x08\x3a\xd8\x15\x1d\xd7\x15\x28\xd2\x15\x28\xa8\x13\xd1\x15\x2d\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\xd1\x0c\x20\xd4\x0c\x20\xd0\x0c\x20\xd0\x0c\x20\xf8\xdd\x0f\x1a\xf0\x00\x06\x09\x16\xf0\x00\x06\x09\x16\xf0\x00\x06\x09\x16\xf0\x08\x00\x10\x11\x8c\x76\x88\x7e\xa0\x21\xa4\x26\xa8\x48\xd2\x22\x34\xd0\x22\x34\xd8\x18\x20\xd7\x18\x2b\xd2\x18\x2b\xa8\x41\xac\x46\xb0\x53\xa9\x4c\xd1\x18\x39\xd4\x18\x39\xf0\x03\x00\x23\x35\xe0\x10\x15\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf0\x0d\x06\x09\x16\xf8\xf8\xf8\xf5\x10\x00\x14\x17\x94\x3b\x97\x3f\x92\x3f\xa0\x38\xd1\x13\x2c\xd4\x13\x2c\x88\x08\xd8\x0b\x13\xd0\x0b\x1f\xad\x07\xb0\x08\xb8\x2a\xd1\x28\x45\xd4\x28\x45\xd0\x0b\x1f\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\x1d\x23\x9a\x46\xa8\x48\xb8\x78\x98\x46\xd1\x1c\x48\xd4\x1c\x48\xf0\x07\x00\x0d\x10\xf0\x08\x00\x0d\x11\x88\x44\x95\x1e\xa0\x03\xd1\x11\x24\xd4\x11\x24\xd1\x0c\x25\xd4\x0c\x25\xd0\x0c\x25\xf0\x04\x0a\x05\x49\x01\xdd\x0f\x18\x8c\x7e\xd7\x0f\x27\xd2\x0f\x27\xa8\x08\xd1\x0f\x31\xd4\x0f\x31\x88\x04\x88\x04\xf8\xdd\x0c\x17\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\xd2\x0b\x1c\x98\x55\xd1\x0b\x23\xd4\x0b\x23\xf0\x00\x02\x09\x39\xd8\x0c\x0f\xf0\x00\x01\x15\x38\xa0\x48\xa8\x53\xa8\x62\xa8\x53\xa4\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\x92\x4a\x98\x78\xad\x14\xa8\x62\xa9\x18\xac\x18\xd4\x29\x3a\xb8\x42\xd1\x14\x3f\xd4\x14\x3f\xd1\x0e\x40\xd4\x0e\x40\xc0\x62\xd0\x08\x48\xf8\xf8\xf8\xf8\xf0\x11\x08\x05\x49\x01\xf8\xf8\xf8\xf0\x12\x00\x08\x0c\x80\x7c\xd8\x0e\x13\x88\x65\xd0\x14\x28\xa8\x38\xd1\x14\x33\xd1\x0e\x34\xd4\x0e\x34\xd0\x08\x34\xd8\x07\x0b\xd4\x07\x26\xd0\x07\x32\xd8\x0b\x13\x90\x7a\xd2\x0b\x21\xd0\x0b\x21\xa0\x58\xd7\x25\x36\xd2\x25\x36\xb0\x7b\xd1\x25\x43\xd4\x25\x43\xd0\x0b\x21\xd8\x12\x17\x90\x25\xd0\x18\x3f\xd1\x12\x40\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\xd1\x13\x3c\xd4\x13\x3c\xd0\x0c\x3c\xf8\xd8\x0f\x14\xf0\x00\x04\x09\x47\x01\xf0\x00\x04\x09\x47\x01\xf0\x00\x04\x09\x47\x01\xd8\x0f\x17\x9d\x73\x9c\x7b\xd0\x0f\x2a\xd0\x0f\x2a\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\xf1\x00\x01\x13\x47\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\xf0\x0a\x00\x0e\x12\x8c\x5b\x80\x46\xd8\x07\x0d\x80\x7e\xd8\x0e\x13\x88\x65\xd0\x14\x46\xd8\x43\x4b\xf1\x03\x01\x15\x4c\x01\xf1\x00\x01\x0f\x4d\x01\xf4\x00\x01\x0f\x4d\x01\xf0\x00\x01\x09\x4d\x01\xf0\x04\x03\x05\x26\xd8\x0f\x15\x8f\x7f\x8a\x7f\x98\x78\xd1\x0f\x28\xd4\x0f\x28\x88\x04\x88\x04\xf8\xdd\x0b\x16\xf0\x00\x01\x05\x26\xf0\x00\x01\x05\x26\xf0\x00\x01\x05\x26\xd8\x0e\x13\x88\x65\x95\x46\x98\x31\x91\x49\x94\x49\xd1\x0e\x1e\xd4\x0e\x1e\xa0\x41\xd0\x08\x25\xf8\xf8\xf8\xf8\xf0\x03\x01\x05\x26\xf8\xf8\xf8\xe0\x07\x0b\x80\x7c\xd8\x0e\x13\x88\x65\xd0\x14\x35\xb8\x08\xd1\x14\x40\xd1\x0e\x41\xd4\x0e\x41\xd0\x08\x41\xd8\x0b\x13\x90\x54\x98\x34\xd0\x0b\x1f\xd0\x04\x1f",
144626 };
144627 static
144628     struct {
144629         PyObject_VAR_HEAD
144630         Py_hash_t ob_shash;
144631         char ob_sval[97];
144632     }
144633 runpy_toplevel_consts_11_exceptiontable = {
144634     .ob_base = {
144635         .ob_base = {
144636             .ob_refcnt = 999999999,
144637             .ob_type = &PyBytes_Type,
144638         },
144639         .ob_size = 96,
144640     },
144641     .ob_shash = -1,
144642     .ob_sval = "\xbd\x0f\x41\x0d\x00\xc1\x0d\x0a\x42\x11\x03\xc1\x17\x30\x42\x0c\x03\xc2\x0c\x05\x42\x11\x03\xc3\x3b\x1f\x44\x1b\x00\xc4\x1b\x1d\x46\x1b\x03\xc4\x38\x41\x1e\x46\x16\x03\xc6\x16\x05\x46\x1b\x03\xc7\x1c\x14\x47\x31\x00\xc7\x31\x05\x48\x1b\x03\xc7\x36\x20\x48\x16\x03\xc8\x16\x05\x48\x1b\x03\xc8\x36\x15\x49\x0c\x00\xc9\x0c\x0a\x49\x34\x03\xc9\x16\x19\x49\x2f\x03\xc9\x2f\x05\x49\x34\x03",
144643 };
144644 static
144645     struct {
144646         PyASCIIObject _ascii;
144647         uint8_t _data[9];
144648     }
144649 const_str_existing = {
144650     ._ascii = {
144651         .ob_base = {
144652             .ob_refcnt = 999999999,
144653             .ob_type = &PyUnicode_Type,
144654         },
144655         .length = 8,
144656         .hash = -1,
144657         .state = {
144658             .kind = 1,
144659             .compact = 1,
144660             .ascii = 1,
144661             .ready = 1,
144662         },
144663     },
144664     ._data = "existing",
144665 };
144666 static
144667     struct {
144668         PyASCIIObject _ascii;
144669         uint8_t _data[14];
144670     }
144671 const_str_pkg_main_name = {
144672     ._ascii = {
144673         .ob_base = {
144674             .ob_refcnt = 999999999,
144675             .ob_type = &PyUnicode_Type,
144676         },
144677         .length = 13,
144678         .hash = -1,
144679         .state = {
144680             .kind = 1,
144681             .compact = 1,
144682             .ascii = 1,
144683             .ready = 1,
144684         },
144685     },
144686     ._data = "pkg_main_name",
144687 };
144688 static
144689     struct {
144690         PyGC_Head _gc_head;
144691         struct {
144692             PyObject_VAR_HEAD
144693             PyObject *ob_item[13];
144694         }_object;
144695     }
144696 runpy_toplevel_consts_11_localsplusnames = {
144697     ._object = {
144698         .ob_base = {
144699             .ob_base = {
144700                 .ob_refcnt = 999999999,
144701                 .ob_type = &PyTuple_Type,
144702             },
144703             .ob_size = 13,
144704         },
144705         .ob_item = {
144706             & const_str_mod_name._ascii.ob_base,
144707             & const_str_error._ascii.ob_base,
144708             & const_str_pkg_name._ascii.ob_base,
144709             &_Py_ID(_),
144710             & const_str_e._ascii.ob_base,
144711             & const_str_existing._ascii.ob_base,
144712             & const_str_warn._ascii.ob_base,
144713             &_Py_ID(msg),
144714             & const_str_spec._ascii.ob_base,
144715             & const_str_ex._ascii.ob_base,
144716             & const_str_pkg_main_name._ascii.ob_base,
144717             & const_str_loader._ascii.ob_base,
144718             &_Py_ID(code),
144719         },
144720     },
144721 };
144722 static
144723     struct _PyCode_DEF(1304)
144724 runpy_toplevel_consts_11 = {
144725     .ob_base = {
144726         .ob_base = {
144727             .ob_refcnt = 999999999,
144728             .ob_type = &PyCode_Type,
144729         },
144730         .ob_size = 652,
144731     },
144732     .co_consts = & runpy_toplevel_consts_11_consts._object.ob_base.ob_base,
144733     .co_names = & runpy_toplevel_consts_11_names._object.ob_base.ob_base,
144734     .co_exceptiontable = & runpy_toplevel_consts_11_exceptiontable.ob_base.ob_base,
144735     .co_flags = 3,
144736     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
144737     ._co_linearray_entry_size = 0,
144738     .co_argcount = 2,
144739     .co_posonlyargcount = 0,
144740     .co_kwonlyargcount = 0,
144741     .co_stacksize = 9,
144742     .co_firstlineno = 105,
144743     .co_nlocalsplus = 13,
144744     .co_nlocals = 13,
144745     .co_nplaincellvars = 0,
144746     .co_ncellvars = 0,
144747     .co_nfreevars = 0,
144748     .co_localsplusnames = & runpy_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
144749     .co_localspluskinds = & posixpath_toplevel_consts_32_localspluskinds.ob_base.ob_base,
144750     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
144751     .co_name = & const_str__get_module_details._ascii.ob_base,
144752     .co_qualname = & const_str__get_module_details._ascii.ob_base,
144753     .co_linetable = & runpy_toplevel_consts_11_linetable.ob_base.ob_base,
144754     ._co_code = NULL,
144755     ._co_linearray = NULL,
144756     .co_code_adaptive = "\x97\x00\x7c\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0b\x02\x00\x7c\x01\x64\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\xa0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x02\x7d\x03\x7d\x03\x7c\x02\x72\xbe\x09\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x47\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x3a\x7d\x04\x7c\x04\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x81\x28\x7c\x04\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x6b\x03\x00\x00\x00\x00\x72\x1e\x7c\x02\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7a\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x01\x82\x00\x59\x00\x64\x00\x7d\x04\x7e\x04\x6e\x08\x64\x00\x7d\x04\x7e\x04\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x81\x45\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x64\x03\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x35\x64\x04\x64\x05\x6c\x09\x6d\x0a\x7d\x06\x01\x00\x64\x06\xa0\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x02\xac\x07\xa6\x02\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\x0e\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x6e\x83\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\x63\x7d\x09\x64\x08\x7d\x07\x7c\x00\xa0\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x14\x7c\x07\x64\x0a\x7c\x00\x64\x00\x64\x0b\x85\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\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\xa0\x0b\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\x7c\x08\x80\x0e\x02\x00\x7c\x01\x64\x0e\x7c\x00\x7a\x06\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x08\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x81\x69\x7c\x00\x64\x0f\x6b\x02\x00\x00\x00\x00\x73\x15\x7c\x00\xa0\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x10\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0b\x02\x00\x7c\x01\x64\x11\xa6\x01\x00\x00\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x7c\x01\x24\x00\x72\x25\x7d\x04\x7c\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\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\xa6\x01\x00\x00\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\x7c\x08\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x7c\x0b\x80\x0e\x02\x00\x7c\x01\x64\x14\x7c\x00\x7a\x06\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x09\x00\x7c\x0b\xa0\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x6e\x2b\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1e\x7d\x04\x02\x00\x7c\x01\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\x7c\x0c\x80\x0e\x02\x00\x7c\x01\x64\x15\x7c\x00\x7a\x06\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x7c\x08\x7c\x0c\x66\x03\x53\x00",
144757     ._co_firsttraceable = 0,
144758 };
144759 static
144760     struct {
144761         PyASCIIObject _ascii;
144762         uint8_t _data[7];
144763     }
144764 const_str__Error = {
144765     ._ascii = {
144766         .ob_base = {
144767             .ob_refcnt = 999999999,
144768             .ob_type = &PyUnicode_Type,
144769         },
144770         .length = 6,
144771         .hash = -1,
144772         .state = {
144773             .kind = 1,
144774             .compact = 1,
144775             .ascii = 1,
144776             .ready = 1,
144777         },
144778     },
144779     ._data = "_Error",
144780 };
144781 static
144782     struct {
144783         PyASCIIObject _ascii;
144784         uint8_t _data[67];
144785     }
144786 runpy_toplevel_consts_12_consts_1 = {
144787     ._ascii = {
144788         .ob_base = {
144789             .ob_refcnt = 999999999,
144790             .ob_type = &PyUnicode_Type,
144791         },
144792         .length = 66,
144793         .hash = -1,
144794         .state = {
144795             .kind = 1,
144796             .compact = 1,
144797             .ascii = 1,
144798             .ready = 1,
144799         },
144800     },
144801     ._data = "Error that _run_module_as_main() should report without a traceback",
144802 };
144803 static
144804     struct {
144805         PyGC_Head _gc_head;
144806         struct {
144807             PyObject_VAR_HEAD
144808             PyObject *ob_item[3];
144809         }_object;
144810     }
144811 runpy_toplevel_consts_12_consts = {
144812     ._object = {
144813         .ob_base = {
144814             .ob_base = {
144815                 .ob_refcnt = 999999999,
144816                 .ob_type = &PyTuple_Type,
144817             },
144818             .ob_size = 3,
144819         },
144820         .ob_item = {
144821             & const_str__Error._ascii.ob_base,
144822             & runpy_toplevel_consts_12_consts_1._ascii.ob_base,
144823             Py_None,
144824         },
144825     },
144826 };
144827 static
144828     struct {
144829         PyGC_Head _gc_head;
144830         struct {
144831             PyObject_VAR_HEAD
144832             PyObject *ob_item[4];
144833         }_object;
144834     }
144835 runpy_toplevel_consts_12_names = {
144836     ._object = {
144837         .ob_base = {
144838             .ob_base = {
144839                 .ob_refcnt = 999999999,
144840                 .ob_type = &PyTuple_Type,
144841             },
144842             .ob_size = 4,
144843         },
144844         .ob_item = {
144845             &_Py_ID(__name__),
144846             &_Py_ID(__module__),
144847             &_Py_ID(__qualname__),
144848             &_Py_ID(__doc__),
144849         },
144850     },
144851 };
144852 static
144853     struct {
144854         PyObject_VAR_HEAD
144855         Py_hash_t ob_shash;
144856         char ob_sval[23];
144857     }
144858 runpy_toplevel_consts_12_linetable = {
144859     .ob_base = {
144860         .ob_base = {
144861             .ob_refcnt = 999999999,
144862             .ob_type = &PyBytes_Type,
144863         },
144864         .ob_size = 22,
144865     },
144866     .ob_shash = -1,
144867     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xd8\x04\x4c\xd0\x04\x4c\xd0\x04\x4c\xd0\x04\x4c",
144868 };
144869 static
144870     struct _PyCode_DEF(18)
144871 runpy_toplevel_consts_12 = {
144872     .ob_base = {
144873         .ob_base = {
144874             .ob_refcnt = 999999999,
144875             .ob_type = &PyCode_Type,
144876         },
144877         .ob_size = 9,
144878     },
144879     .co_consts = & runpy_toplevel_consts_12_consts._object.ob_base.ob_base,
144880     .co_names = & runpy_toplevel_consts_12_names._object.ob_base.ob_base,
144881     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
144882     .co_flags = 0,
144883     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
144884     ._co_linearray_entry_size = 0,
144885     .co_argcount = 0,
144886     .co_posonlyargcount = 0,
144887     .co_kwonlyargcount = 0,
144888     .co_stacksize = 1,
144889     .co_firstlineno = 166,
144890     .co_nlocalsplus = 0,
144891     .co_nlocals = 0,
144892     .co_nplaincellvars = 0,
144893     .co_ncellvars = 0,
144894     .co_nfreevars = 0,
144895     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
144896     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
144897     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
144898     .co_name = & const_str__Error._ascii.ob_base,
144899     .co_qualname = & const_str__Error._ascii.ob_base,
144900     .co_linetable = & runpy_toplevel_consts_12_linetable.ob_base.ob_base,
144901     ._co_code = NULL,
144902     ._co_linearray = NULL,
144903     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x53\x00",
144904     ._co_firsttraceable = 0,
144905 };
144906 static
144907     struct {
144908         PyASCIIObject _ascii;
144909         uint8_t _data[454];
144910     }
144911 runpy_toplevel_consts_15_consts_0 = {
144912     ._ascii = {
144913         .ob_base = {
144914             .ob_refcnt = 999999999,
144915             .ob_type = &PyUnicode_Type,
144916         },
144917         .length = 453,
144918         .hash = -1,
144919         .state = {
144920             .kind = 1,
144921             .compact = 1,
144922             .ascii = 1,
144923             .ready = 1,
144924         },
144925     },
144926     ._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",
144927 };
144928 static
144929     struct {
144930         PyGC_Head _gc_head;
144931         struct {
144932             PyObject_VAR_HEAD
144933             PyObject *ob_item[5];
144934         }_object;
144935     }
144936 runpy_toplevel_consts_15_consts = {
144937     ._object = {
144938         .ob_base = {
144939             .ob_base = {
144940                 .ob_refcnt = 999999999,
144941                 .ob_type = &PyTuple_Type,
144942             },
144943             .ob_size = 5,
144944         },
144945         .ob_item = {
144946             & runpy_toplevel_consts_15_consts_0._ascii.ob_base,
144947             &_Py_ID(__main__),
144948             & importlib__bootstrap_external_toplevel_consts_43_consts_4._ascii.ob_base,
144949             Py_None,
144950             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
144951         },
144952     },
144953 };
144954 static
144955     struct {
144956         PyASCIIObject _ascii;
144957         uint8_t _data[25];
144958     }
144959 const_str__get_main_module_details = {
144960     ._ascii = {
144961         .ob_base = {
144962             .ob_refcnt = 999999999,
144963             .ob_type = &PyUnicode_Type,
144964         },
144965         .length = 24,
144966         .hash = -1,
144967         .state = {
144968             .kind = 1,
144969             .compact = 1,
144970             .ascii = 1,
144971             .ready = 1,
144972         },
144973     },
144974     ._data = "_get_main_module_details",
144975 };
144976 static
144977     struct {
144978         PyGC_Head _gc_head;
144979         struct {
144980             PyObject_VAR_HEAD
144981             PyObject *ob_item[11];
144982         }_object;
144983     }
144984 runpy_toplevel_consts_15_names = {
144985     ._object = {
144986         .ob_base = {
144987             .ob_base = {
144988                 .ob_refcnt = 999999999,
144989                 .ob_type = &PyTuple_Type,
144990             },
144991             .ob_size = 11,
144992         },
144993         .ob_item = {
144994             & const_str__get_module_details._ascii.ob_base,
144995             & const_str__Error._ascii.ob_base,
144996             & const_str__get_main_module_details._ascii.ob_base,
144997             & const_str_sys._ascii.ob_base,
144998             & const_str_executable._ascii.ob_base,
144999             & const_str_exit._ascii.ob_base,
145000             &_Py_ID(modules),
145001             &_Py_ID(__dict__),
145002             & const_str_origin._ascii.ob_base,
145003             & const_str_argv._ascii.ob_base,
145004             & const_str__run_code._ascii.ob_base,
145005         },
145006     },
145007 };
145008 static
145009     struct {
145010         PyASCIIObject _ascii;
145011         uint8_t _data[20];
145012     }
145013 const_str__run_module_as_main = {
145014     ._ascii = {
145015         .ob_base = {
145016             .ob_refcnt = 999999999,
145017             .ob_type = &PyUnicode_Type,
145018         },
145019         .length = 19,
145020         .hash = -1,
145021         .state = {
145022             .kind = 1,
145023             .compact = 1,
145024             .ascii = 1,
145025             .ready = 1,
145026         },
145027     },
145028     ._data = "_run_module_as_main",
145029 };
145030 static
145031     struct {
145032         PyObject_VAR_HEAD
145033         Py_hash_t ob_shash;
145034         char ob_sval[211];
145035     }
145036 runpy_toplevel_consts_15_linetable = {
145037     .ob_base = {
145038         .ob_base = {
145039             .ob_refcnt = 999999999,
145040             .ob_type = &PyBytes_Type,
145041         },
145042         .ob_size = 210,
145043     },
145044     .ob_shash = -1,
145045     .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\xd0\x19\x2f\xdd\x27\x3a\xb8\x38\xc5\x56\xd1\x27\x4c\xd4\x27\x4c\xd1\x0c\x24\x88\x48\x90\x68\xa0\x04\xa0\x04\xe5\x27\x3f\xc5\x06\xd1\x27\x47\xd4\x27\x47\xd1\x0c\x24\x88\x48\x90\x68\xa0\x04\xf8\xf8\xdd\x0b\x11\xf0\x00\x02\x05\x16\xf0\x00\x02\x05\x16\xf0\x00\x02\x05\x16\xdd\x1a\x1d\x9c\x2e\x98\x2e\x98\x2e\xa8\x23\xa8\x23\xd0\x0e\x2e\x88\x03\xdd\x08\x0b\x8c\x08\x90\x13\x89\x0d\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\xf5\x06\x00\x14\x17\x94\x3b\x98\x7a\xd4\x13\x2a\xd4\x13\x33\x80\x4c\xd8\x07\x11\xf0\x00\x01\x05\x26\xd8\x16\x1e\x94\x6f\x8d\x03\x8c\x08\x90\x11\x89\x0b\xdd\x0b\x14\x90\x54\x98\x3c\xa8\x14\xd8\x15\x1f\xa0\x18\xf1\x03\x01\x0c\x2b\xf4\x00\x01\x0c\x2b\xf0\x00\x01\x05\x2b",
145046 };
145047 static
145048     struct {
145049         PyObject_VAR_HEAD
145050         Py_hash_t ob_shash;
145051         char ob_sval[22];
145052     }
145053 runpy_toplevel_consts_15_exceptiontable = {
145054     .ob_base = {
145055         .ob_base = {
145056             .ob_refcnt = 999999999,
145057             .ob_type = &PyBytes_Type,
145058         },
145059         .ob_size = 21,
145060     },
145061     .ob_shash = -1,
145062     .ob_sval = "\x82\x3a\x3d\x00\xbd\x0a\x41\x36\x03\xc1\x07\x25\x41\x31\x03\xc1\x31\x05\x41\x36\x03",
145063 };
145064 static
145065     struct {
145066         PyASCIIObject _ascii;
145067         uint8_t _data[11];
145068     }
145069 const_str_alter_argv = {
145070     ._ascii = {
145071         .ob_base = {
145072             .ob_refcnt = 999999999,
145073             .ob_type = &PyUnicode_Type,
145074         },
145075         .length = 10,
145076         .hash = -1,
145077         .state = {
145078             .kind = 1,
145079             .compact = 1,
145080             .ascii = 1,
145081             .ready = 1,
145082         },
145083     },
145084     ._data = "alter_argv",
145085 };
145086 static
145087     struct {
145088         PyASCIIObject _ascii;
145089         uint8_t _data[13];
145090     }
145091 const_str_main_globals = {
145092     ._ascii = {
145093         .ob_base = {
145094             .ob_refcnt = 999999999,
145095             .ob_type = &PyUnicode_Type,
145096         },
145097         .length = 12,
145098         .hash = -1,
145099         .state = {
145100             .kind = 1,
145101             .compact = 1,
145102             .ascii = 1,
145103             .ready = 1,
145104         },
145105     },
145106     ._data = "main_globals",
145107 };
145108 static
145109     struct {
145110         PyGC_Head _gc_head;
145111         struct {
145112             PyObject_VAR_HEAD
145113             PyObject *ob_item[7];
145114         }_object;
145115     }
145116 runpy_toplevel_consts_15_localsplusnames = {
145117     ._object = {
145118         .ob_base = {
145119             .ob_base = {
145120                 .ob_refcnt = 999999999,
145121                 .ob_type = &PyTuple_Type,
145122             },
145123             .ob_size = 7,
145124         },
145125         .ob_item = {
145126             & const_str_mod_name._ascii.ob_base,
145127             & const_str_alter_argv._ascii.ob_base,
145128             & const_str_mod_spec._ascii.ob_base,
145129             &_Py_ID(code),
145130             & const_str_exc._ascii.ob_base,
145131             &_Py_ID(msg),
145132             & const_str_main_globals._ascii.ob_base,
145133         },
145134     },
145135 };
145136 static
145137     struct _PyCode_DEF(370)
145138 runpy_toplevel_consts_15 = {
145139     .ob_base = {
145140         .ob_base = {
145141             .ob_refcnt = 999999999,
145142             .ob_type = &PyCode_Type,
145143         },
145144         .ob_size = 185,
145145     },
145146     .co_consts = & runpy_toplevel_consts_15_consts._object.ob_base.ob_base,
145147     .co_names = & runpy_toplevel_consts_15_names._object.ob_base.ob_base,
145148     .co_exceptiontable = & runpy_toplevel_consts_15_exceptiontable.ob_base.ob_base,
145149     .co_flags = 3,
145150     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
145151     ._co_linearray_entry_size = 0,
145152     .co_argcount = 2,
145153     .co_posonlyargcount = 0,
145154     .co_kwonlyargcount = 0,
145155     .co_stacksize = 7,
145156     .co_firstlineno = 173,
145157     .co_nlocalsplus = 7,
145158     .co_nlocals = 7,
145159     .co_nplaincellvars = 0,
145160     .co_ncellvars = 0,
145161     .co_nfreevars = 0,
145162     .co_localsplusnames = & runpy_toplevel_consts_15_localsplusnames._object.ob_base.ob_base,
145163     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
145164     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
145165     .co_name = & const_str__run_module_as_main._ascii.ob_base,
145166     .co_qualname = & const_str__run_module_as_main._ascii.ob_base,
145167     .co_linetable = & runpy_toplevel_consts_15_linetable.ob_base.ob_base,
145168     ._co_code = NULL,
145169     ._co_linearray = NULL,
145170     .co_code_adaptive = "\x97\x00\x09\x00\x7c\x01\x73\x06\x7c\x00\x64\x01\x6b\x03\x00\x00\x00\x00\x72\x1a\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\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x00\x7d\x02\x7d\x03\x6e\x18\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x00\x7d\x02\x7d\x03\x6e\x3c\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x2f\x7d\x04\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\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\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x64\x03\x7d\x04\x7e\x04\x6e\x08\x64\x03\x7d\x04\x7e\x04\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x01\x72\x14\x7c\x02\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\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\x7c\x03\x7c\x06\x64\x03\x64\x01\x7c\x02\xa6\x05\x00\x00\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
145171     ._co_firsttraceable = 0,
145172 };
145173 static
145174     struct {
145175         PyCompactUnicodeObject _compact;
145176         uint16_t _data[801];
145177     }
145178 runpy_toplevel_consts_17_consts_0 = {
145179     ._compact = {
145180         ._base = {
145181             .ob_base = {
145182                 .ob_refcnt = 999999999,
145183                 .ob_type = &PyUnicode_Type,
145184             },
145185             .length = 800,
145186             .hash = -1,
145187             .state = {
145188                 .kind = 2,
145189                 .compact = 1,
145190                 .ascii = 0,
145191                 .ready = 1,
145192             },
145193         },
145194     },
145195     ._data = {
145196         69, 120, 101, 99, 117, 116, 101, 32, 97, 32, 109, 111, 100, 117, 108, 101,
145197         39, 115, 32, 99, 111, 100, 101, 32, 119, 105, 116, 104, 111, 117, 116, 32,
145198         105, 109, 112, 111, 114, 116, 105, 110, 103, 32, 105, 116, 46, 10, 10, 32,
145199         32, 32, 32, 32, 32, 32, 109, 111, 100, 95, 110, 97, 109, 101, 32, 45,
145200         45, 32, 97, 110, 32, 97, 98, 115, 111, 108, 117, 116, 101, 32, 109, 111,
145201         100, 117, 108, 101, 32, 110, 97, 109, 101, 32, 111, 114, 32, 112, 97, 99,
145202         107, 97, 103, 101, 32, 110, 97, 109, 101, 46, 10, 10, 32, 32, 32, 32,
145203         32, 32, 32, 79, 112, 116, 105, 111, 110, 97, 108, 32, 97, 114, 103, 117,
145204         109, 101, 110, 116, 115, 58, 10, 32, 32, 32, 32, 32, 32, 32, 105, 110,
145205         105, 116, 95, 103, 108, 111, 98, 97, 108, 115, 32, 45, 45, 32, 100, 105,
145206         99, 116, 105, 111, 110, 97, 114, 121, 32, 117, 115, 101, 100, 32, 116, 111,
145207         32, 112, 114, 101, 45, 112, 111, 112, 117, 108, 97, 116, 101, 32, 116, 104,
145208         101, 32, 109, 111, 100, 117, 108, 101, 8217, 115, 10, 32, 32, 32, 32, 32,
145209         32, 32, 103, 108, 111, 98, 97, 108, 115, 32, 100, 105, 99, 116, 105, 111,
145210         110, 97, 114, 121, 32, 98, 101, 102, 111, 114, 101, 32, 116, 104, 101, 32,
145211         99, 111, 100, 101, 32, 105, 115, 32, 101, 120, 101, 99, 117, 116, 101, 100,
145212         46, 10, 10, 32, 32, 32, 32, 32, 32, 32, 114, 117, 110, 95, 110, 97,
145213         109, 101, 32, 45, 45, 32, 105, 102, 32, 110, 111, 116, 32, 78, 111, 110,
145214         101, 44, 32, 116, 104, 105, 115, 32, 119, 105, 108, 108, 32, 98, 101, 32,
145215         117, 115, 101, 100, 32, 102, 111, 114, 32, 115, 101, 116, 116, 105, 110, 103,
145216         32, 95, 95, 110, 97, 109, 101, 95, 95, 59, 10, 32, 32, 32, 32, 32,
145217         32, 32, 111, 116, 104, 101, 114, 119, 105, 115, 101, 44, 32, 95, 95, 110,
145218         97, 109, 101, 95, 95, 32, 119, 105, 108, 108, 32, 98, 101, 32, 115, 101,
145219         116, 32, 116, 111, 32, 109, 111, 100, 95, 110, 97, 109, 101, 32, 43, 32,
145220         39, 95, 95, 109, 97, 105, 110, 95, 95, 39, 32, 105, 102, 32, 116, 104,
145221         101, 10, 32, 32, 32, 32, 32, 32, 32, 110, 97, 109, 101, 100, 32, 109,
145222         111, 100, 117, 108, 101, 32, 105, 115, 32, 97, 32, 112, 97, 99, 107, 97,
145223         103, 101, 32, 97, 110, 100, 32, 116, 111, 32, 106, 117, 115, 116, 32, 109,
145224         111, 100, 95, 110, 97, 109, 101, 32, 111, 116, 104, 101, 114, 119, 105, 115,
145225         101, 46, 10, 10, 32, 32, 32, 32, 32, 32, 32, 97, 108, 116, 101, 114,
145226         95, 115, 121, 115, 32, 45, 45, 32, 105, 102, 32, 84, 114, 117, 101, 44,
145227         32, 115, 121, 115, 46, 97, 114, 103, 118, 91, 48, 93, 32, 105, 115, 32,
145228         117, 112, 100, 97, 116, 101, 100, 32, 119, 105, 116, 104, 32, 116, 104, 101,
145229         32, 118, 97, 108, 117, 101, 32, 111, 102, 10, 32, 32, 32, 32, 32, 32,
145230         32, 95, 95, 102, 105, 108, 101, 95, 95, 32, 97, 110, 100, 32, 115, 121,
145231         115, 46, 109, 111, 100, 117, 108, 101, 115, 91, 95, 95, 110, 97, 109, 101,
145232         95, 95, 93, 32, 105, 115, 32, 117, 112, 100, 97, 116, 101, 100, 32, 119,
145233         105, 116, 104, 32, 97, 32, 116, 101, 109, 112, 111, 114, 97, 114, 121, 10,
145234         32, 32, 32, 32, 32, 32, 32, 109, 111, 100, 117, 108, 101, 32, 111, 98,
145235         106, 101, 99, 116, 32, 102, 111, 114, 32, 116, 104, 101, 32, 109, 111, 100,
145236         117, 108, 101, 32, 98, 101, 105, 110, 103, 32, 101, 120, 101, 99, 117, 116,
145237         101, 100, 46, 32, 66, 111, 116, 104, 32, 97, 114, 101, 10, 32, 32, 32,
145238         32, 32, 32, 32, 114, 101, 115, 116, 111, 114, 101, 100, 32, 116, 111, 32,
145239         116, 104, 101, 105, 114, 32, 111, 114, 105, 103, 105, 110, 97, 108, 32, 118,
145240         97, 108, 117, 101, 115, 32, 98, 101, 102, 111, 114, 101, 32, 116, 104, 101,
145241         32, 102, 117, 110, 99, 116, 105, 111, 110, 32, 114, 101, 116, 117, 114, 110,
145242         115, 46, 10, 10, 32, 32, 32, 32, 32, 32, 32, 82, 101, 116, 117, 114,
145243         110, 115, 32, 116, 104, 101, 32, 114, 101, 115, 117, 108, 116, 105, 110, 103,
145244         32, 109, 111, 100, 117, 108, 101, 32, 103, 108, 111, 98, 97, 108, 115, 32,
145245         100, 105, 99, 116, 105, 111, 110, 97, 114, 121, 46, 10, 32, 32, 32, 32,
145246     },
145247 };
145248 static
145249     struct {
145250         PyGC_Head _gc_head;
145251         struct {
145252             PyObject_VAR_HEAD
145253             PyObject *ob_item[1];
145254         }_object;
145255     }
145256 runpy_toplevel_consts_17_consts = {
145257     ._object = {
145258         .ob_base = {
145259             .ob_base = {
145260                 .ob_refcnt = 999999999,
145261                 .ob_type = &PyTuple_Type,
145262             },
145263             .ob_size = 1,
145264         },
145265         .ob_item = {
145266             & runpy_toplevel_consts_17_consts_0._compact._base.ob_base,
145267         },
145268     },
145269 };
145270 static
145271     struct {
145272         PyGC_Head _gc_head;
145273         struct {
145274             PyObject_VAR_HEAD
145275             PyObject *ob_item[3];
145276         }_object;
145277     }
145278 runpy_toplevel_consts_17_names = {
145279     ._object = {
145280         .ob_base = {
145281             .ob_base = {
145282                 .ob_refcnt = 999999999,
145283                 .ob_type = &PyTuple_Type,
145284             },
145285             .ob_size = 3,
145286         },
145287         .ob_item = {
145288             & const_str__get_module_details._ascii.ob_base,
145289             & const_str__run_module_code._ascii.ob_base,
145290             & const_str__run_code._ascii.ob_base,
145291         },
145292     },
145293 };
145294 static
145295     struct {
145296         PyObject_VAR_HEAD
145297         Py_hash_t ob_shash;
145298         char ob_sval[89];
145299     }
145300 runpy_toplevel_consts_17_linetable = {
145301     .ob_base = {
145302         .ob_base = {
145303             .ob_refcnt = 999999999,
145304             .ob_type = &PyBytes_Type,
145305         },
145306         .ob_size = 88,
145307     },
145308     .ob_shash = -1,
145309     .ob_sval = "\x80\x00\xf5\x2a\x00\x20\x33\xb0\x38\xd1\x1f\x3c\xd4\x1f\x3c\xd1\x04\x1c\x80\x48\x88\x68\x98\x04\xd8\x07\x0f\xd0\x07\x17\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\xd1\x0f\x47\xd4\x0f\x47\xd0\x08\x47\xf5\x06\x00\x10\x19\x98\x14\x98\x72\xa0\x3c\xb0\x18\xb8\x38\xd1\x0f\x44\xd4\x0f\x44\xd0\x08\x44",
145310 };
145311 static
145312     struct {
145313         PyASCIIObject _ascii;
145314         uint8_t _data[9];
145315     }
145316 const_str_run_name = {
145317     ._ascii = {
145318         .ob_base = {
145319             .ob_refcnt = 999999999,
145320             .ob_type = &PyUnicode_Type,
145321         },
145322         .length = 8,
145323         .hash = -1,
145324         .state = {
145325             .kind = 1,
145326             .compact = 1,
145327             .ascii = 1,
145328             .ready = 1,
145329         },
145330     },
145331     ._data = "run_name",
145332 };
145333 static
145334     struct {
145335         PyASCIIObject _ascii;
145336         uint8_t _data[10];
145337     }
145338 const_str_alter_sys = {
145339     ._ascii = {
145340         .ob_base = {
145341             .ob_refcnt = 999999999,
145342             .ob_type = &PyUnicode_Type,
145343         },
145344         .length = 9,
145345         .hash = -1,
145346         .state = {
145347             .kind = 1,
145348             .compact = 1,
145349             .ascii = 1,
145350             .ready = 1,
145351         },
145352     },
145353     ._data = "alter_sys",
145354 };
145355 static
145356     struct {
145357         PyGC_Head _gc_head;
145358         struct {
145359             PyObject_VAR_HEAD
145360             PyObject *ob_item[6];
145361         }_object;
145362     }
145363 runpy_toplevel_consts_17_localsplusnames = {
145364     ._object = {
145365         .ob_base = {
145366             .ob_base = {
145367                 .ob_refcnt = 999999999,
145368                 .ob_type = &PyTuple_Type,
145369             },
145370             .ob_size = 6,
145371         },
145372         .ob_item = {
145373             & const_str_mod_name._ascii.ob_base,
145374             & const_str_init_globals._ascii.ob_base,
145375             & const_str_run_name._ascii.ob_base,
145376             & const_str_alter_sys._ascii.ob_base,
145377             & const_str_mod_spec._ascii.ob_base,
145378             &_Py_ID(code),
145379         },
145380     },
145381 };
145382 static
145383     struct _PyCode_DEF(126)
145384 runpy_toplevel_consts_17 = {
145385     .ob_base = {
145386         .ob_base = {
145387             .ob_refcnt = 999999999,
145388             .ob_type = &PyCode_Type,
145389         },
145390         .ob_size = 63,
145391     },
145392     .co_consts = & runpy_toplevel_consts_17_consts._object.ob_base.ob_base,
145393     .co_names = & runpy_toplevel_consts_17_names._object.ob_base.ob_base,
145394     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
145395     .co_flags = 3,
145396     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
145397     ._co_linearray_entry_size = 0,
145398     .co_argcount = 4,
145399     .co_posonlyargcount = 0,
145400     .co_kwonlyargcount = 0,
145401     .co_stacksize = 7,
145402     .co_firstlineno = 201,
145403     .co_nlocalsplus = 6,
145404     .co_nlocals = 6,
145405     .co_nplaincellvars = 0,
145406     .co_ncellvars = 0,
145407     .co_nfreevars = 0,
145408     .co_localsplusnames = & runpy_toplevel_consts_17_localsplusnames._object.ob_base.ob_base,
145409     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
145410     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
145411     .co_name = & const_str_run_module._ascii.ob_base,
145412     .co_qualname = & const_str_run_module._ascii.ob_base,
145413     .co_linetable = & runpy_toplevel_consts_17_linetable.ob_base.ob_base,
145414     ._co_code = NULL,
145415     ._co_linearray = NULL,
145416     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\x12\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x01\x7c\x02\x7c\x04\xa6\x04\x00\x00\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\xa6\x05\x00\x00\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
145417     ._co_firsttraceable = 0,
145418 };
145419 static
145420     struct {
145421         PyASCIIObject _ascii;
145422         uint8_t _data[12];
145423     }
145424 runpy_toplevel_consts_18_consts_2 = {
145425     ._ascii = {
145426         .ob_base = {
145427             .ob_refcnt = 999999999,
145428             .ob_type = &PyUnicode_Type,
145429         },
145430         .length = 11,
145431         .hash = -1,
145432         .state = {
145433             .kind = 1,
145434             .compact = 1,
145435             .ascii = 1,
145436             .ready = 1,
145437         },
145438     },
145439     ._data = "can't find ",
145440 };
145441 static
145442     struct {
145443         PyASCIIObject _ascii;
145444         uint8_t _data[12];
145445     }
145446 runpy_toplevel_consts_18_consts_3 = {
145447     ._ascii = {
145448         .ob_base = {
145449             .ob_refcnt = 999999999,
145450             .ob_type = &PyUnicode_Type,
145451         },
145452         .length = 11,
145453         .hash = -1,
145454         .state = {
145455             .kind = 1,
145456             .compact = 1,
145457             .ascii = 1,
145458             .ready = 1,
145459         },
145460     },
145461     ._data = " module in ",
145462 };
145463 static
145464     struct {
145465         PyGC_Head _gc_head;
145466         struct {
145467             PyObject_VAR_HEAD
145468             PyObject *ob_item[5];
145469         }_object;
145470     }
145471 runpy_toplevel_consts_18_consts = {
145472     ._object = {
145473         .ob_base = {
145474             .ob_base = {
145475                 .ob_refcnt = 999999999,
145476                 .ob_type = &PyTuple_Type,
145477             },
145478             .ob_size = 5,
145479         },
145480         .ob_item = {
145481             Py_None,
145482             &_Py_ID(__main__),
145483             & runpy_toplevel_consts_18_consts_2._ascii.ob_base,
145484             & runpy_toplevel_consts_18_consts_3._ascii.ob_base,
145485             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
145486         },
145487     },
145488 };
145489 static
145490     struct {
145491         PyGC_Head _gc_head;
145492         struct {
145493             PyObject_VAR_HEAD
145494             PyObject *ob_item[6];
145495         }_object;
145496     }
145497 runpy_toplevel_consts_18_names = {
145498     ._object = {
145499         .ob_base = {
145500             .ob_base = {
145501                 .ob_refcnt = 999999999,
145502                 .ob_type = &PyTuple_Type,
145503             },
145504             .ob_size = 6,
145505         },
145506         .ob_item = {
145507             & const_str_sys._ascii.ob_base,
145508             &_Py_ID(modules),
145509             & const_str__get_module_details._ascii.ob_base,
145510             & const_str_ImportError._ascii.ob_base,
145511             & const_str_str._ascii.ob_base,
145512             &_Py_ID(path),
145513         },
145514     },
145515 };
145516 static
145517     struct {
145518         PyObject_VAR_HEAD
145519         Py_hash_t ob_shash;
145520         char ob_sval[193];
145521     }
145522 runpy_toplevel_consts_18_linetable = {
145523     .ob_base = {
145524         .ob_base = {
145525             .ob_refcnt = 999999999,
145526             .ob_type = &PyBytes_Type,
145527         },
145528         .ob_size = 192,
145529     },
145530     .ob_shash = -1,
145531     .ob_sval = "\x80\x00\xf0\x0a\x00\x11\x1b\x80\x49\xdd\x11\x14\x94\x1b\x98\x59\xd4\x11\x27\x80\x4a\xdd\x08\x0b\x8c\x0b\x90\x49\xd0\x08\x1e\xf0\x02\x08\x05\x2c\xdd\x0f\x22\xa0\x39\xd1\x0f\x2d\xd4\x0f\x2d\xf0\x0e\x00\x22\x2c\x8d\x03\x8c\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\x99\x08\x9c\x08\xd0\x0b\x20\xd0\x0b\x20\xd8\x12\x17\x90\x25\x90\x25\xd8\x1f\x28\x98\x79\x98\x79\xad\x23\xac\x28\xb0\x31\xac\x2b\xa8\x2b\xf0\x03\x01\x19\x37\xf1\x00\x01\x13\x38\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\x8c\x0b\x90\x49\xd1\x08\x1e\xd0\x08\x2b\xd0\x08\x2b\xd0\x08\x2b\xd0\x08\x2b",
145532 };
145533 static
145534     struct {
145535         PyObject_VAR_HEAD
145536         Py_hash_t ob_shash;
145537         char ob_sval[36];
145538     }
145539 runpy_toplevel_consts_18_exceptiontable = {
145540     .ob_base = {
145541         .ob_base = {
145542             .ob_refcnt = 999999999,
145543             .ob_type = &PyBytes_Type,
145544         },
145545         .ob_size = 35,
145546     },
145547     .ob_shash = -1,
145548     .ob_sval = "\xa3\x0e\x41\x01\x00\xc1\x01\x0a\x42\x04\x03\xc1\x0b\x34\x41\x3f\x03\xc1\x3f\x05\x42\x04\x03\xc2\x04\x03\x42\x07\x00\xc2\x07\x11\x42\x18\x03",
145549 };
145550 static
145551     struct {
145552         PyASCIIObject _ascii;
145553         uint8_t _data[10];
145554     }
145555 const_str_main_name = {
145556     ._ascii = {
145557         .ob_base = {
145558             .ob_refcnt = 999999999,
145559             .ob_type = &PyUnicode_Type,
145560         },
145561         .length = 9,
145562         .hash = -1,
145563         .state = {
145564             .kind = 1,
145565             .compact = 1,
145566             .ascii = 1,
145567             .ready = 1,
145568         },
145569     },
145570     ._data = "main_name",
145571 };
145572 static
145573     struct {
145574         PyASCIIObject _ascii;
145575         uint8_t _data[11];
145576     }
145577 const_str_saved_main = {
145578     ._ascii = {
145579         .ob_base = {
145580             .ob_refcnt = 999999999,
145581             .ob_type = &PyUnicode_Type,
145582         },
145583         .length = 10,
145584         .hash = -1,
145585         .state = {
145586             .kind = 1,
145587             .compact = 1,
145588             .ascii = 1,
145589             .ready = 1,
145590         },
145591     },
145592     ._data = "saved_main",
145593 };
145594 static
145595     struct {
145596         PyGC_Head _gc_head;
145597         struct {
145598             PyObject_VAR_HEAD
145599             PyObject *ob_item[4];
145600         }_object;
145601     }
145602 runpy_toplevel_consts_18_localsplusnames = {
145603     ._object = {
145604         .ob_base = {
145605             .ob_base = {
145606                 .ob_refcnt = 999999999,
145607                 .ob_type = &PyTuple_Type,
145608             },
145609             .ob_size = 4,
145610         },
145611         .ob_item = {
145612             & const_str_error._ascii.ob_base,
145613             & const_str_main_name._ascii.ob_base,
145614             & const_str_saved_main._ascii.ob_base,
145615             & const_str_exc._ascii.ob_base,
145616         },
145617     },
145618 };
145619 static
145620     struct _PyCode_DEF(310)
145621 runpy_toplevel_consts_18 = {
145622     .ob_base = {
145623         .ob_base = {
145624             .ob_refcnt = 999999999,
145625             .ob_type = &PyCode_Type,
145626         },
145627         .ob_size = 155,
145628     },
145629     .co_consts = & runpy_toplevel_consts_18_consts._object.ob_base.ob_base,
145630     .co_names = & runpy_toplevel_consts_18_names._object.ob_base.ob_base,
145631     .co_exceptiontable = & runpy_toplevel_consts_18_exceptiontable.ob_base.ob_base,
145632     .co_flags = 3,
145633     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
145634     ._co_linearray_entry_size = 0,
145635     .co_argcount = 1,
145636     .co_posonlyargcount = 0,
145637     .co_kwonlyargcount = 0,
145638     .co_stacksize = 8,
145639     .co_firstlineno = 231,
145640     .co_nlocalsplus = 4,
145641     .co_nlocals = 4,
145642     .co_nplaincellvars = 0,
145643     .co_ncellvars = 0,
145644     .co_nfreevars = 0,
145645     .co_localsplusnames = & runpy_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
145646     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
145647     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
145648     .co_name = & const_str__get_main_module_details._ascii.ob_base,
145649     .co_qualname = & const_str__get_main_module_details._ascii.ob_base,
145650     .co_linetable = & runpy_toplevel_consts_18_linetable.ob_base.ob_base,
145651     ._co_code = NULL,
145652     ._co_linearray = NULL,
145653     .co_code_adaptive = "\x97\x00\x64\x01\x7d\x01\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\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\x01\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\xa6\x01\x00\x00\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\x01\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\x39\x7d\x03\x7c\x01\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x22\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\x05\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x02\x9d\x04\xa6\x01\x00\x00\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\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3c\x00\x00\x00\x77\x00\x78\x03\x59\x00\x77\x01",
145654     ._co_firsttraceable = 0,
145655 };
145656 static
145657     struct {
145658         PyASCIIObject _ascii;
145659         uint8_t _data[10];
145660     }
145661 const_str_read_code = {
145662     ._ascii = {
145663         .ob_base = {
145664             .ob_refcnt = 999999999,
145665             .ob_type = &PyUnicode_Type,
145666         },
145667         .length = 9,
145668         .hash = -1,
145669         .state = {
145670             .kind = 1,
145671             .compact = 1,
145672             .ascii = 1,
145673             .ready = 1,
145674         },
145675     },
145676     ._data = "read_code",
145677 };
145678 static
145679     struct {
145680         PyGC_Head _gc_head;
145681         struct {
145682             PyObject_VAR_HEAD
145683             PyObject *ob_item[1];
145684         }_object;
145685     }
145686 runpy_toplevel_consts_19_consts_2 = {
145687     ._object = {
145688         .ob_base = {
145689             .ob_base = {
145690                 .ob_refcnt = 999999999,
145691                 .ob_type = &PyTuple_Type,
145692             },
145693             .ob_size = 1,
145694         },
145695         .ob_item = {
145696             & const_str_read_code._ascii.ob_base,
145697         },
145698     },
145699 };
145700 static
145701     struct {
145702         PyGC_Head _gc_head;
145703         struct {
145704             PyObject_VAR_HEAD
145705             PyObject *ob_item[4];
145706         }_object;
145707     }
145708 runpy_toplevel_consts_19_consts = {
145709     ._object = {
145710         .ob_base = {
145711             .ob_base = {
145712                 .ob_refcnt = 999999999,
145713                 .ob_type = &PyTuple_Type,
145714             },
145715             .ob_size = 4,
145716         },
145717         .ob_item = {
145718             Py_None,
145719             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
145720             & runpy_toplevel_consts_19_consts_2._object.ob_base.ob_base,
145721             & const_str_exec._ascii.ob_base,
145722         },
145723     },
145724 };
145725 static
145726     struct {
145727         PyASCIIObject _ascii;
145728         uint8_t _data[8];
145729     }
145730 const_str_pkgutil = {
145731     ._ascii = {
145732         .ob_base = {
145733             .ob_refcnt = 999999999,
145734             .ob_type = &PyUnicode_Type,
145735         },
145736         .length = 7,
145737         .hash = -1,
145738         .state = {
145739             .kind = 1,
145740             .compact = 1,
145741             .ascii = 1,
145742             .ready = 1,
145743         },
145744     },
145745     ._data = "pkgutil",
145746 };
145747 static
145748     struct {
145749         PyGC_Head _gc_head;
145750         struct {
145751             PyObject_VAR_HEAD
145752             PyObject *ob_item[10];
145753         }_object;
145754     }
145755 runpy_toplevel_consts_19_names = {
145756     ._object = {
145757         .ob_base = {
145758             .ob_base = {
145759                 .ob_refcnt = 999999999,
145760                 .ob_type = &PyTuple_Type,
145761             },
145762             .ob_size = 10,
145763         },
145764         .ob_item = {
145765             & const_str_pkgutil._ascii.ob_base,
145766             & const_str_read_code._ascii.ob_base,
145767             & const_str_os._ascii.ob_base,
145768             &_Py_ID(path),
145769             & const_str_abspath._ascii.ob_base,
145770             & const_str_fsdecode._ascii.ob_base,
145771             & const_str_io._ascii.ob_base,
145772             & const_str_open_code._ascii.ob_base,
145773             & const_str_compile._ascii.ob_base,
145774             &_Py_ID(read),
145775         },
145776     },
145777 };
145778 static
145779     struct {
145780         PyASCIIObject _ascii;
145781         uint8_t _data[20];
145782     }
145783 const_str__get_code_from_file = {
145784     ._ascii = {
145785         .ob_base = {
145786             .ob_refcnt = 999999999,
145787             .ob_type = &PyUnicode_Type,
145788         },
145789         .length = 19,
145790         .hash = -1,
145791         .state = {
145792             .kind = 1,
145793             .compact = 1,
145794             .ascii = 1,
145795             .ready = 1,
145796         },
145797     },
145798     ._data = "_get_code_from_file",
145799 };
145800 static
145801     struct {
145802         PyObject_VAR_HEAD
145803         Py_hash_t ob_shash;
145804         char ob_sval[299];
145805     }
145806 runpy_toplevel_consts_19_linetable = {
145807     .ob_base = {
145808         .ob_base = {
145809             .ob_refcnt = 999999999,
145810             .ob_type = &PyBytes_Type,
145811         },
145812         .ob_size = 298,
145813     },
145814     .ob_shash = -1,
145815     .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\x94\x37\x97\x3f\x92\x3f\xa5\x32\xa4\x3b\xa8\x75\xd1\x23\x35\xd4\x23\x35\xd1\x13\x36\xd4\x13\x36\x80\x4c\xdd\x09\x0b\x8c\x1c\x90\x6c\xd1\x09\x23\xd4\x09\x23\xf0\x00\x01\x05\x1c\xa0\x71\xd8\x0f\x18\x88\x79\x98\x11\x89\x7c\x8c\x7c\x88\x04\xf0\x03\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf1\x00\x01\x05\x1c\xf4\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\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xe0\x07\x0b\x80\x7c\xe5\x0d\x0f\x8c\x5c\x98\x2c\xd1\x0d\x27\xd4\x0d\x27\xf0\x00\x01\x09\x34\xa8\x31\xdd\x13\x1a\x98\x31\x9f\x36\x9a\x36\x99\x38\x9c\x38\xa0\x55\xa8\x46\xd1\x13\x33\xd4\x13\x33\x88\x44\xf0\x03\x01\x09\x34\xf0\x00\x01\x09\x34\xf0\x00\x01\x09\x34\xf1\x00\x01\x09\x34\xf4\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\xf0\x00\x01\x09\x34\xf0\x00\x01\x09\x34\xf0\x00\x01\x09\x34\xf0\x00\x01\x09\x34\xe0\x0b\x0f\x90\x15\x88\x3b\xd0\x04\x16",
145816 };
145817 static
145818     struct {
145819         PyObject_VAR_HEAD
145820         Py_hash_t ob_shash;
145821         char ob_sval[37];
145822     }
145823 runpy_toplevel_consts_19_exceptiontable = {
145824     .ob_base = {
145825         .ob_base = {
145826             .ob_refcnt = 999999999,
145827             .ob_type = &PyBytes_Type,
145828         },
145829         .ob_size = 36,
145830     },
145831     .ob_shash = -1,
145832     .ob_sval = "\xc1\x0c\x0c\x41\x24\x03\xc1\x24\x04\x41\x28\x07\xc1\x2b\x01\x41\x28\x07\xc2\x05\x24\x42\x35\x03\xc2\x35\x04\x42\x39\x07\xc2\x3c\x01\x42\x39\x07",
145833 };
145834 static
145835     struct {
145836         PyASCIIObject _ascii;
145837         uint8_t _data[13];
145838     }
145839 const_str_decoded_path = {
145840     ._ascii = {
145841         .ob_base = {
145842             .ob_refcnt = 999999999,
145843             .ob_type = &PyUnicode_Type,
145844         },
145845         .length = 12,
145846         .hash = -1,
145847         .state = {
145848             .kind = 1,
145849             .compact = 1,
145850             .ascii = 1,
145851             .ready = 1,
145852         },
145853     },
145854     ._data = "decoded_path",
145855 };
145856 static
145857     struct {
145858         PyGC_Head _gc_head;
145859         struct {
145860             PyObject_VAR_HEAD
145861             PyObject *ob_item[6];
145862         }_object;
145863     }
145864 runpy_toplevel_consts_19_localsplusnames = {
145865     ._object = {
145866         .ob_base = {
145867             .ob_base = {
145868                 .ob_refcnt = 999999999,
145869                 .ob_type = &PyTuple_Type,
145870             },
145871             .ob_size = 6,
145872         },
145873         .ob_item = {
145874             & const_str_run_name._ascii.ob_base,
145875             & const_str_fname._ascii.ob_base,
145876             & const_str_read_code._ascii.ob_base,
145877             & const_str_decoded_path._ascii.ob_base,
145878             & const_str_f._ascii.ob_base,
145879             &_Py_ID(code),
145880         },
145881     },
145882 };
145883 static
145884     struct _PyCode_DEF(392)
145885 runpy_toplevel_consts_19 = {
145886     .ob_base = {
145887         .ob_base = {
145888             .ob_refcnt = 999999999,
145889             .ob_type = &PyCode_Type,
145890         },
145891         .ob_size = 196,
145892     },
145893     .co_consts = & runpy_toplevel_consts_19_consts._object.ob_base.ob_base,
145894     .co_names = & runpy_toplevel_consts_19_names._object.ob_base.ob_base,
145895     .co_exceptiontable = & runpy_toplevel_consts_19_exceptiontable.ob_base.ob_base,
145896     .co_flags = 3,
145897     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
145898     ._co_linearray_entry_size = 0,
145899     .co_argcount = 2,
145900     .co_posonlyargcount = 0,
145901     .co_kwonlyargcount = 0,
145902     .co_stacksize = 6,
145903     .co_firstlineno = 250,
145904     .co_nlocalsplus = 6,
145905     .co_nlocals = 6,
145906     .co_nplaincellvars = 0,
145907     .co_ncellvars = 0,
145908     .co_nfreevars = 0,
145909     .co_localsplusnames = & runpy_toplevel_consts_19_localsplusnames._object.ob_base.ob_base,
145910     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
145911     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
145912     .co_name = & const_str__get_code_from_file._ascii.ob_base,
145913     .co_qualname = & const_str__get_code_from_file._ascii.ob_base,
145914     .co_linetable = & runpy_toplevel_consts_19_linetable.ob_base.ob_base,
145915     ._co_code = NULL,
145916     ._co_linearray = NULL,
145917     .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\x03\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x04\x00\x00\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\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\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\x07\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x04\x02\x00\x7c\x02\x7c\x04\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x64\x00\x64\x00\x64\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0b\x23\x00\x31\x00\x73\x04\x77\x02\x78\x03\x59\x00\x77\x01\x01\x00\x59\x00\x01\x00\x01\x00\x7c\x05\x80\x4f\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xa6\x01\x00\x00\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\xa0\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x03\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x64\x00\x64\x00\x64\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0b\x23\x00\x31\x00\x73\x04\x77\x02\x78\x03\x59\x00\x77\x01\x01\x00\x59\x00\x01\x00\x01\x00\x7c\x05\x7c\x01\x66\x02\x53\x00",
145918     ._co_firsttraceable = 0,
145919 };
145920 static
145921     struct {
145922         PyCompactUnicodeObject _compact;
145923         uint16_t _data[531];
145924     }
145925 runpy_toplevel_consts_20_consts_0 = {
145926     ._compact = {
145927         ._base = {
145928             .ob_base = {
145929                 .ob_refcnt = 999999999,
145930                 .ob_type = &PyUnicode_Type,
145931             },
145932             .length = 530,
145933             .hash = -1,
145934             .state = {
145935                 .kind = 2,
145936                 .compact = 1,
145937                 .ascii = 0,
145938                 .ready = 1,
145939             },
145940         },
145941     },
145942     ._data = {
145943         69, 120, 101, 99, 117, 116, 101, 32, 99, 111, 100, 101, 32, 108, 111, 99,
145944         97, 116, 101, 100, 32, 97, 116, 32, 116, 104, 101, 32, 115, 112, 101, 99,
145945         105, 102, 105, 101, 100, 32, 102, 105, 108, 101, 115, 121, 115, 116, 101, 109,
145946         32, 108, 111, 99, 97, 116, 105, 111, 110, 46, 10, 10, 32, 32, 32, 32,
145947         32, 32, 32, 112, 97, 116, 104, 95, 110, 97, 109, 101, 32, 45, 45, 32,
145948         102, 105, 108, 101, 115, 121, 115, 116, 101, 109, 32, 108, 111, 99, 97, 116,
145949         105, 111, 110, 32, 111, 102, 32, 97, 32, 80, 121, 116, 104, 111, 110, 32,
145950         115, 99, 114, 105, 112, 116, 44, 32, 122, 105, 112, 102, 105, 108, 101, 44,
145951         10, 32, 32, 32, 32, 32, 32, 32, 111, 114, 32, 100, 105, 114, 101, 99,
145952         116, 111, 114, 121, 32, 99, 111, 110, 116, 97, 105, 110, 105, 110, 103, 32,
145953         97, 32, 116, 111, 112, 32, 108, 101, 118, 101, 108, 32, 95, 95, 109, 97,
145954         105, 110, 95, 95, 46, 112, 121, 32, 115, 99, 114, 105, 112, 116, 46, 10,
145955         10, 32, 32, 32, 32, 32, 32, 32, 79, 112, 116, 105, 111, 110, 97, 108,
145956         32, 97, 114, 103, 117, 109, 101, 110, 116, 115, 58, 10, 32, 32, 32, 32,
145957         32, 32, 32, 105, 110, 105, 116, 95, 103, 108, 111, 98, 97, 108, 115, 32,
145958         45, 45, 32, 100, 105, 99, 116, 105, 111, 110, 97, 114, 121, 32, 117, 115,
145959         101, 100, 32, 116, 111, 32, 112, 114, 101, 45, 112, 111, 112, 117, 108, 97,
145960         116, 101, 32, 116, 104, 101, 32, 109, 111, 100, 117, 108, 101, 8217, 115, 10,
145961         32, 32, 32, 32, 32, 32, 32, 103, 108, 111, 98, 97, 108, 115, 32, 100,
145962         105, 99, 116, 105, 111, 110, 97, 114, 121, 32, 98, 101, 102, 111, 114, 101,
145963         32, 116, 104, 101, 32, 99, 111, 100, 101, 32, 105, 115, 32, 101, 120, 101,
145964         99, 117, 116, 101, 100, 46, 10, 10, 32, 32, 32, 32, 32, 32, 32, 114,
145965         117, 110, 95, 110, 97, 109, 101, 32, 45, 45, 32, 105, 102, 32, 110, 111,
145966         116, 32, 78, 111, 110, 101, 44, 32, 116, 104, 105, 115, 32, 119, 105, 108,
145967         108, 32, 98, 101, 32, 117, 115, 101, 100, 32, 116, 111, 32, 115, 101, 116,
145968         32, 95, 95, 110, 97, 109, 101, 95, 95, 59, 10, 32, 32, 32, 32, 32,
145969         32, 32, 111, 116, 104, 101, 114, 119, 105, 115, 101, 44, 32, 39, 60, 114,
145970         117, 110, 95, 112, 97, 116, 104, 62, 39, 32, 119, 105, 108, 108, 32, 98,
145971         101, 32, 117, 115, 101, 100, 32, 102, 111, 114, 32, 95, 95, 110, 97, 109,
145972         101, 95, 95, 46, 10, 10, 32, 32, 32, 32, 32, 32, 32, 82, 101, 116,
145973         117, 114, 110, 115, 32, 116, 104, 101, 32, 114, 101, 115, 117, 108, 116, 105,
145974         110, 103, 32, 109, 111, 100, 117, 108, 101, 32, 103, 108, 111, 98, 97, 108,
145975         115, 32, 100, 105, 99, 116, 105, 111, 110, 97, 114, 121, 46, 10, 32, 32,
145976         32, 32,
145977     },
145978 };
145979 static
145980     struct {
145981         PyASCIIObject _ascii;
145982         uint8_t _data[11];
145983     }
145984 runpy_toplevel_consts_20_consts_2 = {
145985     ._ascii = {
145986         .ob_base = {
145987             .ob_refcnt = 999999999,
145988             .ob_type = &PyUnicode_Type,
145989         },
145990         .length = 10,
145991         .hash = -1,
145992         .state = {
145993             .kind = 1,
145994             .compact = 1,
145995             .ascii = 1,
145996             .ready = 1,
145997         },
145998     },
145999     ._data = "<run_path>",
146000 };
146001 static
146002     struct {
146003         PyASCIIObject _ascii;
146004         uint8_t _data[13];
146005     }
146006 const_str_get_importer = {
146007     ._ascii = {
146008         .ob_base = {
146009             .ob_refcnt = 999999999,
146010             .ob_type = &PyUnicode_Type,
146011         },
146012         .length = 12,
146013         .hash = -1,
146014         .state = {
146015             .kind = 1,
146016             .compact = 1,
146017             .ascii = 1,
146018             .ready = 1,
146019         },
146020     },
146021     ._data = "get_importer",
146022 };
146023 static
146024     struct {
146025         PyGC_Head _gc_head;
146026         struct {
146027             PyObject_VAR_HEAD
146028             PyObject *ob_item[1];
146029         }_object;
146030     }
146031 runpy_toplevel_consts_20_consts_5 = {
146032     ._object = {
146033         .ob_base = {
146034             .ob_base = {
146035                 .ob_refcnt = 999999999,
146036                 .ob_type = &PyTuple_Type,
146037             },
146038             .ob_size = 1,
146039         },
146040         .ob_item = {
146041             & const_str_get_importer._ascii.ob_base,
146042         },
146043     },
146044 };
146045 static
146046     struct {
146047         PyASCIIObject _ascii;
146048         uint8_t _data[4];
146049     }
146050 const_str_imp = {
146051     ._ascii = {
146052         .ob_base = {
146053             .ob_refcnt = 999999999,
146054             .ob_type = &PyUnicode_Type,
146055         },
146056         .length = 3,
146057         .hash = -1,
146058         .state = {
146059             .kind = 1,
146060             .compact = 1,
146061             .ascii = 1,
146062             .ready = 1,
146063         },
146064     },
146065     ._data = "imp",
146066 };
146067 static
146068     struct {
146069         PyASCIIObject _ascii;
146070         uint8_t _data[13];
146071     }
146072 const_str_NullImporter = {
146073     ._ascii = {
146074         .ob_base = {
146075             .ob_refcnt = 999999999,
146076             .ob_type = &PyUnicode_Type,
146077         },
146078         .length = 12,
146079         .hash = -1,
146080         .state = {
146081             .kind = 1,
146082             .compact = 1,
146083             .ascii = 1,
146084             .ready = 1,
146085         },
146086     },
146087     ._data = "NullImporter",
146088 };
146089 static
146090     struct {
146091         PyGC_Head _gc_head;
146092         struct {
146093             PyObject_VAR_HEAD
146094             PyObject *ob_item[2];
146095         }_object;
146096     }
146097 runpy_toplevel_consts_20_consts_10 = {
146098     ._object = {
146099         .ob_base = {
146100             .ob_base = {
146101                 .ob_refcnt = 999999999,
146102                 .ob_type = &PyTuple_Type,
146103             },
146104             .ob_size = 2,
146105         },
146106         .ob_item = {
146107             & const_str_pkg_name._ascii.ob_base,
146108             & const_str_script_name._ascii.ob_base,
146109         },
146110     },
146111 };
146112 static
146113     struct {
146114         PyGC_Head _gc_head;
146115         struct {
146116             PyObject_VAR_HEAD
146117             PyObject *ob_item[11];
146118         }_object;
146119     }
146120 runpy_toplevel_consts_20_consts = {
146121     ._object = {
146122         .ob_base = {
146123             .ob_base = {
146124                 .ob_refcnt = 999999999,
146125                 .ob_type = &PyTuple_Type,
146126             },
146127             .ob_size = 11,
146128         },
146129         .ob_item = {
146130             & runpy_toplevel_consts_20_consts_0._compact._base.ob_base,
146131             Py_None,
146132             & runpy_toplevel_consts_20_consts_2._ascii.ob_base,
146133             &_Py_STR(dot),
146134             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
146135             & runpy_toplevel_consts_20_consts_5._object.ob_base.ob_base,
146136             Py_False,
146137             & const_str_imp._ascii.ob_base,
146138             & const_str_NullImporter._ascii.ob_base,
146139             Py_True,
146140             & runpy_toplevel_consts_20_consts_10._object.ob_base.ob_base,
146141         },
146142     },
146143 };
146144 static
146145     struct {
146146         PyGC_Head _gc_head;
146147         struct {
146148             PyObject_VAR_HEAD
146149             PyObject *ob_item[21];
146150         }_object;
146151     }
146152 runpy_toplevel_consts_20_names = {
146153     ._object = {
146154         .ob_base = {
146155             .ob_base = {
146156                 .ob_refcnt = 999999999,
146157                 .ob_type = &PyTuple_Type,
146158             },
146159             .ob_size = 21,
146160         },
146161         .ob_item = {
146162             & const_str_rpartition._ascii.ob_base,
146163             & const_str_pkgutil._ascii.ob_base,
146164             & const_str_get_importer._ascii.ob_base,
146165             & const_str_type._ascii.ob_base,
146166             &_Py_ID(__module__),
146167             &_Py_ID(__name__),
146168             &_Py_ID(isinstance),
146169             & const_str__get_code_from_file._ascii.ob_base,
146170             & const_str__run_module_code._ascii.ob_base,
146171             & const_str_sys._ascii.ob_base,
146172             &_Py_ID(path),
146173             & const_str_insert._ascii.ob_base,
146174             & const_str__get_main_module_details._ascii.ob_base,
146175             & const_str__TempModule._ascii.ob_base,
146176             & const_str__ModifiedArgv0._ascii.ob_base,
146177             & const_str_module._ascii.ob_base,
146178             &_Py_ID(__dict__),
146179             & const_str__run_code._ascii.ob_base,
146180             &_Py_ID(copy),
146181             & const_str_remove._ascii.ob_base,
146182             & const_str_ValueError._ascii.ob_base,
146183         },
146184     },
146185 };
146186 static
146187     struct {
146188         PyObject_VAR_HEAD
146189         Py_hash_t ob_shash;
146190         char ob_sval[770];
146191     }
146192 runpy_toplevel_consts_20_linetable = {
146193     .ob_base = {
146194         .ob_base = {
146195             .ob_refcnt = 999999999,
146196             .ob_type = &PyBytes_Type,
146197         },
146198         .ob_size = 769,
146199     },
146200     .ob_shash = -1,
146201     .ob_sval = "\x80\x00\xf0\x1e\x00\x08\x10\xd0\x07\x17\xd8\x13\x1f\x88\x08\xd8\x0f\x17\xd7\x0f\x22\xd2\x0f\x22\xa0\x33\xd1\x0f\x27\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\xd1\x0f\x26\xd4\x0f\x26\x80\x48\xe0\x16\x1b\x80\x4f\xdd\x07\x0b\x88\x48\x81\x7e\x84\x7e\xd4\x07\x20\xa0\x45\xd2\x07\x29\xd0\x07\x29\xdd\x0b\x0f\x90\x08\x89\x3e\x8c\x3e\xd4\x0b\x22\xa0\x6e\xd2\x0b\x34\xd0\x0b\x34\xd8\x1e\x22\x88\x4f\xdd\x07\x11\x90\x28\x9d\x44\xa0\x14\x99\x4a\x9c\x4a\xd1\x07\x27\xd4\x07\x27\xf0\x00\x1b\x05\x15\xa8\x3f\xf0\x00\x1b\x05\x15\xf5\x06\x00\x17\x2a\xa8\x28\xb0\x49\xd1\x16\x3e\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\xf1\x00\x01\x10\x46\x01\xf4\x00\x01\x10\x46\x01\xf0\x00\x01\x09\x46\x01\xf5\x0a\x00\x09\x0c\x8c\x08\x8f\x0f\x8a\x0f\x98\x01\x98\x39\xd1\x08\x25\xd4\x08\x25\xd0\x08\x25\xf0\x02\x11\x09\x15\xf5\x0e\x00\x28\x40\x01\xd1\x27\x41\xd4\x27\x41\xd1\x0c\x24\x88\x48\x90\x68\xa0\x04\xdd\x11\x1c\x98\x58\xd1\x11\x26\xd4\x11\x26\xf0\x00\x04\x0d\x49\x01\xa8\x2b\xdd\x11\x1f\xa0\x09\xd1\x11\x2a\xd4\x11\x2a\xf0\x03\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xe0\x1e\x29\xd4\x1e\x30\xd4\x1e\x39\x90\x0b\xdd\x17\x20\xa0\x14\xa0\x7b\xb0\x4c\xd8\x24\x2c\xa8\x68\xb8\x08\xf1\x03\x01\x18\x42\x01\xf4\x00\x01\x18\x42\x01\xdf\x42\x46\xc2\x24\xc1\x26\xc4\x26\xf0\x09\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf1\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\xf1\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\x94\x08\x97\x0f\x92\x0f\xa0\x09\xd1\x10\x2a\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\xf8\xf8\xf8\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\xf1\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\xf8\xf8\xf8\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\x0c\x03\x0d\x15\xdd\x10\x13\x94\x08\x97\x0f\x92\x0f\xa0\x09\xd1\x10\x2a\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\x94\x08\x97\x0f\x92\x0f\xa0\x09\xd1\x10\x2a\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",
146202 };
146203 static
146204     struct {
146205         PyObject_VAR_HEAD
146206         Py_hash_t ob_shash;
146207         char ob_sval[163];
146208     }
146209 runpy_toplevel_consts_20_exceptiontable = {
146210     .ob_base = {
146211         .ob_base = {
146212             .ob_refcnt = 999999999,
146213             .ob_type = &PyBytes_Type,
146214         },
146215         .ob_size = 162,
146216     },
146217     .ob_shash = -1,
146218     .ob_sval = "\xc3\x0c\x21\x47\x0d\x00\xc3\x2d\x10\x46\x0f\x03\xc3\x3d\x32\x45\x38\x05\xc4\x2f\x0c\x46\x0f\x03\xc4\x3b\x0c\x47\x0d\x00\xc5\x08\x1f\x45\x28\x02\xc5\x28\x0a\x45\x35\x05\xc5\x34\x01\x45\x35\x05\xc5\x38\x04\x45\x3c\x09\xc5\x3c\x03\x46\x0f\x03\xc5\x3f\x01\x45\x3c\x09\xc6\x00\x03\x46\x0f\x03\xc6\x03\x0c\x47\x0d\x00\xc6\x0f\x04\x46\x13\x07\xc6\x13\x03\x47\x0d\x00\xc6\x16\x01\x46\x13\x07\xc6\x17\x03\x47\x0d\x00\xc6\x1b\x1f\x46\x3c\x00\xc6\x3c\x0a\x47\x0a\x03\xc7\x09\x01\x47\x0a\x03\xc7\x0d\x01\x47\x3f\x03\xc7\x0f\x1f\x47\x2f\x04\xc7\x2e\x01\x47\x3f\x03\xc7\x2f\x0a\x47\x3c\x07\xc7\x39\x02\x47\x3f\x03\xc7\x3b\x01\x47\x3c\x07\xc7\x3c\x03\x47\x3f\x03",
146219 };
146220 static
146221     struct {
146222         PyASCIIObject _ascii;
146223         uint8_t _data[10];
146224     }
146225 const_str_path_name = {
146226     ._ascii = {
146227         .ob_base = {
146228             .ob_refcnt = 999999999,
146229             .ob_type = &PyUnicode_Type,
146230         },
146231         .length = 9,
146232         .hash = -1,
146233         .state = {
146234             .kind = 1,
146235             .compact = 1,
146236             .ascii = 1,
146237             .ready = 1,
146238         },
146239     },
146240     ._data = "path_name",
146241 };
146242 static
146243     struct {
146244         PyASCIIObject _ascii;
146245         uint8_t _data[9];
146246     }
146247 const_str_importer = {
146248     ._ascii = {
146249         .ob_base = {
146250             .ob_refcnt = 999999999,
146251             .ob_type = &PyUnicode_Type,
146252         },
146253         .length = 8,
146254         .hash = -1,
146255         .state = {
146256             .kind = 1,
146257             .compact = 1,
146258             .ascii = 1,
146259             .ready = 1,
146260         },
146261     },
146262     ._data = "importer",
146263 };
146264 static
146265     struct {
146266         PyASCIIObject _ascii;
146267         uint8_t _data[16];
146268     }
146269 const_str_is_NullImporter = {
146270     ._ascii = {
146271         .ob_base = {
146272             .ob_refcnt = 999999999,
146273             .ob_type = &PyUnicode_Type,
146274         },
146275         .length = 15,
146276         .hash = -1,
146277         .state = {
146278             .kind = 1,
146279             .compact = 1,
146280             .ascii = 1,
146281             .ready = 1,
146282         },
146283     },
146284     ._data = "is_NullImporter",
146285 };
146286 static
146287     struct {
146288         PyGC_Head _gc_head;
146289         struct {
146290             PyObject_VAR_HEAD
146291             PyObject *ob_item[13];
146292         }_object;
146293     }
146294 runpy_toplevel_consts_20_localsplusnames = {
146295     ._object = {
146296         .ob_base = {
146297             .ob_base = {
146298                 .ob_refcnt = 999999999,
146299                 .ob_type = &PyTuple_Type,
146300             },
146301             .ob_size = 13,
146302         },
146303         .ob_item = {
146304             & const_str_path_name._ascii.ob_base,
146305             & const_str_init_globals._ascii.ob_base,
146306             & const_str_run_name._ascii.ob_base,
146307             & const_str_pkg_name._ascii.ob_base,
146308             & const_str_get_importer._ascii.ob_base,
146309             & const_str_importer._ascii.ob_base,
146310             & const_str_is_NullImporter._ascii.ob_base,
146311             &_Py_ID(code),
146312             & const_str_fname._ascii.ob_base,
146313             & const_str_mod_name._ascii.ob_base,
146314             & const_str_mod_spec._ascii.ob_base,
146315             & const_str_temp_module._ascii.ob_base,
146316             & const_str_mod_globals._ascii.ob_base,
146317         },
146318     },
146319 };
146320 static
146321     struct _PyCode_DEF(1028)
146322 runpy_toplevel_consts_20 = {
146323     .ob_base = {
146324         .ob_base = {
146325             .ob_refcnt = 999999999,
146326             .ob_type = &PyCode_Type,
146327         },
146328         .ob_size = 514,
146329     },
146330     .co_consts = & runpy_toplevel_consts_20_consts._object.ob_base.ob_base,
146331     .co_names = & runpy_toplevel_consts_20_names._object.ob_base.ob_base,
146332     .co_exceptiontable = & runpy_toplevel_consts_20_exceptiontable.ob_base.ob_base,
146333     .co_flags = 3,
146334     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
146335     ._co_linearray_entry_size = 0,
146336     .co_argcount = 3,
146337     .co_posonlyargcount = 0,
146338     .co_kwonlyargcount = 0,
146339     .co_stacksize = 10,
146340     .co_firstlineno = 262,
146341     .co_nlocalsplus = 13,
146342     .co_nlocals = 13,
146343     .co_nplaincellvars = 0,
146344     .co_ncellvars = 0,
146345     .co_nfreevars = 0,
146346     .co_localsplusnames = & runpy_toplevel_consts_20_localsplusnames._object.ob_base.ob_base,
146347     .co_localspluskinds = & posixpath_toplevel_consts_32_localspluskinds.ob_base.ob_base,
146348     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
146349     .co_name = & const_str_run_path._ascii.ob_base,
146350     .co_qualname = & const_str_run_path._ascii.ob_base,
146351     .co_linetable = & runpy_toplevel_consts_20_linetable.ob_base.ob_base,
146352     ._co_code = NULL,
146353     ._co_linearray = NULL,
146354     .co_code_adaptive = "\x97\x00\x7c\x02\x80\x02\x64\x02\x7d\x02\x7c\x02\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xa6\x01\x00\x00\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\xa6\x01\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\x6b\x02\x00\x00\x00\x00\x72\x1a\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x7c\x06\x72\x27\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\xa6\x02\x00\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\xa6\x05\x00\x00\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\x0a\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\xa6\x02\x00\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\xa6\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\xa6\x01\x00\x00\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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x01\x00\x7c\x0b\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\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\xa6\x06\x00\x00\xab\x06\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x64\x01\x64\x01\x64\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x63\x02\x64\x01\x64\x01\x64\x01\xa6\x02\x00\x00\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\x0a\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\x04\x77\x02\x78\x03\x59\x00\x77\x01\x01\x00\x59\x00\x01\x00\x01\x00\x64\x01\x64\x01\x64\x01\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0b\x23\x00\x31\x00\x73\x04\x77\x02\x78\x03\x59\x00\x77\x01\x01\x00\x59\x00\x01\x00\x01\x00\x09\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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\x0a\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xa6\x01\x00\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",
146355     ._co_firsttraceable = 0,
146356 };
146357 static
146358     struct {
146359         PyASCIIObject _ascii;
146360         uint8_t _data[34];
146361     }
146362 runpy_toplevel_consts_23 = {
146363     ._ascii = {
146364         .ob_base = {
146365             .ob_refcnt = 999999999,
146366             .ob_type = &PyUnicode_Type,
146367         },
146368         .length = 33,
146369         .hash = -1,
146370         .state = {
146371             .kind = 1,
146372             .compact = 1,
146373             .ascii = 1,
146374             .ready = 1,
146375         },
146376     },
146377     ._data = "No module specified for execution",
146378 };
146379 static
146380     struct {
146381         PyGC_Head _gc_head;
146382         struct {
146383             PyObject_VAR_HEAD
146384             PyObject *ob_item[3];
146385         }_object;
146386     }
146387 runpy_toplevel_consts_27 = {
146388     ._object = {
146389         .ob_base = {
146390             .ob_base = {
146391                 .ob_refcnt = 999999999,
146392                 .ob_type = &PyTuple_Type,
146393             },
146394             .ob_size = 3,
146395         },
146396         .ob_item = {
146397             Py_None,
146398             Py_None,
146399             Py_False,
146400         },
146401     },
146402 };
146403 static
146404     struct {
146405         PyGC_Head _gc_head;
146406         struct {
146407             PyObject_VAR_HEAD
146408             PyObject *ob_item[29];
146409         }_object;
146410     }
146411 runpy_toplevel_consts = {
146412     ._object = {
146413         .ob_base = {
146414             .ob_base = {
146415                 .ob_refcnt = 999999999,
146416                 .ob_type = &PyTuple_Type,
146417             },
146418             .ob_size = 29,
146419         },
146420         .ob_item = {
146421             & runpy_toplevel_consts_0._ascii.ob_base,
146422             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
146423             Py_None,
146424             & const_str_run_module._ascii.ob_base,
146425             & const_str_run_path._ascii.ob_base,
146426             & runpy_toplevel_consts_5.ob_base.ob_base,
146427             & const_str__TempModule._ascii.ob_base,
146428             & runpy_toplevel_consts_7.ob_base.ob_base,
146429             & const_str__ModifiedArgv0._ascii.ob_base,
146430             & runpy_toplevel_consts_9.ob_base.ob_base,
146431             & runpy_toplevel_consts_10.ob_base.ob_base,
146432             & runpy_toplevel_consts_11.ob_base.ob_base,
146433             & runpy_toplevel_consts_12.ob_base.ob_base,
146434             & const_str__Error._ascii.ob_base,
146435             Py_True,
146436             & runpy_toplevel_consts_15.ob_base.ob_base,
146437             Py_False,
146438             & runpy_toplevel_consts_17.ob_base.ob_base,
146439             & runpy_toplevel_consts_18.ob_base.ob_base,
146440             & runpy_toplevel_consts_19.ob_base.ob_base,
146441             & runpy_toplevel_consts_20.ob_base.ob_base,
146442             &_Py_ID(__main__),
146443             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
146444             & runpy_toplevel_consts_23._ascii.ob_base,
146445             & importlib__bootstrap_toplevel_consts_18_consts_3._object.ob_base.ob_base,
146446             & codecs_toplevel_consts_12_consts_7._object.ob_base.ob_base,
146447             & importlib__bootstrap_external_toplevel_consts_83._object.ob_base.ob_base,
146448             & runpy_toplevel_consts_27._object.ob_base.ob_base,
146449             & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
146450         },
146451     },
146452 };
146453 static
146454     struct {
146455         PyASCIIObject _ascii;
146456         uint8_t _data[20];
146457     }
146458 runpy_toplevel_names_2 = {
146459     ._ascii = {
146460         .ob_base = {
146461             .ob_refcnt = 999999999,
146462             .ob_type = &PyUnicode_Type,
146463         },
146464         .length = 19,
146465         .hash = -1,
146466         .state = {
146467             .kind = 1,
146468             .compact = 1,
146469             .ascii = 1,
146470             .ready = 1,
146471         },
146472     },
146473     ._data = "importlib.machinery",
146474 };
146475 static
146476     struct {
146477         PyASCIIObject _ascii;
146478         uint8_t _data[15];
146479     }
146480 runpy_toplevel_names_4 = {
146481     ._ascii = {
146482         .ob_base = {
146483             .ob_refcnt = 999999999,
146484             .ob_type = &PyUnicode_Type,
146485         },
146486         .length = 14,
146487         .hash = -1,
146488         .state = {
146489             .kind = 1,
146490             .compact = 1,
146491             .ascii = 1,
146492             .ready = 1,
146493         },
146494     },
146495     ._data = "importlib.util",
146496 };
146497 static
146498     struct {
146499         PyGC_Head _gc_head;
146500         struct {
146501             PyObject_VAR_HEAD
146502             PyObject *ob_item[29];
146503         }_object;
146504     }
146505 runpy_toplevel_names = {
146506     ._object = {
146507         .ob_base = {
146508             .ob_base = {
146509                 .ob_refcnt = 999999999,
146510                 .ob_type = &PyTuple_Type,
146511             },
146512             .ob_size = 29,
146513         },
146514         .ob_item = {
146515             &_Py_ID(__doc__),
146516             & const_str_sys._ascii.ob_base,
146517             & runpy_toplevel_names_2._ascii.ob_base,
146518             &_Py_ID(importlib),
146519             & runpy_toplevel_names_4._ascii.ob_base,
146520             & const_str_io._ascii.ob_base,
146521             & const_str_os._ascii.ob_base,
146522             &_Py_ID(__all__),
146523             & const_str_type._ascii.ob_base,
146524             & const_str_ModuleType._ascii.ob_base,
146525             & const_str_object._ascii.ob_base,
146526             & const_str__TempModule._ascii.ob_base,
146527             & const_str__ModifiedArgv0._ascii.ob_base,
146528             & const_str__run_code._ascii.ob_base,
146529             & const_str__run_module_code._ascii.ob_base,
146530             & const_str_ImportError._ascii.ob_base,
146531             & const_str__get_module_details._ascii.ob_base,
146532             & const_str_Exception._ascii.ob_base,
146533             & const_str__Error._ascii.ob_base,
146534             & const_str__run_module_as_main._ascii.ob_base,
146535             & const_str_run_module._ascii.ob_base,
146536             & const_str__get_main_module_details._ascii.ob_base,
146537             & const_str__get_code_from_file._ascii.ob_base,
146538             & const_str_run_path._ascii.ob_base,
146539             &_Py_ID(__name__),
146540             &_Py_ID(len),
146541             & const_str_argv._ascii.ob_base,
146542             & const_str_print._ascii.ob_base,
146543             &_Py_ID(stderr),
146544         },
146545     },
146546 };
146547 static
146548     struct {
146549         PyObject_VAR_HEAD
146550         Py_hash_t ob_shash;
146551         char ob_sval[543];
146552     }
146553 runpy_toplevel_linetable = {
146554     .ob_base = {
146555         .ob_base = {
146556             .ob_refcnt = 999999999,
146557             .ob_type = &PyBytes_Type,
146558         },
146559         .ob_size = 542,
146560     },
146561     .ob_shash = -1,
146562     .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\x89\x59\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\xf1\x00\x15\x01\x20\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\xf1\x00\x0d\x01\x28\xf4\x00\x0d\x01\x28\xf0\x00\x0d\x01\x28\xf0\x20\x00\x2f\x33\xd8\x26\x2a\xd8\x29\x2d\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\x2c\x30\xd8\x2f\x33\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\xf1\x00\x01\x01\x4d\x01\xf4\x00\x01\x01\x4d\x01\xf0\x00\x01\x01\x4d\x01\xf0\x0e\x1a\x01\x2b\xf0\x00\x1a\x01\x2b\xf0\x00\x1a\x01\x2b\xf0\x00\x1a\x01\x2b\xf0\x38\x00\x27\x2b\xd8\x28\x2d\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\x34\x01\x15\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\xd0\x03\x19\xe0\x07\x0a\x80\x73\x88\x33\x8c\x38\x81\x7d\x84\x7d\x90\x71\xd2\x07\x18\xd0\x07\x18\xd8\x08\x0d\x88\x05\xd0\x0e\x31\xb8\x03\xbc\x0a\xd0\x08\x43\xd1\x08\x43\xd4\x08\x43\xd0\x08\x43\xd0\x08\x43\xd0\x08\x43\xe0\x0c\x0f\x8c\x48\x90\x51\x88\x4b\xd8\x08\x1b\xd0\x08\x1b\x98\x43\x9c\x48\xa0\x51\x9c\x4b\xd1\x08\x28\xd4\x08\x28\xd0\x08\x28\xd0\x08\x28\xd0\x08\x28\xf0\x0d\x00\x04\x1a\xd0\x03\x19",
146563 };
146564 static
146565     struct _PyCode_DEF(402)
146566 runpy_toplevel = {
146567     .ob_base = {
146568         .ob_base = {
146569             .ob_refcnt = 999999999,
146570             .ob_type = &PyCode_Type,
146571         },
146572         .ob_size = 201,
146573     },
146574     .co_consts = & runpy_toplevel_consts._object.ob_base.ob_base,
146575     .co_names = & runpy_toplevel_names._object.ob_base.ob_base,
146576     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
146577     .co_flags = 0,
146578     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
146579     ._co_linearray_entry_size = 0,
146580     .co_argcount = 0,
146581     .co_posonlyargcount = 0,
146582     .co_kwonlyargcount = 0,
146583     .co_stacksize = 5,
146584     .co_firstlineno = 1,
146585     .co_nlocalsplus = 0,
146586     .co_nlocals = 0,
146587     .co_nplaincellvars = 0,
146588     .co_ncellvars = 0,
146589     .co_nfreevars = 0,
146590     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
146591     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
146592     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
146593     .co_name = &_Py_STR(anon_module),
146594     .co_qualname = &_Py_STR(anon_module),
146595     .co_linetable = & runpy_toplevel_linetable.ob_base.ob_base,
146596     ._co_code = NULL,
146597     ._co_linearray = NULL,
146598     .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\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x02\x00\x47\x00\x64\x05\x84\x00\x64\x06\x65\x0a\xa6\x03\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0b\x02\x00\x47\x00\x64\x07\x84\x00\x64\x08\x65\x0a\xa6\x03\x00\x00\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\xa6\x03\x00\x00\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\x48\x02\x00\x65\x19\x65\x01\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x16\x6b\x00\x00\x00\x00\x00\x72\x14\x02\x00\x65\x1b\x64\x17\x65\x01\x6a\x1c\x00\x00\x00\x00\x00\x00\x00\x00\xac\x18\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00\x65\x01\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x3d\x00\x02\x00\x65\x13\x65\x01\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00\x64\x02\x53\x00",
146599     ._co_firsttraceable = 0,
146600 };
runpy_do_patchups(void)146601 static void runpy_do_patchups(void) {
146602     if (sizeof(wchar_t) == 2) {
146603         runpy_toplevel_consts_17_consts_0._compact._base.wstr = (wchar_t *) runpy_toplevel_consts_17_consts_0._data;
146604         runpy_toplevel_consts_17_consts_0._compact.wstr_length = 800;
146605     }
146606     if (sizeof(wchar_t) == 2) {
146607         runpy_toplevel_consts_20_consts_0._compact._base.wstr = (wchar_t *) runpy_toplevel_consts_20_consts_0._data;
146608         runpy_toplevel_consts_20_consts_0._compact.wstr_length = 530;
146609     }
146610 }
146611 
146612 PyObject *
_Py_get_runpy_toplevel(void)146613 _Py_get_runpy_toplevel(void)
146614 {
146615     runpy_do_patchups();
146616     return Py_NewRef((PyObject *) &runpy_toplevel);
146617 }
146618 
146619 static
146620     struct {
146621         PyASCIIObject _ascii;
146622         uint8_t _data[17];
146623     }
146624 const_str_TestFrozenUtf8_1 = {
146625     ._ascii = {
146626         .ob_base = {
146627             .ob_refcnt = 999999999,
146628             .ob_type = &PyUnicode_Type,
146629         },
146630         .length = 16,
146631         .hash = -1,
146632         .state = {
146633             .kind = 1,
146634             .compact = 1,
146635             .ascii = 1,
146636             .ready = 1,
146637         },
146638     },
146639     ._data = "TestFrozenUtf8_1",
146640 };
146641 static
146642     struct {
146643         PyCompactUnicodeObject _compact;
146644         uint8_t _data[2];
146645     }
146646 __hello___toplevel_consts_1_consts_1 = {
146647     ._compact = {
146648         ._base = {
146649             .ob_base = {
146650                 .ob_refcnt = 999999999,
146651                 .ob_type = &PyUnicode_Type,
146652             },
146653             .length = 1,
146654             .hash = -1,
146655             .state = {
146656                 .kind = 1,
146657                 .compact = 1,
146658                 .ascii = 0,
146659                 .ready = 1,
146660             },
146661         },
146662     },
146663     ._data = {
146664         182,
146665     },
146666 };
146667 static
146668     struct {
146669         PyGC_Head _gc_head;
146670         struct {
146671             PyObject_VAR_HEAD
146672             PyObject *ob_item[3];
146673         }_object;
146674     }
146675 __hello___toplevel_consts_1_consts = {
146676     ._object = {
146677         .ob_base = {
146678             .ob_base = {
146679                 .ob_refcnt = 999999999,
146680                 .ob_type = &PyTuple_Type,
146681             },
146682             .ob_size = 3,
146683         },
146684         .ob_item = {
146685             & const_str_TestFrozenUtf8_1._ascii.ob_base,
146686             & __hello___toplevel_consts_1_consts_1._compact._base.ob_base,
146687             Py_None,
146688         },
146689     },
146690 };
146691 static
146692     struct {
146693         PyASCIIObject _ascii;
146694         uint8_t _data[19];
146695     }
146696 __hello___toplevel_consts_1_filename = {
146697     ._ascii = {
146698         .ob_base = {
146699             .ob_refcnt = 999999999,
146700             .ob_type = &PyUnicode_Type,
146701         },
146702         .length = 18,
146703         .hash = -1,
146704         .state = {
146705             .kind = 1,
146706             .compact = 1,
146707             .ascii = 1,
146708             .ready = 1,
146709         },
146710     },
146711     ._data = "<frozen __hello__>",
146712 };
146713 static
146714     struct {
146715         PyObject_VAR_HEAD
146716         Py_hash_t ob_shash;
146717         char ob_sval[20];
146718     }
146719 __hello___toplevel_consts_1_linetable = {
146720     .ob_base = {
146721         .ob_base = {
146722             .ob_refcnt = 999999999,
146723             .ob_type = &PyBytes_Type,
146724         },
146725         .ob_size = 19,
146726     },
146727     .ob_shash = -1,
146728     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xd8\x04\x10\x80\x4c\x80\x4c\x80\x4c",
146729 };
146730 static
146731     struct _PyCode_DEF(18)
146732 __hello___toplevel_consts_1 = {
146733     .ob_base = {
146734         .ob_base = {
146735             .ob_refcnt = 999999999,
146736             .ob_type = &PyCode_Type,
146737         },
146738         .ob_size = 9,
146739     },
146740     .co_consts = & __hello___toplevel_consts_1_consts._object.ob_base.ob_base,
146741     .co_names = & runpy_toplevel_consts_12_names._object.ob_base.ob_base,
146742     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
146743     .co_flags = 0,
146744     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
146745     ._co_linearray_entry_size = 0,
146746     .co_argcount = 0,
146747     .co_posonlyargcount = 0,
146748     .co_kwonlyargcount = 0,
146749     .co_stacksize = 1,
146750     .co_firstlineno = 3,
146751     .co_nlocalsplus = 0,
146752     .co_nlocals = 0,
146753     .co_nplaincellvars = 0,
146754     .co_ncellvars = 0,
146755     .co_nfreevars = 0,
146756     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
146757     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
146758     .co_filename = & __hello___toplevel_consts_1_filename._ascii.ob_base,
146759     .co_name = & const_str_TestFrozenUtf8_1._ascii.ob_base,
146760     .co_qualname = & const_str_TestFrozenUtf8_1._ascii.ob_base,
146761     .co_linetable = & __hello___toplevel_consts_1_linetable.ob_base.ob_base,
146762     ._co_code = NULL,
146763     ._co_linearray = NULL,
146764     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x53\x00",
146765     ._co_firsttraceable = 0,
146766 };
146767 static
146768     struct {
146769         PyASCIIObject _ascii;
146770         uint8_t _data[17];
146771     }
146772 const_str_TestFrozenUtf8_2 = {
146773     ._ascii = {
146774         .ob_base = {
146775             .ob_refcnt = 999999999,
146776             .ob_type = &PyUnicode_Type,
146777         },
146778         .length = 16,
146779         .hash = -1,
146780         .state = {
146781             .kind = 1,
146782             .compact = 1,
146783             .ascii = 1,
146784             .ready = 1,
146785         },
146786     },
146787     ._data = "TestFrozenUtf8_2",
146788 };
146789 static
146790     struct {
146791         PyCompactUnicodeObject _compact;
146792         uint16_t _data[2];
146793     }
146794 __hello___toplevel_consts_3_consts_1 = {
146795     ._compact = {
146796         ._base = {
146797             .ob_base = {
146798                 .ob_refcnt = 999999999,
146799                 .ob_type = &PyUnicode_Type,
146800             },
146801             .length = 1,
146802             .hash = -1,
146803             .state = {
146804                 .kind = 2,
146805                 .compact = 1,
146806                 .ascii = 0,
146807                 .ready = 1,
146808             },
146809         },
146810     },
146811     ._data = {
146812         960,
146813     },
146814 };
146815 static
146816     struct {
146817         PyGC_Head _gc_head;
146818         struct {
146819             PyObject_VAR_HEAD
146820             PyObject *ob_item[3];
146821         }_object;
146822     }
146823 __hello___toplevel_consts_3_consts = {
146824     ._object = {
146825         .ob_base = {
146826             .ob_base = {
146827                 .ob_refcnt = 999999999,
146828                 .ob_type = &PyTuple_Type,
146829             },
146830             .ob_size = 3,
146831         },
146832         .ob_item = {
146833             & const_str_TestFrozenUtf8_2._ascii.ob_base,
146834             & __hello___toplevel_consts_3_consts_1._compact._base.ob_base,
146835             Py_None,
146836         },
146837     },
146838 };
146839 static
146840     struct _PyCode_DEF(18)
146841 __hello___toplevel_consts_3 = {
146842     .ob_base = {
146843         .ob_base = {
146844             .ob_refcnt = 999999999,
146845             .ob_type = &PyCode_Type,
146846         },
146847         .ob_size = 9,
146848     },
146849     .co_consts = & __hello___toplevel_consts_3_consts._object.ob_base.ob_base,
146850     .co_names = & runpy_toplevel_consts_12_names._object.ob_base.ob_base,
146851     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
146852     .co_flags = 0,
146853     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
146854     ._co_linearray_entry_size = 0,
146855     .co_argcount = 0,
146856     .co_posonlyargcount = 0,
146857     .co_kwonlyargcount = 0,
146858     .co_stacksize = 1,
146859     .co_firstlineno = 6,
146860     .co_nlocalsplus = 0,
146861     .co_nlocals = 0,
146862     .co_nplaincellvars = 0,
146863     .co_ncellvars = 0,
146864     .co_nfreevars = 0,
146865     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
146866     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
146867     .co_filename = & __hello___toplevel_consts_1_filename._ascii.ob_base,
146868     .co_name = & const_str_TestFrozenUtf8_2._ascii.ob_base,
146869     .co_qualname = & const_str_TestFrozenUtf8_2._ascii.ob_base,
146870     .co_linetable = & __hello___toplevel_consts_1_linetable.ob_base.ob_base,
146871     ._co_code = NULL,
146872     ._co_linearray = NULL,
146873     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x53\x00",
146874     ._co_firsttraceable = 0,
146875 };
146876 static
146877     struct {
146878         PyASCIIObject _ascii;
146879         uint8_t _data[17];
146880     }
146881 const_str_TestFrozenUtf8_4 = {
146882     ._ascii = {
146883         .ob_base = {
146884             .ob_refcnt = 999999999,
146885             .ob_type = &PyUnicode_Type,
146886         },
146887         .length = 16,
146888         .hash = -1,
146889         .state = {
146890             .kind = 1,
146891             .compact = 1,
146892             .ascii = 1,
146893             .ready = 1,
146894         },
146895     },
146896     ._data = "TestFrozenUtf8_4",
146897 };
146898 static
146899     struct {
146900         PyCompactUnicodeObject _compact;
146901         uint32_t _data[2];
146902     }
146903 __hello___toplevel_consts_5_consts_1 = {
146904     ._compact = {
146905         ._base = {
146906             .ob_base = {
146907                 .ob_refcnt = 999999999,
146908                 .ob_type = &PyUnicode_Type,
146909             },
146910             .length = 1,
146911             .hash = -1,
146912             .state = {
146913                 .kind = 4,
146914                 .compact = 1,
146915                 .ascii = 0,
146916                 .ready = 1,
146917             },
146918         },
146919     },
146920     ._data = {
146921         128512,
146922     },
146923 };
146924 static
146925     struct {
146926         PyGC_Head _gc_head;
146927         struct {
146928             PyObject_VAR_HEAD
146929             PyObject *ob_item[3];
146930         }_object;
146931     }
146932 __hello___toplevel_consts_5_consts = {
146933     ._object = {
146934         .ob_base = {
146935             .ob_base = {
146936                 .ob_refcnt = 999999999,
146937                 .ob_type = &PyTuple_Type,
146938             },
146939             .ob_size = 3,
146940         },
146941         .ob_item = {
146942             & const_str_TestFrozenUtf8_4._ascii.ob_base,
146943             & __hello___toplevel_consts_5_consts_1._compact._base.ob_base,
146944             Py_None,
146945         },
146946     },
146947 };
146948 static
146949     struct {
146950         PyObject_VAR_HEAD
146951         Py_hash_t ob_shash;
146952         char ob_sval[23];
146953     }
146954 __hello___toplevel_consts_5_linetable = {
146955     .ob_base = {
146956         .ob_base = {
146957             .ob_refcnt = 999999999,
146958             .ob_type = &PyBytes_Type,
146959         },
146960         .ob_size = 22,
146961     },
146962     .ob_shash = -1,
146963     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xd8\x04\x14\xd0\x04\x14\xd0\x04\x14\xd0\x04\x14",
146964 };
146965 static
146966     struct _PyCode_DEF(18)
146967 __hello___toplevel_consts_5 = {
146968     .ob_base = {
146969         .ob_base = {
146970             .ob_refcnt = 999999999,
146971             .ob_type = &PyCode_Type,
146972         },
146973         .ob_size = 9,
146974     },
146975     .co_consts = & __hello___toplevel_consts_5_consts._object.ob_base.ob_base,
146976     .co_names = & runpy_toplevel_consts_12_names._object.ob_base.ob_base,
146977     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
146978     .co_flags = 0,
146979     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
146980     ._co_linearray_entry_size = 0,
146981     .co_argcount = 0,
146982     .co_posonlyargcount = 0,
146983     .co_kwonlyargcount = 0,
146984     .co_stacksize = 1,
146985     .co_firstlineno = 9,
146986     .co_nlocalsplus = 0,
146987     .co_nlocals = 0,
146988     .co_nplaincellvars = 0,
146989     .co_ncellvars = 0,
146990     .co_nfreevars = 0,
146991     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
146992     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
146993     .co_filename = & __hello___toplevel_consts_1_filename._ascii.ob_base,
146994     .co_name = & const_str_TestFrozenUtf8_4._ascii.ob_base,
146995     .co_qualname = & const_str_TestFrozenUtf8_4._ascii.ob_base,
146996     .co_linetable = & __hello___toplevel_consts_5_linetable.ob_base.ob_base,
146997     ._co_code = NULL,
146998     ._co_linearray = NULL,
146999     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x53\x00",
147000     ._co_firsttraceable = 0,
147001 };
147002 static
147003     struct {
147004         PyASCIIObject _ascii;
147005         uint8_t _data[13];
147006     }
147007 __hello___toplevel_consts_7_consts_1 = {
147008     ._ascii = {
147009         .ob_base = {
147010             .ob_refcnt = 999999999,
147011             .ob_type = &PyUnicode_Type,
147012         },
147013         .length = 12,
147014         .hash = -1,
147015         .state = {
147016             .kind = 1,
147017             .compact = 1,
147018             .ascii = 1,
147019             .ready = 1,
147020         },
147021     },
147022     ._data = "Hello world!",
147023 };
147024 static
147025     struct {
147026         PyGC_Head _gc_head;
147027         struct {
147028             PyObject_VAR_HEAD
147029             PyObject *ob_item[2];
147030         }_object;
147031     }
147032 __hello___toplevel_consts_7_consts = {
147033     ._object = {
147034         .ob_base = {
147035             .ob_base = {
147036                 .ob_refcnt = 999999999,
147037                 .ob_type = &PyTuple_Type,
147038             },
147039             .ob_size = 2,
147040         },
147041         .ob_item = {
147042             Py_None,
147043             & __hello___toplevel_consts_7_consts_1._ascii.ob_base,
147044         },
147045     },
147046 };
147047 static
147048     struct {
147049         PyGC_Head _gc_head;
147050         struct {
147051             PyObject_VAR_HEAD
147052             PyObject *ob_item[1];
147053         }_object;
147054     }
147055 __hello___toplevel_consts_7_names = {
147056     ._object = {
147057         .ob_base = {
147058             .ob_base = {
147059                 .ob_refcnt = 999999999,
147060                 .ob_type = &PyTuple_Type,
147061             },
147062             .ob_size = 1,
147063         },
147064         .ob_item = {
147065             & const_str_print._ascii.ob_base,
147066         },
147067     },
147068 };
147069 static
147070     struct {
147071         PyObject_VAR_HEAD
147072         Py_hash_t ob_shash;
147073         char ob_sval[23];
147074     }
147075 __hello___toplevel_consts_7_linetable = {
147076     .ob_base = {
147077         .ob_base = {
147078             .ob_refcnt = 999999999,
147079             .ob_type = &PyBytes_Type,
147080         },
147081         .ob_size = 22,
147082     },
147083     .ob_shash = -1,
147084     .ob_sval = "\x80\x00\xdd\x04\x09\x88\x2e\xd1\x04\x19\xd4\x04\x19\xd0\x04\x19\xd0\x04\x19\xd0\x04\x19",
147085 };
147086 static
147087     struct _PyCode_DEF(36)
147088 __hello___toplevel_consts_7 = {
147089     .ob_base = {
147090         .ob_base = {
147091             .ob_refcnt = 999999999,
147092             .ob_type = &PyCode_Type,
147093         },
147094         .ob_size = 18,
147095     },
147096     .co_consts = & __hello___toplevel_consts_7_consts._object.ob_base.ob_base,
147097     .co_names = & __hello___toplevel_consts_7_names._object.ob_base.ob_base,
147098     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
147099     .co_flags = 3,
147100     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
147101     ._co_linearray_entry_size = 0,
147102     .co_argcount = 0,
147103     .co_posonlyargcount = 0,
147104     .co_kwonlyargcount = 0,
147105     .co_stacksize = 3,
147106     .co_firstlineno = 12,
147107     .co_nlocalsplus = 0,
147108     .co_nlocals = 0,
147109     .co_nplaincellvars = 0,
147110     .co_ncellvars = 0,
147111     .co_nfreevars = 0,
147112     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
147113     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
147114     .co_filename = & __hello___toplevel_consts_1_filename._ascii.ob_base,
147115     .co_name = & const_str_main._ascii.ob_base,
147116     .co_qualname = & const_str_main._ascii.ob_base,
147117     .co_linetable = & __hello___toplevel_consts_7_linetable.ob_base.ob_base,
147118     ._co_code = NULL,
147119     ._co_linearray = NULL,
147120     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
147121     ._co_firsttraceable = 0,
147122 };
147123 static
147124     struct {
147125         PyGC_Head _gc_head;
147126         struct {
147127             PyObject_VAR_HEAD
147128             PyObject *ob_item[10];
147129         }_object;
147130     }
147131 __hello___toplevel_consts = {
147132     ._object = {
147133         .ob_base = {
147134             .ob_base = {
147135                 .ob_refcnt = 999999999,
147136                 .ob_type = &PyTuple_Type,
147137             },
147138             .ob_size = 10,
147139         },
147140         .ob_item = {
147141             Py_True,
147142             & __hello___toplevel_consts_1.ob_base.ob_base,
147143             & const_str_TestFrozenUtf8_1._ascii.ob_base,
147144             & __hello___toplevel_consts_3.ob_base.ob_base,
147145             & const_str_TestFrozenUtf8_2._ascii.ob_base,
147146             & __hello___toplevel_consts_5.ob_base.ob_base,
147147             & const_str_TestFrozenUtf8_4._ascii.ob_base,
147148             & __hello___toplevel_consts_7.ob_base.ob_base,
147149             &_Py_ID(__main__),
147150             Py_None,
147151         },
147152     },
147153 };
147154 static
147155     struct {
147156         PyASCIIObject _ascii;
147157         uint8_t _data[12];
147158     }
147159 const_str_initialized = {
147160     ._ascii = {
147161         .ob_base = {
147162             .ob_refcnt = 999999999,
147163             .ob_type = &PyUnicode_Type,
147164         },
147165         .length = 11,
147166         .hash = -1,
147167         .state = {
147168             .kind = 1,
147169             .compact = 1,
147170             .ascii = 1,
147171             .ready = 1,
147172         },
147173     },
147174     ._data = "initialized",
147175 };
147176 static
147177     struct {
147178         PyGC_Head _gc_head;
147179         struct {
147180             PyObject_VAR_HEAD
147181             PyObject *ob_item[6];
147182         }_object;
147183     }
147184 __hello___toplevel_names = {
147185     ._object = {
147186         .ob_base = {
147187             .ob_base = {
147188                 .ob_refcnt = 999999999,
147189                 .ob_type = &PyTuple_Type,
147190             },
147191             .ob_size = 6,
147192         },
147193         .ob_item = {
147194             & const_str_initialized._ascii.ob_base,
147195             & const_str_TestFrozenUtf8_1._ascii.ob_base,
147196             & const_str_TestFrozenUtf8_2._ascii.ob_base,
147197             & const_str_TestFrozenUtf8_4._ascii.ob_base,
147198             & const_str_main._ascii.ob_base,
147199             &_Py_ID(__name__),
147200         },
147201     },
147202 };
147203 static
147204     struct {
147205         PyObject_VAR_HEAD
147206         Py_hash_t ob_shash;
147207         char ob_sval[182];
147208     }
147209 __hello___toplevel_linetable = {
147210     .ob_base = {
147211         .ob_base = {
147212             .ob_refcnt = 999999999,
147213             .ob_type = &PyBytes_Type,
147214         },
147215         .ob_size = 181,
147216     },
147217     .ob_shash = -1,
147218     .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\xf1\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\xf1\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\xf1\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\xd0\x03\x19\xd8\x04\x08\x80\x44\x81\x46\x84\x46\x80\x46\x80\x46\x80\x46\xf0\x03\x00\x04\x1a\xd0\x03\x19",
147219 };
147220 static
147221     struct _PyCode_DEF(130)
147222 __hello___toplevel = {
147223     .ob_base = {
147224         .ob_base = {
147225             .ob_refcnt = 999999999,
147226             .ob_type = &PyCode_Type,
147227         },
147228         .ob_size = 65,
147229     },
147230     .co_consts = & __hello___toplevel_consts._object.ob_base.ob_base,
147231     .co_names = & __hello___toplevel_names._object.ob_base.ob_base,
147232     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
147233     .co_flags = 0,
147234     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
147235     ._co_linearray_entry_size = 0,
147236     .co_argcount = 0,
147237     .co_posonlyargcount = 0,
147238     .co_kwonlyargcount = 0,
147239     .co_stacksize = 4,
147240     .co_firstlineno = 1,
147241     .co_nlocalsplus = 0,
147242     .co_nlocals = 0,
147243     .co_nplaincellvars = 0,
147244     .co_ncellvars = 0,
147245     .co_nfreevars = 0,
147246     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
147247     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
147248     .co_filename = & __hello___toplevel_consts_1_filename._ascii.ob_base,
147249     .co_name = &_Py_STR(anon_module),
147250     .co_qualname = &_Py_STR(anon_module),
147251     .co_linetable = & __hello___toplevel_linetable.ob_base.ob_base,
147252     ._co_code = NULL,
147253     ._co_linearray = NULL,
147254     .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x02\x00\x47\x00\x64\x01\x84\x00\x64\x02\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x01\x02\x00\x47\x00\x64\x03\x84\x00\x64\x04\xa6\x02\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x02\x02\x00\x47\x00\x64\x05\x84\x00\x64\x06\xa6\x02\x00\x00\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\x0c\x02\x00\x65\x04\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x09\x53\x00\x64\x09\x53\x00",
147255     ._co_firsttraceable = 0,
147256 };
__hello___do_patchups(void)147257 static void __hello___do_patchups(void) {
147258     if (sizeof(wchar_t) == 2) {
147259         __hello___toplevel_consts_3_consts_1._compact._base.wstr = (wchar_t *) __hello___toplevel_consts_3_consts_1._data;
147260         __hello___toplevel_consts_3_consts_1._compact.wstr_length = 1;
147261     }
147262     if (sizeof(wchar_t) == 4) {
147263         __hello___toplevel_consts_5_consts_1._compact._base.wstr = (wchar_t *) __hello___toplevel_consts_5_consts_1._data;
147264         __hello___toplevel_consts_5_consts_1._compact.wstr_length = 1;
147265     }
147266 }
147267 
147268 PyObject *
_Py_get___hello___toplevel(void)147269 _Py_get___hello___toplevel(void)
147270 {
147271     __hello___do_patchups();
147272     return Py_NewRef((PyObject *) &__hello___toplevel);
147273 }
147274 
147275 static
147276     struct {
147277         PyASCIIObject _ascii;
147278         uint8_t _data[20];
147279     }
147280 __phello___toplevel_consts_1_filename = {
147281     ._ascii = {
147282         .ob_base = {
147283             .ob_refcnt = 999999999,
147284             .ob_type = &PyUnicode_Type,
147285         },
147286         .length = 19,
147287         .hash = -1,
147288         .state = {
147289             .kind = 1,
147290             .compact = 1,
147291             .ascii = 1,
147292             .ready = 1,
147293         },
147294     },
147295     ._data = "<frozen __phello__>",
147296 };
147297 static
147298     struct _PyCode_DEF(36)
147299 __phello___toplevel_consts_1 = {
147300     .ob_base = {
147301         .ob_base = {
147302             .ob_refcnt = 999999999,
147303             .ob_type = &PyCode_Type,
147304         },
147305         .ob_size = 18,
147306     },
147307     .co_consts = & __hello___toplevel_consts_7_consts._object.ob_base.ob_base,
147308     .co_names = & __hello___toplevel_consts_7_names._object.ob_base.ob_base,
147309     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
147310     .co_flags = 3,
147311     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
147312     ._co_linearray_entry_size = 0,
147313     .co_argcount = 0,
147314     .co_posonlyargcount = 0,
147315     .co_kwonlyargcount = 0,
147316     .co_stacksize = 3,
147317     .co_firstlineno = 3,
147318     .co_nlocalsplus = 0,
147319     .co_nlocals = 0,
147320     .co_nplaincellvars = 0,
147321     .co_ncellvars = 0,
147322     .co_nfreevars = 0,
147323     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
147324     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
147325     .co_filename = & __phello___toplevel_consts_1_filename._ascii.ob_base,
147326     .co_name = & const_str_main._ascii.ob_base,
147327     .co_qualname = & const_str_main._ascii.ob_base,
147328     .co_linetable = & __hello___toplevel_consts_7_linetable.ob_base.ob_base,
147329     ._co_code = NULL,
147330     ._co_linearray = NULL,
147331     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
147332     ._co_firsttraceable = 0,
147333 };
147334 static
147335     struct {
147336         PyGC_Head _gc_head;
147337         struct {
147338             PyObject_VAR_HEAD
147339             PyObject *ob_item[4];
147340         }_object;
147341     }
147342 __phello___toplevel_consts = {
147343     ._object = {
147344         .ob_base = {
147345             .ob_base = {
147346                 .ob_refcnt = 999999999,
147347                 .ob_type = &PyTuple_Type,
147348             },
147349             .ob_size = 4,
147350         },
147351         .ob_item = {
147352             Py_True,
147353             & __phello___toplevel_consts_1.ob_base.ob_base,
147354             &_Py_ID(__main__),
147355             Py_None,
147356         },
147357     },
147358 };
147359 static
147360     struct {
147361         PyGC_Head _gc_head;
147362         struct {
147363             PyObject_VAR_HEAD
147364             PyObject *ob_item[3];
147365         }_object;
147366     }
147367 __phello___toplevel_names = {
147368     ._object = {
147369         .ob_base = {
147370             .ob_base = {
147371                 .ob_refcnt = 999999999,
147372                 .ob_type = &PyTuple_Type,
147373             },
147374             .ob_size = 3,
147375         },
147376         .ob_item = {
147377             & const_str_initialized._ascii.ob_base,
147378             & const_str_main._ascii.ob_base,
147379             &_Py_ID(__name__),
147380         },
147381     },
147382 };
147383 static
147384     struct {
147385         PyObject_VAR_HEAD
147386         Py_hash_t ob_shash;
147387         char ob_sval[62];
147388     }
147389 __phello___toplevel_linetable = {
147390     .ob_base = {
147391         .ob_base = {
147392             .ob_refcnt = 999999999,
147393             .ob_type = &PyBytes_Type,
147394         },
147395         .ob_size = 61,
147396     },
147397     .ob_shash = -1,
147398     .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\xd0\x03\x19\xd8\x04\x08\x80\x44\x81\x46\x84\x46\x80\x46\x80\x46\x80\x46\xf0\x03\x00\x04\x1a\xd0\x03\x19",
147399 };
147400 static
147401     struct _PyCode_DEF(52)
147402 __phello___toplevel = {
147403     .ob_base = {
147404         .ob_base = {
147405             .ob_refcnt = 999999999,
147406             .ob_type = &PyCode_Type,
147407         },
147408         .ob_size = 26,
147409     },
147410     .co_consts = & __phello___toplevel_consts._object.ob_base.ob_base,
147411     .co_names = & __phello___toplevel_names._object.ob_base.ob_base,
147412     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
147413     .co_flags = 0,
147414     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
147415     ._co_linearray_entry_size = 0,
147416     .co_argcount = 0,
147417     .co_posonlyargcount = 0,
147418     .co_kwonlyargcount = 0,
147419     .co_stacksize = 2,
147420     .co_firstlineno = 1,
147421     .co_nlocalsplus = 0,
147422     .co_nlocals = 0,
147423     .co_nplaincellvars = 0,
147424     .co_ncellvars = 0,
147425     .co_nfreevars = 0,
147426     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
147427     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
147428     .co_filename = & __phello___toplevel_consts_1_filename._ascii.ob_base,
147429     .co_name = &_Py_STR(anon_module),
147430     .co_qualname = &_Py_STR(anon_module),
147431     .co_linetable = & __phello___toplevel_linetable.ob_base.ob_base,
147432     ._co_code = NULL,
147433     ._co_linearray = NULL,
147434     .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\x0c\x02\x00\x65\x01\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x03\x53\x00\x64\x03\x53\x00",
147435     ._co_firsttraceable = 0,
147436 };
__phello___do_patchups(void)147437 static void __phello___do_patchups(void) {
147438 }
147439 
147440 PyObject *
_Py_get___phello___toplevel(void)147441 _Py_get___phello___toplevel(void)
147442 {
147443     __phello___do_patchups();
147444     return Py_NewRef((PyObject *) &__phello___toplevel);
147445 }
147446 
147447 static
147448     struct {
147449         PyASCIIObject _ascii;
147450         uint8_t _data[24];
147451     }
147452 __phello___ham_toplevel_filename = {
147453     ._ascii = {
147454         .ob_base = {
147455             .ob_refcnt = 999999999,
147456             .ob_type = &PyUnicode_Type,
147457         },
147458         .length = 23,
147459         .hash = -1,
147460         .state = {
147461             .kind = 1,
147462             .compact = 1,
147463             .ascii = 1,
147464             .ready = 1,
147465         },
147466     },
147467     ._data = "<frozen __phello__.ham>",
147468 };
147469 static
147470     struct {
147471         PyObject_VAR_HEAD
147472         Py_hash_t ob_shash;
147473         char ob_sval[16];
147474     }
147475 __phello___ham_toplevel_linetable = {
147476     .ob_base = {
147477         .ob_base = {
147478             .ob_refcnt = 999999999,
147479             .ob_type = &PyBytes_Type,
147480         },
147481         .ob_size = 15,
147482     },
147483     .ob_shash = -1,
147484     .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x00\x01\x01\x01\xf0\x00\x01\x01\x01",
147485 };
147486 static
147487     struct _PyCode_DEF(6)
147488 __phello___ham_toplevel = {
147489     .ob_base = {
147490         .ob_base = {
147491             .ob_refcnt = 999999999,
147492             .ob_type = &PyCode_Type,
147493         },
147494         .ob_size = 3,
147495     },
147496     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
147497     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
147498     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
147499     .co_flags = 0,
147500     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
147501     ._co_linearray_entry_size = 0,
147502     .co_argcount = 0,
147503     .co_posonlyargcount = 0,
147504     .co_kwonlyargcount = 0,
147505     .co_stacksize = 1,
147506     .co_firstlineno = 1,
147507     .co_nlocalsplus = 0,
147508     .co_nlocals = 0,
147509     .co_nplaincellvars = 0,
147510     .co_ncellvars = 0,
147511     .co_nfreevars = 0,
147512     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
147513     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
147514     .co_filename = & __phello___ham_toplevel_filename._ascii.ob_base,
147515     .co_name = &_Py_STR(anon_module),
147516     .co_qualname = &_Py_STR(anon_module),
147517     .co_linetable = & __phello___ham_toplevel_linetable.ob_base.ob_base,
147518     ._co_code = NULL,
147519     ._co_linearray = NULL,
147520     .co_code_adaptive = "\x97\x00\x64\x00\x53\x00",
147521     ._co_firsttraceable = 0,
147522 };
__phello___ham_do_patchups(void)147523 static void __phello___ham_do_patchups(void) {
147524 }
147525 
147526 PyObject *
_Py_get___phello___ham_toplevel(void)147527 _Py_get___phello___ham_toplevel(void)
147528 {
147529     __phello___ham_do_patchups();
147530     return Py_NewRef((PyObject *) &__phello___ham_toplevel);
147531 }
147532 
147533 static
147534     struct {
147535         PyASCIIObject _ascii;
147536         uint8_t _data[29];
147537     }
147538 __phello___ham_eggs_toplevel_filename = {
147539     ._ascii = {
147540         .ob_base = {
147541             .ob_refcnt = 999999999,
147542             .ob_type = &PyUnicode_Type,
147543         },
147544         .length = 28,
147545         .hash = -1,
147546         .state = {
147547             .kind = 1,
147548             .compact = 1,
147549             .ascii = 1,
147550             .ready = 1,
147551         },
147552     },
147553     ._data = "<frozen __phello__.ham.eggs>",
147554 };
147555 static
147556     struct _PyCode_DEF(6)
147557 __phello___ham_eggs_toplevel = {
147558     .ob_base = {
147559         .ob_base = {
147560             .ob_refcnt = 999999999,
147561             .ob_type = &PyCode_Type,
147562         },
147563         .ob_size = 3,
147564     },
147565     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
147566     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
147567     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
147568     .co_flags = 0,
147569     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
147570     ._co_linearray_entry_size = 0,
147571     .co_argcount = 0,
147572     .co_posonlyargcount = 0,
147573     .co_kwonlyargcount = 0,
147574     .co_stacksize = 1,
147575     .co_firstlineno = 1,
147576     .co_nlocalsplus = 0,
147577     .co_nlocals = 0,
147578     .co_nplaincellvars = 0,
147579     .co_ncellvars = 0,
147580     .co_nfreevars = 0,
147581     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
147582     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
147583     .co_filename = & __phello___ham_eggs_toplevel_filename._ascii.ob_base,
147584     .co_name = &_Py_STR(anon_module),
147585     .co_qualname = &_Py_STR(anon_module),
147586     .co_linetable = & __phello___ham_toplevel_linetable.ob_base.ob_base,
147587     ._co_code = NULL,
147588     ._co_linearray = NULL,
147589     .co_code_adaptive = "\x97\x00\x64\x00\x53\x00",
147590     ._co_firsttraceable = 0,
147591 };
__phello___ham_eggs_do_patchups(void)147592 static void __phello___ham_eggs_do_patchups(void) {
147593 }
147594 
147595 PyObject *
_Py_get___phello___ham_eggs_toplevel(void)147596 _Py_get___phello___ham_eggs_toplevel(void)
147597 {
147598     __phello___ham_eggs_do_patchups();
147599     return Py_NewRef((PyObject *) &__phello___ham_eggs_toplevel);
147600 }
147601 
147602 static
147603     struct {
147604         PyASCIIObject _ascii;
147605         uint8_t _data[25];
147606     }
147607 __phello___spam_toplevel_consts_1_filename = {
147608     ._ascii = {
147609         .ob_base = {
147610             .ob_refcnt = 999999999,
147611             .ob_type = &PyUnicode_Type,
147612         },
147613         .length = 24,
147614         .hash = -1,
147615         .state = {
147616             .kind = 1,
147617             .compact = 1,
147618             .ascii = 1,
147619             .ready = 1,
147620         },
147621     },
147622     ._data = "<frozen __phello__.spam>",
147623 };
147624 static
147625     struct _PyCode_DEF(36)
147626 __phello___spam_toplevel_consts_1 = {
147627     .ob_base = {
147628         .ob_base = {
147629             .ob_refcnt = 999999999,
147630             .ob_type = &PyCode_Type,
147631         },
147632         .ob_size = 18,
147633     },
147634     .co_consts = & __hello___toplevel_consts_7_consts._object.ob_base.ob_base,
147635     .co_names = & __hello___toplevel_consts_7_names._object.ob_base.ob_base,
147636     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
147637     .co_flags = 3,
147638     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
147639     ._co_linearray_entry_size = 0,
147640     .co_argcount = 0,
147641     .co_posonlyargcount = 0,
147642     .co_kwonlyargcount = 0,
147643     .co_stacksize = 3,
147644     .co_firstlineno = 3,
147645     .co_nlocalsplus = 0,
147646     .co_nlocals = 0,
147647     .co_nplaincellvars = 0,
147648     .co_ncellvars = 0,
147649     .co_nfreevars = 0,
147650     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
147651     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
147652     .co_filename = & __phello___spam_toplevel_consts_1_filename._ascii.ob_base,
147653     .co_name = & const_str_main._ascii.ob_base,
147654     .co_qualname = & const_str_main._ascii.ob_base,
147655     .co_linetable = & __hello___toplevel_consts_7_linetable.ob_base.ob_base,
147656     ._co_code = NULL,
147657     ._co_linearray = NULL,
147658     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
147659     ._co_firsttraceable = 0,
147660 };
147661 static
147662     struct {
147663         PyGC_Head _gc_head;
147664         struct {
147665             PyObject_VAR_HEAD
147666             PyObject *ob_item[4];
147667         }_object;
147668     }
147669 __phello___spam_toplevel_consts = {
147670     ._object = {
147671         .ob_base = {
147672             .ob_base = {
147673                 .ob_refcnt = 999999999,
147674                 .ob_type = &PyTuple_Type,
147675             },
147676             .ob_size = 4,
147677         },
147678         .ob_item = {
147679             Py_True,
147680             & __phello___spam_toplevel_consts_1.ob_base.ob_base,
147681             &_Py_ID(__main__),
147682             Py_None,
147683         },
147684     },
147685 };
147686 static
147687     struct _PyCode_DEF(52)
147688 __phello___spam_toplevel = {
147689     .ob_base = {
147690         .ob_base = {
147691             .ob_refcnt = 999999999,
147692             .ob_type = &PyCode_Type,
147693         },
147694         .ob_size = 26,
147695     },
147696     .co_consts = & __phello___spam_toplevel_consts._object.ob_base.ob_base,
147697     .co_names = & __phello___toplevel_names._object.ob_base.ob_base,
147698     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
147699     .co_flags = 0,
147700     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
147701     ._co_linearray_entry_size = 0,
147702     .co_argcount = 0,
147703     .co_posonlyargcount = 0,
147704     .co_kwonlyargcount = 0,
147705     .co_stacksize = 2,
147706     .co_firstlineno = 1,
147707     .co_nlocalsplus = 0,
147708     .co_nlocals = 0,
147709     .co_nplaincellvars = 0,
147710     .co_ncellvars = 0,
147711     .co_nfreevars = 0,
147712     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
147713     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
147714     .co_filename = & __phello___spam_toplevel_consts_1_filename._ascii.ob_base,
147715     .co_name = &_Py_STR(anon_module),
147716     .co_qualname = &_Py_STR(anon_module),
147717     .co_linetable = & __phello___toplevel_linetable.ob_base.ob_base,
147718     ._co_code = NULL,
147719     ._co_linearray = NULL,
147720     .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\x0c\x02\x00\x65\x01\xa6\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x03\x53\x00\x64\x03\x53\x00",
147721     ._co_firsttraceable = 0,
147722 };
__phello___spam_do_patchups(void)147723 static void __phello___spam_do_patchups(void) {
147724 }
147725 
147726 PyObject *
_Py_get___phello___spam_toplevel(void)147727 _Py_get___phello___spam_toplevel(void)
147728 {
147729     __phello___spam_do_patchups();
147730     return Py_NewRef((PyObject *) &__phello___spam_toplevel);
147731 }
147732 
147733 static
147734     struct {
147735         PyGC_Head _gc_head;
147736         struct {
147737             PyObject_VAR_HEAD
147738             PyObject *ob_item[3];
147739         }_object;
147740     }
147741 frozen_only_toplevel_consts = {
147742     ._object = {
147743         .ob_base = {
147744             .ob_base = {
147745                 .ob_refcnt = 999999999,
147746                 .ob_type = &PyTuple_Type,
147747             },
147748             .ob_size = 3,
147749         },
147750         .ob_item = {
147751             Py_True,
147752             & __hello___toplevel_consts_7_consts_1._ascii.ob_base,
147753             Py_None,
147754         },
147755     },
147756 };
147757 static
147758     struct {
147759         PyGC_Head _gc_head;
147760         struct {
147761             PyObject_VAR_HEAD
147762             PyObject *ob_item[2];
147763         }_object;
147764     }
147765 frozen_only_toplevel_names = {
147766     ._object = {
147767         .ob_base = {
147768             .ob_base = {
147769                 .ob_refcnt = 999999999,
147770                 .ob_type = &PyTuple_Type,
147771             },
147772             .ob_size = 2,
147773         },
147774         .ob_item = {
147775             & const_str_initialized._ascii.ob_base,
147776             & const_str_print._ascii.ob_base,
147777         },
147778     },
147779 };
147780 static
147781     struct {
147782         PyASCIIObject _ascii;
147783         uint8_t _data[21];
147784     }
147785 frozen_only_toplevel_filename = {
147786     ._ascii = {
147787         .ob_base = {
147788             .ob_refcnt = 999999999,
147789             .ob_type = &PyUnicode_Type,
147790         },
147791         .length = 20,
147792         .hash = -1,
147793         .state = {
147794             .kind = 1,
147795             .compact = 1,
147796             .ascii = 1,
147797             .ready = 1,
147798         },
147799     },
147800     ._data = "<frozen frozen_only>",
147801 };
147802 static
147803     struct {
147804         PyObject_VAR_HEAD
147805         Py_hash_t ob_shash;
147806         char ob_sval[33];
147807     }
147808 frozen_only_toplevel_linetable = {
147809     .ob_base = {
147810         .ob_base = {
147811             .ob_refcnt = 999999999,
147812             .ob_type = &PyBytes_Type,
147813         },
147814         .ob_size = 32,
147815     },
147816     .ob_shash = -1,
147817     .ob_sval = "\xf0\x03\x01\x01\x01\xd8\x0e\x12\x80\x0b\xd8\x00\x05\x80\x05\x80\x6e\xd1\x00\x15\xd4\x00\x15\xd0\x00\x15\xd0\x00\x15\xd0\x00\x15",
147818 };
147819 static
147820     struct _PyCode_DEF(32)
147821 frozen_only_toplevel = {
147822     .ob_base = {
147823         .ob_base = {
147824             .ob_refcnt = 999999999,
147825             .ob_type = &PyCode_Type,
147826         },
147827         .ob_size = 16,
147828     },
147829     .co_consts = & frozen_only_toplevel_consts._object.ob_base.ob_base,
147830     .co_names = & frozen_only_toplevel_names._object.ob_base.ob_base,
147831     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
147832     .co_flags = 0,
147833     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
147834     ._co_linearray_entry_size = 0,
147835     .co_argcount = 0,
147836     .co_posonlyargcount = 0,
147837     .co_kwonlyargcount = 0,
147838     .co_stacksize = 3,
147839     .co_firstlineno = 1,
147840     .co_nlocalsplus = 0,
147841     .co_nlocals = 0,
147842     .co_nplaincellvars = 0,
147843     .co_ncellvars = 0,
147844     .co_nfreevars = 0,
147845     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
147846     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
147847     .co_filename = & frozen_only_toplevel_filename._ascii.ob_base,
147848     .co_name = &_Py_STR(anon_module),
147849     .co_qualname = &_Py_STR(anon_module),
147850     .co_linetable = & frozen_only_toplevel_linetable.ob_base.ob_base,
147851     ._co_code = NULL,
147852     ._co_linearray = NULL,
147853     .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x02\x00\x65\x01\x64\x01\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00",
147854     ._co_firsttraceable = 0,
147855 };
frozen_only_do_patchups(void)147856 static void frozen_only_do_patchups(void) {
147857 }
147858 
147859 PyObject *
_Py_get_frozen_only_toplevel(void)147860 _Py_get_frozen_only_toplevel(void)
147861 {
147862     frozen_only_do_patchups();
147863     return Py_NewRef((PyObject *) &frozen_only_toplevel);
147864 }
147865 
147866 void
_Py_Deepfreeze_Fini(void)147867 _Py_Deepfreeze_Fini(void) {
147868     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_0);
147869     _PyStaticUnicode_Dealloc((PyObject *)&const_str_AttributeError);
147870     _PyStaticUnicode_Dealloc((PyObject *)&const_str_type);
147871     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_1_filename);
147872     _PyStaticUnicode_Dealloc((PyObject *)&const_str__object_name);
147873     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_1);
147874     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_3_consts_0);
147875     _PyStaticUnicode_Dealloc((PyObject *)&const_str_hasattr);
147876     _PyStaticUnicode_Dealloc((PyObject *)&const_str_setattr);
147877     _PyStaticUnicode_Dealloc((PyObject *)&const_str_update);
147878     _PyStaticUnicode_Dealloc((PyObject *)&const_str__wrap);
147879     _PyStaticUnicode_Dealloc((PyObject *)&const_str_new);
147880     _PyStaticUnicode_Dealloc((PyObject *)&const_str_old);
147881     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_3);
147882     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sys);
147883     _PyStaticUnicode_Dealloc((PyObject *)&const_str__new_module);
147884     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_4);
147885     _PyStaticUnicode_Dealloc((PyObject *)&const_str__DeadlockError);
147886     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_5);
147887     _PyStaticUnicode_Dealloc((PyObject *)&const_str__ModuleLock);
147888     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_1);
147889     _PyStaticUnicode_Dealloc((PyObject *)&const_str__thread);
147890     _PyStaticUnicode_Dealloc((PyObject *)&const_str_allocate_lock);
147891     _PyStaticUnicode_Dealloc((PyObject *)&const_str_lock);
147892     _PyStaticUnicode_Dealloc((PyObject *)&const_str_wakeup);
147893     _PyStaticUnicode_Dealloc((PyObject *)&const_str_owner);
147894     _PyStaticUnicode_Dealloc((PyObject *)&const_str_count);
147895     _PyStaticUnicode_Dealloc((PyObject *)&const_str_waiters);
147896     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_2_qualname);
147897     _PyStaticUnicode_Dealloc((PyObject *)&const_str_self);
147898     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_2);
147899     _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_ident);
147900     _PyStaticUnicode_Dealloc((PyObject *)&const_str_set);
147901     _PyStaticUnicode_Dealloc((PyObject *)&const_str__blocking_on);
147902     _PyStaticUnicode_Dealloc((PyObject *)&const_str_has_deadlock);
147903     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_3_qualname);
147904     _PyStaticUnicode_Dealloc((PyObject *)&const_str_me);
147905     _PyStaticUnicode_Dealloc((PyObject *)&const_str_tid);
147906     _PyStaticUnicode_Dealloc((PyObject *)&const_str_seen);
147907     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_3);
147908     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_4_consts_0);
147909     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_4_consts_5);
147910     _PyStaticUnicode_Dealloc((PyObject *)&const_str_acquire);
147911     _PyStaticUnicode_Dealloc((PyObject *)&const_str_release);
147912     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_4_qualname);
147913     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_4);
147914     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_5_consts_1);
147915     _PyStaticUnicode_Dealloc((PyObject *)&const_str_RuntimeError);
147916     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_5_qualname);
147917     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_5);
147918     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_6_consts_1);
147919     _PyStaticUnicode_Dealloc((PyObject *)&const_str_format);
147920     _PyStaticUnicode_Dealloc((PyObject *)&const_str_id);
147921     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_6_qualname);
147922     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_6);
147923     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7);
147924     _PyStaticUnicode_Dealloc((PyObject *)&const_str__DummyModuleLock);
147925     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_9_consts_1);
147926     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_9_consts_2_qualname);
147927     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9_consts_2);
147928     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_9_consts_3_qualname);
147929     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9_consts_3);
147930     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_9_consts_4_qualname);
147931     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9_consts_4);
147932     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_9_consts_5_consts_1);
147933     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_9_consts_5_qualname);
147934     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9_consts_5);
147935     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9);
147936     _PyStaticUnicode_Dealloc((PyObject *)&const_str__ModuleLockManager);
147937     _PyStaticUnicode_Dealloc((PyObject *)&const_str__name);
147938     _PyStaticUnicode_Dealloc((PyObject *)&const_str__lock);
147939     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_11_consts_1_qualname);
147940     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_11_consts_1);
147941     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_module_lock);
147942     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_11_consts_2_qualname);
147943     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_11_consts_2);
147944     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_11_consts_3_qualname);
147945     _PyStaticUnicode_Dealloc((PyObject *)&const_str_args);
147946     _PyStaticUnicode_Dealloc((PyObject *)&const_str_kwargs);
147947     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_11_consts_3);
147948     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_11);
147949     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_13_consts_0);
147950     _PyStaticUnicode_Dealloc((PyObject *)&const_str__imp);
147951     _PyStaticUnicode_Dealloc((PyObject *)&const_str_acquire_lock);
147952     _PyStaticUnicode_Dealloc((PyObject *)&const_str__module_locks);
147953     _PyStaticUnicode_Dealloc((PyObject *)&const_str_release_lock);
147954     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cb);
147955     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_13_consts_2_qualname);
147956     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ref);
147957     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_13_consts_2);
147958     _PyStaticUnicode_Dealloc((PyObject *)&const_str_KeyError);
147959     _PyStaticUnicode_Dealloc((PyObject *)&const_str__weakref);
147960     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_13);
147961     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_14_consts_0);
147962     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_14);
147963     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_15_consts_0);
147964     _PyStaticUnicode_Dealloc((PyObject *)&const_str__call_with_frames_removed);
147965     _PyStaticUnicode_Dealloc((PyObject *)&const_str_f);
147966     _PyStaticUnicode_Dealloc((PyObject *)&const_str_kwds);
147967     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_15);
147968     _PyStaticUnicode_Dealloc((PyObject *)&const_str_verbosity);
147969     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_18_consts_0);
147970     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_18_consts_1_0);
147971     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_18_consts_1_1);
147972     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_18_consts_2);
147973     _PyStaticUnicode_Dealloc((PyObject *)&const_str_file);
147974     _PyStaticUnicode_Dealloc((PyObject *)&const_str_flags);
147975     _PyStaticUnicode_Dealloc((PyObject *)&const_str_verbose);
147976     _PyStaticUnicode_Dealloc((PyObject *)&const_str_startswith);
147977     _PyStaticUnicode_Dealloc((PyObject *)&const_str_print);
147978     _PyStaticUnicode_Dealloc((PyObject *)&const_str__verbose_message);
147979     _PyStaticUnicode_Dealloc((PyObject *)&const_str_message);
147980     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_18);
147981     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_19_consts_0);
147982     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_19_consts_1_consts_1);
147983     _PyStaticUnicode_Dealloc((PyObject *)&const_str_builtin_module_names);
147984     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ImportError);
147985     _PyStaticUnicode_Dealloc((PyObject *)&const_str__requires_builtin_wrapper);
147986     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_19_consts_1_qualname);
147987     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fullname);
147988     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fxn);
147989     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_19_consts_1);
147990     _PyStaticUnicode_Dealloc((PyObject *)&const_str__requires_builtin);
147991     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_19);
147992     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_20_consts_0);
147993     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_20_consts_1_consts_1);
147994     _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_frozen);
147995     _PyStaticUnicode_Dealloc((PyObject *)&const_str__requires_frozen_wrapper);
147996     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_20_consts_1_qualname);
147997     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_20_consts_1);
147998     _PyStaticUnicode_Dealloc((PyObject *)&const_str__requires_frozen);
147999     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_20);
148000     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_21_consts_0);
148001     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_21_consts_1);
148002     _PyStaticUnicode_Dealloc((PyObject *)&const_str__warnings);
148003     _PyStaticUnicode_Dealloc((PyObject *)&const_str_warn);
148004     _PyStaticUnicode_Dealloc((PyObject *)&const_str_DeprecationWarning);
148005     _PyStaticUnicode_Dealloc((PyObject *)&const_str_spec_from_loader);
148006     _PyStaticUnicode_Dealloc((PyObject *)&const_str__exec);
148007     _PyStaticUnicode_Dealloc((PyObject *)&const_str__load);
148008     _PyStaticUnicode_Dealloc((PyObject *)&const_str__load_module_shim);
148009     _PyStaticUnicode_Dealloc((PyObject *)&const_str_spec);
148010     _PyStaticUnicode_Dealloc((PyObject *)&const_str_module);
148011     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_21);
148012     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_22_consts_0);
148013     _PyStaticUnicode_Dealloc((PyObject *)&const_str_module_repr);
148014     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_22_consts_5);
148015     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_22_consts_6);
148016     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_22_consts_7);
148017     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_22_consts_8);
148018     _PyStaticUnicode_Dealloc((PyObject *)&const_str__module_repr_from_spec);
148019     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Exception);
148020     _PyStaticUnicode_Dealloc((PyObject *)&const_str__module_repr);
148021     _PyStaticUnicode_Dealloc((PyObject *)&const_str_loader);
148022     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_22);
148023     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ModuleSpec);
148024     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_1);
148025     _PyStaticUnicode_Dealloc((PyObject *)&const_str_origin);
148026     _PyStaticUnicode_Dealloc((PyObject *)&const_str_loader_state);
148027     _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_package);
148028     _PyStaticUnicode_Dealloc((PyObject *)&const_str_submodule_search_locations);
148029     _PyStaticUnicode_Dealloc((PyObject *)&const_str__set_fileattr);
148030     _PyStaticUnicode_Dealloc((PyObject *)&const_str__cached);
148031     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_4_qualname);
148032     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_4);
148033     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_5_consts_1);
148034     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_5_consts_2);
148035     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_5_consts_3);
148036     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_5_consts_4);
148037     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_5_consts_5);
148038     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_5_qualname);
148039     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_5);
148040     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cached);
148041     _PyStaticUnicode_Dealloc((PyObject *)&const_str_has_location);
148042     _PyStaticUnicode_Dealloc((PyObject *)&const_str_NotImplemented);
148043     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_6_qualname);
148044     _PyStaticUnicode_Dealloc((PyObject *)&const_str_other);
148045     _PyStaticUnicode_Dealloc((PyObject *)&const_str_smsl);
148046     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_6);
148047     _PyStaticUnicode_Dealloc((PyObject *)&const_str__bootstrap_external);
148048     _PyStaticUnicode_Dealloc((PyObject *)&const_str_NotImplementedError);
148049     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_cached);
148050     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_7_qualname);
148051     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_7);
148052     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_8);
148053     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_9_consts_0);
148054     _PyStaticUnicode_Dealloc((PyObject *)&const_str_rpartition);
148055     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_9_qualname);
148056     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_9);
148057     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_10_qualname);
148058     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_10);
148059     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bool);
148060     _PyStaticUnicode_Dealloc((PyObject *)&const_str_value);
148061     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_11);
148062     _PyStaticUnicode_Dealloc((PyObject *)&const_str_property);
148063     _PyStaticUnicode_Dealloc((PyObject *)&const_str_setter);
148064     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23);
148065     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_26_consts_0);
148066     _PyStaticUnicode_Dealloc((PyObject *)&const_str__ORIGIN);
148067     _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_filename);
148068     _PyStaticUnicode_Dealloc((PyObject *)&const_str_spec_from_file_location);
148069     _PyStaticUnicode_Dealloc((PyObject *)&const_str_search);
148070     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_26);
148071     _PyStaticUnicode_Dealloc((PyObject *)&const_str___cached__);
148072     _PyStaticUnicode_Dealloc((PyObject *)&const_str_list);
148073     _PyStaticUnicode_Dealloc((PyObject *)&const_str__spec_from_module);
148074     _PyStaticUnicode_Dealloc((PyObject *)&const_str_location);
148075     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_27);
148076     _PyStaticUnicode_Dealloc((PyObject *)&const_str_override);
148077     _PyStaticUnicode_Dealloc((PyObject *)&const_str_NamespaceLoader);
148078     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path);
148079     _PyStaticUnicode_Dealloc((PyObject *)&const_str__init_module_attrs);
148080     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_30);
148081     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_31_consts_0);
148082     _PyStaticUnicode_Dealloc((PyObject *)&const_str_create_module);
148083     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exec_module);
148084     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_31_consts_4);
148085     _PyStaticUnicode_Dealloc((PyObject *)&const_str_module_from_spec);
148086     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_31);
148087     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_32_consts_0);
148088     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_32_consts_6);
148089     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_32);
148090     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_33_consts_0);
148091     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_33_consts_1);
148092     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_33_consts_4);
148093     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_33_consts_8);
148094     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ImportWarning);
148095     _PyStaticUnicode_Dealloc((PyObject *)&const_str_load_module);
148096     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pop);
148097     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_33);
148098     _PyStaticUnicode_Dealloc((PyObject *)&const_str__load_backward_compatible);
148099     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_34);
148100     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_35_consts_6);
148101     _PyStaticUnicode_Dealloc((PyObject *)&const_str__load_unlocked);
148102     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_35);
148103     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_36_consts_0);
148104     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_36);
148105     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BuiltinImporter);
148106     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_1);
148107     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_2);
148108     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_3_consts_0);
148109     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_3_consts_1);
148110     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_3_consts_2);
148111     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_3_consts_3);
148112     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_3_consts_4);
148113     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_3_qualname);
148114     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_3);
148115     _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_builtin);
148116     _PyStaticUnicode_Dealloc((PyObject *)&const_str_find_spec);
148117     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_5_qualname);
148118     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cls);
148119     _PyStaticUnicode_Dealloc((PyObject *)&const_str_target);
148120     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_5);
148121     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_6_consts_0);
148122     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_6_consts_1);
148123     _PyStaticUnicode_Dealloc((PyObject *)&const_str_find_module);
148124     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_6_qualname);
148125     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_6);
148126     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_7_consts_0);
148127     _PyStaticUnicode_Dealloc((PyObject *)&const_str_create_builtin);
148128     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_7_qualname);
148129     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_7);
148130     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_8_consts_0);
148131     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exec_builtin);
148132     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_8_qualname);
148133     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_8);
148134     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_9_consts_0);
148135     _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_code);
148136     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_9_qualname);
148137     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_9);
148138     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_10_consts_0);
148139     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_10_qualname);
148140     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_10);
148141     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_11_consts_0);
148142     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_11_qualname);
148143     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_11);
148144     _PyStaticUnicode_Dealloc((PyObject *)&const_str_staticmethod);
148145     _PyStaticUnicode_Dealloc((PyObject *)&const_str_classmethod);
148146     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37);
148147     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FrozenImporter);
148148     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_1);
148149     _PyStaticUnicode_Dealloc((PyObject *)&const_str_frozen);
148150     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_3_consts_1);
148151     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_3_qualname);
148152     _PyStaticUnicode_Dealloc((PyObject *)&const_str_m);
148153     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_3);
148154     _PyStaticUnicode_Dealloc((PyObject *)&const_str___origname__);
148155     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_4_consts_2);
148156     _PyStaticUnicode_Dealloc((PyObject *)&const_str_origname);
148157     _PyStaticUnicode_Dealloc((PyObject *)&const_str_vars);
148158     _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_frozen_package);
148159     _PyStaticUnicode_Dealloc((PyObject *)&const_str__resolve_filename);
148160     _PyStaticUnicode_Dealloc((PyObject *)&const_str_implementation);
148161     _PyStaticUnicode_Dealloc((PyObject *)&const_str_insert);
148162     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sorted);
148163     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_4_qualname);
148164     _PyStaticUnicode_Dealloc((PyObject *)&const_str_state);
148165     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ispkg);
148166     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pkgdir);
148167     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_4);
148168     _PyStaticUnicode_Dealloc((PyObject *)&const_str__stdlib_dir);
148169     _PyStaticUnicode_Dealloc((PyObject *)&const_str_win32);
148170     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_7_consts_4);
148171     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_7_consts_5);
148172     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_7_consts_6);
148173     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_7_consts_8);
148174     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_7_consts_11);
148175     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_7_consts_12);
148176     _PyStaticUnicode_Dealloc((PyObject *)&const_str__SEP);
148177     _PyStaticUnicode_Dealloc((PyObject *)&const_str_platform);
148178     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_7_qualname);
148179     _PyStaticUnicode_Dealloc((PyObject *)&const_str_alias);
148180     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sep);
148181     _PyStaticUnicode_Dealloc((PyObject *)&const_str_relfile);
148182     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_7);
148183     _PyStaticUnicode_Dealloc((PyObject *)&const_str_find_frozen);
148184     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_8_qualname);
148185     _PyStaticUnicode_Dealloc((PyObject *)&const_str_info);
148186     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_8);
148187     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_9_consts_0);
148188     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_9_consts_1);
148189     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_9_qualname);
148190     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_9);
148191     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_10_consts_0);
148192     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_10_qualname);
148193     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_10);
148194     _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_frozen_object);
148195     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exec);
148196     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_11_qualname);
148197     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_11);
148198     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_12_consts_0);
148199     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_12_qualname);
148200     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_12);
148201     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_13_consts_0);
148202     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_13_qualname);
148203     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_13);
148204     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_14_consts_0);
148205     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_14_qualname);
148206     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_14);
148207     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_15_consts_0);
148208     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_15_qualname);
148209     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_15);
148210     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39);
148211     _PyStaticUnicode_Dealloc((PyObject *)&const_str__ImportLockContext);
148212     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_41_consts_1);
148213     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_41_consts_2_consts_0);
148214     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_41_consts_2_qualname);
148215     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_41_consts_2);
148216     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_41_consts_3_consts_0);
148217     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_41_consts_3_qualname);
148218     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exc_type);
148219     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exc_value);
148220     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exc_traceback);
148221     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_41_consts_3);
148222     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_41);
148223     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_43_consts_0);
148224     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_43_consts_3);
148225     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_43_consts_5);
148226     _PyStaticUnicode_Dealloc((PyObject *)&const_str_rsplit);
148227     _PyStaticUnicode_Dealloc((PyObject *)&const_str__resolve_name);
148228     _PyStaticUnicode_Dealloc((PyObject *)&const_str_package);
148229     _PyStaticUnicode_Dealloc((PyObject *)&const_str_level);
148230     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bits);
148231     _PyStaticUnicode_Dealloc((PyObject *)&const_str_base);
148232     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_43);
148233     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_44_consts_1);
148234     _PyStaticUnicode_Dealloc((PyObject *)&const_str__find_spec_legacy);
148235     _PyStaticUnicode_Dealloc((PyObject *)&const_str_finder);
148236     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_44);
148237     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_45_consts_0);
148238     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_45_consts_2);
148239     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_45_consts_3);
148240     _PyStaticUnicode_Dealloc((PyObject *)&const_str_meta_path);
148241     _PyStaticUnicode_Dealloc((PyObject *)&const_str__find_spec);
148242     _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_reload);
148243     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_45);
148244     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_46_consts_0);
148245     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_46_consts_1);
148246     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_46_consts_3);
148247     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_46_consts_4);
148248     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_46_consts_5);
148249     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_46_consts_6);
148250     _PyStaticUnicode_Dealloc((PyObject *)&const_str_str);
148251     _PyStaticUnicode_Dealloc((PyObject *)&const_str_TypeError);
148252     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ValueError);
148253     _PyStaticUnicode_Dealloc((PyObject *)&const_str__sanity_check);
148254     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_46);
148255     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_47);
148256     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_48);
148257     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_49_consts_3);
148258     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_49_consts_6);
148259     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_49_consts_7);
148260     _PyStaticUnicode_Dealloc((PyObject *)&const_str__ERR_MSG);
148261     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ModuleNotFoundError);
148262     _PyStaticUnicode_Dealloc((PyObject *)&const_str__find_and_load_unlocked);
148263     _PyStaticUnicode_Dealloc((PyObject *)&const_str_import_);
148264     _PyStaticUnicode_Dealloc((PyObject *)&const_str_parent_spec);
148265     _PyStaticUnicode_Dealloc((PyObject *)&const_str_parent_module);
148266     _PyStaticUnicode_Dealloc((PyObject *)&const_str_child);
148267     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_49);
148268     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_50_consts_0);
148269     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_50_consts_5);
148270     _PyStaticUnicode_Dealloc((PyObject *)&const_str__NEEDS_LOADING);
148271     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_50);
148272     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_52_consts_0);
148273     _PyStaticUnicode_Dealloc((PyObject *)&const_str__gcd_import);
148274     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_52);
148275     _PyStaticUnicode_Dealloc((PyObject *)&const_str_recursive);
148276     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_54_consts_0);
148277     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_54_consts_1);
148278     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_54_consts_2);
148279     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_54_consts_3);
148280     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_54_consts_4);
148281     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_54_consts_5);
148282     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fromlist);
148283     _PyStaticUnicode_Dealloc((PyObject *)&const_str_x);
148284     _PyStaticUnicode_Dealloc((PyObject *)&const_str_where);
148285     _PyStaticUnicode_Dealloc((PyObject *)&const_str_from_name);
148286     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exc);
148287     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_54);
148288     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_55_consts_0);
148289     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_55_consts_4);
148290     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_55_consts_5);
148291     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_55_consts_6);
148292     _PyStaticUnicode_Dealloc((PyObject *)&const_str_stacklevel);
148293     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_55_consts_9);
148294     _PyStaticUnicode_Dealloc((PyObject *)&const_str__calc___package__);
148295     _PyStaticUnicode_Dealloc((PyObject *)&const_str_globals);
148296     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_55);
148297     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_57_consts_0);
148298     _PyStaticUnicode_Dealloc((PyObject *)&const_str_partition);
148299     _PyStaticUnicode_Dealloc((PyObject *)&const_str_locals);
148300     _PyStaticUnicode_Dealloc((PyObject *)&const_str_globals_);
148301     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cut_off);
148302     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_57);
148303     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_58_consts_1);
148304     _PyStaticUnicode_Dealloc((PyObject *)&const_str__builtin_from_name);
148305     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_58);
148306     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_59_consts_0);
148307     _PyStaticUnicode_Dealloc((PyObject *)&const_str__setup);
148308     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sys_module);
148309     _PyStaticUnicode_Dealloc((PyObject *)&const_str__imp_module);
148310     _PyStaticUnicode_Dealloc((PyObject *)&const_str_module_type);
148311     _PyStaticUnicode_Dealloc((PyObject *)&const_str_self_module);
148312     _PyStaticUnicode_Dealloc((PyObject *)&const_str_builtin_name);
148313     _PyStaticUnicode_Dealloc((PyObject *)&const_str_builtin_module);
148314     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_59);
148315     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_60_consts_0);
148316     _PyStaticUnicode_Dealloc((PyObject *)&const_str__install);
148317     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_60);
148318     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_61_consts_0);
148319     _PyStaticUnicode_Dealloc((PyObject *)&const_str__frozen_importlib_external);
148320     _PyStaticUnicode_Dealloc((PyObject *)&const_str__install_external_importers);
148321     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_61);
148322     _PyStaticUnicode_Dealloc((PyObject *)&const_str__ERR_MSG_PREFIX);
148323     _PyStaticUnicode_Dealloc((PyObject *)&const_str_object);
148324     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel);
148325     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_0);
148326     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_6_filename);
148327     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0);
148328     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_6);
148329     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_8_consts_0);
148330     _PyStaticUnicode_Dealloc((PyObject *)&const_str_s);
148331     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_8);
148332     _PyStaticUnicode_Dealloc((PyObject *)&const_str_win);
148333     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cygwin);
148334     _PyStaticUnicode_Dealloc((PyObject *)&const_str_darwin);
148335     _PyStaticUnicode_Dealloc((PyObject *)&const_str_PYTHONCASEOK);
148336     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_11_consts_3_consts_0);
148337     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ignore_environment);
148338     _PyStaticUnicode_Dealloc((PyObject *)&const_str__os);
148339     _PyStaticUnicode_Dealloc((PyObject *)&const_str_environ);
148340     _PyStaticUnicode_Dealloc((PyObject *)&const_str__relax_case);
148341     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_11_consts_3_qualname);
148342     _PyStaticUnicode_Dealloc((PyObject *)&const_str_key);
148343     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_11_consts_3);
148344     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_11_consts_4_consts_0);
148345     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_11_consts_4);
148346     _PyStaticUnicode_Dealloc((PyObject *)&const_str__CASE_INSENSITIVE_PLATFORMS);
148347     _PyStaticUnicode_Dealloc((PyObject *)&const_str__CASE_INSENSITIVE_PLATFORMS_STR_KEY);
148348     _PyStaticUnicode_Dealloc((PyObject *)&const_str__make_relax_case);
148349     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_11);
148350     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_12_consts_0);
148351     _PyStaticUnicode_Dealloc((PyObject *)&const_str_int);
148352     _PyStaticUnicode_Dealloc((PyObject *)&const_str_to_bytes);
148353     _PyStaticUnicode_Dealloc((PyObject *)&const_str__pack_uint32);
148354     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_12);
148355     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_13_consts_0);
148356     _PyStaticUnicode_Dealloc((PyObject *)&const_str_from_bytes);
148357     _PyStaticUnicode_Dealloc((PyObject *)&const_str__unpack_uint32);
148358     _PyStaticUnicode_Dealloc((PyObject *)&const_str_data);
148359     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_13);
148360     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_14_consts_0);
148361     _PyStaticUnicode_Dealloc((PyObject *)&const_str__unpack_uint16);
148362     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_14);
148363     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_15_consts_0);
148364     _PyStaticUnicode_Dealloc((PyObject *)&const_str_rstrip);
148365     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_separators);
148366     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_15_consts_5_qualname);
148367     _PyStaticUnicode_Dealloc((PyObject *)&const_str_p);
148368     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_15_consts_5);
148369     _PyStaticUnicode_Dealloc((PyObject *)&const_str_map);
148370     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_splitroot);
148371     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_sep_tuple);
148372     _PyStaticUnicode_Dealloc((PyObject *)&const_str_endswith);
148373     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_sep);
148374     _PyStaticUnicode_Dealloc((PyObject *)&const_str_casefold);
148375     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_join);
148376     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_parts);
148377     _PyStaticUnicode_Dealloc((PyObject *)&const_str_root);
148378     _PyStaticUnicode_Dealloc((PyObject *)&const_str_new_root);
148379     _PyStaticUnicode_Dealloc((PyObject *)&const_str_tail);
148380     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_15);
148381     _PyStaticUnicode_Dealloc((PyObject *)&const_str_part);
148382     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_16_consts_1);
148383     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_16);
148384     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_17_consts_0);
148385     _PyStaticUnicode_Dealloc((PyObject *)&const_str_rfind);
148386     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_17_consts_1_qualname);
148387     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_17_consts_1);
148388     _PyStaticUnicode_Dealloc((PyObject *)&const_str_max);
148389     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_split);
148390     _PyStaticUnicode_Dealloc((PyObject *)&const_str_i);
148391     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_17);
148392     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_18_consts_0);
148393     _PyStaticUnicode_Dealloc((PyObject *)&const_str_stat);
148394     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_stat);
148395     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_18);
148396     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_19_consts_0);
148397     _PyStaticUnicode_Dealloc((PyObject *)&const_str_OSError);
148398     _PyStaticUnicode_Dealloc((PyObject *)&const_str_st_mode);
148399     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_is_mode_type);
148400     _PyStaticUnicode_Dealloc((PyObject *)&const_str_stat_info);
148401     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_19);
148402     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_20_consts_0);
148403     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_isfile);
148404     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_20);
148405     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_21_consts_0);
148406     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getcwd);
148407     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_isdir);
148408     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_21);
148409     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_22_consts_0);
148410     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_22_consts_6);
148411     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_isabs);
148412     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_22);
148413     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_23);
148414     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_25_consts_0);
148415     _PyStaticUnicode_Dealloc((PyObject *)&const_str_wb);
148416     _PyStaticUnicode_Dealloc((PyObject *)&const_str_O_EXCL);
148417     _PyStaticUnicode_Dealloc((PyObject *)&const_str_O_CREAT);
148418     _PyStaticUnicode_Dealloc((PyObject *)&const_str_O_WRONLY);
148419     _PyStaticUnicode_Dealloc((PyObject *)&const_str__io);
148420     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FileIO);
148421     _PyStaticUnicode_Dealloc((PyObject *)&const_str_unlink);
148422     _PyStaticUnicode_Dealloc((PyObject *)&const_str__write_atomic);
148423     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_tmp);
148424     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fd);
148425     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_25);
148426     _PyStaticUnicode_Dealloc((PyObject *)&const_str___pycache__);
148427     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_31);
148428     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_33);
148429     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_34);
148430     _PyStaticUnicode_Dealloc((PyObject *)&const_str_optimization);
148431     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_36_consts_0);
148432     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_36_consts_2);
148433     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_36_consts_3);
148434     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_36_consts_7);
148435     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_36_consts_9);
148436     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_36_consts_10);
148437     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fspath);
148438     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cache_tag);
148439     _PyStaticUnicode_Dealloc((PyObject *)&const_str_optimize);
148440     _PyStaticUnicode_Dealloc((PyObject *)&const_str_isalnum);
148441     _PyStaticUnicode_Dealloc((PyObject *)&const_str__OPT);
148442     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BYTECODE_SUFFIXES);
148443     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pycache_prefix);
148444     _PyStaticUnicode_Dealloc((PyObject *)&const_str_lstrip);
148445     _PyStaticUnicode_Dealloc((PyObject *)&const_str__PYCACHE);
148446     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cache_from_source);
148447     _PyStaticUnicode_Dealloc((PyObject *)&const_str_debug_override);
148448     _PyStaticUnicode_Dealloc((PyObject *)&const_str_head);
148449     _PyStaticUnicode_Dealloc((PyObject *)&const_str_rest);
148450     _PyStaticUnicode_Dealloc((PyObject *)&const_str_tag);
148451     _PyStaticUnicode_Dealloc((PyObject *)&const_str_almost_filename);
148452     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_36);
148453     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_37_consts_0);
148454     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_37_consts_5);
148455     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_37_consts_8);
148456     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_37_consts_12);
148457     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_37_consts_13);
148458     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_37_consts_14);
148459     _PyStaticUnicode_Dealloc((PyObject *)&const_str_SOURCE_SUFFIXES);
148460     _PyStaticUnicode_Dealloc((PyObject *)&const_str_source_from_cache);
148461     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pycache_filename);
148462     _PyStaticUnicode_Dealloc((PyObject *)&const_str_found_in_pycache_prefix);
148463     _PyStaticUnicode_Dealloc((PyObject *)&const_str_stripped_path);
148464     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pycache);
148465     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dot_count);
148466     _PyStaticUnicode_Dealloc((PyObject *)&const_str_opt_level);
148467     _PyStaticUnicode_Dealloc((PyObject *)&const_str_base_filename);
148468     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_37);
148469     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_38_consts_0);
148470     _PyStaticUnicode_Dealloc((PyObject *)&const_str_py);
148471     _PyStaticUnicode_Dealloc((PyObject *)&const_str_lower);
148472     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytecode_path);
148473     _PyStaticUnicode_Dealloc((PyObject *)&const_str_extension);
148474     _PyStaticUnicode_Dealloc((PyObject *)&const_str_source_path);
148475     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_38);
148476     _PyStaticUnicode_Dealloc((PyObject *)&const_str_tuple);
148477     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_39);
148478     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_40_consts_0);
148479     _PyStaticUnicode_Dealloc((PyObject *)&const_str__calc_mode);
148480     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_40);
148481     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_41_consts_0);
148482     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_41_consts_2_consts_1);
148483     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_41_consts_2_consts_2);
148484     _PyStaticUnicode_Dealloc((PyObject *)&const_str__check_name_wrapper);
148485     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_41_consts_2_qualname);
148486     _PyStaticUnicode_Dealloc((PyObject *)&const_str_method);
148487     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_41_consts_2);
148488     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_41_consts_3_qualname);
148489     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_41_consts_3);
148490     _PyStaticUnicode_Dealloc((PyObject *)&const_str__check_name);
148491     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_41);
148492     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_42_consts_0);
148493     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_42_consts_1);
148494     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_42_consts_3);
148495     _PyStaticUnicode_Dealloc((PyObject *)&const_str_find_loader);
148496     _PyStaticUnicode_Dealloc((PyObject *)&const_str__find_module_shim);
148497     _PyStaticUnicode_Dealloc((PyObject *)&const_str_portions);
148498     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_42);
148499     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_43_consts_0);
148500     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_43_consts_3);
148501     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_43_consts_4);
148502     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_43_consts_5);
148503     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_43_consts_7);
148504     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_43_consts_10);
148505     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_43_consts_11);
148506     _PyStaticUnicode_Dealloc((PyObject *)&const_str_MAGIC_NUMBER);
148507     _PyStaticUnicode_Dealloc((PyObject *)&const_str_EOFError);
148508     _PyStaticUnicode_Dealloc((PyObject *)&const_str__classify_pyc);
148509     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exc_details);
148510     _PyStaticUnicode_Dealloc((PyObject *)&const_str_magic);
148511     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_43);
148512     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_44_consts_0);
148513     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_44_consts_4);
148514     _PyStaticUnicode_Dealloc((PyObject *)&const_str__validate_timestamp_pyc);
148515     _PyStaticUnicode_Dealloc((PyObject *)&const_str_source_mtime);
148516     _PyStaticUnicode_Dealloc((PyObject *)&const_str_source_size);
148517     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_44);
148518     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_45_consts_0);
148519     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_45_consts_3);
148520     _PyStaticUnicode_Dealloc((PyObject *)&const_str__validate_hash_pyc);
148521     _PyStaticUnicode_Dealloc((PyObject *)&const_str_source_hash);
148522     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_45);
148523     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_46_consts_0);
148524     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_46_consts_1);
148525     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_46_consts_3);
148526     _PyStaticUnicode_Dealloc((PyObject *)&const_str_marshal);
148527     _PyStaticUnicode_Dealloc((PyObject *)&const_str_loads);
148528     _PyStaticUnicode_Dealloc((PyObject *)&const_str__code_type);
148529     _PyStaticUnicode_Dealloc((PyObject *)&const_str__fix_co_filename);
148530     _PyStaticUnicode_Dealloc((PyObject *)&const_str__compile_bytecode);
148531     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_46);
148532     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_47_consts_0);
148533     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytearray);
148534     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dumps);
148535     _PyStaticUnicode_Dealloc((PyObject *)&const_str__code_to_timestamp_pyc);
148536     _PyStaticUnicode_Dealloc((PyObject *)&const_str_mtime);
148537     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_47);
148538     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_49_consts_0);
148539     _PyStaticUnicode_Dealloc((PyObject *)&const_str__code_to_hash_pyc);
148540     _PyStaticUnicode_Dealloc((PyObject *)&const_str_checked);
148541     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_49);
148542     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_50_consts_0);
148543     _PyStaticUnicode_Dealloc((PyObject *)&const_str_tokenize);
148544     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BytesIO);
148545     _PyStaticUnicode_Dealloc((PyObject *)&const_str_detect_encoding);
148546     _PyStaticUnicode_Dealloc((PyObject *)&const_str_IncrementalNewlineDecoder);
148547     _PyStaticUnicode_Dealloc((PyObject *)&const_str_decode_source);
148548     _PyStaticUnicode_Dealloc((PyObject *)&const_str_source_bytes);
148549     _PyStaticUnicode_Dealloc((PyObject *)&const_str_source_bytes_readline);
148550     _PyStaticUnicode_Dealloc((PyObject *)&const_str_newline_decoder);
148551     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_50);
148552     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_52_consts_0);
148553     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_supported_file_loaders);
148554     _PyStaticUnicode_Dealloc((PyObject *)&const_str__POPULATE);
148555     _PyStaticUnicode_Dealloc((PyObject *)&const_str_loader_class);
148556     _PyStaticUnicode_Dealloc((PyObject *)&const_str_suffixes);
148557     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dirname);
148558     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_52);
148559     _PyStaticUnicode_Dealloc((PyObject *)&const_str_WindowsRegistryFinder);
148560     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_1);
148561     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_2);
148562     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_3);
148563     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_4);
148564     _PyStaticUnicode_Dealloc((PyObject *)&const_str_winreg);
148565     _PyStaticUnicode_Dealloc((PyObject *)&const_str_OpenKey);
148566     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HKEY_CURRENT_USER);
148567     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HKEY_LOCAL_MACHINE);
148568     _PyStaticUnicode_Dealloc((PyObject *)&const_str__open_registry);
148569     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_5_qualname);
148570     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_5);
148571     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_6_consts_1);
148572     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sys_version);
148573     _PyStaticUnicode_Dealloc((PyObject *)&const_str_DEBUG_BUILD);
148574     _PyStaticUnicode_Dealloc((PyObject *)&const_str_REGISTRY_KEY_DEBUG);
148575     _PyStaticUnicode_Dealloc((PyObject *)&const_str_REGISTRY_KEY);
148576     _PyStaticUnicode_Dealloc((PyObject *)&const_str_version_info);
148577     _PyStaticUnicode_Dealloc((PyObject *)&const_str_QueryValue);
148578     _PyStaticUnicode_Dealloc((PyObject *)&const_str__search_registry);
148579     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_6_qualname);
148580     _PyStaticUnicode_Dealloc((PyObject *)&const_str_registry_key);
148581     _PyStaticUnicode_Dealloc((PyObject *)&const_str_hkey);
148582     _PyStaticUnicode_Dealloc((PyObject *)&const_str_filepath);
148583     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_6);
148584     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_8_qualname);
148585     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_8);
148586     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_9_consts_0);
148587     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_9_consts_1);
148588     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_9_qualname);
148589     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_9);
148590     _PyStaticUnicode_Dealloc((PyObject *)&const_str__MS_WINDOWS);
148591     _PyStaticUnicode_Dealloc((PyObject *)&const_str_EXTENSION_SUFFIXES);
148592     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53);
148593     _PyStaticUnicode_Dealloc((PyObject *)&const_str__LoaderBasics);
148594     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_1);
148595     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_2_consts_0);
148596     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_2_qualname);
148597     _PyStaticUnicode_Dealloc((PyObject *)&const_str_filename_base);
148598     _PyStaticUnicode_Dealloc((PyObject *)&const_str_tail_name);
148599     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_2);
148600     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_3_consts_0);
148601     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_3_qualname);
148602     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_3);
148603     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_4_consts_0);
148604     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_4_consts_2);
148605     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_4_qualname);
148606     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_4);
148607     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_5_consts_0);
148608     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_5_qualname);
148609     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_5);
148610     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55);
148611     _PyStaticUnicode_Dealloc((PyObject *)&const_str_SourceLoader);
148612     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_1_consts_0);
148613     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_mtime);
148614     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_1_qualname);
148615     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_1);
148616     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_2_consts_0);
148617     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_stats);
148618     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_2_qualname);
148619     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_2);
148620     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_3_consts_0);
148621     _PyStaticUnicode_Dealloc((PyObject *)&const_str_set_data);
148622     _PyStaticUnicode_Dealloc((PyObject *)&const_str__cache_bytecode);
148623     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_3_qualname);
148624     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cache_path);
148625     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_3);
148626     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_4_consts_0);
148627     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_4_qualname);
148628     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_4);
148629     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_5_consts_0);
148630     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_5_consts_1);
148631     _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_data);
148632     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_5_qualname);
148633     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_5);
148634     _PyStaticUnicode_Dealloc((PyObject *)&const_str__optimize);
148635     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_8_consts_0);
148636     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dont_inherit);
148637     _PyStaticUnicode_Dealloc((PyObject *)&const_str_compile);
148638     _PyStaticUnicode_Dealloc((PyObject *)&const_str_source_to_code);
148639     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_8_qualname);
148640     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_8);
148641     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_0);
148642     _PyStaticUnicode_Dealloc((PyObject *)&const_str_never);
148643     _PyStaticUnicode_Dealloc((PyObject *)&const_str_always);
148644     _PyStaticUnicode_Dealloc((PyObject *)&const_str_size);
148645     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_13);
148646     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_15);
148647     _PyStaticUnicode_Dealloc((PyObject *)&const_str_memoryview);
148648     _PyStaticUnicode_Dealloc((PyObject *)&const_str_check_hash_based_pycs);
148649     _PyStaticUnicode_Dealloc((PyObject *)&const_str__RAW_MAGIC_NUMBER);
148650     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dont_write_bytecode);
148651     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_9_qualname);
148652     _PyStaticUnicode_Dealloc((PyObject *)&const_str_hash_based);
148653     _PyStaticUnicode_Dealloc((PyObject *)&const_str_check_source);
148654     _PyStaticUnicode_Dealloc((PyObject *)&const_str_st);
148655     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytes_data);
148656     _PyStaticUnicode_Dealloc((PyObject *)&const_str_code_object);
148657     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_9);
148658     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57);
148659     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FileLoader);
148660     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_1);
148661     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_2_consts_0);
148662     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_2_qualname);
148663     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_2);
148664     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_3_qualname);
148665     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_3);
148666     _PyStaticUnicode_Dealloc((PyObject *)&const_str_hash);
148667     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_4_qualname);
148668     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_4);
148669     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_5_consts_0);
148670     _PyStaticUnicode_Dealloc((PyObject *)&const_str_super);
148671     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_5_qualname);
148672     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_5);
148673     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_6_consts_0);
148674     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_6_qualname);
148675     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_6);
148676     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_7_consts_0);
148677     _PyStaticUnicode_Dealloc((PyObject *)&const_str_r);
148678     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ExtensionFileLoader);
148679     _PyStaticUnicode_Dealloc((PyObject *)&const_str_open_code);
148680     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_7_qualname);
148681     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_7);
148682     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FileReader);
148683     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_8_names_0);
148684     _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_resource_reader);
148685     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_8_qualname);
148686     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_8);
148687     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59);
148688     _PyStaticUnicode_Dealloc((PyObject *)&const_str_SourceFileLoader);
148689     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_1);
148690     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_2_consts_0);
148691     _PyStaticUnicode_Dealloc((PyObject *)&const_str_st_mtime);
148692     _PyStaticUnicode_Dealloc((PyObject *)&const_str_st_size);
148693     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_2_qualname);
148694     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_2);
148695     _PyStaticUnicode_Dealloc((PyObject *)&const_str__mode);
148696     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_3_qualname);
148697     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_3);
148698     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_6_consts_0);
148699     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_6_consts_1);
148700     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_6_consts_3);
148701     _PyStaticUnicode_Dealloc((PyObject *)&const_str_mkdir);
148702     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FileExistsError);
148703     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_6_qualname);
148704     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_6);
148705     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_61);
148706     _PyStaticUnicode_Dealloc((PyObject *)&const_str_SourcelessFileLoader);
148707     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_63_consts_1);
148708     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_63_consts_2_qualname);
148709     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_63_consts_2);
148710     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_63_consts_3_consts_0);
148711     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_63_consts_3_qualname);
148712     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_63_consts_3);
148713     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_63);
148714     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_1);
148715     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_2_qualname);
148716     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_2);
148717     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_3_qualname);
148718     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_3);
148719     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_4_qualname);
148720     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_4);
148721     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_5_consts_0);
148722     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_5_consts_1);
148723     _PyStaticUnicode_Dealloc((PyObject *)&const_str_create_dynamic);
148724     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_5_qualname);
148725     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_5);
148726     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_6_consts_0);
148727     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_6_consts_1);
148728     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exec_dynamic);
148729     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_6_qualname);
148730     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_6);
148731     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_0);
148732     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2_qualname);
148733     _PyStaticUnicode_Dealloc((PyObject *)&const_str_suffix);
148734     _PyStaticUnicode_Dealloc((PyObject *)&const_str_file_name);
148735     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2);
148736     _PyStaticUnicode_Dealloc((PyObject *)&const_str_any);
148737     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_7_qualname);
148738     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_7);
148739     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_8_consts_0);
148740     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_8_qualname);
148741     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_8);
148742     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_9_consts_0);
148743     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_9_qualname);
148744     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_9);
148745     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_10_qualname);
148746     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_10);
148747     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65);
148748     _PyStaticUnicode_Dealloc((PyObject *)&const_str__NamespacePath);
148749     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_1);
148750     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_parent_path);
148751     _PyStaticUnicode_Dealloc((PyObject *)&const_str__last_parent_path);
148752     _PyStaticUnicode_Dealloc((PyObject *)&const_str__epoch);
148753     _PyStaticUnicode_Dealloc((PyObject *)&const_str__last_epoch);
148754     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_finder);
148755     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_3_qualname);
148756     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_finder);
148757     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_3);
148758     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_4_consts_0);
148759     _PyStaticUnicode_Dealloc((PyObject *)&const_str__find_parent_path_names);
148760     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_4_qualname);
148761     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dot);
148762     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_4);
148763     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_5_qualname);
148764     _PyStaticUnicode_Dealloc((PyObject *)&const_str_parent_module_name);
148765     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_attr_name);
148766     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_5);
148767     _PyStaticUnicode_Dealloc((PyObject *)&const_str__recalculate);
148768     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_6_qualname);
148769     _PyStaticUnicode_Dealloc((PyObject *)&const_str_parent_path);
148770     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_6);
148771     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_7_qualname);
148772     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_7);
148773     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_8_qualname);
148774     _PyStaticUnicode_Dealloc((PyObject *)&const_str_index);
148775     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_8);
148776     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_9_qualname);
148777     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_9);
148778     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_10_qualname);
148779     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_10);
148780     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_11_consts_1);
148781     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_11_qualname);
148782     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_11);
148783     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_12_qualname);
148784     _PyStaticUnicode_Dealloc((PyObject *)&const_str_item);
148785     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_12);
148786     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_13_qualname);
148787     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_13);
148788     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67);
148789     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_1_qualname);
148790     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_1);
148791     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_2_consts_1);
148792     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_2_consts_2);
148793     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_2_qualname);
148794     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_2);
148795     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_3_qualname);
148796     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_3);
148797     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_4_qualname);
148798     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_4);
148799     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_5_qualname);
148800     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_5);
148801     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_6_qualname);
148802     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_6);
148803     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_7_qualname);
148804     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_7);
148805     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_8_consts_0);
148806     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_8_consts_1);
148807     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_8_qualname);
148808     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_8);
148809     _PyStaticUnicode_Dealloc((PyObject *)&const_str_NamespaceReader);
148810     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_9_qualname);
148811     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_9);
148812     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69);
148813     _PyStaticUnicode_Dealloc((PyObject *)&const_str_PathFinder);
148814     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_1);
148815     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_2_consts_0);
148816     _PyStaticUnicode_Dealloc((PyObject *)&const_str_invalidate_caches);
148817     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_importer_cache);
148818     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_2_qualname);
148819     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_2);
148820     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_3_consts_0);
148821     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_3_consts_2);
148822     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_hooks);
148823     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_hooks);
148824     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_3_qualname);
148825     _PyStaticUnicode_Dealloc((PyObject *)&const_str_hook);
148826     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_3);
148827     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_4_consts_0);
148828     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FileNotFoundError);
148829     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_importer_cache);
148830     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_4_qualname);
148831     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_4);
148832     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_5_consts_2);
148833     _PyStaticUnicode_Dealloc((PyObject *)&const_str__legacy_get_spec);
148834     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_5_qualname);
148835     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_5);
148836     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_7_consts_0);
148837     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_7_consts_3);
148838     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_spec);
148839     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_7_qualname);
148840     _PyStaticUnicode_Dealloc((PyObject *)&const_str_namespace_path);
148841     _PyStaticUnicode_Dealloc((PyObject *)&const_str_entry);
148842     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_7);
148843     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_8_consts_0);
148844     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_8_qualname);
148845     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_8);
148846     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_9_consts_0);
148847     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_9_consts_1);
148848     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_9_qualname);
148849     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_9);
148850     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_10_consts_0);
148851     _PyStaticUnicode_Dealloc((PyObject *)&const_str_MetadataPathFinder);
148852     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_10_names_0);
148853     _PyStaticUnicode_Dealloc((PyObject *)&const_str_find_distributions);
148854     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_10_qualname);
148855     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_10);
148856     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71);
148857     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FileFinder);
148858     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_1);
148859     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_0);
148860     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1_qualname);
148861     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1);
148862     _PyStaticUnicode_Dealloc((PyObject *)&const_str__loaders);
148863     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_mtime);
148864     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_cache);
148865     _PyStaticUnicode_Dealloc((PyObject *)&const_str__relaxed_path_cache);
148866     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_2_qualname);
148867     _PyStaticUnicode_Dealloc((PyObject *)&const_str_loader_details);
148868     _PyStaticUnicode_Dealloc((PyObject *)&const_str_loaders);
148869     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_2);
148870     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_3_consts_0);
148871     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_3_qualname);
148872     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_3);
148873     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_4_consts_0);
148874     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_4_consts_1);
148875     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_4_qualname);
148876     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_4);
148877     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_5_qualname);
148878     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_5);
148879     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_7_consts_0);
148880     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_7_consts_7);
148881     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_7_consts_9);
148882     _PyStaticUnicode_Dealloc((PyObject *)&const_str__fill_cache);
148883     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_7_qualname);
148884     _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_namespace);
148885     _PyStaticUnicode_Dealloc((PyObject *)&const_str_tail_module);
148886     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cache);
148887     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cache_module);
148888     _PyStaticUnicode_Dealloc((PyObject *)&const_str_base_path);
148889     _PyStaticUnicode_Dealloc((PyObject *)&const_str_init_filename);
148890     _PyStaticUnicode_Dealloc((PyObject *)&const_str_full_path);
148891     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_7);
148892     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_0);
148893     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4_qualname);
148894     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fn);
148895     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4);
148896     _PyStaticUnicode_Dealloc((PyObject *)&const_str_listdir);
148897     _PyStaticUnicode_Dealloc((PyObject *)&const_str_PermissionError);
148898     _PyStaticUnicode_Dealloc((PyObject *)&const_str_NotADirectoryError);
148899     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_8_qualname);
148900     _PyStaticUnicode_Dealloc((PyObject *)&const_str_contents);
148901     _PyStaticUnicode_Dealloc((PyObject *)&const_str_lower_suffix_contents);
148902     _PyStaticUnicode_Dealloc((PyObject *)&const_str_new_name);
148903     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_8);
148904     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_0);
148905     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_consts_0);
148906     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_consts_1);
148907     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_hook_for_FileFinder);
148908     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_qualname);
148909     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1);
148910     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_hook);
148911     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_9_qualname);
148912     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_9);
148913     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_10_consts_1);
148914     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_10_qualname);
148915     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_10);
148916     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73);
148917     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ns);
148918     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pathname);
148919     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cpathname);
148920     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_75);
148921     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_76_consts_0);
148922     _PyStaticUnicode_Dealloc((PyObject *)&const_str_extension_suffixes);
148923     _PyStaticUnicode_Dealloc((PyObject *)&const_str_extensions);
148924     _PyStaticUnicode_Dealloc((PyObject *)&const_str_source);
148925     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytecode);
148926     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_76);
148927     _PyStaticUnicode_Dealloc((PyObject *)&const_str__set_bootstrap_module);
148928     _PyStaticUnicode_Dealloc((PyObject *)&const_str__bootstrap_module);
148929     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_77);
148930     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_78_consts_0);
148931     _PyStaticUnicode_Dealloc((PyObject *)&const_str_supported_loaders);
148932     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_78);
148933     _PyStaticUnicode_Dealloc((PyObject *)&const_str_nt);
148934     _PyStaticUnicode_Dealloc((PyObject *)&const_str_posix);
148935     _PyStaticUnicode_Dealloc((PyObject *)&const_str_all);
148936     _PyStaticUnicode_Dealloc((PyObject *)&const_str__pathseps_with_colon);
148937     _PyStaticUnicode_Dealloc((PyObject *)&const_str__CASE_INSENSITIVE_PLATFORMS_BYTES_KEY);
148938     _PyStaticUnicode_Dealloc((PyObject *)&const_str___code__);
148939     _PyStaticUnicode_Dealloc((PyObject *)&const_str_DEBUG_BYTECODE_SUFFIXES);
148940     _PyStaticUnicode_Dealloc((PyObject *)&const_str_OPTIMIZED_BYTECODE_SUFFIXES);
148941     _PyStaticUnicode_Dealloc((PyObject *)&const_str__NamespaceLoader);
148942     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel);
148943     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_0);
148944     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ZipImportError);
148945     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_7_filename);
148946     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_7);
148947     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_1);
148948     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_2_consts_1);
148949     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_2_consts_2);
148950     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_2_consts_7);
148951     _PyStaticUnicode_Dealloc((PyObject *)&const_str_alt_path_sep);
148952     _PyStaticUnicode_Dealloc((PyObject *)&const_str__zip_directory_cache);
148953     _PyStaticUnicode_Dealloc((PyObject *)&const_str__read_directory);
148954     _PyStaticUnicode_Dealloc((PyObject *)&const_str__files);
148955     _PyStaticUnicode_Dealloc((PyObject *)&const_str_archive);
148956     _PyStaticUnicode_Dealloc((PyObject *)&const_str_prefix);
148957     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_2_qualname);
148958     _PyStaticUnicode_Dealloc((PyObject *)&const_str_basename);
148959     _PyStaticUnicode_Dealloc((PyObject *)&const_str_files);
148960     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_2);
148961     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_4_consts_0);
148962     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_4_consts_1);
148963     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_module_info);
148964     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_module_path);
148965     _PyStaticUnicode_Dealloc((PyObject *)&const_str__is_dir);
148966     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_4_qualname);
148967     _PyStaticUnicode_Dealloc((PyObject *)&const_str_mi);
148968     _PyStaticUnicode_Dealloc((PyObject *)&const_str_modpath);
148969     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_4);
148970     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_5_consts_0);
148971     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_5_consts_1);
148972     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_5_qualname);
148973     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_5);
148974     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_6_consts_0);
148975     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_6_qualname);
148976     _PyStaticUnicode_Dealloc((PyObject *)&const_str_module_info);
148977     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_6);
148978     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_7_consts_0);
148979     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_module_code);
148980     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_7_qualname);
148981     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ispackage);
148982     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_7);
148983     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_8_consts_0);
148984     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_data);
148985     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_8_qualname);
148986     _PyStaticUnicode_Dealloc((PyObject *)&const_str_toc_entry);
148987     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_8);
148988     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_9_consts_0);
148989     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_9_qualname);
148990     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_9);
148991     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_10_consts_0);
148992     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_10_consts_2);
148993     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_10_qualname);
148994     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fullpath);
148995     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_10);
148996     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_11_consts_0);
148997     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_11_qualname);
148998     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_11);
148999     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_12_consts_0);
149000     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_12_consts_1);
149001     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_12_consts_4);
149002     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_12_consts_5);
149003     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_12_consts_6);
149004     _PyStaticUnicode_Dealloc((PyObject *)&const_str__module_type);
149005     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_12_qualname);
149006     _PyStaticUnicode_Dealloc((PyObject *)&const_str_mod);
149007     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_12);
149008     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_13_consts_0);
149009     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ZipReader);
149010     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_13_qualname);
149011     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_13);
149012     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_14_consts_0);
149013     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_14_qualname);
149014     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_14);
149015     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_15_consts_1);
149016     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_15_consts_2);
149017     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_15_qualname);
149018     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_15);
149019     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11);
149020     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_12);
149021     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_18);
149022     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dirpath);
149023     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_19);
149024     _PyStaticUnicode_Dealloc((PyObject *)&const_str__zip_searchorder);
149025     _PyStaticUnicode_Dealloc((PyObject *)&const_str_isbytecode);
149026     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_20);
149027     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_1);
149028     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_4);
149029     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_7);
149030     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_8);
149031     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_12);
149032     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_13);
149033     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_14);
149034     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_17);
149035     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_28);
149036     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ascii);
149037     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_34);
149038     _PyStaticUnicode_Dealloc((PyObject *)&const_str_END_CENTRAL_DIR_SIZE);
149039     _PyStaticUnicode_Dealloc((PyObject *)&const_str_STRING_END_ARCHIVE);
149040     _PyStaticUnicode_Dealloc((PyObject *)&const_str_MAX_COMMENT_LEN);
149041     _PyStaticUnicode_Dealloc((PyObject *)&const_str_UnicodeDecodeError);
149042     _PyStaticUnicode_Dealloc((PyObject *)&const_str_translate);
149043     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cp437_table);
149044     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fp);
149045     _PyStaticUnicode_Dealloc((PyObject *)&const_str_start_offset);
149046     _PyStaticUnicode_Dealloc((PyObject *)&const_str_header_position);
149047     _PyStaticUnicode_Dealloc((PyObject *)&const_str_file_size);
149048     _PyStaticUnicode_Dealloc((PyObject *)&const_str_max_comment_start);
149049     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pos);
149050     _PyStaticUnicode_Dealloc((PyObject *)&const_str_header_size);
149051     _PyStaticUnicode_Dealloc((PyObject *)&const_str_header_offset);
149052     _PyStaticUnicode_Dealloc((PyObject *)&const_str_arc_offset);
149053     _PyStaticUnicode_Dealloc((PyObject *)&const_str_compress);
149054     _PyStaticUnicode_Dealloc((PyObject *)&const_str_time);
149055     _PyStaticUnicode_Dealloc((PyObject *)&const_str_date);
149056     _PyStaticUnicode_Dealloc((PyObject *)&const_str_crc);
149057     _PyStaticUnicode_Dealloc((PyObject *)&const_str_data_size);
149058     _PyStaticUnicode_Dealloc((PyObject *)&const_str_name_size);
149059     _PyStaticUnicode_Dealloc((PyObject *)&const_str_extra_size);
149060     _PyStaticUnicode_Dealloc((PyObject *)&const_str_comment_size);
149061     _PyStaticUnicode_Dealloc((PyObject *)&const_str_file_offset);
149062     _PyStaticUnicode_Dealloc((PyObject *)&const_str_t);
149063     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_21);
149064     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_22);
149065     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_23_consts_1);
149066     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_23_consts_2);
149067     _PyStaticUnicode_Dealloc((PyObject *)&const_str_decompress);
149068     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_23_consts_7);
149069     _PyStaticUnicode_Dealloc((PyObject *)&const_str__importing_zlib);
149070     _PyStaticUnicode_Dealloc((PyObject *)&const_str_zlib);
149071     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_decompress_func);
149072     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_23);
149073     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_24_consts_2);
149074     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_24_consts_9);
149075     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_24_consts_12);
149076     _PyStaticUnicode_Dealloc((PyObject *)&const_str_datapath);
149077     _PyStaticUnicode_Dealloc((PyObject *)&const_str_raw_data);
149078     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_24);
149079     _PyStaticUnicode_Dealloc((PyObject *)&const_str_abs);
149080     _PyStaticUnicode_Dealloc((PyObject *)&const_str__eq_mtime);
149081     _PyStaticUnicode_Dealloc((PyObject *)&const_str_t1);
149082     _PyStaticUnicode_Dealloc((PyObject *)&const_str_t2);
149083     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_25);
149084     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_26_consts_11);
149085     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_26_consts_12);
149086     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_pyc_source);
149087     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_mtime_and_size_of_source);
149088     _PyStaticUnicode_Dealloc((PyObject *)&const_str__unmarshal_code);
149089     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_26);
149090     _PyStaticUnicode_Dealloc((PyObject *)&const_str__normalize_line_endings);
149091     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_27);
149092     _PyStaticUnicode_Dealloc((PyObject *)&const_str__compile_source);
149093     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_28);
149094     _PyStaticUnicode_Dealloc((PyObject *)&const_str_mktime);
149095     _PyStaticUnicode_Dealloc((PyObject *)&const_str__parse_dostime);
149096     _PyStaticUnicode_Dealloc((PyObject *)&const_str_d);
149097     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_29);
149098     _PyStaticUnicode_Dealloc((PyObject *)&const_str_c);
149099     _PyStaticUnicode_Dealloc((PyObject *)&const_str_o);
149100     _PyStaticUnicode_Dealloc((PyObject *)&const_str_IndexError);
149101     _PyStaticUnicode_Dealloc((PyObject *)&const_str_uncompressed_size);
149102     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_30);
149103     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_31);
149104     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_32_consts_1);
149105     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_32_consts_5);
149106     _PyStaticUnicode_Dealloc((PyObject *)&const_str_import_error);
149107     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_32);
149108     _PyStaticUnicode_Dealloc((PyObject *)&const_str__frozen_importlib);
149109     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel);
149110     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_0);
149111     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_1_consts_0);
149112     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_1_filename);
149113     _PyStaticUnicode_Dealloc((PyObject *)&const_str_abstractmethod);
149114     _PyStaticUnicode_Dealloc((PyObject *)&const_str_funcobj);
149115     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_1);
149116     _PyStaticUnicode_Dealloc((PyObject *)&const_str_abstractclassmethod);
149117     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_2_consts_1);
149118     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_2_consts_3_qualname);
149119     _PyStaticUnicode_Dealloc((PyObject *)&const_str_callable);
149120     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_2_consts_3);
149121     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_2);
149122     _PyStaticUnicode_Dealloc((PyObject *)&const_str_abstractstaticmethod);
149123     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_4_consts_1);
149124     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_4_consts_3_qualname);
149125     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_4_consts_3);
149126     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_4);
149127     _PyStaticUnicode_Dealloc((PyObject *)&const_str_abstractproperty);
149128     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_6_consts_1);
149129     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_6);
149130     _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_cache_token);
149131     _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_init);
149132     _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_register);
149133     _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_instancecheck);
149134     _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_subclasscheck);
149135     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_dump);
149136     _PyStaticUnicode_Dealloc((PyObject *)&const_str__reset_registry);
149137     _PyStaticUnicode_Dealloc((PyObject *)&const_str__reset_caches);
149138     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ABCMeta);
149139     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_1);
149140     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_2_qualname);
149141     _PyStaticUnicode_Dealloc((PyObject *)&const_str_mcls);
149142     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bases);
149143     _PyStaticUnicode_Dealloc((PyObject *)&const_str_namespace);
149144     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_10_consts_2);
149145     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_3_consts_0);
149146     _PyStaticUnicode_Dealloc((PyObject *)&const_str_register);
149147     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_3_qualname);
149148     _PyStaticUnicode_Dealloc((PyObject *)&const_str_subclass);
149149     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_10_consts_3);
149150     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_4_consts_0);
149151     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_4_qualname);
149152     _PyStaticUnicode_Dealloc((PyObject *)&const_str_instance);
149153     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_10_consts_4);
149154     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_5_consts_0);
149155     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_5_qualname);
149156     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_10_consts_5);
149157     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_7_consts_0);
149158     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_7_consts_1);
149159     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_7_consts_4);
149160     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_7_consts_5);
149161     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_7_consts_6);
149162     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_7_consts_7);
149163     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_7_consts_8);
149164     _PyStaticUnicode_Dealloc((PyObject *)&const_str__dump_registry);
149165     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_7_qualname);
149166     _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_registry);
149167     _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_cache);
149168     _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_negative_cache);
149169     _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_negative_cache_version);
149170     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_10_consts_7);
149171     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_8_consts_0);
149172     _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_registry_clear);
149173     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_8_qualname);
149174     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_10_consts_8);
149175     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_9_consts_0);
149176     _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_caches_clear);
149177     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_9_qualname);
149178     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_10_consts_9);
149179     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_10);
149180     _PyStaticUnicode_Dealloc((PyObject *)&const_str_abc);
149181     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_14_consts_0);
149182     _PyStaticUnicode_Dealloc((PyObject *)&const_str_frozenset);
149183     _PyStaticUnicode_Dealloc((PyObject *)&const_str_update_abstractmethods);
149184     _PyStaticUnicode_Dealloc((PyObject *)&const_str_abstracts);
149185     _PyStaticUnicode_Dealloc((PyObject *)&const_str_scls);
149186     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_14);
149187     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ABC);
149188     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_15_consts_1);
149189     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_15);
149190     _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc);
149191     _PyStaticUnicode_Dealloc((PyObject *)&const_str__py_abc);
149192     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel);
149193     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_0);
149194     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_4);
149195     _PyStaticUnicode_Dealloc((PyObject *)&const_str_lookup);
149196     _PyStaticUnicode_Dealloc((PyObject *)&const_str_EncodedFile);
149197     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM);
149198     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM_BE);
149199     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM_LE);
149200     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM32_BE);
149201     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM32_LE);
149202     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM64_BE);
149203     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM64_LE);
149204     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM_UTF8);
149205     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM_UTF16);
149206     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM_UTF16_LE);
149207     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM_UTF16_BE);
149208     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM_UTF32);
149209     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM_UTF32_LE);
149210     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM_UTF32_BE);
149211     _PyStaticUnicode_Dealloc((PyObject *)&const_str_CodecInfo);
149212     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Codec);
149213     _PyStaticUnicode_Dealloc((PyObject *)&const_str_IncrementalEncoder);
149214     _PyStaticUnicode_Dealloc((PyObject *)&const_str_IncrementalDecoder);
149215     _PyStaticUnicode_Dealloc((PyObject *)&const_str_StreamReader);
149216     _PyStaticUnicode_Dealloc((PyObject *)&const_str_StreamWriter);
149217     _PyStaticUnicode_Dealloc((PyObject *)&const_str_StreamReaderWriter);
149218     _PyStaticUnicode_Dealloc((PyObject *)&const_str_StreamRecoder);
149219     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getencoder);
149220     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getdecoder);
149221     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getincrementalencoder);
149222     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getincrementaldecoder);
149223     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getreader);
149224     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getwriter);
149225     _PyStaticUnicode_Dealloc((PyObject *)&const_str_iterencode);
149226     _PyStaticUnicode_Dealloc((PyObject *)&const_str_iterdecode);
149227     _PyStaticUnicode_Dealloc((PyObject *)&const_str_strict_errors);
149228     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ignore_errors);
149229     _PyStaticUnicode_Dealloc((PyObject *)&const_str_replace_errors);
149230     _PyStaticUnicode_Dealloc((PyObject *)&const_str_xmlcharrefreplace_errors);
149231     _PyStaticUnicode_Dealloc((PyObject *)&const_str_backslashreplace_errors);
149232     _PyStaticUnicode_Dealloc((PyObject *)&const_str_namereplace_errors);
149233     _PyStaticUnicode_Dealloc((PyObject *)&const_str_register_error);
149234     _PyStaticUnicode_Dealloc((PyObject *)&const_str_lookup_error);
149235     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_12_consts_1);
149236     _PyStaticUnicode_Dealloc((PyObject *)&const_str_incrementalencoder);
149237     _PyStaticUnicode_Dealloc((PyObject *)&const_str_incrementaldecoder);
149238     _PyStaticUnicode_Dealloc((PyObject *)&const_str_streamwriter);
149239     _PyStaticUnicode_Dealloc((PyObject *)&const_str_streamreader);
149240     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_12_consts_5_filename);
149241     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_12_consts_5_qualname);
149242     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_12_consts_5);
149243     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_12_consts_6_consts_1);
149244     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_12_consts_6_qualname);
149245     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_12_consts_6);
149246     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_12);
149247     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_14_consts_1);
149248     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_14_consts_3_consts_0);
149249     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_14_consts_3_qualname);
149250     _PyStaticUnicode_Dealloc((PyObject *)&const_str_input);
149251     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_14_consts_3);
149252     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_14_consts_4_consts_0);
149253     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_14_consts_4_qualname);
149254     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_14_consts_4);
149255     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_14);
149256     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_1);
149257     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_3_consts_0);
149258     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_3_qualname);
149259     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_16_consts_3);
149260     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_5_consts_0);
149261     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_5_qualname);
149262     _PyStaticUnicode_Dealloc((PyObject *)&const_str_final);
149263     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_16_consts_5);
149264     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_6_consts_0);
149265     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_6_qualname);
149266     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_16_consts_6);
149267     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_7_consts_0);
149268     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_7_qualname);
149269     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_16_consts_7);
149270     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_8_consts_0);
149271     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_8_qualname);
149272     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_16_consts_8);
149273     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_16);
149274     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BufferedIncrementalEncoder);
149275     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_18_consts_1);
149276     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_18_consts_3_qualname);
149277     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_18_consts_3);
149278     _PyStaticUnicode_Dealloc((PyObject *)&const_str__buffer_encode);
149279     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_18_consts_4_qualname);
149280     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_18_consts_4);
149281     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_18_consts_6_qualname);
149282     _PyStaticUnicode_Dealloc((PyObject *)&const_str_result);
149283     _PyStaticUnicode_Dealloc((PyObject *)&const_str_consumed);
149284     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_18_consts_6);
149285     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_18_consts_7_qualname);
149286     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_18_consts_7);
149287     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_18_consts_8_qualname);
149288     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_18_consts_8);
149289     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_18_consts_9_qualname);
149290     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_18_consts_9);
149291     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_18);
149292     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_1);
149293     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_3_consts_0);
149294     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_3_qualname);
149295     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_20_consts_3);
149296     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_5_consts_0);
149297     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_5_qualname);
149298     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_20_consts_5);
149299     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_6_consts_0);
149300     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_6_qualname);
149301     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_20_consts_6);
149302     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_7_consts_0);
149303     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_7_qualname);
149304     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_20_consts_7);
149305     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_8_consts_0);
149306     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_8_qualname);
149307     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_20_consts_8);
149308     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_20);
149309     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BufferedIncrementalDecoder);
149310     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_22_consts_1);
149311     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_22_consts_3_qualname);
149312     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_22_consts_3);
149313     _PyStaticUnicode_Dealloc((PyObject *)&const_str__buffer_decode);
149314     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_22_consts_4_qualname);
149315     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_22_consts_4);
149316     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_22_consts_6_qualname);
149317     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_22_consts_6);
149318     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_22_consts_7_qualname);
149319     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_22_consts_7);
149320     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_22_consts_8_qualname);
149321     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_22_consts_8);
149322     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_22_consts_9_qualname);
149323     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_22_consts_9);
149324     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_22);
149325     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_2_consts_0);
149326     _PyStaticUnicode_Dealloc((PyObject *)&const_str_stream);
149327     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_2_qualname);
149328     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_24_consts_2);
149329     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_3_consts_0);
149330     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_3_qualname);
149331     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_24_consts_3);
149332     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_4_consts_0);
149333     _PyStaticUnicode_Dealloc((PyObject *)&const_str_writelines);
149334     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_4_qualname);
149335     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_24_consts_4);
149336     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_5_consts_0);
149337     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_5_qualname);
149338     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_24_consts_5);
149339     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_7_qualname);
149340     _PyStaticUnicode_Dealloc((PyObject *)&const_str_whence);
149341     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_24_consts_7);
149342     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_8_consts_0);
149343     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_8_qualname);
149344     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_24_consts_8);
149345     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_9_qualname);
149346     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_24_consts_9);
149347     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_10_qualname);
149348     _PyStaticUnicode_Dealloc((PyObject *)&const_str_tb);
149349     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_24_consts_10);
149350     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_24);
149351     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_2_consts_0);
149352     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytebuffer);
149353     _PyStaticUnicode_Dealloc((PyObject *)&const_str_charbuffertype);
149354     _PyStaticUnicode_Dealloc((PyObject *)&const_str__empty_charbuffer);
149355     _PyStaticUnicode_Dealloc((PyObject *)&const_str_charbuffer);
149356     _PyStaticUnicode_Dealloc((PyObject *)&const_str_linebuffer);
149357     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_2_qualname);
149358     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_2);
149359     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_3_qualname);
149360     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_3);
149361     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_6_consts_0);
149362     _PyStaticUnicode_Dealloc((PyObject *)&const_str_keepends);
149363     _PyStaticUnicode_Dealloc((PyObject *)&const_str_start);
149364     _PyStaticUnicode_Dealloc((PyObject *)&const_str_splitlines);
149365     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_6_qualname);
149366     _PyStaticUnicode_Dealloc((PyObject *)&const_str_chars);
149367     _PyStaticUnicode_Dealloc((PyObject *)&const_str_firstline);
149368     _PyStaticUnicode_Dealloc((PyObject *)&const_str_newdata);
149369     _PyStaticUnicode_Dealloc((PyObject *)&const_str_newchars);
149370     _PyStaticUnicode_Dealloc((PyObject *)&const_str_decodedbytes);
149371     _PyStaticUnicode_Dealloc((PyObject *)&const_str_lines);
149372     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_6);
149373     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_9_consts_0);
149374     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_9_consts_9);
149375     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytes);
149376     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_9_qualname);
149377     _PyStaticUnicode_Dealloc((PyObject *)&const_str_readsize);
149378     _PyStaticUnicode_Dealloc((PyObject *)&const_str_line0withend);
149379     _PyStaticUnicode_Dealloc((PyObject *)&const_str_line0withoutend);
149380     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_9);
149381     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_10_consts_0);
149382     _PyStaticUnicode_Dealloc((PyObject *)&const_str_readlines);
149383     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_10_qualname);
149384     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sizehint);
149385     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_10);
149386     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_11_consts_0);
149387     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_11_qualname);
149388     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_11);
149389     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_13_consts_0);
149390     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_13_qualname);
149391     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_13);
149392     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_14_consts_0);
149393     _PyStaticUnicode_Dealloc((PyObject *)&const_str_StopIteration);
149394     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_14_qualname);
149395     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_14);
149396     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_15_qualname);
149397     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_15);
149398     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_16_qualname);
149399     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_16);
149400     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_17_qualname);
149401     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_17);
149402     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_18_qualname);
149403     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_18);
149404     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26);
149405     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_1);
149406     _PyStaticUnicode_Dealloc((PyObject *)&const_str_unknown);
149407     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_4_consts_0);
149408     _PyStaticUnicode_Dealloc((PyObject *)&const_str_reader);
149409     _PyStaticUnicode_Dealloc((PyObject *)&const_str_writer);
149410     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_4_qualname);
149411     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Reader);
149412     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Writer);
149413     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_4);
149414     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_6_qualname);
149415     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_6);
149416     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_8_qualname);
149417     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_8);
149418     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_9_qualname);
149419     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_9);
149420     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_10_qualname);
149421     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_10);
149422     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_11_qualname);
149423     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_11);
149424     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_12_qualname);
149425     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_12);
149426     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_13_qualname);
149427     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_13);
149428     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_14_qualname);
149429     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_14);
149430     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_16_qualname);
149431     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_16);
149432     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_17_qualname);
149433     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_17);
149434     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_18_qualname);
149435     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_18);
149436     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_19_qualname);
149437     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_19);
149438     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28);
149439     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_1);
149440     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_4_consts_0);
149441     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_4_qualname);
149442     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_4);
149443     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_6_qualname);
149444     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytesencoded);
149445     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_6);
149446     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_8_qualname);
149447     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_8);
149448     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_9_qualname);
149449     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_9);
149450     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_10_qualname);
149451     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_10);
149452     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_11_qualname);
149453     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_11);
149454     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_12_qualname);
149455     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytesdecoded);
149456     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_12);
149457     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_13_qualname);
149458     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_13);
149459     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_14_qualname);
149460     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_14);
149461     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_16_qualname);
149462     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_16);
149463     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_17_qualname);
149464     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_17);
149465     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_18_qualname);
149466     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_18);
149467     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_19_qualname);
149468     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_19);
149469     _PyStaticUnicode_Dealloc((PyObject *)&const_str_data_encoding);
149470     _PyStaticUnicode_Dealloc((PyObject *)&const_str_file_encoding);
149471     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30);
149472     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_35_consts_0);
149473     _PyStaticUnicode_Dealloc((PyObject *)&const_str_b);
149474     _PyStaticUnicode_Dealloc((PyObject *)&const_str_buffering);
149475     _PyStaticUnicode_Dealloc((PyObject *)&const_str_srw);
149476     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_35);
149477     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_36_consts_0);
149478     _PyStaticUnicode_Dealloc((PyObject *)&const_str_data_info);
149479     _PyStaticUnicode_Dealloc((PyObject *)&const_str_file_info);
149480     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sr);
149481     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_36);
149482     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_37_consts_0);
149483     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_37);
149484     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_38_consts_0);
149485     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_38);
149486     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_39_consts_0);
149487     _PyStaticUnicode_Dealloc((PyObject *)&const_str_LookupError);
149488     _PyStaticUnicode_Dealloc((PyObject *)&const_str_encoder);
149489     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_39);
149490     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_40_consts_0);
149491     _PyStaticUnicode_Dealloc((PyObject *)&const_str_decoder);
149492     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_40);
149493     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_41_consts_0);
149494     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_41);
149495     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_42_consts_0);
149496     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_42);
149497     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_43_consts_0);
149498     _PyStaticUnicode_Dealloc((PyObject *)&const_str_iterator);
149499     _PyStaticUnicode_Dealloc((PyObject *)&const_str_output);
149500     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_43);
149501     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_44_consts_0);
149502     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_44);
149503     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_45_consts_0);
149504     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_45_consts_1_qualname);
149505     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_45_consts_1);
149506     _PyStaticUnicode_Dealloc((PyObject *)&const_str_make_identity_dict);
149507     _PyStaticUnicode_Dealloc((PyObject *)&const_str_rng);
149508     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_45);
149509     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_46_consts_0);
149510     _PyStaticUnicode_Dealloc((PyObject *)&const_str_make_encoding_map);
149511     _PyStaticUnicode_Dealloc((PyObject *)&const_str_decoding_map);
149512     _PyStaticUnicode_Dealloc((PyObject *)&const_str_k);
149513     _PyStaticUnicode_Dealloc((PyObject *)&const_str_v);
149514     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_46);
149515     _PyStaticUnicode_Dealloc((PyObject *)&const_str_xmlcharrefreplace);
149516     _PyStaticUnicode_Dealloc((PyObject *)&const_str_backslashreplace);
149517     _PyStaticUnicode_Dealloc((PyObject *)&const_str_namereplace);
149518     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_53);
149519     _PyStaticUnicode_Dealloc((PyObject *)&const_str__codecs);
149520     _PyStaticUnicode_Dealloc((PyObject *)&const_str_why);
149521     _PyStaticUnicode_Dealloc((PyObject *)&const_str_SystemError);
149522     _PyStaticUnicode_Dealloc((PyObject *)&const_str_byteorder);
149523     _PyStaticUnicode_Dealloc((PyObject *)&const_str__false);
149524     _PyStaticUnicode_Dealloc((PyObject *)&const_str_encodings);
149525     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel);
149526     _PyStaticUnicode_Dealloc((PyObject *)&io_toplevel_consts_0);
149527     _PyStaticUnicode_Dealloc((PyObject *)&io_toplevel_consts_1);
149528     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BlockingIOError);
149529     _PyStaticUnicode_Dealloc((PyObject *)&const_str_IOBase);
149530     _PyStaticUnicode_Dealloc((PyObject *)&const_str_RawIOBase);
149531     _PyStaticUnicode_Dealloc((PyObject *)&const_str_StringIO);
149532     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BufferedIOBase);
149533     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BufferedReader);
149534     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BufferedWriter);
149535     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BufferedRWPair);
149536     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BufferedRandom);
149537     _PyStaticUnicode_Dealloc((PyObject *)&const_str_TextIOBase);
149538     _PyStaticUnicode_Dealloc((PyObject *)&const_str_UnsupportedOperation);
149539     _PyStaticUnicode_Dealloc((PyObject *)&const_str_SEEK_SET);
149540     _PyStaticUnicode_Dealloc((PyObject *)&const_str_SEEK_CUR);
149541     _PyStaticUnicode_Dealloc((PyObject *)&const_str_SEEK_END);
149542     _PyStaticUnicode_Dealloc((PyObject *)&const_str_DEFAULT_BUFFER_SIZE);
149543     _PyStaticUnicode_Dealloc((PyObject *)&const_str_text_encoding);
149544     _PyStaticUnicode_Dealloc((PyObject *)&const_str_OpenWrapper);
149545     _PyStaticUnicode_Dealloc((PyObject *)&io_toplevel_consts_6_consts_3);
149546     _PyStaticUnicode_Dealloc((PyObject *)&io_toplevel_consts_6_consts_6);
149547     _PyStaticUnicode_Dealloc((PyObject *)&io_toplevel_consts_6_consts_7);
149548     _PyStaticUnicode_Dealloc((PyObject *)&io_toplevel_consts_6_filename);
149549     _PyStaticCode_Dealloc((PyCodeObject *)&io_toplevel_consts_6);
149550     _PyStaticUnicode_Dealloc((PyObject *)&const_str_io);
149551     _PyStaticUnicode_Dealloc((PyObject *)&const_str__IOBase);
149552     _PyStaticCode_Dealloc((PyCodeObject *)&io_toplevel_consts_10);
149553     _PyStaticUnicode_Dealloc((PyObject *)&const_str__RawIOBase);
149554     _PyStaticCode_Dealloc((PyCodeObject *)&io_toplevel_consts_13);
149555     _PyStaticUnicode_Dealloc((PyObject *)&const_str__BufferedIOBase);
149556     _PyStaticCode_Dealloc((PyCodeObject *)&io_toplevel_consts_15);
149557     _PyStaticUnicode_Dealloc((PyObject *)&const_str__TextIOBase);
149558     _PyStaticCode_Dealloc((PyCodeObject *)&io_toplevel_consts_17);
149559     _PyStaticUnicode_Dealloc((PyObject *)&const_str__WindowsConsoleIO);
149560     _PyStaticUnicode_Dealloc((PyObject *)&const_str___author__);
149561     _PyStaticUnicode_Dealloc((PyObject *)&const_str_klass);
149562     _PyStaticCode_Dealloc((PyCodeObject *)&io_toplevel);
149563     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_0);
149564     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_5_filename);
149565     _PyStaticUnicode_Dealloc((PyObject *)&const_str__f);
149566     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_5);
149567     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Awaitable);
149568     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Coroutine);
149569     _PyStaticUnicode_Dealloc((PyObject *)&const_str_AsyncIterable);
149570     _PyStaticUnicode_Dealloc((PyObject *)&const_str_AsyncIterator);
149571     _PyStaticUnicode_Dealloc((PyObject *)&const_str_AsyncGenerator);
149572     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Hashable);
149573     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Iterable);
149574     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Iterator);
149575     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Generator);
149576     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Reversible);
149577     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Sized);
149578     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Container);
149579     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Callable);
149580     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Collection);
149581     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Set);
149582     _PyStaticUnicode_Dealloc((PyObject *)&const_str_MutableSet);
149583     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Mapping);
149584     _PyStaticUnicode_Dealloc((PyObject *)&const_str_MutableMapping);
149585     _PyStaticUnicode_Dealloc((PyObject *)&const_str_MappingView);
149586     _PyStaticUnicode_Dealloc((PyObject *)&const_str_KeysView);
149587     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ItemsView);
149588     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ValuesView);
149589     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Sequence);
149590     _PyStaticUnicode_Dealloc((PyObject *)&const_str_MutableSequence);
149591     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ByteString);
149592     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_7);
149593     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_13);
149594     _PyStaticUnicode_Dealloc((PyObject *)&const_str__coro);
149595     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_14);
149596     _PyStaticUnicode_Dealloc((PyObject *)&const_str__ag);
149597     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_15);
149598     _PyStaticUnicode_Dealloc((PyObject *)&const_str___mro__);
149599     _PyStaticUnicode_Dealloc((PyObject *)&const_str__check_methods);
149600     _PyStaticUnicode_Dealloc((PyObject *)&const_str_C);
149601     _PyStaticUnicode_Dealloc((PyObject *)&const_str_methods);
149602     _PyStaticUnicode_Dealloc((PyObject *)&const_str_B);
149603     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_16);
149604     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_17_consts_2_qualname);
149605     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_17_consts_2);
149606     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_17_consts_3_qualname);
149607     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_17_consts_3);
149608     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_17);
149609     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_20_consts_2_qualname);
149610     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_20_consts_2);
149611     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_20_consts_3_qualname);
149612     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_20_consts_3);
149613     _PyStaticUnicode_Dealloc((PyObject *)&const_str_GenericAlias);
149614     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_20);
149615     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_22_consts_2_consts_0);
149616     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_22_consts_2_qualname);
149617     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_22_consts_2);
149618     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_22_consts_4_consts_0);
149619     _PyStaticUnicode_Dealloc((PyObject *)&const_str_with_traceback);
149620     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_22_consts_4_qualname);
149621     _PyStaticUnicode_Dealloc((PyObject *)&const_str_typ);
149622     _PyStaticUnicode_Dealloc((PyObject *)&const_str_val);
149623     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_22_consts_4);
149624     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_22_consts_5_consts_0);
149625     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_22_consts_5_consts_1);
149626     _PyStaticUnicode_Dealloc((PyObject *)&const_str_GeneratorExit);
149627     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_22_consts_5_qualname);
149628     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_22_consts_5);
149629     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_22_consts_6_qualname);
149630     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_22_consts_6);
149631     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_22);
149632     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_24_consts_2_qualname);
149633     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_24_consts_2);
149634     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_24_consts_3_qualname);
149635     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_24_consts_3);
149636     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_24);
149637     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_26_consts_2_consts_0);
149638     _PyStaticUnicode_Dealloc((PyObject *)&const_str_StopAsyncIteration);
149639     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_26_consts_2_qualname);
149640     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_26_consts_2);
149641     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_26_consts_3_qualname);
149642     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_26_consts_3);
149643     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_26_consts_4_qualname);
149644     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_26_consts_4);
149645     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_26);
149646     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_28_consts_2_consts_0);
149647     _PyStaticUnicode_Dealloc((PyObject *)&const_str_asend);
149648     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_28_consts_2_qualname);
149649     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_2);
149650     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_28_consts_3_consts_0);
149651     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_28_consts_3_qualname);
149652     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_3);
149653     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_28_consts_5_consts_0);
149654     _PyStaticUnicode_Dealloc((PyObject *)&const_str_athrow);
149655     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_28_consts_5_qualname);
149656     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_5);
149657     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_28_consts_6_consts_2);
149658     _PyStaticUnicode_Dealloc((PyObject *)&const_str_aclose);
149659     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_28_consts_6_qualname);
149660     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_6);
149661     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_28_consts_7_qualname);
149662     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_7);
149663     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_28);
149664     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_30_consts_2_qualname);
149665     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_30_consts_2);
149666     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_30_consts_3_qualname);
149667     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_30_consts_3);
149668     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_30);
149669     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_32_consts_2_consts_0);
149670     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_32_consts_2_qualname);
149671     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_32_consts_2);
149672     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_32_consts_3_qualname);
149673     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_32_consts_3);
149674     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_32_consts_4_qualname);
149675     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_32_consts_4);
149676     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_32);
149677     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_34_consts_2_qualname);
149678     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_34_consts_2);
149679     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_34_consts_3_qualname);
149680     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_34_consts_3);
149681     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_34);
149682     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_2_consts_0);
149683     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_2_qualname);
149684     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_2);
149685     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_3_consts_0);
149686     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_3_qualname);
149687     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_3);
149688     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_5_consts_0);
149689     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_5_qualname);
149690     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_5);
149691     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_6_consts_0);
149692     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_6_consts_1);
149693     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_6_qualname);
149694     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_6);
149695     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_7_qualname);
149696     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_7);
149697     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_36);
149698     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_38_consts_2_qualname);
149699     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_38_consts_2);
149700     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_38_consts_3_qualname);
149701     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_38_consts_3);
149702     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_38);
149703     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_40_consts_2_qualname);
149704     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_40_consts_2);
149705     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_40_consts_3_qualname);
149706     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_40_consts_3);
149707     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_40);
149708     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_42_consts_2_qualname);
149709     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_42_consts_2);
149710     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_42);
149711     _PyStaticUnicode_Dealloc((PyObject *)&const_str__CallableGenericAlias);
149712     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_1);
149713     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_3_consts_2);
149714     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_3_consts_3);
149715     _PyStaticUnicode_Dealloc((PyObject *)&const_str__is_param_expr);
149716     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_3_qualname);
149717     _PyStaticUnicode_Dealloc((PyObject *)&const_str_t_args);
149718     _PyStaticUnicode_Dealloc((PyObject *)&const_str_t_result);
149719     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_3);
149720     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_4_consts_3);
149721     _PyStaticUnicode_Dealloc((PyObject *)&const_str__type_repr);
149722     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_4_consts_5_qualname);
149723     _PyStaticUnicode_Dealloc((PyObject *)&const_str_a);
149724     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_4_consts_5);
149725     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_4_consts_7);
149726     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_4_consts_8);
149727     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_4_qualname);
149728     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_4);
149729     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_5_qualname);
149730     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_5);
149731     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_6_qualname);
149732     _PyStaticUnicode_Dealloc((PyObject *)&const_str_new_args);
149733     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_6);
149734     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_44);
149735     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_46_consts_0);
149736     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ParamSpec);
149737     _PyStaticUnicode_Dealloc((PyObject *)&const_str__ConcatenateGenericAlias);
149738     _PyStaticUnicode_Dealloc((PyObject *)&const_str_typing);
149739     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_46_consts_4_qualname);
149740     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_46_consts_4);
149741     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Ellipsis);
149742     _PyStaticUnicode_Dealloc((PyObject *)&const_str_names);
149743     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_46);
149744     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_47_consts_0);
149745     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_47_consts_3);
149746     _PyStaticUnicode_Dealloc((PyObject *)&const_str_repr);
149747     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FunctionType);
149748     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_47);
149749     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_48_consts_2_qualname);
149750     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_48_consts_2);
149751     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_48_consts_3_qualname);
149752     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_48_consts_3);
149753     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_48);
149754     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_1);
149755     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_3_qualname);
149756     _PyStaticUnicode_Dealloc((PyObject *)&const_str_elem);
149757     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_3);
149758     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_4_qualname);
149759     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_4);
149760     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_5_qualname);
149761     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_5);
149762     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_6_qualname);
149763     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_6);
149764     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_7_qualname);
149765     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_7);
149766     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_8_consts_0);
149767     _PyStaticUnicode_Dealloc((PyObject *)&const_str__from_iterable);
149768     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_8_qualname);
149769     _PyStaticUnicode_Dealloc((PyObject *)&const_str_it);
149770     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_8);
149771     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_9_consts_1_qualname);
149772     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_9_consts_1);
149773     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_9_qualname);
149774     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_9);
149775     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_10_consts_0);
149776     _PyStaticUnicode_Dealloc((PyObject *)&const_str_isdisjoint);
149777     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_10_qualname);
149778     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_10);
149779     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_11_consts_1_qualname);
149780     _PyStaticUnicode_Dealloc((PyObject *)&const_str_e);
149781     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_11_consts_1);
149782     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_11_qualname);
149783     _PyStaticUnicode_Dealloc((PyObject *)&const_str_chain);
149784     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_11);
149785     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_12_consts_1_qualname);
149786     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_12_consts_1);
149787     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_12_qualname);
149788     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_12);
149789     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_13_consts_1_qualname);
149790     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_13_consts_1);
149791     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_13_qualname);
149792     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_13);
149793     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_14_qualname);
149794     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_14);
149795     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_15_consts_0);
149796     _PyStaticUnicode_Dealloc((PyObject *)&const_str_maxsize);
149797     _PyStaticUnicode_Dealloc((PyObject *)&const_str__hash);
149798     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_15_qualname);
149799     _PyStaticUnicode_Dealloc((PyObject *)&const_str_MAX);
149800     _PyStaticUnicode_Dealloc((PyObject *)&const_str_MASK);
149801     _PyStaticUnicode_Dealloc((PyObject *)&const_str_n);
149802     _PyStaticUnicode_Dealloc((PyObject *)&const_str_h);
149803     _PyStaticUnicode_Dealloc((PyObject *)&const_str_hx);
149804     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_15);
149805     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50);
149806     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_1);
149807     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_3_consts_0);
149808     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_3_qualname);
149809     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_3);
149810     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_4_consts_0);
149811     _PyStaticUnicode_Dealloc((PyObject *)&const_str_discard);
149812     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_4_qualname);
149813     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_4);
149814     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_5_consts_0);
149815     _PyStaticUnicode_Dealloc((PyObject *)&const_str_remove);
149816     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_5_qualname);
149817     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_5);
149818     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_6_consts_0);
149819     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_6_qualname);
149820     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_6);
149821     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_7_consts_0);
149822     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_7_qualname);
149823     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_7);
149824     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_8_qualname);
149825     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_8);
149826     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_9_qualname);
149827     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_9);
149828     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_10_qualname);
149829     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_10);
149830     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_11_qualname);
149831     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_11);
149832     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52);
149833     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_1);
149834     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_4_qualname);
149835     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_4);
149836     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_6_consts_0);
149837     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_6_qualname);
149838     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_6);
149839     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_7_qualname);
149840     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_7);
149841     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_8_consts_0);
149842     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_8_qualname);
149843     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_8);
149844     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_9_consts_0);
149845     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_9_qualname);
149846     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_9);
149847     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_10_consts_0);
149848     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_10_qualname);
149849     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_10);
149850     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dict);
149851     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_11_qualname);
149852     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_11);
149853     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_54);
149854     _PyStaticUnicode_Dealloc((PyObject *)&const_str__mapping);
149855     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_56_consts_2_qualname);
149856     _PyStaticUnicode_Dealloc((PyObject *)&const_str_mapping);
149857     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_56_consts_2);
149858     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_56_consts_3_qualname);
149859     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_56_consts_3);
149860     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_56_consts_4_consts_1);
149861     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_56_consts_4_qualname);
149862     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_56_consts_4);
149863     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_56);
149864     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_58_consts_2_qualname);
149865     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_58_consts_2);
149866     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_58_consts_3_qualname);
149867     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_58_consts_3);
149868     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_58_consts_4_qualname);
149869     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_58_consts_4);
149870     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_58);
149871     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_60_consts_2_qualname);
149872     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_60_consts_2);
149873     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_60_consts_3_qualname);
149874     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_60_consts_3);
149875     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_60_consts_4_qualname);
149876     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_60_consts_4);
149877     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_60);
149878     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_62_consts_2_qualname);
149879     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_62_consts_2);
149880     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_62_consts_3_qualname);
149881     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_62_consts_3);
149882     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_62);
149883     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_1);
149884     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_3_qualname);
149885     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_3);
149886     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_4_qualname);
149887     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_4);
149888     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_5_consts_0);
149889     _PyStaticUnicode_Dealloc((PyObject *)&const_str__MutableMapping__marker);
149890     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_5_qualname);
149891     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_5);
149892     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_6_consts_0);
149893     _PyStaticUnicode_Dealloc((PyObject *)&const_str_popitem);
149894     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_6_qualname);
149895     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_6);
149896     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_7_consts_0);
149897     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_7_qualname);
149898     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_7);
149899     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_8_consts_0);
149900     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_8_qualname);
149901     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_8);
149902     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_10_consts_0);
149903     _PyStaticUnicode_Dealloc((PyObject *)&const_str_setdefault);
149904     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_10_qualname);
149905     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_10);
149906     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_64);
149907     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_1);
149908     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_4_qualname);
149909     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_4);
149910     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_5_qualname);
149911     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_5);
149912     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_6_qualname);
149913     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_6);
149914     _PyStaticUnicode_Dealloc((PyObject *)&const_str_range);
149915     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_7_qualname);
149916     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_7);
149917     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_10_consts_0);
149918     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_10_qualname);
149919     _PyStaticUnicode_Dealloc((PyObject *)&const_str_stop);
149920     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_10);
149921     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_11_consts_0);
149922     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_11_consts_1_qualname);
149923     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_11_consts_1);
149924     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sum);
149925     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_11_qualname);
149926     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_11);
149927     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_66);
149928     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_68_consts_1);
149929     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_68);
149930     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_1);
149931     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_3_qualname);
149932     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_3);
149933     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_4_qualname);
149934     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_4);
149935     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_5_consts_0);
149936     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_5_qualname);
149937     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_5);
149938     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_6_consts_0);
149939     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_6_qualname);
149940     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_6);
149941     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_7_consts_0);
149942     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_7_qualname);
149943     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_7);
149944     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_8_consts_0);
149945     _PyStaticUnicode_Dealloc((PyObject *)&const_str_reverse);
149946     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_8_qualname);
149947     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_8);
149948     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_9_consts_0);
149949     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_9_qualname);
149950     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_9);
149951     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_11_consts_0);
149952     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_11_qualname);
149953     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_11);
149954     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_12_consts_0);
149955     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_12_qualname);
149956     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_12);
149957     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_13_qualname);
149958     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_13);
149959     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70);
149960     _PyStaticUnicode_Dealloc((PyObject *)&const_str_EllipsisType);
149961     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytes_iterator);
149962     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytearray_iterator);
149963     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dict_keyiterator);
149964     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dict_valueiterator);
149965     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dict_itemiterator);
149966     _PyStaticUnicode_Dealloc((PyObject *)&const_str_list_iterator);
149967     _PyStaticUnicode_Dealloc((PyObject *)&const_str_list_reverseiterator);
149968     _PyStaticUnicode_Dealloc((PyObject *)&const_str_range_iterator);
149969     _PyStaticUnicode_Dealloc((PyObject *)&const_str_longrange_iterator);
149970     _PyStaticUnicode_Dealloc((PyObject *)&const_str_set_iterator);
149971     _PyStaticUnicode_Dealloc((PyObject *)&const_str_str_iterator);
149972     _PyStaticUnicode_Dealloc((PyObject *)&const_str_tuple_iterator);
149973     _PyStaticUnicode_Dealloc((PyObject *)&const_str_zip);
149974     _PyStaticUnicode_Dealloc((PyObject *)&const_str_zip_iterator);
149975     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dict_keys);
149976     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dict_values);
149977     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dict_items);
149978     _PyStaticUnicode_Dealloc((PyObject *)&const_str_mappingproxy);
149979     _PyStaticUnicode_Dealloc((PyObject *)&const_str_generator);
149980     _PyStaticUnicode_Dealloc((PyObject *)&const_str_coroutine);
149981     _PyStaticUnicode_Dealloc((PyObject *)&const_str_async_generator);
149982     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel);
149983     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_0);
149984     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Quitter);
149985     _PyStaticUnicode_Dealloc((PyObject *)&const_str_eof);
149986     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_3_consts_1_filename);
149987     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_3_consts_1_qualname);
149988     _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_3_consts_1);
149989     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_3_consts_2_consts_1);
149990     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_3_consts_2_consts_2);
149991     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_3_consts_2_consts_3);
149992     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_3_consts_2_qualname);
149993     _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_3_consts_2);
149994     _PyStaticUnicode_Dealloc((PyObject *)&const_str_SystemExit);
149995     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_3_consts_4_qualname);
149996     _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_3_consts_4);
149997     _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_3);
149998     _PyStaticUnicode_Dealloc((PyObject *)&const_str__Printer);
149999     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_5_consts_1);
150000     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_5_consts_4_consts_2_qualname);
150001     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dir);
150002     _PyStaticUnicode_Dealloc((PyObject *)&const_str_os);
150003     _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_4_consts_2);
150004     _PyStaticUnicode_Dealloc((PyObject *)&const_str__Printer__name);
150005     _PyStaticUnicode_Dealloc((PyObject *)&const_str__Printer__data);
150006     _PyStaticUnicode_Dealloc((PyObject *)&const_str__Printer__lines);
150007     _PyStaticUnicode_Dealloc((PyObject *)&const_str__Printer__filenames);
150008     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_5_consts_4_qualname);
150009     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dirs);
150010     _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_4);
150011     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_5_consts_5_consts_3);
150012     _PyStaticUnicode_Dealloc((PyObject *)&const_str_split);
150013     _PyStaticUnicode_Dealloc((PyObject *)&const_str__Printer__linecnt);
150014     _PyStaticUnicode_Dealloc((PyObject *)&const_str___setup);
150015     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_5_consts_5_qualname);
150016     _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_5);
150017     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_5_consts_6_consts_2);
150018     _PyStaticUnicode_Dealloc((PyObject *)&const_str__Printer__setup);
150019     _PyStaticUnicode_Dealloc((PyObject *)&const_str_MAXLINES);
150020     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_5_consts_6_qualname);
150021     _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_6);
150022     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_5_consts_7_consts_1);
150023     _PyStaticUnicode_Dealloc((PyObject *)&const_str_q);
150024     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_5_consts_7_qualname);
150025     _PyStaticUnicode_Dealloc((PyObject *)&const_str_prompt);
150026     _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_7);
150027     _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_5);
150028     _PyStaticUnicode_Dealloc((PyObject *)&const_str__Helper);
150029     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_7_consts_1);
150030     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_7_consts_2_consts_1);
150031     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_7_consts_2_qualname);
150032     _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_7_consts_2);
150033     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pydoc);
150034     _PyStaticUnicode_Dealloc((PyObject *)&const_str_help);
150035     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_7_consts_3_qualname);
150036     _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_7_consts_3);
150037     _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_7);
150038     _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel);
150039     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_0);
150040     _PyStaticUnicode_Dealloc((PyObject *)&const_str_commonprefix);
150041     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exists);
150042     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getatime);
150043     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getctime);
150044     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getmtime);
150045     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getsize);
150046     _PyStaticUnicode_Dealloc((PyObject *)&const_str_isdir);
150047     _PyStaticUnicode_Dealloc((PyObject *)&const_str_isfile);
150048     _PyStaticUnicode_Dealloc((PyObject *)&const_str_samefile);
150049     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sameopenfile);
150050     _PyStaticUnicode_Dealloc((PyObject *)&const_str_samestat);
150051     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_4_consts_0);
150052     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_4_filename);
150053     _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_4);
150054     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_5_consts_0);
150055     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISREG);
150056     _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_5);
150057     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_6_consts_0);
150058     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISDIR);
150059     _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_6);
150060     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_7_consts_0);
150061     _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_7);
150062     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_8_consts_0);
150063     _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_8);
150064     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_9_consts_0);
150065     _PyStaticUnicode_Dealloc((PyObject *)&const_str_st_atime);
150066     _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_9);
150067     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_10_consts_0);
150068     _PyStaticUnicode_Dealloc((PyObject *)&const_str_st_ctime);
150069     _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_10);
150070     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_11_consts_0);
150071     _PyStaticUnicode_Dealloc((PyObject *)&const_str_min);
150072     _PyStaticUnicode_Dealloc((PyObject *)&const_str_enumerate);
150073     _PyStaticUnicode_Dealloc((PyObject *)&const_str_s1);
150074     _PyStaticUnicode_Dealloc((PyObject *)&const_str_s2);
150075     _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_11);
150076     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_12_consts_0);
150077     _PyStaticUnicode_Dealloc((PyObject *)&const_str_st_ino);
150078     _PyStaticUnicode_Dealloc((PyObject *)&const_str_st_dev);
150079     _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_12);
150080     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_13_consts_0);
150081     _PyStaticUnicode_Dealloc((PyObject *)&const_str_f1);
150082     _PyStaticUnicode_Dealloc((PyObject *)&const_str_f2);
150083     _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_13);
150084     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_14_consts_0);
150085     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fstat);
150086     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fp1);
150087     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fp2);
150088     _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_14);
150089     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_15_consts_0);
150090     _PyStaticUnicode_Dealloc((PyObject *)&const_str__splitext);
150091     _PyStaticUnicode_Dealloc((PyObject *)&const_str_altsep);
150092     _PyStaticUnicode_Dealloc((PyObject *)&const_str_extsep);
150093     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sepIndex);
150094     _PyStaticUnicode_Dealloc((PyObject *)&const_str_altsepIndex);
150095     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dotIndex);
150096     _PyStaticUnicode_Dealloc((PyObject *)&const_str_filenameIndex);
150097     _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_15);
150098     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_16_consts_3);
150099     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_16_consts_4);
150100     _PyStaticUnicode_Dealloc((PyObject *)&const_str__check_arg_types);
150101     _PyStaticUnicode_Dealloc((PyObject *)&const_str_funcname);
150102     _PyStaticUnicode_Dealloc((PyObject *)&const_str_hasstr);
150103     _PyStaticUnicode_Dealloc((PyObject *)&const_str_hasbytes);
150104     _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_16);
150105     _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel);
150106     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_0);
150107     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_2);
150108     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_4);
150109     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_6);
150110     _PyStaticUnicode_Dealloc((PyObject *)&const_str_nul);
150111     _PyStaticUnicode_Dealloc((PyObject *)&const_str_normcase);
150112     _PyStaticUnicode_Dealloc((PyObject *)&const_str_isabs);
150113     _PyStaticUnicode_Dealloc((PyObject *)&const_str_splitdrive);
150114     _PyStaticUnicode_Dealloc((PyObject *)&const_str_splitext);
150115     _PyStaticUnicode_Dealloc((PyObject *)&const_str_islink);
150116     _PyStaticUnicode_Dealloc((PyObject *)&const_str_lexists);
150117     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ismount);
150118     _PyStaticUnicode_Dealloc((PyObject *)&const_str_expanduser);
150119     _PyStaticUnicode_Dealloc((PyObject *)&const_str_expandvars);
150120     _PyStaticUnicode_Dealloc((PyObject *)&const_str_normpath);
150121     _PyStaticUnicode_Dealloc((PyObject *)&const_str_abspath);
150122     _PyStaticUnicode_Dealloc((PyObject *)&const_str_curdir);
150123     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pardir);
150124     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pathsep);
150125     _PyStaticUnicode_Dealloc((PyObject *)&const_str_defpath);
150126     _PyStaticUnicode_Dealloc((PyObject *)&const_str_devnull);
150127     _PyStaticUnicode_Dealloc((PyObject *)&const_str_realpath);
150128     _PyStaticUnicode_Dealloc((PyObject *)&const_str_supports_unicode_filenames);
150129     _PyStaticUnicode_Dealloc((PyObject *)&const_str_relpath);
150130     _PyStaticUnicode_Dealloc((PyObject *)&const_str_commonpath);
150131     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_12_consts_2);
150132     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_12_filename);
150133     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_bothseps);
150134     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_12);
150135     _PyStaticUnicode_Dealloc((PyObject *)&const_str_LCMapStringEx);
150136     _PyStaticUnicode_Dealloc((PyObject *)&const_str_LOCALE_NAME_INVARIANT);
150137     _PyStaticUnicode_Dealloc((PyObject *)&const_str_LCMAP_LOWERCASE);
150138     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_14_consts_0);
150139     _PyStaticUnicode_Dealloc((PyObject *)&const_str_surrogateescape);
150140     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getfilesystemencoding);
150141     _PyStaticUnicode_Dealloc((PyObject *)&const_str__LCMapStringEx);
150142     _PyStaticUnicode_Dealloc((PyObject *)&const_str__LOCALE_NAME_INVARIANT);
150143     _PyStaticUnicode_Dealloc((PyObject *)&const_str__LCMAP_LOWERCASE);
150144     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_14);
150145     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fsencode);
150146     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fsdecode);
150147     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_15);
150148     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_16_consts_0);
150149     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_16_consts_6);
150150     _PyStaticUnicode_Dealloc((PyObject *)&const_str_colon_sep);
150151     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_16);
150152     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BytesWarning);
150153     _PyStaticUnicode_Dealloc((PyObject *)&const_str_genericpath);
150154     _PyStaticUnicode_Dealloc((PyObject *)&const_str_paths);
150155     _PyStaticUnicode_Dealloc((PyObject *)&const_str_seps);
150156     _PyStaticUnicode_Dealloc((PyObject *)&const_str_colon);
150157     _PyStaticUnicode_Dealloc((PyObject *)&const_str_result_drive);
150158     _PyStaticUnicode_Dealloc((PyObject *)&const_str_result_path);
150159     _PyStaticUnicode_Dealloc((PyObject *)&const_str_p_drive);
150160     _PyStaticUnicode_Dealloc((PyObject *)&const_str_p_path);
150161     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_17);
150162     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_18_consts_0);
150163     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_18_consts_9);
150164     _PyStaticUnicode_Dealloc((PyObject *)&const_str_upper);
150165     _PyStaticUnicode_Dealloc((PyObject *)&const_str_find);
150166     _PyStaticUnicode_Dealloc((PyObject *)&const_str_unc_prefix);
150167     _PyStaticUnicode_Dealloc((PyObject *)&const_str_normp);
150168     _PyStaticUnicode_Dealloc((PyObject *)&const_str_index2);
150169     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_18);
150170     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_19_consts_0);
150171     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_19);
150172     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_20);
150173     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_21_consts_0);
150174     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_21);
150175     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_22_consts_0);
150176     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_22);
150177     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_23_consts_0);
150178     _PyStaticUnicode_Dealloc((PyObject *)&const_str_lstat);
150179     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISLNK);
150180     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_23);
150181     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_24_consts_0);
150182     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_24);
150183     _PyStaticUnicode_Dealloc((PyObject *)&const_str__getvolumepathname);
150184     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_26_consts_0);
150185     _PyStaticUnicode_Dealloc((PyObject *)&const_str_y);
150186     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_26);
150187     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_27_consts_0);
150188     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_27_consts_2);
150189     _PyStaticUnicode_Dealloc((PyObject *)&const_str_USERPROFILE);
150190     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HOMEPATH);
150191     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HOMEDRIVE);
150192     _PyStaticUnicode_Dealloc((PyObject *)&const_str_USERNAME);
150193     _PyStaticUnicode_Dealloc((PyObject *)&const_str_tilde);
150194     _PyStaticUnicode_Dealloc((PyObject *)&const_str_userhome);
150195     _PyStaticUnicode_Dealloc((PyObject *)&const_str_drive);
150196     _PyStaticUnicode_Dealloc((PyObject *)&const_str_target_user);
150197     _PyStaticUnicode_Dealloc((PyObject *)&const_str_current_user);
150198     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_27);
150199     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_28_consts_0);
150200     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_28_consts_5);
150201     _PyStaticUnicode_Dealloc((PyObject *)&const_str_environb);
150202     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_28_consts_11);
150203     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_28_consts_13);
150204     _PyStaticUnicode_Dealloc((PyObject *)&const_str_string);
150205     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ascii_letters);
150206     _PyStaticUnicode_Dealloc((PyObject *)&const_str_digits);
150207     _PyStaticUnicode_Dealloc((PyObject *)&const_str_varchars);
150208     _PyStaticUnicode_Dealloc((PyObject *)&const_str_quote);
150209     _PyStaticUnicode_Dealloc((PyObject *)&const_str_percent);
150210     _PyStaticUnicode_Dealloc((PyObject *)&const_str_brace);
150211     _PyStaticUnicode_Dealloc((PyObject *)&const_str_rbrace);
150212     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dollar);
150213     _PyStaticUnicode_Dealloc((PyObject *)&const_str_res);
150214     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pathlen);
150215     _PyStaticUnicode_Dealloc((PyObject *)&const_str_var);
150216     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_28);
150217     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_normpath);
150218     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_30_consts_0);
150219     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_30);
150220     _PyStaticUnicode_Dealloc((PyObject *)&const_str_comps);
150221     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_31);
150222     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_32_consts_0);
150223     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getcwdb);
150224     _PyStaticUnicode_Dealloc((PyObject *)&const_str__abspath_fallback);
150225     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cwd);
150226     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_32);
150227     _PyStaticUnicode_Dealloc((PyObject *)&const_str__getfullpathname);
150228     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_34_consts_0);
150229     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_34);
150230     _PyStaticUnicode_Dealloc((PyObject *)&const_str__getfinalpathname);
150231     _PyStaticUnicode_Dealloc((PyObject *)&const_str_readlink);
150232     _PyStaticUnicode_Dealloc((PyObject *)&const_str__nt_readlink);
150233     _PyStaticUnicode_Dealloc((PyObject *)&const_str_winerror);
150234     _PyStaticUnicode_Dealloc((PyObject *)&const_str__readlink_deep);
150235     _PyStaticUnicode_Dealloc((PyObject *)&const_str_allowed_winerror);
150236     _PyStaticUnicode_Dealloc((PyObject *)&const_str_old_path);
150237     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ex);
150238     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_36);
150239     _PyStaticUnicode_Dealloc((PyObject *)&const_str__getfinalpathname_nonstrict);
150240     _PyStaticUnicode_Dealloc((PyObject *)&const_str_new_path);
150241     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_37);
150242     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_40_consts_5);
150243     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_40_consts_8);
150244     _PyStaticUnicode_Dealloc((PyObject *)&const_str_new_unc_prefix);
150245     _PyStaticUnicode_Dealloc((PyObject *)&const_str_had_prefix);
150246     _PyStaticUnicode_Dealloc((PyObject *)&const_str_initial_winerror);
150247     _PyStaticUnicode_Dealloc((PyObject *)&const_str_spath);
150248     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_40);
150249     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getwindowsversion);
150250     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_44_consts_0);
150251     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_44_consts_8);
150252     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_44_consts_9);
150253     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_44_consts_10);
150254     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_44_consts_11_qualname);
150255     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_44_consts_11);
150256     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_44_consts_12);
150257     _PyStaticUnicode_Dealloc((PyObject *)&const_str_start_abs);
150258     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_abs);
150259     _PyStaticUnicode_Dealloc((PyObject *)&const_str_start_drive);
150260     _PyStaticUnicode_Dealloc((PyObject *)&const_str_start_rest);
150261     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_drive);
150262     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_rest);
150263     _PyStaticUnicode_Dealloc((PyObject *)&const_str_start_list);
150264     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_list);
150265     _PyStaticUnicode_Dealloc((PyObject *)&const_str_e1);
150266     _PyStaticUnicode_Dealloc((PyObject *)&const_str_e2);
150267     _PyStaticUnicode_Dealloc((PyObject *)&const_str_rel_list);
150268     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_44);
150269     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_45_consts_0);
150270     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_45_consts_1);
150271     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_45_consts_9_qualname);
150272     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_45_consts_9);
150273     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_45_consts_10);
150274     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_45_consts_11_qualname);
150275     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_45_consts_11);
150276     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_45_consts_12);
150277     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_45_consts_14);
150278     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_45_consts_16);
150279     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_45_consts_17);
150280     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_45_consts_18_consts_0_qualname);
150281     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_45_consts_18_consts_0);
150282     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_45_consts_18);
150283     _PyStaticUnicode_Dealloc((PyObject *)&const_str_drivesplits);
150284     _PyStaticUnicode_Dealloc((PyObject *)&const_str_split_paths);
150285     _PyStaticUnicode_Dealloc((PyObject *)&const_str_common);
150286     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_45);
150287     _PyStaticUnicode_Dealloc((PyObject *)&const_str__isdir);
150288     _PyStaticUnicode_Dealloc((PyObject *)&const_str__winapi);
150289     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel);
150290     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_0);
150291     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_5);
150292     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_7);
150293     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_11_filename);
150294     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_sep);
150295     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_11);
150296     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_12_consts_0);
150297     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_12);
150298     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_13);
150299     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_14_consts_0);
150300     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_14);
150301     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_15_consts_0);
150302     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_15);
150303     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_16);
150304     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_17_consts_0);
150305     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_17);
150306     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_18);
150307     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_19);
150308     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_20_consts_0);
150309     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_20);
150310     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_21);
150311     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_22_consts_0);
150312     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dev1);
150313     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dev2);
150314     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ino1);
150315     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ino2);
150316     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_22);
150317     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_23_consts_0);
150318     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HOME);
150319     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ASCII);
150320     _PyStaticUnicode_Dealloc((PyObject *)&const_str_vxworks);
150321     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pwd);
150322     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getpwuid);
150323     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getuid);
150324     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pw_dir);
150325     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getpwnam);
150326     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pwent);
150327     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_23);
150328     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_24_consts_0);
150329     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_24_consts_9);
150330     _PyStaticUnicode_Dealloc((PyObject *)&const_str__varprogb);
150331     _PyStaticUnicode_Dealloc((PyObject *)&const_str_re);
150332     _PyStaticUnicode_Dealloc((PyObject *)&const_str__varprog);
150333     _PyStaticUnicode_Dealloc((PyObject *)&const_str_span);
150334     _PyStaticUnicode_Dealloc((PyObject *)&const_str_group);
150335     _PyStaticUnicode_Dealloc((PyObject *)&const_str_end);
150336     _PyStaticUnicode_Dealloc((PyObject *)&const_str_j);
150337     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_24);
150338     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_26);
150339     _PyStaticUnicode_Dealloc((PyObject *)&const_str_empty);
150340     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dotdot);
150341     _PyStaticUnicode_Dealloc((PyObject *)&const_str_initial_slashes);
150342     _PyStaticUnicode_Dealloc((PyObject *)&const_str_new_comps);
150343     _PyStaticUnicode_Dealloc((PyObject *)&const_str_comp);
150344     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_27);
150345     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_28_consts_0);
150346     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_28);
150347     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_31_consts_0);
150348     _PyStaticUnicode_Dealloc((PyObject *)&const_str__joinrealpath);
150349     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ok);
150350     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_31);
150351     _PyStaticUnicode_Dealloc((PyObject *)&const_str_newpath);
150352     _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_link);
150353     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_32);
150354     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_34_consts_9);
150355     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_34_consts_10);
150356     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_34);
150357     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_35_consts_7);
150358     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_35_consts_8);
150359     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_35_consts_11_consts_0);
150360     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_35_consts_11);
150361     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_35);
150362     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel);
150363     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_0);
150364     _PyStaticUnicode_Dealloc((PyObject *)&const_str_linesep);
150365     _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_exec_path);
150366     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fdopen);
150367     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_5_filename);
150368     _PyStaticUnicode_Dealloc((PyObject *)&const_str__exists);
150369     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_5);
150370     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_6_consts_1_qualname);
150371     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_6_consts_1);
150372     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_exports_list);
150373     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_6);
150374     _PyStaticUnicode_Dealloc((PyObject *)&const_str__exit);
150375     _PyStaticUnicode_Dealloc((PyObject *)&const_str__have_functions);
150376     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_14);
150377     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_15);
150378     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_16);
150379     _PyStaticUnicode_Dealloc((PyObject *)&const_str__globals);
150380     _PyStaticUnicode_Dealloc((PyObject *)&const_str__set);
150381     _PyStaticUnicode_Dealloc((PyObject *)&const_str__add);
150382     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_19);
150383     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FACCESSAT);
150384     _PyStaticUnicode_Dealloc((PyObject *)&const_str_access);
150385     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FCHMODAT);
150386     _PyStaticUnicode_Dealloc((PyObject *)&const_str_chmod);
150387     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FCHOWNAT);
150388     _PyStaticUnicode_Dealloc((PyObject *)&const_str_chown);
150389     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FSTATAT);
150390     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FUTIMESAT);
150391     _PyStaticUnicode_Dealloc((PyObject *)&const_str_utime);
150392     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_LINKAT);
150393     _PyStaticUnicode_Dealloc((PyObject *)&const_str_link);
150394     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_MKDIRAT);
150395     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_MKFIFOAT);
150396     _PyStaticUnicode_Dealloc((PyObject *)&const_str_mkfifo);
150397     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_MKNODAT);
150398     _PyStaticUnicode_Dealloc((PyObject *)&const_str_mknod);
150399     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_OPENAT);
150400     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_READLINKAT);
150401     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_RENAMEAT);
150402     _PyStaticUnicode_Dealloc((PyObject *)&const_str_rename);
150403     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_SYMLINKAT);
150404     _PyStaticUnicode_Dealloc((PyObject *)&const_str_symlink);
150405     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_UNLINKAT);
150406     _PyStaticUnicode_Dealloc((PyObject *)&const_str_rmdir);
150407     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_UTIMENSAT);
150408     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FCHDIR);
150409     _PyStaticUnicode_Dealloc((PyObject *)&const_str_chdir);
150410     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FCHMOD);
150411     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FCHOWN);
150412     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FDOPENDIR);
150413     _PyStaticUnicode_Dealloc((PyObject *)&const_str_scandir);
150414     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FEXECVE);
150415     _PyStaticUnicode_Dealloc((PyObject *)&const_str_execve);
150416     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FTRUNCATE);
150417     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FUTIMENS);
150418     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FUTIMES);
150419     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FPATHCONF);
150420     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pathconf);
150421     _PyStaticUnicode_Dealloc((PyObject *)&const_str_statvfs);
150422     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fstatvfs);
150423     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FSTATVFS);
150424     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_LCHFLAGS);
150425     _PyStaticUnicode_Dealloc((PyObject *)&const_str_chflags);
150426     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_LCHMOD);
150427     _PyStaticUnicode_Dealloc((PyObject *)&const_str_lchown);
150428     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_LCHOWN);
150429     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_LUTIMES);
150430     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_LSTAT);
150431     _PyStaticUnicode_Dealloc((PyObject *)&const_str_MS_WINDOWS);
150432     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_80_consts_0);
150433     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exist_ok);
150434     _PyStaticUnicode_Dealloc((PyObject *)&const_str_makedirs);
150435     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cdir);
150436     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_80);
150437     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_81_consts_0);
150438     _PyStaticUnicode_Dealloc((PyObject *)&const_str_removedirs);
150439     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_81);
150440     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_82_consts_0);
150441     _PyStaticUnicode_Dealloc((PyObject *)&const_str_renames);
150442     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_82);
150443     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_85_consts_0);
150444     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_85_consts_1);
150445     _PyStaticUnicode_Dealloc((PyObject *)&const_str_audit);
150446     _PyStaticUnicode_Dealloc((PyObject *)&const_str__walk);
150447     _PyStaticUnicode_Dealloc((PyObject *)&const_str_walk);
150448     _PyStaticUnicode_Dealloc((PyObject *)&const_str_topdown);
150449     _PyStaticUnicode_Dealloc((PyObject *)&const_str_onerror);
150450     _PyStaticUnicode_Dealloc((PyObject *)&const_str_followlinks);
150451     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_85);
150452     _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_dir);
150453     _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_symlink);
150454     _PyStaticUnicode_Dealloc((PyObject *)&const_str_nondirs);
150455     _PyStaticUnicode_Dealloc((PyObject *)&const_str_walk_dirs);
150456     _PyStaticUnicode_Dealloc((PyObject *)&const_str_scandir_it);
150457     _PyStaticUnicode_Dealloc((PyObject *)&const_str_error);
150458     _PyStaticUnicode_Dealloc((PyObject *)&const_str_walk_into);
150459     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_86);
150460     _PyStaticUnicode_Dealloc((PyObject *)&const_str_follow_symlinks);
150461     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dir_fd);
150462     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_90_consts_0);
150463     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_90_consts_1);
150464     _PyStaticUnicode_Dealloc((PyObject *)&const_str_O_RDONLY);
150465     _PyStaticUnicode_Dealloc((PyObject *)&const_str__fwalk);
150466     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fwalk);
150467     _PyStaticUnicode_Dealloc((PyObject *)&const_str_orig_st);
150468     _PyStaticUnicode_Dealloc((PyObject *)&const_str_topfd);
150469     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_90);
150470     _PyStaticUnicode_Dealloc((PyObject *)&const_str_toppath);
150471     _PyStaticUnicode_Dealloc((PyObject *)&const_str_isbytes);
150472     _PyStaticUnicode_Dealloc((PyObject *)&const_str_entries);
150473     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dirfd);
150474     _PyStaticUnicode_Dealloc((PyObject *)&const_str_err);
150475     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_91);
150476     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_93_consts_0);
150477     _PyStaticUnicode_Dealloc((PyObject *)&const_str_execv);
150478     _PyStaticUnicode_Dealloc((PyObject *)&const_str_execl);
150479     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_93);
150480     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_94_consts_0);
150481     _PyStaticUnicode_Dealloc((PyObject *)&const_str_execle);
150482     _PyStaticUnicode_Dealloc((PyObject *)&const_str_env);
150483     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_94);
150484     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_95_consts_0);
150485     _PyStaticUnicode_Dealloc((PyObject *)&const_str_execvp);
150486     _PyStaticUnicode_Dealloc((PyObject *)&const_str_execlp);
150487     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_95);
150488     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_96_consts_0);
150489     _PyStaticUnicode_Dealloc((PyObject *)&const_str_execvpe);
150490     _PyStaticUnicode_Dealloc((PyObject *)&const_str_execlpe);
150491     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_96);
150492     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_97_consts_0);
150493     _PyStaticUnicode_Dealloc((PyObject *)&const_str__execvpe);
150494     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_97);
150495     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_98_consts_0);
150496     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_98);
150497     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exec_func);
150498     _PyStaticUnicode_Dealloc((PyObject *)&const_str_argrest);
150499     _PyStaticUnicode_Dealloc((PyObject *)&const_str_saved_exc);
150500     _PyStaticUnicode_Dealloc((PyObject *)&const_str_last_exc);
150501     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_100);
150502     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_101_consts_0);
150503     _PyStaticUnicode_Dealloc((PyObject *)&const_str_PATH);
150504     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_101_consts_6);
150505     _PyStaticUnicode_Dealloc((PyObject *)&const_str_catch_warnings);
150506     _PyStaticUnicode_Dealloc((PyObject *)&const_str_simplefilter);
150507     _PyStaticUnicode_Dealloc((PyObject *)&const_str_supports_bytes_environ);
150508     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_listb);
150509     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_101);
150510     _PyStaticUnicode_Dealloc((PyObject *)&const_str__Environ);
150511     _PyStaticUnicode_Dealloc((PyObject *)&const_str_encodekey);
150512     _PyStaticUnicode_Dealloc((PyObject *)&const_str_decodekey);
150513     _PyStaticUnicode_Dealloc((PyObject *)&const_str_encodevalue);
150514     _PyStaticUnicode_Dealloc((PyObject *)&const_str_decodevalue);
150515     _PyStaticUnicode_Dealloc((PyObject *)&const_str__data);
150516     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_1_qualname);
150517     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_1);
150518     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_2_qualname);
150519     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_2);
150520     _PyStaticUnicode_Dealloc((PyObject *)&const_str_putenv);
150521     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_3_qualname);
150522     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_3);
150523     _PyStaticUnicode_Dealloc((PyObject *)&const_str_unsetenv);
150524     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_4_qualname);
150525     _PyStaticUnicode_Dealloc((PyObject *)&const_str_encodedkey);
150526     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_4);
150527     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_5_qualname);
150528     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_5);
150529     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_6_qualname);
150530     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_6);
150531     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_7_consts_2_qualname);
150532     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_7_consts_2);
150533     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_7_consts_3);
150534     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_7_consts_4);
150535     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_7_qualname);
150536     _PyStaticUnicode_Dealloc((PyObject *)&const_str_formatted_items);
150537     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_7);
150538     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_8_qualname);
150539     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_8);
150540     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_9_qualname);
150541     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_9);
150542     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_10_qualname);
150543     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_10);
150544     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_11_qualname);
150545     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_11);
150546     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_12_qualname);
150547     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_12);
150548     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103);
150549     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_105_consts_2_consts_1);
150550     _PyStaticUnicode_Dealloc((PyObject *)&const_str_check_str);
150551     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_105_consts_2_qualname);
150552     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_105_consts_2);
150553     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_105_consts_3_qualname);
150554     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_105_consts_3);
150555     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_105_consts_4_qualname);
150556     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_105_consts_4);
150557     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_105_consts_5_qualname);
150558     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_105_consts_5);
150559     _PyStaticUnicode_Dealloc((PyObject *)&const_str__createenviron);
150560     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_105);
150561     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_106_consts_0);
150562     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getenv);
150563     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_106);
150564     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_108_consts_1);
150565     _PyStaticUnicode_Dealloc((PyObject *)&const_str__check_bytes);
150566     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_108);
150567     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_109_consts_0);
150568     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getenvb);
150569     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_109);
150570     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_111_consts_1_consts_0);
150571     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_111_consts_1_qualname);
150572     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_111_consts_1);
150573     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_111_consts_2_consts_0);
150574     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_111_consts_2_qualname);
150575     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_111_consts_2);
150576     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getfilesystemencodeerrors);
150577     _PyStaticUnicode_Dealloc((PyObject *)&const_str__fscodec);
150578     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_111);
150579     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fork);
150580     _PyStaticUnicode_Dealloc((PyObject *)&const_str_spawnv);
150581     _PyStaticUnicode_Dealloc((PyObject *)&const_str_P_WAIT);
150582     _PyStaticUnicode_Dealloc((PyObject *)&const_str_P_NOWAIT);
150583     _PyStaticUnicode_Dealloc((PyObject *)&const_str_P_NOWAITO);
150584     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_116_consts_1);
150585     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_116_consts_3);
150586     _PyStaticUnicode_Dealloc((PyObject *)&const_str_waitpid);
150587     _PyStaticUnicode_Dealloc((PyObject *)&const_str_WIFSTOPPED);
150588     _PyStaticUnicode_Dealloc((PyObject *)&const_str_waitstatus_to_exitcode);
150589     _PyStaticUnicode_Dealloc((PyObject *)&const_str__spawnvef);
150590     _PyStaticUnicode_Dealloc((PyObject *)&const_str_func);
150591     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pid);
150592     _PyStaticUnicode_Dealloc((PyObject *)&const_str_wpid);
150593     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sts);
150594     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_116);
150595     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_117_consts_0);
150596     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_117);
150597     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_118_consts_0);
150598     _PyStaticUnicode_Dealloc((PyObject *)&const_str_spawnve);
150599     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_118);
150600     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_119_consts_0);
150601     _PyStaticUnicode_Dealloc((PyObject *)&const_str_spawnvp);
150602     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_119);
150603     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_120_consts_0);
150604     _PyStaticUnicode_Dealloc((PyObject *)&const_str_spawnvpe);
150605     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_120);
150606     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_122_consts_0);
150607     _PyStaticUnicode_Dealloc((PyObject *)&const_str_spawnl);
150608     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_122);
150609     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_123_consts_0);
150610     _PyStaticUnicode_Dealloc((PyObject *)&const_str_spawnle);
150611     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_123);
150612     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_127_consts_0);
150613     _PyStaticUnicode_Dealloc((PyObject *)&const_str_spawnlp);
150614     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_127);
150615     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_128_consts_0);
150616     _PyStaticUnicode_Dealloc((PyObject *)&const_str_spawnlpe);
150617     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_128);
150618     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_134_consts_1);
150619     _PyStaticUnicode_Dealloc((PyObject *)&const_str_w);
150620     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_134_consts_3);
150621     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_134_consts_5);
150622     _PyStaticUnicode_Dealloc((PyObject *)&const_str_shell);
150623     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bufsize);
150624     _PyStaticUnicode_Dealloc((PyObject *)&const_str_subprocess);
150625     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Popen);
150626     _PyStaticUnicode_Dealloc((PyObject *)&const_str_PIPE);
150627     _PyStaticUnicode_Dealloc((PyObject *)&const_str__wrap_close);
150628     _PyStaticUnicode_Dealloc((PyObject *)&const_str_popen);
150629     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cmd);
150630     _PyStaticUnicode_Dealloc((PyObject *)&const_str_proc);
150631     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_134);
150632     _PyStaticUnicode_Dealloc((PyObject *)&const_str__stream);
150633     _PyStaticUnicode_Dealloc((PyObject *)&const_str__proc);
150634     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_135_consts_1_qualname);
150635     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_135_consts_1);
150636     _PyStaticUnicode_Dealloc((PyObject *)&const_str_wait);
150637     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_135_consts_2_qualname);
150638     _PyStaticUnicode_Dealloc((PyObject *)&const_str_returncode);
150639     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_135_consts_2);
150640     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_135_consts_3_qualname);
150641     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_135_consts_3);
150642     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_135_consts_4_qualname);
150643     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_135_consts_4);
150644     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_135_consts_5_qualname);
150645     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_135_consts_5);
150646     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_135_consts_6_qualname);
150647     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_135_consts_6);
150648     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_135);
150649     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_138_consts_1);
150650     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_138);
150651     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_139_consts_0);
150652     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_139_consts_2);
150653     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_139_consts_3);
150654     _PyStaticUnicode_Dealloc((PyObject *)&const_str__fspath);
150655     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_type);
150656     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_repr);
150657     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_139);
150658     _PyStaticUnicode_Dealloc((PyObject *)&const_str_PathLike);
150659     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_141_consts_1);
150660     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_141_consts_2_consts_0);
150661     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_141_consts_2_qualname);
150662     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_141_consts_2);
150663     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_141_consts_3_qualname);
150664     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_141_consts_3);
150665     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_141);
150666     _PyStaticUnicode_Dealloc((PyObject *)&const_str__AddedDllDirectory);
150667     _PyStaticUnicode_Dealloc((PyObject *)&const_str__cookie);
150668     _PyStaticUnicode_Dealloc((PyObject *)&const_str__remove_dll_directory);
150669     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_143_consts_1_qualname);
150670     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cookie);
150671     _PyStaticUnicode_Dealloc((PyObject *)&const_str_remove_dll_directory);
150672     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_143_consts_1);
150673     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_143_consts_2_qualname);
150674     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_143_consts_2);
150675     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_143_consts_3_qualname);
150676     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_143_consts_3);
150677     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_143_consts_4_qualname);
150678     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_143_consts_4);
150679     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_143_consts_5_consts_1);
150680     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_143_consts_5_consts_2);
150681     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_143_consts_5_qualname);
150682     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_143_consts_5);
150683     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_143);
150684     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_145_consts_0);
150685     _PyStaticUnicode_Dealloc((PyObject *)&const_str__add_dll_directory);
150686     _PyStaticUnicode_Dealloc((PyObject *)&const_str_add_dll_directory);
150687     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_145);
150688     _PyStaticUnicode_Dealloc((PyObject *)&const_str__collections_abc);
150689     _PyStaticUnicode_Dealloc((PyObject *)&const_str__names);
150690     _PyStaticUnicode_Dealloc((PyObject *)&const_str_posixpath);
150691     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ntpath);
150692     _PyStaticUnicode_Dealloc((PyObject *)&const_str_supports_dir_fd);
150693     _PyStaticUnicode_Dealloc((PyObject *)&const_str_supports_effective_ids);
150694     _PyStaticUnicode_Dealloc((PyObject *)&const_str_supports_fd);
150695     _PyStaticUnicode_Dealloc((PyObject *)&const_str_supports_follow_symlinks);
150696     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel);
150697     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_0);
150698     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_3_filename);
150699     _PyStaticUnicode_Dealloc((PyObject *)&const_str__trace);
150700     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_3);
150701     _PyStaticUnicode_Dealloc((PyObject *)&const_str_makepath);
150702     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_4);
150703     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_5_consts_0);
150704     _PyStaticUnicode_Dealloc((PyObject *)&const_str_abs_paths);
150705     _PyStaticUnicode_Dealloc((PyObject *)&const_str_loader_module);
150706     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_5);
150707     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_6_consts_0);
150708     _PyStaticUnicode_Dealloc((PyObject *)&const_str_removeduppaths);
150709     _PyStaticUnicode_Dealloc((PyObject *)&const_str_L);
150710     _PyStaticUnicode_Dealloc((PyObject *)&const_str_known_paths);
150711     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dircase);
150712     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_6);
150713     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_7_consts_0);
150714     _PyStaticUnicode_Dealloc((PyObject *)&const_str__init_pathinfo);
150715     _PyStaticUnicode_Dealloc((PyObject *)&const_str_itemcase);
150716     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_7);
150717     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_8_consts_0);
150718     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_8_consts_4);
150719     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_8_consts_9_1);
150720     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_8_consts_10);
150721     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_8_consts_14);
150722     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_8_consts_15);
150723     _PyStaticUnicode_Dealloc((PyObject *)&const_str_strip);
150724     _PyStaticUnicode_Dealloc((PyObject *)&const_str_traceback);
150725     _PyStaticUnicode_Dealloc((PyObject *)&const_str_format_exception);
150726     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exc_info);
150727     _PyStaticUnicode_Dealloc((PyObject *)&const_str_addpackage);
150728     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sitedir);
150729     _PyStaticUnicode_Dealloc((PyObject *)&const_str_record);
150730     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_8);
150731     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_9_consts_0);
150732     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_9_consts_1);
150733     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_9_consts_5_consts_0);
150734     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_9_consts_5_qualname);
150735     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_9_consts_5);
150736     _PyStaticUnicode_Dealloc((PyObject *)&const_str_addsitedir);
150737     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sitedircase);
150738     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_9);
150739     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_10_consts_0);
150740     _PyStaticUnicode_Dealloc((PyObject *)&const_str_geteuid);
150741     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getgid);
150742     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getegid);
150743     _PyStaticUnicode_Dealloc((PyObject *)&const_str_no_user_site);
150744     _PyStaticUnicode_Dealloc((PyObject *)&const_str_check_enableusersite);
150745     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_10);
150746     _PyStaticUnicode_Dealloc((PyObject *)&const_str_PYTHONUSERBASE);
150747     _PyStaticUnicode_Dealloc((PyObject *)&const_str_emscripten);
150748     _PyStaticUnicode_Dealloc((PyObject *)&const_str_wasi);
150749     _PyStaticUnicode_Dealloc((PyObject *)&const_str_joinuser);
150750     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_11_consts_3_qualname);
150751     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_11_consts_3);
150752     _PyStaticUnicode_Dealloc((PyObject *)&const_str_APPDATA);
150753     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Python);
150754     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Library);
150755     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_11_consts_12);
150756     _PyStaticUnicode_Dealloc((PyObject *)&const_str__framework);
150757     _PyStaticUnicode_Dealloc((PyObject *)&const_str__getuserbase);
150758     _PyStaticUnicode_Dealloc((PyObject *)&const_str_env_base);
150759     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_11);
150760     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_12_consts_4);
150761     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_12_consts_5);
150762     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_12_consts_7);
150763     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_12_consts_8);
150764     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_12_consts_11);
150765     _PyStaticUnicode_Dealloc((PyObject *)&const_str_winver);
150766     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_path);
150767     _PyStaticUnicode_Dealloc((PyObject *)&const_str_userbase);
150768     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ver_nodot);
150769     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_12);
150770     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_13_consts_0);
150771     _PyStaticUnicode_Dealloc((PyObject *)&const_str_USER_BASE);
150772     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getuserbase);
150773     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_13);
150774     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_14_consts_0);
150775     _PyStaticUnicode_Dealloc((PyObject *)&const_str_USER_SITE);
150776     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ENABLE_USER_SITE);
150777     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getusersitepackages);
150778     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_14);
150779     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_15_consts_0);
150780     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_15_consts_1);
150781     _PyStaticUnicode_Dealloc((PyObject *)&const_str_addusersitepackages);
150782     _PyStaticUnicode_Dealloc((PyObject *)&const_str_user_site);
150783     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_15);
150784     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_16_consts_0);
150785     _PyStaticUnicode_Dealloc((PyObject *)&const_str_lib);
150786     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_16_consts_4);
150787     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_16_consts_6);
150788     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Lib);
150789     _PyStaticUnicode_Dealloc((PyObject *)&const_str_PREFIXES);
150790     _PyStaticUnicode_Dealloc((PyObject *)&const_str_platlibdir);
150791     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getsitepackages);
150792     _PyStaticUnicode_Dealloc((PyObject *)&const_str_prefixes);
150793     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sitepackages);
150794     _PyStaticUnicode_Dealloc((PyObject *)&const_str_libdirs);
150795     _PyStaticUnicode_Dealloc((PyObject *)&const_str_libdir);
150796     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_16);
150797     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_17_consts_0);
150798     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_17_consts_1);
150799     _PyStaticUnicode_Dealloc((PyObject *)&const_str_addsitepackages);
150800     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_17);
150801     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_18_consts_0);
150802     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_18_consts_2);
150803     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_18_consts_3);
150804     _PyStaticUnicode_Dealloc((PyObject *)&const_str_quit);
150805     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exit);
150806     _PyStaticUnicode_Dealloc((PyObject *)&const_str__sitebuiltins);
150807     _PyStaticUnicode_Dealloc((PyObject *)&const_str_setquit);
150808     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_18);
150809     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_19_consts_0);
150810     _PyStaticUnicode_Dealloc((PyObject *)&const_str_copyright);
150811     _PyStaticUnicode_Dealloc((PyObject *)&const_str_java);
150812     _PyStaticUnicode_Dealloc((PyObject *)&const_str_credits);
150813     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_19_consts_6);
150814     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_19_consts_7);
150815     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_19_consts_10);
150816     _PyStaticUnicode_Dealloc((PyObject *)&const_str_LICENSE);
150817     _PyStaticUnicode_Dealloc((PyObject *)&const_str_license);
150818     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_19_consts_13);
150819     _PyStaticUnicode_Dealloc((PyObject *)&const_str_setcopyright);
150820     _PyStaticUnicode_Dealloc((PyObject *)&const_str_here);
150821     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_19);
150822     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sethelper);
150823     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_20);
150824     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_21_consts_0);
150825     _PyStaticUnicode_Dealloc((PyObject *)&const_str_libedit);
150826     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_21_consts_1_consts_5);
150827     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_21_consts_1_consts_6);
150828     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_21_consts_1_consts_8);
150829     _PyStaticUnicode_Dealloc((PyObject *)&const_str_write_history_file);
150830     _PyStaticUnicode_Dealloc((PyObject *)&const_str_write_history);
150831     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_21_consts_1_consts_9_qualname);
150832     _PyStaticUnicode_Dealloc((PyObject *)&const_str_history);
150833     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_21_consts_1_consts_9);
150834     _PyStaticUnicode_Dealloc((PyObject *)&const_str_atexit);
150835     _PyStaticUnicode_Dealloc((PyObject *)&const_str_rlcompleter);
150836     _PyStaticUnicode_Dealloc((PyObject *)&const_str_parse_and_bind);
150837     _PyStaticUnicode_Dealloc((PyObject *)&const_str_read_init_file);
150838     _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_current_history_length);
150839     _PyStaticUnicode_Dealloc((PyObject *)&const_str_read_history_file);
150840     _PyStaticUnicode_Dealloc((PyObject *)&const_str_register_readline);
150841     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_21_consts_1_qualname);
150842     _PyStaticUnicode_Dealloc((PyObject *)&const_str_readline_doc);
150843     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_21_consts_1);
150844     _PyStaticUnicode_Dealloc((PyObject *)&const_str___interactivehook__);
150845     _PyStaticUnicode_Dealloc((PyObject *)&const_str_enablerlcompleter);
150846     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_21);
150847     _PyStaticUnicode_Dealloc((PyObject *)&const_str___PYVENV_LAUNCHER__);
150848     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_22_consts_3);
150849     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_22_consts_4_qualname);
150850     _PyStaticUnicode_Dealloc((PyObject *)&const_str_conffile);
150851     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_22_consts_4);
150852     _PyStaticUnicode_Dealloc((PyObject *)&const_str_true);
150853     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_22_consts_9);
150854     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_22_consts_10);
150855     _PyStaticUnicode_Dealloc((PyObject *)&const_str_home);
150856     _PyStaticUnicode_Dealloc((PyObject *)&const_str__base_executable);
150857     _PyStaticUnicode_Dealloc((PyObject *)&const_str_executable);
150858     _PyStaticUnicode_Dealloc((PyObject *)&const_str__home);
150859     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exec_prefix);
150860     _PyStaticUnicode_Dealloc((PyObject *)&const_str_venv);
150861     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exe_dir);
150862     _PyStaticUnicode_Dealloc((PyObject *)&const_str_site_prefix);
150863     _PyStaticUnicode_Dealloc((PyObject *)&const_str_conf_basename);
150864     _PyStaticUnicode_Dealloc((PyObject *)&const_str_candidate_confs);
150865     _PyStaticUnicode_Dealloc((PyObject *)&const_str_virtual_conf);
150866     _PyStaticUnicode_Dealloc((PyObject *)&const_str_system_site);
150867     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_22);
150868     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_23_consts_0);
150869     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sitecustomize);
150870     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_23_consts_4);
150871     _PyStaticUnicode_Dealloc((PyObject *)&const_str_execsitecustomize);
150872     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_23);
150873     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_24_consts_0);
150874     _PyStaticUnicode_Dealloc((PyObject *)&const_str_usercustomize);
150875     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_24_consts_4);
150876     _PyStaticUnicode_Dealloc((PyObject *)&const_str_execusercustomize);
150877     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_24);
150878     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_25_consts_0);
150879     _PyStaticUnicode_Dealloc((PyObject *)&const_str_isolated);
150880     _PyStaticUnicode_Dealloc((PyObject *)&const_str_main);
150881     _PyStaticUnicode_Dealloc((PyObject *)&const_str_orig_path);
150882     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_25);
150883     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_1);
150884     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_3);
150885     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_4);
150886     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_5);
150887     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_7_consts_2);
150888     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_7_qualname);
150889     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_26_consts_7);
150890     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_8);
150891     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_11);
150892     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_12);
150893     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_14);
150894     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_15);
150895     _PyStaticUnicode_Dealloc((PyObject *)&const_str_argv);
150896     _PyStaticUnicode_Dealloc((PyObject *)&const_str_textwrap);
150897     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dedent);
150898     _PyStaticUnicode_Dealloc((PyObject *)&const_str__script);
150899     _PyStaticUnicode_Dealloc((PyObject *)&const_str_user_base);
150900     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_26);
150901     _PyStaticUnicode_Dealloc((PyObject *)&const_str_no_site);
150902     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel);
150903     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_0);
150904     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_11_consts_0);
150905     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_11_filename);
150906     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IMODE);
150907     _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_11);
150908     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_12_consts_0);
150909     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFMT);
150910     _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_12);
150911     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_20_consts_0);
150912     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFDIR);
150913     _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_20);
150914     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_21_consts_0);
150915     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFCHR);
150916     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISCHR);
150917     _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_21);
150918     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_22_consts_0);
150919     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFBLK);
150920     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISBLK);
150921     _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_22);
150922     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_23_consts_0);
150923     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFREG);
150924     _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_23);
150925     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_24_consts_0);
150926     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFIFO);
150927     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISFIFO);
150928     _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_24);
150929     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_25_consts_0);
150930     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFLNK);
150931     _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_25);
150932     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_26_consts_0);
150933     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFSOCK);
150934     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISSOCK);
150935     _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_26);
150936     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_27_consts_0);
150937     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISDOOR);
150938     _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_27);
150939     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_28_consts_0);
150940     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISPORT);
150941     _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_28);
150942     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_29_consts_0);
150943     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISWHT);
150944     _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_29);
150945     _PyStaticUnicode_Dealloc((PyObject *)&const_str_l);
150946     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_47);
150947     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S);
150948     _PyStaticUnicode_Dealloc((PyObject *)&const_str_T);
150949     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_58_consts_0);
150950     _PyStaticUnicode_Dealloc((PyObject *)&const_str__filemode_table);
150951     _PyStaticUnicode_Dealloc((PyObject *)&const_str_filemode);
150952     _PyStaticUnicode_Dealloc((PyObject *)&const_str_perm);
150953     _PyStaticUnicode_Dealloc((PyObject *)&const_str_table);
150954     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bit);
150955     _PyStaticUnicode_Dealloc((PyObject *)&const_str_char);
150956     _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_58);
150957     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_MODE);
150958     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_INO);
150959     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_DEV);
150960     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_NLINK);
150961     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_UID);
150962     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_GID);
150963     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_SIZE);
150964     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_ATIME);
150965     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_MTIME);
150966     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_CTIME);
150967     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFDOOR);
150968     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFPORT);
150969     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFWHT);
150970     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISUID);
150971     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISGID);
150972     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ENFMT);
150973     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISVTX);
150974     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IREAD);
150975     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IWRITE);
150976     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IEXEC);
150977     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IRWXU);
150978     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IRUSR);
150979     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IWUSR);
150980     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IXUSR);
150981     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IRWXG);
150982     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IRGRP);
150983     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IWGRP);
150984     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IXGRP);
150985     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IRWXO);
150986     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IROTH);
150987     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IWOTH);
150988     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IXOTH);
150989     _PyStaticUnicode_Dealloc((PyObject *)&const_str_UF_NODUMP);
150990     _PyStaticUnicode_Dealloc((PyObject *)&const_str_UF_IMMUTABLE);
150991     _PyStaticUnicode_Dealloc((PyObject *)&const_str_UF_APPEND);
150992     _PyStaticUnicode_Dealloc((PyObject *)&const_str_UF_OPAQUE);
150993     _PyStaticUnicode_Dealloc((PyObject *)&const_str_UF_NOUNLINK);
150994     _PyStaticUnicode_Dealloc((PyObject *)&const_str_UF_COMPRESSED);
150995     _PyStaticUnicode_Dealloc((PyObject *)&const_str_UF_HIDDEN);
150996     _PyStaticUnicode_Dealloc((PyObject *)&const_str_SF_ARCHIVED);
150997     _PyStaticUnicode_Dealloc((PyObject *)&const_str_SF_IMMUTABLE);
150998     _PyStaticUnicode_Dealloc((PyObject *)&const_str_SF_APPEND);
150999     _PyStaticUnicode_Dealloc((PyObject *)&const_str_SF_NOUNLINK);
151000     _PyStaticUnicode_Dealloc((PyObject *)&const_str_SF_SNAPSHOT);
151001     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_ARCHIVE);
151002     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_COMPRESSED);
151003     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_DEVICE);
151004     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_DIRECTORY);
151005     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_ENCRYPTED);
151006     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_HIDDEN);
151007     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_INTEGRITY_STREAM);
151008     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_NORMAL);
151009     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_NOT_CONTENT_INDEXED);
151010     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_NO_SCRUB_DATA);
151011     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_OFFLINE);
151012     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_READONLY);
151013     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_REPARSE_POINT);
151014     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_SPARSE_FILE);
151015     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_SYSTEM);
151016     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_TEMPORARY);
151017     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_VIRTUAL);
151018     _PyStaticUnicode_Dealloc((PyObject *)&const_str__stat);
151019     _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel);
151020     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_0);
151021     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Loader);
151022     _PyStaticUnicode_Dealloc((PyObject *)&const_str_contextmanager);
151023     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_16_consts_0);
151024     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_16_filename);
151025     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_16);
151026     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_17_consts_2);
151027     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_17_consts_3);
151028     _PyStaticUnicode_Dealloc((PyObject *)&const_str_resolve_name);
151029     _PyStaticUnicode_Dealloc((PyObject *)&const_str_character);
151030     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_17);
151031     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_18_consts_0);
151032     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_18_consts_2);
151033     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_18_consts_3);
151034     _PyStaticUnicode_Dealloc((PyObject *)&const_str__find_spec_from_path);
151035     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_18);
151036     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_19_consts_0);
151037     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_19_consts_5);
151038     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_19_consts_6);
151039     _PyStaticUnicode_Dealloc((PyObject *)&const_str_parent_name);
151040     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_19);
151041     _PyStaticUnicode_Dealloc((PyObject *)&const_str___initializing__);
151042     _PyStaticUnicode_Dealloc((PyObject *)&const_str__module_to_load);
151043     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_20);
151044     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_21_consts_0);
151045     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_21_consts_1_consts_1);
151046     _PyStaticUnicode_Dealloc((PyObject *)&const_str_set_package_wrapper);
151047     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_21_consts_1_qualname);
151048     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_21_consts_1);
151049     _PyStaticUnicode_Dealloc((PyObject *)&const_str_functools);
151050     _PyStaticUnicode_Dealloc((PyObject *)&const_str_wraps);
151051     _PyStaticUnicode_Dealloc((PyObject *)&const_str_set_package);
151052     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_21);
151053     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_22_consts_0);
151054     _PyStaticUnicode_Dealloc((PyObject *)&const_str_set_loader_wrapper);
151055     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_22_consts_1_qualname);
151056     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_22_consts_1);
151057     _PyStaticUnicode_Dealloc((PyObject *)&const_str_set_loader);
151058     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_22);
151059     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_23_consts_0);
151060     _PyStaticUnicode_Dealloc((PyObject *)&const_str_module_for_loader_wrapper);
151061     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_23_consts_4_qualname);
151062     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_23_consts_4);
151063     _PyStaticUnicode_Dealloc((PyObject *)&const_str_module_for_loader);
151064     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_23);
151065     _PyStaticUnicode_Dealloc((PyObject *)&const_str__LazyModule);
151066     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_24_consts_1);
151067     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_24_consts_2_consts_0);
151068     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_24_consts_2_consts_2);
151069     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_24_consts_2_consts_3);
151070     _PyStaticUnicode_Dealloc((PyObject *)&const_str_types);
151071     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ModuleType);
151072     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_24_consts_2_qualname);
151073     _PyStaticUnicode_Dealloc((PyObject *)&const_str_attr);
151074     _PyStaticUnicode_Dealloc((PyObject *)&const_str_original_name);
151075     _PyStaticUnicode_Dealloc((PyObject *)&const_str_attrs_then);
151076     _PyStaticUnicode_Dealloc((PyObject *)&const_str_attrs_now);
151077     _PyStaticUnicode_Dealloc((PyObject *)&const_str_attrs_updated);
151078     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_24_consts_2);
151079     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_24_consts_3_consts_0);
151080     _PyStaticUnicode_Dealloc((PyObject *)&const_str_delattr);
151081     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_24_consts_3_qualname);
151082     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_24_consts_3);
151083     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_24);
151084     _PyStaticUnicode_Dealloc((PyObject *)&const_str_LazyLoader);
151085     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_1);
151086     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_2_consts_2);
151087     _PyStaticUnicode_Dealloc((PyObject *)&const_str___check_eager_loader);
151088     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_2_qualname);
151089     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_2);
151090     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_3_consts_0);
151091     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_3_consts_1_qualname);
151092     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_3_consts_1);
151093     _PyStaticUnicode_Dealloc((PyObject *)&const_str__LazyLoader__check_eager_loader);
151094     _PyStaticUnicode_Dealloc((PyObject *)&const_str_factory);
151095     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_3_qualname);
151096     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_3);
151097     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_4_qualname);
151098     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_4);
151099     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_5_qualname);
151100     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_5);
151101     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_6_consts_0);
151102     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_6_qualname);
151103     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_6);
151104     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_26);
151105     _PyStaticUnicode_Dealloc((PyObject *)&const_str_contextlib);
151106     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel);
151107     _PyStaticUnicode_Dealloc((PyObject *)&importlib_machinery_toplevel_consts_0);
151108     _PyStaticUnicode_Dealloc((PyObject *)&importlib_machinery_toplevel_consts_13_consts_0);
151109     _PyStaticUnicode_Dealloc((PyObject *)&importlib_machinery_toplevel_consts_13_filename);
151110     _PyStaticUnicode_Dealloc((PyObject *)&const_str_all_suffixes);
151111     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_machinery_toplevel_consts_13);
151112     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_machinery_toplevel);
151113     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_0);
151114     _PyStaticUnicode_Dealloc((PyObject *)&const_str_run_module);
151115     _PyStaticUnicode_Dealloc((PyObject *)&const_str_run_path);
151116     _PyStaticUnicode_Dealloc((PyObject *)&const_str__TempModule);
151117     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_5_consts_1);
151118     _PyStaticUnicode_Dealloc((PyObject *)&const_str_mod_name);
151119     _PyStaticUnicode_Dealloc((PyObject *)&const_str__saved_module);
151120     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_5_consts_2_filename);
151121     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_5_consts_2_qualname);
151122     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_5_consts_2);
151123     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_5_consts_3_qualname);
151124     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_5_consts_3);
151125     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_5_consts_4_qualname);
151126     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_5_consts_4);
151127     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_5);
151128     _PyStaticUnicode_Dealloc((PyObject *)&const_str__ModifiedArgv0);
151129     _PyStaticUnicode_Dealloc((PyObject *)&const_str__saved_value);
151130     _PyStaticUnicode_Dealloc((PyObject *)&const_str__sentinel);
151131     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_7_consts_1_qualname);
151132     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_7_consts_1);
151133     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_7_consts_2_consts_1);
151134     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_7_consts_2_qualname);
151135     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_7_consts_2);
151136     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_7_consts_3_qualname);
151137     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_7_consts_3);
151138     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_7);
151139     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_9_consts_0);
151140     _PyStaticUnicode_Dealloc((PyObject *)&const_str__run_code);
151141     _PyStaticUnicode_Dealloc((PyObject *)&const_str_run_globals);
151142     _PyStaticUnicode_Dealloc((PyObject *)&const_str_init_globals);
151143     _PyStaticUnicode_Dealloc((PyObject *)&const_str_mod_spec);
151144     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pkg_name);
151145     _PyStaticUnicode_Dealloc((PyObject *)&const_str_script_name);
151146     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fname);
151147     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_9);
151148     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_10_consts_0);
151149     _PyStaticUnicode_Dealloc((PyObject *)&const_str__run_module_code);
151150     _PyStaticUnicode_Dealloc((PyObject *)&const_str_temp_module);
151151     _PyStaticUnicode_Dealloc((PyObject *)&const_str_mod_globals);
151152     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_10);
151153     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_2);
151154     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_6);
151155     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_8);
151156     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_10);
151157     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_12);
151158     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_13);
151159     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_14);
151160     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_16);
151161     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_17);
151162     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_18);
151163     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_19);
151164     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_20);
151165     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_21);
151166     _PyStaticUnicode_Dealloc((PyObject *)&const_str_RuntimeWarning);
151167     _PyStaticUnicode_Dealloc((PyObject *)&const_str_util);
151168     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_module_details);
151169     _PyStaticUnicode_Dealloc((PyObject *)&const_str_existing);
151170     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pkg_main_name);
151171     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_11);
151172     _PyStaticUnicode_Dealloc((PyObject *)&const_str__Error);
151173     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_12_consts_1);
151174     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_12);
151175     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_15_consts_0);
151176     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_main_module_details);
151177     _PyStaticUnicode_Dealloc((PyObject *)&const_str__run_module_as_main);
151178     _PyStaticUnicode_Dealloc((PyObject *)&const_str_alter_argv);
151179     _PyStaticUnicode_Dealloc((PyObject *)&const_str_main_globals);
151180     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_15);
151181     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_17_consts_0);
151182     _PyStaticUnicode_Dealloc((PyObject *)&const_str_run_name);
151183     _PyStaticUnicode_Dealloc((PyObject *)&const_str_alter_sys);
151184     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_17);
151185     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_18_consts_2);
151186     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_18_consts_3);
151187     _PyStaticUnicode_Dealloc((PyObject *)&const_str_main_name);
151188     _PyStaticUnicode_Dealloc((PyObject *)&const_str_saved_main);
151189     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_18);
151190     _PyStaticUnicode_Dealloc((PyObject *)&const_str_read_code);
151191     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pkgutil);
151192     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_code_from_file);
151193     _PyStaticUnicode_Dealloc((PyObject *)&const_str_decoded_path);
151194     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_19);
151195     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_20_consts_0);
151196     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_20_consts_2);
151197     _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_importer);
151198     _PyStaticUnicode_Dealloc((PyObject *)&const_str_imp);
151199     _PyStaticUnicode_Dealloc((PyObject *)&const_str_NullImporter);
151200     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_name);
151201     _PyStaticUnicode_Dealloc((PyObject *)&const_str_importer);
151202     _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_NullImporter);
151203     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_20);
151204     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_23);
151205     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_names_2);
151206     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_names_4);
151207     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel);
151208     _PyStaticUnicode_Dealloc((PyObject *)&const_str_TestFrozenUtf8_1);
151209     _PyStaticUnicode_Dealloc((PyObject *)&__hello___toplevel_consts_1_consts_1);
151210     _PyStaticUnicode_Dealloc((PyObject *)&__hello___toplevel_consts_1_filename);
151211     _PyStaticCode_Dealloc((PyCodeObject *)&__hello___toplevel_consts_1);
151212     _PyStaticUnicode_Dealloc((PyObject *)&const_str_TestFrozenUtf8_2);
151213     _PyStaticUnicode_Dealloc((PyObject *)&__hello___toplevel_consts_3_consts_1);
151214     _PyStaticCode_Dealloc((PyCodeObject *)&__hello___toplevel_consts_3);
151215     _PyStaticUnicode_Dealloc((PyObject *)&const_str_TestFrozenUtf8_4);
151216     _PyStaticUnicode_Dealloc((PyObject *)&__hello___toplevel_consts_5_consts_1);
151217     _PyStaticCode_Dealloc((PyCodeObject *)&__hello___toplevel_consts_5);
151218     _PyStaticUnicode_Dealloc((PyObject *)&__hello___toplevel_consts_7_consts_1);
151219     _PyStaticCode_Dealloc((PyCodeObject *)&__hello___toplevel_consts_7);
151220     _PyStaticUnicode_Dealloc((PyObject *)&const_str_initialized);
151221     _PyStaticCode_Dealloc((PyCodeObject *)&__hello___toplevel);
151222     _PyStaticUnicode_Dealloc((PyObject *)&__phello___toplevel_consts_1_filename);
151223     _PyStaticCode_Dealloc((PyCodeObject *)&__phello___toplevel_consts_1);
151224     _PyStaticCode_Dealloc((PyCodeObject *)&__phello___toplevel);
151225     _PyStaticUnicode_Dealloc((PyObject *)&__phello___ham_toplevel_filename);
151226     _PyStaticCode_Dealloc((PyCodeObject *)&__phello___ham_toplevel);
151227     _PyStaticUnicode_Dealloc((PyObject *)&__phello___ham_eggs_toplevel_filename);
151228     _PyStaticCode_Dealloc((PyCodeObject *)&__phello___ham_eggs_toplevel);
151229     _PyStaticUnicode_Dealloc((PyObject *)&__phello___spam_toplevel_consts_1_filename);
151230     _PyStaticCode_Dealloc((PyCodeObject *)&__phello___spam_toplevel_consts_1);
151231     _PyStaticCode_Dealloc((PyCodeObject *)&__phello___spam_toplevel);
151232     _PyStaticUnicode_Dealloc((PyObject *)&frozen_only_toplevel_filename);
151233     _PyStaticCode_Dealloc((PyCodeObject *)&frozen_only_toplevel);
151234 }
151235 int
_Py_Deepfreeze_Init(void)151236 _Py_Deepfreeze_Init(void) {
151237     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_1) < 0) {
151238         return -1;
151239     }
151240     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_3) < 0) {
151241         return -1;
151242     }
151243     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_4) < 0) {
151244         return -1;
151245     }
151246     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_5) < 0) {
151247         return -1;
151248     }
151249     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_2) < 0) {
151250         return -1;
151251     }
151252     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_3) < 0) {
151253         return -1;
151254     }
151255     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_4) < 0) {
151256         return -1;
151257     }
151258     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_5) < 0) {
151259         return -1;
151260     }
151261     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_6) < 0) {
151262         return -1;
151263     }
151264     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7) < 0) {
151265         return -1;
151266     }
151267     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9_consts_2) < 0) {
151268         return -1;
151269     }
151270     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9_consts_3) < 0) {
151271         return -1;
151272     }
151273     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9_consts_4) < 0) {
151274         return -1;
151275     }
151276     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9_consts_5) < 0) {
151277         return -1;
151278     }
151279     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9) < 0) {
151280         return -1;
151281     }
151282     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_11_consts_1) < 0) {
151283         return -1;
151284     }
151285     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_11_consts_2) < 0) {
151286         return -1;
151287     }
151288     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_11_consts_3) < 0) {
151289         return -1;
151290     }
151291     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_11) < 0) {
151292         return -1;
151293     }
151294     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_13_consts_2) < 0) {
151295         return -1;
151296     }
151297     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_13) < 0) {
151298         return -1;
151299     }
151300     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_14) < 0) {
151301         return -1;
151302     }
151303     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_15) < 0) {
151304         return -1;
151305     }
151306     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_18) < 0) {
151307         return -1;
151308     }
151309     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_19_consts_1) < 0) {
151310         return -1;
151311     }
151312     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_19) < 0) {
151313         return -1;
151314     }
151315     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_20_consts_1) < 0) {
151316         return -1;
151317     }
151318     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_20) < 0) {
151319         return -1;
151320     }
151321     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_21) < 0) {
151322         return -1;
151323     }
151324     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_22) < 0) {
151325         return -1;
151326     }
151327     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_4) < 0) {
151328         return -1;
151329     }
151330     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_5) < 0) {
151331         return -1;
151332     }
151333     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_6) < 0) {
151334         return -1;
151335     }
151336     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_7) < 0) {
151337         return -1;
151338     }
151339     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_8) < 0) {
151340         return -1;
151341     }
151342     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_9) < 0) {
151343         return -1;
151344     }
151345     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_10) < 0) {
151346         return -1;
151347     }
151348     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_11) < 0) {
151349         return -1;
151350     }
151351     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23) < 0) {
151352         return -1;
151353     }
151354     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_26) < 0) {
151355         return -1;
151356     }
151357     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_27) < 0) {
151358         return -1;
151359     }
151360     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_30) < 0) {
151361         return -1;
151362     }
151363     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_31) < 0) {
151364         return -1;
151365     }
151366     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_32) < 0) {
151367         return -1;
151368     }
151369     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_33) < 0) {
151370         return -1;
151371     }
151372     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_34) < 0) {
151373         return -1;
151374     }
151375     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_35) < 0) {
151376         return -1;
151377     }
151378     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_36) < 0) {
151379         return -1;
151380     }
151381     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_3) < 0) {
151382         return -1;
151383     }
151384     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_5) < 0) {
151385         return -1;
151386     }
151387     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_6) < 0) {
151388         return -1;
151389     }
151390     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_7) < 0) {
151391         return -1;
151392     }
151393     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_8) < 0) {
151394         return -1;
151395     }
151396     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_9) < 0) {
151397         return -1;
151398     }
151399     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_10) < 0) {
151400         return -1;
151401     }
151402     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_11) < 0) {
151403         return -1;
151404     }
151405     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37) < 0) {
151406         return -1;
151407     }
151408     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_3) < 0) {
151409         return -1;
151410     }
151411     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_4) < 0) {
151412         return -1;
151413     }
151414     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_7) < 0) {
151415         return -1;
151416     }
151417     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_8) < 0) {
151418         return -1;
151419     }
151420     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_9) < 0) {
151421         return -1;
151422     }
151423     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_10) < 0) {
151424         return -1;
151425     }
151426     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_11) < 0) {
151427         return -1;
151428     }
151429     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_12) < 0) {
151430         return -1;
151431     }
151432     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_13) < 0) {
151433         return -1;
151434     }
151435     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_14) < 0) {
151436         return -1;
151437     }
151438     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_15) < 0) {
151439         return -1;
151440     }
151441     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39) < 0) {
151442         return -1;
151443     }
151444     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_41_consts_2) < 0) {
151445         return -1;
151446     }
151447     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_41_consts_3) < 0) {
151448         return -1;
151449     }
151450     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_41) < 0) {
151451         return -1;
151452     }
151453     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_43) < 0) {
151454         return -1;
151455     }
151456     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_44) < 0) {
151457         return -1;
151458     }
151459     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_45) < 0) {
151460         return -1;
151461     }
151462     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_46) < 0) {
151463         return -1;
151464     }
151465     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_49) < 0) {
151466         return -1;
151467     }
151468     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_50) < 0) {
151469         return -1;
151470     }
151471     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_52) < 0) {
151472         return -1;
151473     }
151474     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_54) < 0) {
151475         return -1;
151476     }
151477     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_55) < 0) {
151478         return -1;
151479     }
151480     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_57) < 0) {
151481         return -1;
151482     }
151483     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_58) < 0) {
151484         return -1;
151485     }
151486     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_59) < 0) {
151487         return -1;
151488     }
151489     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_60) < 0) {
151490         return -1;
151491     }
151492     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_61) < 0) {
151493         return -1;
151494     }
151495     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel) < 0) {
151496         return -1;
151497     }
151498     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_6) < 0) {
151499         return -1;
151500     }
151501     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_8) < 0) {
151502         return -1;
151503     }
151504     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_11_consts_3) < 0) {
151505         return -1;
151506     }
151507     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_11_consts_4) < 0) {
151508         return -1;
151509     }
151510     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_11) < 0) {
151511         return -1;
151512     }
151513     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_12) < 0) {
151514         return -1;
151515     }
151516     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_13) < 0) {
151517         return -1;
151518     }
151519     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_14) < 0) {
151520         return -1;
151521     }
151522     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_15_consts_5) < 0) {
151523         return -1;
151524     }
151525     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_15) < 0) {
151526         return -1;
151527     }
151528     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_16_consts_1) < 0) {
151529         return -1;
151530     }
151531     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_16) < 0) {
151532         return -1;
151533     }
151534     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_17_consts_1) < 0) {
151535         return -1;
151536     }
151537     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_17) < 0) {
151538         return -1;
151539     }
151540     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_18) < 0) {
151541         return -1;
151542     }
151543     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_19) < 0) {
151544         return -1;
151545     }
151546     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_20) < 0) {
151547         return -1;
151548     }
151549     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_21) < 0) {
151550         return -1;
151551     }
151552     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_22) < 0) {
151553         return -1;
151554     }
151555     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_23) < 0) {
151556         return -1;
151557     }
151558     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_25) < 0) {
151559         return -1;
151560     }
151561     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_36) < 0) {
151562         return -1;
151563     }
151564     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_37) < 0) {
151565         return -1;
151566     }
151567     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_38) < 0) {
151568         return -1;
151569     }
151570     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_39) < 0) {
151571         return -1;
151572     }
151573     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_40) < 0) {
151574         return -1;
151575     }
151576     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_41_consts_2) < 0) {
151577         return -1;
151578     }
151579     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_41_consts_3) < 0) {
151580         return -1;
151581     }
151582     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_41) < 0) {
151583         return -1;
151584     }
151585     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_42) < 0) {
151586         return -1;
151587     }
151588     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_43) < 0) {
151589         return -1;
151590     }
151591     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_44) < 0) {
151592         return -1;
151593     }
151594     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_45) < 0) {
151595         return -1;
151596     }
151597     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_46) < 0) {
151598         return -1;
151599     }
151600     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_47) < 0) {
151601         return -1;
151602     }
151603     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_49) < 0) {
151604         return -1;
151605     }
151606     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_50) < 0) {
151607         return -1;
151608     }
151609     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_52) < 0) {
151610         return -1;
151611     }
151612     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_5) < 0) {
151613         return -1;
151614     }
151615     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_6) < 0) {
151616         return -1;
151617     }
151618     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_8) < 0) {
151619         return -1;
151620     }
151621     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_9) < 0) {
151622         return -1;
151623     }
151624     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53) < 0) {
151625         return -1;
151626     }
151627     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_2) < 0) {
151628         return -1;
151629     }
151630     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_3) < 0) {
151631         return -1;
151632     }
151633     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_4) < 0) {
151634         return -1;
151635     }
151636     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_5) < 0) {
151637         return -1;
151638     }
151639     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55) < 0) {
151640         return -1;
151641     }
151642     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_1) < 0) {
151643         return -1;
151644     }
151645     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_2) < 0) {
151646         return -1;
151647     }
151648     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_3) < 0) {
151649         return -1;
151650     }
151651     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_4) < 0) {
151652         return -1;
151653     }
151654     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_5) < 0) {
151655         return -1;
151656     }
151657     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_8) < 0) {
151658         return -1;
151659     }
151660     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_9) < 0) {
151661         return -1;
151662     }
151663     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57) < 0) {
151664         return -1;
151665     }
151666     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_2) < 0) {
151667         return -1;
151668     }
151669     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_3) < 0) {
151670         return -1;
151671     }
151672     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_4) < 0) {
151673         return -1;
151674     }
151675     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_5) < 0) {
151676         return -1;
151677     }
151678     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_6) < 0) {
151679         return -1;
151680     }
151681     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_7) < 0) {
151682         return -1;
151683     }
151684     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_8) < 0) {
151685         return -1;
151686     }
151687     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59) < 0) {
151688         return -1;
151689     }
151690     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_2) < 0) {
151691         return -1;
151692     }
151693     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_3) < 0) {
151694         return -1;
151695     }
151696     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_6) < 0) {
151697         return -1;
151698     }
151699     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_61) < 0) {
151700         return -1;
151701     }
151702     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_63_consts_2) < 0) {
151703         return -1;
151704     }
151705     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_63_consts_3) < 0) {
151706         return -1;
151707     }
151708     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_63) < 0) {
151709         return -1;
151710     }
151711     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_2) < 0) {
151712         return -1;
151713     }
151714     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_3) < 0) {
151715         return -1;
151716     }
151717     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_4) < 0) {
151718         return -1;
151719     }
151720     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_5) < 0) {
151721         return -1;
151722     }
151723     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_6) < 0) {
151724         return -1;
151725     }
151726     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2) < 0) {
151727         return -1;
151728     }
151729     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_7) < 0) {
151730         return -1;
151731     }
151732     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_8) < 0) {
151733         return -1;
151734     }
151735     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_9) < 0) {
151736         return -1;
151737     }
151738     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_10) < 0) {
151739         return -1;
151740     }
151741     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65) < 0) {
151742         return -1;
151743     }
151744     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_3) < 0) {
151745         return -1;
151746     }
151747     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_4) < 0) {
151748         return -1;
151749     }
151750     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_5) < 0) {
151751         return -1;
151752     }
151753     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_6) < 0) {
151754         return -1;
151755     }
151756     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_7) < 0) {
151757         return -1;
151758     }
151759     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_8) < 0) {
151760         return -1;
151761     }
151762     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_9) < 0) {
151763         return -1;
151764     }
151765     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_10) < 0) {
151766         return -1;
151767     }
151768     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_11) < 0) {
151769         return -1;
151770     }
151771     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_12) < 0) {
151772         return -1;
151773     }
151774     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_13) < 0) {
151775         return -1;
151776     }
151777     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67) < 0) {
151778         return -1;
151779     }
151780     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_1) < 0) {
151781         return -1;
151782     }
151783     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_2) < 0) {
151784         return -1;
151785     }
151786     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_3) < 0) {
151787         return -1;
151788     }
151789     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_4) < 0) {
151790         return -1;
151791     }
151792     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_5) < 0) {
151793         return -1;
151794     }
151795     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_6) < 0) {
151796         return -1;
151797     }
151798     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_7) < 0) {
151799         return -1;
151800     }
151801     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_8) < 0) {
151802         return -1;
151803     }
151804     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_9) < 0) {
151805         return -1;
151806     }
151807     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69) < 0) {
151808         return -1;
151809     }
151810     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_2) < 0) {
151811         return -1;
151812     }
151813     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_3) < 0) {
151814         return -1;
151815     }
151816     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_4) < 0) {
151817         return -1;
151818     }
151819     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_5) < 0) {
151820         return -1;
151821     }
151822     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_7) < 0) {
151823         return -1;
151824     }
151825     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_8) < 0) {
151826         return -1;
151827     }
151828     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_9) < 0) {
151829         return -1;
151830     }
151831     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_10) < 0) {
151832         return -1;
151833     }
151834     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71) < 0) {
151835         return -1;
151836     }
151837     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1) < 0) {
151838         return -1;
151839     }
151840     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_2) < 0) {
151841         return -1;
151842     }
151843     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_3) < 0) {
151844         return -1;
151845     }
151846     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_4) < 0) {
151847         return -1;
151848     }
151849     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_5) < 0) {
151850         return -1;
151851     }
151852     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_7) < 0) {
151853         return -1;
151854     }
151855     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4) < 0) {
151856         return -1;
151857     }
151858     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_8) < 0) {
151859         return -1;
151860     }
151861     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1) < 0) {
151862         return -1;
151863     }
151864     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_9) < 0) {
151865         return -1;
151866     }
151867     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_10) < 0) {
151868         return -1;
151869     }
151870     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73) < 0) {
151871         return -1;
151872     }
151873     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_75) < 0) {
151874         return -1;
151875     }
151876     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_76) < 0) {
151877         return -1;
151878     }
151879     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_77) < 0) {
151880         return -1;
151881     }
151882     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_78) < 0) {
151883         return -1;
151884     }
151885     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel) < 0) {
151886         return -1;
151887     }
151888     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_7) < 0) {
151889         return -1;
151890     }
151891     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_2) < 0) {
151892         return -1;
151893     }
151894     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_4) < 0) {
151895         return -1;
151896     }
151897     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_5) < 0) {
151898         return -1;
151899     }
151900     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_6) < 0) {
151901         return -1;
151902     }
151903     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_7) < 0) {
151904         return -1;
151905     }
151906     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_8) < 0) {
151907         return -1;
151908     }
151909     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_9) < 0) {
151910         return -1;
151911     }
151912     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_10) < 0) {
151913         return -1;
151914     }
151915     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_11) < 0) {
151916         return -1;
151917     }
151918     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_12) < 0) {
151919         return -1;
151920     }
151921     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_13) < 0) {
151922         return -1;
151923     }
151924     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_14) < 0) {
151925         return -1;
151926     }
151927     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_15) < 0) {
151928         return -1;
151929     }
151930     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11) < 0) {
151931         return -1;
151932     }
151933     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_18) < 0) {
151934         return -1;
151935     }
151936     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_19) < 0) {
151937         return -1;
151938     }
151939     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_20) < 0) {
151940         return -1;
151941     }
151942     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_21) < 0) {
151943         return -1;
151944     }
151945     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_23) < 0) {
151946         return -1;
151947     }
151948     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_24) < 0) {
151949         return -1;
151950     }
151951     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_25) < 0) {
151952         return -1;
151953     }
151954     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_26) < 0) {
151955         return -1;
151956     }
151957     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_27) < 0) {
151958         return -1;
151959     }
151960     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_28) < 0) {
151961         return -1;
151962     }
151963     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_29) < 0) {
151964         return -1;
151965     }
151966     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_30) < 0) {
151967         return -1;
151968     }
151969     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_31) < 0) {
151970         return -1;
151971     }
151972     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_32) < 0) {
151973         return -1;
151974     }
151975     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel) < 0) {
151976         return -1;
151977     }
151978     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_1) < 0) {
151979         return -1;
151980     }
151981     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_2_consts_3) < 0) {
151982         return -1;
151983     }
151984     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_2) < 0) {
151985         return -1;
151986     }
151987     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_4_consts_3) < 0) {
151988         return -1;
151989     }
151990     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_4) < 0) {
151991         return -1;
151992     }
151993     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_6) < 0) {
151994         return -1;
151995     }
151996     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_10_consts_2) < 0) {
151997         return -1;
151998     }
151999     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_10_consts_3) < 0) {
152000         return -1;
152001     }
152002     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_10_consts_4) < 0) {
152003         return -1;
152004     }
152005     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_10_consts_5) < 0) {
152006         return -1;
152007     }
152008     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_10_consts_7) < 0) {
152009         return -1;
152010     }
152011     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_10_consts_8) < 0) {
152012         return -1;
152013     }
152014     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_10_consts_9) < 0) {
152015         return -1;
152016     }
152017     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_10) < 0) {
152018         return -1;
152019     }
152020     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_14) < 0) {
152021         return -1;
152022     }
152023     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_15) < 0) {
152024         return -1;
152025     }
152026     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel) < 0) {
152027         return -1;
152028     }
152029     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_12_consts_5) < 0) {
152030         return -1;
152031     }
152032     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_12_consts_6) < 0) {
152033         return -1;
152034     }
152035     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_12) < 0) {
152036         return -1;
152037     }
152038     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_14_consts_3) < 0) {
152039         return -1;
152040     }
152041     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_14_consts_4) < 0) {
152042         return -1;
152043     }
152044     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_14) < 0) {
152045         return -1;
152046     }
152047     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_16_consts_3) < 0) {
152048         return -1;
152049     }
152050     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_16_consts_5) < 0) {
152051         return -1;
152052     }
152053     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_16_consts_6) < 0) {
152054         return -1;
152055     }
152056     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_16_consts_7) < 0) {
152057         return -1;
152058     }
152059     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_16_consts_8) < 0) {
152060         return -1;
152061     }
152062     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_16) < 0) {
152063         return -1;
152064     }
152065     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_18_consts_3) < 0) {
152066         return -1;
152067     }
152068     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_18_consts_4) < 0) {
152069         return -1;
152070     }
152071     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_18_consts_6) < 0) {
152072         return -1;
152073     }
152074     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_18_consts_7) < 0) {
152075         return -1;
152076     }
152077     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_18_consts_8) < 0) {
152078         return -1;
152079     }
152080     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_18_consts_9) < 0) {
152081         return -1;
152082     }
152083     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_18) < 0) {
152084         return -1;
152085     }
152086     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_20_consts_3) < 0) {
152087         return -1;
152088     }
152089     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_20_consts_5) < 0) {
152090         return -1;
152091     }
152092     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_20_consts_6) < 0) {
152093         return -1;
152094     }
152095     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_20_consts_7) < 0) {
152096         return -1;
152097     }
152098     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_20_consts_8) < 0) {
152099         return -1;
152100     }
152101     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_20) < 0) {
152102         return -1;
152103     }
152104     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_22_consts_3) < 0) {
152105         return -1;
152106     }
152107     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_22_consts_4) < 0) {
152108         return -1;
152109     }
152110     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_22_consts_6) < 0) {
152111         return -1;
152112     }
152113     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_22_consts_7) < 0) {
152114         return -1;
152115     }
152116     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_22_consts_8) < 0) {
152117         return -1;
152118     }
152119     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_22_consts_9) < 0) {
152120         return -1;
152121     }
152122     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_22) < 0) {
152123         return -1;
152124     }
152125     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_24_consts_2) < 0) {
152126         return -1;
152127     }
152128     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_24_consts_3) < 0) {
152129         return -1;
152130     }
152131     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_24_consts_4) < 0) {
152132         return -1;
152133     }
152134     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_24_consts_5) < 0) {
152135         return -1;
152136     }
152137     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_24_consts_7) < 0) {
152138         return -1;
152139     }
152140     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_24_consts_8) < 0) {
152141         return -1;
152142     }
152143     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_24_consts_9) < 0) {
152144         return -1;
152145     }
152146     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_24_consts_10) < 0) {
152147         return -1;
152148     }
152149     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_24) < 0) {
152150         return -1;
152151     }
152152     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_2) < 0) {
152153         return -1;
152154     }
152155     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_3) < 0) {
152156         return -1;
152157     }
152158     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_6) < 0) {
152159         return -1;
152160     }
152161     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_9) < 0) {
152162         return -1;
152163     }
152164     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_10) < 0) {
152165         return -1;
152166     }
152167     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_11) < 0) {
152168         return -1;
152169     }
152170     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_13) < 0) {
152171         return -1;
152172     }
152173     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_14) < 0) {
152174         return -1;
152175     }
152176     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_15) < 0) {
152177         return -1;
152178     }
152179     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_16) < 0) {
152180         return -1;
152181     }
152182     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_17) < 0) {
152183         return -1;
152184     }
152185     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_18) < 0) {
152186         return -1;
152187     }
152188     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26) < 0) {
152189         return -1;
152190     }
152191     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_4) < 0) {
152192         return -1;
152193     }
152194     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_6) < 0) {
152195         return -1;
152196     }
152197     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_8) < 0) {
152198         return -1;
152199     }
152200     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_9) < 0) {
152201         return -1;
152202     }
152203     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_10) < 0) {
152204         return -1;
152205     }
152206     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_11) < 0) {
152207         return -1;
152208     }
152209     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_12) < 0) {
152210         return -1;
152211     }
152212     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_13) < 0) {
152213         return -1;
152214     }
152215     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_14) < 0) {
152216         return -1;
152217     }
152218     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_16) < 0) {
152219         return -1;
152220     }
152221     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_17) < 0) {
152222         return -1;
152223     }
152224     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_18) < 0) {
152225         return -1;
152226     }
152227     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_19) < 0) {
152228         return -1;
152229     }
152230     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28) < 0) {
152231         return -1;
152232     }
152233     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_4) < 0) {
152234         return -1;
152235     }
152236     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_6) < 0) {
152237         return -1;
152238     }
152239     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_8) < 0) {
152240         return -1;
152241     }
152242     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_9) < 0) {
152243         return -1;
152244     }
152245     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_10) < 0) {
152246         return -1;
152247     }
152248     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_11) < 0) {
152249         return -1;
152250     }
152251     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_12) < 0) {
152252         return -1;
152253     }
152254     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_13) < 0) {
152255         return -1;
152256     }
152257     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_14) < 0) {
152258         return -1;
152259     }
152260     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_16) < 0) {
152261         return -1;
152262     }
152263     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_17) < 0) {
152264         return -1;
152265     }
152266     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_18) < 0) {
152267         return -1;
152268     }
152269     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_19) < 0) {
152270         return -1;
152271     }
152272     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30) < 0) {
152273         return -1;
152274     }
152275     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_35) < 0) {
152276         return -1;
152277     }
152278     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_36) < 0) {
152279         return -1;
152280     }
152281     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_37) < 0) {
152282         return -1;
152283     }
152284     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_38) < 0) {
152285         return -1;
152286     }
152287     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_39) < 0) {
152288         return -1;
152289     }
152290     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_40) < 0) {
152291         return -1;
152292     }
152293     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_41) < 0) {
152294         return -1;
152295     }
152296     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_42) < 0) {
152297         return -1;
152298     }
152299     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_43) < 0) {
152300         return -1;
152301     }
152302     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_44) < 0) {
152303         return -1;
152304     }
152305     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_45_consts_1) < 0) {
152306         return -1;
152307     }
152308     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_45) < 0) {
152309         return -1;
152310     }
152311     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_46) < 0) {
152312         return -1;
152313     }
152314     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel) < 0) {
152315         return -1;
152316     }
152317     if (_PyStaticCode_InternStrings((PyCodeObject *)&io_toplevel_consts_6) < 0) {
152318         return -1;
152319     }
152320     if (_PyStaticCode_InternStrings((PyCodeObject *)&io_toplevel_consts_10) < 0) {
152321         return -1;
152322     }
152323     if (_PyStaticCode_InternStrings((PyCodeObject *)&io_toplevel_consts_13) < 0) {
152324         return -1;
152325     }
152326     if (_PyStaticCode_InternStrings((PyCodeObject *)&io_toplevel_consts_15) < 0) {
152327         return -1;
152328     }
152329     if (_PyStaticCode_InternStrings((PyCodeObject *)&io_toplevel_consts_17) < 0) {
152330         return -1;
152331     }
152332     if (_PyStaticCode_InternStrings((PyCodeObject *)&io_toplevel) < 0) {
152333         return -1;
152334     }
152335     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_5) < 0) {
152336         return -1;
152337     }
152338     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_13) < 0) {
152339         return -1;
152340     }
152341     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_14) < 0) {
152342         return -1;
152343     }
152344     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_15) < 0) {
152345         return -1;
152346     }
152347     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_16) < 0) {
152348         return -1;
152349     }
152350     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_17_consts_2) < 0) {
152351         return -1;
152352     }
152353     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_17_consts_3) < 0) {
152354         return -1;
152355     }
152356     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_17) < 0) {
152357         return -1;
152358     }
152359     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_20_consts_2) < 0) {
152360         return -1;
152361     }
152362     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_20_consts_3) < 0) {
152363         return -1;
152364     }
152365     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_20) < 0) {
152366         return -1;
152367     }
152368     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_22_consts_2) < 0) {
152369         return -1;
152370     }
152371     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_22_consts_4) < 0) {
152372         return -1;
152373     }
152374     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_22_consts_5) < 0) {
152375         return -1;
152376     }
152377     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_22_consts_6) < 0) {
152378         return -1;
152379     }
152380     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_22) < 0) {
152381         return -1;
152382     }
152383     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_24_consts_2) < 0) {
152384         return -1;
152385     }
152386     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_24_consts_3) < 0) {
152387         return -1;
152388     }
152389     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_24) < 0) {
152390         return -1;
152391     }
152392     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_26_consts_2) < 0) {
152393         return -1;
152394     }
152395     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_26_consts_3) < 0) {
152396         return -1;
152397     }
152398     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_26_consts_4) < 0) {
152399         return -1;
152400     }
152401     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_26) < 0) {
152402         return -1;
152403     }
152404     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_2) < 0) {
152405         return -1;
152406     }
152407     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_3) < 0) {
152408         return -1;
152409     }
152410     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_5) < 0) {
152411         return -1;
152412     }
152413     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_6) < 0) {
152414         return -1;
152415     }
152416     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_7) < 0) {
152417         return -1;
152418     }
152419     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_28) < 0) {
152420         return -1;
152421     }
152422     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_30_consts_2) < 0) {
152423         return -1;
152424     }
152425     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_30_consts_3) < 0) {
152426         return -1;
152427     }
152428     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_30) < 0) {
152429         return -1;
152430     }
152431     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_32_consts_2) < 0) {
152432         return -1;
152433     }
152434     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_32_consts_3) < 0) {
152435         return -1;
152436     }
152437     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_32_consts_4) < 0) {
152438         return -1;
152439     }
152440     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_32) < 0) {
152441         return -1;
152442     }
152443     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_34_consts_2) < 0) {
152444         return -1;
152445     }
152446     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_34_consts_3) < 0) {
152447         return -1;
152448     }
152449     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_34) < 0) {
152450         return -1;
152451     }
152452     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_2) < 0) {
152453         return -1;
152454     }
152455     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_3) < 0) {
152456         return -1;
152457     }
152458     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_5) < 0) {
152459         return -1;
152460     }
152461     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_6) < 0) {
152462         return -1;
152463     }
152464     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_7) < 0) {
152465         return -1;
152466     }
152467     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_36) < 0) {
152468         return -1;
152469     }
152470     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_38_consts_2) < 0) {
152471         return -1;
152472     }
152473     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_38_consts_3) < 0) {
152474         return -1;
152475     }
152476     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_38) < 0) {
152477         return -1;
152478     }
152479     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_40_consts_2) < 0) {
152480         return -1;
152481     }
152482     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_40_consts_3) < 0) {
152483         return -1;
152484     }
152485     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_40) < 0) {
152486         return -1;
152487     }
152488     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_42_consts_2) < 0) {
152489         return -1;
152490     }
152491     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_42) < 0) {
152492         return -1;
152493     }
152494     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_3) < 0) {
152495         return -1;
152496     }
152497     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_4_consts_5) < 0) {
152498         return -1;
152499     }
152500     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_4) < 0) {
152501         return -1;
152502     }
152503     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_5) < 0) {
152504         return -1;
152505     }
152506     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_6) < 0) {
152507         return -1;
152508     }
152509     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_44) < 0) {
152510         return -1;
152511     }
152512     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_46_consts_4) < 0) {
152513         return -1;
152514     }
152515     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_46) < 0) {
152516         return -1;
152517     }
152518     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_47) < 0) {
152519         return -1;
152520     }
152521     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_48_consts_2) < 0) {
152522         return -1;
152523     }
152524     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_48_consts_3) < 0) {
152525         return -1;
152526     }
152527     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_48) < 0) {
152528         return -1;
152529     }
152530     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_3) < 0) {
152531         return -1;
152532     }
152533     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_4) < 0) {
152534         return -1;
152535     }
152536     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_5) < 0) {
152537         return -1;
152538     }
152539     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_6) < 0) {
152540         return -1;
152541     }
152542     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_7) < 0) {
152543         return -1;
152544     }
152545     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_8) < 0) {
152546         return -1;
152547     }
152548     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_9_consts_1) < 0) {
152549         return -1;
152550     }
152551     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_9) < 0) {
152552         return -1;
152553     }
152554     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_10) < 0) {
152555         return -1;
152556     }
152557     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_11_consts_1) < 0) {
152558         return -1;
152559     }
152560     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_11) < 0) {
152561         return -1;
152562     }
152563     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_12_consts_1) < 0) {
152564         return -1;
152565     }
152566     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_12) < 0) {
152567         return -1;
152568     }
152569     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_13_consts_1) < 0) {
152570         return -1;
152571     }
152572     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_13) < 0) {
152573         return -1;
152574     }
152575     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_14) < 0) {
152576         return -1;
152577     }
152578     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_15) < 0) {
152579         return -1;
152580     }
152581     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50) < 0) {
152582         return -1;
152583     }
152584     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_3) < 0) {
152585         return -1;
152586     }
152587     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_4) < 0) {
152588         return -1;
152589     }
152590     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_5) < 0) {
152591         return -1;
152592     }
152593     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_6) < 0) {
152594         return -1;
152595     }
152596     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_7) < 0) {
152597         return -1;
152598     }
152599     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_8) < 0) {
152600         return -1;
152601     }
152602     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_9) < 0) {
152603         return -1;
152604     }
152605     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_10) < 0) {
152606         return -1;
152607     }
152608     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_11) < 0) {
152609         return -1;
152610     }
152611     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52) < 0) {
152612         return -1;
152613     }
152614     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_4) < 0) {
152615         return -1;
152616     }
152617     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_6) < 0) {
152618         return -1;
152619     }
152620     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_7) < 0) {
152621         return -1;
152622     }
152623     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_8) < 0) {
152624         return -1;
152625     }
152626     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_9) < 0) {
152627         return -1;
152628     }
152629     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_10) < 0) {
152630         return -1;
152631     }
152632     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_11) < 0) {
152633         return -1;
152634     }
152635     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_54) < 0) {
152636         return -1;
152637     }
152638     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_56_consts_2) < 0) {
152639         return -1;
152640     }
152641     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_56_consts_3) < 0) {
152642         return -1;
152643     }
152644     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_56_consts_4) < 0) {
152645         return -1;
152646     }
152647     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_56) < 0) {
152648         return -1;
152649     }
152650     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_58_consts_2) < 0) {
152651         return -1;
152652     }
152653     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_58_consts_3) < 0) {
152654         return -1;
152655     }
152656     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_58_consts_4) < 0) {
152657         return -1;
152658     }
152659     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_58) < 0) {
152660         return -1;
152661     }
152662     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_60_consts_2) < 0) {
152663         return -1;
152664     }
152665     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_60_consts_3) < 0) {
152666         return -1;
152667     }
152668     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_60_consts_4) < 0) {
152669         return -1;
152670     }
152671     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_60) < 0) {
152672         return -1;
152673     }
152674     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_62_consts_2) < 0) {
152675         return -1;
152676     }
152677     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_62_consts_3) < 0) {
152678         return -1;
152679     }
152680     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_62) < 0) {
152681         return -1;
152682     }
152683     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_3) < 0) {
152684         return -1;
152685     }
152686     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_4) < 0) {
152687         return -1;
152688     }
152689     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_5) < 0) {
152690         return -1;
152691     }
152692     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_6) < 0) {
152693         return -1;
152694     }
152695     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_7) < 0) {
152696         return -1;
152697     }
152698     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_8) < 0) {
152699         return -1;
152700     }
152701     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_10) < 0) {
152702         return -1;
152703     }
152704     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_64) < 0) {
152705         return -1;
152706     }
152707     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_4) < 0) {
152708         return -1;
152709     }
152710     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_5) < 0) {
152711         return -1;
152712     }
152713     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_6) < 0) {
152714         return -1;
152715     }
152716     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_7) < 0) {
152717         return -1;
152718     }
152719     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_10) < 0) {
152720         return -1;
152721     }
152722     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_11_consts_1) < 0) {
152723         return -1;
152724     }
152725     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_11) < 0) {
152726         return -1;
152727     }
152728     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_66) < 0) {
152729         return -1;
152730     }
152731     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_68) < 0) {
152732         return -1;
152733     }
152734     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_3) < 0) {
152735         return -1;
152736     }
152737     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_4) < 0) {
152738         return -1;
152739     }
152740     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_5) < 0) {
152741         return -1;
152742     }
152743     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_6) < 0) {
152744         return -1;
152745     }
152746     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_7) < 0) {
152747         return -1;
152748     }
152749     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_8) < 0) {
152750         return -1;
152751     }
152752     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_9) < 0) {
152753         return -1;
152754     }
152755     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_11) < 0) {
152756         return -1;
152757     }
152758     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_12) < 0) {
152759         return -1;
152760     }
152761     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_13) < 0) {
152762         return -1;
152763     }
152764     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70) < 0) {
152765         return -1;
152766     }
152767     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel) < 0) {
152768         return -1;
152769     }
152770     if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_3_consts_1) < 0) {
152771         return -1;
152772     }
152773     if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_3_consts_2) < 0) {
152774         return -1;
152775     }
152776     if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_3_consts_4) < 0) {
152777         return -1;
152778     }
152779     if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_3) < 0) {
152780         return -1;
152781     }
152782     if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_4_consts_2) < 0) {
152783         return -1;
152784     }
152785     if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_4) < 0) {
152786         return -1;
152787     }
152788     if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_5) < 0) {
152789         return -1;
152790     }
152791     if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_6) < 0) {
152792         return -1;
152793     }
152794     if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_7) < 0) {
152795         return -1;
152796     }
152797     if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_5) < 0) {
152798         return -1;
152799     }
152800     if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_7_consts_2) < 0) {
152801         return -1;
152802     }
152803     if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_7_consts_3) < 0) {
152804         return -1;
152805     }
152806     if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_7) < 0) {
152807         return -1;
152808     }
152809     if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel) < 0) {
152810         return -1;
152811     }
152812     if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_4) < 0) {
152813         return -1;
152814     }
152815     if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_5) < 0) {
152816         return -1;
152817     }
152818     if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_6) < 0) {
152819         return -1;
152820     }
152821     if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_7) < 0) {
152822         return -1;
152823     }
152824     if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_8) < 0) {
152825         return -1;
152826     }
152827     if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_9) < 0) {
152828         return -1;
152829     }
152830     if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_10) < 0) {
152831         return -1;
152832     }
152833     if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_11) < 0) {
152834         return -1;
152835     }
152836     if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_12) < 0) {
152837         return -1;
152838     }
152839     if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_13) < 0) {
152840         return -1;
152841     }
152842     if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_14) < 0) {
152843         return -1;
152844     }
152845     if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_15) < 0) {
152846         return -1;
152847     }
152848     if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_16) < 0) {
152849         return -1;
152850     }
152851     if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel) < 0) {
152852         return -1;
152853     }
152854     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_12) < 0) {
152855         return -1;
152856     }
152857     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_14) < 0) {
152858         return -1;
152859     }
152860     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_15) < 0) {
152861         return -1;
152862     }
152863     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_16) < 0) {
152864         return -1;
152865     }
152866     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_17) < 0) {
152867         return -1;
152868     }
152869     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_18) < 0) {
152870         return -1;
152871     }
152872     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_19) < 0) {
152873         return -1;
152874     }
152875     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_20) < 0) {
152876         return -1;
152877     }
152878     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_21) < 0) {
152879         return -1;
152880     }
152881     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_22) < 0) {
152882         return -1;
152883     }
152884     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_23) < 0) {
152885         return -1;
152886     }
152887     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_24) < 0) {
152888         return -1;
152889     }
152890     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_26) < 0) {
152891         return -1;
152892     }
152893     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_27) < 0) {
152894         return -1;
152895     }
152896     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_28) < 0) {
152897         return -1;
152898     }
152899     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_30) < 0) {
152900         return -1;
152901     }
152902     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_31) < 0) {
152903         return -1;
152904     }
152905     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_32) < 0) {
152906         return -1;
152907     }
152908     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_34) < 0) {
152909         return -1;
152910     }
152911     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_36) < 0) {
152912         return -1;
152913     }
152914     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_37) < 0) {
152915         return -1;
152916     }
152917     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_40) < 0) {
152918         return -1;
152919     }
152920     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_44_consts_11) < 0) {
152921         return -1;
152922     }
152923     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_44_consts_12) < 0) {
152924         return -1;
152925     }
152926     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_44) < 0) {
152927         return -1;
152928     }
152929     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_45_consts_9) < 0) {
152930         return -1;
152931     }
152932     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_45_consts_10) < 0) {
152933         return -1;
152934     }
152935     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_45_consts_11) < 0) {
152936         return -1;
152937     }
152938     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_45_consts_14) < 0) {
152939         return -1;
152940     }
152941     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_45_consts_17) < 0) {
152942         return -1;
152943     }
152944     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_45_consts_18_consts_0) < 0) {
152945         return -1;
152946     }
152947     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_45_consts_18) < 0) {
152948         return -1;
152949     }
152950     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_45) < 0) {
152951         return -1;
152952     }
152953     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel) < 0) {
152954         return -1;
152955     }
152956     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_11) < 0) {
152957         return -1;
152958     }
152959     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_12) < 0) {
152960         return -1;
152961     }
152962     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_13) < 0) {
152963         return -1;
152964     }
152965     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_14) < 0) {
152966         return -1;
152967     }
152968     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_15) < 0) {
152969         return -1;
152970     }
152971     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_16) < 0) {
152972         return -1;
152973     }
152974     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_17) < 0) {
152975         return -1;
152976     }
152977     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_18) < 0) {
152978         return -1;
152979     }
152980     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_19) < 0) {
152981         return -1;
152982     }
152983     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_20) < 0) {
152984         return -1;
152985     }
152986     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_21) < 0) {
152987         return -1;
152988     }
152989     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_22) < 0) {
152990         return -1;
152991     }
152992     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_23) < 0) {
152993         return -1;
152994     }
152995     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_24) < 0) {
152996         return -1;
152997     }
152998     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_26) < 0) {
152999         return -1;
153000     }
153001     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_27) < 0) {
153002         return -1;
153003     }
153004     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_28) < 0) {
153005         return -1;
153006     }
153007     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_31) < 0) {
153008         return -1;
153009     }
153010     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_32) < 0) {
153011         return -1;
153012     }
153013     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_34_consts_9) < 0) {
153014         return -1;
153015     }
153016     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_34_consts_10) < 0) {
153017         return -1;
153018     }
153019     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_34) < 0) {
153020         return -1;
153021     }
153022     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_35_consts_7) < 0) {
153023         return -1;
153024     }
153025     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_35_consts_8) < 0) {
153026         return -1;
153027     }
153028     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_35_consts_11_consts_0) < 0) {
153029         return -1;
153030     }
153031     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_35_consts_11) < 0) {
153032         return -1;
153033     }
153034     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_35) < 0) {
153035         return -1;
153036     }
153037     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel) < 0) {
153038         return -1;
153039     }
153040     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_5) < 0) {
153041         return -1;
153042     }
153043     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_6_consts_1) < 0) {
153044         return -1;
153045     }
153046     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_6) < 0) {
153047         return -1;
153048     }
153049     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_19) < 0) {
153050         return -1;
153051     }
153052     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_80) < 0) {
153053         return -1;
153054     }
153055     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_81) < 0) {
153056         return -1;
153057     }
153058     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_82) < 0) {
153059         return -1;
153060     }
153061     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_85) < 0) {
153062         return -1;
153063     }
153064     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_86) < 0) {
153065         return -1;
153066     }
153067     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_90) < 0) {
153068         return -1;
153069     }
153070     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_91) < 0) {
153071         return -1;
153072     }
153073     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_93) < 0) {
153074         return -1;
153075     }
153076     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_94) < 0) {
153077         return -1;
153078     }
153079     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_95) < 0) {
153080         return -1;
153081     }
153082     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_96) < 0) {
153083         return -1;
153084     }
153085     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_97) < 0) {
153086         return -1;
153087     }
153088     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_98) < 0) {
153089         return -1;
153090     }
153091     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_100) < 0) {
153092         return -1;
153093     }
153094     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_101) < 0) {
153095         return -1;
153096     }
153097     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_1) < 0) {
153098         return -1;
153099     }
153100     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_2) < 0) {
153101         return -1;
153102     }
153103     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_3) < 0) {
153104         return -1;
153105     }
153106     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_4) < 0) {
153107         return -1;
153108     }
153109     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_5) < 0) {
153110         return -1;
153111     }
153112     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_6) < 0) {
153113         return -1;
153114     }
153115     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_7_consts_2) < 0) {
153116         return -1;
153117     }
153118     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_7) < 0) {
153119         return -1;
153120     }
153121     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_8) < 0) {
153122         return -1;
153123     }
153124     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_9) < 0) {
153125         return -1;
153126     }
153127     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_10) < 0) {
153128         return -1;
153129     }
153130     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_11) < 0) {
153131         return -1;
153132     }
153133     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_12) < 0) {
153134         return -1;
153135     }
153136     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103) < 0) {
153137         return -1;
153138     }
153139     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_105_consts_2) < 0) {
153140         return -1;
153141     }
153142     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_105_consts_3) < 0) {
153143         return -1;
153144     }
153145     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_105_consts_4) < 0) {
153146         return -1;
153147     }
153148     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_105_consts_5) < 0) {
153149         return -1;
153150     }
153151     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_105) < 0) {
153152         return -1;
153153     }
153154     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_106) < 0) {
153155         return -1;
153156     }
153157     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_108) < 0) {
153158         return -1;
153159     }
153160     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_109) < 0) {
153161         return -1;
153162     }
153163     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_111_consts_1) < 0) {
153164         return -1;
153165     }
153166     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_111_consts_2) < 0) {
153167         return -1;
153168     }
153169     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_111) < 0) {
153170         return -1;
153171     }
153172     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_116) < 0) {
153173         return -1;
153174     }
153175     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_117) < 0) {
153176         return -1;
153177     }
153178     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_118) < 0) {
153179         return -1;
153180     }
153181     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_119) < 0) {
153182         return -1;
153183     }
153184     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_120) < 0) {
153185         return -1;
153186     }
153187     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_122) < 0) {
153188         return -1;
153189     }
153190     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_123) < 0) {
153191         return -1;
153192     }
153193     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_127) < 0) {
153194         return -1;
153195     }
153196     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_128) < 0) {
153197         return -1;
153198     }
153199     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_134) < 0) {
153200         return -1;
153201     }
153202     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_135_consts_1) < 0) {
153203         return -1;
153204     }
153205     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_135_consts_2) < 0) {
153206         return -1;
153207     }
153208     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_135_consts_3) < 0) {
153209         return -1;
153210     }
153211     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_135_consts_4) < 0) {
153212         return -1;
153213     }
153214     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_135_consts_5) < 0) {
153215         return -1;
153216     }
153217     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_135_consts_6) < 0) {
153218         return -1;
153219     }
153220     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_135) < 0) {
153221         return -1;
153222     }
153223     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_138) < 0) {
153224         return -1;
153225     }
153226     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_139) < 0) {
153227         return -1;
153228     }
153229     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_141_consts_2) < 0) {
153230         return -1;
153231     }
153232     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_141_consts_3) < 0) {
153233         return -1;
153234     }
153235     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_141) < 0) {
153236         return -1;
153237     }
153238     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_143_consts_1) < 0) {
153239         return -1;
153240     }
153241     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_143_consts_2) < 0) {
153242         return -1;
153243     }
153244     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_143_consts_3) < 0) {
153245         return -1;
153246     }
153247     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_143_consts_4) < 0) {
153248         return -1;
153249     }
153250     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_143_consts_5) < 0) {
153251         return -1;
153252     }
153253     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_143) < 0) {
153254         return -1;
153255     }
153256     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_145) < 0) {
153257         return -1;
153258     }
153259     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel) < 0) {
153260         return -1;
153261     }
153262     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_3) < 0) {
153263         return -1;
153264     }
153265     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_4) < 0) {
153266         return -1;
153267     }
153268     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_5) < 0) {
153269         return -1;
153270     }
153271     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_6) < 0) {
153272         return -1;
153273     }
153274     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_7) < 0) {
153275         return -1;
153276     }
153277     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_8) < 0) {
153278         return -1;
153279     }
153280     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_9_consts_5) < 0) {
153281         return -1;
153282     }
153283     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_9) < 0) {
153284         return -1;
153285     }
153286     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_10) < 0) {
153287         return -1;
153288     }
153289     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_11_consts_3) < 0) {
153290         return -1;
153291     }
153292     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_11) < 0) {
153293         return -1;
153294     }
153295     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_12) < 0) {
153296         return -1;
153297     }
153298     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_13) < 0) {
153299         return -1;
153300     }
153301     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_14) < 0) {
153302         return -1;
153303     }
153304     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_15) < 0) {
153305         return -1;
153306     }
153307     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_16) < 0) {
153308         return -1;
153309     }
153310     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_17) < 0) {
153311         return -1;
153312     }
153313     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_18) < 0) {
153314         return -1;
153315     }
153316     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_19) < 0) {
153317         return -1;
153318     }
153319     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_20) < 0) {
153320         return -1;
153321     }
153322     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_21_consts_1_consts_9) < 0) {
153323         return -1;
153324     }
153325     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_21_consts_1) < 0) {
153326         return -1;
153327     }
153328     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_21) < 0) {
153329         return -1;
153330     }
153331     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_22_consts_4) < 0) {
153332         return -1;
153333     }
153334     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_22) < 0) {
153335         return -1;
153336     }
153337     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_23) < 0) {
153338         return -1;
153339     }
153340     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_24) < 0) {
153341         return -1;
153342     }
153343     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_25) < 0) {
153344         return -1;
153345     }
153346     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_26_consts_7) < 0) {
153347         return -1;
153348     }
153349     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_26) < 0) {
153350         return -1;
153351     }
153352     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel) < 0) {
153353         return -1;
153354     }
153355     if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_11) < 0) {
153356         return -1;
153357     }
153358     if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_12) < 0) {
153359         return -1;
153360     }
153361     if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_20) < 0) {
153362         return -1;
153363     }
153364     if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_21) < 0) {
153365         return -1;
153366     }
153367     if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_22) < 0) {
153368         return -1;
153369     }
153370     if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_23) < 0) {
153371         return -1;
153372     }
153373     if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_24) < 0) {
153374         return -1;
153375     }
153376     if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_25) < 0) {
153377         return -1;
153378     }
153379     if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_26) < 0) {
153380         return -1;
153381     }
153382     if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_27) < 0) {
153383         return -1;
153384     }
153385     if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_28) < 0) {
153386         return -1;
153387     }
153388     if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_29) < 0) {
153389         return -1;
153390     }
153391     if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_58) < 0) {
153392         return -1;
153393     }
153394     if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel) < 0) {
153395         return -1;
153396     }
153397     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_16) < 0) {
153398         return -1;
153399     }
153400     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_17) < 0) {
153401         return -1;
153402     }
153403     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_18) < 0) {
153404         return -1;
153405     }
153406     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_19) < 0) {
153407         return -1;
153408     }
153409     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_20) < 0) {
153410         return -1;
153411     }
153412     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_21_consts_1) < 0) {
153413         return -1;
153414     }
153415     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_21) < 0) {
153416         return -1;
153417     }
153418     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_22_consts_1) < 0) {
153419         return -1;
153420     }
153421     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_22) < 0) {
153422         return -1;
153423     }
153424     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_23_consts_4) < 0) {
153425         return -1;
153426     }
153427     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_23) < 0) {
153428         return -1;
153429     }
153430     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_24_consts_2) < 0) {
153431         return -1;
153432     }
153433     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_24_consts_3) < 0) {
153434         return -1;
153435     }
153436     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_24) < 0) {
153437         return -1;
153438     }
153439     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_2) < 0) {
153440         return -1;
153441     }
153442     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_3_consts_1) < 0) {
153443         return -1;
153444     }
153445     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_3) < 0) {
153446         return -1;
153447     }
153448     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_4) < 0) {
153449         return -1;
153450     }
153451     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_5) < 0) {
153452         return -1;
153453     }
153454     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_6) < 0) {
153455         return -1;
153456     }
153457     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_26) < 0) {
153458         return -1;
153459     }
153460     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel) < 0) {
153461         return -1;
153462     }
153463     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_machinery_toplevel_consts_13) < 0) {
153464         return -1;
153465     }
153466     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_machinery_toplevel) < 0) {
153467         return -1;
153468     }
153469     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_5_consts_2) < 0) {
153470         return -1;
153471     }
153472     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_5_consts_3) < 0) {
153473         return -1;
153474     }
153475     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_5_consts_4) < 0) {
153476         return -1;
153477     }
153478     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_5) < 0) {
153479         return -1;
153480     }
153481     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_7_consts_1) < 0) {
153482         return -1;
153483     }
153484     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_7_consts_2) < 0) {
153485         return -1;
153486     }
153487     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_7_consts_3) < 0) {
153488         return -1;
153489     }
153490     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_7) < 0) {
153491         return -1;
153492     }
153493     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_9) < 0) {
153494         return -1;
153495     }
153496     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_10) < 0) {
153497         return -1;
153498     }
153499     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_11) < 0) {
153500         return -1;
153501     }
153502     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_12) < 0) {
153503         return -1;
153504     }
153505     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_15) < 0) {
153506         return -1;
153507     }
153508     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_17) < 0) {
153509         return -1;
153510     }
153511     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_18) < 0) {
153512         return -1;
153513     }
153514     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_19) < 0) {
153515         return -1;
153516     }
153517     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_20) < 0) {
153518         return -1;
153519     }
153520     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel) < 0) {
153521         return -1;
153522     }
153523     if (_PyStaticCode_InternStrings((PyCodeObject *)&__hello___toplevel_consts_1) < 0) {
153524         return -1;
153525     }
153526     if (_PyStaticCode_InternStrings((PyCodeObject *)&__hello___toplevel_consts_3) < 0) {
153527         return -1;
153528     }
153529     if (_PyStaticCode_InternStrings((PyCodeObject *)&__hello___toplevel_consts_5) < 0) {
153530         return -1;
153531     }
153532     if (_PyStaticCode_InternStrings((PyCodeObject *)&__hello___toplevel_consts_7) < 0) {
153533         return -1;
153534     }
153535     if (_PyStaticCode_InternStrings((PyCodeObject *)&__hello___toplevel) < 0) {
153536         return -1;
153537     }
153538     if (_PyStaticCode_InternStrings((PyCodeObject *)&__phello___toplevel_consts_1) < 0) {
153539         return -1;
153540     }
153541     if (_PyStaticCode_InternStrings((PyCodeObject *)&__phello___toplevel) < 0) {
153542         return -1;
153543     }
153544     if (_PyStaticCode_InternStrings((PyCodeObject *)&__phello___ham_toplevel) < 0) {
153545         return -1;
153546     }
153547     if (_PyStaticCode_InternStrings((PyCodeObject *)&__phello___ham_eggs_toplevel) < 0) {
153548         return -1;
153549     }
153550     if (_PyStaticCode_InternStrings((PyCodeObject *)&__phello___spam_toplevel_consts_1) < 0) {
153551         return -1;
153552     }
153553     if (_PyStaticCode_InternStrings((PyCodeObject *)&__phello___spam_toplevel) < 0) {
153554         return -1;
153555     }
153556     if (_PyStaticCode_InternStrings((PyCodeObject *)&frozen_only_toplevel) < 0) {
153557         return -1;
153558     }
153559     return 0;
153560 }
153561